-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Jan 19, 2026 at 03:48 AM
-- Server version: 10.11.14-MariaDB-ubu2204
-- PHP Version: 8.0.30

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `mang_mangadox`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2026-01-14 00:19:55', '2026-01-14 00:19:55', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com/\">Gravatar</a>.', 0, 'post-trashed', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_hfcm_scripts`
--

CREATE TABLE `wp_hfcm_scripts` (
  `script_id` int(10) NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `snippet` longtext DEFAULT NULL,
  `snippet_type` enum('html','js','css') DEFAULT 'html',
  `device_type` enum('mobile','desktop','both') DEFAULT 'both',
  `location` varchar(100) NOT NULL,
  `display_on` enum('All','s_pages','s_posts','s_categories','s_custom_posts','s_tags','s_is_home','s_is_search','s_is_archive','latest_posts','manual') NOT NULL DEFAULT 'All',
  `lp_count` int(10) DEFAULT NULL,
  `s_pages` mediumtext DEFAULT NULL,
  `ex_pages` mediumtext DEFAULT NULL,
  `s_posts` mediumtext DEFAULT NULL,
  `ex_posts` mediumtext DEFAULT NULL,
  `s_custom_posts` varchar(300) DEFAULT NULL,
  `s_categories` varchar(300) DEFAULT NULL,
  `s_tags` varchar(300) DEFAULT NULL,
  `spt_display_on` enum('both','posts','archives') NOT NULL DEFAULT 'both',
  `status` enum('active','inactive') NOT NULL DEFAULT 'active',
  `created_by` varchar(300) DEFAULT NULL,
  `last_modified_by` varchar(300) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `last_revision_date` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_hfcm_scripts`
--

INSERT INTO `wp_hfcm_scripts` (`script_id`, `name`, `snippet`, `snippet_type`, `device_type`, `location`, `display_on`, `lp_count`, `s_pages`, `ex_pages`, `s_posts`, `ex_posts`, `s_custom_posts`, `s_categories`, `s_tags`, `spt_display_on`, `status`, `created_by`, `last_modified_by`, `created`, `last_revision_date`) VALUES
(1, 'Header', '&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5551037864803674&quot;\r\n     crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;', 'html', 'both', 'header', 'All', 5, '[]', '[]', '[]', '[]', '[]', '[]', '[]', 'both', 'active', 'mangadox', NULL, '2026-01-14 02:19:24', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_litespeed_url`
--

CREATE TABLE `wp_litespeed_url` (
  `id` bigint(20) NOT NULL,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_litespeed_url_file`
--

CREATE TABLE `wp_litespeed_url_file` (
  `id` bigint(20) NOT NULL,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',
  `expired` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:13:{i:1768794895;a:1:{s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1768796395;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1768825221;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1768828795;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1768830595;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1768832395;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1768868395;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1768868421;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1768868425;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1768954875;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1769041195;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1770992018;a:1:{s:22:\"dst_update_ad-inserter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}', 'on'),
(2, 'siteurl', 'https://mangadox.org', 'on'),
(3, 'home', 'https://mangadox.org', 'on'),
(4, 'blogname', 'MANGADOX', 'on'),
(5, 'blogdescription', '', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'butobara@gmail.com', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', 'login@example.com', 'on'),
(17, 'mailserver_pass', '', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '0', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:94:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:6:{i:0;s:27:\"ad-inserter/ad-inserter.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:35:\"classic-widgets/classic-widgets.php\";i:3;s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";i:4;s:35:\"litespeed-cache/litespeed-cache.php\";i:5;s:24:\"superb-blocks/plugin.php\";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'https://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', '', 'off'),
(41, 'template', 'responsiveblogily', 'on'),
(42, 'stylesheet', 'simple-responsiveblogily', 'on'),
(43, 'comment_registration', '0', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '60717', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'posts', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '1', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '150', 'on'),
(58, 'thumbnail_size_h', '150', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '300', 'on'),
(61, 'medium_size_h', '300', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '1024', 'on'),
(64, 'large_size_h', '1024', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '0', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '0', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(80, 'uninstall_plugins', 'a:1:{s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '0', 'on'),
(83, 'page_on_front', '0', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '0', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1783901995', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'wp_notes_notify', '1', 'on'),
(102, 'initial_db_version', '60717', 'on'),
(103, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'on'),
(104, 'fresh_site', '0', 'off'),
(105, 'user_count', '1', 'off'),
(106, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(107, 'sidebars_widgets', 'a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:14:\"footerwidget-1\";a:0:{}s:14:\"footerwidget-2\";a:0:{}s:14:\"footerwidget-3\";a:0:{}s:13:\"array_version\";i:3;}', 'auto'),
(108, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(121, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(122, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:3:\"6.9\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}', 'on'),
(125, 'theme_mods_twentytwentyfive', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1768352773;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off'),
(126, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"4ad6ed4956ef7f814db220c22a123393\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(128, 'recovery_keys', 'a:0:{}', 'off'),
(129, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.9-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.9\";s:7:\"version\";s:3:\"6.9\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1768785596;s:15:\"version_checked\";s:3:\"6.9\";s:12:\"translations\";a:0:{}}', 'off'),
(134, '_site_transient_timeout_browser_89db729cfcdc129111f017b0e7ac324a', '1768954824', 'off'),
(135, '_site_transient_browser_89db729cfcdc129111f017b0e7ac324a', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"143.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(136, '_site_transient_timeout_php_check_84abe598994b55e6e8ab528c47eff1ca', '1768954825', 'off'),
(137, '_site_transient_php_check_84abe598994b55e6e8ab528c47eff1ca', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(139, 'can_compress_scripts', '0', 'on'),
(159, 'finished_updating_comment_type', '1', 'auto'),
(160, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(161, 'recently_activated', 'a:0:{}', 'off'),
(162, 'litespeed.conf._version', '7.7', 'auto'),
(163, 'litespeed.conf.hash', 'BzHGbeQRrbnkBT0RR3MHJk2zov1rkvR3', 'auto'),
(164, 'litespeed.conf.api_key', '', 'auto'),
(165, 'litespeed.conf.auto_upgrade', '', 'auto'),
(166, 'litespeed.conf.server_ip', '', 'auto'),
(167, 'litespeed.conf.guest', '', 'auto'),
(168, 'litespeed.conf.guest_optm', '', 'auto'),
(169, 'litespeed.conf.news', '1', 'auto'),
(170, 'litespeed.conf.cache', '1', 'auto'),
(171, 'litespeed.conf.cache-priv', '1', 'auto'),
(172, 'litespeed.conf.cache-commenter', '1', 'auto'),
(173, 'litespeed.conf.cache-rest', '1', 'auto'),
(174, 'litespeed.conf.cache-page_login', '1', 'auto'),
(175, 'litespeed.conf.cache-mobile', '', 'auto'),
(176, 'litespeed.conf.cache-mobile_rules', '[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]', 'auto'),
(177, 'litespeed.conf.cache-browser', '', 'auto'),
(178, 'litespeed.conf.cache-exc_useragents', '[]', 'auto'),
(179, 'litespeed.conf.cache-exc_cookies', '[]', 'auto'),
(180, 'litespeed.conf.cache-exc_qs', '[]', 'auto'),
(181, 'litespeed.conf.cache-exc_cat', '[]', 'auto'),
(182, 'litespeed.conf.cache-exc_tag', '[]', 'auto'),
(183, 'litespeed.conf.cache-force_uri', '[]', 'auto'),
(184, 'litespeed.conf.cache-force_pub_uri', '[]', 'auto'),
(185, 'litespeed.conf.cache-priv_uri', '[]', 'auto'),
(186, 'litespeed.conf.cache-exc', '[]', 'auto'),
(187, 'litespeed.conf.cache-exc_roles', '[]', 'auto'),
(188, 'litespeed.conf.cache-drop_qs', '[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]', 'auto'),
(189, 'litespeed.conf.cache-ttl_pub', '604800', 'auto'),
(190, 'litespeed.conf.cache-ttl_priv', '1800', 'auto'),
(191, 'litespeed.conf.cache-ttl_frontpage', '604800', 'auto'),
(192, 'litespeed.conf.cache-ttl_feed', '604800', 'auto'),
(193, 'litespeed.conf.cache-ttl_rest', '604800', 'auto'),
(194, 'litespeed.conf.cache-ttl_browser', '31557600', 'auto'),
(195, 'litespeed.conf.cache-ttl_status', '[\"404 3600\",\"500 600\"]', 'auto'),
(196, 'litespeed.conf.cache-login_cookie', '', 'auto'),
(197, 'litespeed.conf.cache-ajax_ttl', '[]', 'auto'),
(198, 'litespeed.conf.cache-vary_cookies', '[]', 'auto'),
(199, 'litespeed.conf.cache-vary_group', '[]', 'auto'),
(200, 'litespeed.conf.purge-upgrade', '', 'auto'),
(201, 'litespeed.conf.purge-stale', '', 'auto'),
(202, 'litespeed.conf.purge-post_all', '', 'auto'),
(203, 'litespeed.conf.purge-post_f', '1', 'auto'),
(204, 'litespeed.conf.purge-post_h', '1', 'auto'),
(205, 'litespeed.conf.purge-post_p', '1', 'auto'),
(206, 'litespeed.conf.purge-post_pwrp', '1', 'auto'),
(207, 'litespeed.conf.purge-post_a', '1', 'auto'),
(208, 'litespeed.conf.purge-post_y', '', 'auto'),
(209, 'litespeed.conf.purge-post_m', '1', 'auto'),
(210, 'litespeed.conf.purge-post_d', '', 'auto'),
(211, 'litespeed.conf.purge-post_t', '1', 'auto'),
(212, 'litespeed.conf.purge-post_pt', '1', 'auto');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(213, 'litespeed.conf.purge-timed_urls', '[]', 'auto'),
(214, 'litespeed.conf.purge-timed_urls_time', '', 'auto'),
(215, 'litespeed.conf.purge-hook_all', '[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]', 'auto'),
(216, 'litespeed.conf.esi', '', 'auto'),
(217, 'litespeed.conf.esi-cache_admbar', '1', 'auto'),
(218, 'litespeed.conf.esi-cache_commform', '1', 'auto'),
(219, 'litespeed.conf.esi-nonce', '[\"stats_nonce\",\"subscribe_nonce\"]', 'auto'),
(220, 'litespeed.conf.util-instant_click', '', 'auto'),
(221, 'litespeed.conf.util-no_https_vary', '', 'auto'),
(222, 'litespeed.conf.debug-disable_all', '', 'auto'),
(223, 'litespeed.conf.debug', '0', 'auto'),
(224, 'litespeed.conf.debug-ips', '[\"127.0.0.1\"]', 'auto'),
(225, 'litespeed.conf.debug-level', '', 'auto'),
(226, 'litespeed.conf.debug-filesize', '3', 'auto'),
(227, 'litespeed.conf.debug-collapse_qs', '', 'auto'),
(228, 'litespeed.conf.debug-inc', '[]', 'auto'),
(229, 'litespeed.conf.debug-exc', '[]', 'auto'),
(230, 'litespeed.conf.debug-exc_strings', '[]', 'auto'),
(231, 'litespeed.conf.db_optm-revisions_max', '0', 'auto'),
(232, 'litespeed.conf.db_optm-revisions_age', '0', 'auto'),
(233, 'litespeed.conf.optm-css_min', '', 'auto'),
(234, 'litespeed.conf.optm-css_comb', '', 'auto'),
(235, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'auto'),
(236, 'litespeed.conf.optm-ucss', '', 'auto'),
(237, 'litespeed.conf.optm-ucss_inline', '', 'auto'),
(238, 'litespeed.conf.optm-ucss_whitelist', '[]', 'auto'),
(239, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'auto'),
(240, 'litespeed.conf.optm-ucss_exc', '[]', 'auto'),
(241, 'litespeed.conf.optm-css_exc', '[]', 'auto'),
(242, 'litespeed.conf.optm-js_min', '', 'auto'),
(243, 'litespeed.conf.optm-js_comb', '', 'auto'),
(244, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'auto'),
(245, 'litespeed.conf.optm-js_delay_inc', '[]', 'auto'),
(246, 'litespeed.conf.optm-js_exc', '[\"jquery.js\",\"jquery.min.js\"]', 'auto'),
(247, 'litespeed.conf.optm-html_min', '', 'auto'),
(248, 'litespeed.conf.optm-html_lazy', '[]', 'auto'),
(249, 'litespeed.conf.optm-html_skip_comment', '[]', 'auto'),
(250, 'litespeed.conf.optm-qs_rm', '', 'auto'),
(251, 'litespeed.conf.optm-ggfonts_rm', '', 'auto'),
(252, 'litespeed.conf.optm-css_async', '', 'auto'),
(253, 'litespeed.conf.optm-ccss_per_url', '', 'auto'),
(254, 'litespeed.conf.optm-ccss_sep_posttype', '[\"page\"]', 'auto'),
(255, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'auto'),
(256, 'litespeed.conf.optm-ccss_whitelist', '[]', 'auto'),
(257, 'litespeed.conf.optm-css_async_inline', '1', 'auto'),
(258, 'litespeed.conf.optm-css_font_display', '', 'auto'),
(259, 'litespeed.conf.optm-js_defer', '0', 'auto'),
(260, 'litespeed.conf.optm-emoji_rm', '', 'auto'),
(261, 'litespeed.conf.optm-noscript_rm', '', 'auto'),
(262, 'litespeed.conf.optm-ggfonts_async', '', 'auto'),
(263, 'litespeed.conf.optm-exc_roles', '[]', 'auto'),
(264, 'litespeed.conf.optm-ccss_con', '', 'auto'),
(265, 'litespeed.conf.optm-js_defer_exc', '[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]', 'auto'),
(266, 'litespeed.conf.optm-gm_js_exc', '[]', 'auto'),
(267, 'litespeed.conf.optm-dns_prefetch', '[]', 'auto'),
(268, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'auto'),
(269, 'litespeed.conf.optm-dns_preconnect', '[]', 'auto'),
(270, 'litespeed.conf.optm-exc', '[]', 'auto'),
(271, 'litespeed.conf.optm-guest_only', '1', 'auto'),
(272, 'litespeed.conf.object', '', 'auto'),
(273, 'litespeed.conf.object-kind', '', 'auto'),
(274, 'litespeed.conf.object-host', 'localhost', 'auto'),
(275, 'litespeed.conf.object-port', '11211', 'auto'),
(276, 'litespeed.conf.object-life', '360', 'auto'),
(277, 'litespeed.conf.object-persistent', '1', 'auto'),
(278, 'litespeed.conf.object-admin', '1', 'auto'),
(279, 'litespeed.conf.object-transients', '1', 'auto'),
(280, 'litespeed.conf.object-db_id', '0', 'auto'),
(281, 'litespeed.conf.object-user', '', 'auto'),
(282, 'litespeed.conf.object-pswd', '', 'auto'),
(283, 'litespeed.conf.object-global_groups', '[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]', 'auto'),
(284, 'litespeed.conf.object-non_persistent_groups', '[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]', 'auto'),
(285, 'litespeed.conf.discuss-avatar_cache', '', 'auto'),
(286, 'litespeed.conf.discuss-avatar_cron', '', 'auto'),
(287, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'auto'),
(288, 'litespeed.conf.optm-localize', '', 'auto'),
(289, 'litespeed.conf.optm-localize_domains', '[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]', 'auto'),
(290, 'litespeed.conf.media-lazy', '', 'auto'),
(291, 'litespeed.conf.media-lazy_placeholder', '', 'auto'),
(292, 'litespeed.conf.media-placeholder_resp', '', 'auto'),
(293, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'auto'),
(294, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>', 'auto'),
(295, 'litespeed.conf.media-lqip', '', 'auto'),
(296, 'litespeed.conf.media-lqip_qual', '4', 'auto'),
(297, 'litespeed.conf.media-lqip_min_w', '150', 'auto'),
(298, 'litespeed.conf.media-lqip_min_h', '150', 'auto'),
(299, 'litespeed.conf.media-placeholder_resp_async', '1', 'auto'),
(300, 'litespeed.conf.media-iframe_lazy', '', 'auto'),
(301, 'litespeed.conf.media-add_missing_sizes', '', 'auto'),
(302, 'litespeed.conf.media-lazy_exc', '[]', 'auto'),
(303, 'litespeed.conf.media-lazy_cls_exc', '[\"wmu-preview-img\"]', 'auto'),
(304, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'auto'),
(305, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'auto'),
(306, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'auto'),
(307, 'litespeed.conf.media-lazy_uri_exc', '[]', 'auto'),
(308, 'litespeed.conf.media-lqip_exc', '[]', 'auto'),
(309, 'litespeed.conf.media-vpi', '', 'auto'),
(310, 'litespeed.conf.media-vpi_cron', '', 'auto'),
(311, 'litespeed.conf.media-auto_rescale_ori', '', 'auto'),
(312, 'litespeed.conf.img_optm-auto', '', 'auto'),
(313, 'litespeed.conf.img_optm-ori', '1', 'auto'),
(314, 'litespeed.conf.img_optm-rm_bkup', '', 'auto'),
(315, 'litespeed.conf.img_optm-webp', '0', 'auto'),
(316, 'litespeed.conf.img_optm-lossless', '', 'auto'),
(317, 'litespeed.conf.img_optm-sizes_skipped', '[]', 'auto'),
(318, 'litespeed.conf.img_optm-exif', '1', 'auto'),
(319, 'litespeed.conf.img_optm-webp_attr', '[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]', 'auto'),
(320, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'auto'),
(321, 'litespeed.conf.img_optm-jpg_quality', '82', 'auto'),
(322, 'litespeed.conf.crawler', '', 'auto'),
(323, 'litespeed.conf.crawler-crawl_interval', '302400', 'auto'),
(324, 'litespeed.conf.crawler-load_limit', '1', 'auto'),
(325, 'litespeed.conf.crawler-sitemap', '', 'auto'),
(326, 'litespeed.conf.crawler-roles', '[]', 'auto'),
(327, 'litespeed.conf.crawler-cookies', '[]', 'auto'),
(328, 'litespeed.conf.misc-heartbeat_front', '', 'auto'),
(329, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'auto'),
(330, 'litespeed.conf.misc-heartbeat_back', '', 'auto'),
(331, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'auto'),
(332, 'litespeed.conf.misc-heartbeat_editor', '', 'auto'),
(333, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'auto'),
(334, 'litespeed.conf.cdn', '', 'auto'),
(335, 'litespeed.conf.cdn-ori', '[]', 'auto'),
(336, 'litespeed.conf.cdn-ori_dir', '[\"wp-content\",\"wp-includes\"]', 'auto'),
(337, 'litespeed.conf.cdn-exc', '[]', 'auto'),
(338, 'litespeed.conf.cdn-quic', '', 'auto'),
(339, 'litespeed.conf.cdn-cloudflare', '', 'auto'),
(340, 'litespeed.conf.cdn-cloudflare_email', '', 'auto'),
(341, 'litespeed.conf.cdn-cloudflare_key', '', 'auto'),
(342, 'litespeed.conf.cdn-cloudflare_name', '', 'auto'),
(343, 'litespeed.conf.cdn-cloudflare_zone', '', 'auto'),
(344, 'litespeed.conf.cdn-cloudflare_clear', '', 'auto'),
(345, 'litespeed.conf.cdn-mapping', '[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]', 'auto'),
(346, 'litespeed.conf.cdn-attr', '[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]', 'auto'),
(347, 'litespeed.conf.qc-nameservers', '', 'auto'),
(348, 'litespeed.conf.qc-cname', '', 'auto'),
(349, 'litespeed.conf.debug-disable_tmp', '0', 'auto'),
(350, 'litespeed.purge.queue', '-1', 'auto'),
(351, 'litespeed.purge.queue2', '-1', 'auto'),
(353, 'litespeed.gui.lscwp_whm_install', '-1', 'auto'),
(354, 'litespeed.gui.dismiss', '-1', 'auto'),
(355, 'litespeed.data.upgrading', '-1', 'auto'),
(356, 'litespeed.admin_display.messages', '-1', 'auto'),
(357, 'litespeed.gui._summary', '{\"new_version\":1768954932,\"score\":1769559732}', 'auto'),
(358, 'litespeed.cloud._summary', '{\"news.utime\":1768350132,\"curr_request.news\":0,\"last_request.news\":1768350132}', 'auto'),
(361, 'litespeed.optimize.timestamp_purge_css', '1768356382', 'auto'),
(371, 'category_children', 'a:0:{}', 'auto'),
(372, 'wp_calendar_block_has_published_posts', '1', 'auto'),
(396, 'current_theme', 'Simple ResponsiveBlogily', 'auto'),
(397, 'theme_mods_pressbook-green', 'a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1768352980;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}', 'off'),
(398, 'theme_switched', '', 'auto'),
(403, 'downloaded_font_files', 'a:12:{s:68:\"https://fonts.gstatic.com/s/domine/v25/L0x8DFMnlVwD4h3htfqndSk.woff2\";s:85:\"/home/mangadox.org/public_html/wp-content//fonts/domine/L0x8DFMnlVwD4h3htfqndSk.woff2\";s:65:\"https://fonts.gstatic.com/s/domine/v25/L0x8DFMnlVwD4h3hu_qn.woff2\";s:82:\"/home/mangadox.org/public_html/wp-content//fonts/domine/L0x8DFMnlVwD4h3hu_qn.woff2\";s:136:\"https://fonts.gstatic.com/s/robotoserif/v17/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh73Ob9-w.woff2\";s:154:\"/home/mangadox.org/public_html/wp-content//fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh73Ob9-w.woff2\";s:136:\"https://fonts.gstatic.com/s/robotoserif/v17/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBhy3Ob9-w.woff2\";s:154:\"/home/mangadox.org/public_html/wp-content//fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBhy3Ob9-w.woff2\";s:136:\"https://fonts.gstatic.com/s/robotoserif/v17/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh53Ob9-w.woff2\";s:154:\"/home/mangadox.org/public_html/wp-content//fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh53Ob9-w.woff2\";s:136:\"https://fonts.gstatic.com/s/robotoserif/v17/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh43Ob9-w.woff2\";s:154:\"/home/mangadox.org/public_html/wp-content//fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh43Ob9-w.woff2\";s:133:\"https://fonts.gstatic.com/s/robotoserif/v17/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh23OY.woff2\";s:151:\"/home/mangadox.org/public_html/wp-content//fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh23OY.woff2\";s:133:\"https://fonts.gstatic.com/s/robotoserif/v17/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5JCh0xOI.woff2\";s:151:\"/home/mangadox.org/public_html/wp-content//fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5JCh0xOI.woff2\";s:133:\"https://fonts.gstatic.com/s/robotoserif/v17/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5LSh0xOI.woff2\";s:151:\"/home/mangadox.org/public_html/wp-content//fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5LSh0xOI.woff2\";s:133:\"https://fonts.gstatic.com/s/robotoserif/v17/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5Jih0xOI.woff2\";s:151:\"/home/mangadox.org/public_html/wp-content//fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5Jih0xOI.woff2\";s:133:\"https://fonts.gstatic.com/s/robotoserif/v17/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5Jyh0xOI.woff2\";s:151:\"/home/mangadox.org/public_html/wp-content//fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5Jyh0xOI.woff2\";s:130:\"https://fonts.gstatic.com/s/robotoserif/v17/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5KSh0.woff2\";s:148:\"/home/mangadox.org/public_html/wp-content//fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5KSh0.woff2\";}', 'off'),
(415, 'theme_mods_simple-and-clean', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1768353104;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:7:\"sidebar\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off'),
(419, 'optionsframework', 'a:2:{s:2:\"id\";s:6:\"simple\";s:12:\"knownoptions\";a:1:{i:0;s:6:\"simple\";}}', 'auto'),
(420, 'simple', 'a:32:{s:15:\"site_title_font\";a:4:{s:4:\"size\";s:4:\"50px\";s:4:\"face\";s:21:\"Open Sans, sans-serif\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:7:\"#ffffff\";}s:10:\"logo_color\";s:0:\"\";s:16:\"logo_color_hover\";s:0:\"\";s:15:\"navigation_font\";a:4:{s:4:\"size\";s:4:\"20px\";s:4:\"face\";s:16:\"Raleway, cursive\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:7:\"#ffffff\";}s:27:\"navigation_background_color\";s:0:\"\";s:21:\"navigation_link_color\";s:0:\"\";s:27:\"navigation_link_color_hover\";s:0:\"\";s:38:\"navigation_link_color_hover_background\";s:0:\"\";s:7:\"favicon\";s:0:\"\";s:22:\"mobile_navigation_name\";s:10:\"Navigation\";s:15:\"content_excerpt\";s:0:\"\";s:9:\"body_font\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:21:\"Open Sans, sans-serif\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:7:\"#000000\";}s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:12:\"content_text\";s:0:\"\";s:18:\"content_background\";s:0:\"\";s:12:\"heading_font\";a:4:{s:4:\"size\";s:4:\"24px\";s:4:\"face\";s:16:\"Raleway, cursive\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:7:\"#000000\";}s:13:\"heading_color\";s:0:\"\";s:11:\"footer_text\";s:0:\"\";s:12:\"footer_color\";s:0:\"\";s:17:\"footer_background\";s:0:\"\";s:17:\"widget_title_font\";a:4:{s:4:\"size\";s:4:\"24px\";s:4:\"face\";s:16:\"Raleway, cursive\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:7:\"#ffffff\";}s:12:\"widget_title\";s:0:\"\";s:23:\"widget_title_background\";s:0:\"\";s:11:\"widget_text\";s:0:\"\";s:17:\"widget_background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:17:\"button_background\";s:0:\"\";s:12:\"button_hover\";s:0:\"\";s:23:\"button_background_hover\";s:0:\"\";s:13:\"disable_fonts\";s:1:\"1\";s:10:\"custom_css\";s:0:\"\";}', 'auto'),
(431, 'theme_mods_midnight-blogger', 'a:5:{i:0;b:0;s:19:\"wp_classic_sidebars\";a:1:{s:7:\"sidebar\";a:11:{s:4:\"name\";s:15:\"Default Sidebar\";s:2:\"id\";s:7:\"sidebar\";s:11:\"description\";s:32:\"Place your sidebar widgets here.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:55:\"\n				<aside id=\"%1$s\" class=\"widget %2$s clearfix\">\n			\";s:12:\"after_widget\";s:17:\"\n				</aside>\n			\";s:12:\"before_title\";s:25:\"<h3 class=\"widget-title\">\";s:11:\"after_title\";s:54:\"</h3><div class=\"line\"></div><div class=\"clear\"></div>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1768353164;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:7:\"sidebar\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off'),
(458, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1768785599;s:7:\"checked\";a:10:{s:16:\"midnight-blogger\";s:3:\"1.1\";s:15:\"pressbook-green\";s:5:\"1.2.7\";s:9:\"pressbook\";s:5:\"2.1.6\";s:17:\"responsiveblogily\";s:3:\"7.2\";s:16:\"simple-and-clean\";s:5:\"1.0.9\";s:11:\"simple-nova\";s:3:\"3.0\";s:24:\"simple-responsiveblogily\";s:3:\"2.2\";s:16:\"twentytwentyfive\";s:3:\"1.4\";s:16:\"twentytwentyfour\";s:3:\"1.4\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:10:{s:16:\"midnight-blogger\";a:6:{s:5:\"theme\";s:16:\"midnight-blogger\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:46:\"https://wordpress.org/themes/midnight-blogger/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/midnight-blogger.1.1.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"pressbook-green\";a:6:{s:5:\"theme\";s:15:\"pressbook-green\";s:11:\"new_version\";s:5:\"1.2.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/pressbook-green/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/pressbook-green.1.2.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"7.0\";}s:9:\"pressbook\";a:6:{s:5:\"theme\";s:9:\"pressbook\";s:11:\"new_version\";s:5:\"2.1.6\";s:3:\"url\";s:39:\"https://wordpress.org/themes/pressbook/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/pressbook.2.1.6.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"responsiveblogily\";a:6:{s:5:\"theme\";s:17:\"responsiveblogily\";s:11:\"new_version\";s:3:\"7.2\";s:3:\"url\";s:47:\"https://wordpress.org/themes/responsiveblogily/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/responsiveblogily.7.2.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"4.0\";}s:16:\"simple-and-clean\";a:6:{s:5:\"theme\";s:16:\"simple-and-clean\";s:11:\"new_version\";s:5:\"1.0.9\";s:3:\"url\";s:46:\"https://wordpress.org/themes/simple-and-clean/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/theme/simple-and-clean.1.0.9.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"7.0\";}s:11:\"simple-nova\";a:6:{s:5:\"theme\";s:11:\"simple-nova\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:41:\"https://wordpress.org/themes/simple-nova/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/simple-nova.3.0.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:24:\"simple-responsiveblogily\";a:6:{s:5:\"theme\";s:24:\"simple-responsiveblogily\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:54:\"https://wordpress.org/themes/simple-responsiveblogily/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/theme/simple-responsiveblogily.2.2.zip\";s:8:\"requires\";s:3:\"4.0\";s:12:\"requires_php\";s:3:\"4.0\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'off'),
(460, 'theme_mods_simple-responsiveblogily', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:13:\"remove-header\";}', 'on'),
(500, 'litespeed.admin_display.thirdparty_litespeed_check', '1', 'auto'),
(510, 'ai-install', '1768356818', 'auto'),
(511, 'widget_ai_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(512, 'dst_notification_times', 'a:1:{s:11:\"ad-inserter\";i:1768356818;}', 'auto'),
(513, '_transient_timeout_dst_admin_ip', '1778724818', 'off'),
(514, '_transient_dst_admin_ip', '103.18.34.159', 'off'),
(518, 'hfcm_activation_date', '1768357030', 'auto'),
(519, 'hfcm_db_version', '1.6', 'auto'),
(522, 'superbaddons_pre_activation', '1768357213', 'off'),
(523, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1768785597;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:27:\"ad-inserter/ad-inserter.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/ad-inserter\";s:4:\"slug\";s:11:\"ad-inserter\";s:6:\"plugin\";s:27:\"ad-inserter/ad-inserter.php\";s:11:\"new_version\";s:5:\"2.8.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ad-inserter/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ad-inserter.2.8.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ad-inserter/assets/icon-256x256.jpg?rev=1502039\";s:2:\"1x\";s:64:\"https://ps.w.org/ad-inserter/assets/icon-128x128.jpg?rev=1502039\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/ad-inserter/assets/banner-772x250.png?rev=1708001\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:35:\"classic-widgets/classic-widgets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/classic-widgets\";s:4:\"slug\";s:15:\"classic-widgets\";s:6:\"plugin\";s:35:\"classic-widgets/classic-widgets.php\";s:11:\"new_version\";s:3:\"0.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/classic-widgets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/classic-widgets.0.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/classic-widgets.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/header-footer-code-manager\";s:4:\"slug\";s:26:\"header-footer-code-manager\";s:6:\"plugin\";s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";s:11:\"new_version\";s:6:\"1.1.43\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/header-footer-code-manager/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/header-footer-code-manager.1.1.43.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-code-manager/assets/icon-256x256.png?rev=2681303\";s:2:\"1x\";s:79:\"https://ps.w.org/header-footer-code-manager/assets/icon-128x128.png?rev=2681303\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/header-footer-code-manager/assets/banner-1544x500.png?rev=2681303\";s:2:\"1x\";s:81:\"https://ps.w.org/header-footer-code-manager/assets/banner-772x250.png?rev=2681303\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:3:\"7.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:24:\"superb-blocks/plugin.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/superb-blocks\";s:4:\"slug\";s:13:\"superb-blocks\";s:6:\"plugin\";s:24:\"superb-blocks/plugin.php\";s:11:\"new_version\";s:5:\"3.6.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/superb-blocks/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/superb-blocks.3.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/superb-blocks/assets/icon-256x256.png?rev=2954418\";s:2:\"1x\";s:66:\"https://ps.w.org/superb-blocks/assets/icon-256x256.png?rev=2954418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/superb-blocks/assets/banner-1544x500.png?rev=3293286\";s:2:\"1x\";s:68:\"https://ps.w.org/superb-blocks/assets/banner-772x250.png?rev=3293286\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}}s:7:\"checked\";a:6:{s:27:\"ad-inserter/ad-inserter.php\";s:5:\"2.8.9\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:35:\"classic-widgets/classic-widgets.php\";s:3:\"0.3\";s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";s:6:\"1.1.43\";s:35:\"litespeed-cache/litespeed-cache.php\";s:3:\"7.7\";s:24:\"superb-blocks/plugin.php\";s:5:\"3.6.2\";}}', 'off'),
(525, 'dst_optin_tracking', 'a:1:{s:11:\"ad-inserter\";i:1;}', 'auto'),
(526, '_transient_timeout_dst_last_action_ad-inserter', '1799893524', 'off'),
(527, '_transient_dst_last_action_ad-inserter', '4', 'off'),
(528, 'dst_last_track_times', 'a:1:{s:11:\"ad-inserter\";i:1768357526;}', 'auto'),
(529, 'ad_inserter', ':AI:YTo4ODp7aToxO2E6Mzp7czo0OiJjb2RlIjtzOjQ0OToiPHNjcmlwdCBhc3luYyBzcmM9Imh0dHBzOi8vcGFnZWFkMi5nb29nbGVzeW5kaWNhdGlvbi5jb20vcGFnZWFkL2pzL2Fkc2J5Z29vZ2xlLmpzP2NsaWVudD1jYS1wdWItNTU1MTAzNzg2NDgwMzY3NCIKICAgICBjcm9zc29yaWdpbj0iYW5vbnltb3VzIj48L3NjcmlwdD4KPCEtLSBSZXNwb25zaXZlIC0tPgo8aW5zIGNsYXNzPSJhZHNieWdvb2dsZSIKICAgICBzdHlsZT0iZGlzcGxheTpibG9jayIKICAgICBkYXRhLWFkLWNsaWVudD0iY2EtcHViLTU1NTEwMzc4NjQ4MDM2NzQiCiAgICAgZGF0YS1hZC1zbG90PSIyOTMyODA0NDk0IgogICAgIGRhdGEtYWQtZm9ybWF0PSJhdXRvIgogICAgIGRhdGEtZnVsbC13aWR0aC1yZXNwb25zaXZlPSJ0cnVlIj48L2lucz4KPHNjcmlwdD4KICAgICAoYWRzYnlnb29nbGUgPSB3aW5kb3cuYWRzYnlnb29nbGUgfHwgW10pLnB1c2goe30pOwo8L3NjcmlwdD4iO3M6MTI6ImRpc3BsYXlfdHlwZSI7czoxOiIzIjtzOjE0OiJhbGlnbm1lbnRfdHlwZSI7czoxOiIzIjt9aToyO2E6Mzp7czo0OiJjb2RlIjtzOjQ0OToiPHNjcmlwdCBhc3luYyBzcmM9Imh0dHBzOi8vcGFnZWFkMi5nb29nbGVzeW5kaWNhdGlvbi5jb20vcGFnZWFkL2pzL2Fkc2J5Z29vZ2xlLmpzP2NsaWVudD1jYS1wdWItNTU1MTAzNzg2NDgwMzY3NCIKICAgICBjcm9zc29yaWdpbj0iYW5vbnltb3VzIj48L3NjcmlwdD4KPCEtLSBSZXNwb25zaXZlIC0tPgo8aW5zIGNsYXNzPSJhZHNieWdvb2dsZSIKICAgICBzdHlsZT0iZGlzcGxheTpibG9jayIKICAgICBkYXRhLWFkLWNsaWVudD0iY2EtcHViLTU1NTEwMzc4NjQ4MDM2NzQiCiAgICAgZGF0YS1hZC1zbG90PSIyOTMyODA0NDk0IgogICAgIGRhdGEtYWQtZm9ybWF0PSJhdXRvIgogICAgIGRhdGEtZnVsbC13aWR0aC1yZXNwb25zaXZlPSJ0cnVlIj48L2lucz4KPHNjcmlwdD4KICAgICAoYWRzYnlnb29nbGUgPSB3aW5kb3cuYWRzYnlnb29nbGUgfHwgW10pLnB1c2goe30pOwo8L3NjcmlwdD4iO3M6MTI6ImRpc3BsYXlfdHlwZSI7czoxOiI0IjtzOjE0OiJhbGlnbm1lbnRfdHlwZSI7czoxOiIzIjt9aTozO2E6NDp7czo0OiJjb2RlIjtzOjQ0OToiPHNjcmlwdCBhc3luYyBzcmM9Imh0dHBzOi8vcGFnZWFkMi5nb29nbGVzeW5kaWNhdGlvbi5jb20vcGFnZWFkL2pzL2Fkc2J5Z29vZ2xlLmpzP2NsaWVudD1jYS1wdWItNTU1MTAzNzg2NDgwMzY3NCIKICAgICBjcm9zc29yaWdpbj0iYW5vbnltb3VzIj48L3NjcmlwdD4KPCEtLSBSZXNwb25zaXZlIC0tPgo8aW5zIGNsYXNzPSJhZHNieWdvb2dsZSIKICAgICBzdHlsZT0iZGlzcGxheTpibG9jayIKICAgICBkYXRhLWFkLWNsaWVudD0iY2EtcHViLTU1NTEwMzc4NjQ4MDM2NzQiCiAgICAgZGF0YS1hZC1zbG90PSIyOTMyODA0NDk0IgogICAgIGRhdGEtYWQtZm9ybWF0PSJhdXRvIgogICAgIGRhdGEtZnVsbC13aWR0aC1yZXNwb25zaXZlPSJ0cnVlIj48L2lucz4KPHNjcmlwdD4KICAgICAoYWRzYnlnb29nbGUgPSB3aW5kb3cuYWRzYnlnb29nbGUgfHwgW10pLnB1c2goe30pOwo8L3NjcmlwdD4iO3M6MTI6ImRpc3BsYXlfdHlwZSI7czoxOiI2IjtzOjE2OiJwYXJhZ3JhcGhfbnVtYmVyIjtzOjE6IjUiO3M6MTQ6ImFsaWdubWVudF90eXBlIjtzOjE6IjMiO31pOjE3O2E6MDp7fWk6MTg7YTowOnt9aToxOTthOjA6e31pOjIwO2E6MDp7fWk6MjE7YTowOnt9aToyMjthOjA6e31pOjIzO2E6MDp7fWk6MjQ7YTowOnt9aToyNTthOjA6e31pOjI2O2E6MDp7fWk6Mjc7YTowOnt9aToyODthOjA6e31pOjI5O2E6MDp7fWk6MzA7YTowOnt9aTozMTthOjA6e31pOjMyO2E6MDp7fWk6MzM7YTowOnt9aTozNDthOjA6e31pOjM1O2E6MDp7fWk6MzY7YTowOnt9aTozNzthOjA6e31pOjM4O2E6MDp7fWk6Mzk7YTowOnt9aTo0MDthOjA6e31pOjQxO2E6MDp7fWk6NDI7YTowOnt9aTo0MzthOjA6e31pOjQ0O2E6MDp7fWk6NDU7YTowOnt9aTo0NjthOjA6e31pOjQ3O2E6MDp7fWk6NDg7YTowOnt9aTo0OTthOjA6e31pOjUwO2E6MDp7fWk6NTE7YTowOnt9aTo1MjthOjA6e31pOjUzO2E6MDp7fWk6NTQ7YTowOnt9aTo1NTthOjA6e31pOjU2O2E6MDp7fWk6NTc7YTowOnt9aTo1ODthOjA6e31pOjU5O2E6MDp7fWk6NjA7YTowOnt9aTo2MTthOjA6e31pOjYyO2E6MDp7fWk6NjM7YTowOnt9aTo2NDthOjA6e31pOjY1O2E6MDp7fWk6NjY7YTowOnt9aTo2NzthOjA6e31pOjY4O2E6MDp7fWk6Njk7YTowOnt9aTo3MDthOjA6e31pOjcxO2E6MDp7fWk6NzI7YTowOnt9aTo3MzthOjA6e31pOjc0O2E6MDp7fWk6NzU7YTowOnt9aTo3NjthOjA6e31pOjc3O2E6MDp7fWk6Nzg7YTowOnt9aTo3OTthOjA6e31pOjgwO2E6MDp7fWk6ODE7YTowOnt9aTo4MjthOjA6e31pOjgzO2E6MDp7fWk6ODQ7YTowOnt9aTo4NTthOjA6e31pOjg2O2E6MDp7fWk6ODc7YTowOnt9aTo4ODthOjA6e31pOjg5O2E6MDp7fWk6OTA7YTowOnt9aTo5MTthOjA6e31pOjkyO2E6MDp7fWk6OTM7YTowOnt9aTo5NDthOjA6e31pOjk1O2E6MDp7fWk6OTY7YTowOnt9czoxOiJoIjthOjA6e31zOjE6ImYiO2E6MDp7fXM6MToiYSI7YTowOnt9czo2OiJnbG9iYWwiO2E6MTY0OntzOjI0OiJTWU5UQVhfSElHSExJR0hURVJfVEhFTUUiO3M6MTE6ImFkX2luc2VydGVyIjtzOjc6IlZFUlNJT04iO3M6NjoiMDIwODA5IjtzOjE2OiJCTE9DS19DTEFTU19OQU1FIjtzOjEwOiJjb2RlLWJsb2NrIjtzOjExOiJCTE9DS19DTEFTUyI7czoxOiIxIjtzOjE4OiJCTE9DS19OVU1CRVJfQ0xBU1MiO3M6MToiMSI7czoxNjoiQkxPQ0tfTkFNRV9DTEFTUyI7czoxOiIwIjtzOjEzOiJJTkxJTkVfU1RZTEVTIjtzOjE6IjEiO3M6MTc6Ik1JTklNVU1fVVNFUl9ST0xFIjtzOjEzOiJhZG1pbmlzdHJhdG9yIjtzOjE4OiJTVElDS1lfV0lER0VUX01PREUiO2k6MDtzOjIwOiJTVElDS1lfV0lER0VUX01BUkdJTiI7aToxNTtzOjE5OiJMQVpZX0xPQURJTkdfT0ZGU0VUIjtpOjYwMDtzOjE1OiJNQVhfUEFHRV9CTE9DS1MiO2k6MztzOjE1OiJQTFVHSU5fUFJJT1JJVFkiO2k6OTk5OTk7czoxNDoiTUFYX0xJU1RfSVRFTVMiO2k6NTAwMDtzOjE1OiJUQUJfU0VUVVBfREVMQVkiO2k6MTAwO3M6MjI6IkNMSUNLX0ZSQVVEX1BST1RFQ1RJT04iO3M6MToiMCI7czoyNzoiQ0xJQ0tfRlJBVURfUFJPVEVDVElPTl9USU1FIjtpOjE7czoyNDoiR0xPQkFMX1ZJU0lUT1JfTElNSVRfQ1BUIjtzOjA6IiI7czoyNToiR0xPQkFMX1ZJU0lUT1JfTElNSVRfVElNRSI7czowOiIiO3M6MjA6IkNGUF9CTE9DS19JUF9BRERSRVNTIjtzOjE6IjAiO3M6MTQ6IkRZTkFNSUNfQkxPQ0tTIjtpOjM7czoyODoiUEFSQUdSQVBIX0NPVU5USU5HX0ZVTkNUSU9OUyI7aTowO3M6MTY6Ik9VVFBVVF9CVUZGRVJJTkciO2k6MDtzOjE1OiJESVNBQkxFX0NBQ0hJTkciO2k6MTtzOjEzOiJNRU5VX0ZPUl9MSU5LIjtpOjA7czoxNToiV0FJVF9GT1JfSlFVRVJZIjtpOjA7czoyMDoiSkFWQVNDUklQVF9DT0RFX01PREUiO2k6MDtzOjI4OiJOT19QQVJBR1JBUEhfQ09VTlRJTkdfSU5TSURFIjtzOjIyOiJibG9ja3F1b3RlLCBmaWd1cmUsIGxpIjtzOjg6IkFEX0xBQkVMIjtzOjE0OiJBZHZlcnRpc2VtZW50cyI7czoyMDoiTUFJTl9DT05URU5UX0VMRU1FTlQiO3M6MDoiIjtzOjExOiJBREJfREVWSUNFUyI7aTo2O3M6MTA6IkFEQl9BQ1RJT04iO2k6MDtzOjEzOiJBREJfTk9fQUNUSU9OIjtpOjA7czoxNjoiQURCX0RFTEFZX0FDVElPTiI7czowOiIiO3M6MjA6IkFEQl9OT19BQ1RJT05fUEVSSU9EIjtpOjMwO3M6MTM6IkFEQl9TRUxFQ1RPUlMiO3M6MDoiIjtzOjIwOiJBREJfUkVESVJFQ1RJT05fUEFHRSI7aTowO3M6MjY6IkFEQl9DVVNUT01fUkVESVJFQ1RJT05fVVJMIjtzOjA6IiI7czoxNToiQURCX09WRVJMQVlfQ1NTIjtzOjMyOiJiYWNrZ3JvdW5kOiAjMDAwOyBvcGFjaXR5OiAwLjg1OyI7czoxNToiQURCX01FU1NBR0VfQ1NTIjtzOjcyOiJ3aWR0aDogMzAwcHg7IHBhZGRpbmc6IDEwcHg7IGJvcmRlcjogNXB4IHNvbGlkICNmMDA7IGJvcmRlci1yYWRpdXM6IDVweDsiO3M6MjU6IkFEQl9VTkRJU01JU1NJQkxFX01FU1NBR0UiO3M6MToiMCI7czoyMDoiQURCX0VYVEVSTkFMX1NDUklQVFMiO3M6MToiMSI7czoyODoiQURCX05PX1VORElTTUlTU0lCTEVfTUVTU0FHRSI7aTowO3M6MjM6IkFETUlOX1RPT0xCQVJfREVCVUdHSU5HIjtzOjE6IjEiO3M6MjA6IkFETUlOX1RPT0xCQVJfTU9CSUxFIjtzOjE6IjAiO3M6MTk6IkZPUkNFX0FETUlOX1RPT0xCQVIiO3M6MToiMCI7czoxNjoiUkVNT1RFX0RFQlVHR0lORyI7czoxOiIwIjtzOjE5OiJESVNBQkxFX1RSQU5TTEFUSU9OIjtzOjE6IjAiO3M6MjA6IkJBQ0tFTkRfSlNfREVCVUdHSU5HIjtzOjE6IjAiO3M6MjE6IkZST05URU5EX0pTX0RFQlVHR0lORyI7czoxOiIwIjtzOjI0OiJESVNBQkxFX0JMT0NLX0lOU0VSVElPTlMiO3M6MToiMCI7czoyMjoiRElTQUJMRV9QSFBfUFJPQ0VTU0lORyI7czoxOiIwIjtzOjE3OiJESVNBQkxFX0hUTUxfQ09ERSI7czoxOiIwIjtzOjE2OiJESVNBQkxFX0NTU19DT0RFIjtzOjE6IjAiO3M6MTU6IkRJU0FCTEVfSlNfQ09ERSI7czoxOiIwIjtzOjE5OiJESVNBQkxFX0hFQURFUl9DT0RFIjtzOjE6IjAiO3M6MTk6IkRJU0FCTEVfRk9PVEVSX0NPREUiO3M6MToiMCI7czoxNToiVklFV1BPUlRfTkFNRV8xIjtzOjc6IkRlc2t0b3AiO3M6MTY6IlZJRVdQT1JUX1dJRFRIXzEiO2k6OTgwO3M6MTU6IlZJRVdQT1JUX05BTUVfMiI7czo2OiJUYWJsZXQiO3M6MTY6IlZJRVdQT1JUX1dJRFRIXzIiO2k6NzY4O3M6MTU6IlZJRVdQT1JUX05BTUVfMyI7czo1OiJQaG9uZSI7czoxNjoiVklFV1BPUlRfV0lEVEhfMyI7aTowO3M6MTU6IlZJRVdQT1JUX05BTUVfNCI7czowOiIiO3M6MTY6IlZJRVdQT1JUX1dJRFRIXzQiO3M6MDoiIjtzOjE1OiJWSUVXUE9SVF9OQU1FXzUiO3M6MDoiIjtzOjE2OiJWSUVXUE9SVF9XSURUSF81IjtzOjA6IiI7czoxNToiVklFV1BPUlRfTkFNRV82IjtzOjA6IiI7czoxNjoiVklFV1BPUlRfV0lEVEhfNiI7czowOiIiO3M6MTU6IkNPTlNUQU5UX05BTUVfMSI7czowOiIiO3M6MTY6IkNPTlNUQU5UX1ZBTFVFXzEiO3M6MDoiIjtzOjE1OiJDT05TVEFOVF9OQU1FXzIiO3M6MDoiIjtzOjE2OiJDT05TVEFOVF9WQUxVRV8yIjtzOjA6IiI7czoxNToiQ09OU1RBTlRfTkFNRV8zIjtzOjA6IiI7czoxNjoiQ09OU1RBTlRfVkFMVUVfMyI7czowOiIiO3M6MTU6IkNPTlNUQU5UX05BTUVfNCI7czowOiIiO3M6MTY6IkNPTlNUQU5UX1ZBTFVFXzQiO3M6MDoiIjtzOjE1OiJDT05TVEFOVF9OQU1FXzUiO3M6MDoiIjtzOjE2OiJDT05TVEFOVF9WQUxVRV81IjtzOjA6IiI7czoxNToiQ09OU1RBTlRfTkFNRV82IjtzOjA6IiI7czoxNjoiQ09OU1RBTlRfVkFMVUVfNiI7czowOiIiO3M6MTQ6IkhPT0tfRU5BQkxFRF8xIjtzOjE6IjAiO3M6MTE6IkhPT0tfTkFNRV8xIjtzOjA6IiI7czoxMzoiSE9PS19BQ1RJT05fMSI7czowOiIiO3M6MTU6IkhPT0tfUFJJT1JJVFlfMSI7aToxMDtzOjE0OiJIT09LX0VOQUJMRURfMiI7czoxOiIwIjtzOjExOiJIT09LX05BTUVfMiI7czowOiIiO3M6MTM6IkhPT0tfQUNUSU9OXzIiO3M6MDoiIjtzOjE1OiJIT09LX1BSSU9SSVRZXzIiO2k6MTA7czoxNDoiSE9PS19FTkFCTEVEXzMiO3M6MToiMCI7czoxMToiSE9PS19OQU1FXzMiO3M6MDoiIjtzOjEzOiJIT09LX0FDVElPTl8zIjtzOjA6IiI7czoxNToiSE9PS19QUklPUklUWV8zIjtpOjEwO3M6MTQ6IkhPT0tfRU5BQkxFRF80IjtzOjE6IjAiO3M6MTE6IkhPT0tfTkFNRV80IjtzOjA6IiI7czoxMzoiSE9PS19BQ1RJT05fNCI7czowOiIiO3M6MTU6IkhPT0tfUFJJT1JJVFlfNCI7aToxMDtzOjE0OiJIT09LX0VOQUJMRURfNSI7czoxOiIwIjtzOjExOiJIT09LX05BTUVfNSI7czowOiIiO3M6MTM6IkhPT0tfQUNUSU9OXzUiO3M6MDoiIjtzOjE1OiJIT09LX1BSSU9SSVRZXzUiO2k6MTA7czoxNDoiSE9PS19FTkFCTEVEXzYiO3M6MToiMCI7czoxMToiSE9PS19OQU1FXzYiO3M6MDoiIjtzOjEzOiJIT09LX0FDVElPTl82IjtzOjA6IiI7czoxNToiSE9PS19QUklPUklUWV82IjtpOjEwO3M6MTQ6IkhPT0tfRU5BQkxFRF83IjtzOjE6IjAiO3M6MTE6IkhPT0tfTkFNRV83IjtzOjA6IiI7czoxMzoiSE9PS19BQ1RJT05fNyI7czowOiIiO3M6MTU6IkhPT0tfUFJJT1JJVFlfNyI7aToxMDtzOjE0OiJIT09LX0VOQUJMRURfOCI7czoxOiIwIjtzOjExOiJIT09LX05BTUVfOCI7czowOiIiO3M6MTM6IkhPT0tfQUNUSU9OXzgiO3M6MDoiIjtzOjE1OiJIT09LX1BSSU9SSVRZXzgiO2k6MTA7czoxNDoiSE9PS19FTkFCTEVEXzkiO3M6MToiMCI7czoxMToiSE9PS19OQU1FXzkiO3M6MDoiIjtzOjEzOiJIT09LX0FDVElPTl85IjtzOjA6IiI7czoxNToiSE9PS19QUklPUklUWV85IjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8xMCI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMTAiO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8xMCI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMTAiO2k6MTA7czoxNToiSE9PS19FTkFCTEVEXzExIjtzOjE6IjAiO3M6MTI6IkhPT0tfTkFNRV8xMSI7czowOiIiO3M6MTQ6IkhPT0tfQUNUSU9OXzExIjtzOjA6IiI7czoxNjoiSE9PS19QUklPUklUWV8xMSI7aToxMDtzOjE1OiJIT09LX0VOQUJMRURfMTIiO3M6MToiMCI7czoxMjoiSE9PS19OQU1FXzEyIjtzOjA6IiI7czoxNDoiSE9PS19BQ1RJT05fMTIiO3M6MDoiIjtzOjE2OiJIT09LX1BSSU9SSVRZXzEyIjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8xMyI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMTMiO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8xMyI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMTMiO2k6MTA7czoxNToiSE9PS19FTkFCTEVEXzE0IjtzOjE6IjAiO3M6MTI6IkhPT0tfTkFNRV8xNCI7czowOiIiO3M6MTQ6IkhPT0tfQUNUSU9OXzE0IjtzOjA6IiI7czoxNjoiSE9PS19QUklPUklUWV8xNCI7aToxMDtzOjE1OiJIT09LX0VOQUJMRURfMTUiO3M6MToiMCI7czoxMjoiSE9PS19OQU1FXzE1IjtzOjA6IiI7czoxNDoiSE9PS19BQ1RJT05fMTUiO3M6MDoiIjtzOjE2OiJIT09LX1BSSU9SSVRZXzE1IjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8xNiI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMTYiO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8xNiI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMTYiO2k6MTA7czoxNToiSE9PS19FTkFCTEVEXzE3IjtzOjE6IjAiO3M6MTI6IkhPT0tfTkFNRV8xNyI7czowOiIiO3M6MTQ6IkhPT0tfQUNUSU9OXzE3IjtzOjA6IiI7czoxNjoiSE9PS19QUklPUklUWV8xNyI7aToxMDtzOjE1OiJIT09LX0VOQUJMRURfMTgiO3M6MToiMCI7czoxMjoiSE9PS19OQU1FXzE4IjtzOjA6IiI7czoxNDoiSE9PS19BQ1RJT05fMTgiO3M6MDoiIjtzOjE2OiJIT09LX1BSSU9SSVRZXzE4IjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8xOSI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMTkiO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8xOSI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMTkiO2k6MTA7czoxNToiSE9PS19FTkFCTEVEXzIwIjtzOjE6IjAiO3M6MTI6IkhPT0tfTkFNRV8yMCI7czowOiIiO3M6MTQ6IkhPT0tfQUNUSU9OXzIwIjtzOjA6IiI7czoxNjoiSE9PS19QUklPUklUWV8yMCI7aToxMDtzOjEyOiJWSUVXUE9SVF9DU1MiO3M6NjA1OiIuYWktdmlld3BvcnRzICAgICAgICAgICAgICAgICB7LS1haTogMTt9Ci5haS12aWV3cG9ydC0zICAgICAgICAgICAgICAgIHsgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O30KLmFpLXZpZXdwb3J0LTIgICAgICAgICAgICAgICAgeyBkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7fQouYWktdmlld3BvcnQtMSAgICAgICAgICAgICAgICB7IGRpc3BsYXk6IGluaGVyaXQgIWltcG9ydGFudDt9Ci5haS12aWV3cG9ydC0wICAgICAgICAgICAgICAgIHsgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O30KQG1lZGlhIChtaW4td2lkdGg6IDc2OHB4KSBhbmQgKG1heC13aWR0aDogOTc5cHgpIHsKLmFpLXZpZXdwb3J0LTEgICAgICAgICAgICAgICAgeyBkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7fQouYWktdmlld3BvcnQtMiAgICAgICAgICAgICAgICB7IGRpc3BsYXk6IGluaGVyaXQgIWltcG9ydGFudDt9Cn0KQG1lZGlhIChtYXgtd2lkdGg6IDc2N3B4KSB7Ci5haS12aWV3cG9ydC0xICAgICAgICAgICAgICAgIHsgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O30KLmFpLXZpZXdwb3J0LTMgICAgICAgICAgICAgICAgeyBkaXNwbGF5OiBpbmhlcml0ICFpbXBvcnRhbnQ7fQp9CiI7czoxMzoiQUxJR05NRU5UX0NTUyI7czoxMDQ6Ii5jb2RlLWJsb2NrLWNlbnRlciB7bWFyZ2luOiA4cHggYXV0bzsgdGV4dC1hbGlnbjogY2VudGVyOyBkaXNwbGF5OiBibG9jazsgY2xlYXI6IGJvdGg7fQouY29kZS1ibG9jay0ge30KIjtzOjk6IlRJTUVTVEFNUCI7aToxNzY4MzU3OTk2O31zOjc6ImV4dHJhY3QiO2E6MTU6e3M6MTE6InVzZWRfYmxvY2tzIjtzOjMwOiJhOjM6e2k6MDtpOjE7aToxO2k6MjtpOjI7aTozO30iO3M6ODoiZmVhdHVyZXMiO2E6MTM6e2k6NTc7YjowO2k6NjtiOjA7aTo3O2I6MDtpOjI5O2I6MTtpOjMxO2I6MDtpOjk7YjowO2k6MjY7YjowO2k6Nzc7YjowO2k6NTM7YjowO2k6NDY7YjowO2k6MzM7YjowO2k6Mzc7YjowO2k6Mzk7YjowO31zOjE3OiJhYm92ZV9oZWFkZXJfaG9vayI7YToxMTp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e31pOjExO2E6MDp7fX1zOjE3OiJodG1sX2VsZW1lbnRfaG9vayI7YToxMTp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e31pOjExO2E6MDp7fX1zOjEyOiJjb250ZW50X2hvb2siO2E6MTE6e2k6MDthOjM6e2k6MDtpOjE7aToxO2k6MjtpOjI7aTozO31pOjM7YTowOnt9aTo0O2E6MDp7fWk6NjthOjA6e31pOjU7YTowOnt9aToxO2E6MDp7fWk6MjthOjM6e2k6MDtpOjE7aToxO2k6MjtpOjI7aTozO31pOjc7YTowOnt9aTo4O2E6MDp7fWk6MTA7YTozOntpOjA7aToxO2k6MTtpOjI7aToyO2k6Mzt9aToxMTthOjA6e319czoxMjoiZXhjZXJwdF9ob29rIjthOjExOntpOjA7YTowOnt9aTozO2E6MDp7fWk6NDthOjA6e31pOjY7YTowOnt9aTo1O2E6MDp7fWk6MTthOjA6e31pOjI7YTowOnt9aTo3O2E6MDp7fWk6ODthOjA6e31pOjEwO2E6MDp7fWk6MTE7YTowOnt9fXM6MTU6Imxvb3Bfc3RhcnRfaG9vayI7YToxMTp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e31pOjExO2E6MDp7fX1zOjEzOiJsb29wX2VuZF9ob29rIjthOjExOntpOjA7YTowOnt9aTozO2E6MDp7fWk6NDthOjA6e31pOjY7YTowOnt9aTo1O2E6MDp7fWk6MTthOjA6e31pOjI7YTowOnt9aTo3O2E6MDp7fWk6ODthOjA6e31pOjEwO2E6MDp7fWk6MTE7YTowOnt9fXM6MTM6InRoZV9wb3N0X2hvb2siO2E6MTE6e2k6MDthOjA6e31pOjM7YTowOnt9aTo0O2E6MDp7fWk6NjthOjA6e31pOjU7YTowOnt9aToxO2E6MDp7fWk6MjthOjA6e31pOjc7YTowOnt9aTo4O2E6MDp7fWk6MTA7YTowOnt9aToxMTthOjA6e319czoyMDoiYmVmb3JlX2NvbW1lbnRzX2hvb2siO2E6MTE6e2k6MDthOjA6e31pOjM7YTowOnt9aTo0O2E6MDp7fWk6NjthOjA6e31pOjU7YTowOnt9aToxO2E6MDp7fWk6MjthOjA6e31pOjc7YTowOnt9aTo4O2E6MDp7fWk6MTA7YTowOnt9aToxMTthOjA6e319czoyMToiYmV0d2Vlbl9jb21tZW50c19ob29rIjthOjExOntpOjA7YTowOnt9aTozO2E6MDp7fWk6NDthOjA6e31pOjY7YTowOnt9aTo1O2E6MDp7fWk6MTthOjA6e31pOjI7YTowOnt9aTo3O2E6MDp7fWk6ODthOjA6e31pOjEwO2E6MDp7fWk6MTE7YTowOnt9fXM6MTk6ImFmdGVyX2NvbW1lbnRzX2hvb2siO2E6MTE6e2k6MDthOjA6e31pOjM7YTowOnt9aTo0O2E6MDp7fWk6NjthOjA6e31pOjU7YTowOnt9aToxO2E6MDp7fWk6MjthOjA6e31pOjc7YTowOnt9aTo4O2E6MDp7fWk6MTA7YTowOnt9aToxMTthOjA6e319czoxNDoid3BfZm9vdGVyX2hvb2siO2E6MTE6e2k6MDthOjA6e31pOjM7YTowOnt9aTo0O2E6MDp7fWk6NjthOjA6e31pOjU7YTowOnt9aToxO2E6MDp7fWk6MjthOjA6e31pOjc7YTowOnt9aTo4O2E6MDp7fWk6MTA7YTowOnt9aToxMTthOjA6e319czo3OiJWRVJTSU9OIjtzOjk6IjAyMDgwOS05NiI7czo5OiJUSU1FU1RBTVAiO2k6MTc2ODM1Nzk5Njt9fQ==', 'auto'),
(530, 'ad_inserter_extract', 'a:15:{s:11:\"used_blocks\";s:30:\"a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}\";s:8:\"features\";a:13:{i:57;b:0;i:6;b:0;i:7;b:0;i:29;b:1;i:31;b:0;i:9;b:0;i:26;b:0;i:77;b:0;i:53;b:0;i:46;b:0;i:33;b:0;i:37;b:0;i:39;b:0;}s:17:\"above_header_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:17:\"html_element_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:12:\"content_hook\";a:11:{i:0;a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}i:7;a:0:{}i:8;a:0:{}i:10;a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}i:11;a:0:{}}s:12:\"excerpt_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:15:\"loop_start_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:13:\"loop_end_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:13:\"the_post_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:20:\"before_comments_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:21:\"between_comments_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:19:\"after_comments_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:14:\"wp_footer_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:7:\"VERSION\";s:9:\"020809-96\";s:9:\"TIMESTAMP\";i:1768357996;}', 'auto'),
(825, '_transient_health-check-site-status-result', '{\"good\":22,\"recommended\":2,\"critical\":0}', 'on'),
(2169, '_site_transient_timeout_theme_roots', '1768790995', 'off'),
(2170, '_site_transient_theme_roots', 'a:10:{s:16:\"midnight-blogger\";s:7:\"/themes\";s:15:\"pressbook-green\";s:7:\"/themes\";s:9:\"pressbook\";s:7:\"/themes\";s:17:\"responsiveblogily\";s:7:\"/themes\";s:16:\"simple-and-clean\";s:7:\"/themes\";s:11:\"simple-nova\";s:7:\"/themes\";s:24:\"simple-responsiveblogily\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}', 'off'),
(2186, '_site_transient_timeout_wp_theme_files_patterns-d12b347fbd966f7d535f4bd70f5e3ee7', '1768796269', 'off'),
(2187, '_site_transient_wp_theme_files_patterns-d12b347fbd966f7d535f4bd70f5e3ee7', 'a:2:{s:7:\"version\";s:3:\"2.2\";s:8:\"patterns\";a:0:{}}', 'off'),
(2188, '_site_transient_timeout_wp_theme_files_patterns-327d9cbdbf1696a479ef2f929a665881', '1768796275', 'off'),
(2189, '_site_transient_wp_theme_files_patterns-327d9cbdbf1696a479ef2f929a665881', 'a:2:{s:7:\"version\";s:3:\"7.2\";s:8:\"patterns\";a:0:{}}', 'off');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 1, '_wp_trash_meta_status', 'publish'),
(4, 1, '_wp_trash_meta_time', '1768350035'),
(5, 1, '_wp_desired_post_slug', 'hello-world'),
(6, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:\"1\";}'),
(7, 2, '_wp_trash_meta_status', 'publish'),
(8, 2, '_wp_trash_meta_time', '1768350048'),
(9, 2, '_wp_desired_post_slug', 'sample-page'),
(10, 8, '_edit_lock', '1768350448:1'),
(11, 10, '_edit_last', '1'),
(12, 10, '_edit_lock', '1768355603:1'),
(15, 12, '_edit_last', '1'),
(16, 12, '_edit_lock', '1768356031:1'),
(19, 14, '_edit_last', '1'),
(20, 14, '_edit_lock', '1768356004:1'),
(23, 16, '_edit_last', '1'),
(24, 16, '_edit_lock', '1768355984:1'),
(27, 18, '_edit_last', '1'),
(28, 18, '_edit_lock', '1768355965:1'),
(31, 20, '_edit_last', '1'),
(32, 20, '_edit_lock', '1768355945:1'),
(35, 22, '_edit_last', '1'),
(36, 22, '_edit_lock', '1768355922:1'),
(39, 24, '_edit_last', '1'),
(40, 24, '_edit_lock', '1768355902:1'),
(43, 26, '_edit_last', '1'),
(44, 26, '_edit_lock', '1768355855:1'),
(47, 28, '_edit_last', '1'),
(48, 28, '_edit_lock', '1768351893:1'),
(49, 28, '_wp_page_template', 'default'),
(50, 30, '_edit_last', '1'),
(51, 30, '_edit_lock', '1768352212:1'),
(52, 30, '_wp_page_template', 'default'),
(53, 3, '_edit_lock', '1768352452:1'),
(54, 3, '_edit_last', '1'),
(55, 34, '_edit_last', '1'),
(56, 34, '_edit_lock', '1768352552:1'),
(57, 34, '_wp_page_template', 'default'),
(58, 36, '_wp_trash_meta_status', 'publish'),
(59, 36, '_wp_trash_meta_time', '1768353347'),
(60, 37, '_wp_attached_file', '2026/01/zntY4A4GPU0-HD.jpg'),
(61, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:26:\"2026/01/zntY4A4GPU0-HD.jpg\";s:8:\"filesize\";i:78978;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"zntY4A4GPU0-HD-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10088;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"zntY4A4GPU0-HD-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56353;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"zntY4A4GPU0-HD-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6127;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"zntY4A4GPU0-HD-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37884;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"zntY4A4GPU0-HD-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10088;}s:22:\"responsiveblogily-grid\";a:5:{s:4:\"file\";s:26:\"zntY4A4GPU0-HD-350x230.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13911;}s:24:\"responsiveblogily-slider\";a:5:{s:4:\"file\";s:26:\"zntY4A4GPU0-HD-850x478.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43428;}s:23:\"responsiveblogily-small\";a:5:{s:4:\"file\";s:26:\"zntY4A4GPU0-HD-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10899;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(62, 37, '_wp_attachment_image_alt', 'Oshi no Ko'),
(63, 26, '_thumbnail_id', '37'),
(66, 38, '_wp_attached_file', '2026/01/The-One-Piece-Elbaf-Arc.jpg'),
(67, 38, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:35:\"2026/01/The-One-Piece-Elbaf-Arc.jpg\";s:8:\"filesize\";i:212537;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"The-One-Piece-Elbaf-Arc-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18546;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"The-One-Piece-Elbaf-Arc-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127470;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"The-One-Piece-Elbaf-Arc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10140;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"The-One-Piece-Elbaf-Arc-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84065;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"The-One-Piece-Elbaf-Arc-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18546;}s:22:\"responsiveblogily-grid\";a:5:{s:4:\"file\";s:35:\"The-One-Piece-Elbaf-Arc-350x230.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28108;}s:24:\"responsiveblogily-slider\";a:5:{s:4:\"file\";s:35:\"The-One-Piece-Elbaf-Arc-850x478.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97500;}s:23:\"responsiveblogily-small\";a:5:{s:4:\"file\";s:35:\"The-One-Piece-Elbaf-Arc-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(68, 24, '_thumbnail_id', '38'),
(71, 39, '_wp_attached_file', '2026/01/Gachiakuta.jpg'),
(72, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:22:\"2026/01/Gachiakuta.jpg\";s:8:\"filesize\";i:158220;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Gachiakuta-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14138;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Gachiakuta-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Gachiakuta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6892;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Gachiakuta-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54887;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Gachiakuta-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14138;}s:22:\"responsiveblogily-grid\";a:5:{s:4:\"file\";s:22:\"Gachiakuta-350x230.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19322;}s:24:\"responsiveblogily-slider\";a:5:{s:4:\"file\";s:22:\"Gachiakuta-850x478.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63300;}s:23:\"responsiveblogily-small\";a:5:{s:4:\"file\";s:22:\"Gachiakuta-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15108;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(73, 22, '_thumbnail_id', '39'),
(76, 40, '_wp_attached_file', '2026/01/Witch-Hat-Atelier.jpg'),
(77, 40, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:29:\"2026/01/Witch-Hat-Atelier.jpg\";s:8:\"filesize\";i:170437;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Witch-Hat-Atelier-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14774;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Witch-Hat-Atelier-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Witch-Hat-Atelier-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8211;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Witch-Hat-Atelier-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58828;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"Witch-Hat-Atelier-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14774;}s:22:\"responsiveblogily-grid\";a:5:{s:4:\"file\";s:29:\"Witch-Hat-Atelier-350x230.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21556;}s:24:\"responsiveblogily-slider\";a:5:{s:4:\"file\";s:29:\"Witch-Hat-Atelier-850x478.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67449;}s:23:\"responsiveblogily-small\";a:5:{s:4:\"file\";s:29:\"Witch-Hat-Atelier-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16185;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(78, 20, '_thumbnail_id', '40'),
(81, 41, '_wp_attached_file', '2026/01/Summer-Hikaru-Died.jpg'),
(82, 41, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:30:\"2026/01/Summer-Hikaru-Died.jpg\";s:8:\"filesize\";i:132847;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Summer-Hikaru-Died-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16902;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Summer-Hikaru-Died-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Summer-Hikaru-Died-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8220;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Summer-Hikaru-Died-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67725;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"Summer-Hikaru-Died-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16902;}s:22:\"responsiveblogily-grid\";a:5:{s:4:\"file\";s:30:\"Summer-Hikaru-Died-350x230.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23236;}s:24:\"responsiveblogily-slider\";a:5:{s:4:\"file\";s:30:\"Summer-Hikaru-Died-850x478.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78556;}s:23:\"responsiveblogily-small\";a:5:{s:4:\"file\";s:30:\"Summer-Hikaru-Died-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18083;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(83, 18, '_thumbnail_id', '41'),
(86, 42, '_wp_attached_file', '2026/01/Blue-Box.jpg'),
(87, 42, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2026/01/Blue-Box.jpg\";s:8:\"filesize\";i:88026;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Blue-Box-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11819;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Blue-Box-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68330;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Blue-Box-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5588;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Blue-Box-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45739;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Blue-Box-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11819;}s:22:\"responsiveblogily-grid\";a:5:{s:4:\"file\";s:20:\"Blue-Box-350x230.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16144;}s:24:\"responsiveblogily-slider\";a:5:{s:4:\"file\";s:20:\"Blue-Box-850x478.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52726;}s:23:\"responsiveblogily-small\";a:5:{s:4:\"file\";s:20:\"Blue-Box-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12510;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(88, 16, '_thumbnail_id', '42'),
(91, 43, '_wp_attached_file', '2026/01/Dandadan.jpg'),
(92, 43, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2026/01/Dandadan.jpg\";s:8:\"filesize\";i:119996;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Dandadan-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9478;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Dandadan-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58822;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Dandadan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5158;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Dandadan-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38480;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Dandadan-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9478;}s:22:\"responsiveblogily-grid\";a:5:{s:4:\"file\";s:20:\"Dandadan-350x230.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13652;}s:24:\"responsiveblogily-slider\";a:5:{s:4:\"file\";s:20:\"Dandadan-850x478.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45055;}s:23:\"responsiveblogily-small\";a:5:{s:4:\"file\";s:20:\"Dandadan-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10368;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(93, 14, '_thumbnail_id', '43'),
(96, 44, '_wp_attached_file', '2026/01/Sakamoto-Days.jpg'),
(97, 44, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2026/01/Sakamoto-Days.jpg\";s:8:\"filesize\";i:113015;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Sakamoto-Days-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13029;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Sakamoto-Days-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72866;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Sakamoto-Days-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6606;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Sakamoto-Days-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49413;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"Sakamoto-Days-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13029;}s:22:\"responsiveblogily-grid\";a:5:{s:4:\"file\";s:25:\"Sakamoto-Days-350x230.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18316;}s:24:\"responsiveblogily-slider\";a:5:{s:4:\"file\";s:25:\"Sakamoto-Days-850x478.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57563;}s:23:\"responsiveblogily-small\";a:5:{s:4:\"file\";s:25:\"Sakamoto-Days-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(98, 12, '_thumbnail_id', '44'),
(101, 45, '_wp_attached_file', '2026/01/Kagurabachi.jpg'),
(102, 45, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:23:\"2026/01/Kagurabachi.jpg\";s:8:\"filesize\";i:171993;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Kagurabachi-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12127;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Kagurabachi-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Kagurabachi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6417;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Kagurabachi-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65459;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"Kagurabachi-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12127;}s:22:\"responsiveblogily-grid\";a:5:{s:4:\"file\";s:23:\"Kagurabachi-350x230.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18351;}s:24:\"responsiveblogily-slider\";a:5:{s:4:\"file\";s:23:\"Kagurabachi-850x478.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78166;}s:23:\"responsiveblogily-small\";a:5:{s:4:\"file\";s:23:\"Kagurabachi-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13105;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(103, 10, '_thumbnail_id', '45'),
(108, 26, '_wp_old_date', '2026-01-14'),
(111, 24, '_wp_old_date', '2026-01-14'),
(114, 22, '_wp_old_date', '2026-01-14'),
(117, 20, '_wp_old_date', '2026-01-14'),
(120, 18, '_wp_old_date', '2026-01-14'),
(123, 16, '_wp_old_date', '2026-01-14'),
(126, 14, '_wp_old_date', '2026-01-14'),
(129, 12, '_wp_old_date', '2026-01-14');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2026-01-14 00:19:55', '2026-01-14 00:19:55', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world__trashed', '', '', '2026-01-14 00:20:35', '2026-01-14 00:20:35', '', 0, 'https://mangadox.org/?p=1', 0, 'post', '', 1),
(2, 1, '2026-01-14 00:19:55', '2026-01-14 00:19:55', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://mangadox.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'trash', 'closed', 'open', '', 'sample-page__trashed', '', '', '2026-01-14 00:20:48', '2026-01-14 00:20:48', '', 0, 'https://mangadox.org/?page_id=2', 0, 'page', '', 0),
(3, 1, '2026-01-14 00:19:55', '2026-01-14 00:19:55', '<!-- wp:heading -->\r\n<div id=\"model-response-message-contentr_c5000e912a4f5195\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"4\"><b data-path-to-node=\"4\" data-index-in-node=\"0\">Effective Date:</b> Dec 05, 2025.</p>\r\n<p data-path-to-node=\"5\">At <b data-path-to-node=\"5\" data-index-in-node=\"3\">Mangadox.org</b>, accessible from <a class=\"ng-star-inserted\" href=\"https://mangadox.org/\" target=\"_blank\" rel=\"noopener\" data-hveid=\"0\" data-ved=\"0CAAQ_4QMahcKEwi9rPbV4YmSAxUAAAAAHQAAAAAQdA\">https://mangadox.org</a>, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Mangadox.org and how we use it.</p>\r\n<p data-path-to-node=\"6\">If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</p>\r\n<h3 data-path-to-node=\"7\">1. Log Files</h3>\r\n<p data-path-to-node=\"8\">Mangadox.org follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this as a part of hosting services\' analytics. The information collected by log files includes internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users\' movement on the website, and gathering demographic information.</p>\r\n<h3 data-path-to-node=\"9\">2. Cookies and Web Beacons</h3>\r\n<p data-path-to-node=\"10\">Like any other website, Mangadox.org uses \"cookies\". These cookies are used to store information including visitors\' preferences, and the pages on the website that the visitor accessed or visited. The information is used to optimize the users\' experience by customizing our web page content based on visitors\' browser type and/or other information.</p>\r\n<h3 data-path-to-node=\"11\">3. Comments and User Data</h3>\r\n<p data-path-to-node=\"12\">When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\r\n<p data-path-to-node=\"13\">An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. After approval of your comment, your profile picture <span class=\"citation-770 citation-end-770\">is visible to the public in the context of your comment.<sup class=\"superscript\" data-turn-source-index=\"1\">1</sup></span></p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n<h3 data-path-to-node=\"14\"><span class=\"citation-769 citation-end-769\">4. Third-Party Privacy Policies<sup class=\"superscript\" data-turn-source-index=\"2\">2</sup></span></h3>\r\n<p data-path-to-node=\"15\"><span class=\"citation-768 citation-end-768\">Mangadox.org\'s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of t<sup class=\"superscript\" data-turn-source-index=\"3\">3</sup></span>hese third-party ad servers for more detailed information.</p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n<ul data-path-to-node=\"16\">\r\n<li>\r\n<p data-path-to-node=\"16,0,0\"><b data-path-to-node=\"16,0,0\" data-index-in-node=\"0\">Google Analytics:</b> We may use Google Analytics to understand how our website is being used in order to improve the user experience. User data is all anonymous.</p>\r\n</li>\r\n<li>\r\n<p data-path-to-node=\"16,1,0\"><b data-path-to-node=\"16,1,0\" data-index-in-node=\"0\">Affiliate Programs:</b> We may engage in affiliate marketing (e.g., Amazon Associates), which is done by embedding tracking links into the website. If you click on a link to an affiliate partnership, a cookie will be placed on your browser to track any sales for purposes of commissions.</p>\r\n</li>\r\n</ul>\r\n<h3 data-path-to-node=\"17\">5. GDPR Data Protection Rights</h3>\r\n<p data-path-to-node=\"18\">We would like to make sure you are fully aware of all of your data protection rights. <span class=\"citation-766 citation-767 citation-end-767\">Every user is entitled to the following:<sup class=\"superscript\" data-turn-source-index=\"4\">4</sup></span><span class=\"citation-766 citation-end-766\"><sup class=\"superscript\" data-turn-source-index=\"5\">5</sup></span></p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n<ul data-path-to-node=\"19\">\r\n<li>\r\n<p data-path-to-node=\"19,0,0\"><span class=\"citation-764 citation-765 citation-end-765\">The right to access – You have the right to request copies of your personal data.<sup class=\"superscript\" data-turn-source-index=\"6\">6</sup></span><span class=\"citation-764 citation-end-764\"><sup class=\"superscript\" data-turn-source-index=\"7\">7</sup></span></p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n</li>\r\n<li>\r\n<p data-path-to-node=\"19,1,0\"><span class=\"citation-762 citation-763\">The right to rectification – You have the right to request that we </span><span class=\"citation-761 citation-762 citation-763 citation-end-763\">correct any information you believe is inaccurate.<sup class=\"superscript\" data-turn-source-index=\"8\">8</sup></span><span class=\"citation-761 citation-762 citation-end-762\"><sup class=\"superscript\" data-turn-source-index=\"9\">9</sup></span><span class=\"citation-761 citation-end-761\"><sup class=\"superscript\" data-turn-source-index=\"10\">10</sup></span></p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n</li>\r\n<li>\r\n<p data-path-to-node=\"19,2,0\"><span class=\"citation-758 citation-759 citation-760 citation-end-760\">The right to era<sup class=\"superscript\" data-turn-source-index=\"11\">11</sup></span><span class=\"citation-758 citation-759 citation-end-759\">sure – You have the right to request that we<sup class=\"superscript\" data-turn-source-index=\"12\">12</sup></span><span class=\"citation-758 citation-end-758\"> erase your personal data, under certain conditions.<sup class=\"superscript\" data-turn-source-index=\"13\">13</sup></span></p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n</li>\r\n</ul>\r\n<h3 data-path-to-node=\"20\"><span class=\"citation-757 citation-end-757\">6. Children\'s Information<sup class=\"superscript\" data-turn-source-index=\"14\">14</sup></span></h3>\r\n<p data-path-to-node=\"21\"><span class=\"citation-756 citation-end-756\">Another part of our priority<sup class=\"superscript\" data-turn-source-index=\"15\">15</sup></span> is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n<p data-path-to-node=\"22\">Mangadox.org does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.</p>\r\n<h3 data-path-to-node=\"23\">7. Consent</h3>\r\n<p data-path-to-node=\"24\">By using our website, you hereby consent to our Privacy Policy and agree to its Terms and Conditions.</p>\r\n<h3 data-path-to-node=\"25\">8. Updates</h3>\r\n<p>This Privacy Policy was last updated on: [Insert Date].</p>\r\n<p>We reserve the right to update or change our Privacy Policy at any time and you should check this Privacy Policy periodically.</p>\r\n<h3 data-path-to-node=\"27\">9. Contact Us</h3>\r\n<p data-path-to-node=\"28\">If you have any questions about this Privacy Policy, please contact us:</p>\r\n<ul data-path-to-node=\"29\">\r\n<li>\r\n<p data-path-to-node=\"29,0,0\"><b data-path-to-node=\"29,0,0\" data-index-in-node=\"0\">By Email:</b> info@mangadox.org</p>\r\n</li>\r\n<li>\r\n<p data-path-to-node=\"29,1,0\"><b data-path-to-node=\"29,1,0\" data-index-in-node=\"0\">By Visiting this page on our website:</b> <a class=\"ng-star-inserted\" href=\"https://www.google.com/url?sa=E&amp;source=gmail&amp;q=https://mangadox.org/contact\" target=\"_blank\" rel=\"noopener\" data-hveid=\"0\" data-ved=\"0CAAQ_4QMahcKEwi9rPbV4YmSAxUAAAAAHQAAAAAQdQ\">https://mangadox.org/contact/</a></p>\r\n</li>\r\n</ul>\r\n</div>', 'Privacy Policy', '', 'publish', 'closed', 'open', '', 'privacy-policy', '', '', '2026-01-14 01:02:46', '2026-01-14 01:02:46', '', 0, 'https://mangadox.org/?page_id=3', 0, 'page', '', 0),
(4, 0, '2026-01-14 00:19:55', '2026-01-14 00:19:55', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2026-01-14 00:19:55', '2026-01-14 00:19:55', '', 0, 'https://mangadox.org/index.php/2026/01/14/navigation/', 0, 'wp_navigation', '', 0),
(5, 1, '2026-01-14 00:20:25', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2026-01-14 00:20:25', '0000-00-00 00:00:00', '', 0, 'https://mangadox.org/?p=5', 0, 'post', '', 0),
(6, 1, '2026-01-14 00:20:35', '2026-01-14 00:20:35', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2026-01-14 00:20:35', '2026-01-14 00:20:35', '', 1, 'https://mangadox.org/?p=6', 0, 'revision', '', 0),
(7, 1, '2026-01-14 00:20:48', '2026-01-14 00:20:48', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://mangadox.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2026-01-14 00:20:48', '2026-01-14 00:20:48', '', 2, 'https://mangadox.org/?p=7', 0, 'revision', '', 0),
(8, 1, '2026-01-14 00:29:43', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2026-01-14 00:29:43', '0000-00-00 00:00:00', '', 0, 'https://mangadox.org/?p=8', 0, 'post', '', 0),
(9, 1, '2026-01-14 00:29:43', '2026-01-14 00:29:43', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-twentytwentyfive', '', '', '2026-01-14 00:29:43', '2026-01-14 00:29:43', '', 0, 'https://mangadox.org/wp-global-styles-twentytwentyfive/', 0, 'wp_global_styles', '', 0),
(10, 1, '2026-01-14 00:32:52', '2026-01-14 00:32:52', '<div id=\"model-response-message-contentr_2e2cb4ded7136265\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">Okay, let’s be real for a second. We need to talk about <b data-path-to-node=\"2\" data-index-in-node=\"56\">Kagurabachi</b>.</p>\r\n<p data-path-to-node=\"3\">If you were on Twitter (or X, whatever) back in late 2023, you couldn’t escape it. The memes were absolutely out of control. People were calling it \"the greatest piece of fiction ever created\" before a single chapter had even dropped. We had edits of Chihiro Rokuhira soloing the Dragon Ball universe, \"Enough time has passed\" becoming the catchphrase of the year, and an ironic fandom that seemed ready to gaslight the entire world.</p>\r\n<p data-path-to-node=\"4\">I’ll admit it: I rolled my eyes. I thought, <i data-path-to-node=\"4\" data-index-in-node=\"44\">Great, another overhyped flop that the internet is going to abandon in three weeks.</i> I went into Chapter 1 with my arms crossed, ready to hate-read it just so I could be part of the joke.</p>\r\n<p data-path-to-node=\"5\"><b data-path-to-node=\"5\" data-index-in-node=\"0\">Boy, was I wrong.</b></p>\r\n<p data-path-to-node=\"6\">I am here to issue a formal apology to Takeru Hokazono (the author), because <i data-path-to-node=\"6\" data-index-in-node=\"77\">Kagurabachi</i> isn\'t just a meme. It is genuinely one of the hardest, most cinematic, and visually striking series running in <i data-path-to-node=\"6\" data-index-in-node=\"200\">Weekly Shonen Jump</i> right now. If you aren\'t reading it, you are missing out on the birth of a modern classic.</p>\r\n<p data-path-to-node=\"7\">Here is the vibe check: Imagine if <i data-path-to-node=\"7\" data-index-in-node=\"35\">John Wick</i> was an anime, but instead of guns, everyone had magic katanas, and instead of a dog, the emotional anchor was... goldfish? It’s gritty, it’s neo-noir, and it drips with a coolness that most manga take 50 chapters to achieve.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: Revenge Served Cold (and Bloody)</h3>\r\n<p data-path-to-node=\"10\">Let’s set the stage without ruining the twists.</p>\r\n<p data-path-to-node=\"11\">The story centers on <b data-path-to-node=\"11\" data-index-in-node=\"21\">Chihiro Rokuhira</b>, a young man living a quiet, somewhat disciplined life with his father, Kunishige. His dad isn’t just any blacksmith; he is the legendary creator of the <b data-path-to-node=\"11\" data-index-in-node=\"191\">six Enchanted Blades</b>, weapons of mass destruction that ended a massive war years prior.</p>\r\n<p data-path-to-node=\"12\">Chihiro spends his days learning the craft, dealing with his goofy dad, and feeding the goldfish. It’s peaceful. You almost let your guard down.</p>\r\n<p data-path-to-node=\"13\">But this is a Shonen manga, so you know peace is just a setup for trauma. Tragedy strikes (as it always does), the Enchanted Blades are stolen by a mysterious group of sorcerers known as the Hishaku, and Chihiro’s world burns down.</p>\r\n<p data-path-to-node=\"14\">Fast forward a few years. The innocent kid is gone. Chihiro is now a scarred, stoic avenger wielding the seventh, secret blade: <b data-path-to-node=\"14\" data-index-in-node=\"128\">Enten</b>. He has one goal: hunt down the sorcerers, retrieve the stolen blades, and slaughter anyone who gets in his way.</p>\r\n<p data-path-to-node=\"15\">On paper, it sounds like your standard \"revenge plot.\" But execution is everything, and <i data-path-to-node=\"15\" data-index-in-node=\"88\">Kagurabachi</i> executes with the precision of a surgeon.</p>\r\n\r\n\r\n<hr data-path-to-node=\"16\" />\r\n\r\n<h3 data-path-to-node=\"17\">Why It Hits Different: A Deep Dive</h3>\r\n<p data-path-to-node=\"18\">I read a lot of manga. Like, an unhealthy amount. Usually, rookie series struggle with pacing or cluttered art. <i data-path-to-node=\"18\" data-index-in-node=\"112\">Kagurabachi</i> feels like it skipped the rookie phase entirely.</p>\r\n\r\n<h4 data-path-to-node=\"19\">1. The Art is Cinematic Perfection</h4>\r\n<p data-path-to-node=\"20\">This is the main selling point. Takeru Hokazono has a background in horror, and you can tell. He understands <b data-path-to-node=\"20\" data-index-in-node=\"109\">atmosphere</b>.</p>\r\n<p data-path-to-node=\"21\">Most battle manga focus on the \"impact\" frames—the punch connecting, the sword slashing. Hokazono excels at the <i data-path-to-node=\"21\" data-index-in-node=\"112\">moments in between</i>. He uses paneling like a movie director. He loves these wide, cinematic shots that establish the mood before the violence erupts.</p>\r\n<p data-path-to-node=\"22\">There is a sequence early on where Chihiro unsheathes his blade, and the \"magic\" manifests as spectral goldfish swimming through the air. It isn\'t just a generic energy beam; it’s hauntingly beautiful. The contrast between the black ink, the white negative space, and the grayscale of the magic effects is top-tier.</p>\r\n<p data-path-to-node=\"23\">The action is also incredibly clean. You never have to squint to figure out what is happening. When a limb gets chopped off (and trust me, limbs fly in this manga), you feel the weight of the swing.</p>\r\n\r\n<h4 data-path-to-node=\"24\">2. Chihiro is the \"Strong Silent Type\" Done Right</h4>\r\n<p data-path-to-node=\"25\">We are in an era where MCs are often loud (Asta, Luffy) or overly anxious (Deku). Chihiro brings back that old-school cool. He reminds me a lot of the early 2000s anti-heroes, but without being an insufferable jerk.</p>\r\n<p data-path-to-node=\"26\">What makes him work is that he isn\'t an emotionless robot. He’s surprisingly polite to civilians. He protects the weak not because he wants a medal, but because his father raised him right. There is a \"dad energy\" to him, especially when he ends up caretaking for a certain character later in the first arc. He is focused, efficient, and ruthless to his enemies, but soft to his allies. That duality makes you root for him instantly.</p>\r\n\r\n<h4 data-path-to-node=\"27\">3. The Villain: Sojo Genichi</h4>\r\n<p data-path-to-node=\"28\">A hero is only as good as his villain, and the first major antagonist, Sojo, is an absolute menace. I won\'t spoil his powers, but imagine the chaotic energy of the Joker mixed with the raw power of a <i data-path-to-node=\"28\" data-index-in-node=\"200\">Bleach</i> captain.</p>\r\n<p data-path-to-node=\"29\">Sojo challenges Chihiro not just physically, but philosophically. He believes the Enchanted Blades are tools for death, while Chihiro (trying to honor his father) views them as something more noble. Their clash isn\'t just \"my sword is stronger than yours\"; it\'s a battle of ideologies. And the fight choreography? <i data-path-to-node=\"29\" data-index-in-node=\"314\">Chef\'s kiss.</i></p>\r\n\r\n<h4 data-path-to-node=\"30\">4. The Pacing is Relentless</h4>\r\n<p data-path-to-node=\"31\">There is no filler here. Every chapter moves the plot forward. The story respects your time. In the first 20 chapters alone, we get a full arc, character growth, major lore drops, and consequences that actually stick. It’s a page-turner in the truest sense. I binged the available chapters in one sitting because I physically couldn\'t stop.</p>\r\n\r\n\r\n<hr data-path-to-node=\"32\" />\r\n\r\n<h3 data-path-to-node=\"33\">How &amp; Where to Read (Support the Author!)</h3>\r\n<p data-path-to-node=\"34\">Now, listen to me closely. If you want this series to survive and eventually get that anime adaptation we are all dreaming of, <b data-path-to-node=\"34\" data-index-in-node=\"127\">you need to read it officially.</b></p>\r\n<p data-path-to-node=\"35\">Piracy sites hurt the industry. Plus, the official scans are high quality and free for the newest chapters.</p>\r\n\r\n<ul data-path-to-node=\"36\">\r\n 	<li>\r\n<p data-path-to-node=\"36,0,0\"><b data-path-to-node=\"36,0,0\" data-index-in-node=\"0\">The Best Option:</b> <b data-path-to-node=\"36,0,0\" data-index-in-node=\"17\">Manga Plus</b> (by Shueisha).</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"36,0,1,0,0\"><i data-path-to-node=\"36,0,1,0,0\" data-index-in-node=\"0\">Why:</i> It’s free to read the first three and the latest three chapters. If you download the mobile app, you can read <i data-path-to-node=\"36,0,1,0,0\" data-index-in-node=\"115\">every chapter</i> once for free. It directly supports the metrics that Shonen Jump uses to decide which series to keep or cancel.</p>\r\n\r\n<ul data-path-to-node=\"36\">\r\n 	<li>\r\n<p data-path-to-node=\"36,1,0\"><b data-path-to-node=\"36,1,0\" data-index-in-node=\"0\">The Alternative:</b> <b data-path-to-node=\"36,1,0\" data-index-in-node=\"17\">Viz Media / Shonen Jump App</b>.</p>\r\n\r\n<ul data-path-to-node=\"36,1,1\">\r\n 	<li>\r\n<p data-path-to-node=\"36,1,1,0,0\"><i data-path-to-node=\"36,1,1,0,0\" data-index-in-node=\"0\">Why:</i> For a tiny monthly subscription (literally the price of a coffee), you get access to the entire vault. The reading experience on an iPad or tablet is fantastic.</p>\r\n</li>\r\n</ul>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"36,2,0\"><b data-path-to-node=\"36,2,0\" data-index-in-node=\"0\">Physical Copies:</b> Volume 1 is starting to hit shelves in English. If you have the cash, buy the physical volume. There is nothing like seeing Hokazono’s art on actual paper.</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"37\"><b data-path-to-node=\"37\" data-index-in-node=\"0\">Note for Beginners:</b> Remember to read from <b data-path-to-node=\"37\" data-index-in-node=\"42\">Right to Left</b>! Start at the top right corner of the page and move left. You\'ll get used to it in five minutes.</p>\r\n\r\n\r\n<hr data-path-to-node=\"38\" />\r\n\r\n<h3 data-path-to-node=\"39\">Final Verdict: Is It Worth The Hype?</h3>\r\n<p data-path-to-node=\"40\">Is <i data-path-to-node=\"40\" data-index-in-node=\"3\">Kagurabachi</i> the \"greatest fiction ever invented\"? Maybe not yet. But is it the most exciting new battle shonen since <i data-path-to-node=\"40\" data-index-in-node=\"120\">Chainsaw Man</i> or <i data-path-to-node=\"40\" data-index-in-node=\"136\">Jujutsu Kaisen</i>? <b data-path-to-node=\"40\" data-index-in-node=\"152\">Absolutely.</b></p>\r\n<p data-path-to-node=\"41\">If you liked the sword-play of <i data-path-to-node=\"41\" data-index-in-node=\"31\">Bleach</i>, the dark urban fantasy vibe of <i data-path-to-node=\"41\" data-index-in-node=\"70\">Jujutsu Kaisen</i>, or the revenge storytelling of <i data-path-to-node=\"41\" data-index-in-node=\"117\">John Wick</i>, this is tailor-made for you. It sheds the \"meme\" skin very quickly and proves it has the heart and the skills to stand next to the giants of the genre.</p>\r\n<p data-path-to-node=\"42\">Do yourself a favor: Stop scrolling, go to Manga Plus, and read Chapter 1. Just don\'t blame me when you end up obsessing over goldfish motifs for the next month.</p>\r\nRating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Goldfish)\r\n\r\nStatus: Certified Banger. Read it immediately.\r\n\r\n<hr data-path-to-node=\"44\" />\r\n<p data-path-to-node=\"45\"><b data-path-to-node=\"45\" data-index-in-node=\"0\">What do you think?</b> Have you hopped on the <i data-path-to-node=\"45\" data-index-in-node=\"42\">Kagurabachi</i> train yet, or are you still skeptical? Let me know in the comments below—let\'s discuss that insane panel in Chapter 17! Tenoí!</p>\r\n\r\n</div>', 'From Meme to Masterpiece: Why Kagurabachi Is The Shonen Jump Hit You Can\'t Ignore', '', 'publish', 'open', 'open', '', 'from-meme-to-masterpiece-why-kagurabachi-is-the-shonen-jump-hit-you-cant-ignore', '', '', '2026-01-14 01:55:32', '2026-01-14 01:55:32', '', 0, 'https://mangadox.org/?p=10', 0, 'post', '', 0),
(11, 1, '2026-01-14 00:32:52', '2026-01-14 00:32:52', '<div id=\"model-response-message-contentr_2e2cb4ded7136265\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">Okay, let’s be real for a second. We need to talk about <b data-path-to-node=\"2\" data-index-in-node=\"56\">Kagurabachi</b>.</p>\r\n<p data-path-to-node=\"3\">If you were on Twitter (or X, whatever) back in late 2023, you couldn’t escape it. The memes were absolutely out of control. People were calling it \"the greatest piece of fiction ever created\" before a single chapter had even dropped. We had edits of Chihiro Rokuhira soloing the Dragon Ball universe, \"Enough time has passed\" becoming the catchphrase of the year, and an ironic fandom that seemed ready to gaslight the entire world.</p>\r\n<p data-path-to-node=\"4\">I’ll admit it: I rolled my eyes. I thought, <i data-path-to-node=\"4\" data-index-in-node=\"44\">Great, another overhyped flop that the internet is going to abandon in three weeks.</i> I went into Chapter 1 with my arms crossed, ready to hate-read it just so I could be part of the joke.</p>\r\n<p data-path-to-node=\"5\"><b data-path-to-node=\"5\" data-index-in-node=\"0\">Boy, was I wrong.</b></p>\r\n<p data-path-to-node=\"6\">I am here to issue a formal apology to Takeru Hokazono (the author), because <i data-path-to-node=\"6\" data-index-in-node=\"77\">Kagurabachi</i> isn\'t just a meme. It is genuinely one of the hardest, most cinematic, and visually striking series running in <i data-path-to-node=\"6\" data-index-in-node=\"200\">Weekly Shonen Jump</i> right now. If you aren\'t reading it, you are missing out on the birth of a modern classic.</p>\r\n<p data-path-to-node=\"7\">Here is the vibe check: Imagine if <i data-path-to-node=\"7\" data-index-in-node=\"35\">John Wick</i> was an anime, but instead of guns, everyone had magic katanas, and instead of a dog, the emotional anchor was... goldfish? It’s gritty, it’s neo-noir, and it drips with a coolness that most manga take 50 chapters to achieve.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: Revenge Served Cold (and Bloody)</h3>\r\n<p data-path-to-node=\"10\">Let’s set the stage without ruining the twists.</p>\r\n<p data-path-to-node=\"11\">The story centers on <b data-path-to-node=\"11\" data-index-in-node=\"21\">Chihiro Rokuhira</b>, a young man living a quiet, somewhat disciplined life with his father, Kunishige. His dad isn’t just any blacksmith; he is the legendary creator of the <b data-path-to-node=\"11\" data-index-in-node=\"191\">six Enchanted Blades</b>, weapons of mass destruction that ended a massive war years prior.</p>\r\n<p data-path-to-node=\"12\">Chihiro spends his days learning the craft, dealing with his goofy dad, and feeding the goldfish. It’s peaceful. You almost let your guard down.</p>\r\n<p data-path-to-node=\"13\">But this is a Shonen manga, so you know peace is just a setup for trauma. Tragedy strikes (as it always does), the Enchanted Blades are stolen by a mysterious group of sorcerers known as the Hishaku, and Chihiro’s world burns down.</p>\r\n<p data-path-to-node=\"14\">Fast forward a few years. The innocent kid is gone. Chihiro is now a scarred, stoic avenger wielding the seventh, secret blade: <b data-path-to-node=\"14\" data-index-in-node=\"128\">Enten</b>. He has one goal: hunt down the sorcerers, retrieve the stolen blades, and slaughter anyone who gets in his way.</p>\r\n<p data-path-to-node=\"15\">On paper, it sounds like your standard \"revenge plot.\" But execution is everything, and <i data-path-to-node=\"15\" data-index-in-node=\"88\">Kagurabachi</i> executes with the precision of a surgeon.</p>\r\n\r\n\r\n<hr data-path-to-node=\"16\" />\r\n\r\n<h3 data-path-to-node=\"17\">Why It Hits Different: A Deep Dive</h3>\r\n<p data-path-to-node=\"18\">I read a lot of manga. Like, an unhealthy amount. Usually, rookie series struggle with pacing or cluttered art. <i data-path-to-node=\"18\" data-index-in-node=\"112\">Kagurabachi</i> feels like it skipped the rookie phase entirely.</p>\r\n\r\n<h4 data-path-to-node=\"19\">1. The Art is Cinematic Perfection</h4>\r\n<p data-path-to-node=\"20\">This is the main selling point. Takeru Hokazono has a background in horror, and you can tell. He understands <b data-path-to-node=\"20\" data-index-in-node=\"109\">atmosphere</b>.</p>\r\n<p data-path-to-node=\"21\">Most battle manga focus on the \"impact\" frames—the punch connecting, the sword slashing. Hokazono excels at the <i data-path-to-node=\"21\" data-index-in-node=\"112\">moments in between</i>. He uses paneling like a movie director. He loves these wide, cinematic shots that establish the mood before the violence erupts.</p>\r\n<p data-path-to-node=\"22\">There is a sequence early on where Chihiro unsheathes his blade, and the \"magic\" manifests as spectral goldfish swimming through the air. It isn\'t just a generic energy beam; it’s hauntingly beautiful. The contrast between the black ink, the white negative space, and the grayscale of the magic effects is top-tier.</p>\r\n<p data-path-to-node=\"23\">The action is also incredibly clean. You never have to squint to figure out what is happening. When a limb gets chopped off (and trust me, limbs fly in this manga), you feel the weight of the swing.</p>\r\n\r\n<h4 data-path-to-node=\"24\">2. Chihiro is the \"Strong Silent Type\" Done Right</h4>\r\n<p data-path-to-node=\"25\">We are in an era where MCs are often loud (Asta, Luffy) or overly anxious (Deku). Chihiro brings back that old-school cool. He reminds me a lot of the early 2000s anti-heroes, but without being an insufferable jerk.</p>\r\n<p data-path-to-node=\"26\">What makes him work is that he isn\'t an emotionless robot. He’s surprisingly polite to civilians. He protects the weak not because he wants a medal, but because his father raised him right. There is a \"dad energy\" to him, especially when he ends up caretaking for a certain character later in the first arc. He is focused, efficient, and ruthless to his enemies, but soft to his allies. That duality makes you root for him instantly.</p>\r\n\r\n<h4 data-path-to-node=\"27\">3. The Villain: Sojo Genichi</h4>\r\n<p data-path-to-node=\"28\">A hero is only as good as his villain, and the first major antagonist, Sojo, is an absolute menace. I won\'t spoil his powers, but imagine the chaotic energy of the Joker mixed with the raw power of a <i data-path-to-node=\"28\" data-index-in-node=\"200\">Bleach</i> captain.</p>\r\n<p data-path-to-node=\"29\">Sojo challenges Chihiro not just physically, but philosophically. He believes the Enchanted Blades are tools for death, while Chihiro (trying to honor his father) views them as something more noble. Their clash isn\'t just \"my sword is stronger than yours\"; it\'s a battle of ideologies. And the fight choreography? <i data-path-to-node=\"29\" data-index-in-node=\"314\">Chef\'s kiss.</i></p>\r\n\r\n<h4 data-path-to-node=\"30\">4. The Pacing is Relentless</h4>\r\n<p data-path-to-node=\"31\">There is no filler here. Every chapter moves the plot forward. The story respects your time. In the first 20 chapters alone, we get a full arc, character growth, major lore drops, and consequences that actually stick. It’s a page-turner in the truest sense. I binged the available chapters in one sitting because I physically couldn\'t stop.</p>\r\n\r\n\r\n<hr data-path-to-node=\"32\" />\r\n\r\n<h3 data-path-to-node=\"33\">How &amp; Where to Read (Support the Author!)</h3>\r\n<p data-path-to-node=\"34\">Now, listen to me closely. If you want this series to survive and eventually get that anime adaptation we are all dreaming of, <b data-path-to-node=\"34\" data-index-in-node=\"127\">you need to read it officially.</b></p>\r\n<p data-path-to-node=\"35\">Piracy sites hurt the industry. Plus, the official scans are high quality and free for the newest chapters.</p>\r\n\r\n<ul data-path-to-node=\"36\">\r\n 	<li>\r\n<p data-path-to-node=\"36,0,0\"><b data-path-to-node=\"36,0,0\" data-index-in-node=\"0\">The Best Option:</b> <b data-path-to-node=\"36,0,0\" data-index-in-node=\"17\">Manga Plus</b> (by Shueisha).</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"36,0,1,0,0\"><i data-path-to-node=\"36,0,1,0,0\" data-index-in-node=\"0\">Why:</i> It’s free to read the first three and the latest three chapters. If you download the mobile app, you can read <i data-path-to-node=\"36,0,1,0,0\" data-index-in-node=\"115\">every chapter</i> once for free. It directly supports the metrics that Shonen Jump uses to decide which series to keep or cancel.</p>\r\n\r\n<ul data-path-to-node=\"36\">\r\n 	<li>\r\n<p data-path-to-node=\"36,1,0\"><b data-path-to-node=\"36,1,0\" data-index-in-node=\"0\">The Alternative:</b> <b data-path-to-node=\"36,1,0\" data-index-in-node=\"17\">Viz Media / Shonen Jump App</b>.</p>\r\n\r\n<ul data-path-to-node=\"36,1,1\">\r\n 	<li>\r\n<p data-path-to-node=\"36,1,1,0,0\"><i data-path-to-node=\"36,1,1,0,0\" data-index-in-node=\"0\">Why:</i> For a tiny monthly subscription (literally the price of a coffee), you get access to the entire vault. The reading experience on an iPad or tablet is fantastic.</p>\r\n</li>\r\n</ul>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"36,2,0\"><b data-path-to-node=\"36,2,0\" data-index-in-node=\"0\">Physical Copies:</b> Volume 1 is starting to hit shelves in English. If you have the cash, buy the physical volume. There is nothing like seeing Hokazono’s art on actual paper.</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"37\"><b data-path-to-node=\"37\" data-index-in-node=\"0\">Note for Beginners:</b> Remember to read from <b data-path-to-node=\"37\" data-index-in-node=\"42\">Right to Left</b>! Start at the top right corner of the page and move left. You\'ll get used to it in five minutes.</p>\r\n\r\n\r\n<hr data-path-to-node=\"38\" />\r\n\r\n<h3 data-path-to-node=\"39\">Final Verdict: Is It Worth The Hype?</h3>\r\n<p data-path-to-node=\"40\">Is <i data-path-to-node=\"40\" data-index-in-node=\"3\">Kagurabachi</i> the \"greatest fiction ever invented\"? Maybe not yet. But is it the most exciting new battle shonen since <i data-path-to-node=\"40\" data-index-in-node=\"120\">Chainsaw Man</i> or <i data-path-to-node=\"40\" data-index-in-node=\"136\">Jujutsu Kaisen</i>? <b data-path-to-node=\"40\" data-index-in-node=\"152\">Absolutely.</b></p>\r\n<p data-path-to-node=\"41\">If you liked the sword-play of <i data-path-to-node=\"41\" data-index-in-node=\"31\">Bleach</i>, the dark urban fantasy vibe of <i data-path-to-node=\"41\" data-index-in-node=\"70\">Jujutsu Kaisen</i>, or the revenge storytelling of <i data-path-to-node=\"41\" data-index-in-node=\"117\">John Wick</i>, this is tailor-made for you. It sheds the \"meme\" skin very quickly and proves it has the heart and the skills to stand next to the giants of the genre.</p>\r\n<p data-path-to-node=\"42\">Do yourself a favor: Stop scrolling, go to Manga Plus, and read Chapter 1. Just don\'t blame me when you end up obsessing over goldfish motifs for the next month.</p>\r\nRating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Goldfish)\r\n\r\nStatus: Certified Banger. Read it immediately.\r\n\r\n<hr data-path-to-node=\"44\" />\r\n<p data-path-to-node=\"45\"><b data-path-to-node=\"45\" data-index-in-node=\"0\">What do you think?</b> Have you hopped on the <i data-path-to-node=\"45\" data-index-in-node=\"42\">Kagurabachi</i> train yet, or are you still skeptical? Let me know in the comments below—let\'s discuss that insane panel in Chapter 17! Tenoí!</p>\r\n\r\n</div>', 'From Meme to Masterpiece: Why Kagurabachi Is The Shonen Jump Hit You Can\'t Ignore', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2026-01-14 00:32:52', '2026-01-14 00:32:52', '', 10, 'https://mangadox.org/?p=11', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(12, 1, '2025-03-11 00:36:00', '2025-03-11 00:36:00', '<div id=\"model-response-message-contentr_cd1bb2563623e9ff\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">If you scroll through Shonen Jump right now, you’re going to see a lot of sorcerers, demons, and pirates. It’s the standard fare. But buried in that lineup is a series that started quietly, looked like a goofy gag manga, and then proceeded to deliver some of the most insane, high-octane action choreography I have ever seen in the medium.</p>\r\n<p data-path-to-node=\"3\">I’m talking about <b data-path-to-node=\"3\" data-index-in-node=\"18\">Sakamoto Days</b>.</p>\r\n<p data-path-to-node=\"4\">I’ll be honest with you: when I first saw volume 1, I hesitated. The cover features a chubby, bespectacled guy with a mustache looking completely zoned out. I thought, <i data-path-to-node=\"4\" data-index-in-node=\"168\">“Okay, is this just The Way of the Househusband 2.0? A slice-of-life comedy about a retired tough guy?”</i> I was expecting a few giggles and maybe a heartwarming lesson about groceries.</p>\r\n<p data-path-to-node=\"5\">I picked it up on a whim one rainy Tuesday, thinking I’d read a chapter or two before bed.</p>\r\n<p data-path-to-node=\"6\"><b data-path-to-node=\"6\" data-index-in-node=\"0\">Big mistake.</b></p>\r\n<p data-path-to-node=\"7\">Three hours later, I was forty chapters deep, my jaw was on the floor, and I was texting every anime fan I know screaming, <i data-path-to-node=\"7\" data-index-in-node=\"123\">\"ARE YOU READING THIS?!\"</i></p>\r\n<p data-path-to-node=\"8\">Here is the vibe check: Imagine <i data-path-to-node=\"8\" data-index-in-node=\"32\">John Wick</i> gained 50 pounds, decided to open a 7-Eleven, and refused to ever kill anyone again—but the entire assassin underworld is still trying to kill <i data-path-to-node=\"8\" data-index-in-node=\"185\">him</i>. It is equal parts slapstick hilarity and adrenaline-pumping violence. It’s cozy, it’s chaotic, and it is absolute <b data-path-to-node=\"8\" data-index-in-node=\"304\">peak fiction</b>.</p>\r\n\r\n\r\n<hr data-path-to-node=\"9\" />\r\n\r\n<h3 data-path-to-node=\"10\">The Premise: The Chubby Shopkeeper with a Dark Past</h3>\r\n<p data-path-to-node=\"11\">Let’s set the stage, spoiler-free.</p>\r\n<p data-path-to-node=\"12\">Meet <b data-path-to-node=\"12\" data-index-in-node=\"5\">Taro Sakamoto</b>. He used to be the \"Greatest Hitman of All Time.\" He was the boogeyman that other assassins told stories about. He was untouchable, unstoppable, and undeniably cool.</p>\r\n<p data-path-to-node=\"13\">Then, the impossible happened: He fell in love.</p>\r\n<p data-path-to-node=\"14\">He met a woman, fell head over heels, and made a promise to her: He would leave the underworld, get married, have a kid, and never kill again. Fast forward a few years, and the legendary hitman is now a family man. He’s gained quite a bit of \"happy weight,\" he loves his wife and daughter more than life itself, and he runs a humble neighborhood convenience store.</p>\r\n<p data-path-to-node=\"15\">But you can’t just walk away from the assassin world.</p>\r\n<p data-path-to-node=\"16\">Old rivals, new hitmen, and a mysterious organization known as \"The Order\" keep showing up to disrupt his peaceful life. Sakamoto has to protect his family and his store <i data-path-to-node=\"16\" data-index-in-node=\"170\">without breaking his no-killing rule</i>. This forces him to get creative. Instead of shooting people, he’s knocking them unconscious with cough drops, deflecting bullets with price scanners, and using raw beef as a weapon.</p>\r\n<p data-path-to-node=\"17\">He’s joined by <b data-path-to-node=\"17\" data-index-in-node=\"15\">Shin</b>, a young clairvoyant assassin who can read minds (and acts as the frantic \"straight man\" to Sakamoto’s stoic absurdity), and <b data-path-to-node=\"17\" data-index-in-node=\"145\">Lu</b>, a triad heiress with a very specific fighting style involving alcohol. Together, they are the strangest, most dangerous convenience store staff in Japan.</p>\r\n\r\n\r\n<hr data-path-to-node=\"18\" />\r\n\r\n<h3 data-path-to-node=\"19\">Why It Hits Different: A Masterclass in Visual Storytelling</h3>\r\n<p data-path-to-node=\"20\">I read a ton of manga—thousands of chapters a year. I don’t say this lightly: <b data-path-to-node=\"20\" data-index-in-node=\"78\">Yuto Suzuki (the author) is currently the best action director in manga.</b> Period.</p>\r\n\r\n<h4 data-path-to-node=\"21\">1. The Action Choreography is Insane</h4>\r\n<p data-path-to-node=\"22\">Most action manga rely on \"Beam Struggles\" or big explosions. <i data-path-to-node=\"22\" data-index-in-node=\"62\">Sakamoto Days</i> relies on <b data-path-to-node=\"22\" data-index-in-node=\"86\">movement</b>.</p>\r\n<p data-path-to-node=\"23\">Suzuki has an incredible understanding of spatial awareness. When a fight breaks out in a narrow train car, a crowded department store, or a falling elevator, the environment isn’t just a background; it’s a weapon. Characters bounce off walls, slide under tables, and use reflections in mirrors to aim shots.</p>\r\n<p data-path-to-node=\"24\">There is a fluidity to the panels that makes your brain fill in the gaps effortlessly. You aren’t just looking at still images; you are watching a movie play out in your head. The impact frames—the moments where a punch connects—are visceral. You <i data-path-to-node=\"24\" data-index-in-node=\"247\">feel</i> the weight of the hits. One minute Sakamoto is scanning groceries, and the next, the panel layout shatters as he suplexes a guy through a display shelf. It is kinetic art at its finest.</p>\r\n\r\n<h4 data-path-to-node=\"25\">2. The \"Rule of Cool\"</h4>\r\n<p data-path-to-node=\"26\">While Sakamoto is the heart of the series, the side characters bring the heat. Specifically, <b data-path-to-node=\"26\" data-index-in-node=\"93\">The Order</b>.</p>\r\n<p data-path-to-node=\"27\">The Order is the governing body of the assassin world, and every single member is designed with dripping swagger. You have Shishiba, the calm, hammer-wielding pro; Osaragi, a gothic-lolita executioner who is terrifyingly ditzy; and others I won’t spoil.</p>\r\n<p data-path-to-node=\"28\">Whenever The Order shows up, the genre shifts from \"Action-Comedy\" to \"High-Stakes Thriller.\" The tension spikes. Suzuki knows exactly how to balance the goofy moments with moments of sheer terror. One page you’re laughing at Shin trying to read Sakamoto’s mind (and only seeing thoughts about ramen), and the next page, a villain walks in and the air in the room changes.</p>\r\n\r\n<h4 data-path-to-node=\"29\">3. It’s Surprisingly Wholesome</h4>\r\n<p data-path-to-node=\"30\">Despite the bullets flying and the knives slashing, this manga has a massive heart.</p>\r\n<p data-path-to-node=\"31\">Sakamoto isn’t fighting for glory or money. He’s fighting to protect his mundane happiness. He wants to finish the fight quickly so he can get home for dinner. That motivation is so relatable. The \"Found Family\" dynamic between Sakamoto, his wife Aoi, Shin, and Lu is genuinely touching. You care about these idiots. You want them to succeed not just because they are cool, but because they are a family.</p>\r\n<p data-path-to-node=\"32\">I found myself grinning like an idiot during the downtime chapters just as much as I was hyping up the battle chapters.</p>\r\n\r\n\r\n<hr data-path-to-node=\"33\" />\r\n\r\n<h3 data-path-to-node=\"34\">How &amp; Where to Read (Don\'t Be a Pirate!)</h3>\r\n<p data-path-to-node=\"35\">If I’ve convinced you (and I really hope I have), you need to read this the right way. Supporting the official release ensures we keep getting this quality content and pushes us closer to an anime adaptation.</p>\r\n<p data-path-to-node=\"36\"><b data-path-to-node=\"36\" data-index-in-node=\"0\">Where to read:</b></p>\r\n\r\n<ul data-path-to-node=\"37\">\r\n 	<li>\r\n<p data-path-to-node=\"37,0,0\"><b data-path-to-node=\"37,0,0\" data-index-in-node=\"0\">Manga Plus (Highly Recommended):</b> This is the official app/site by Shueisha. You can usually read the first three and the latest three chapters for free. If you download the app, they often have a \"First Read Free\" model where you can read the <i data-path-to-node=\"37,0,0\" data-index-in-node=\"243\">entire</i> series once without paying a dime. It’s the best way to catch up.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"37,1,0\"><b data-path-to-node=\"37,1,0\" data-index-in-node=\"0\">The Shonen Jump App / Viz Media:</b> For $2.99 a month, you get access to the entire vault. The image quality is crisp, the translations are official, and the double-page spreads look gorgeous on a tablet.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"37,2,0\"><b data-path-to-node=\"37,2,0\" data-index-in-node=\"0\">Physical Volumes:</b> If you are a collector, the physical volumes are stunning. The cover art usually features creative, fisheye-lens perspectives or graffiti-style coloring that looks great on a shelf.</p>\r\n</li>\r\n</ul>\r\nA Quick Note for Newbies:\r\n\r\nIf this is your first manga, remember: Read from Right to Left. Start at the top right corner, move left, then go down to the next row on the right. It feels weird for about 5 minutes, and then it becomes second nature.\r\n\r\n<hr data-path-to-node=\"39\" />\r\n\r\n<h3 data-path-to-node=\"40\">Final Verdict: The S-Tier Experience</h3>\r\n<p data-path-to-node=\"41\">So, who is <i data-path-to-node=\"41\" data-index-in-node=\"11\">Sakamoto Days</i> for?</p>\r\n\r\n<ul data-path-to-node=\"42\">\r\n 	<li>\r\n<p data-path-to-node=\"42,0,0\">If you liked the humor of <i data-path-to-node=\"42,0,0\" data-index-in-node=\"26\">One Punch Man</i> but wanted more grounded hand-to-hand combat...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"42,1,0\">If you loved the \"retired badass\" trope of <i data-path-to-node=\"42,1,0\" data-index-in-node=\"43\">John Wick</i> or <i data-path-to-node=\"42,1,0\" data-index-in-node=\"56\">The Equalizer</i>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"42,2,0\">If you just want to see a guy kill a hitman with a ballpoint pen while worrying about his cholesterol...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"43\"><b data-path-to-node=\"43\" data-index-in-node=\"0\">This is for you.</b></p>\r\n<p data-path-to-node=\"44\">It is a rare series that manages to be funny, heartwarming, and utterly badass all at the same time without suffering from tonal whiplash. It respects your time, the pacing is lightning fast, and the art just gets better with every single volume.</p>\r\n<p data-path-to-node=\"45\">We are witnessing a future classic in the making. Do not wait for the anime (which is coming, by the way, and will likely break the internet). Read it now so you can be one of the cool kids who says, <i data-path-to-node=\"45\" data-index-in-node=\"200\">\"I was here before it was mainstream.\"</i></p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Convenience Store Coupons)\r\n\r\nStatus: Absolute Fire. Read it immediately.\r\n<p data-path-to-node=\"47\"><b data-path-to-node=\"47\" data-index-in-node=\"0\">What are you waiting for?</b> Go open the Shonen Jump app and read Chapter 1. Then come back here and tell me I was right. Let’s talk about that amusement park arc in the comments!</p>\r\n\r\n</div>', 'Forget Everything You Know About Action Manga: Why Sakamoto Days Is The Current King of Shonen Jump', '', 'publish', 'open', 'open', '', 'forget-everything-you-know-about-action-manga-why-sakamoto-days-is-the-current-king-of-shonen-jump', '', '', '2026-01-14 02:00:31', '2026-01-14 02:00:31', '', 0, 'https://mangadox.org/?p=12', 0, 'post', '', 0),
(13, 1, '2026-01-14 00:36:00', '2026-01-14 00:36:00', '<div id=\"model-response-message-contentr_cd1bb2563623e9ff\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">If you scroll through Shonen Jump right now, you’re going to see a lot of sorcerers, demons, and pirates. It’s the standard fare. But buried in that lineup is a series that started quietly, looked like a goofy gag manga, and then proceeded to deliver some of the most insane, high-octane action choreography I have ever seen in the medium.</p>\r\n<p data-path-to-node=\"3\">I’m talking about <b data-path-to-node=\"3\" data-index-in-node=\"18\">Sakamoto Days</b>.</p>\r\n<p data-path-to-node=\"4\">I’ll be honest with you: when I first saw volume 1, I hesitated. The cover features a chubby, bespectacled guy with a mustache looking completely zoned out. I thought, <i data-path-to-node=\"4\" data-index-in-node=\"168\">“Okay, is this just The Way of the Househusband 2.0? A slice-of-life comedy about a retired tough guy?”</i> I was expecting a few giggles and maybe a heartwarming lesson about groceries.</p>\r\n<p data-path-to-node=\"5\">I picked it up on a whim one rainy Tuesday, thinking I’d read a chapter or two before bed.</p>\r\n<p data-path-to-node=\"6\"><b data-path-to-node=\"6\" data-index-in-node=\"0\">Big mistake.</b></p>\r\n<p data-path-to-node=\"7\">Three hours later, I was forty chapters deep, my jaw was on the floor, and I was texting every anime fan I know screaming, <i data-path-to-node=\"7\" data-index-in-node=\"123\">\"ARE YOU READING THIS?!\"</i></p>\r\n<p data-path-to-node=\"8\">Here is the vibe check: Imagine <i data-path-to-node=\"8\" data-index-in-node=\"32\">John Wick</i> gained 50 pounds, decided to open a 7-Eleven, and refused to ever kill anyone again—but the entire assassin underworld is still trying to kill <i data-path-to-node=\"8\" data-index-in-node=\"185\">him</i>. It is equal parts slapstick hilarity and adrenaline-pumping violence. It’s cozy, it’s chaotic, and it is absolute <b data-path-to-node=\"8\" data-index-in-node=\"304\">peak fiction</b>.</p>\r\n\r\n\r\n<hr data-path-to-node=\"9\" />\r\n\r\n<h3 data-path-to-node=\"10\">The Premise: The Chubby Shopkeeper with a Dark Past</h3>\r\n<p data-path-to-node=\"11\">Let’s set the stage, spoiler-free.</p>\r\n<p data-path-to-node=\"12\">Meet <b data-path-to-node=\"12\" data-index-in-node=\"5\">Taro Sakamoto</b>. He used to be the \"Greatest Hitman of All Time.\" He was the boogeyman that other assassins told stories about. He was untouchable, unstoppable, and undeniably cool.</p>\r\n<p data-path-to-node=\"13\">Then, the impossible happened: He fell in love.</p>\r\n<p data-path-to-node=\"14\">He met a woman, fell head over heels, and made a promise to her: He would leave the underworld, get married, have a kid, and never kill again. Fast forward a few years, and the legendary hitman is now a family man. He’s gained quite a bit of \"happy weight,\" he loves his wife and daughter more than life itself, and he runs a humble neighborhood convenience store.</p>\r\n<p data-path-to-node=\"15\">But you can’t just walk away from the assassin world.</p>\r\n<p data-path-to-node=\"16\">Old rivals, new hitmen, and a mysterious organization known as \"The Order\" keep showing up to disrupt his peaceful life. Sakamoto has to protect his family and his store <i data-path-to-node=\"16\" data-index-in-node=\"170\">without breaking his no-killing rule</i>. This forces him to get creative. Instead of shooting people, he’s knocking them unconscious with cough drops, deflecting bullets with price scanners, and using raw beef as a weapon.</p>\r\n<p data-path-to-node=\"17\">He’s joined by <b data-path-to-node=\"17\" data-index-in-node=\"15\">Shin</b>, a young clairvoyant assassin who can read minds (and acts as the frantic \"straight man\" to Sakamoto’s stoic absurdity), and <b data-path-to-node=\"17\" data-index-in-node=\"145\">Lu</b>, a triad heiress with a very specific fighting style involving alcohol. Together, they are the strangest, most dangerous convenience store staff in Japan.</p>\r\n\r\n\r\n<hr data-path-to-node=\"18\" />\r\n\r\n<h3 data-path-to-node=\"19\">Why It Hits Different: A Masterclass in Visual Storytelling</h3>\r\n<p data-path-to-node=\"20\">I read a ton of manga—thousands of chapters a year. I don’t say this lightly: <b data-path-to-node=\"20\" data-index-in-node=\"78\">Yuto Suzuki (the author) is currently the best action director in manga.</b> Period.</p>\r\n\r\n<h4 data-path-to-node=\"21\">1. The Action Choreography is Insane</h4>\r\n<p data-path-to-node=\"22\">Most action manga rely on \"Beam Struggles\" or big explosions. <i data-path-to-node=\"22\" data-index-in-node=\"62\">Sakamoto Days</i> relies on <b data-path-to-node=\"22\" data-index-in-node=\"86\">movement</b>.</p>\r\n<p data-path-to-node=\"23\">Suzuki has an incredible understanding of spatial awareness. When a fight breaks out in a narrow train car, a crowded department store, or a falling elevator, the environment isn’t just a background; it’s a weapon. Characters bounce off walls, slide under tables, and use reflections in mirrors to aim shots.</p>\r\n<p data-path-to-node=\"24\">There is a fluidity to the panels that makes your brain fill in the gaps effortlessly. You aren’t just looking at still images; you are watching a movie play out in your head. The impact frames—the moments where a punch connects—are visceral. You <i data-path-to-node=\"24\" data-index-in-node=\"247\">feel</i> the weight of the hits. One minute Sakamoto is scanning groceries, and the next, the panel layout shatters as he suplexes a guy through a display shelf. It is kinetic art at its finest.</p>\r\n\r\n<h4 data-path-to-node=\"25\">2. The \"Rule of Cool\"</h4>\r\n<p data-path-to-node=\"26\">While Sakamoto is the heart of the series, the side characters bring the heat. Specifically, <b data-path-to-node=\"26\" data-index-in-node=\"93\">The Order</b>.</p>\r\n<p data-path-to-node=\"27\">The Order is the governing body of the assassin world, and every single member is designed with dripping swagger. You have Shishiba, the calm, hammer-wielding pro; Osaragi, a gothic-lolita executioner who is terrifyingly ditzy; and others I won’t spoil.</p>\r\n<p data-path-to-node=\"28\">Whenever The Order shows up, the genre shifts from \"Action-Comedy\" to \"High-Stakes Thriller.\" The tension spikes. Suzuki knows exactly how to balance the goofy moments with moments of sheer terror. One page you’re laughing at Shin trying to read Sakamoto’s mind (and only seeing thoughts about ramen), and the next page, a villain walks in and the air in the room changes.</p>\r\n\r\n<h4 data-path-to-node=\"29\">3. It’s Surprisingly Wholesome</h4>\r\n<p data-path-to-node=\"30\">Despite the bullets flying and the knives slashing, this manga has a massive heart.</p>\r\n<p data-path-to-node=\"31\">Sakamoto isn’t fighting for glory or money. He’s fighting to protect his mundane happiness. He wants to finish the fight quickly so he can get home for dinner. That motivation is so relatable. The \"Found Family\" dynamic between Sakamoto, his wife Aoi, Shin, and Lu is genuinely touching. You care about these idiots. You want them to succeed not just because they are cool, but because they are a family.</p>\r\n<p data-path-to-node=\"32\">I found myself grinning like an idiot during the downtime chapters just as much as I was hyping up the battle chapters.</p>\r\n\r\n\r\n<hr data-path-to-node=\"33\" />\r\n\r\n<h3 data-path-to-node=\"34\">How &amp; Where to Read (Don\'t Be a Pirate!)</h3>\r\n<p data-path-to-node=\"35\">If I’ve convinced you (and I really hope I have), you need to read this the right way. Supporting the official release ensures we keep getting this quality content and pushes us closer to an anime adaptation.</p>\r\n<p data-path-to-node=\"36\"><b data-path-to-node=\"36\" data-index-in-node=\"0\">Where to read:</b></p>\r\n\r\n<ul data-path-to-node=\"37\">\r\n 	<li>\r\n<p data-path-to-node=\"37,0,0\"><b data-path-to-node=\"37,0,0\" data-index-in-node=\"0\">Manga Plus (Highly Recommended):</b> This is the official app/site by Shueisha. You can usually read the first three and the latest three chapters for free. If you download the app, they often have a \"First Read Free\" model where you can read the <i data-path-to-node=\"37,0,0\" data-index-in-node=\"243\">entire</i> series once without paying a dime. It’s the best way to catch up.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"37,1,0\"><b data-path-to-node=\"37,1,0\" data-index-in-node=\"0\">The Shonen Jump App / Viz Media:</b> For $2.99 a month, you get access to the entire vault. The image quality is crisp, the translations are official, and the double-page spreads look gorgeous on a tablet.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"37,2,0\"><b data-path-to-node=\"37,2,0\" data-index-in-node=\"0\">Physical Volumes:</b> If you are a collector, the physical volumes are stunning. The cover art usually features creative, fisheye-lens perspectives or graffiti-style coloring that looks great on a shelf.</p>\r\n</li>\r\n</ul>\r\nA Quick Note for Newbies:\r\n\r\nIf this is your first manga, remember: Read from Right to Left. Start at the top right corner, move left, then go down to the next row on the right. It feels weird for about 5 minutes, and then it becomes second nature.\r\n\r\n<hr data-path-to-node=\"39\" />\r\n\r\n<h3 data-path-to-node=\"40\">Final Verdict: The S-Tier Experience</h3>\r\n<p data-path-to-node=\"41\">So, who is <i data-path-to-node=\"41\" data-index-in-node=\"11\">Sakamoto Days</i> for?</p>\r\n\r\n<ul data-path-to-node=\"42\">\r\n 	<li>\r\n<p data-path-to-node=\"42,0,0\">If you liked the humor of <i data-path-to-node=\"42,0,0\" data-index-in-node=\"26\">One Punch Man</i> but wanted more grounded hand-to-hand combat...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"42,1,0\">If you loved the \"retired badass\" trope of <i data-path-to-node=\"42,1,0\" data-index-in-node=\"43\">John Wick</i> or <i data-path-to-node=\"42,1,0\" data-index-in-node=\"56\">The Equalizer</i>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"42,2,0\">If you just want to see a guy kill a hitman with a ballpoint pen while worrying about his cholesterol...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"43\"><b data-path-to-node=\"43\" data-index-in-node=\"0\">This is for you.</b></p>\r\n<p data-path-to-node=\"44\">It is a rare series that manages to be funny, heartwarming, and utterly badass all at the same time without suffering from tonal whiplash. It respects your time, the pacing is lightning fast, and the art just gets better with every single volume.</p>\r\n<p data-path-to-node=\"45\">We are witnessing a future classic in the making. Do not wait for the anime (which is coming, by the way, and will likely break the internet). Read it now so you can be one of the cool kids who says, <i data-path-to-node=\"45\" data-index-in-node=\"200\">\"I was here before it was mainstream.\"</i></p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Convenience Store Coupons)\r\n\r\nStatus: Absolute Fire. Read it immediately.\r\n<p data-path-to-node=\"47\"><b data-path-to-node=\"47\" data-index-in-node=\"0\">What are you waiting for?</b> Go open the Shonen Jump app and read Chapter 1. Then come back here and tell me I was right. Let’s talk about that amusement park arc in the comments!</p>\r\n\r\n</div>', 'Forget Everything You Know About Action Manga: Why Sakamoto Days Is The Current King of Shonen Jump', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2026-01-14 00:36:00', '2026-01-14 00:36:00', '', 12, 'https://mangadox.org/?p=13', 0, 'revision', '', 0),
(14, 1, '2025-04-14 00:38:19', '2025-04-14 00:38:19', '<div id=\"model-response-message-contentr_cf4d39f616784bf0\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">Okay, friends, gather \'round. We need to have a serious conversation about <b data-path-to-node=\"2\" data-index-in-node=\"75\">Dandadan</b>.</p>\r\n<p data-path-to-node=\"3\">If you hang out in manga circles, you\'ve probably seen the panels floating around. Maybe it was a giant crab monster running down a highway, or a possessed high schooler sprinting at Mach 10 in a tunnel. I remember the exact moment I picked this series up. I was doom-scrolling Twitter, and I saw a double-page spread so detailed, so dynamic, and so utterly bizarre that I stopped mid-swipe. I thought, <i data-path-to-node=\"3\" data-index-in-node=\"403\">\"What on earth is happening here, and why does it look better than 90% of the art in the Louvre?\"</i></p>\r\n<p data-path-to-node=\"4\">I went in blind. I didn\'t read a synopsis. I didn\'t check the tags. I just clicked Chapter 1.</p>\r\n<p data-path-to-node=\"5\">And let me tell you, <b data-path-to-node=\"5\" data-index-in-node=\"21\">Dandadan</b> grabbed me by the throat and refused to let go. It is the most unhinged, high-energy, and surprisingly wholesome train wreck I have ever had the pleasure of reading.</p>\r\n<p data-path-to-node=\"6\"><b data-path-to-node=\"6\" data-index-in-node=\"0\">Vibe Check:</b> Imagine if <i data-path-to-node=\"6\" data-index-in-node=\"23\">The X-Files</i> had a baby with <i data-path-to-node=\"6\" data-index-in-node=\"51\">FLCL</i>, raised by <i data-path-to-node=\"6\" data-index-in-node=\"67\">Chainsaw Man</i>, and fueled by three cans of Red Bull. It’s a supernatural-sci-fi-rom-com-horror mashup that shouldn\'t work, but somehow, it’s absolute peak fiction.</p>\r\n\r\n\r\n<hr data-path-to-node=\"7\" />\r\n\r\n<h3 data-path-to-node=\"8\">The Premise: Do You Believe in Ghosts or Aliens?</h3>\r\n<p data-path-to-node=\"9\">The setup sounds like a joke, but stick with me.</p>\r\n<p data-path-to-node=\"10\">We have two protagonists who couldn\'t be more different. First, there’s <b data-path-to-node=\"10\" data-index-in-node=\"72\">Momo Ayase</b>, a bold, no-nonsense \"gyaru\" who was raised by her spirit-medium grandmother. She believes 100% in ghosts but thinks aliens are total nonsense.</p>\r\n<p data-path-to-node=\"11\">Then there’s <b data-path-to-node=\"11\" data-index-in-node=\"13\">Ken Takakura</b> (nicknamed <b data-path-to-node=\"11\" data-index-in-node=\"37\">Okarun</b> because of his obsession with the occult). He’s an awkward, conspiracy-theory-loving nerd who believes 100% in aliens but thinks ghosts are made up.</p>\r\n<p data-path-to-node=\"12\">They get into a petty argument about who is right. To settle it, they make a bet: Momo has to go to an abandoned hospital known for UFO sightings, and Okarun has to go to a tunnel infamous for ghost activity. The loser has to admit the other is right.</p>\r\n<p data-path-to-node=\"13\">Spoilers (but not really): <b data-path-to-node=\"13\" data-index-in-node=\"27\">They are both right.</b></p>\r\n<p data-path-to-node=\"14\">Momo gets abducted by aliens (who are terrifyingly perverted, by the way), and Okarun gets cursed by a yokai known as <b data-path-to-node=\"14\" data-index-in-node=\"118\">Turbo Granny</b>. Chaos ensues. Okarun gains a super-powered form but loses... well, his \"family jewels.\"</p>\r\n<p data-path-to-node=\"15\">Yes, you read that right. The driving plot of the first arc is literally a quest to retrieve Okarun’s missing testicles from the supernatural entities that stole them.</p>\r\n<p data-path-to-node=\"16\">It sounds ridiculous. It <i data-path-to-node=\"16\" data-index-in-node=\"25\">is</i> ridiculous. But beneath that wacky premise lies a story with incredibly high stakes, terrifying monsters, and genuine heart.</p>\r\n\r\n\r\n<hr data-path-to-node=\"17\" />\r\n\r\n<h3 data-path-to-node=\"18\">Why It Hits Different: A Review from the Heart</h3>\r\n<p data-path-to-node=\"19\">I read a lot of shonen. Usually, you can predict the beats. <i data-path-to-node=\"19\" data-index-in-node=\"60\">Dandadan</i> throws the playbook out the window. Here is why this series is currently sitting at the top of my \"Must Read\" list.</p>\r\n\r\n<h4 data-path-to-node=\"20\">1. The Art is God-Tier</h4>\r\n<p data-path-to-node=\"21\">I cannot stress this enough: <b data-path-to-node=\"21\" data-index-in-node=\"29\">Yukinobu Tatsu is a monster.</b></p>\r\n<p data-path-to-node=\"22\">Tatsu used to be an assistant to Tatsuki Fujimoto (<i data-path-to-node=\"22\" data-index-in-node=\"51\">Chainsaw Man</i>) and Yuji Kaku (<i data-path-to-node=\"22\" data-index-in-node=\"80\">Hell’s Paradise</i>), and you can see the DNA there, but Tatsu has refined it into something sharper.</p>\r\n<p data-path-to-node=\"23\">The line work is crisp, detailed, and incredibly confident. Most weekly manga artists have to cut corners with backgrounds to save time. Tatsu apparently didn\'t get the memo. The backgrounds are lush and hyper-realistic, which makes the monsters look even more unsettling when they show up.</p>\r\n<p data-path-to-node=\"24\">And the perspective! Tatsu loves these fish-eye lens shots and dynamic angles that make you feel the speed of the characters. When Okarun sprints in his cursed form, you can feel the wind. When Momo uses her psychic powers to throw a telephone pole, you feel the weight. There are double-page spreads in this manga that belong in a museum. I found myself staring at single pages for minutes, just trying to absorb every little detail in the debris and character expressions.</p>\r\n\r\n<h4 data-path-to-node=\"25\">2. The Genre-Bending Rollercoaster</h4>\r\n<p data-path-to-node=\"26\">One minute, you are reading a sweet high school romance where two awkward teenagers are blushing at each other. The next page turn? <b data-path-to-node=\"26\" data-index-in-node=\"132\">Boom.</b> Body horror. Aliens ripping people’s faces off. Terrifying ghosts with tragic backstories.</p>\r\n<p data-path-to-node=\"27\">It balances horror and comedy perfectly. There’s a character introduced early on—Turbo Granny. Initially, she is the stuff of nightmares. But through a series of events (which I won\'t spoil), she becomes the series\' comedic mascot. The way Tatsu manages to make you terrified of a monster in Chapter 3 and then laughing at them in Chapter 10 is genius writing.</p>\r\n\r\n<h4 data-path-to-node=\"28\">3. Momo and Okarun: The Heart of the Chaos</h4>\r\n<p data-path-to-node=\"29\">Let’s be real: shonen romance is usually... bad. It’s often an afterthought.</p>\r\n<p data-path-to-node=\"30\">In <i data-path-to-node=\"30\" data-index-in-node=\"3\">Dandadan</i>, the relationship between Momo and Okarun is the engine driving the whole thing. Their chemistry is fantastic. Momo is protective, fierce, and kind, while Okarun is timid but incredibly brave when it counts. Watching them slowly grow from \"weird acquaintances\" to \"ride-or-die partners\" is the most satisfying slow burn I’ve read in years.</p>\r\n<p data-path-to-node=\"31\">They aren\'t just fighting monsters; they are navigating adolescence, insecurities, and trust. It’s surprisingly grounded amidst the alien invasions. You root for them not just to survive, but to finally hold hands.</p>\r\n\r\n<h4 data-path-to-node=\"32\">4. The Pacing is Relentless</h4>\r\n<p data-path-to-node=\"33\">There is no \"filler\" in <i data-path-to-node=\"33\" data-index-in-node=\"24\">Dandadan</i>. The story moves at breakneck speed. I binged the first 60 chapters in one weekend because I physically couldn\'t stop. Every arc flows naturally into the next, usually escalating in scale. It goes from a haunted tunnel to a global alien invasion threat so smoothly you barely notice the transition.</p>\r\n\r\n\r\n<hr data-path-to-node=\"34\" />\r\n\r\n<h3 data-path-to-node=\"35\">How &amp; Where to Read (Support the Industry!)</h3>\r\n<p data-path-to-node=\"36\">Okay, you’re hyped. I can tell. Now, please, for the love of the manga gods, <b data-path-to-node=\"36\" data-index-in-node=\"77\">read this legally</b>.</p>\r\n<p data-path-to-node=\"37\">When you read on official platforms, you are directly telling the publishers, <i data-path-to-node=\"37\" data-index-in-node=\"78\">\"We want more of this.\"</i> It helps the author, it helps the industry, and it ensures we get high-quality translations.</p>\r\n<p data-path-to-node=\"38\"><b data-path-to-node=\"38\" data-index-in-node=\"0\">Here is where you go:</b></p>\r\n\r\n<ol start=\"1\" data-path-to-node=\"39\">\r\n 	<li>\r\n<p data-path-to-node=\"39,0,0\"><b data-path-to-node=\"39,0,0\" data-index-in-node=\"0\">Manga Plus (by Shueisha):</b> This is my go-to. It is free. You can read the first three chapters and the latest three chapters for free. Even better, they often have a campaign where you can read <i data-path-to-node=\"39,0,0\" data-index-in-node=\"193\">every</i> chapter once for free on the mobile app.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"39,1,0\"><b data-path-to-node=\"39,1,0\" data-index-in-node=\"0\">The Shonen Jump App / Viz Media:</b> If you want to binge the backlog without restrictions, it’s $2.99/month. That is less than a bag of chips. It’s worth it for the high-resolution art alone.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"39,2,0\"><b data-path-to-node=\"39,2,0\" data-index-in-node=\"0\">Physical Volumes:</b> <i data-path-to-node=\"39,2,0\" data-index-in-node=\"18\">Dandadan</i> is now being printed in English! The cover art is psychedelic and vibrant. It looks amazing on a bookshelf. If you really love it, buy Volume 1.</p>\r\n</li>\r\n</ol>\r\nQuick Tip for New Readers:\r\n\r\nRemember, manga is read Right-to-Left.\r\n<ul data-path-to-node=\"41\">\r\n 	<li>\r\n<p data-path-to-node=\"41,0,0\">Start at the top right panel.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"41,1,0\">Read across to the left.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"41,2,0\">Go down to the next row on the right.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"41,3,0\">Don\'t worry, your brain adjusts in about 5 minutes!</p>\r\n</li>\r\n</ul>\r\n\r\n<hr data-path-to-node=\"42\" />\r\n\r\n<h3 data-path-to-node=\"43\">Final Verdict: Is It Worth Your Time?</h3>\r\n<p data-path-to-node=\"44\">Who is <i data-path-to-node=\"44\" data-index-in-node=\"7\">Dandadan</i> for?</p>\r\n\r\n<ul data-path-to-node=\"45\">\r\n 	<li>\r\n<p data-path-to-node=\"45,0,0\">If you loved the chaotic energy and grime of <b data-path-to-node=\"45,0,0\" data-index-in-node=\"45\">Chainsaw Man</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,1,0\">If you liked the psychic battles and humor of <b data-path-to-node=\"45,1,0\" data-index-in-node=\"46\">Mob Psycho 100</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,2,0\">If you just want a Rom-Com where the couple fights cryptids instead of miscommunication...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"46\"><b data-path-to-node=\"46\" data-index-in-node=\"0\">This is a 100% must-read.</b></p>\r\n<p data-path-to-node=\"47\">It is rare to find a series that feels this fresh. It doesn\'t take itself too seriously, yet handles its characters with immense care. It’s funny, it’s scary, it’s heartwarming, and it looks better than almost anything else on the market.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Missing Gold Balls)\r\n\r\nStatus: S-Tier. Certified Banger.\r\n<p data-path-to-node=\"49\">Do not sleep on this. <i data-path-to-node=\"49\" data-index-in-node=\"22\">Dandadan</i> is going to be the next big anime hit (the anime adaptation was just announced!), and you want to be the person who says, \"I was reading this back when they were just fighting Serpo aliens in a convenience store.\"</p>\r\n<p data-path-to-node=\"50\"><b data-path-to-node=\"50\" data-index-in-node=\"0\">Go read Chapter 1 right now. Thank me later.</b></p>\r\n\r\n</div>', 'Aliens, Ghosts, and... Missing Balls? Why Dandadan Is the Chaotic Masterpiece You Need in Your Life', '', 'publish', 'open', 'open', '', 'aliens-ghosts-and-missing-balls-why-dandadan-is-the-chaotic-masterpiece-you-need-in-your-life', '', '', '2026-01-14 02:00:03', '2026-01-14 02:00:03', '', 0, 'https://mangadox.org/?p=14', 0, 'post', '', 0),
(15, 1, '2026-01-14 00:38:19', '2026-01-14 00:38:19', '<div id=\"model-response-message-contentr_cf4d39f616784bf0\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">Okay, friends, gather \'round. We need to have a serious conversation about <b data-path-to-node=\"2\" data-index-in-node=\"75\">Dandadan</b>.</p>\r\n<p data-path-to-node=\"3\">If you hang out in manga circles, you\'ve probably seen the panels floating around. Maybe it was a giant crab monster running down a highway, or a possessed high schooler sprinting at Mach 10 in a tunnel. I remember the exact moment I picked this series up. I was doom-scrolling Twitter, and I saw a double-page spread so detailed, so dynamic, and so utterly bizarre that I stopped mid-swipe. I thought, <i data-path-to-node=\"3\" data-index-in-node=\"403\">\"What on earth is happening here, and why does it look better than 90% of the art in the Louvre?\"</i></p>\r\n<p data-path-to-node=\"4\">I went in blind. I didn\'t read a synopsis. I didn\'t check the tags. I just clicked Chapter 1.</p>\r\n<p data-path-to-node=\"5\">And let me tell you, <b data-path-to-node=\"5\" data-index-in-node=\"21\">Dandadan</b> grabbed me by the throat and refused to let go. It is the most unhinged, high-energy, and surprisingly wholesome train wreck I have ever had the pleasure of reading.</p>\r\n<p data-path-to-node=\"6\"><b data-path-to-node=\"6\" data-index-in-node=\"0\">Vibe Check:</b> Imagine if <i data-path-to-node=\"6\" data-index-in-node=\"23\">The X-Files</i> had a baby with <i data-path-to-node=\"6\" data-index-in-node=\"51\">FLCL</i>, raised by <i data-path-to-node=\"6\" data-index-in-node=\"67\">Chainsaw Man</i>, and fueled by three cans of Red Bull. It’s a supernatural-sci-fi-rom-com-horror mashup that shouldn\'t work, but somehow, it’s absolute peak fiction.</p>\r\n\r\n\r\n<hr data-path-to-node=\"7\" />\r\n\r\n<h3 data-path-to-node=\"8\">The Premise: Do You Believe in Ghosts or Aliens?</h3>\r\n<p data-path-to-node=\"9\">The setup sounds like a joke, but stick with me.</p>\r\n<p data-path-to-node=\"10\">We have two protagonists who couldn\'t be more different. First, there’s <b data-path-to-node=\"10\" data-index-in-node=\"72\">Momo Ayase</b>, a bold, no-nonsense \"gyaru\" who was raised by her spirit-medium grandmother. She believes 100% in ghosts but thinks aliens are total nonsense.</p>\r\n<p data-path-to-node=\"11\">Then there’s <b data-path-to-node=\"11\" data-index-in-node=\"13\">Ken Takakura</b> (nicknamed <b data-path-to-node=\"11\" data-index-in-node=\"37\">Okarun</b> because of his obsession with the occult). He’s an awkward, conspiracy-theory-loving nerd who believes 100% in aliens but thinks ghosts are made up.</p>\r\n<p data-path-to-node=\"12\">They get into a petty argument about who is right. To settle it, they make a bet: Momo has to go to an abandoned hospital known for UFO sightings, and Okarun has to go to a tunnel infamous for ghost activity. The loser has to admit the other is right.</p>\r\n<p data-path-to-node=\"13\">Spoilers (but not really): <b data-path-to-node=\"13\" data-index-in-node=\"27\">They are both right.</b></p>\r\n<p data-path-to-node=\"14\">Momo gets abducted by aliens (who are terrifyingly perverted, by the way), and Okarun gets cursed by a yokai known as <b data-path-to-node=\"14\" data-index-in-node=\"118\">Turbo Granny</b>. Chaos ensues. Okarun gains a super-powered form but loses... well, his \"family jewels.\"</p>\r\n<p data-path-to-node=\"15\">Yes, you read that right. The driving plot of the first arc is literally a quest to retrieve Okarun’s missing testicles from the supernatural entities that stole them.</p>\r\n<p data-path-to-node=\"16\">It sounds ridiculous. It <i data-path-to-node=\"16\" data-index-in-node=\"25\">is</i> ridiculous. But beneath that wacky premise lies a story with incredibly high stakes, terrifying monsters, and genuine heart.</p>\r\n\r\n\r\n<hr data-path-to-node=\"17\" />\r\n\r\n<h3 data-path-to-node=\"18\">Why It Hits Different: A Review from the Heart</h3>\r\n<p data-path-to-node=\"19\">I read a lot of shonen. Usually, you can predict the beats. <i data-path-to-node=\"19\" data-index-in-node=\"60\">Dandadan</i> throws the playbook out the window. Here is why this series is currently sitting at the top of my \"Must Read\" list.</p>\r\n\r\n<h4 data-path-to-node=\"20\">1. The Art is God-Tier</h4>\r\n<p data-path-to-node=\"21\">I cannot stress this enough: <b data-path-to-node=\"21\" data-index-in-node=\"29\">Yukinobu Tatsu is a monster.</b></p>\r\n<p data-path-to-node=\"22\">Tatsu used to be an assistant to Tatsuki Fujimoto (<i data-path-to-node=\"22\" data-index-in-node=\"51\">Chainsaw Man</i>) and Yuji Kaku (<i data-path-to-node=\"22\" data-index-in-node=\"80\">Hell’s Paradise</i>), and you can see the DNA there, but Tatsu has refined it into something sharper.</p>\r\n<p data-path-to-node=\"23\">The line work is crisp, detailed, and incredibly confident. Most weekly manga artists have to cut corners with backgrounds to save time. Tatsu apparently didn\'t get the memo. The backgrounds are lush and hyper-realistic, which makes the monsters look even more unsettling when they show up.</p>\r\n<p data-path-to-node=\"24\">And the perspective! Tatsu loves these fish-eye lens shots and dynamic angles that make you feel the speed of the characters. When Okarun sprints in his cursed form, you can feel the wind. When Momo uses her psychic powers to throw a telephone pole, you feel the weight. There are double-page spreads in this manga that belong in a museum. I found myself staring at single pages for minutes, just trying to absorb every little detail in the debris and character expressions.</p>\r\n\r\n<h4 data-path-to-node=\"25\">2. The Genre-Bending Rollercoaster</h4>\r\n<p data-path-to-node=\"26\">One minute, you are reading a sweet high school romance where two awkward teenagers are blushing at each other. The next page turn? <b data-path-to-node=\"26\" data-index-in-node=\"132\">Boom.</b> Body horror. Aliens ripping people’s faces off. Terrifying ghosts with tragic backstories.</p>\r\n<p data-path-to-node=\"27\">It balances horror and comedy perfectly. There’s a character introduced early on—Turbo Granny. Initially, she is the stuff of nightmares. But through a series of events (which I won\'t spoil), she becomes the series\' comedic mascot. The way Tatsu manages to make you terrified of a monster in Chapter 3 and then laughing at them in Chapter 10 is genius writing.</p>\r\n\r\n<h4 data-path-to-node=\"28\">3. Momo and Okarun: The Heart of the Chaos</h4>\r\n<p data-path-to-node=\"29\">Let’s be real: shonen romance is usually... bad. It’s often an afterthought.</p>\r\n<p data-path-to-node=\"30\">In <i data-path-to-node=\"30\" data-index-in-node=\"3\">Dandadan</i>, the relationship between Momo and Okarun is the engine driving the whole thing. Their chemistry is fantastic. Momo is protective, fierce, and kind, while Okarun is timid but incredibly brave when it counts. Watching them slowly grow from \"weird acquaintances\" to \"ride-or-die partners\" is the most satisfying slow burn I’ve read in years.</p>\r\n<p data-path-to-node=\"31\">They aren\'t just fighting monsters; they are navigating adolescence, insecurities, and trust. It’s surprisingly grounded amidst the alien invasions. You root for them not just to survive, but to finally hold hands.</p>\r\n\r\n<h4 data-path-to-node=\"32\">4. The Pacing is Relentless</h4>\r\n<p data-path-to-node=\"33\">There is no \"filler\" in <i data-path-to-node=\"33\" data-index-in-node=\"24\">Dandadan</i>. The story moves at breakneck speed. I binged the first 60 chapters in one weekend because I physically couldn\'t stop. Every arc flows naturally into the next, usually escalating in scale. It goes from a haunted tunnel to a global alien invasion threat so smoothly you barely notice the transition.</p>\r\n\r\n\r\n<hr data-path-to-node=\"34\" />\r\n\r\n<h3 data-path-to-node=\"35\">How &amp; Where to Read (Support the Industry!)</h3>\r\n<p data-path-to-node=\"36\">Okay, you’re hyped. I can tell. Now, please, for the love of the manga gods, <b data-path-to-node=\"36\" data-index-in-node=\"77\">read this legally</b>.</p>\r\n<p data-path-to-node=\"37\">When you read on official platforms, you are directly telling the publishers, <i data-path-to-node=\"37\" data-index-in-node=\"78\">\"We want more of this.\"</i> It helps the author, it helps the industry, and it ensures we get high-quality translations.</p>\r\n<p data-path-to-node=\"38\"><b data-path-to-node=\"38\" data-index-in-node=\"0\">Here is where you go:</b></p>\r\n\r\n<ol start=\"1\" data-path-to-node=\"39\">\r\n 	<li>\r\n<p data-path-to-node=\"39,0,0\"><b data-path-to-node=\"39,0,0\" data-index-in-node=\"0\">Manga Plus (by Shueisha):</b> This is my go-to. It is free. You can read the first three chapters and the latest three chapters for free. Even better, they often have a campaign where you can read <i data-path-to-node=\"39,0,0\" data-index-in-node=\"193\">every</i> chapter once for free on the mobile app.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"39,1,0\"><b data-path-to-node=\"39,1,0\" data-index-in-node=\"0\">The Shonen Jump App / Viz Media:</b> If you want to binge the backlog without restrictions, it’s $2.99/month. That is less than a bag of chips. It’s worth it for the high-resolution art alone.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"39,2,0\"><b data-path-to-node=\"39,2,0\" data-index-in-node=\"0\">Physical Volumes:</b> <i data-path-to-node=\"39,2,0\" data-index-in-node=\"18\">Dandadan</i> is now being printed in English! The cover art is psychedelic and vibrant. It looks amazing on a bookshelf. If you really love it, buy Volume 1.</p>\r\n</li>\r\n</ol>\r\nQuick Tip for New Readers:\r\n\r\nRemember, manga is read Right-to-Left.\r\n<ul data-path-to-node=\"41\">\r\n 	<li>\r\n<p data-path-to-node=\"41,0,0\">Start at the top right panel.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"41,1,0\">Read across to the left.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"41,2,0\">Go down to the next row on the right.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"41,3,0\">Don\'t worry, your brain adjusts in about 5 minutes!</p>\r\n</li>\r\n</ul>\r\n\r\n<hr data-path-to-node=\"42\" />\r\n\r\n<h3 data-path-to-node=\"43\">Final Verdict: Is It Worth Your Time?</h3>\r\n<p data-path-to-node=\"44\">Who is <i data-path-to-node=\"44\" data-index-in-node=\"7\">Dandadan</i> for?</p>\r\n\r\n<ul data-path-to-node=\"45\">\r\n 	<li>\r\n<p data-path-to-node=\"45,0,0\">If you loved the chaotic energy and grime of <b data-path-to-node=\"45,0,0\" data-index-in-node=\"45\">Chainsaw Man</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,1,0\">If you liked the psychic battles and humor of <b data-path-to-node=\"45,1,0\" data-index-in-node=\"46\">Mob Psycho 100</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,2,0\">If you just want a Rom-Com where the couple fights cryptids instead of miscommunication...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"46\"><b data-path-to-node=\"46\" data-index-in-node=\"0\">This is a 100% must-read.</b></p>\r\n<p data-path-to-node=\"47\">It is rare to find a series that feels this fresh. It doesn\'t take itself too seriously, yet handles its characters with immense care. It’s funny, it’s scary, it’s heartwarming, and it looks better than almost anything else on the market.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Missing Gold Balls)\r\n\r\nStatus: S-Tier. Certified Banger.\r\n<p data-path-to-node=\"49\">Do not sleep on this. <i data-path-to-node=\"49\" data-index-in-node=\"22\">Dandadan</i> is going to be the next big anime hit (the anime adaptation was just announced!), and you want to be the person who says, \"I was reading this back when they were just fighting Serpo aliens in a convenience store.\"</p>\r\n<p data-path-to-node=\"50\"><b data-path-to-node=\"50\" data-index-in-node=\"0\">Go read Chapter 1 right now. Thank me later.</b></p>\r\n\r\n</div>', 'Aliens, Ghosts, and... Missing Balls? Why Dandadan Is the Chaotic Masterpiece You Need in Your Life', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2026-01-14 00:38:19', '2026-01-14 00:38:19', '', 14, 'https://mangadox.org/?p=15', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(16, 1, '2025-05-07 00:40:18', '2025-05-07 00:40:18', '<div id=\"model-response-message-contentr_b2699f130d4ad3df\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">Let’s be honest for a second. If you look at the current <i data-path-to-node=\"2\" data-index-in-node=\"57\">Weekly Shonen Jump</i> lineup, it is a battlefield. You’ve got sorcerers ripping heads off, assassins blowing up convenience stores, and pirates punching islands. It is loud, it is aggressive, and it is testosterone-fueled.</p>\r\n<p data-path-to-node=\"3\">But sitting quietly in the middle of all that chaos is a series that doesn\'t need superpowers or explosions to get your heart racing.</p>\r\n<p data-path-to-node=\"4\">I’m talking about <b data-path-to-node=\"4\" data-index-in-node=\"18\">Blue Box</b> (or <i data-path-to-node=\"4\" data-index-in-node=\"31\">Ao no Hako</i>).</p>\r\n<p data-path-to-node=\"5\">I picked this up back when it was just a one-shot, mostly because the cover art looked so... <i data-path-to-node=\"5\" data-index-in-node=\"93\">clean</i>. It didn\'t look like your typical shonen manga. It looked soft, almost ethereal. I expected a generic high school romance that I would drop after three chapters.</p>\r\n<p data-path-to-node=\"6\">Instead, I found myself waking up at strange hours just to catch the leaks (don\'t do that, read official!) because I was so desperate to know if two teenagers would finally hold hands. It is the most \"down bad\" I have been for a fictional couple in years.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> Imagine the competitive drive of <i data-path-to-node=\"7\" data-index-in-node=\"45\">Haikyuu!!</i> mixed with the gentle, heart-fluttering intimacy of a Makoto Shinkai movie. It is cozy, it is sweaty (in a sports way, get your mind out of the gutter), and it is pure, unadulterated serotonin.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: Love, Badminton, and a Secret Roommate</h3>\r\n<p data-path-to-node=\"10\">The setup starts with a classic trope but executes it with such class that you forgive the cliché immediately.</p>\r\n<p data-path-to-node=\"11\">Meet <b data-path-to-node=\"11\" data-index-in-node=\"5\">Taiki Inomata</b>. He’s a member of the boys\' badminton team at Eimei Junior and Senior High. He’s average—not a prodigy, but a hard worker. Every morning, he’s the first one in the gym.</p>\r\n<p data-path-to-node=\"12\">But he’s never the <i data-path-to-node=\"12\" data-index-in-node=\"19\">very</i> first.</p>\r\n<p data-path-to-node=\"13\">That title belongs to <b data-path-to-node=\"13\" data-index-in-node=\"22\">Chinatsu Kano</b>, the star player of the girls\' basketball team. She is everything Taiki isn\'t: popular, talented, and seemingly out of his league. Taiki watches her practice from across the gym every single morning, admiring her dedication (and, let\'s be real, crushing on her hard).</p>\r\n<p data-path-to-node=\"14\">He’s content with just pining from a distance. But then, life throws a curveball. Due to her parents moving overseas for work, Chinatsu needs a place to stay to finish high school. And guess whose family friends her parents are?</p>\r\n<p data-path-to-node=\"15\">Yep. <b data-path-to-node=\"15\" data-index-in-node=\"5\">Chinatsu moves into Taiki’s house.</b></p>\r\n<p data-path-to-node=\"16\">Suddenly, his crush is eating breakfast across from him. She’s using the same bathroom. She’s living in the room next door. But here is the catch: they decide to keep their living situation a secret at school to avoid rumors that could derail their sports focus.</p>\r\n<p data-path-to-node=\"17\">So, the stakes aren\'t \"saving the world.\" The stakes are: <i data-path-to-node=\"17\" data-index-in-node=\"58\">Can I become a good enough athlete to stand beside her, and can we survive the awkwardness of living together without exploding from embarrassment?</i></p>\r\n\r\n\r\n<hr data-path-to-node=\"18\" />\r\n\r\n<h3 data-path-to-node=\"19\">Why It Hits Different: A Perfect Blend of Sweat and Blushing</h3>\r\n<p data-path-to-node=\"20\">I read <i data-path-to-node=\"20\" data-index-in-node=\"7\">a lot</i> of romance manga. Usually, they fall into two traps: either the romance moves at a glacial pace where nothing happens for 200 chapters, or it relies on cheap \"ecchi\" fan service (tripping and falling into chests, you know the drill).</p>\r\n<p data-path-to-node=\"21\"><i data-path-to-node=\"21\" data-index-in-node=\"0\">Blue Box</i> rejects both of those. It builds something genuine.</p>\r\n\r\n<h4 data-path-to-node=\"22\">1. The Art Style is a Breath of Fresh Air</h4>\r\n<p data-path-to-node=\"23\"><b data-path-to-node=\"23\" data-index-in-node=\"0\">Kouji Miura</b> has a style that is immediately recognizable. It’s distinctively soft. The line work is thin and delicate, which works perfectly for the emotional beats.</p>\r\n<p data-path-to-node=\"24\">But what really blew me away was the use of light and shadow. Even in black and white, Miura manages to convey the feeling of early morning sunlight streaming through a gym window. There are panels where Chinatsu turns her head, hair flowing, and you just <i data-path-to-node=\"24\" data-index-in-node=\"256\">get</i> why Taiki is obsessed with her. It captures that specific \"high school nostalgia\" feeling—the scent of the gym floor, the sound of squeaking sneakers, the quiet moments before practice starts.</p>\r\n<p data-path-to-node=\"25\">And don\'t think the softness means the sports scenes are weak. When a badminton smash happens, the paneling shifts. It becomes sharp and fast. You feel the speed of the shuttlecock. It’s not <i data-path-to-node=\"25\" data-index-in-node=\"191\">Dragon Ball</i> impact, but it’s realistic athletic movement that looks gorgeous.</p>\r\n\r\n<h4 data-path-to-node=\"26\">2. Taiki is a Chad in the Making</h4>\r\n<p data-path-to-node=\"27\">I am so tired of \"loser\" rom-com protagonists who have zero personality and just panic every time a girl breathes.</p>\r\n<p data-path-to-node=\"28\">Taiki is different. He is an athlete. He has goals. He knows Chinatsu is better than him at sports, but instead of moping about it, he uses it as fuel. He wakes up earlier. He runs more laps. He trains until his legs give out. He wants to reach Nationals not just to impress her, but because her dedication inspires him to be better.</p>\r\n<p data-path-to-node=\"29\">He’s respectful, he’s kind, but he’s also competitive. Watching him grind to improve at badminton is just as compelling as watching him try to figure out his feelings. You find yourself rooting for him to win his matches just as much as you root for him to get the girl.</p>\r\n\r\n<h4 data-path-to-node=\"30\">3. It’s Not Just \"Fluff\"—It’s About Ambition</h4>\r\n<p data-path-to-node=\"31\">This is crucial. If you take the romance out, <i data-path-to-node=\"31\" data-index-in-node=\"46\">Blue Box</i> is still a solid sports manga.</p>\r\n<p data-path-to-node=\"32\">The series takes the sport seriously. It dives into the mental pressure of tournaments, the fear of losing, and the bitterness of the talent gap. Chinatsu isn\'t just a \"waifu\" trophy; she has her own pressure. She’s a star player carrying the weight of her team. We see her struggle, we see her cry when she loses, and we see her resolve.</p>\r\n<p data-path-to-node=\"33\">The relationship works because they are \"partners in grind.\" They support each other’s dreams. It’s a healthy, motivating dynamic that makes you want to go to the gym and fix your life.</p>\r\n\r\n<h4 data-path-to-node=\"34\">4. The \"Slow Burn\" is Actually Good</h4>\r\n<p data-path-to-node=\"35\">I usually hate slow burns. I’m impatient. But <i data-path-to-node=\"35\" data-index-in-node=\"46\">Blue Box</i> masters the art of the \"micro-progression.\"</p>\r\n<p data-path-to-node=\"36\">It’s not about grand confessions in chapter 5. It’s about the small things. A fist bump after a match. Sharing earbuds. A glance across the dinner table. Miura makes these tiny moments feel electric. There is a specific scene involving a leg bump under a Kotatsu (heated table) that had more tension than most battle manga arcs.</p>\r\n<p data-path-to-node=\"37\">And yes, there is a \"love triangle\" element with another character (Hina, the rhythmic gymnast), but it’s handled with surprising maturity. It hurts, it’s messy, but it feels like real teenage confusion, not manufactured drama.</p>\r\n\r\n\r\n<hr data-path-to-node=\"38\" />\r\n\r\n<h3 data-path-to-node=\"39\">How &amp; Where to Read (Official Sources Only!)</h3>\r\n<p data-path-to-node=\"40\">This series is huge right now. It just got an anime adaptation that is looking fantastic. But the manga is unparalleled. To keep this series running in <i data-path-to-node=\"40\" data-index-in-node=\"152\">Jump</i>, you need to support the official release.</p>\r\n<p data-path-to-node=\"41\"><b data-path-to-node=\"41\" data-index-in-node=\"0\">Where to read:</b></p>\r\n\r\n<ul data-path-to-node=\"42\">\r\n 	<li>\r\n<p data-path-to-node=\"42,0,0\"><b data-path-to-node=\"42,0,0\" data-index-in-node=\"0\">Manga Plus (by Shueisha):</b> This is the best place for weekly readers. It’s free. You can read the first three and latest three chapters. If you use the app, you can usually read the whole backlog once for free.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"42,1,0\"><b data-path-to-node=\"42,1,0\" data-index-in-node=\"0\">The Shonen Jump App / Viz Media:</b> For the monthly subscription price of a coffee ($2.99), you get the whole archive. The digital scans are crisp and clean.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"42,2,0\"><b data-path-to-node=\"42,2,0\" data-index-in-node=\"0\">Physical Volumes:</b> Viz Media is publishing the English volumes. The covers have this beautiful, clean aesthetic with lots of white space and soft colors. They look incredibly classy on a bookshelf.</p>\r\n</li>\r\n</ul>\r\nReading Format:\r\n\r\nJust a reminder for the uninitiated: Right-to-Left. Top right corner, move left, then down.\r\n\r\n<hr data-path-to-node=\"44\" />\r\n\r\n<h3 data-path-to-node=\"45\">Final Verdict: The Purest Thing You’ll Read All Year</h3>\r\n<p data-path-to-node=\"46\">Who is <i data-path-to-node=\"46\" data-index-in-node=\"7\">Blue Box</i> for?</p>\r\n\r\n<ul data-path-to-node=\"47\">\r\n 	<li>\r\n<p data-path-to-node=\"47,0,0\">If you loved the sports intensity of <b data-path-to-node=\"47,0,0\" data-index-in-node=\"37\">Haikyuu!!</b> or <b data-path-to-node=\"47,0,0\" data-index-in-node=\"50\">Baby Steps</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"47,1,0\">If you loved the sweet, wholesome romance of <b data-path-to-node=\"47,1,0\" data-index-in-node=\"45\">Kimi ni Todoke</b> or <b data-path-to-node=\"47,1,0\" data-index-in-node=\"63\">Horimiya</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"47,2,0\">If you just need a break from dark, edgy stories and want something that feels like a warm hug...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"48\"><b data-path-to-node=\"48\" data-index-in-node=\"0\">This is a 100% recommend.</b></p>\r\n<p data-path-to-node=\"49\">It is a series that captures the fleeting, intense feeling of youth. It reminds you what it’s like to have a crush so big it feels like it consumes your whole world, and what it feels like to chase a dream with everything you have.</p>\r\n<p data-path-to-node=\"50\">I have read hundreds of rom-coms, and <i data-path-to-node=\"50\" data-index-in-node=\"38\">Blue Box</i> sits comfortably in the S-Tier. It treats its characters with respect, it respects the sport, and it respects the reader\'s intelligence.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Badminton Rackets)\r\n\r\nStatus: Peak Wholesome. Must Read.\r\n<p data-path-to-node=\"52\">Stop what you are doing. Go to the Shonen Jump app. Read Chapter 1. Prepare to have your heart melted and your motivation to exercise strangely increased.</p>\r\n<p data-path-to-node=\"53\"><b data-path-to-node=\"53\" data-index-in-node=\"0\">Have you read Blue Box? Are you Team Chinatsu or Team Hina? (Be careful, that’s a war zone). Let me know in the comments!</b></p>\r\n\r\n</div>', 'More Than Just a Rom-Com: Why Blue Box Is the Most Refreshing Manga in Shonen Jump Right Now', '', 'publish', 'open', 'open', '', 'more-than-just-a-rom-com-why-blue-box-is-the-most-refreshing-manga-in-shonen-jump-right-now', '', '', '2026-01-14 01:59:44', '2026-01-14 01:59:44', '', 0, 'https://mangadox.org/?p=16', 0, 'post', '', 0),
(17, 1, '2026-01-14 00:40:18', '2026-01-14 00:40:18', '<div id=\"model-response-message-contentr_b2699f130d4ad3df\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">Let’s be honest for a second. If you look at the current <i data-path-to-node=\"2\" data-index-in-node=\"57\">Weekly Shonen Jump</i> lineup, it is a battlefield. You’ve got sorcerers ripping heads off, assassins blowing up convenience stores, and pirates punching islands. It is loud, it is aggressive, and it is testosterone-fueled.</p>\r\n<p data-path-to-node=\"3\">But sitting quietly in the middle of all that chaos is a series that doesn\'t need superpowers or explosions to get your heart racing.</p>\r\n<p data-path-to-node=\"4\">I’m talking about <b data-path-to-node=\"4\" data-index-in-node=\"18\">Blue Box</b> (or <i data-path-to-node=\"4\" data-index-in-node=\"31\">Ao no Hako</i>).</p>\r\n<p data-path-to-node=\"5\">I picked this up back when it was just a one-shot, mostly because the cover art looked so... <i data-path-to-node=\"5\" data-index-in-node=\"93\">clean</i>. It didn\'t look like your typical shonen manga. It looked soft, almost ethereal. I expected a generic high school romance that I would drop after three chapters.</p>\r\n<p data-path-to-node=\"6\">Instead, I found myself waking up at strange hours just to catch the leaks (don\'t do that, read official!) because I was so desperate to know if two teenagers would finally hold hands. It is the most \"down bad\" I have been for a fictional couple in years.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> Imagine the competitive drive of <i data-path-to-node=\"7\" data-index-in-node=\"45\">Haikyuu!!</i> mixed with the gentle, heart-fluttering intimacy of a Makoto Shinkai movie. It is cozy, it is sweaty (in a sports way, get your mind out of the gutter), and it is pure, unadulterated serotonin.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: Love, Badminton, and a Secret Roommate</h3>\r\n<p data-path-to-node=\"10\">The setup starts with a classic trope but executes it with such class that you forgive the cliché immediately.</p>\r\n<p data-path-to-node=\"11\">Meet <b data-path-to-node=\"11\" data-index-in-node=\"5\">Taiki Inomata</b>. He’s a member of the boys\' badminton team at Eimei Junior and Senior High. He’s average—not a prodigy, but a hard worker. Every morning, he’s the first one in the gym.</p>\r\n<p data-path-to-node=\"12\">But he’s never the <i data-path-to-node=\"12\" data-index-in-node=\"19\">very</i> first.</p>\r\n<p data-path-to-node=\"13\">That title belongs to <b data-path-to-node=\"13\" data-index-in-node=\"22\">Chinatsu Kano</b>, the star player of the girls\' basketball team. She is everything Taiki isn\'t: popular, talented, and seemingly out of his league. Taiki watches her practice from across the gym every single morning, admiring her dedication (and, let\'s be real, crushing on her hard).</p>\r\n<p data-path-to-node=\"14\">He’s content with just pining from a distance. But then, life throws a curveball. Due to her parents moving overseas for work, Chinatsu needs a place to stay to finish high school. And guess whose family friends her parents are?</p>\r\n<p data-path-to-node=\"15\">Yep. <b data-path-to-node=\"15\" data-index-in-node=\"5\">Chinatsu moves into Taiki’s house.</b></p>\r\n<p data-path-to-node=\"16\">Suddenly, his crush is eating breakfast across from him. She’s using the same bathroom. She’s living in the room next door. But here is the catch: they decide to keep their living situation a secret at school to avoid rumors that could derail their sports focus.</p>\r\n<p data-path-to-node=\"17\">So, the stakes aren\'t \"saving the world.\" The stakes are: <i data-path-to-node=\"17\" data-index-in-node=\"58\">Can I become a good enough athlete to stand beside her, and can we survive the awkwardness of living together without exploding from embarrassment?</i></p>\r\n\r\n\r\n<hr data-path-to-node=\"18\" />\r\n\r\n<h3 data-path-to-node=\"19\">Why It Hits Different: A Perfect Blend of Sweat and Blushing</h3>\r\n<p data-path-to-node=\"20\">I read <i data-path-to-node=\"20\" data-index-in-node=\"7\">a lot</i> of romance manga. Usually, they fall into two traps: either the romance moves at a glacial pace where nothing happens for 200 chapters, or it relies on cheap \"ecchi\" fan service (tripping and falling into chests, you know the drill).</p>\r\n<p data-path-to-node=\"21\"><i data-path-to-node=\"21\" data-index-in-node=\"0\">Blue Box</i> rejects both of those. It builds something genuine.</p>\r\n\r\n<h4 data-path-to-node=\"22\">1. The Art Style is a Breath of Fresh Air</h4>\r\n<p data-path-to-node=\"23\"><b data-path-to-node=\"23\" data-index-in-node=\"0\">Kouji Miura</b> has a style that is immediately recognizable. It’s distinctively soft. The line work is thin and delicate, which works perfectly for the emotional beats.</p>\r\n<p data-path-to-node=\"24\">But what really blew me away was the use of light and shadow. Even in black and white, Miura manages to convey the feeling of early morning sunlight streaming through a gym window. There are panels where Chinatsu turns her head, hair flowing, and you just <i data-path-to-node=\"24\" data-index-in-node=\"256\">get</i> why Taiki is obsessed with her. It captures that specific \"high school nostalgia\" feeling—the scent of the gym floor, the sound of squeaking sneakers, the quiet moments before practice starts.</p>\r\n<p data-path-to-node=\"25\">And don\'t think the softness means the sports scenes are weak. When a badminton smash happens, the paneling shifts. It becomes sharp and fast. You feel the speed of the shuttlecock. It’s not <i data-path-to-node=\"25\" data-index-in-node=\"191\">Dragon Ball</i> impact, but it’s realistic athletic movement that looks gorgeous.</p>\r\n\r\n<h4 data-path-to-node=\"26\">2. Taiki is a Chad in the Making</h4>\r\n<p data-path-to-node=\"27\">I am so tired of \"loser\" rom-com protagonists who have zero personality and just panic every time a girl breathes.</p>\r\n<p data-path-to-node=\"28\">Taiki is different. He is an athlete. He has goals. He knows Chinatsu is better than him at sports, but instead of moping about it, he uses it as fuel. He wakes up earlier. He runs more laps. He trains until his legs give out. He wants to reach Nationals not just to impress her, but because her dedication inspires him to be better.</p>\r\n<p data-path-to-node=\"29\">He’s respectful, he’s kind, but he’s also competitive. Watching him grind to improve at badminton is just as compelling as watching him try to figure out his feelings. You find yourself rooting for him to win his matches just as much as you root for him to get the girl.</p>\r\n\r\n<h4 data-path-to-node=\"30\">3. It’s Not Just \"Fluff\"—It’s About Ambition</h4>\r\n<p data-path-to-node=\"31\">This is crucial. If you take the romance out, <i data-path-to-node=\"31\" data-index-in-node=\"46\">Blue Box</i> is still a solid sports manga.</p>\r\n<p data-path-to-node=\"32\">The series takes the sport seriously. It dives into the mental pressure of tournaments, the fear of losing, and the bitterness of the talent gap. Chinatsu isn\'t just a \"waifu\" trophy; she has her own pressure. She’s a star player carrying the weight of her team. We see her struggle, we see her cry when she loses, and we see her resolve.</p>\r\n<p data-path-to-node=\"33\">The relationship works because they are \"partners in grind.\" They support each other’s dreams. It’s a healthy, motivating dynamic that makes you want to go to the gym and fix your life.</p>\r\n\r\n<h4 data-path-to-node=\"34\">4. The \"Slow Burn\" is Actually Good</h4>\r\n<p data-path-to-node=\"35\">I usually hate slow burns. I’m impatient. But <i data-path-to-node=\"35\" data-index-in-node=\"46\">Blue Box</i> masters the art of the \"micro-progression.\"</p>\r\n<p data-path-to-node=\"36\">It’s not about grand confessions in chapter 5. It’s about the small things. A fist bump after a match. Sharing earbuds. A glance across the dinner table. Miura makes these tiny moments feel electric. There is a specific scene involving a leg bump under a Kotatsu (heated table) that had more tension than most battle manga arcs.</p>\r\n<p data-path-to-node=\"37\">And yes, there is a \"love triangle\" element with another character (Hina, the rhythmic gymnast), but it’s handled with surprising maturity. It hurts, it’s messy, but it feels like real teenage confusion, not manufactured drama.</p>\r\n\r\n\r\n<hr data-path-to-node=\"38\" />\r\n\r\n<h3 data-path-to-node=\"39\">How &amp; Where to Read (Official Sources Only!)</h3>\r\n<p data-path-to-node=\"40\">This series is huge right now. It just got an anime adaptation that is looking fantastic. But the manga is unparalleled. To keep this series running in <i data-path-to-node=\"40\" data-index-in-node=\"152\">Jump</i>, you need to support the official release.</p>\r\n<p data-path-to-node=\"41\"><b data-path-to-node=\"41\" data-index-in-node=\"0\">Where to read:</b></p>\r\n\r\n<ul data-path-to-node=\"42\">\r\n 	<li>\r\n<p data-path-to-node=\"42,0,0\"><b data-path-to-node=\"42,0,0\" data-index-in-node=\"0\">Manga Plus (by Shueisha):</b> This is the best place for weekly readers. It’s free. You can read the first three and latest three chapters. If you use the app, you can usually read the whole backlog once for free.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"42,1,0\"><b data-path-to-node=\"42,1,0\" data-index-in-node=\"0\">The Shonen Jump App / Viz Media:</b> For the monthly subscription price of a coffee ($2.99), you get the whole archive. The digital scans are crisp and clean.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"42,2,0\"><b data-path-to-node=\"42,2,0\" data-index-in-node=\"0\">Physical Volumes:</b> Viz Media is publishing the English volumes. The covers have this beautiful, clean aesthetic with lots of white space and soft colors. They look incredibly classy on a bookshelf.</p>\r\n</li>\r\n</ul>\r\nReading Format:\r\n\r\nJust a reminder for the uninitiated: Right-to-Left. Top right corner, move left, then down.\r\n\r\n<hr data-path-to-node=\"44\" />\r\n\r\n<h3 data-path-to-node=\"45\">Final Verdict: The Purest Thing You’ll Read All Year</h3>\r\n<p data-path-to-node=\"46\">Who is <i data-path-to-node=\"46\" data-index-in-node=\"7\">Blue Box</i> for?</p>\r\n\r\n<ul data-path-to-node=\"47\">\r\n 	<li>\r\n<p data-path-to-node=\"47,0,0\">If you loved the sports intensity of <b data-path-to-node=\"47,0,0\" data-index-in-node=\"37\">Haikyuu!!</b> or <b data-path-to-node=\"47,0,0\" data-index-in-node=\"50\">Baby Steps</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"47,1,0\">If you loved the sweet, wholesome romance of <b data-path-to-node=\"47,1,0\" data-index-in-node=\"45\">Kimi ni Todoke</b> or <b data-path-to-node=\"47,1,0\" data-index-in-node=\"63\">Horimiya</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"47,2,0\">If you just need a break from dark, edgy stories and want something that feels like a warm hug...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"48\"><b data-path-to-node=\"48\" data-index-in-node=\"0\">This is a 100% recommend.</b></p>\r\n<p data-path-to-node=\"49\">It is a series that captures the fleeting, intense feeling of youth. It reminds you what it’s like to have a crush so big it feels like it consumes your whole world, and what it feels like to chase a dream with everything you have.</p>\r\n<p data-path-to-node=\"50\">I have read hundreds of rom-coms, and <i data-path-to-node=\"50\" data-index-in-node=\"38\">Blue Box</i> sits comfortably in the S-Tier. It treats its characters with respect, it respects the sport, and it respects the reader\'s intelligence.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Badminton Rackets)\r\n\r\nStatus: Peak Wholesome. Must Read.\r\n<p data-path-to-node=\"52\">Stop what you are doing. Go to the Shonen Jump app. Read Chapter 1. Prepare to have your heart melted and your motivation to exercise strangely increased.</p>\r\n<p data-path-to-node=\"53\"><b data-path-to-node=\"53\" data-index-in-node=\"0\">Have you read Blue Box? Are you Team Chinatsu or Team Hina? (Be careful, that’s a war zone). Let me know in the comments!</b></p>\r\n\r\n</div>', 'More Than Just a Rom-Com: Why Blue Box Is the Most Refreshing Manga in Shonen Jump Right Now', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2026-01-14 00:40:18', '2026-01-14 00:40:18', '', 16, 'https://mangadox.org/?p=17', 0, 'revision', '', 0),
(18, 1, '2025-06-19 00:42:22', '2025-06-19 00:42:22', '<div id=\"model-response-message-contentr_e7e34288fcb172d1\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">If you follow the manga awards circuit in Japan, specifically the <i data-path-to-node=\"2\" data-index-in-node=\"66\">Kono Manga ga Sugoi!</i> (This Manga is Amazing!) list, you know they rarely miss. When a title tops the \"Male Readers\" category, it’s usually a shonen juggernaut like <i data-path-to-node=\"2\" data-index-in-node=\"230\">Chainsaw Man</i> or <i data-path-to-node=\"2\" data-index-in-node=\"246\">Spy x Family</i>.</p>\r\n<p data-path-to-node=\"3\">But in 2023, the winner was something... quieter. Something unsettling. Something that feels like it’s rotting from the inside out.</p>\r\n<p data-path-to-node=\"4\">I’m talking about <b data-path-to-node=\"4\" data-index-in-node=\"18\">The Summer Hikaru Died</b> (<i data-path-to-node=\"4\" data-index-in-node=\"42\">Hikaru ga Shinda Natsu</i>).</p>\r\n<p data-path-to-node=\"5\">I picked up Volume 1 because the cover art intrigued me. It looks like a standard \"slice of life\" shot of two boys in the summer heat, but the lighting is just slightly <i data-path-to-node=\"5\" data-index-in-node=\"169\">off</i>. The shadows are too deep. The eyes of the character on the left look a little too empty. I thought I was getting a coming-of-age drama.</p>\r\n<p data-path-to-node=\"6\">Instead, I sat in my room at 2 AM, skin crawling, terrified to look out my window at the trees.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> This isn\'t jump-scare horror. This is \"stick your hand in a box of slime\" horror. It’s humid, sticky, claustrophobic, and deeply psychological. Imagine the body horror of <i data-path-to-node=\"7\" data-index-in-node=\"183\">The Thing</i> mixed with the rural isolation of <i data-path-to-node=\"7\" data-index-in-node=\"227\">Higurashi: When They Cry</i>, all wrapped up in a tragic story about codependency.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: \"I Know You\'re Not Him, But I Don\'t Care\"</h3>\r\n<p data-path-to-node=\"10\">The setup is brilliant in its simplicity, and it wastes zero time.</p>\r\n<p data-path-to-node=\"11\">We are in a tiny, isolated rural village in Japan—the kind of place where everyone knows everyone, the cicadas never stop screaming, and old superstitions still hold weight.</p>\r\n<p data-path-to-node=\"12\"><b data-path-to-node=\"12\" data-index-in-node=\"0\">Yoshiki</b> and <b data-path-to-node=\"12\" data-index-in-node=\"12\">Hikaru</b> have been inseparable best friends since they were toddlers. They do everything together. But one winter day, Hikaru wanders up into the mountains alone. He goes missing for a week. When he finally comes back, he seems... fine. He remembers Yoshiki. He laughs the same. He looks the same.</p>\r\n<p data-path-to-node=\"13\">But Yoshiki knows.</p>\r\n<p data-path-to-node=\"14\">In the very first chapter, in a scene that gave me absolute chills, Yoshiki confronts him. He looks his best friend in the eye and says, <b data-path-to-node=\"14\" data-index-in-node=\"137\">\"You\'re not Hikaru.\"</b></p>\r\n<p data-path-to-node=\"15\">And the thing wearing Hikaru’s face? It doesn\'t deny it. It smiles—a smile that stretches a little too wide—and admits it. It killed the real Hikaru. It took his body, his memories, and his life.</p>\r\n<p data-path-to-node=\"16\">Here is the kicker: The \"Thing\" begs Yoshiki not to tell anyone. It says if the village finds out, they will kill it, and Yoshiki will be alone. And because Yoshiki loves Hikaru (or the memory of him) so intensely that he cannot function without him, he makes a deal with the devil. He agrees to pretend this monster is his best friend.</p>\r\n<p data-path-to-node=\"17\">So begins a summer where Yoshiki hangs out with a creature that looks like his dead friend, acts like his dead friend, but occasionally... melts.</p>\r\n\r\n\r\n<hr data-path-to-node=\"18\" />\r\n\r\n<h3 data-path-to-node=\"19\">Why It Hits Different: A Masterclass in Atmospheric Dread</h3>\r\n<p data-path-to-node=\"20\">I have read a lot of horror manga—Junji Ito, Kazuo Umezu, Masaaki Nakayama. Usually, the monster is the enemy. In <i data-path-to-node=\"20\" data-index-in-node=\"114\">The Summer Hikaru Died</i>, the monster is the protagonist’s emotional crutch. That dynamic changes everything.</p>\r\n\r\n<h4 data-path-to-node=\"21\">1. The Art by Mokumokuren is Visceral</h4>\r\n<p data-path-to-node=\"22\">This is Mokumokuren’s debut work, which is frankly insulting to other artists because the talent here is absurd. The art style is sketchy, rough, and incredibly textured.</p>\r\n<p data-path-to-node=\"23\">You can practically <i data-path-to-node=\"23\" data-index-in-node=\"20\">feel</i> the humidity on the page. The use of blacks and grays creates this suffocating atmosphere. The way Mokumokuren draws \"The Thing\" (fake Hikaru) is genius. One moment he looks like a cute teenage boy. The next, his neck elongates weirdly, or his eyes turn into black voids, or his arm transforms into a mass of tentacles and eyes.</p>\r\n<p data-path-to-node=\"24\">There is a specific focus on sound effects (onomatopoeia). In many panels, the sound effects for the cicadas (<i data-path-to-node=\"24\" data-index-in-node=\"110\">min min min</i>) crowd the page, overlapping the dialogue bubbles. It creates a visual noise that mimics the sensory overload of a hot summer day. It makes you feel anxious, just like Yoshiki.</p>\r\n\r\n<h4 data-path-to-node=\"25\">2. The Body Horror is \"Wet\"</h4>\r\n<p data-path-to-node=\"26\">I don\'t know how else to describe it. The horror elements aren\'t dry bones and ghosts; they are fleshy, wet, and organic.</p>\r\n<p data-path-to-node=\"27\">When fake-Hikaru touches Yoshiki, the art conveys a sensation of dampness. There are scenes where the creature tries to show affection, but because it doesn\'t understand human biology, it comes off as invasive and terrifying. It creates this bizarre tension where you are simultaneously scared for Yoshiki’s safety and heartbreakingly sad for the creature, which just wants to be accepted.</p>\r\n\r\n<h4 data-path-to-node=\"28\">3. It explores Grief and Codependency</h4>\r\n<p data-path-to-node=\"29\">Beneath the eldritch horror, this is a story about how grief can rot your brain.</p>\r\n<p data-path-to-node=\"30\">Yoshiki is not a hero. He is a traumatized kid. He knows he is harboring a monster. He knows this thing ate his best friend. But the alternative—accepting that Hikaru is dead and gone forever—is too painful. He chooses a lie over the truth.</p>\r\n<p data-path-to-node=\"31\">The manga asks a brutal question: <i data-path-to-node=\"31\" data-index-in-node=\"34\">How much of a person is their body, and how much is their soul?</i> If this creature has Hikaru’s memories, his voice, and his mannerisms, is he \"dead\"?</p>\r\n<p data-path-to-node=\"32\">The relationship between them is often tagged as \"BL\" (Boys Love) by fans, and while the magazine is Seinen, the romantic subtext is text. It’s a toxic, doomed love story. Yoshiki lets the monster get close because he is starved for connection, and the monster clings to Yoshiki because Yoshiki is its only anchor to humanity. It is painful to watch.</p>\r\n\r\n<h4 data-path-to-node=\"33\">4. The Rural Folk Horror</h4>\r\n<p data-path-to-node=\"34\">The setting is a character itself. The village has secrets. We start to learn about local deities, ancient rituals, and why the mountain is off-limits. It gives off major <i data-path-to-node=\"34\" data-index-in-node=\"171\">Midsommar</i> or <i data-path-to-node=\"34\" data-index-in-node=\"184\">Noroi: The Curse</i> vibes. The villagers are suspicious, the elders are creepy, and you get the sense that Hikaru’s death wasn\'t an accident, but part of a cycle.</p>\r\n\r\n\r\n<hr data-path-to-node=\"35\" />\r\n\r\n<h3 data-path-to-node=\"36\">How &amp; Where to Read (Support the Creator!)</h3>\r\n<p data-path-to-node=\"37\">This is a series where the visual quality matters immensely. Do not read low-quality scans; you will miss the texture of the pencil work.</p>\r\n<p data-path-to-node=\"38\"><b data-path-to-node=\"38\" data-index-in-node=\"0\">Official English Publisher: Yen Press</b></p>\r\n\r\n<ul data-path-to-node=\"39\">\r\n 	<li>\r\n<p data-path-to-node=\"39,0,0\"><b data-path-to-node=\"39,0,0\" data-index-in-node=\"0\">Physical Volumes:</b> I highly, <i data-path-to-node=\"39,0,0\" data-index-in-node=\"28\">highly</i> recommend buying the physical books. Yen Press has done a fantastic job with the translation and the print quality. The stark black-and-white contrast looks incredible on paper. Volume 1 and onwards are available at Barnes &amp; Noble, Amazon, RightStuf (Crunchyroll Store), and local comic shops.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"39,1,0\"><b data-path-to-node=\"39,1,0\" data-index-in-node=\"0\">Digital:</b> You can buy digital versions on Amazon Kindle, ComiXology, or BookWalker.</p>\r\n</li>\r\n</ul>\r\nFor Japanese Readers:\r\n\r\nIt runs on the Young Ace Up website (Kadokawa), where you can often read recent chapters for free in Japanese.\r\n<p data-path-to-node=\"41\"><b data-path-to-node=\"41\" data-index-in-node=\"0\">Note on Format:</b> Standard right-to-left reading.</p>\r\n\r\n\r\n<hr data-path-to-node=\"42\" />\r\n\r\n<h3 data-path-to-node=\"43\">Final Verdict: A Modern Horror Classic</h3>\r\n<p data-path-to-node=\"44\">Who is this for?</p>\r\n\r\n<ul data-path-to-node=\"45\">\r\n 	<li>\r\n<p data-path-to-node=\"45,0,0\">If you liked the body horror and tragedy of <b data-path-to-node=\"45,0,0\" data-index-in-node=\"44\">Parasyte: The Maxim</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,1,0\">If you enjoyed the small-town mystery of <b data-path-to-node=\"45,1,0\" data-index-in-node=\"41\">Higurashi</b> or <b data-path-to-node=\"45,1,0\" data-index-in-node=\"54\">Persona 4</b> (but darker)...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,2,0\">If you want a story that explores complex, messy human emotions through a supernatural lens...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"46\"><b data-path-to-node=\"46\" data-index-in-node=\"0\">This is for you.</b></p>\r\n<p data-path-to-node=\"47\"><i data-path-to-node=\"47\" data-index-in-node=\"0\">The Summer Hikaru Died</i> is a slow burn. It doesn\'t rely on cheap shocks. It relies on a pervasive sense of <i data-path-to-node=\"47\" data-index-in-node=\"106\">wrongness</i> that settles in your gut and stays there. It is a story about love that is so strong it defies death, and the terrible price you pay for disturbing the natural order.</p>\r\n<p data-path-to-node=\"48\">It is rare that a manga actually unnerves me. This one did. I couldn\'t put it down, and I can\'t stop thinking about it.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Screaming Cicadas)\r\n\r\nStatus: Hauntingly Beautiful. S-Tier Horror.\r\n<p data-path-to-node=\"50\"><b data-path-to-node=\"50\" data-index-in-node=\"0\">Go grab Volume 1.</b> Just... maybe don\'t read it alone in the woods. And if your best friend comes back from a hike acting a little strange? Run.</p>\r\n<p data-path-to-node=\"51\"><b data-path-to-node=\"51\" data-index-in-node=\"0\">Have you read this yet? Does the sound of cicadas creep you out now? Let me know in the comments below!</b></p>\r\n\r\n</div>', 'Grief Has a Sound, and It Sounds Like Cicadas: Why The Summer Hikaru Died Is a Horror Masterpiece', '', 'publish', 'open', 'open', '', 'grief-has-a-sound-and-it-sounds-like-cicadas-why-the-summer-hikaru-died-is-a-horror-masterpiece', '', '', '2026-01-14 01:59:25', '2026-01-14 01:59:25', '', 0, 'https://mangadox.org/?p=18', 0, 'post', '', 0),
(19, 1, '2026-01-14 00:42:22', '2026-01-14 00:42:22', '<div id=\"model-response-message-contentr_e7e34288fcb172d1\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">If you follow the manga awards circuit in Japan, specifically the <i data-path-to-node=\"2\" data-index-in-node=\"66\">Kono Manga ga Sugoi!</i> (This Manga is Amazing!) list, you know they rarely miss. When a title tops the \"Male Readers\" category, it’s usually a shonen juggernaut like <i data-path-to-node=\"2\" data-index-in-node=\"230\">Chainsaw Man</i> or <i data-path-to-node=\"2\" data-index-in-node=\"246\">Spy x Family</i>.</p>\r\n<p data-path-to-node=\"3\">But in 2023, the winner was something... quieter. Something unsettling. Something that feels like it’s rotting from the inside out.</p>\r\n<p data-path-to-node=\"4\">I’m talking about <b data-path-to-node=\"4\" data-index-in-node=\"18\">The Summer Hikaru Died</b> (<i data-path-to-node=\"4\" data-index-in-node=\"42\">Hikaru ga Shinda Natsu</i>).</p>\r\n<p data-path-to-node=\"5\">I picked up Volume 1 because the cover art intrigued me. It looks like a standard \"slice of life\" shot of two boys in the summer heat, but the lighting is just slightly <i data-path-to-node=\"5\" data-index-in-node=\"169\">off</i>. The shadows are too deep. The eyes of the character on the left look a little too empty. I thought I was getting a coming-of-age drama.</p>\r\n<p data-path-to-node=\"6\">Instead, I sat in my room at 2 AM, skin crawling, terrified to look out my window at the trees.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> This isn\'t jump-scare horror. This is \"stick your hand in a box of slime\" horror. It’s humid, sticky, claustrophobic, and deeply psychological. Imagine the body horror of <i data-path-to-node=\"7\" data-index-in-node=\"183\">The Thing</i> mixed with the rural isolation of <i data-path-to-node=\"7\" data-index-in-node=\"227\">Higurashi: When They Cry</i>, all wrapped up in a tragic story about codependency.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: \"I Know You\'re Not Him, But I Don\'t Care\"</h3>\r\n<p data-path-to-node=\"10\">The setup is brilliant in its simplicity, and it wastes zero time.</p>\r\n<p data-path-to-node=\"11\">We are in a tiny, isolated rural village in Japan—the kind of place where everyone knows everyone, the cicadas never stop screaming, and old superstitions still hold weight.</p>\r\n<p data-path-to-node=\"12\"><b data-path-to-node=\"12\" data-index-in-node=\"0\">Yoshiki</b> and <b data-path-to-node=\"12\" data-index-in-node=\"12\">Hikaru</b> have been inseparable best friends since they were toddlers. They do everything together. But one winter day, Hikaru wanders up into the mountains alone. He goes missing for a week. When he finally comes back, he seems... fine. He remembers Yoshiki. He laughs the same. He looks the same.</p>\r\n<p data-path-to-node=\"13\">But Yoshiki knows.</p>\r\n<p data-path-to-node=\"14\">In the very first chapter, in a scene that gave me absolute chills, Yoshiki confronts him. He looks his best friend in the eye and says, <b data-path-to-node=\"14\" data-index-in-node=\"137\">\"You\'re not Hikaru.\"</b></p>\r\n<p data-path-to-node=\"15\">And the thing wearing Hikaru’s face? It doesn\'t deny it. It smiles—a smile that stretches a little too wide—and admits it. It killed the real Hikaru. It took his body, his memories, and his life.</p>\r\n<p data-path-to-node=\"16\">Here is the kicker: The \"Thing\" begs Yoshiki not to tell anyone. It says if the village finds out, they will kill it, and Yoshiki will be alone. And because Yoshiki loves Hikaru (or the memory of him) so intensely that he cannot function without him, he makes a deal with the devil. He agrees to pretend this monster is his best friend.</p>\r\n<p data-path-to-node=\"17\">So begins a summer where Yoshiki hangs out with a creature that looks like his dead friend, acts like his dead friend, but occasionally... melts.</p>\r\n\r\n\r\n<hr data-path-to-node=\"18\" />\r\n\r\n<h3 data-path-to-node=\"19\">Why It Hits Different: A Masterclass in Atmospheric Dread</h3>\r\n<p data-path-to-node=\"20\">I have read a lot of horror manga—Junji Ito, Kazuo Umezu, Masaaki Nakayama. Usually, the monster is the enemy. In <i data-path-to-node=\"20\" data-index-in-node=\"114\">The Summer Hikaru Died</i>, the monster is the protagonist’s emotional crutch. That dynamic changes everything.</p>\r\n\r\n<h4 data-path-to-node=\"21\">1. The Art by Mokumokuren is Visceral</h4>\r\n<p data-path-to-node=\"22\">This is Mokumokuren’s debut work, which is frankly insulting to other artists because the talent here is absurd. The art style is sketchy, rough, and incredibly textured.</p>\r\n<p data-path-to-node=\"23\">You can practically <i data-path-to-node=\"23\" data-index-in-node=\"20\">feel</i> the humidity on the page. The use of blacks and grays creates this suffocating atmosphere. The way Mokumokuren draws \"The Thing\" (fake Hikaru) is genius. One moment he looks like a cute teenage boy. The next, his neck elongates weirdly, or his eyes turn into black voids, or his arm transforms into a mass of tentacles and eyes.</p>\r\n<p data-path-to-node=\"24\">There is a specific focus on sound effects (onomatopoeia). In many panels, the sound effects for the cicadas (<i data-path-to-node=\"24\" data-index-in-node=\"110\">min min min</i>) crowd the page, overlapping the dialogue bubbles. It creates a visual noise that mimics the sensory overload of a hot summer day. It makes you feel anxious, just like Yoshiki.</p>\r\n\r\n<h4 data-path-to-node=\"25\">2. The Body Horror is \"Wet\"</h4>\r\n<p data-path-to-node=\"26\">I don\'t know how else to describe it. The horror elements aren\'t dry bones and ghosts; they are fleshy, wet, and organic.</p>\r\n<p data-path-to-node=\"27\">When fake-Hikaru touches Yoshiki, the art conveys a sensation of dampness. There are scenes where the creature tries to show affection, but because it doesn\'t understand human biology, it comes off as invasive and terrifying. It creates this bizarre tension where you are simultaneously scared for Yoshiki’s safety and heartbreakingly sad for the creature, which just wants to be accepted.</p>\r\n\r\n<h4 data-path-to-node=\"28\">3. It explores Grief and Codependency</h4>\r\n<p data-path-to-node=\"29\">Beneath the eldritch horror, this is a story about how grief can rot your brain.</p>\r\n<p data-path-to-node=\"30\">Yoshiki is not a hero. He is a traumatized kid. He knows he is harboring a monster. He knows this thing ate his best friend. But the alternative—accepting that Hikaru is dead and gone forever—is too painful. He chooses a lie over the truth.</p>\r\n<p data-path-to-node=\"31\">The manga asks a brutal question: <i data-path-to-node=\"31\" data-index-in-node=\"34\">How much of a person is their body, and how much is their soul?</i> If this creature has Hikaru’s memories, his voice, and his mannerisms, is he \"dead\"?</p>\r\n<p data-path-to-node=\"32\">The relationship between them is often tagged as \"BL\" (Boys Love) by fans, and while the magazine is Seinen, the romantic subtext is text. It’s a toxic, doomed love story. Yoshiki lets the monster get close because he is starved for connection, and the monster clings to Yoshiki because Yoshiki is its only anchor to humanity. It is painful to watch.</p>\r\n\r\n<h4 data-path-to-node=\"33\">4. The Rural Folk Horror</h4>\r\n<p data-path-to-node=\"34\">The setting is a character itself. The village has secrets. We start to learn about local deities, ancient rituals, and why the mountain is off-limits. It gives off major <i data-path-to-node=\"34\" data-index-in-node=\"171\">Midsommar</i> or <i data-path-to-node=\"34\" data-index-in-node=\"184\">Noroi: The Curse</i> vibes. The villagers are suspicious, the elders are creepy, and you get the sense that Hikaru’s death wasn\'t an accident, but part of a cycle.</p>\r\n\r\n\r\n<hr data-path-to-node=\"35\" />\r\n\r\n<h3 data-path-to-node=\"36\">How &amp; Where to Read (Support the Creator!)</h3>\r\n<p data-path-to-node=\"37\">This is a series where the visual quality matters immensely. Do not read low-quality scans; you will miss the texture of the pencil work.</p>\r\n<p data-path-to-node=\"38\"><b data-path-to-node=\"38\" data-index-in-node=\"0\">Official English Publisher: Yen Press</b></p>\r\n\r\n<ul data-path-to-node=\"39\">\r\n 	<li>\r\n<p data-path-to-node=\"39,0,0\"><b data-path-to-node=\"39,0,0\" data-index-in-node=\"0\">Physical Volumes:</b> I highly, <i data-path-to-node=\"39,0,0\" data-index-in-node=\"28\">highly</i> recommend buying the physical books. Yen Press has done a fantastic job with the translation and the print quality. The stark black-and-white contrast looks incredible on paper. Volume 1 and onwards are available at Barnes &amp; Noble, Amazon, RightStuf (Crunchyroll Store), and local comic shops.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"39,1,0\"><b data-path-to-node=\"39,1,0\" data-index-in-node=\"0\">Digital:</b> You can buy digital versions on Amazon Kindle, ComiXology, or BookWalker.</p>\r\n</li>\r\n</ul>\r\nFor Japanese Readers:\r\n\r\nIt runs on the Young Ace Up website (Kadokawa), where you can often read recent chapters for free in Japanese.\r\n<p data-path-to-node=\"41\"><b data-path-to-node=\"41\" data-index-in-node=\"0\">Note on Format:</b> Standard right-to-left reading.</p>\r\n\r\n\r\n<hr data-path-to-node=\"42\" />\r\n\r\n<h3 data-path-to-node=\"43\">Final Verdict: A Modern Horror Classic</h3>\r\n<p data-path-to-node=\"44\">Who is this for?</p>\r\n\r\n<ul data-path-to-node=\"45\">\r\n 	<li>\r\n<p data-path-to-node=\"45,0,0\">If you liked the body horror and tragedy of <b data-path-to-node=\"45,0,0\" data-index-in-node=\"44\">Parasyte: The Maxim</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,1,0\">If you enjoyed the small-town mystery of <b data-path-to-node=\"45,1,0\" data-index-in-node=\"41\">Higurashi</b> or <b data-path-to-node=\"45,1,0\" data-index-in-node=\"54\">Persona 4</b> (but darker)...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,2,0\">If you want a story that explores complex, messy human emotions through a supernatural lens...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"46\"><b data-path-to-node=\"46\" data-index-in-node=\"0\">This is for you.</b></p>\r\n<p data-path-to-node=\"47\"><i data-path-to-node=\"47\" data-index-in-node=\"0\">The Summer Hikaru Died</i> is a slow burn. It doesn\'t rely on cheap shocks. It relies on a pervasive sense of <i data-path-to-node=\"47\" data-index-in-node=\"106\">wrongness</i> that settles in your gut and stays there. It is a story about love that is so strong it defies death, and the terrible price you pay for disturbing the natural order.</p>\r\n<p data-path-to-node=\"48\">It is rare that a manga actually unnerves me. This one did. I couldn\'t put it down, and I can\'t stop thinking about it.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Screaming Cicadas)\r\n\r\nStatus: Hauntingly Beautiful. S-Tier Horror.\r\n<p data-path-to-node=\"50\"><b data-path-to-node=\"50\" data-index-in-node=\"0\">Go grab Volume 1.</b> Just... maybe don\'t read it alone in the woods. And if your best friend comes back from a hike acting a little strange? Run.</p>\r\n<p data-path-to-node=\"51\"><b data-path-to-node=\"51\" data-index-in-node=\"0\">Have you read this yet? Does the sound of cicadas creep you out now? Let me know in the comments below!</b></p>\r\n\r\n</div>', 'Grief Has a Sound, and It Sounds Like Cicadas: Why The Summer Hikaru Died Is a Horror Masterpiece', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2026-01-14 00:42:22', '2026-01-14 00:42:22', '', 18, 'https://mangadox.org/?p=19', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20, 1, '2025-08-27 00:44:18', '2025-08-27 00:44:18', '<div id=\"model-response-message-contentr_aaef9094f1b46c6f\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">Stop scrolling for a second. We need to talk about magic.</p>\r\n<p data-path-to-node=\"3\">I don’t mean the \"shout a word and a fireball appears\" kind of magic. I mean <i data-path-to-node=\"3\" data-index-in-node=\"77\">magic</i>—the feeling of wonder, of discovery, of holding something impossible in your hands.</p>\r\n<p data-path-to-node=\"4\">If you’ve been feeling like recent fantasy series are a bit stale, or if you’re tired of \"isekai\" protagonists getting cheat skills from a menu screen, I have the antidote. It is called <b data-path-to-node=\"4\" data-index-in-node=\"186\">Witch Hat Atelier</b> (<i data-path-to-node=\"4\" data-index-in-node=\"205\">Tongari Boushi no Atelier</i>), and quite frankly, it might be the most visually stunning manga being published on Earth right now.</p>\r\n<p data-path-to-node=\"5\">I picked up Volume 1 because the cover art looked less like a comic book and more like an Art Nouveau painting I’d see in a museum. I expected a cute, fluffy story about little witches.</p>\r\n<p data-path-to-node=\"6\">What I got was a story that ripped my heart out, stitched it back together with gold thread, and taught me that art has consequences.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> Think <b data-path-to-node=\"7\" data-index-in-node=\"18\">Studio Ghibli</b> (specifically <i data-path-to-node=\"7\" data-index-in-node=\"46\">Kiki’s Delivery Service</i>) meets the complex world-building of <b data-path-to-node=\"7\" data-index-in-node=\"107\">Fullmetal Alchemist</b>, with a dash of Renaissance-era aesthetic. It is cozy, yes, but there is a creeping darkness underneath the whimsy that will keep you up at night.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: The Secret of the Ink</h3>\r\n<p data-path-to-node=\"10\">Let’s set the stage without ruining the magic (pun intended).</p>\r\n<p data-path-to-node=\"11\">In this world, witches are born, not made. You either have the gift, or you don’t. If you don’t, you’re a \"Unaware\"—a normal human.</p>\r\n<p data-path-to-node=\"12\">Our protagonist is <b data-path-to-node=\"12\" data-index-in-node=\"19\">Coco</b>, a young girl who lives in a tiny village with her mother, who runs a dressmaking shop. Coco is obsessed with magic. She dreams of it, she loves watching the flying carriages and glowing lights, but she knows she can never cast a spell because she wasn\'t born a witch.</p>\r\n<p data-path-to-node=\"13\">Until one day, a traveling witch named <b data-path-to-node=\"13\" data-index-in-node=\"39\">Qifrey</b> visits the shop. Coco spies on him casting a spell and discovers the world’s biggest secret:</p>\r\n<p data-path-to-node=\"14\"><b data-path-to-node=\"14\" data-index-in-node=\"0\">Magic isn\'t a bloodline. It isn\'t a gene. Magic is drawn.</b></p>\r\n<p data-path-to-node=\"15\">Spells are intricate geometric patterns drawn with special ink. Anyone can do it if they know the shapes.</p>\r\n<p data-path-to-node=\"16\">Excited, Coco tries to copy the patterns from a mysterious picture book she bought years ago. But since she doesn’t know the safety rules, she accidentally casts a forbidden spell that petrifies her mother into crystal.</p>\r\n<p data-path-to-node=\"17\">To save her mom, Coco has to join Qifrey’s atelier as an apprentice, learn the craft of witchcraft from scratch, and hunt down the mysterious group that sold her that dangerous book. She is an outsider in a world of elites, armed only with her optimism and her steady hand.</p>\r\n\r\n\r\n<hr data-path-to-node=\"18\" />\r\n\r\n<h3 data-path-to-node=\"19\">Why It Hits Different: A Love Letter to Art and Creativity</h3>\r\n<p data-path-to-node=\"20\">I have read thousands of chapters of manga, from <i data-path-to-node=\"20\" data-index-in-node=\"49\">Berserk</i> to <i data-path-to-node=\"20\" data-index-in-node=\"60\">One Piece</i>. I am not exaggerating when I say <b data-path-to-node=\"20\" data-index-in-node=\"104\">Kamome Shirahama</b> (the author/artist) is operating on a different level.</p>\r\n\r\n<h4 data-path-to-node=\"21\">1. The Art is Literally Magic</h4>\r\n<p data-path-to-node=\"22\">Shirahama is a professional illustrator who has done cover art for DC and Marvel comics, and it shows.</p>\r\n<p data-path-to-node=\"23\">Most manga use speed lines and simple backgrounds to save time. <i data-path-to-node=\"23\" data-index-in-node=\"64\">Witch Hat Atelier</i> treats every single panel like a standalone engraving. The line work is incredibly detailed, utilizing a style that mimics classic etching or woodblock prints. The way fabric folds, the way hair flows in the wind, the way water ripples—it is textured and tangible.</p>\r\n<p data-path-to-node=\"24\">But the real genius is the <b data-path-to-node=\"24\" data-index-in-node=\"27\">paneling</b>. Shirahama breaks the \"rules\" of manga layout constantly. If a character is falling, the panels might spiral down the page. If a character is trapped, the borders of the panels might literally be the bars of a cage. The medium itself is used to tell the story. I found myself staring at pages for five minutes, just tracing the border art with my eyes.</p>\r\n\r\n<h4 data-path-to-node=\"25\">2. A \"Hard\" Magic System You Can Actually Understand</h4>\r\n<p data-path-to-node=\"26\">I love a good \"Hard Magic\" system (where there are strict rules), and this one is fascinating.</p>\r\n<p data-path-to-node=\"27\">Magic here is like coding. You draw a circle (the command line), a crest in the center (the element, like fire or wind), and arrows around the edge (the direction and intensity).</p>\r\n<p data-path-to-node=\"28\">Because Coco is a tailor’s daughter, she approaches magic differently than the other students. She thinks about how magic interacts with daily life. While other witches are trying to make big explosions, Coco is inventing spells to help people walk on slippery cobblestones or dry clothes faster.</p>\r\n<p data-path-to-node=\"29\">Watching her \"engineer\" her way out of life-or-death situations using logic and drawing skills is incredibly satisfying. It respects the reader\'s intelligence.</p>\r\n\r\n<h4 data-path-to-node=\"30\">3. The Characters: Apprentices and Mentors</h4>\r\n<p data-path-to-node=\"31\">The dynamic in the Atelier is fantastic. You have:</p>\r\n\r\n<ul data-path-to-node=\"32\">\r\n 	<li>\r\n<p data-path-to-node=\"32,0,0\"><b data-path-to-node=\"32,0,0\" data-index-in-node=\"0\">Coco:</b> The heart of the group. Her ignorance is her strength because she questions traditions that other witches take for granted.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"32,1,0\"><b data-path-to-node=\"32,1,0\" data-index-in-node=\"0\">Agott:</b> The classic \"rival.\" She’s talented, prickly, and desperate for approval. Her slow-burn friendship with Coco is one of the best character arcs in the series.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"32,2,0\"><b data-path-to-node=\"32,2,0\" data-index-in-node=\"0\">Tetia and Richeh:</b> The other roommates, who have their own distinct philosophies on what magic should be used for.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"32,3,0\"><b data-path-to-node=\"32,3,0\" data-index-in-node=\"0\">Qifrey:</b> The mentor. He seems like a kind, goofy teacher, but he has a dark, obsessive side. He’s hiding secrets from the magical government, and you are never <i data-path-to-node=\"32,3,0\" data-index-in-node=\"159\">quite</i> sure how far he is willing to go to achieve his goals.</p>\r\n</li>\r\n</ul>\r\n<h4 data-path-to-node=\"33\">4. It Tackles Deep Themes</h4>\r\n<p data-path-to-node=\"34\">Don\'t let the cute art fool you. This manga deals with heavy stuff.</p>\r\n<p data-path-to-node=\"35\">It explores the <b data-path-to-node=\"35\" data-index-in-node=\"16\">ethics of knowledge</b>. If magic is so dangerous it can turn people to stone, is it right to hide it from the masses? Or is that just elitism?</p>\r\n<p data-path-to-node=\"36\">It also touches on disability and accessibility through the character of <b data-path-to-node=\"36\" data-index-in-node=\"73\">Custas</b>, a boy who lost the use of his legs. The story dives into how magic (and society) often fails those who need it most, and how well-meaning \"help\" can sometimes be patronizing. It’s surprisingly nuanced and thoughtful.</p>\r\n\r\n\r\n<hr data-path-to-node=\"37\" />\r\n\r\n<h3 data-path-to-node=\"38\">How &amp; Where to Read (Support the Art!)</h3>\r\n<p data-path-to-node=\"39\">A series with art this detailed <i data-path-to-node=\"39\" data-index-in-node=\"32\">needs</i> to be seen in high quality. Do not read grainy, pixelated scans on a pirate site. You will miss 50% of the experience.</p>\r\nThe Best Way: Physical Volumes\r\n\r\nI am going to be that guy: Buy the books. Kodansha Comics releases the English volumes, and they are beautiful. The paper quality is good, and seeing the double-page spreads in your hands is the intended experience. They look gorgeous on a shelf.\r\n<p data-path-to-node=\"41\"><b data-path-to-node=\"41\" data-index-in-node=\"0\">Digital Options:</b></p>\r\n\r\n<ul data-path-to-node=\"42\">\r\n 	<li>\r\n<p data-path-to-node=\"42,0,0\"><b data-path-to-node=\"42,0,0\" data-index-in-node=\"0\">K Manga:</b> This is Kodansha’s official app. It’s... okay. It uses a \"points\" system which can be annoying, but it is the official way to read the simulpub (chapters as they come out in Japan).</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"42,1,0\"><b data-path-to-node=\"42,1,0\" data-index-in-node=\"0\">Amazon Kindle / ComiXology / BookWalker:</b> You can buy the digital volumes here. This is a great option if you have a tablet. The high-res digital files really let you zoom in on the ink lines.</p>\r\n</li>\r\n</ul>\r\nAnime Alert:\r\n\r\nAn anime adaptation has been announced! It’s the perfect time to catch up on the manga so you can be the insufferable expert telling your friends, \"The anime is good, but the manga art is superior.\"\r\n\r\n<hr data-path-to-node=\"44\" />\r\n\r\n<h3 data-path-to-node=\"45\">Final Verdict: A Future Classic</h3>\r\n<p data-path-to-node=\"46\">Who is <i data-path-to-node=\"46\" data-index-in-node=\"7\">Witch Hat Atelier</i> for?</p>\r\n\r\n<ul data-path-to-node=\"47\">\r\n 	<li>\r\n<p data-path-to-node=\"47,0,0\">If you loved the world-building of <b data-path-to-node=\"47,0,0\" data-index-in-node=\"35\">Harry Potter</b> but wanted it to be more whimsical and visually creative...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"47,1,0\">If you appreciate the \"Science of Magic\" found in <b data-path-to-node=\"47,1,0\" data-index-in-node=\"50\">Fullmetal Alchemist</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"47,2,0\">If you just love <b data-path-to-node=\"47,2,0\" data-index-in-node=\"17\">art</b>. If you are an artist, a writer, or a creator, this book will speak to your soul.</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"48\">This isn\'t just a battle manga. It’s a story about the joy of creation and the terror of messing up. It captures the feeling of being a beginner, looking at a blank page, and wondering if you have what it takes to fill it.</p>\r\n<p data-path-to-node=\"49\">It is a warm cup of tea on a rainy day, but the tea is spiked with a little bit of poison.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Flying Shoes)\r\n\r\nStatus: S-Tier Masterpiece. The art alone is worth the price of admission.\r\n<p data-path-to-node=\"51\">Go grab Volume 1. I promise you, by the time you see the first spell being cast, you’ll be wishing you had a pen and some magic ink of your own.</p>\r\n<p data-path-to-node=\"52\"><b data-path-to-node=\"52\" data-index-in-node=\"0\">Have you entered the Atelier yet? What do you think of the magic system? Let me know in the comments below!</b></p>\r\n\r\n</div>', 'Is This the Most Beautiful Manga Ever Drawn? Why Witch Hat Atelier Is a Modern Fantasy Masterpiece', '', 'publish', 'open', 'open', '', 'is-this-the-most-beautiful-manga-ever-drawn-why-witch-hat-atelier-is-a-modern-fantasy-masterpiece', '', '', '2026-01-14 01:59:05', '2026-01-14 01:59:05', '', 0, 'https://mangadox.org/?p=20', 0, 'post', '', 0),
(21, 1, '2026-01-14 00:44:18', '2026-01-14 00:44:18', '<div id=\"model-response-message-contentr_aaef9094f1b46c6f\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">Stop scrolling for a second. We need to talk about magic.</p>\r\n<p data-path-to-node=\"3\">I don’t mean the \"shout a word and a fireball appears\" kind of magic. I mean <i data-path-to-node=\"3\" data-index-in-node=\"77\">magic</i>—the feeling of wonder, of discovery, of holding something impossible in your hands.</p>\r\n<p data-path-to-node=\"4\">If you’ve been feeling like recent fantasy series are a bit stale, or if you’re tired of \"isekai\" protagonists getting cheat skills from a menu screen, I have the antidote. It is called <b data-path-to-node=\"4\" data-index-in-node=\"186\">Witch Hat Atelier</b> (<i data-path-to-node=\"4\" data-index-in-node=\"205\">Tongari Boushi no Atelier</i>), and quite frankly, it might be the most visually stunning manga being published on Earth right now.</p>\r\n<p data-path-to-node=\"5\">I picked up Volume 1 because the cover art looked less like a comic book and more like an Art Nouveau painting I’d see in a museum. I expected a cute, fluffy story about little witches.</p>\r\n<p data-path-to-node=\"6\">What I got was a story that ripped my heart out, stitched it back together with gold thread, and taught me that art has consequences.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> Think <b data-path-to-node=\"7\" data-index-in-node=\"18\">Studio Ghibli</b> (specifically <i data-path-to-node=\"7\" data-index-in-node=\"46\">Kiki’s Delivery Service</i>) meets the complex world-building of <b data-path-to-node=\"7\" data-index-in-node=\"107\">Fullmetal Alchemist</b>, with a dash of Renaissance-era aesthetic. It is cozy, yes, but there is a creeping darkness underneath the whimsy that will keep you up at night.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: The Secret of the Ink</h3>\r\n<p data-path-to-node=\"10\">Let’s set the stage without ruining the magic (pun intended).</p>\r\n<p data-path-to-node=\"11\">In this world, witches are born, not made. You either have the gift, or you don’t. If you don’t, you’re a \"Unaware\"—a normal human.</p>\r\n<p data-path-to-node=\"12\">Our protagonist is <b data-path-to-node=\"12\" data-index-in-node=\"19\">Coco</b>, a young girl who lives in a tiny village with her mother, who runs a dressmaking shop. Coco is obsessed with magic. She dreams of it, she loves watching the flying carriages and glowing lights, but she knows she can never cast a spell because she wasn\'t born a witch.</p>\r\n<p data-path-to-node=\"13\">Until one day, a traveling witch named <b data-path-to-node=\"13\" data-index-in-node=\"39\">Qifrey</b> visits the shop. Coco spies on him casting a spell and discovers the world’s biggest secret:</p>\r\n<p data-path-to-node=\"14\"><b data-path-to-node=\"14\" data-index-in-node=\"0\">Magic isn\'t a bloodline. It isn\'t a gene. Magic is drawn.</b></p>\r\n<p data-path-to-node=\"15\">Spells are intricate geometric patterns drawn with special ink. Anyone can do it if they know the shapes.</p>\r\n<p data-path-to-node=\"16\">Excited, Coco tries to copy the patterns from a mysterious picture book she bought years ago. But since she doesn’t know the safety rules, she accidentally casts a forbidden spell that petrifies her mother into crystal.</p>\r\n<p data-path-to-node=\"17\">To save her mom, Coco has to join Qifrey’s atelier as an apprentice, learn the craft of witchcraft from scratch, and hunt down the mysterious group that sold her that dangerous book. She is an outsider in a world of elites, armed only with her optimism and her steady hand.</p>\r\n\r\n\r\n<hr data-path-to-node=\"18\" />\r\n\r\n<h3 data-path-to-node=\"19\">Why It Hits Different: A Love Letter to Art and Creativity</h3>\r\n<p data-path-to-node=\"20\">I have read thousands of chapters of manga, from <i data-path-to-node=\"20\" data-index-in-node=\"49\">Berserk</i> to <i data-path-to-node=\"20\" data-index-in-node=\"60\">One Piece</i>. I am not exaggerating when I say <b data-path-to-node=\"20\" data-index-in-node=\"104\">Kamome Shirahama</b> (the author/artist) is operating on a different level.</p>\r\n\r\n<h4 data-path-to-node=\"21\">1. The Art is Literally Magic</h4>\r\n<p data-path-to-node=\"22\">Shirahama is a professional illustrator who has done cover art for DC and Marvel comics, and it shows.</p>\r\n<p data-path-to-node=\"23\">Most manga use speed lines and simple backgrounds to save time. <i data-path-to-node=\"23\" data-index-in-node=\"64\">Witch Hat Atelier</i> treats every single panel like a standalone engraving. The line work is incredibly detailed, utilizing a style that mimics classic etching or woodblock prints. The way fabric folds, the way hair flows in the wind, the way water ripples—it is textured and tangible.</p>\r\n<p data-path-to-node=\"24\">But the real genius is the <b data-path-to-node=\"24\" data-index-in-node=\"27\">paneling</b>. Shirahama breaks the \"rules\" of manga layout constantly. If a character is falling, the panels might spiral down the page. If a character is trapped, the borders of the panels might literally be the bars of a cage. The medium itself is used to tell the story. I found myself staring at pages for five minutes, just tracing the border art with my eyes.</p>\r\n\r\n<h4 data-path-to-node=\"25\">2. A \"Hard\" Magic System You Can Actually Understand</h4>\r\n<p data-path-to-node=\"26\">I love a good \"Hard Magic\" system (where there are strict rules), and this one is fascinating.</p>\r\n<p data-path-to-node=\"27\">Magic here is like coding. You draw a circle (the command line), a crest in the center (the element, like fire or wind), and arrows around the edge (the direction and intensity).</p>\r\n<p data-path-to-node=\"28\">Because Coco is a tailor’s daughter, she approaches magic differently than the other students. She thinks about how magic interacts with daily life. While other witches are trying to make big explosions, Coco is inventing spells to help people walk on slippery cobblestones or dry clothes faster.</p>\r\n<p data-path-to-node=\"29\">Watching her \"engineer\" her way out of life-or-death situations using logic and drawing skills is incredibly satisfying. It respects the reader\'s intelligence.</p>\r\n\r\n<h4 data-path-to-node=\"30\">3. The Characters: Apprentices and Mentors</h4>\r\n<p data-path-to-node=\"31\">The dynamic in the Atelier is fantastic. You have:</p>\r\n\r\n<ul data-path-to-node=\"32\">\r\n 	<li>\r\n<p data-path-to-node=\"32,0,0\"><b data-path-to-node=\"32,0,0\" data-index-in-node=\"0\">Coco:</b> The heart of the group. Her ignorance is her strength because she questions traditions that other witches take for granted.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"32,1,0\"><b data-path-to-node=\"32,1,0\" data-index-in-node=\"0\">Agott:</b> The classic \"rival.\" She’s talented, prickly, and desperate for approval. Her slow-burn friendship with Coco is one of the best character arcs in the series.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"32,2,0\"><b data-path-to-node=\"32,2,0\" data-index-in-node=\"0\">Tetia and Richeh:</b> The other roommates, who have their own distinct philosophies on what magic should be used for.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"32,3,0\"><b data-path-to-node=\"32,3,0\" data-index-in-node=\"0\">Qifrey:</b> The mentor. He seems like a kind, goofy teacher, but he has a dark, obsessive side. He’s hiding secrets from the magical government, and you are never <i data-path-to-node=\"32,3,0\" data-index-in-node=\"159\">quite</i> sure how far he is willing to go to achieve his goals.</p>\r\n</li>\r\n</ul>\r\n<h4 data-path-to-node=\"33\">4. It Tackles Deep Themes</h4>\r\n<p data-path-to-node=\"34\">Don\'t let the cute art fool you. This manga deals with heavy stuff.</p>\r\n<p data-path-to-node=\"35\">It explores the <b data-path-to-node=\"35\" data-index-in-node=\"16\">ethics of knowledge</b>. If magic is so dangerous it can turn people to stone, is it right to hide it from the masses? Or is that just elitism?</p>\r\n<p data-path-to-node=\"36\">It also touches on disability and accessibility through the character of <b data-path-to-node=\"36\" data-index-in-node=\"73\">Custas</b>, a boy who lost the use of his legs. The story dives into how magic (and society) often fails those who need it most, and how well-meaning \"help\" can sometimes be patronizing. It’s surprisingly nuanced and thoughtful.</p>\r\n\r\n\r\n<hr data-path-to-node=\"37\" />\r\n\r\n<h3 data-path-to-node=\"38\">How &amp; Where to Read (Support the Art!)</h3>\r\n<p data-path-to-node=\"39\">A series with art this detailed <i data-path-to-node=\"39\" data-index-in-node=\"32\">needs</i> to be seen in high quality. Do not read grainy, pixelated scans on a pirate site. You will miss 50% of the experience.</p>\r\nThe Best Way: Physical Volumes\r\n\r\nI am going to be that guy: Buy the books. Kodansha Comics releases the English volumes, and they are beautiful. The paper quality is good, and seeing the double-page spreads in your hands is the intended experience. They look gorgeous on a shelf.\r\n<p data-path-to-node=\"41\"><b data-path-to-node=\"41\" data-index-in-node=\"0\">Digital Options:</b></p>\r\n\r\n<ul data-path-to-node=\"42\">\r\n 	<li>\r\n<p data-path-to-node=\"42,0,0\"><b data-path-to-node=\"42,0,0\" data-index-in-node=\"0\">K Manga:</b> This is Kodansha’s official app. It’s... okay. It uses a \"points\" system which can be annoying, but it is the official way to read the simulpub (chapters as they come out in Japan).</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"42,1,0\"><b data-path-to-node=\"42,1,0\" data-index-in-node=\"0\">Amazon Kindle / ComiXology / BookWalker:</b> You can buy the digital volumes here. This is a great option if you have a tablet. The high-res digital files really let you zoom in on the ink lines.</p>\r\n</li>\r\n</ul>\r\nAnime Alert:\r\n\r\nAn anime adaptation has been announced! It’s the perfect time to catch up on the manga so you can be the insufferable expert telling your friends, \"The anime is good, but the manga art is superior.\"\r\n\r\n<hr data-path-to-node=\"44\" />\r\n\r\n<h3 data-path-to-node=\"45\">Final Verdict: A Future Classic</h3>\r\n<p data-path-to-node=\"46\">Who is <i data-path-to-node=\"46\" data-index-in-node=\"7\">Witch Hat Atelier</i> for?</p>\r\n\r\n<ul data-path-to-node=\"47\">\r\n 	<li>\r\n<p data-path-to-node=\"47,0,0\">If you loved the world-building of <b data-path-to-node=\"47,0,0\" data-index-in-node=\"35\">Harry Potter</b> but wanted it to be more whimsical and visually creative...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"47,1,0\">If you appreciate the \"Science of Magic\" found in <b data-path-to-node=\"47,1,0\" data-index-in-node=\"50\">Fullmetal Alchemist</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"47,2,0\">If you just love <b data-path-to-node=\"47,2,0\" data-index-in-node=\"17\">art</b>. If you are an artist, a writer, or a creator, this book will speak to your soul.</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"48\">This isn\'t just a battle manga. It’s a story about the joy of creation and the terror of messing up. It captures the feeling of being a beginner, looking at a blank page, and wondering if you have what it takes to fill it.</p>\r\n<p data-path-to-node=\"49\">It is a warm cup of tea on a rainy day, but the tea is spiked with a little bit of poison.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Flying Shoes)\r\n\r\nStatus: S-Tier Masterpiece. The art alone is worth the price of admission.\r\n<p data-path-to-node=\"51\">Go grab Volume 1. I promise you, by the time you see the first spell being cast, you’ll be wishing you had a pen and some magic ink of your own.</p>\r\n<p data-path-to-node=\"52\"><b data-path-to-node=\"52\" data-index-in-node=\"0\">Have you entered the Atelier yet? What do you think of the magic system? Let me know in the comments below!</b></p>\r\n\r\n</div>', 'Is This the Most Beautiful Manga Ever Drawn? Why Witch Hat Atelier Is a Modern Fantasy Masterpiece', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2026-01-14 00:44:18', '2026-01-14 00:44:18', '', 20, 'https://mangadox.org/?p=21', 0, 'revision', '', 0),
(22, 1, '2025-10-17 00:45:56', '2025-10-17 00:45:56', '<div id=\"model-response-message-contentr_a7ff647d85bc628c\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">I’m going to be honest with you: I judge books by their covers. I know, I know, \"don’t do that,\" but when you’re browsing a bookstore shelf packed with hundreds of generic spines, you need something to grab you.</p>\r\n<p data-path-to-node=\"3\">When I saw the cover of <b data-path-to-node=\"3\" data-index-in-node=\"24\">Gachiakuta</b>, I stopped dead in my tracks.</p>\r\n<p data-path-to-node=\"4\">It wasn’t just \"good art.\" It was <i data-path-to-node=\"4\" data-index-in-node=\"34\">aggressive</i>. It was graffiti-stained, chaotic, and dripping with a level of \"street style\" coolness that I haven’t seen since the golden days of <i data-path-to-node=\"4\" data-index-in-node=\"178\">Soul Eater</i>. I picked it up, flipped through the first few pages, and realized I was looking at the spiritual successor to Atsushi Ohkubo’s legacy (which makes sense, considering the author, <b data-path-to-node=\"4\" data-index-in-node=\"368\">Kei Urana</b>, was Ohkubo’s assistant).</p>\r\n<p data-path-to-node=\"5\">I bought Volume 1 immediately. I went home, ignored my responsibilities, and devoured it.</p>\r\n<p data-path-to-node=\"6\">If you are tired of clean, polished, cookie-cutter fantasy worlds, welcome to the dump. <i data-path-to-node=\"6\" data-index-in-node=\"88\">Gachiakuta</i> is messy, it’s angry, and it is easily one of the most stylish manga currently in publication.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> Imagine <i data-path-to-node=\"7\" data-index-in-node=\"20\">Fire Force</i> meets <i data-path-to-node=\"7\" data-index-in-node=\"37\">Mad Max</i>, wrapped in a punk-rock aesthetic. It’s gritty, urban fantasy with a heavy emphasis on \"drip\" (fashion) and raw emotion. It smells like rust, spray paint, and vengeance.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: Welcome to the Pit</h3>\r\n<p data-path-to-node=\"10\">The world of <i data-path-to-node=\"10\" data-index-in-node=\"13\">Gachiakuta</i> is divided into two very distinct realities.</p>\r\n<p data-path-to-node=\"11\">There’s the <b data-path-to-node=\"11\" data-index-in-node=\"12\">Sphere</b>, a floating city where the wealthy and privileged live. It’s clean, it’s bright, and it’s obsessed with perfection. In this society, criminals aren’t sent to jail. They—and anything considered \"trash\"—are thrown into the <b data-path-to-node=\"11\" data-index-in-node=\"240\">Abyss</b> (or the Pit), a massive hole in the ground leading to... well, nobody knows where.</p>\r\n<p data-path-to-node=\"12\">Our protagonist is <b data-path-to-node=\"12\" data-index-in-node=\"19\">Rudo</b>. He’s a street rat living on the fringes of the Sphere. He’s despised by society because his father was a convicted murderer. Despite the hate he gets, Rudo has a weird quirk: he loves digging through trash. He believes that even broken things have value if you treat them with care.</p>\r\n<p data-path-to-node=\"13\">But life comes at him fast. Rudo is framed for a murder he didn\'t commit. Without a trial, he is tossed into the Abyss, screaming his innocence and vowing to kill the people who framed him.</p>\r\n<p data-path-to-node=\"14\">He expects to die. Instead, he lands in a toxic wasteland below the earth, a place literally made of humanity’s discarded garbage. But he’s not alone. He discovers that down here, objects that were loved and cherished by their owners can develop a \"soul\" and become powerful weapons called <b data-path-to-node=\"14\" data-index-in-node=\"290\">Jinkis</b>.</p>\r\n<p data-path-to-node=\"15\">Rudo, with his obsession for preserving trash, discovers he has a very specific, very powerful set of skills. He joins a group of \"Janitors\" (trash hunters) to survive the monsters of the Abyss and find a way back up to the sky to exact his revenge.</p>\r\n\r\n\r\n<hr data-path-to-node=\"16\" />\r\n\r\n<h3 data-path-to-node=\"17\">Why It Hits Different: A Masterclass in \"Grime\"</h3>\r\n<p data-path-to-node=\"18\">I read a lot of shonen where the power of friendship saves the day. <i data-path-to-node=\"18\" data-index-in-node=\"68\">Gachiakuta</i> is different. It runs on the power of <i data-path-to-node=\"18\" data-index-in-node=\"117\">spite</i> and <i data-path-to-node=\"18\" data-index-in-node=\"127\">respect</i>.</p>\r\n\r\n<h4 data-path-to-node=\"19\">1. The Art is Simply Unmatched</h4>\r\n<p data-path-to-node=\"20\">I cannot hype Kei Urana enough. This is her debut serialized work, which is baffling because the quality is veteran-tier.</p>\r\n<p data-path-to-node=\"21\">The art style is thick, heavy, and jagged. It doesn\'t care about being \"pretty\" in the traditional sense; it wants to be impactful. Urana uses heavy blacks and scratchy lines to give everything a texture. You can feel the rust on the metal pipes. You can smell the smog.</p>\r\n<p data-path-to-node=\"22\">But the real standout is the <b data-path-to-node=\"22\" data-index-in-node=\"29\">Character Design</b>. Everyone in this manga looks like they just walked off a runway for a post-apocalyptic fashion show. The oversized jackets, the weird goggles, the custom gloves—the \"drip\" is astronomical. It reminds me of <i data-path-to-node=\"22\" data-index-in-node=\"253\">The World Ends With You</i> or <i data-path-to-node=\"22\" data-index-in-node=\"280\">Jet Set Radio</i>. It’s distinct. You will never mistake a <i data-path-to-node=\"22\" data-index-in-node=\"335\">Gachiakuta</i> character for someone from another series.</p>\r\n<p data-path-to-node=\"23\">The action scenes are frantic but readable. Urana loves distorted perspectives—fish-eye lenses that make punches look massive and kicks look like they’re flying out of the page. It’s visual candy for anyone who likes stylized art.</p>\r\n\r\n<h4 data-path-to-node=\"24\">2. The Power System is Genius</h4>\r\n<p data-path-to-node=\"25\">The magic system, based on <b data-path-to-node=\"25\" data-index-in-node=\"27\">Jinkis</b>, is one of the most thematically tight systems I’ve seen in years.</p>\r\n<p data-path-to-node=\"26\">A Jinki is created when an object is treated with immense care and love over a long period. Because Rudo was a scavenger who cherished \"trash,\" he is uniquely suited for this world.</p>\r\n<p data-path-to-node=\"27\">For example, a character might fight with a pair of scissors they’ve used for 20 years to cut hair. Another might use a lighter that was a gift from a dead friend. The powers aren\'t just random fireballs; they are tied to the <i data-path-to-node=\"27\" data-index-in-node=\"226\">history</i> of the object. It adds an emotional weight to every battle. When a weapon breaks, it feels like a character dying because you know how much that object meant to the wielder.</p>\r\n\r\n<h4 data-path-to-node=\"28\">3. Rudo is a Fury-Driven Protagonist</h4>\r\n<p data-path-to-node=\"29\">Rudo starts off <i data-path-to-node=\"29\" data-index-in-node=\"16\">angry</i>. Like, really angry. He isn’t trying to become the Wizard King or the Pirate King. He wants to tear down the hypocritical society that threw him away.</p>\r\n<p data-path-to-node=\"30\">But what makes him compelling is that beneath that rage is a deep capacity for care. He hates people who waste things. He hates people who treat others like garbage. His growth involves learning to trust the \"Janitors\" (who are all lovable weirdos, by the way) and realizing that revenge might not be the only thing worth living for.</p>\r\n<p data-path-to-node=\"31\">Also, shoutout to <b data-path-to-node=\"31\" data-index-in-node=\"18\">Engine</b>, the mentor figure. He is effortlessly cool, laid-back, and swings a giant umbrella weapon. He anchors the chaotic energy of the team perfectly.</p>\r\n\r\n<h4 data-path-to-node=\"32\">4. It’s About Value</h4>\r\n<p data-path-to-node=\"33\">At its core, <i data-path-to-node=\"33\" data-index-in-node=\"13\">Gachiakuta</i> is asking a simple question: <i data-path-to-node=\"33\" data-index-in-node=\"53\">Who gets to decide what is trash?</i></p>\r\n<p data-path-to-node=\"34\">Is a person \"trash\" because they made a mistake? Is a toy \"trash\" because it’s slightly broken? The series challenges the throwaway culture of modern society. It’s a surprisingly deep environmental and social commentary wrapped up in a package of people hitting each other with magic boots.</p>\r\n\r\n\r\n<hr data-path-to-node=\"35\" />\r\n\r\n<h3 data-path-to-node=\"36\">How &amp; Where to Read (Crucial Info!)</h3>\r\n<p data-path-to-node=\"37\">Okay, this is important because <i data-path-to-node=\"37\" data-index-in-node=\"32\">Gachiakuta</i> is <b data-path-to-node=\"37\" data-index-in-node=\"46\">not</b> a Shueisha/Shonen Jump title. If you look for it on the Manga Plus app, you won’t find it.</p>\r\n<p data-path-to-node=\"38\">It is published by <b data-path-to-node=\"38\" data-index-in-node=\"19\">Kodansha</b>.</p>\r\n<p data-path-to-node=\"39\"><b data-path-to-node=\"39\" data-index-in-node=\"0\">Where to read officially:</b></p>\r\n\r\n<ol start=\"1\" data-path-to-node=\"40\">\r\n 	<li>\r\n<p data-path-to-node=\"40,0,0\"><b data-path-to-node=\"40,0,0\" data-index-in-node=\"0\">K Manga (App/Web):</b> This is Kodansha’s official simulpub service for the US. You can read the latest chapters here as they drop in Japan. It uses a point/ticket system, which can be a bit finicky, but it’s the direct way to support the author.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,1,0\"><b data-path-to-node=\"40,1,0\" data-index-in-node=\"0\">Physical Volumes:</b> Kodansha USA is releasing the English print volumes, and <i data-path-to-node=\"40,1,0\" data-index-in-node=\"75\">oh my god</i>, they are beautiful. The cover art pops with neon colors against the gritty backgrounds. If you are a collector, these spines look incredible on a shelf. You can grab them at Barnes &amp; Noble, Amazon, or your local comic shop.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,2,0\"><b data-path-to-node=\"40,2,0\" data-index-in-node=\"0\">Digital Volumes:</b> You can buy the e-books on Kindle, ComiXology, or BookWalker.</p>\r\n</li>\r\n</ol>\r\nAnime Adaptation Alert:\r\n\r\nAn anime adaptation by studio BONES (the legends behind Fullmetal Alchemist: Brotherhood and My Hero Academia) has been announced for 2025! This is the perfect time to catch up on the manga so you can be the \"source material expert\" when the anime blows up.\r\n\r\n<hr data-path-to-node=\"42\" />\r\n\r\n<h3 data-path-to-node=\"43\">Final Verdict: The Next Big Thing</h3>\r\n<p data-path-to-node=\"44\">Who is <i data-path-to-node=\"44\" data-index-in-node=\"7\">Gachiakuta</i> for?</p>\r\n\r\n<ul data-path-to-node=\"45\">\r\n 	<li>\r\n<p data-path-to-node=\"45,0,0\">If you loved the stylistic flair of <b data-path-to-node=\"45,0,0\" data-index-in-node=\"36\">Soul Eater</b> or <b data-path-to-node=\"45,0,0\" data-index-in-node=\"50\">Fire Force</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,1,0\">If you enjoy the \"underdog against society\" vibe of <b data-path-to-node=\"45,1,0\" data-index-in-node=\"52\">Attack on Titan</b> (but with more graffiti)...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,2,0\">If you just want to see some of the coolest character designs in modern manga...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"46\"><b data-path-to-node=\"46\" data-index-in-node=\"0\">This is a non-negotiable read.</b></p>\r\n<p data-path-to-node=\"47\">It is loud, rude, and impossibly cool. It takes the \"power of friendship\" trope and drags it through the mud until it comes out looking tougher and more real. It’s a story about finding treasure in the garbage, and honestly? This manga is a diamond.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Indestructible Gloves)\r\n\r\nStatus: Certified Banger. Read it before the anime hype train leaves the station.\r\n<p data-path-to-node=\"49\">Go check out Chapter 1. The moment you see Rudo’s gloves activate for the first time, you’ll be hooked.</p>\r\n<p data-path-to-node=\"50\"><b data-path-to-node=\"50\" data-index-in-node=\"0\">Have you dived into the Abyss yet? Who has the best drip in the series? (It’s Engine, don’t lie). Let me know in the comments!</b></p>\r\n\r\n</div>', 'One Man’s Trash is Another Man’s Shonen Masterpiece: Why You Need to Read Gachiakuta Right Now', '', 'publish', 'open', 'open', '', 'one-mans-trash-is-another-mans-shonen-masterpiece-why-you-need-to-read-gachiakuta-right-now', '', '', '2026-01-14 01:58:42', '2026-01-14 01:58:42', '', 0, 'https://mangadox.org/?p=22', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(23, 1, '2026-01-14 00:45:56', '2026-01-14 00:45:56', '<div id=\"model-response-message-contentr_a7ff647d85bc628c\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">I’m going to be honest with you: I judge books by their covers. I know, I know, \"don’t do that,\" but when you’re browsing a bookstore shelf packed with hundreds of generic spines, you need something to grab you.</p>\r\n<p data-path-to-node=\"3\">When I saw the cover of <b data-path-to-node=\"3\" data-index-in-node=\"24\">Gachiakuta</b>, I stopped dead in my tracks.</p>\r\n<p data-path-to-node=\"4\">It wasn’t just \"good art.\" It was <i data-path-to-node=\"4\" data-index-in-node=\"34\">aggressive</i>. It was graffiti-stained, chaotic, and dripping with a level of \"street style\" coolness that I haven’t seen since the golden days of <i data-path-to-node=\"4\" data-index-in-node=\"178\">Soul Eater</i>. I picked it up, flipped through the first few pages, and realized I was looking at the spiritual successor to Atsushi Ohkubo’s legacy (which makes sense, considering the author, <b data-path-to-node=\"4\" data-index-in-node=\"368\">Kei Urana</b>, was Ohkubo’s assistant).</p>\r\n<p data-path-to-node=\"5\">I bought Volume 1 immediately. I went home, ignored my responsibilities, and devoured it.</p>\r\n<p data-path-to-node=\"6\">If you are tired of clean, polished, cookie-cutter fantasy worlds, welcome to the dump. <i data-path-to-node=\"6\" data-index-in-node=\"88\">Gachiakuta</i> is messy, it’s angry, and it is easily one of the most stylish manga currently in publication.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> Imagine <i data-path-to-node=\"7\" data-index-in-node=\"20\">Fire Force</i> meets <i data-path-to-node=\"7\" data-index-in-node=\"37\">Mad Max</i>, wrapped in a punk-rock aesthetic. It’s gritty, urban fantasy with a heavy emphasis on \"drip\" (fashion) and raw emotion. It smells like rust, spray paint, and vengeance.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: Welcome to the Pit</h3>\r\n<p data-path-to-node=\"10\">The world of <i data-path-to-node=\"10\" data-index-in-node=\"13\">Gachiakuta</i> is divided into two very distinct realities.</p>\r\n<p data-path-to-node=\"11\">There’s the <b data-path-to-node=\"11\" data-index-in-node=\"12\">Sphere</b>, a floating city where the wealthy and privileged live. It’s clean, it’s bright, and it’s obsessed with perfection. In this society, criminals aren’t sent to jail. They—and anything considered \"trash\"—are thrown into the <b data-path-to-node=\"11\" data-index-in-node=\"240\">Abyss</b> (or the Pit), a massive hole in the ground leading to... well, nobody knows where.</p>\r\n<p data-path-to-node=\"12\">Our protagonist is <b data-path-to-node=\"12\" data-index-in-node=\"19\">Rudo</b>. He’s a street rat living on the fringes of the Sphere. He’s despised by society because his father was a convicted murderer. Despite the hate he gets, Rudo has a weird quirk: he loves digging through trash. He believes that even broken things have value if you treat them with care.</p>\r\n<p data-path-to-node=\"13\">But life comes at him fast. Rudo is framed for a murder he didn\'t commit. Without a trial, he is tossed into the Abyss, screaming his innocence and vowing to kill the people who framed him.</p>\r\n<p data-path-to-node=\"14\">He expects to die. Instead, he lands in a toxic wasteland below the earth, a place literally made of humanity’s discarded garbage. But he’s not alone. He discovers that down here, objects that were loved and cherished by their owners can develop a \"soul\" and become powerful weapons called <b data-path-to-node=\"14\" data-index-in-node=\"290\">Jinkis</b>.</p>\r\n<p data-path-to-node=\"15\">Rudo, with his obsession for preserving trash, discovers he has a very specific, very powerful set of skills. He joins a group of \"Janitors\" (trash hunters) to survive the monsters of the Abyss and find a way back up to the sky to exact his revenge.</p>\r\n\r\n\r\n<hr data-path-to-node=\"16\" />\r\n\r\n<h3 data-path-to-node=\"17\">Why It Hits Different: A Masterclass in \"Grime\"</h3>\r\n<p data-path-to-node=\"18\">I read a lot of shonen where the power of friendship saves the day. <i data-path-to-node=\"18\" data-index-in-node=\"68\">Gachiakuta</i> is different. It runs on the power of <i data-path-to-node=\"18\" data-index-in-node=\"117\">spite</i> and <i data-path-to-node=\"18\" data-index-in-node=\"127\">respect</i>.</p>\r\n\r\n<h4 data-path-to-node=\"19\">1. The Art is Simply Unmatched</h4>\r\n<p data-path-to-node=\"20\">I cannot hype Kei Urana enough. This is her debut serialized work, which is baffling because the quality is veteran-tier.</p>\r\n<p data-path-to-node=\"21\">The art style is thick, heavy, and jagged. It doesn\'t care about being \"pretty\" in the traditional sense; it wants to be impactful. Urana uses heavy blacks and scratchy lines to give everything a texture. You can feel the rust on the metal pipes. You can smell the smog.</p>\r\n<p data-path-to-node=\"22\">But the real standout is the <b data-path-to-node=\"22\" data-index-in-node=\"29\">Character Design</b>. Everyone in this manga looks like they just walked off a runway for a post-apocalyptic fashion show. The oversized jackets, the weird goggles, the custom gloves—the \"drip\" is astronomical. It reminds me of <i data-path-to-node=\"22\" data-index-in-node=\"253\">The World Ends With You</i> or <i data-path-to-node=\"22\" data-index-in-node=\"280\">Jet Set Radio</i>. It’s distinct. You will never mistake a <i data-path-to-node=\"22\" data-index-in-node=\"335\">Gachiakuta</i> character for someone from another series.</p>\r\n<p data-path-to-node=\"23\">The action scenes are frantic but readable. Urana loves distorted perspectives—fish-eye lenses that make punches look massive and kicks look like they’re flying out of the page. It’s visual candy for anyone who likes stylized art.</p>\r\n\r\n<h4 data-path-to-node=\"24\">2. The Power System is Genius</h4>\r\n<p data-path-to-node=\"25\">The magic system, based on <b data-path-to-node=\"25\" data-index-in-node=\"27\">Jinkis</b>, is one of the most thematically tight systems I’ve seen in years.</p>\r\n<p data-path-to-node=\"26\">A Jinki is created when an object is treated with immense care and love over a long period. Because Rudo was a scavenger who cherished \"trash,\" he is uniquely suited for this world.</p>\r\n<p data-path-to-node=\"27\">For example, a character might fight with a pair of scissors they’ve used for 20 years to cut hair. Another might use a lighter that was a gift from a dead friend. The powers aren\'t just random fireballs; they are tied to the <i data-path-to-node=\"27\" data-index-in-node=\"226\">history</i> of the object. It adds an emotional weight to every battle. When a weapon breaks, it feels like a character dying because you know how much that object meant to the wielder.</p>\r\n\r\n<h4 data-path-to-node=\"28\">3. Rudo is a Fury-Driven Protagonist</h4>\r\n<p data-path-to-node=\"29\">Rudo starts off <i data-path-to-node=\"29\" data-index-in-node=\"16\">angry</i>. Like, really angry. He isn’t trying to become the Wizard King or the Pirate King. He wants to tear down the hypocritical society that threw him away.</p>\r\n<p data-path-to-node=\"30\">But what makes him compelling is that beneath that rage is a deep capacity for care. He hates people who waste things. He hates people who treat others like garbage. His growth involves learning to trust the \"Janitors\" (who are all lovable weirdos, by the way) and realizing that revenge might not be the only thing worth living for.</p>\r\n<p data-path-to-node=\"31\">Also, shoutout to <b data-path-to-node=\"31\" data-index-in-node=\"18\">Engine</b>, the mentor figure. He is effortlessly cool, laid-back, and swings a giant umbrella weapon. He anchors the chaotic energy of the team perfectly.</p>\r\n\r\n<h4 data-path-to-node=\"32\">4. It’s About Value</h4>\r\n<p data-path-to-node=\"33\">At its core, <i data-path-to-node=\"33\" data-index-in-node=\"13\">Gachiakuta</i> is asking a simple question: <i data-path-to-node=\"33\" data-index-in-node=\"53\">Who gets to decide what is trash?</i></p>\r\n<p data-path-to-node=\"34\">Is a person \"trash\" because they made a mistake? Is a toy \"trash\" because it’s slightly broken? The series challenges the throwaway culture of modern society. It’s a surprisingly deep environmental and social commentary wrapped up in a package of people hitting each other with magic boots.</p>\r\n\r\n\r\n<hr data-path-to-node=\"35\" />\r\n\r\n<h3 data-path-to-node=\"36\">How &amp; Where to Read (Crucial Info!)</h3>\r\n<p data-path-to-node=\"37\">Okay, this is important because <i data-path-to-node=\"37\" data-index-in-node=\"32\">Gachiakuta</i> is <b data-path-to-node=\"37\" data-index-in-node=\"46\">not</b> a Shueisha/Shonen Jump title. If you look for it on the Manga Plus app, you won’t find it.</p>\r\n<p data-path-to-node=\"38\">It is published by <b data-path-to-node=\"38\" data-index-in-node=\"19\">Kodansha</b>.</p>\r\n<p data-path-to-node=\"39\"><b data-path-to-node=\"39\" data-index-in-node=\"0\">Where to read officially:</b></p>\r\n\r\n<ol start=\"1\" data-path-to-node=\"40\">\r\n 	<li>\r\n<p data-path-to-node=\"40,0,0\"><b data-path-to-node=\"40,0,0\" data-index-in-node=\"0\">K Manga (App/Web):</b> This is Kodansha’s official simulpub service for the US. You can read the latest chapters here as they drop in Japan. It uses a point/ticket system, which can be a bit finicky, but it’s the direct way to support the author.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,1,0\"><b data-path-to-node=\"40,1,0\" data-index-in-node=\"0\">Physical Volumes:</b> Kodansha USA is releasing the English print volumes, and <i data-path-to-node=\"40,1,0\" data-index-in-node=\"75\">oh my god</i>, they are beautiful. The cover art pops with neon colors against the gritty backgrounds. If you are a collector, these spines look incredible on a shelf. You can grab them at Barnes &amp; Noble, Amazon, or your local comic shop.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,2,0\"><b data-path-to-node=\"40,2,0\" data-index-in-node=\"0\">Digital Volumes:</b> You can buy the e-books on Kindle, ComiXology, or BookWalker.</p>\r\n</li>\r\n</ol>\r\nAnime Adaptation Alert:\r\n\r\nAn anime adaptation by studio BONES (the legends behind Fullmetal Alchemist: Brotherhood and My Hero Academia) has been announced for 2025! This is the perfect time to catch up on the manga so you can be the \"source material expert\" when the anime blows up.\r\n\r\n<hr data-path-to-node=\"42\" />\r\n\r\n<h3 data-path-to-node=\"43\">Final Verdict: The Next Big Thing</h3>\r\n<p data-path-to-node=\"44\">Who is <i data-path-to-node=\"44\" data-index-in-node=\"7\">Gachiakuta</i> for?</p>\r\n\r\n<ul data-path-to-node=\"45\">\r\n 	<li>\r\n<p data-path-to-node=\"45,0,0\">If you loved the stylistic flair of <b data-path-to-node=\"45,0,0\" data-index-in-node=\"36\">Soul Eater</b> or <b data-path-to-node=\"45,0,0\" data-index-in-node=\"50\">Fire Force</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,1,0\">If you enjoy the \"underdog against society\" vibe of <b data-path-to-node=\"45,1,0\" data-index-in-node=\"52\">Attack on Titan</b> (but with more graffiti)...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,2,0\">If you just want to see some of the coolest character designs in modern manga...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"46\"><b data-path-to-node=\"46\" data-index-in-node=\"0\">This is a non-negotiable read.</b></p>\r\n<p data-path-to-node=\"47\">It is loud, rude, and impossibly cool. It takes the \"power of friendship\" trope and drags it through the mud until it comes out looking tougher and more real. It’s a story about finding treasure in the garbage, and honestly? This manga is a diamond.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Indestructible Gloves)\r\n\r\nStatus: Certified Banger. Read it before the anime hype train leaves the station.\r\n<p data-path-to-node=\"49\">Go check out Chapter 1. The moment you see Rudo’s gloves activate for the first time, you’ll be hooked.</p>\r\n<p data-path-to-node=\"50\"><b data-path-to-node=\"50\" data-index-in-node=\"0\">Have you dived into the Abyss yet? Who has the best drip in the series? (It’s Engine, don’t lie). Let me know in the comments!</b></p>\r\n\r\n</div>', 'One Man’s Trash is Another Man’s Shonen Masterpiece: Why You Need to Read Gachiakuta Right Now', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2026-01-14 00:45:56', '2026-01-14 00:45:56', '', 22, 'https://mangadox.org/?p=23', 0, 'revision', '', 0),
(24, 1, '2025-10-21 00:47:51', '2025-10-21 00:47:51', '<div id=\"model-response-message-contentr_fa77f397b80c2b93\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">I need everyone to take a deep breath. Do you realize what is happening right now?</p>\r\n<p data-path-to-node=\"3\">If you have been reading <b data-path-to-node=\"3\" data-index-in-node=\"25\">One Piece</b> for as long as I have, you know the word \"Elbaf\" isn\'t just a location. It’s a promise. It’s a mythical destination that Eiichiro Oda planted in our heads all the way back in the Little Garden Arc. That was the year 2000. I was a child. I had dial-up internet and a Game Boy Color.</p>\r\n<p data-path-to-node=\"4\">For over two decades, we have whispered about the Land of Giants. We’ve theorized about Usopp’s destiny. We’ve waited through deserts (Alabasta), clouds (Skypiea), underwater islands (Fishman Island), and samurai wars (Wano).</p>\r\n<p data-path-to-node=\"5\">Now, finally, the Thousand Sunny has docked. We are here.</p>\r\n<p data-path-to-node=\"6\">The <b data-path-to-node=\"6\" data-index-in-node=\"4\">Elbaf Arc</b> has officially begun, and I am struggling to type this because my hands are shaking with pure excitement. If you fell off the <i data-path-to-node=\"6\" data-index-in-node=\"140\">One Piece</i> wagon during the chaos of Wano or the lore-dump of Egghead, you need to wake up. This isn\'t just another island adventure. This is the beginning of the end, and it is glorious.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> High Fantasy meets Norse Mythology on a scale that makes <i data-path-to-node=\"7\" data-index-in-node=\"69\">Attack on Titan</i> look small. It’s majestic, it’s nostalgic, and for the first time in years, it feels like a pure, unadulterated <i data-path-to-node=\"7\" data-index-in-node=\"197\">adventure</i> before the final war kicks down the door.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: Into the Land of War and Fables</h3>\r\n<p data-path-to-node=\"10\">Let’s set the stage without spoiling the crazy cliffhangers of the Egghead Incident (though if you aren\'t caught up there, go read that first!).</p>\r\n<p data-path-to-node=\"11\">The world is in chaos. Following the massive revelations from Dr. Vegapunk and the utter destruction left in the wake of the World Government\'s assault, the Straw Hat Pirates—now officially recognized as one of the most dangerous crews on the seas—are on the run.</p>\r\n<p data-path-to-node=\"12\">But they aren\'t running just anywhere. They are being escorted by old friends: the legendary giant captains, <b data-path-to-node=\"12\" data-index-in-node=\"109\">Dorry and Brogy</b>.</p>\r\n<p data-path-to-node=\"13\">They are heading to <b data-path-to-node=\"13\" data-index-in-node=\"20\">Elbaf</b>, the Warland. This is the country of the world\'s strongest army, a land of massive trees (Yggdrasil vibes, anyone?) and even bigger warriors.</p>\r\n<p data-path-to-node=\"14\">The stakes? The world is literally sinking. The final race for the <b data-path-to-node=\"14\" data-index-in-node=\"67\">One Piece</b> has begun in earnest. But before Luffy can become King, the crew has to survive a land where everything—from the cats to the castles—is colossal.</p>\r\nFor Luffy, this is a playground.\r\n\r\nFor Robin, this is a treasure trove of lost history (Ohara’s books!).\r\n\r\nBut for Usopp? This is the moment of truth. This is the place where he has to decide if he has finally become a \"Brave Warrior of the Sea.\"\r\n\r\n<hr data-path-to-node=\"16\" />\r\n\r\n<h3 data-path-to-node=\"17\">Why It Hits Different: A Review 25 Years in the Making</h3>\r\n<p data-path-to-node=\"18\">I have criticized Oda in the past for pacing issues (looking at you, Dressrosa). But the Elbaf Arc feels different. There is a sense of \"arrival\" here that we haven\'t felt since the crew reached the Grand Line.</p>\r\n\r\n<h4 data-path-to-node=\"19\">1. The Art: Oda is Flexing His Imagination</h4>\r\n<p data-path-to-node=\"20\">Eiichiro Oda is having the time of his life, and you can tell.</p>\r\n<p data-path-to-node=\"21\">After the sci-fi, sterile aesthetic of Egghead (which was cool, don\'t get me wrong), Elbaf is a return to gritty, textured fantasy. The scale here is impossible. Oda is drawing these massive, sprawling landscapes dominated by gigantic trees and Viking-inspired architecture.</p>\r\n<p data-path-to-node=\"22\">There is a specific panel early in the arc where the ship enters the vicinity of Elbaf, and the sheer size of the environment makes the Thousand Sunny look like a speck of dust. The line work is dense—Oda refuses to use white space these days—but it feels rich. It feels lived-in.</p>\r\n<p data-path-to-node=\"23\">The designs of the Giants are fantastic. We aren\'t just seeing generic Vikings; we are seeing a culture. The armor details, the weapons, the feasts—it’s a visual banquet. And the \"LEGO\" block aesthetic that appeared in the early chapters of the arc? Pure genius. It adds a touch of whimsy to a land known for war.</p>\r\n\r\n<h4 data-path-to-node=\"24\">2. The Narrative Payoff for Usopp (Finally!)</h4>\r\n<p data-path-to-node=\"25\">Look, I love Usopp. But he has had a rough go of it lately. He was largely sidelined in Wano.</p>\r\n<p data-path-to-node=\"26\">Elbaf is his stage. The moment he steps onto the island, the writing shifts. We aren\'t seeing the coward who screams at the sight of danger; we are seeing a man stepping into his own legend.</p>\r\n<p data-path-to-node=\"27\">There is a palpable emotion in his interactions with the Giants. They respect him. They call him \"God Usopp\" (thanks to Dressrosa), but Usopp knows he has to earn that title for real this time. The imposter syndrome is clashing with his reality. Watching him fanboy over the Giants, while realizing he is now standing among them as an equal (in status, if not height), is some of the best character work Oda has done in years. This is the \"slow burn\" development we waited decades for.</p>\r\n\r\n<h4 data-path-to-node=\"28\">3. The Lore Drops are Nuclear</h4>\r\n<p data-path-to-node=\"29\">We thought Egghead was heavy on lore? Elbaf is where the <i data-path-to-node=\"29\" data-index-in-node=\"57\">mythology</i> connects.</p>\r\n<p data-path-to-node=\"30\">The connection between the Giants and the <b data-path-to-node=\"30\" data-index-in-node=\"42\">Sun God Nika</b> is finally being explored. Seeing how the Giants react to Luffy’s Gear 5 is pure catharsis. It’s not just \"cool power up\"; it’s religious significance to them.</p>\r\n<p data-path-to-node=\"31\">Plus, we are finally getting clarity on <b data-path-to-node=\"31\" data-index-in-node=\"40\">Shanks</b>. The Red-Haired Pirates have used Elbaf as their territory. The tension of a potential reunion between Luffy and Shanks hangs over every chapter like a storm cloud. Is it going to be a happy hug? Or a clash of Haki that splits the sky? Every page turn feels like we are inching closer to that answer.</p>\r\n\r\n<h4 data-path-to-node=\"32\">4. The Tone: A mix of Whimsy and Dread</h4>\r\n<p data-path-to-node=\"33\">What I love about this arc is the contrast. On the surface, it’s a party. It’s giants eating meat and laughing. It’s Luffy bouncing around a castle made of oversized blocks.</p>\r\n<p data-path-to-node=\"34\">But underneath? You can feel the final war looming. The World Government isn\'t stopping. Blackbeard is moving. The \"Burn Scar\" man is out there. Elbaf feels like the last safe harbor before the Straw Hats sail into the abyss of the endgame. It makes every laugh feel more precious and every feast feel like \"The Last Supper.\"</p>\r\n\r\n\r\n<hr data-path-to-node=\"35\" />\r\n\r\n<h3 data-path-to-node=\"36\">How &amp; Where to Read (Do Not Read Leaks!)</h3>\r\n<p data-path-to-node=\"37\">Listen to me. I know the spoilers for <i data-path-to-node=\"37\" data-index-in-node=\"38\">One Piece</i> trend on Twitter/X on Tuesdays. I know it’s tempting to look at blurry raw scans. <b data-path-to-node=\"37\" data-index-in-node=\"130\">Don\'t do it.</b></p>\r\n<p data-path-to-node=\"38\">Elbaf is too important. You do not want to experience the biggest reveal of the last 10 years through a badly translated text summary. You need to see Oda’s art the way it was intended.</p>\r\n<p data-path-to-node=\"39\"><b data-path-to-node=\"39\" data-index-in-node=\"0\">The Official Ways:</b></p>\r\n\r\n<ul data-path-to-node=\"40\">\r\n 	<li>\r\n<p data-path-to-node=\"40,0,0\"><b data-path-to-node=\"40,0,0\" data-index-in-node=\"0\">Manga Plus (Shueisha):</b> This is the holy grail. It is <b data-path-to-node=\"40,0,0\" data-index-in-node=\"53\">free</b>. You can read the latest three chapters (which is usually the current month\'s worth of content) for free, legally, in high quality. It supports Oda directly.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,1,0\"><b data-path-to-node=\"40,1,0\" data-index-in-node=\"0\">The Shonen Jump App / Viz Media:</b> If you want to re-read the Little Garden arc to catch the foreshadowing (which I highly recommend), pay the $2.99/month. It’s cheaper than a sandwich. The digital reader on a tablet is the best way to see the double-page spreads of the Giants.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,2,0\"><b data-path-to-node=\"40,2,0\" data-index-in-node=\"0\">Physical Volumes:</b> We aren\'t quite there yet in the printed English volumes for the Elbaf arc (publishing takes time), but catch up on the <i data-path-to-node=\"40,2,0\" data-index-in-node=\"138\">Egghead</i> volumes now so your shelf is ready.</p>\r\n</li>\r\n</ul>\r\nFormat Note:\r\n\r\nRight-to-Left. Always. Top right to bottom left.\r\n\r\n<hr data-path-to-node=\"42\" />\r\n\r\n<h3 data-path-to-node=\"43\">Final Verdict: We Are Watching History</h3>\r\n<p data-path-to-node=\"44\">Who is this for?</p>\r\n\r\n<ul data-path-to-node=\"45\">\r\n 	<li>\r\n<p data-path-to-node=\"45,0,0\">If you dropped <i data-path-to-node=\"45,0,0\" data-index-in-node=\"15\">One Piece</i> because \"it\'s too long\"—come back. We are at the climax.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,1,0\">If you love world-building that spans decades...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,2,0\">If you just want to see Luffy interact with Vikings...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"46\">This arc is the reward for our loyalty. It is a love letter to the fans who stuck around through the breaks and the filler. It proves that Eiichiro Oda is not just making this up as he goes along; he has had this destination on the map since the 20th century.</p>\r\n<p data-path-to-node=\"47\">It’s funny, it’s grand, and it feels significant. Every chapter of Elbaf feels like an event.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Giant Helmets)\r\n\r\nStatus: Peak Fiction. The King of Shonen is back on his throne.\r\n<p data-path-to-node=\"49\">If you aren\'t reading weekly, what are you doing with your life? Get on the ship. We’re going to Elbaf!</p>\r\n<p data-path-to-node=\"50\"><b data-path-to-node=\"50\" data-index-in-node=\"0\">Are you caught up? What’s your theory on Loki? Let me know in the comments—but keep the spoilers tagged for the newbies!</b></p>\r\n\r\n</div>', 'The 25-Year Wait is Over: Why The One Piece Elbaf Arc Is Everything We Dreamed Of (And More)', '', 'publish', 'open', 'open', '', 'the-25-year-wait-is-over-why-the-one-piece-elbaf-arc-is-everything-we-dreamed-of-and-more', '', '', '2026-01-14 01:58:22', '2026-01-14 01:58:22', '', 0, 'https://mangadox.org/?p=24', 0, 'post', '', 0),
(25, 1, '2026-01-14 00:47:51', '2026-01-14 00:47:51', '<div id=\"model-response-message-contentr_fa77f397b80c2b93\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">I need everyone to take a deep breath. Do you realize what is happening right now?</p>\r\n<p data-path-to-node=\"3\">If you have been reading <b data-path-to-node=\"3\" data-index-in-node=\"25\">One Piece</b> for as long as I have, you know the word \"Elbaf\" isn\'t just a location. It’s a promise. It’s a mythical destination that Eiichiro Oda planted in our heads all the way back in the Little Garden Arc. That was the year 2000. I was a child. I had dial-up internet and a Game Boy Color.</p>\r\n<p data-path-to-node=\"4\">For over two decades, we have whispered about the Land of Giants. We’ve theorized about Usopp’s destiny. We’ve waited through deserts (Alabasta), clouds (Skypiea), underwater islands (Fishman Island), and samurai wars (Wano).</p>\r\n<p data-path-to-node=\"5\">Now, finally, the Thousand Sunny has docked. We are here.</p>\r\n<p data-path-to-node=\"6\">The <b data-path-to-node=\"6\" data-index-in-node=\"4\">Elbaf Arc</b> has officially begun, and I am struggling to type this because my hands are shaking with pure excitement. If you fell off the <i data-path-to-node=\"6\" data-index-in-node=\"140\">One Piece</i> wagon during the chaos of Wano or the lore-dump of Egghead, you need to wake up. This isn\'t just another island adventure. This is the beginning of the end, and it is glorious.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> High Fantasy meets Norse Mythology on a scale that makes <i data-path-to-node=\"7\" data-index-in-node=\"69\">Attack on Titan</i> look small. It’s majestic, it’s nostalgic, and for the first time in years, it feels like a pure, unadulterated <i data-path-to-node=\"7\" data-index-in-node=\"197\">adventure</i> before the final war kicks down the door.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: Into the Land of War and Fables</h3>\r\n<p data-path-to-node=\"10\">Let’s set the stage without spoiling the crazy cliffhangers of the Egghead Incident (though if you aren\'t caught up there, go read that first!).</p>\r\n<p data-path-to-node=\"11\">The world is in chaos. Following the massive revelations from Dr. Vegapunk and the utter destruction left in the wake of the World Government\'s assault, the Straw Hat Pirates—now officially recognized as one of the most dangerous crews on the seas—are on the run.</p>\r\n<p data-path-to-node=\"12\">But they aren\'t running just anywhere. They are being escorted by old friends: the legendary giant captains, <b data-path-to-node=\"12\" data-index-in-node=\"109\">Dorry and Brogy</b>.</p>\r\n<p data-path-to-node=\"13\">They are heading to <b data-path-to-node=\"13\" data-index-in-node=\"20\">Elbaf</b>, the Warland. This is the country of the world\'s strongest army, a land of massive trees (Yggdrasil vibes, anyone?) and even bigger warriors.</p>\r\n<p data-path-to-node=\"14\">The stakes? The world is literally sinking. The final race for the <b data-path-to-node=\"14\" data-index-in-node=\"67\">One Piece</b> has begun in earnest. But before Luffy can become King, the crew has to survive a land where everything—from the cats to the castles—is colossal.</p>\r\nFor Luffy, this is a playground.\r\n\r\nFor Robin, this is a treasure trove of lost history (Ohara’s books!).\r\n\r\nBut for Usopp? This is the moment of truth. This is the place where he has to decide if he has finally become a \"Brave Warrior of the Sea.\"\r\n\r\n<hr data-path-to-node=\"16\" />\r\n\r\n<h3 data-path-to-node=\"17\">Why It Hits Different: A Review 25 Years in the Making</h3>\r\n<p data-path-to-node=\"18\">I have criticized Oda in the past for pacing issues (looking at you, Dressrosa). But the Elbaf Arc feels different. There is a sense of \"arrival\" here that we haven\'t felt since the crew reached the Grand Line.</p>\r\n\r\n<h4 data-path-to-node=\"19\">1. The Art: Oda is Flexing His Imagination</h4>\r\n<p data-path-to-node=\"20\">Eiichiro Oda is having the time of his life, and you can tell.</p>\r\n<p data-path-to-node=\"21\">After the sci-fi, sterile aesthetic of Egghead (which was cool, don\'t get me wrong), Elbaf is a return to gritty, textured fantasy. The scale here is impossible. Oda is drawing these massive, sprawling landscapes dominated by gigantic trees and Viking-inspired architecture.</p>\r\n<p data-path-to-node=\"22\">There is a specific panel early in the arc where the ship enters the vicinity of Elbaf, and the sheer size of the environment makes the Thousand Sunny look like a speck of dust. The line work is dense—Oda refuses to use white space these days—but it feels rich. It feels lived-in.</p>\r\n<p data-path-to-node=\"23\">The designs of the Giants are fantastic. We aren\'t just seeing generic Vikings; we are seeing a culture. The armor details, the weapons, the feasts—it’s a visual banquet. And the \"LEGO\" block aesthetic that appeared in the early chapters of the arc? Pure genius. It adds a touch of whimsy to a land known for war.</p>\r\n\r\n<h4 data-path-to-node=\"24\">2. The Narrative Payoff for Usopp (Finally!)</h4>\r\n<p data-path-to-node=\"25\">Look, I love Usopp. But he has had a rough go of it lately. He was largely sidelined in Wano.</p>\r\n<p data-path-to-node=\"26\">Elbaf is his stage. The moment he steps onto the island, the writing shifts. We aren\'t seeing the coward who screams at the sight of danger; we are seeing a man stepping into his own legend.</p>\r\n<p data-path-to-node=\"27\">There is a palpable emotion in his interactions with the Giants. They respect him. They call him \"God Usopp\" (thanks to Dressrosa), but Usopp knows he has to earn that title for real this time. The imposter syndrome is clashing with his reality. Watching him fanboy over the Giants, while realizing he is now standing among them as an equal (in status, if not height), is some of the best character work Oda has done in years. This is the \"slow burn\" development we waited decades for.</p>\r\n\r\n<h4 data-path-to-node=\"28\">3. The Lore Drops are Nuclear</h4>\r\n<p data-path-to-node=\"29\">We thought Egghead was heavy on lore? Elbaf is where the <i data-path-to-node=\"29\" data-index-in-node=\"57\">mythology</i> connects.</p>\r\n<p data-path-to-node=\"30\">The connection between the Giants and the <b data-path-to-node=\"30\" data-index-in-node=\"42\">Sun God Nika</b> is finally being explored. Seeing how the Giants react to Luffy’s Gear 5 is pure catharsis. It’s not just \"cool power up\"; it’s religious significance to them.</p>\r\n<p data-path-to-node=\"31\">Plus, we are finally getting clarity on <b data-path-to-node=\"31\" data-index-in-node=\"40\">Shanks</b>. The Red-Haired Pirates have used Elbaf as their territory. The tension of a potential reunion between Luffy and Shanks hangs over every chapter like a storm cloud. Is it going to be a happy hug? Or a clash of Haki that splits the sky? Every page turn feels like we are inching closer to that answer.</p>\r\n\r\n<h4 data-path-to-node=\"32\">4. The Tone: A mix of Whimsy and Dread</h4>\r\n<p data-path-to-node=\"33\">What I love about this arc is the contrast. On the surface, it’s a party. It’s giants eating meat and laughing. It’s Luffy bouncing around a castle made of oversized blocks.</p>\r\n<p data-path-to-node=\"34\">But underneath? You can feel the final war looming. The World Government isn\'t stopping. Blackbeard is moving. The \"Burn Scar\" man is out there. Elbaf feels like the last safe harbor before the Straw Hats sail into the abyss of the endgame. It makes every laugh feel more precious and every feast feel like \"The Last Supper.\"</p>\r\n\r\n\r\n<hr data-path-to-node=\"35\" />\r\n\r\n<h3 data-path-to-node=\"36\">How &amp; Where to Read (Do Not Read Leaks!)</h3>\r\n<p data-path-to-node=\"37\">Listen to me. I know the spoilers for <i data-path-to-node=\"37\" data-index-in-node=\"38\">One Piece</i> trend on Twitter/X on Tuesdays. I know it’s tempting to look at blurry raw scans. <b data-path-to-node=\"37\" data-index-in-node=\"130\">Don\'t do it.</b></p>\r\n<p data-path-to-node=\"38\">Elbaf is too important. You do not want to experience the biggest reveal of the last 10 years through a badly translated text summary. You need to see Oda’s art the way it was intended.</p>\r\n<p data-path-to-node=\"39\"><b data-path-to-node=\"39\" data-index-in-node=\"0\">The Official Ways:</b></p>\r\n\r\n<ul data-path-to-node=\"40\">\r\n 	<li>\r\n<p data-path-to-node=\"40,0,0\"><b data-path-to-node=\"40,0,0\" data-index-in-node=\"0\">Manga Plus (Shueisha):</b> This is the holy grail. It is <b data-path-to-node=\"40,0,0\" data-index-in-node=\"53\">free</b>. You can read the latest three chapters (which is usually the current month\'s worth of content) for free, legally, in high quality. It supports Oda directly.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,1,0\"><b data-path-to-node=\"40,1,0\" data-index-in-node=\"0\">The Shonen Jump App / Viz Media:</b> If you want to re-read the Little Garden arc to catch the foreshadowing (which I highly recommend), pay the $2.99/month. It’s cheaper than a sandwich. The digital reader on a tablet is the best way to see the double-page spreads of the Giants.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,2,0\"><b data-path-to-node=\"40,2,0\" data-index-in-node=\"0\">Physical Volumes:</b> We aren\'t quite there yet in the printed English volumes for the Elbaf arc (publishing takes time), but catch up on the <i data-path-to-node=\"40,2,0\" data-index-in-node=\"138\">Egghead</i> volumes now so your shelf is ready.</p>\r\n</li>\r\n</ul>\r\nFormat Note:\r\n\r\nRight-to-Left. Always. Top right to bottom left.\r\n\r\n<hr data-path-to-node=\"42\" />\r\n\r\n<h3 data-path-to-node=\"43\">Final Verdict: We Are Watching History</h3>\r\n<p data-path-to-node=\"44\">Who is this for?</p>\r\n\r\n<ul data-path-to-node=\"45\">\r\n 	<li>\r\n<p data-path-to-node=\"45,0,0\">If you dropped <i data-path-to-node=\"45,0,0\" data-index-in-node=\"15\">One Piece</i> because \"it\'s too long\"—come back. We are at the climax.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,1,0\">If you love world-building that spans decades...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,2,0\">If you just want to see Luffy interact with Vikings...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"46\">This arc is the reward for our loyalty. It is a love letter to the fans who stuck around through the breaks and the filler. It proves that Eiichiro Oda is not just making this up as he goes along; he has had this destination on the map since the 20th century.</p>\r\n<p data-path-to-node=\"47\">It’s funny, it’s grand, and it feels significant. Every chapter of Elbaf feels like an event.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Giant Helmets)\r\n\r\nStatus: Peak Fiction. The King of Shonen is back on his throne.\r\n<p data-path-to-node=\"49\">If you aren\'t reading weekly, what are you doing with your life? Get on the ship. We’re going to Elbaf!</p>\r\n<p data-path-to-node=\"50\"><b data-path-to-node=\"50\" data-index-in-node=\"0\">Are you caught up? What’s your theory on Loki? Let me know in the comments—but keep the spoilers tagged for the newbies!</b></p>\r\n\r\n</div>', 'The 25-Year Wait is Over: Why The One Piece Elbaf Arc Is Everything We Dreamed Of (And More)', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2026-01-14 00:47:51', '2026-01-14 00:47:51', '', 24, 'https://mangadox.org/?p=25', 0, 'revision', '', 0),
(26, 1, '2025-11-14 00:49:45', '2025-11-14 00:49:45', '<div id=\"model-response-message-contentr_265d0f0c998929be\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">Okay, put down whatever generic isekai you are reading. We need to talk about <b data-path-to-node=\"2\" data-index-in-node=\"78\">Oshi no Ko</b>.</p>\r\n<p data-path-to-node=\"3\">If you haven’t started this yet, you have probably seen the memes. You’ve seen the fan art of the girl with the purple hair and the stars in her eyes. You’ve seen people screaming about \"Chapter 1\" or \"Episode 1\" on Twitter with no context other than crying emojis.</p>\r\nI picked this up a few years ago for one reason: The Author Combo.\r\n\r\nWriter: Aka Akasaka (the genius behind Kaguya-sama: Love is War).\r\n\r\nArtist: Mengo Yokoyari (the creator of Scum’s Wish).\r\n<p data-path-to-node=\"5\">When I saw those two names together, I knew I was in for a bad time. Akasaka writes 4D chess psychological battles, and Yokoyari draws beautiful people hurting each other. It was a match made in heaven (or hell). I expected a dark romance.</p>\r\n<p data-path-to-node=\"6\">What I got was a searing, cynical, and heartbreaking exposure of the Japanese entertainment industry disguised as a murder mystery.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> This is <b data-path-to-node=\"7\" data-index-in-node=\"20\">not</b> a happy idol manga. It looks like glitter, but it tastes like poison. Imagine <i data-path-to-node=\"7\" data-index-in-node=\"102\">Perfect Blue</i> meets <i data-path-to-node=\"7\" data-index-in-node=\"121\">The Social Network</i>, but everyone is a teenager with trauma. It is a psychological thriller wrapped in a frilly pop-star costume.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: The Lie is the Truth</h3>\r\n<p data-path-to-node=\"10\">I have to tread carefully here because <i data-path-to-node=\"10\" data-index-in-node=\"39\">Oshi no Ko</i> has one of the wildest first volumes in manga history. The spoilers start early, so I will only give you the bare minimum setup.</p>\r\n<p data-path-to-node=\"11\">Our story revolves around <b data-path-to-node=\"11\" data-index-in-node=\"26\">Ai Hoshino</b>, the absolute center (the \"Oshi\") of the idol group B-Komachi. She is perfection. She is 16, beautiful, talented, and seemingly untouched by the grime of the world.</p>\r\n<p data-path-to-node=\"12\">But in this world, \"Idols\" are professional liars. Their job is to sell the fantasy of love to fans who don\'t know any better.</p>\r\n<p data-path-to-node=\"13\">Enter <b data-path-to-node=\"13\" data-index-in-node=\"6\">Gorou Amemiya</b>, a countryside gynecologist and a massive fan of Ai. His life takes a weird turn when Ai Hoshino herself walks into his clinic. She’s pregnant. And she wants to keep the babies a secret so she can continue being an idol.</p>\r\n<p data-path-to-node=\"14\">Gorou promises to deliver her children safely. But on the night of the delivery, tragedy strikes. Gorou dies... and wakes up <i data-path-to-node=\"14\" data-index-in-node=\"125\">as one of Ai’s newborn babies</i>.</p>\r\n<p data-path-to-node=\"15\">Yes, it sounds like a weird reincarnation fantasy. Stick with me. The \"reincarnation\" is just the vehicle to get us to the real plot.</p>\r\n<p data-path-to-node=\"16\">The story isn\'t about the baby antics. It’s about what happens a few years later. A shocking event shatters their family, revealing a dark conspiracy within the entertainment industry. The male lead (Gorou, now named <b data-path-to-node=\"16\" data-index-in-node=\"217\">Aqua</b>) realizes that his new life isn\'t a second chance; it\'s a mission. He has to infiltrate the showbiz world—as an actor, a model, whatever it takes—to hunt down the person responsible for destroying his happiness.</p>\r\n<p data-path-to-node=\"17\">It is <b data-path-to-node=\"17\" data-index-in-node=\"6\">Hamlet</b> with glow sticks.</p>\r\n\r\n\r\n<hr data-path-to-node=\"18\" />\r\n\r\n<h3 data-path-to-node=\"19\">Why It Hits Different: A Masterpiece of Deception</h3>\r\n<p data-path-to-node=\"20\">I read a lot of drama manga. Usually, they lean too hard into melodrama. <i data-path-to-node=\"20\" data-index-in-node=\"73\">Oshi no Ko</i> feels terrifyingly real because it is educational.</p>\r\n\r\n<h4 data-path-to-node=\"21\">1. The Art: Candy-Coated Razor Blades</h4>\r\n<p data-path-to-node=\"22\">Mengo Yokoyari is a dangerous artist. Her style is soft, glossy, and incredibly cute. The characters have this distinct \"shoujo\" Manga look—big eyes, fashionable clothes, blushing cheeks.</p>\r\nBut she uses that cuteness as a weapon.\r\n\r\nThe most iconic visual trait in the series is the Star Eyes. When characters are lying, performing, or tapping into their \"star power,\" their eyes literally glow with six-pointed stars. It’s mesmerizing.\r\n<p data-path-to-node=\"24\">But Mengo is also a master of the \"dead eyes\" look. When the mask slips—when an actor realizes they are being used, or when a character has a panic attack—the art shifts. The shadows get heavy. The panels feel claustrophobic. There is a specific double-page spread in the early chapters (you’ll know it when you see it) that is framed like a horror movie. It gave me legitimate chills.</p>\r\n\r\n<h4 data-path-to-node=\"25\">2. It Exposes the \"Real\" Entertainment Industry</h4>\r\n<p data-path-to-node=\"26\">This isn\'t a story about how \"fun\" it is to be famous. It is a brutal takedown of the machinery behind the fame.</p>\r\n<p data-path-to-node=\"27\">Akasaka uses this manga to air out his grievances with the industry. We get entire arcs dedicated to:</p>\r\n\r\n<ul data-path-to-node=\"28\">\r\n 	<li>\r\n<p data-path-to-node=\"28,0,0\"><b data-path-to-node=\"28,0,0\" data-index-in-node=\"0\">Reality Dating Shows:</b> How editors manipulate footage to create villains out of teenagers, leading to massive cyberbullying campaigns. (This arc, involving a character named Akane, is widely considered one of the best and most painful arcs in modern manga).</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"28,1,0\"><b data-path-to-node=\"28,1,0\" data-index-in-node=\"0\">Manga Adaptations:</b> The struggle between original authors and screenwriters who butcher the source material. (Ironically meta).</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"28,2,0\"><b data-path-to-node=\"28,2,0\" data-index-in-node=\"0\">The Idol Economy:</b> How little these girls get paid and how disposable they are.</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"29\">It makes you look at your favorite YouTubers and actors differently. You realize that everything you see on a screen is a \"product,\" and there is a human being bleeding behind it.</p>\r\n\r\n<h4 data-path-to-node=\"30\">3. The Characters: Broken People Acting Well</h4>\r\n<p data-path-to-node=\"31\">The cast is S-Tier.</p>\r\n\r\n<ul data-path-to-node=\"32\">\r\n 	<li>\r\n<p data-path-to-node=\"32,0,0\"><b data-path-to-node=\"32,0,0\" data-index-in-node=\"0\">Aqua Hoshino:</b> He is the ultimate anti-hero. He is manipulative, cold, and willing to use anyone to get his revenge. But he’s also a doctor at heart; he can’t help but save people. Watching him war with his own nature is fascinating.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"32,1,0\"><b data-path-to-node=\"32,1,0\" data-index-in-node=\"0\">Kana Arima:</b> (My personal MVP). The \"failed child actor\" who peaked at age 5 and is now struggling to find work. She is foul-mouthed, insecure, and desperate for validation. She is the most relatable character in the series. Her dynamic with Aqua is the emotional anchor of the story.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"32,2,0\"><b data-path-to-node=\"32,2,0\" data-index-in-node=\"0\">Akane Kurokawa:</b> The method actor genius. She starts quiet but becomes a terrifying force of nature. I won\'t say more, but her ability to \"profile\" characters is Sherlock Holmes-level stuff.</p>\r\n</li>\r\n</ul>\r\n<h4 data-path-to-node=\"33\">4. The \"Acting\" Scenes</h4>\r\nSince this is a manga, we can\'t \"see\" them acting. But the writing is so good you feel it.\r\n\r\nThere is an arc where the cast is performing a stage play (Tokyo Blade). The manga spends chapters breaking down how they act. Emotional acting vs. Method acting. Adjusting your performance to match the lighting on stage. \"Improv\" battles.\r\n<p data-path-to-node=\"35\">It’s like reading a sports manga, but the sport is <i data-path-to-node=\"35\" data-index-in-node=\"51\">emotional manipulation</i>. The tension during these acting battles is higher than in most shonen fights.</p>\r\n\r\n\r\n<hr data-path-to-node=\"36\" />\r\n\r\n<h3 data-path-to-node=\"37\">How &amp; Where to Read (Support the Artists!)</h3>\r\n<p data-path-to-node=\"38\">This series is currently exploding because of the anime, but the manga is <i data-path-to-node=\"38\" data-index-in-node=\"74\">way</i> ahead and dives deeper into the internal monologues.</p>\r\n<p data-path-to-node=\"39\"><b data-path-to-node=\"39\" data-index-in-node=\"0\">Where to Read:</b></p>\r\n\r\n<ul data-path-to-node=\"40\">\r\n 	<li>\r\n<p data-path-to-node=\"40,0,0\"><b data-path-to-node=\"40,0,0\" data-index-in-node=\"0\">Manga Plus (Shueisha):</b> This is the best place. It is <b data-path-to-node=\"40,0,0\" data-index-in-node=\"53\">free</b>. You can read the first three chapters and the latest three chapters. If you download the mobile app, they often have a \"First Read Free\" campaign where you can binge the whole thing once.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,1,0\"><b data-path-to-node=\"40,1,0\" data-index-in-node=\"0\">Shonen Jump App / Viz Media:</b> For $2.99/month, you get the entire vault. The translation is official and high quality.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,2,0\"><b data-path-to-node=\"40,2,0\" data-index-in-node=\"0\">Physical Volumes:</b> <b data-path-to-node=\"40,2,0\" data-index-in-node=\"18\">Yen Press</b> is publishing the English graphic novels. They are bright, colorful, and look amazing on a shelf. The covers usually feature one character in high-fashion attire.</p>\r\n</li>\r\n</ul>\r\nFormat Note:\r\n\r\nStandard Right-to-Left reading.\r\n\r\n<hr data-path-to-node=\"42\" />\r\n\r\n<h3 data-path-to-node=\"43\">Final Verdict: The S-Tier Thriller</h3>\r\n<p data-path-to-node=\"44\">Who is <i data-path-to-node=\"44\" data-index-in-node=\"7\">Oshi no Ko</i> for?</p>\r\n\r\n<ul data-path-to-node=\"45\">\r\n 	<li>\r\n<p data-path-to-node=\"45,0,0\">If you liked the industry commentary of <b data-path-to-node=\"45,0,0\" data-index-in-node=\"40\">Bakuman</b> but wanted it to be darker...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,1,0\">If you liked the psychological mind games of <b data-path-to-node=\"45,1,0\" data-index-in-node=\"45\">Kaguya-sama: Love is War</b> or <b data-path-to-node=\"45,1,0\" data-index-in-node=\"73\">Death Note</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,2,0\">If you just want a mystery that will keep you guessing until the literal last page...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"46\"><b data-path-to-node=\"46\" data-index-in-node=\"0\">This is for you.</b></p>\r\n<p data-path-to-node=\"47\">It’s a story about lies. It tells us that lies are a form of love. But it also shows us the cost of living a lie. It will make you laugh at the silly idol antics, and then five pages later, it will leave you staring at the ceiling questioning the morality of the internet.</p>\r\n<p data-path-to-node=\"48\">It is smart, it is gorgeous, and it is undoubtedly one of the most important manga of the decade.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Glowing Star Eyes)\r\n\r\nStatus: Absolute Peak Fiction. Prepare to be hurt.\r\n<p data-path-to-node=\"50\">Go read Chapter 1. It is technically a prologue that is about 40 pages long (or 90 minutes in the anime). It stands alone as a perfect short story. Once you finish that prologue, you won\'t be able to stop.</p>\r\n<p data-path-to-node=\"51\"><b data-path-to-node=\"51\" data-index-in-node=\"0\">Are you Team Kana or Team Akane? (Choose carefully, this is a war zone). Let me know in the comments!</b></p>\r\n\r\n</div>', 'Idols, Lies, and Murder: Why Oshi no Ko Is the Darkest Story You’ll Ever Love', '', 'publish', 'open', 'open', '', 'idols-lies-and-murder-why-oshi-no-ko-is-the-darkest-story-youll-ever-love', '', '', '2026-01-14 01:57:35', '2026-01-14 01:57:35', '', 0, 'https://mangadox.org/?p=26', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(27, 1, '2026-01-14 00:49:45', '2026-01-14 00:49:45', '<div id=\"model-response-message-contentr_265d0f0c998929be\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"2\">Okay, put down whatever generic isekai you are reading. We need to talk about <b data-path-to-node=\"2\" data-index-in-node=\"78\">Oshi no Ko</b>.</p>\r\n<p data-path-to-node=\"3\">If you haven’t started this yet, you have probably seen the memes. You’ve seen the fan art of the girl with the purple hair and the stars in her eyes. You’ve seen people screaming about \"Chapter 1\" or \"Episode 1\" on Twitter with no context other than crying emojis.</p>\r\nI picked this up a few years ago for one reason: The Author Combo.\r\n\r\nWriter: Aka Akasaka (the genius behind Kaguya-sama: Love is War).\r\n\r\nArtist: Mengo Yokoyari (the creator of Scum’s Wish).\r\n<p data-path-to-node=\"5\">When I saw those two names together, I knew I was in for a bad time. Akasaka writes 4D chess psychological battles, and Yokoyari draws beautiful people hurting each other. It was a match made in heaven (or hell). I expected a dark romance.</p>\r\n<p data-path-to-node=\"6\">What I got was a searing, cynical, and heartbreaking exposure of the Japanese entertainment industry disguised as a murder mystery.</p>\r\n<p data-path-to-node=\"7\"><b data-path-to-node=\"7\" data-index-in-node=\"0\">Vibe Check:</b> This is <b data-path-to-node=\"7\" data-index-in-node=\"20\">not</b> a happy idol manga. It looks like glitter, but it tastes like poison. Imagine <i data-path-to-node=\"7\" data-index-in-node=\"102\">Perfect Blue</i> meets <i data-path-to-node=\"7\" data-index-in-node=\"121\">The Social Network</i>, but everyone is a teenager with trauma. It is a psychological thriller wrapped in a frilly pop-star costume.</p>\r\n\r\n\r\n<hr data-path-to-node=\"8\" />\r\n\r\n<h3 data-path-to-node=\"9\">The Premise: The Lie is the Truth</h3>\r\n<p data-path-to-node=\"10\">I have to tread carefully here because <i data-path-to-node=\"10\" data-index-in-node=\"39\">Oshi no Ko</i> has one of the wildest first volumes in manga history. The spoilers start early, so I will only give you the bare minimum setup.</p>\r\n<p data-path-to-node=\"11\">Our story revolves around <b data-path-to-node=\"11\" data-index-in-node=\"26\">Ai Hoshino</b>, the absolute center (the \"Oshi\") of the idol group B-Komachi. She is perfection. She is 16, beautiful, talented, and seemingly untouched by the grime of the world.</p>\r\n<p data-path-to-node=\"12\">But in this world, \"Idols\" are professional liars. Their job is to sell the fantasy of love to fans who don\'t know any better.</p>\r\n<p data-path-to-node=\"13\">Enter <b data-path-to-node=\"13\" data-index-in-node=\"6\">Gorou Amemiya</b>, a countryside gynecologist and a massive fan of Ai. His life takes a weird turn when Ai Hoshino herself walks into his clinic. She’s pregnant. And she wants to keep the babies a secret so she can continue being an idol.</p>\r\n<p data-path-to-node=\"14\">Gorou promises to deliver her children safely. But on the night of the delivery, tragedy strikes. Gorou dies... and wakes up <i data-path-to-node=\"14\" data-index-in-node=\"125\">as one of Ai’s newborn babies</i>.</p>\r\n<p data-path-to-node=\"15\">Yes, it sounds like a weird reincarnation fantasy. Stick with me. The \"reincarnation\" is just the vehicle to get us to the real plot.</p>\r\n<p data-path-to-node=\"16\">The story isn\'t about the baby antics. It’s about what happens a few years later. A shocking event shatters their family, revealing a dark conspiracy within the entertainment industry. The male lead (Gorou, now named <b data-path-to-node=\"16\" data-index-in-node=\"217\">Aqua</b>) realizes that his new life isn\'t a second chance; it\'s a mission. He has to infiltrate the showbiz world—as an actor, a model, whatever it takes—to hunt down the person responsible for destroying his happiness.</p>\r\n<p data-path-to-node=\"17\">It is <b data-path-to-node=\"17\" data-index-in-node=\"6\">Hamlet</b> with glow sticks.</p>\r\n\r\n\r\n<hr data-path-to-node=\"18\" />\r\n\r\n<h3 data-path-to-node=\"19\">Why It Hits Different: A Masterpiece of Deception</h3>\r\n<p data-path-to-node=\"20\">I read a lot of drama manga. Usually, they lean too hard into melodrama. <i data-path-to-node=\"20\" data-index-in-node=\"73\">Oshi no Ko</i> feels terrifyingly real because it is educational.</p>\r\n\r\n<h4 data-path-to-node=\"21\">1. The Art: Candy-Coated Razor Blades</h4>\r\n<p data-path-to-node=\"22\">Mengo Yokoyari is a dangerous artist. Her style is soft, glossy, and incredibly cute. The characters have this distinct \"shoujo\" Manga look—big eyes, fashionable clothes, blushing cheeks.</p>\r\nBut she uses that cuteness as a weapon.\r\n\r\nThe most iconic visual trait in the series is the Star Eyes. When characters are lying, performing, or tapping into their \"star power,\" their eyes literally glow with six-pointed stars. It’s mesmerizing.\r\n<p data-path-to-node=\"24\">But Mengo is also a master of the \"dead eyes\" look. When the mask slips—when an actor realizes they are being used, or when a character has a panic attack—the art shifts. The shadows get heavy. The panels feel claustrophobic. There is a specific double-page spread in the early chapters (you’ll know it when you see it) that is framed like a horror movie. It gave me legitimate chills.</p>\r\n\r\n<h4 data-path-to-node=\"25\">2. It Exposes the \"Real\" Entertainment Industry</h4>\r\n<p data-path-to-node=\"26\">This isn\'t a story about how \"fun\" it is to be famous. It is a brutal takedown of the machinery behind the fame.</p>\r\n<p data-path-to-node=\"27\">Akasaka uses this manga to air out his grievances with the industry. We get entire arcs dedicated to:</p>\r\n\r\n<ul data-path-to-node=\"28\">\r\n 	<li>\r\n<p data-path-to-node=\"28,0,0\"><b data-path-to-node=\"28,0,0\" data-index-in-node=\"0\">Reality Dating Shows:</b> How editors manipulate footage to create villains out of teenagers, leading to massive cyberbullying campaigns. (This arc, involving a character named Akane, is widely considered one of the best and most painful arcs in modern manga).</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"28,1,0\"><b data-path-to-node=\"28,1,0\" data-index-in-node=\"0\">Manga Adaptations:</b> The struggle between original authors and screenwriters who butcher the source material. (Ironically meta).</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"28,2,0\"><b data-path-to-node=\"28,2,0\" data-index-in-node=\"0\">The Idol Economy:</b> How little these girls get paid and how disposable they are.</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"29\">It makes you look at your favorite YouTubers and actors differently. You realize that everything you see on a screen is a \"product,\" and there is a human being bleeding behind it.</p>\r\n\r\n<h4 data-path-to-node=\"30\">3. The Characters: Broken People Acting Well</h4>\r\n<p data-path-to-node=\"31\">The cast is S-Tier.</p>\r\n\r\n<ul data-path-to-node=\"32\">\r\n 	<li>\r\n<p data-path-to-node=\"32,0,0\"><b data-path-to-node=\"32,0,0\" data-index-in-node=\"0\">Aqua Hoshino:</b> He is the ultimate anti-hero. He is manipulative, cold, and willing to use anyone to get his revenge. But he’s also a doctor at heart; he can’t help but save people. Watching him war with his own nature is fascinating.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"32,1,0\"><b data-path-to-node=\"32,1,0\" data-index-in-node=\"0\">Kana Arima:</b> (My personal MVP). The \"failed child actor\" who peaked at age 5 and is now struggling to find work. She is foul-mouthed, insecure, and desperate for validation. She is the most relatable character in the series. Her dynamic with Aqua is the emotional anchor of the story.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"32,2,0\"><b data-path-to-node=\"32,2,0\" data-index-in-node=\"0\">Akane Kurokawa:</b> The method actor genius. She starts quiet but becomes a terrifying force of nature. I won\'t say more, but her ability to \"profile\" characters is Sherlock Holmes-level stuff.</p>\r\n</li>\r\n</ul>\r\n<h4 data-path-to-node=\"33\">4. The \"Acting\" Scenes</h4>\r\nSince this is a manga, we can\'t \"see\" them acting. But the writing is so good you feel it.\r\n\r\nThere is an arc where the cast is performing a stage play (Tokyo Blade). The manga spends chapters breaking down how they act. Emotional acting vs. Method acting. Adjusting your performance to match the lighting on stage. \"Improv\" battles.\r\n<p data-path-to-node=\"35\">It’s like reading a sports manga, but the sport is <i data-path-to-node=\"35\" data-index-in-node=\"51\">emotional manipulation</i>. The tension during these acting battles is higher than in most shonen fights.</p>\r\n\r\n\r\n<hr data-path-to-node=\"36\" />\r\n\r\n<h3 data-path-to-node=\"37\">How &amp; Where to Read (Support the Artists!)</h3>\r\n<p data-path-to-node=\"38\">This series is currently exploding because of the anime, but the manga is <i data-path-to-node=\"38\" data-index-in-node=\"74\">way</i> ahead and dives deeper into the internal monologues.</p>\r\n<p data-path-to-node=\"39\"><b data-path-to-node=\"39\" data-index-in-node=\"0\">Where to Read:</b></p>\r\n\r\n<ul data-path-to-node=\"40\">\r\n 	<li>\r\n<p data-path-to-node=\"40,0,0\"><b data-path-to-node=\"40,0,0\" data-index-in-node=\"0\">Manga Plus (Shueisha):</b> This is the best place. It is <b data-path-to-node=\"40,0,0\" data-index-in-node=\"53\">free</b>. You can read the first three chapters and the latest three chapters. If you download the mobile app, they often have a \"First Read Free\" campaign where you can binge the whole thing once.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,1,0\"><b data-path-to-node=\"40,1,0\" data-index-in-node=\"0\">Shonen Jump App / Viz Media:</b> For $2.99/month, you get the entire vault. The translation is official and high quality.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"40,2,0\"><b data-path-to-node=\"40,2,0\" data-index-in-node=\"0\">Physical Volumes:</b> <b data-path-to-node=\"40,2,0\" data-index-in-node=\"18\">Yen Press</b> is publishing the English graphic novels. They are bright, colorful, and look amazing on a shelf. The covers usually feature one character in high-fashion attire.</p>\r\n</li>\r\n</ul>\r\nFormat Note:\r\n\r\nStandard Right-to-Left reading.\r\n\r\n<hr data-path-to-node=\"42\" />\r\n\r\n<h3 data-path-to-node=\"43\">Final Verdict: The S-Tier Thriller</h3>\r\n<p data-path-to-node=\"44\">Who is <i data-path-to-node=\"44\" data-index-in-node=\"7\">Oshi no Ko</i> for?</p>\r\n\r\n<ul data-path-to-node=\"45\">\r\n 	<li>\r\n<p data-path-to-node=\"45,0,0\">If you liked the industry commentary of <b data-path-to-node=\"45,0,0\" data-index-in-node=\"40\">Bakuman</b> but wanted it to be darker...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,1,0\">If you liked the psychological mind games of <b data-path-to-node=\"45,1,0\" data-index-in-node=\"45\">Kaguya-sama: Love is War</b> or <b data-path-to-node=\"45,1,0\" data-index-in-node=\"73\">Death Note</b>...</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"45,2,0\">If you just want a mystery that will keep you guessing until the literal last page...</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"46\"><b data-path-to-node=\"46\" data-index-in-node=\"0\">This is for you.</b></p>\r\n<p data-path-to-node=\"47\">It’s a story about lies. It tells us that lies are a form of love. But it also shows us the cost of living a lie. It will make you laugh at the silly idol antics, and then five pages later, it will leave you staring at the ceiling questioning the morality of the internet.</p>\r\n<p data-path-to-node=\"48\">It is smart, it is gorgeous, and it is undoubtedly one of the most important manga of the decade.</p>\r\nMy Rating:\r\n\r\n⭐⭐⭐⭐⭐ (5/5 Glowing Star Eyes)\r\n\r\nStatus: Absolute Peak Fiction. Prepare to be hurt.\r\n<p data-path-to-node=\"50\">Go read Chapter 1. It is technically a prologue that is about 40 pages long (or 90 minutes in the anime). It stands alone as a perfect short story. Once you finish that prologue, you won\'t be able to stop.</p>\r\n<p data-path-to-node=\"51\"><b data-path-to-node=\"51\" data-index-in-node=\"0\">Are you Team Kana or Team Akane? (Choose carefully, this is a war zone). Let me know in the comments!</b></p>\r\n\r\n</div>', 'Idols, Lies, and Murder: Why Oshi no Ko Is the Darkest Story You’ll Ever Love', '', 'inherit', 'closed', 'closed', '', '26-revision-v1', '', '', '2026-01-14 00:49:45', '2026-01-14 00:49:45', '', 26, 'https://mangadox.org/?p=27', 0, 'revision', '', 0),
(28, 1, '2026-01-14 00:52:50', '2026-01-14 00:52:50', '<div id=\"model-response-message-contentr_42f44f0b77ddda19\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"17\"><b data-path-to-node=\"17\" data-index-in-node=\"0\">Yo! Welcome to Mangadox.org.</b></p>\r\n<p data-path-to-node=\"18\">If you live for cliffhangers, iconic panels, and stories that make you question your existence at 3 AM, you’re in the right place.</p>\r\n<p data-path-to-node=\"19\">This isn’t your boring, essay-style review site. We are here to scream about the stories that matter. We talk about the <i data-path-to-node=\"19\" data-index-in-node=\"120\">art</i> that drops jaws, the <i data-path-to-node=\"19\" data-index-in-node=\"145\">plot twists</i> we didn’t see coming, and the characters that live in our heads rent-free.</p>\r\nWhy Follow Us?\r\n\r\nBecause algorithms are boring. You want recommendations from a real human who actually loves the medium.\r\n<ul data-path-to-node=\"21\">\r\n 	<li>\r\n<p data-path-to-node=\"21,0,0\"><b data-path-to-node=\"21,0,0\" data-index-in-node=\"0\">The Hits:</b> JJK, One Piece, Sakamoto Days? We cover the big leagues.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"21,1,0\"><b data-path-to-node=\"21,1,0\" data-index-in-node=\"0\">The Deep Cuts:</b> Weird horror, niche slice-of-life, and art-house manga that deserve a spotlight.</p>\r\n\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul data-path-to-node=\"21\">\r\n 	<li>\r\n<p data-path-to-node=\"21,2,0\"><b data-path-to-node=\"21,2,0\" data-index-in-node=\"0\">The Culture:</b> We talk about how to collect, how to read officially (MangaPlus gang, rise up!), and how to enjoy manga the right way.</p>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"22\">Stop doom-scrolling and start reading something good.</p>\r\n<p data-path-to-node=\"23\"><b data-path-to-node=\"23\" data-index-in-node=\"0\">Let’s get reading.</b><i data-path-to-node=\"37,2,0\" data-index-in-node=\"78\"></i></p>\r\n\r\n</div>', 'About Me', '', 'publish', 'closed', 'closed', '', 'about-me', '', '', '2026-01-14 00:52:50', '2026-01-14 00:52:50', '', 0, 'https://mangadox.org/?page_id=28', 0, 'page', '', 0),
(29, 1, '2026-01-14 00:52:50', '2026-01-14 00:52:50', '<div id=\"model-response-message-contentr_42f44f0b77ddda19\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"17\"><b data-path-to-node=\"17\" data-index-in-node=\"0\">Yo! Welcome to Mangadox.org.</b></p>\r\n<p data-path-to-node=\"18\">If you live for cliffhangers, iconic panels, and stories that make you question your existence at 3 AM, you’re in the right place.</p>\r\n<p data-path-to-node=\"19\">This isn’t your boring, essay-style review site. We are here to scream about the stories that matter. We talk about the <i data-path-to-node=\"19\" data-index-in-node=\"120\">art</i> that drops jaws, the <i data-path-to-node=\"19\" data-index-in-node=\"145\">plot twists</i> we didn’t see coming, and the characters that live in our heads rent-free.</p>\r\nWhy Follow Us?\r\n\r\nBecause algorithms are boring. You want recommendations from a real human who actually loves the medium.\r\n<ul data-path-to-node=\"21\">\r\n 	<li>\r\n<p data-path-to-node=\"21,0,0\"><b data-path-to-node=\"21,0,0\" data-index-in-node=\"0\">The Hits:</b> JJK, One Piece, Sakamoto Days? We cover the big leagues.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"21,1,0\"><b data-path-to-node=\"21,1,0\" data-index-in-node=\"0\">The Deep Cuts:</b> Weird horror, niche slice-of-life, and art-house manga that deserve a spotlight.</p>\r\n\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul data-path-to-node=\"21\">\r\n 	<li>\r\n<p data-path-to-node=\"21,2,0\"><b data-path-to-node=\"21,2,0\" data-index-in-node=\"0\">The Culture:</b> We talk about how to collect, how to read officially (MangaPlus gang, rise up!), and how to enjoy manga the right way.</p>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"22\">Stop doom-scrolling and start reading something good.</p>\r\n<p data-path-to-node=\"23\"><b data-path-to-node=\"23\" data-index-in-node=\"0\">Let’s get reading.</b><i data-path-to-node=\"37,2,0\" data-index-in-node=\"78\"></i></p>\r\n\r\n</div>', 'About Me', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-01-14 00:52:50', '2026-01-14 00:52:50', '', 28, 'https://mangadox.org/?p=29', 0, 'revision', '', 0),
(30, 1, '2026-01-14 00:58:53', '2026-01-14 00:58:53', '<div id=\"model-response-message-contentr_4552cd7e120c7111\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"5\"><b data-path-to-node=\"5\" data-index-in-node=\"0\">Last Updated:</b> Nov 21, 2025.</p>\r\n\r\n<h3 data-path-to-node=\"6\">1. Introduction</h3>\r\n<p data-path-to-node=\"7\">Welcome to <b>Mangadox.org</b>. By accessing or using this website, you agree to comply with and be bound by these Terms of Service. If you do not agree with any part of these terms, please do not use our website.</p>\r\n\r\n<h3 data-path-to-node=\"8\">2. Intellectual Property Rights</h3>\r\n2.1. Our Content\r\n\r\nUnless otherwise stated, Mangadox.org and/or its licensors own the intellectual property rights for all original text, reviews, and blog layouts on this Site. All intellectual property rights are reserved. You may access this from Mangadox.org for your own personal use subjected to restrictions set in these terms.\r\n\r\n2.2. Manga Images &amp; Fair Use\r\n\r\nThis blog publishes images, panels, and cover art from various manga series for the sole purpose of review, commentary, and criticism. We claim no ownership over these images. All rights to the manga artwork, characters, and storylines belong to their respective authors, artists, and publishers (e.g., Shueisha, Kodansha, Viz Media).\r\n<ul data-path-to-node=\"11\">\r\n 	<li>\r\n<p data-path-to-node=\"11,0,0\">Our use of these images is intended to fall under \"Fair Use\" guidelines for educational and critical purposes.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"11,1,0\">If you are a copyright holder and believe your content has been used inappropriately, please contact us immediately.</p>\r\n</li>\r\n</ul>\r\n<h3 data-path-to-node=\"12\">3. User Conduct</h3>\r\n<p data-path-to-node=\"13\">We want to build a positive community of manga fans. By using this Site, you agree <b data-path-to-node=\"13\" data-index-in-node=\"83\">NOT</b> to:</p>\r\n\r\n<ul data-path-to-node=\"14\">\r\n 	<li>\r\n<p data-path-to-node=\"14,0,0\">Post potential spoilers in the comments without a \"Spoiler Alert\" warning.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"14,1,0\">Harass, abuse, or threaten other readers or the site administrators.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"14,2,0\">Post spam, unauthorized advertising, or links to illegal/pirated manga sites.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"14,3,0\">Republish material from <b data-path-to-node=\"14,3,0\" data-index-in-node=\"24\">[Nama Blog Anda]</b> without prior written consent (don’t copy-paste our reviews).</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"15\">We reserve the right to remove any comments or ban users that violate these rules without notice.</p>\r\n\r\n<h3 data-path-to-node=\"16\">4. Third-Party Links &amp; Affiliates</h3>\r\n4.1. External Links\r\n\r\nOur Service may contain links to third-party web sites or services (such as MangaPlus, Viz, Amazon, etc.) that are not owned or controlled by [Nama Blog Anda]. We have no control over, and assume no responsibility for, the content, privacy policies, or practices of any third-party web sites.\r\n\r\n4.2. Affiliate Disclosure\r\n\r\nSome of the links on this website may be \"affiliate links.\" This means if you click on the link and purchase an item (e.g., a physical manga volume), we may receive a small affiliate commission. This comes at no extra cost to you and helps support the blog so we can keep writing reviews.\r\n<h3 data-path-to-node=\"19\">5. Disclaimer of Warranties</h3>\r\n<p data-path-to-node=\"20\">The information provided on Mangadox.org is for general informational and entertainment purposes only.</p>\r\n\r\n<ul data-path-to-node=\"21\">\r\n 	<li>\r\n<p data-path-to-node=\"21,0,0\"><b data-path-to-node=\"21,0,0\" data-index-in-node=\"0\">Accuracy:</b> While we strive to provide up-to-date information regarding release dates and official sources, we make no representations or warranties of any kind about the accuracy or completeness of the information.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"21,1,0\"><b data-path-to-node=\"21,1,0\" data-index-in-node=\"0\">Availability:</b> We do not guarantee that the Site will be available at all times or that it is free from viruses or other harmful components.</p>\r\n</li>\r\n</ul>\r\n<h3 data-path-to-node=\"22\">6. Limitation of Liability</h3>\r\n<p data-path-to-node=\"23\">In no event shall Mangadox.org, nor any of its administrators, be held liable for anything arising out of or in any way connected with your use of this website. We shall not be held liable for any indirect, consequential, or special liability arising out of or in any way related to your use of this Site.</p>\r\n\r\n<h3 data-path-to-node=\"24\">7. Changes to These Terms</h3>\r\n<p data-path-to-node=\"25\">We reserve the right to revise these Terms at any time as we see fit. By using this Website, you are expected to review these Terms on a regular basis. Your continued use of the website after changes are posted constitutes your acceptance of the new Terms.</p>\r\n\r\n<h3 data-path-to-node=\"26\">8. Contact Us</h3>\r\n<p data-path-to-node=\"27\">If you have any questions about these Terms of Service, please contact us at:</p>\r\n\r\n<ul data-path-to-node=\"28\">\r\n 	<li>\r\n<p data-path-to-node=\"28,0,0\"><b data-path-to-node=\"28,0,0\" data-index-in-node=\"0\">Email:</b> info@mangadox.org</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"28,1,0\"><b data-path-to-node=\"28,1,0\" data-index-in-node=\"0\">Contact Page:</b> https://mangadox.org/contact/</p>\r\n</li>\r\n</ul>\r\n</div>', 'Terms of Service', '', 'publish', 'closed', 'closed', '', 'terms-of-service', '', '', '2026-01-14 00:58:53', '2026-01-14 00:58:53', '', 0, 'https://mangadox.org/?page_id=30', 0, 'page', '', 0),
(31, 1, '2026-01-14 00:58:53', '2026-01-14 00:58:53', '<div id=\"model-response-message-contentr_4552cd7e120c7111\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"5\"><b data-path-to-node=\"5\" data-index-in-node=\"0\">Last Updated:</b> Nov 21, 2025.</p>\r\n\r\n<h3 data-path-to-node=\"6\">1. Introduction</h3>\r\n<p data-path-to-node=\"7\">Welcome to <b>Mangadox.org</b>. By accessing or using this website, you agree to comply with and be bound by these Terms of Service. If you do not agree with any part of these terms, please do not use our website.</p>\r\n\r\n<h3 data-path-to-node=\"8\">2. Intellectual Property Rights</h3>\r\n2.1. Our Content\r\n\r\nUnless otherwise stated, Mangadox.org and/or its licensors own the intellectual property rights for all original text, reviews, and blog layouts on this Site. All intellectual property rights are reserved. You may access this from Mangadox.org for your own personal use subjected to restrictions set in these terms.\r\n\r\n2.2. Manga Images &amp; Fair Use\r\n\r\nThis blog publishes images, panels, and cover art from various manga series for the sole purpose of review, commentary, and criticism. We claim no ownership over these images. All rights to the manga artwork, characters, and storylines belong to their respective authors, artists, and publishers (e.g., Shueisha, Kodansha, Viz Media).\r\n<ul data-path-to-node=\"11\">\r\n 	<li>\r\n<p data-path-to-node=\"11,0,0\">Our use of these images is intended to fall under \"Fair Use\" guidelines for educational and critical purposes.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"11,1,0\">If you are a copyright holder and believe your content has been used inappropriately, please contact us immediately.</p>\r\n</li>\r\n</ul>\r\n<h3 data-path-to-node=\"12\">3. User Conduct</h3>\r\n<p data-path-to-node=\"13\">We want to build a positive community of manga fans. By using this Site, you agree <b data-path-to-node=\"13\" data-index-in-node=\"83\">NOT</b> to:</p>\r\n\r\n<ul data-path-to-node=\"14\">\r\n 	<li>\r\n<p data-path-to-node=\"14,0,0\">Post potential spoilers in the comments without a \"Spoiler Alert\" warning.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"14,1,0\">Harass, abuse, or threaten other readers or the site administrators.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"14,2,0\">Post spam, unauthorized advertising, or links to illegal/pirated manga sites.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"14,3,0\">Republish material from <b data-path-to-node=\"14,3,0\" data-index-in-node=\"24\">[Nama Blog Anda]</b> without prior written consent (don’t copy-paste our reviews).</p>\r\n</li>\r\n</ul>\r\n<p data-path-to-node=\"15\">We reserve the right to remove any comments or ban users that violate these rules without notice.</p>\r\n\r\n<h3 data-path-to-node=\"16\">4. Third-Party Links &amp; Affiliates</h3>\r\n4.1. External Links\r\n\r\nOur Service may contain links to third-party web sites or services (such as MangaPlus, Viz, Amazon, etc.) that are not owned or controlled by [Nama Blog Anda]. We have no control over, and assume no responsibility for, the content, privacy policies, or practices of any third-party web sites.\r\n\r\n4.2. Affiliate Disclosure\r\n\r\nSome of the links on this website may be \"affiliate links.\" This means if you click on the link and purchase an item (e.g., a physical manga volume), we may receive a small affiliate commission. This comes at no extra cost to you and helps support the blog so we can keep writing reviews.\r\n<h3 data-path-to-node=\"19\">5. Disclaimer of Warranties</h3>\r\n<p data-path-to-node=\"20\">The information provided on Mangadox.org is for general informational and entertainment purposes only.</p>\r\n\r\n<ul data-path-to-node=\"21\">\r\n 	<li>\r\n<p data-path-to-node=\"21,0,0\"><b data-path-to-node=\"21,0,0\" data-index-in-node=\"0\">Accuracy:</b> While we strive to provide up-to-date information regarding release dates and official sources, we make no representations or warranties of any kind about the accuracy or completeness of the information.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"21,1,0\"><b data-path-to-node=\"21,1,0\" data-index-in-node=\"0\">Availability:</b> We do not guarantee that the Site will be available at all times or that it is free from viruses or other harmful components.</p>\r\n</li>\r\n</ul>\r\n<h3 data-path-to-node=\"22\">6. Limitation of Liability</h3>\r\n<p data-path-to-node=\"23\">In no event shall Mangadox.org, nor any of its administrators, be held liable for anything arising out of or in any way connected with your use of this website. We shall not be held liable for any indirect, consequential, or special liability arising out of or in any way related to your use of this Site.</p>\r\n\r\n<h3 data-path-to-node=\"24\">7. Changes to These Terms</h3>\r\n<p data-path-to-node=\"25\">We reserve the right to revise these Terms at any time as we see fit. By using this Website, you are expected to review these Terms on a regular basis. Your continued use of the website after changes are posted constitutes your acceptance of the new Terms.</p>\r\n\r\n<h3 data-path-to-node=\"26\">8. Contact Us</h3>\r\n<p data-path-to-node=\"27\">If you have any questions about these Terms of Service, please contact us at:</p>\r\n\r\n<ul data-path-to-node=\"28\">\r\n 	<li>\r\n<p data-path-to-node=\"28,0,0\"><b data-path-to-node=\"28,0,0\" data-index-in-node=\"0\">Email:</b> info@mangadox.org</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"28,1,0\"><b data-path-to-node=\"28,1,0\" data-index-in-node=\"0\">Contact Page:</b> https://mangadox.org/contact/</p>\r\n</li>\r\n</ul>\r\n</div>', 'Terms of Service', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2026-01-14 00:58:53', '2026-01-14 00:58:53', '', 30, 'https://mangadox.org/?p=31', 0, 'revision', '', 0),
(32, 1, '2026-01-14 00:59:17', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2026-01-14 00:59:17', '0000-00-00 00:00:00', '', 0, 'https://mangadox.org/?page_id=32', 0, 'page', '', 0),
(33, 1, '2026-01-14 01:02:46', '2026-01-14 01:02:46', '<!-- wp:heading -->\r\n<div id=\"model-response-message-contentr_c5000e912a4f5195\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"4\"><b data-path-to-node=\"4\" data-index-in-node=\"0\">Effective Date:</b> Dec 05, 2025.</p>\r\n<p data-path-to-node=\"5\">At <b data-path-to-node=\"5\" data-index-in-node=\"3\">Mangadox.org</b>, accessible from <a class=\"ng-star-inserted\" href=\"https://mangadox.org/\" target=\"_blank\" rel=\"noopener\" data-hveid=\"0\" data-ved=\"0CAAQ_4QMahcKEwi9rPbV4YmSAxUAAAAAHQAAAAAQdA\">https://mangadox.org</a>, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Mangadox.org and how we use it.</p>\r\n<p data-path-to-node=\"6\">If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</p>\r\n<h3 data-path-to-node=\"7\">1. Log Files</h3>\r\n<p data-path-to-node=\"8\">Mangadox.org follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this as a part of hosting services\' analytics. The information collected by log files includes internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users\' movement on the website, and gathering demographic information.</p>\r\n<h3 data-path-to-node=\"9\">2. Cookies and Web Beacons</h3>\r\n<p data-path-to-node=\"10\">Like any other website, Mangadox.org uses \"cookies\". These cookies are used to store information including visitors\' preferences, and the pages on the website that the visitor accessed or visited. The information is used to optimize the users\' experience by customizing our web page content based on visitors\' browser type and/or other information.</p>\r\n<h3 data-path-to-node=\"11\">3. Comments and User Data</h3>\r\n<p data-path-to-node=\"12\">When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\r\n<p data-path-to-node=\"13\">An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. After approval of your comment, your profile picture <span class=\"citation-770 citation-end-770\">is visible to the public in the context of your comment.<sup class=\"superscript\" data-turn-source-index=\"1\">1</sup></span></p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n<h3 data-path-to-node=\"14\"><span class=\"citation-769 citation-end-769\">4. Third-Party Privacy Policies<sup class=\"superscript\" data-turn-source-index=\"2\">2</sup></span></h3>\r\n<p data-path-to-node=\"15\"><span class=\"citation-768 citation-end-768\">Mangadox.org\'s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of t<sup class=\"superscript\" data-turn-source-index=\"3\">3</sup></span>hese third-party ad servers for more detailed information.</p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n<ul data-path-to-node=\"16\">\r\n<li>\r\n<p data-path-to-node=\"16,0,0\"><b data-path-to-node=\"16,0,0\" data-index-in-node=\"0\">Google Analytics:</b> We may use Google Analytics to understand how our website is being used in order to improve the user experience. User data is all anonymous.</p>\r\n</li>\r\n<li>\r\n<p data-path-to-node=\"16,1,0\"><b data-path-to-node=\"16,1,0\" data-index-in-node=\"0\">Affiliate Programs:</b> We may engage in affiliate marketing (e.g., Amazon Associates), which is done by embedding tracking links into the website. If you click on a link to an affiliate partnership, a cookie will be placed on your browser to track any sales for purposes of commissions.</p>\r\n</li>\r\n</ul>\r\n<h3 data-path-to-node=\"17\">5. GDPR Data Protection Rights</h3>\r\n<p data-path-to-node=\"18\">We would like to make sure you are fully aware of all of your data protection rights. <span class=\"citation-766 citation-767 citation-end-767\">Every user is entitled to the following:<sup class=\"superscript\" data-turn-source-index=\"4\">4</sup></span><span class=\"citation-766 citation-end-766\"><sup class=\"superscript\" data-turn-source-index=\"5\">5</sup></span></p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n<ul data-path-to-node=\"19\">\r\n<li>\r\n<p data-path-to-node=\"19,0,0\"><span class=\"citation-764 citation-765 citation-end-765\">The right to access – You have the right to request copies of your personal data.<sup class=\"superscript\" data-turn-source-index=\"6\">6</sup></span><span class=\"citation-764 citation-end-764\"><sup class=\"superscript\" data-turn-source-index=\"7\">7</sup></span></p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n</li>\r\n<li>\r\n<p data-path-to-node=\"19,1,0\"><span class=\"citation-762 citation-763\">The right to rectification – You have the right to request that we </span><span class=\"citation-761 citation-762 citation-763 citation-end-763\">correct any information you believe is inaccurate.<sup class=\"superscript\" data-turn-source-index=\"8\">8</sup></span><span class=\"citation-761 citation-762 citation-end-762\"><sup class=\"superscript\" data-turn-source-index=\"9\">9</sup></span><span class=\"citation-761 citation-end-761\"><sup class=\"superscript\" data-turn-source-index=\"10\">10</sup></span></p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n</li>\r\n<li>\r\n<p data-path-to-node=\"19,2,0\"><span class=\"citation-758 citation-759 citation-760 citation-end-760\">The right to era<sup class=\"superscript\" data-turn-source-index=\"11\">11</sup></span><span class=\"citation-758 citation-759 citation-end-759\">sure – You have the right to request that we<sup class=\"superscript\" data-turn-source-index=\"12\">12</sup></span><span class=\"citation-758 citation-end-758\"> erase your personal data, under certain conditions.<sup class=\"superscript\" data-turn-source-index=\"13\">13</sup></span></p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n</li>\r\n</ul>\r\n<h3 data-path-to-node=\"20\"><span class=\"citation-757 citation-end-757\">6. Children\'s Information<sup class=\"superscript\" data-turn-source-index=\"14\">14</sup></span></h3>\r\n<p data-path-to-node=\"21\"><span class=\"citation-756 citation-end-756\">Another part of our priority<sup class=\"superscript\" data-turn-source-index=\"15\">15</sup></span> is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</p>\r\n<div class=\"source-inline-chip-container ng-star-inserted\"> </div>\r\n<p>&nbsp;</p>\r\n<p data-path-to-node=\"22\">Mangadox.org does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.</p>\r\n<h3 data-path-to-node=\"23\">7. Consent</h3>\r\n<p data-path-to-node=\"24\">By using our website, you hereby consent to our Privacy Policy and agree to its Terms and Conditions.</p>\r\n<h3 data-path-to-node=\"25\">8. Updates</h3>\r\n<p>This Privacy Policy was last updated on: [Insert Date].</p>\r\n<p>We reserve the right to update or change our Privacy Policy at any time and you should check this Privacy Policy periodically.</p>\r\n<h3 data-path-to-node=\"27\">9. Contact Us</h3>\r\n<p data-path-to-node=\"28\">If you have any questions about this Privacy Policy, please contact us:</p>\r\n<ul data-path-to-node=\"29\">\r\n<li>\r\n<p data-path-to-node=\"29,0,0\"><b data-path-to-node=\"29,0,0\" data-index-in-node=\"0\">By Email:</b> info@mangadox.org</p>\r\n</li>\r\n<li>\r\n<p data-path-to-node=\"29,1,0\"><b data-path-to-node=\"29,1,0\" data-index-in-node=\"0\">By Visiting this page on our website:</b> <a class=\"ng-star-inserted\" href=\"https://www.google.com/url?sa=E&amp;source=gmail&amp;q=https://mangadox.org/contact\" target=\"_blank\" rel=\"noopener\" data-hveid=\"0\" data-ved=\"0CAAQ_4QMahcKEwi9rPbV4YmSAxUAAAAAHQAAAAAQdQ\">https://mangadox.org/contact/</a></p>\r\n</li>\r\n</ul>\r\n</div>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2026-01-14 01:02:46', '2026-01-14 01:02:46', '', 3, 'https://mangadox.org/?p=33', 0, 'revision', '', 0),
(34, 1, '2026-01-14 01:04:48', '2026-01-14 01:04:48', '<div id=\"model-response-message-contentr_69f0748fcb98c7e2\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"6\">Got a burning question? A recommendation for a hidden gem we haven\'t reviewed yet? Or maybe you just want to debate about the ending of <i data-path-to-node=\"6\" data-index-in-node=\"136\">Attack on Titan</i>? We’d love to hear from you.</p>\r\n<p data-path-to-node=\"7\">At <b data-path-to-node=\"7\" data-index-in-node=\"3\">Mangadox.org</b>, we are real humans (and manga addicts), and we read every email we get.</p>\r\nHow to Reach Us\r\n\r\nFor all inquiries, please email us directly at:\r\n\r\n👉 info@mangadox.org\r\n<p data-path-to-node=\"9\"><b data-path-to-node=\"9\" data-index-in-node=\"0\">What can you email us about?</b></p>\r\n\r\n<ul data-path-to-node=\"10\">\r\n 	<li>\r\n<p data-path-to-node=\"10,0,0\"><b data-path-to-node=\"10,0,0\" data-index-in-node=\"0\">Review Requests:</b> Is there a manga you think deserves more attention? Let us know the title and why we should read it.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"10,1,0\"><b data-path-to-node=\"10,1,0\" data-index-in-node=\"0\">Feedback &amp; Bug Reports:</b> Found a broken link or a typo? Help us keep the site clean.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"10,2,0\"><b data-path-to-node=\"10,2,0\" data-index-in-node=\"0\">Business &amp; Partnerships:</b> Interested in advertising or collaborating? We are open to relevant opportunities.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"10,3,0\"><b data-path-to-node=\"10,3,0\" data-index-in-node=\"0\">Copyright Issues:</b> If you are a publisher or artist and have concerns about our content.</p>\r\n</li>\r\n</ul>\r\nWhen will we reply?\r\n\r\nWe try our best to respond within 24-48 hours. If we are slow, we might be binge-reading a new series—please be patient!<i data-path-to-node=\"24,1,1,0\" data-index-in-node=\"0\"></i>\r\n\r\n</div>', 'Contact Me', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2026-01-14 01:04:48', '2026-01-14 01:04:48', '', 0, 'https://mangadox.org/?page_id=34', 0, 'page', '', 0),
(35, 1, '2026-01-14 01:04:48', '2026-01-14 01:04:48', '<div id=\"model-response-message-contentr_69f0748fcb98c7e2\" class=\"markdown markdown-main-panel stronger enable-updated-hr-color\" dir=\"ltr\" aria-live=\"polite\" aria-busy=\"false\">\r\n<p data-path-to-node=\"6\">Got a burning question? A recommendation for a hidden gem we haven\'t reviewed yet? Or maybe you just want to debate about the ending of <i data-path-to-node=\"6\" data-index-in-node=\"136\">Attack on Titan</i>? We’d love to hear from you.</p>\r\n<p data-path-to-node=\"7\">At <b data-path-to-node=\"7\" data-index-in-node=\"3\">Mangadox.org</b>, we are real humans (and manga addicts), and we read every email we get.</p>\r\nHow to Reach Us\r\n\r\nFor all inquiries, please email us directly at:\r\n\r\n👉 info@mangadox.org\r\n<p data-path-to-node=\"9\"><b data-path-to-node=\"9\" data-index-in-node=\"0\">What can you email us about?</b></p>\r\n\r\n<ul data-path-to-node=\"10\">\r\n 	<li>\r\n<p data-path-to-node=\"10,0,0\"><b data-path-to-node=\"10,0,0\" data-index-in-node=\"0\">Review Requests:</b> Is there a manga you think deserves more attention? Let us know the title and why we should read it.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"10,1,0\"><b data-path-to-node=\"10,1,0\" data-index-in-node=\"0\">Feedback &amp; Bug Reports:</b> Found a broken link or a typo? Help us keep the site clean.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"10,2,0\"><b data-path-to-node=\"10,2,0\" data-index-in-node=\"0\">Business &amp; Partnerships:</b> Interested in advertising or collaborating? We are open to relevant opportunities.</p>\r\n</li>\r\n 	<li>\r\n<p data-path-to-node=\"10,3,0\"><b data-path-to-node=\"10,3,0\" data-index-in-node=\"0\">Copyright Issues:</b> If you are a publisher or artist and have concerns about our content.</p>\r\n</li>\r\n</ul>\r\nWhen will we reply?\r\n\r\nWe try our best to respond within 24-48 hours. If we are slow, we might be binge-reading a new series—please be patient!<i data-path-to-node=\"24,1,1,0\" data-index-in-node=\"0\"></i>\r\n\r\n</div>', 'Contact Me', '', 'inherit', 'closed', 'closed', '', '34-revision-v1', '', '', '2026-01-14 01:04:48', '2026-01-14 01:04:48', '', 34, 'https://mangadox.org/?p=35', 0, 'revision', '', 0),
(36, 1, '2026-01-14 01:15:47', '2026-01-14 01:15:47', '{\n    \"simple-responsiveblogily::header_image\": {\n        \"value\": \"remove-header\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-01-14 01:15:47\"\n    },\n    \"simple-responsiveblogily::header_image_data\": {\n        \"value\": \"remove-header\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-01-14 01:15:47\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'df034b13-9d57-406c-9f67-e3123fb59522', '', '', '2026-01-14 01:15:47', '2026-01-14 01:15:47', '', 0, 'https://mangadox.org/df034b13-9d57-406c-9f67-e3123fb59522/', 0, 'customize_changeset', '', 0),
(37, 1, '2026-01-14 01:37:41', '2026-01-14 01:37:41', '', 'Oshi no Ko', '', 'inherit', 'open', 'closed', '', 'znty4a4gpu0-hd', '', '', '2026-01-14 01:38:18', '2026-01-14 01:38:18', '', 26, 'https://mangadox.org/wp-content/uploads/2026/01/zntY4A4GPU0-HD.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2026-01-14 01:41:03', '2026-01-14 01:41:03', '', 'The One Piece Elbaf Arc', '', 'inherit', 'open', 'closed', '', 'the-one-piece-elbaf-arc', '', '', '2026-01-14 01:41:03', '2026-01-14 01:41:03', '', 24, 'https://mangadox.org/wp-content/uploads/2026/01/The-One-Piece-Elbaf-Arc.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2026-01-14 01:43:10', '2026-01-14 01:43:10', '', 'Gachiakuta', '', 'inherit', 'open', 'closed', '', 'gachiakuta', '', '', '2026-01-14 01:43:10', '2026-01-14 01:43:10', '', 22, 'https://mangadox.org/wp-content/uploads/2026/01/Gachiakuta.jpg', 0, 'attachment', 'image/jpeg', 0),
(40, 1, '2026-01-14 01:45:35', '2026-01-14 01:45:35', '', 'Witch Hat Atelier', '', 'inherit', 'open', 'closed', '', 'witch-hat-atelier', '', '', '2026-01-14 01:45:35', '2026-01-14 01:45:35', '', 20, 'https://mangadox.org/wp-content/uploads/2026/01/Witch-Hat-Atelier.jpg', 0, 'attachment', 'image/jpeg', 0),
(41, 1, '2026-01-14 01:48:00', '2026-01-14 01:48:00', '', 'Summer Hikaru Died', '', 'inherit', 'open', 'closed', '', 'summer-hikaru-died', '', '', '2026-01-14 01:48:00', '2026-01-14 01:48:00', '', 18, 'https://mangadox.org/wp-content/uploads/2026/01/Summer-Hikaru-Died.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2026-01-14 01:49:45', '2026-01-14 01:49:45', '', 'Blue Box', '', 'inherit', 'open', 'closed', '', 'blue-box', '', '', '2026-01-14 01:49:45', '2026-01-14 01:49:45', '', 16, 'https://mangadox.org/wp-content/uploads/2026/01/Blue-Box.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2026-01-14 01:51:20', '2026-01-14 01:51:20', '', 'Dandadan', '', 'inherit', 'open', 'closed', '', 'dandadan', '', '', '2026-01-14 01:51:20', '2026-01-14 01:51:20', '', 14, 'https://mangadox.org/wp-content/uploads/2026/01/Dandadan.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2026-01-14 01:52:56', '2026-01-14 01:52:56', '', 'Sakamoto Days', '', 'inherit', 'open', 'closed', '', 'sakamoto-days', '', '', '2026-01-14 01:52:56', '2026-01-14 01:52:56', '', 12, 'https://mangadox.org/wp-content/uploads/2026/01/Sakamoto-Days.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2026-01-14 01:55:26', '2026-01-14 01:55:26', '', 'Kagurabachi', '', 'inherit', 'open', 'closed', '', 'kagurabachi', '', '', '2026-01-14 01:55:26', '2026-01-14 01:55:26', '', 10, 'https://mangadox.org/wp-content/uploads/2026/01/Kagurabachi.jpg', 0, 'attachment', 'image/jpeg', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'twentytwentyfive', 'twentytwentyfive', 0),
(3, 'Manga Review', 'manga-review', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(9, 2, 0),
(10, 3, 0),
(12, 3, 0),
(14, 3, 0),
(16, 3, 0),
(18, 3, 0),
(20, 3, 0),
(22, 3, 0),
(24, 3, 0),
(26, 3, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'wp_theme', '', 0, 1),
(3, 3, 'category', '', 0, 9);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'mangadox'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"a90e1fb9db5d59c8fed432d554f841429729573eb09959c98740130132ab4cc8\";a:4:{s:10:\"expiration\";i:1769559621;s:2:\"ip\";s:13:\"103.18.34.159\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";s:5:\"login\";i:1768350021;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '5'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"103.18.34.0\";}'),
(19, 1, 'wp_persisted_preferences', 'a:2:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:9:\"_modified\";s:24:\"2026-01-14T00:29:49.776Z\";}'),
(21, 1, 'spbtic_notice_delay_simple-responsiveblogily_theme_notification', '1768353165'),
(22, 1, 'simple-responsiveblogily_themepage_seen', '1'),
(23, 1, 'closedpostboxes_post', 'a:0:{}'),
(24, 1, 'metaboxhidden_post', 'a:9:{i:0;s:16:\"tagsdiv-post_tag\";i:1;s:20:\"litespeed_meta_boxes\";i:2;s:11:\"postexcerpt\";i:3;s:13:\"trackbacksdiv\";i:4;s:10:\"postcustom\";i:5;s:16:\"commentstatusdiv\";i:6;s:11:\"commentsdiv\";i:7;s:7:\"slugdiv\";i:8;s:9:\"authordiv\";}'),
(25, 1, 'wp_user-settings', 'libraryContent=browse&widgets_access=on'),
(26, 1, 'wp_user-settings-time', '1768356098'),
(27, 1, 'spbaddons_notice_delay_addons_delayed', '1768357221');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'mangadox', '$wp$2y$10$SZr/yQYdDw17PzbQLUvKZOgvHe4KyXhf/EWeN3taw/HNrrNK2xiHu', 'mangadox', 'butobara@gmail.com', 'https://mangadox.org', '2026-01-14 00:19:55', '', 0, 'mangadox');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_hfcm_scripts`
--
ALTER TABLE `wp_hfcm_scripts`
  ADD PRIMARY KEY (`script_id`);

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_litespeed_url`
--
ALTER TABLE `wp_litespeed_url`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `url` (`url`(191)),
  ADD KEY `cache_tags` (`cache_tags`(191));

--
-- Indexes for table `wp_litespeed_url_file`
--
ALTER TABLE `wp_litespeed_url_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filename` (`filename`),
  ADD KEY `type` (`type`),
  ADD KEY `url_id_2` (`url_id`,`vary`,`type`),
  ADD KEY `filename_2` (`filename`,`expired`),
  ADD KEY `url_id` (`url_id`,`expired`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`post_author`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_hfcm_scripts`
--
ALTER TABLE `wp_hfcm_scripts`
  MODIFY `script_id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_litespeed_url`
--
ALTER TABLE `wp_litespeed_url`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_litespeed_url_file`
--
ALTER TABLE `wp_litespeed_url_file`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2190;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=130;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
