:root{color:#2f2530;--pink:#d95d9f;--pink-soft:#fde6f2;--line:#efd8e6;--card:#fff;--muted:#7f6f78;background:#fff8fc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}a{color:inherit;text-decoration:none}.site-header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff8fcf0;justify-content:space-between;align-items:center;gap:20px;padding:16px max(20px,50vw - 560px);display:flex;position:sticky;top:0}.brand{color:var(--pink);font-size:1.15rem;font-weight:800}nav{color:var(--muted);gap:18px;font-size:.95rem;display:flex}.shell{width:min(1120px,100% - 32px);margin:34px auto 64px}.hero{border:1px solid var(--line);background:linear-gradient(135deg,#fff,#fde6f2);border-radius:24px;margin-bottom:28px;padding:34px}.hero h1{margin:0 0 10px;font-size:clamp(2rem,6vw,4rem)}.hero p{color:var(--muted);max-width:700px;margin:0;line-height:1.7}.section-title{justify-content:space-between;align-items:end;margin:28px 0 14px;display:flex}.section-title h2{margin:0}.grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 28px #5d354e0d}.cover{aspect-ratio:3/4;color:#8b4b70;text-align:center;background:linear-gradient(145deg,#f4c6dd,#f8e5ef 55%,#e8cde4);place-items:center;padding:20px;font-weight:800;display:grid}.card-body{padding:14px}.card h3{margin:0 0 8px;font-size:1rem}.meta{color:var(--muted);font-size:.9rem}.manga-head .cover{border-radius:20px}.pills{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.pill{background:var(--pink-soft);color:#94466f;border-radius:999px;padding:6px 10px;font-size:.85rem}.description{color:var(--muted);line-height:1.7}.chapter-list{gap:10px;margin-top:18px;display:grid}.chapter{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.chapter:hover{border-color:#d993b8}.lock{color:#a3517d;font-weight:700}.reader-nav{justify-content:space-between;gap:12px;margin:14px 0 24px;display:flex}.button{background:var(--pink);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;padding:11px 15px;display:inline-flex}.button.secondary{color:#6e5362;border:1px solid var(--line);background:#fff}.page-image{border:1px solid var(--line);color:#96798a;text-align:center;background:linear-gradient(#f5e9f0,#fff);border-radius:10px;place-items:center;width:min(820px,100%);min-height:520px;margin:0 auto 16px;font-size:1.1rem;display:grid}.lock-panel,.admin-card{border:1px solid var(--line);background:#fff;border-radius:20px;max-width:620px;margin:40px auto;padding:28px}.field{gap:7px;margin:14px 0;display:grid}input,select{width:100%;font:inherit;border:1px solid #dec5d3;border-radius:10px;padding:11px 12px}.notice{color:#805468;background:#fff4f9;border-radius:12px;padding:12px 14px;font-size:.92rem}.footer{text-align:center;color:var(--muted);border-top:1px solid var(--line);padding:26px}@media (width<=850px){.grid{grid-template-columns:repeat(2,1fr)}.manga-head{grid-template-columns:140px 1fr}}@media (width<=560px){.site-header{padding:13px 16px}nav a:first-child{display:none}.shell{width:min(100% - 22px,1120px);margin-top:20px}.hero{padding:24px 20px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.manga-head{grid-template-columns:105px 1fr;gap:16px}.manga-head h1{font-size:1.5rem}.chapter{padding:12px}.page-image{min-height:380px}}.empty-state{border:1px dashed var(--line);text-align:center;color:var(--muted);background:#fff;border-radius:18px;padding:28px}.empty-state h3{color:#4e3a46;margin-top:0}.notice.error{color:#9a3f55;background:#fff0f3}.notice.success{color:#36724c;background:#effaf3}code{color:#7c4c68;background:#f7edf3;border-radius:6px;padding:.12em .35em}.admin-top{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.admin-top h1{margin-top:0;margin-bottom:6px}@media (width<=560px){.admin-top{align-items:center}}.cover{overflow:hidden}.cover img{object-fit:cover;width:100%;height:100%;display:block}.admin-wide{max-width:900px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid}textarea{width:100%;font:inherit;resize:vertical;border:1px solid #dec5d3;border-radius:10px;padding:11px 12px}.check-row{align-items:center;gap:9px;margin:16px 0;display:flex}.check-row input{width:auto}.top-gap{margin-top:14px}.admin-series-list{gap:10px;display:grid}.admin-series-row{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;padding:10px;display:grid}.admin-thumb{background:var(--pink-soft);width:54px;height:72px;color:var(--muted);text-align:center;border-radius:9px;place-items:center;font-size:.72rem;display:grid;overflow:hidden}.admin-thumb img{object-fit:cover;width:100%;height:100%;display:block}.small-button{padding:8px 11px;font-size:.88rem}@media (width<=650px){.form-grid{grid-template-columns:1fr}.admin-series-row{grid-template-columns:46px 1fr}.admin-thumb{width:46px;height:62px}.admin-series-row .small-button{grid-column:2;justify-self:start}}.row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.soft-rule{border:0;border-top:1px solid var(--line);margin:24px 0}.danger-button{color:#a22;cursor:pointer;font:inherit;background:#fff;border:1px solid #d66;border-radius:10px;padding:10px 14px}.small-danger{margin-top:10px;padding:7px 10px;font-size:.85rem}.chapter-admin-list{gap:10px;display:grid}.chapter-admin-item{border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px 14px}.chapter-admin-item summary{cursor:pointer}.chapter-edit-form{margin-top:14px}.reader-pages{-webkit-user-select:none;user-select:none;max-width:1000px;margin:20px auto}.reader-pages img{width:100%;height:auto;margin:0 auto;display:block}.admin-series-row{grid-template-columns:54px 1fr auto}.admin-series-row .row-actions{justify-content:flex-end}@media (width<=700px){.admin-series-row{grid-template-columns:46px 1fr}.admin-series-row .row-actions{grid-column:2;justify-content:flex-start}}.reader-canvas-wrap{background:#fff;place-items:center;width:100%;min-height:260px;margin:0 auto;display:grid;position:relative}.reader-canvas{-webkit-user-select:none;user-select:none;pointer-events:auto;width:100%;max-width:100%;height:auto;display:block}.reader-loading{color:var(--muted);pointer-events:none;place-items:center;font-size:.9rem;display:grid;position:absolute;inset:0}.reader-pages{-webkit-touch-callout:none}.auth-card{max-width:480px}.auth-card h1{margin-top:0}.auth-switch{color:var(--muted);margin:18px 0 0}.auth-switch a{color:var(--pink);font-weight:700}.account-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.account-card{max-width:none;margin:0}.account-head{align-items:center;gap:18px;display:flex}.account-head h1{margin:0 0 6px}.avatar-box{background:var(--pink-soft);width:96px;height:96px;color:var(--pink);border-radius:50%;flex:none;place-items:center;font-size:2rem;display:grid;overflow:hidden}.avatar-box img{object-fit:cover;width:100%;height:100%}.account-card:first-child{grid-column:1/-1}@media (width<=700px){.account-grid{grid-template-columns:1fr}.account-card:first-child{grid-column:auto}.avatar-box{width:78px;height:78px}}.series-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:12px 0;font-size:.94rem;display:grid}.meta-block{gap:5px;margin:10px 0;display:grid}.chapter-right{align-items:center;gap:10px;display:flex}.read-state{opacity:.65;font-size:.82rem}.read-state.read{opacity:1}.chapter-read{opacity:.72}.manga-info{min-width:0}.manga-info .row-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.manga-info form{margin:0}@media (width<=700px){.series-stats{grid-template-columns:1fr}.chapter-right{gap:6px}.read-state{font-size:.75rem}}.home-search{gap:10px;max-width:620px;margin-top:20px;display:flex}.home-search input{background:#fff}.compact-hero{padding:24px 28px}.compact-hero h1{font-size:clamp(2rem,5vw,3rem)}.search-panel{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:2fr repeat(3,1fr);align-items:end;gap:12px;padding:18px;display:grid}.search-panel .field{margin:0}.search-actions{align-self:end;padding-bottom:1px}.mini-genres{color:#9a6883;margin-top:7px;font-size:.78rem}.admin-statline{color:#9a6883;gap:12px;margin-top:5px;font-size:.82rem;display:flex}.bulk-bar{border:1px solid var(--line);background:#fff8fc;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;padding:10px;display:flex}.bulk-bar select{width:auto;min-width:170px}.sortable-item{transition:opacity .15s,transform .15s}.sortable-item.dragging{opacity:.45}.drag-handle{cursor:grab;color:#b36d92;margin-right:8px;display:inline-block}.bulk-check{vertical-align:middle;width:auto;margin:0 9px 0 0}.status-chip{border-radius:999px;margin-left:9px;padding:3px 7px;font-size:.73rem;font-weight:700;display:inline-flex}.status-chip.published{color:#37734c;background:#eaf8ef}.status-chip.draft{color:#665861;background:#f1eef0}.status-chip.scheduled{color:#8a651e;background:#fff2d9}.chapter-extra-actions{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:10px;margin-top:12px;display:flex}.duplicate-form{align-items:center;gap:7px;display:flex}.duplicate-form input{width:150px;padding:8px 10px}.preview-banner{z-index:8;background:#fff7e8;border:1px solid #f0ca85;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;padding:10px 12px;display:flex;position:sticky;top:68px}.preview-banner span{color:#7c6540;font-size:.88rem}.preview-banner .button{margin-left:auto}@media (width<=800px){.search-panel{grid-template-columns:1fr 1fr}.search-panel .field:first-child{grid-column:1/-1}}@media (width<=560px){.home-search{flex-direction:column}.search-panel{grid-template-columns:1fr}.search-panel .field:first-child{grid-column:auto}.bulk-bar select{width:100%}.preview-banner .button{margin-left:0}.chapter-extra-actions{align-items:stretch}.duplicate-form{width:100%}.duplicate-form input{flex:1;width:auto}}.card{border-color:#edc8dc;border-radius:18px;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden}.card:hover{border-color:#df9fc1;transform:translateY(-2px);box-shadow:0 12px 30px #8048661a}.card .card-cover{border-radius:0;padding:0;position:relative;overflow:hidden}.card .card-cover img{object-fit:cover;width:100%;height:100%;display:block}.cover-badge{z-index:2;letter-spacing:.04em;color:#fff;pointer-events:none;border:2px solid #ffffffeb;border-radius:10px;justify-content:center;align-items:center;min-width:52px;padding:6px 10px;font-size:.76rem;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:10px;left:10px;box-shadow:0 3px 10px #4923392e}.cover-badge.full{background:#52c653}.cover-badge.ongoing{background:#f2a51a}.cover-badge.hiatus{background:#43a5e8}.cover-badge.drop{background:#ef5350}.card-body{border-top:1px solid #f1d8e5}@media (width<=560px){.cover-badge{border-radius:9px;min-width:46px;padding:5px 8px;font-size:.69rem;top:7px;left:7px}}.manga-head{grid-template-columns:260px minmax(0,1fr);gap:28px}.manga-head .cover{aspect-ratio:3/4;background:linear-gradient(145deg,#f4c6dd,#f8e5ef 55%,#e8cde4);border-radius:22px;padding:0;overflow:hidden;box-shadow:0 8px 28px #5d354e14}.manga-head .cover img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}@media (width<=850px){.manga-head{grid-template-columns:170px minmax(0,1fr);gap:22px}}@media (width<=560px){.manga-head{grid-template-columns:125px minmax(0,1fr);gap:16px}.manga-head .cover{border-radius:17px}}.site-logo{object-fit:contain;width:auto;max-width:230px;height:44px;display:block}.brand:has(.site-logo){align-items:center;display:flex}@media (width<=600px){.site-logo{max-width:170px;height:34px}}.rich-field{margin-top:18px}.rich-editor-shell{background:#fff;border:1px solid #dec5d3;border-radius:14px;overflow:hidden}.rich-toolbar{border-bottom:1px solid var(--line);background:#fff8fc;flex-wrap:wrap;gap:6px;padding:9px;display:flex}.rich-tool{color:#6e5362;min-width:34px;height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #e4c9d8;border-radius:8px;padding:0 9px}.rich-tool:hover{color:#b2447f;background:#fff5fa;border-color:#d95d9f}.rich-tool-text{width:auto;font-size:.86rem}.rich-editor{color:#3c3037;outline:0;min-height:190px;max-height:520px;padding:15px 16px;line-height:1.75;overflow:auto}.rich-editor:empty:before{content:attr(data-placeholder);color:#aa96a2;pointer-events:none}.rich-editor p,.rich-content p{margin:.55em 0 1em}.rich-editor h3,.rich-content h3{margin:1.3em 0 .55em;font-size:1.25rem}.rich-editor h4,.rich-content h4{margin:1.1em 0 .5em;font-size:1.08rem}.rich-editor ul,.rich-editor ol,.rich-content ul,.rich-content ol{margin:.7em 0 1em;padding-left:1.5rem}.rich-editor blockquote,.rich-content blockquote{background:#fff6fa;border-left:4px solid #e8a8ca;border-radius:0 10px 10px 0;margin:1em 0;padding:10px 14px}.rich-editor hr,.rich-content hr{border:0;border-top:1px solid var(--line);margin:22px 0}.intro-section{margin:34px 0 30px;padding:0}.intro-title{margin-bottom:10px}.rich-content{border:1px solid var(--line);color:#725b68;overflow-wrap:anywhere;background:#fff;border-radius:18px;padding:20px 22px;line-height:1.8}.rich-content>:first-child{margin-top:0}.rich-content>:last-child{margin-bottom:0}.empty-intro{border:1px dashed var(--line);color:var(--muted);background:#fffafd;border-radius:16px;padding:18px 20px}@media (width<=560px){.rich-toolbar{gap:5px;padding:7px}.rich-tool{height:32px;padding:0 7px}.rich-content{border-radius:15px;padding:16px}}.manga-head{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:36px;display:grid}.manga-cover-wrap{justify-content:center;width:100%;display:flex}.manga-head .manga-detail-cover{aspect-ratio:3/4;background:linear-gradient(145deg,#f4c6dd,#f8e5ef 55%,#e8cde4);border-radius:22px;width:100%;max-width:270px;padding:0;overflow:hidden;box-shadow:0 10px 28px #61364e1a}.manga-head .manga-detail-cover img{object-fit:cover;width:100%;height:100%;display:block}.manga-info h1{margin:4px 0 18px;font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.16}.series-info-list{border-top:1px dashed #edd0df;display:grid}.series-info-row{border-bottom:1px dashed #edd0df;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;min-height:46px;padding:8px 0;line-height:1.45;display:grid}.series-info-icon{text-align:center;width:26px;color:var(--pink);font-size:1.08rem;font-weight:800}.series-info-row b{font-weight:700}.manga-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px!important;margin-top:20px!important;display:grid!important}.manga-actions form{display:block}.manga-actions .button{width:100%;min-height:48px}.manga-info .pills{margin-top:16px}@media (width<=700px){.manga-head{flex-direction:column;gap:22px;display:flex}.manga-cover-wrap{justify-content:center}.manga-head .manga-detail-cover{border-radius:20px;width:min(60vw,230px);max-width:230px}.manga-info{width:100%}.manga-info h1{text-align:center;margin:0 0 18px;font-size:clamp(1.65rem,7vw,2rem)}.series-info-row{grid-template-columns:30px minmax(0,1fr);min-height:45px;padding:7px 0}.manga-actions{grid-template-columns:1fr 1fr}}@media (width<=420px){.manga-head .manga-detail-cover{width:min(64vw,220px)}.manga-actions{gap:9px!important}.manga-actions .button{padding:10px 8px;font-size:.92rem}}.history-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.history-card{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:82px minmax(0,1fr);min-height:112px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;overflow:hidden}.history-card:hover{border-color:#df9fc1;transform:translateY(-2px);box-shadow:0 9px 24px #80486614}.history-cover{aspect-ratio:3/4;background:var(--pink-soft);color:#8b4b70;text-align:center;place-items:center;height:100%;min-height:112px;font-size:.72rem;display:grid;overflow:hidden}.history-cover img{object-fit:cover;width:100%;height:100%;display:block}.history-body{min-width:0;padding:12px 11px}.history-body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:.95rem;line-height:1.35;display:-webkit-box;overflow:hidden}.history-continue{color:var(--pink);margin-top:8px;font-size:.82rem;font-weight:800;display:inline-block}@media (width<=900px){.history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.history-grid{grid-template-columns:1fr;gap:10px}.history-card{grid-template-columns:76px minmax(0,1fr);min-height:104px}.history-cover{min-height:104px}}.admin-ad-section textarea{min-height:190px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88rem;line-height:1.5}.reader-ad-slot{width:0;height:0;position:absolute;left:-99999px;overflow:hidden}@media (width>=701px){.series-info-list{border-top:0;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:42px}.series-info-row{border-bottom:1px dashed #edd0df;min-height:46px}.series-info-row:first-child{grid-area:1/1}.series-info-row:nth-child(2){grid-area:1/2}.series-info-row:nth-child(3){grid-area:2/1}.series-info-row:nth-child(4){grid-area:2/2}.series-info-row:nth-child(5){grid-area:3/1}.series-info-row:nth-child(6){grid-area:3/2}.series-info-row:nth-child(7){grid-area:4/1}.series-info-row:nth-child(8){grid-area:5/1}.series-info-row:nth-child(9){grid-area:4/2}}.manga-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px!important;margin-top:20px!important;display:flex!important}.manga-actions form{width:auto;display:block}.manga-actions .button{white-space:nowrap;min-height:44px;padding:10px 18px;width:auto!important;min-width:0!important}@media (width<=700px){.series-info-list{grid-template-columns:1fr}.manga-actions{justify-content:center;grid-template-columns:none!important;display:flex!important}.manga-actions .button{padding:10px 16px;width:auto!important}}@media (width<=420px){.manga-actions{gap:8px!important}.manga-actions .button{padding:9px 13px;font-size:.9rem}}html,body,.site-header,.shell,.footer,.card,.manga-head,.intro-section,.rich-content,.reader-nav,.reader-pages,.password-page{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}input,textarea,select,[contenteditable=true],.rich-editor,.rich-editor *,.rich-editor-shell textarea{-webkit-user-select:text!important;user-select:text!important;-webkit-touch-callout:default!important}.reading-progress-marker{display:none!important}.password-page{max-width:920px;margin:0 auto}.password-page-heading{margin:8px 0 22px}.password-page-heading h1{margin:0;font-size:clamp(2rem,5vw,2.65rem)}.password-notice-list{gap:12px;display:grid}.password-notice{border:1px solid var(--line);background:#fff;border-radius:17px;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;padding:17px 18px;display:grid}.password-notice-icon{background:#fff2f8;border-radius:12px;place-items:center;width:38px;height:38px;font-size:1.35rem;display:grid}.password-notice p{margin:4px 0 0;line-height:1.75}.password-answer-box{background:#fff8fc;border:1px solid #e8b8d0;border-radius:18px;margin-top:24px;padding:22px 24px}.password-answer-box h2{margin:0 0 14px;font-size:1.2rem;line-height:1.5}.password-hint{color:#bd477f;margin:0 0 14px;font-size:1.05rem}.password-answer-box ol{margin:0;padding-left:1.4rem;line-height:1.85}@media (width<=600px){.password-notice{border-radius:14px;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:14px}.password-notice-icon{border-radius:10px;width:32px;height:32px;font-size:1.1rem}.password-answer-box{border-radius:15px;padding:17px}}html{scroll-behavior:smooth}.admin-section-menu{z-index:30;border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-radius:14px;flex-wrap:wrap;gap:9px;margin:18px 0 4px;padding:10px;display:flex;position:sticky;top:10px;box-shadow:0 8px 24px #5d354e14}.admin-section-menu a{border:1px solid var(--line);background:var(--pink-soft);color:#7d4664;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:9px 13px;font-weight:700;text-decoration:none;display:inline-flex}.admin-section-menu a:hover{background:#fff;border-color:#d993b8}.admin-anchor-section{scroll-margin-top:96px}@media (width<=620px){.admin-section-menu{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:8px;display:grid;top:6px}.admin-section-menu a{text-align:center;white-space:normal;padding:8px 6px;font-size:.82rem;line-height:1.25}}.admin-dashboard-layout{grid-template-columns:190px minmax(0,1fr);align-items:start;gap:22px;margin-top:18px;display:grid}.admin-sidebar{z-index:30;border:1px solid var(--line);background:#fff;border-radius:16px;padding:12px;position:sticky;top:16px;box-shadow:0 8px 24px #5d354e12}.admin-sidebar-title{color:#6e5362;text-transform:uppercase;letter-spacing:.04em;padding:4px 7px 10px;font-size:.82rem;font-weight:800}.admin-sidebar .admin-section-menu{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;grid-template-columns:1fr;gap:8px;margin:0;padding:0;display:grid;position:static}.admin-sidebar .admin-section-menu a{text-align:left;justify-content:flex-start;width:100%;padding:10px 11px}.admin-dashboard-content{min-width:0}.admin-dashboard-content>.admin-ad-section{margin-top:0}.admin-dashboard-content>.admin-card.admin-wide{margin-top:28px}@media (width<=760px){.admin-dashboard-layout{margin-top:16px;display:block}.admin-sidebar{margin-bottom:18px;padding:8px;position:sticky;top:6px}.admin-sidebar-title{display:none}.admin-sidebar .admin-section-menu{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.admin-sidebar .admin-section-menu a{text-align:center;justify-content:center;padding:8px 6px;font-size:.82rem}}.admin-dashboard-content>#admin-ads,.admin-dashboard-content>#admin-add-series{border:1px solid var(--line);background:#fff;border-radius:18px;padding:24px 26px}.admin-dashboard-content>#admin-add-series{margin-top:22px}.admin-dashboard-content>.soft-rule{display:none}@media (width<=760px){.admin-dashboard-content>#admin-ads,.admin-dashboard-content>#admin-add-series{padding:20px 16px}}.reader-bottom-nav{left:50%;bottom:max(14px,env(safe-area-inset-bottom));z-index:80;-webkit-backdrop-filter:blur(14px);background:#fff7fbf0;border:1px solid #dcafc7eb;border-radius:999px;align-items:center;gap:6px;width:min(680px,100% - 28px);padding:8px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 10px 32px #5d354e29}.reader-bottom-nav a{text-decoration:none}.reader-bottom-home,.reader-bottom-info,.reader-bottom-step,.reader-bottom-current{color:#79566a;background:#fff;border:1px solid #efd4e2;justify-content:center;align-items:center;min-height:42px;font-weight:700;display:flex}.reader-bottom-home,.reader-bottom-info{border-radius:50%;flex:0 0 42px;width:42px;padding:0}.reader-bottom-home svg,.reader-bottom-info svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.reader-bottom-info svg circle:last-child{fill:currentColor;stroke:none}.reader-bottom-step{white-space:nowrap;border-radius:999px;flex:none;padding:0 14px}.reader-bottom-step.is-disabled{opacity:.38;cursor:not-allowed}.reader-bottom-current{border-radius:999px;flex:auto;min-width:0;padding:0 14px;position:relative;overflow:hidden}.reader-bottom-current-label{text-overflow:ellipsis;white-space:nowrap;pointer-events:none;overflow:hidden}.reader-bottom-select{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}body:has(.reader-bottom-nav){padding-bottom:92px}@media (width<=620px){.reader-bottom-nav{width:calc(100% - 20px);bottom:max(10px,env(safe-area-inset-bottom));gap:4px;padding:6px}.reader-bottom-home,.reader-bottom-info{flex-basis:40px;width:40px;min-height:40px}.reader-bottom-step{min-height:40px;padding:0 9px;font-size:.86rem}.reader-bottom-current{min-height:40px;padding:0 10px;font-size:.86rem}}@media (width<=390px){.reader-bottom-step{padding:0 7px;font-size:.8rem}.reader-bottom-current{padding:0 8px;font-size:.8rem}}.novel-editor-shell .rich-toolbar{z-index:4;position:sticky;top:0}.novel-rich-editor{min-height:520px;max-height:72vh;line-height:1.85;overflow:auto}.novel-reader-content{border:1px solid var(--line);overflow-wrap:anywhere;background:#fff;border-radius:18px;width:min(820px,100%);margin:24px auto 42px;padding:34px 42px;font-size:1.08rem;line-height:1.95}.novel-reader-content p{margin:0 0 1.35em}.novel-reader-content h3,.novel-reader-content h4{margin:1.6em 0 .8em;line-height:1.45}.novel-reader-content blockquote{background:var(--pink-soft);border-left:3px solid #e2a8c5;margin:1.4em 0;padding:10px 16px}.novel-reader-content hr{border:0;border-top:1px solid var(--line);margin:28px 0}@media (width<=620px){.novel-rich-editor{min-height:420px}.novel-reader-content{border-radius:14px;margin-top:16px;padding:24px 18px;font-size:1rem;line-height:1.9}}.password-toggle-wrap{width:100%;position:relative}.password-toggle-wrap>input{padding-right:48px}.password-toggle-button{color:#8b6378;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:36px;height:36px;padding:0;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-toggle-button:hover{background:var(--pink-soft)}.password-toggle-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.password-toggle-button .eye-closed,.password-toggle-wrap.is-visible .eye-open{display:none}.password-toggle-wrap.is-visible .eye-closed{display:block}.comments-section{margin:34px 0 14px}.comment-form{border:1px solid var(--line);background:#fff;border-radius:16px;padding:18px 20px}.comment-form .field{margin-top:0}.comment-form-footer{justify-content:flex-end;align-items:center;gap:14px;display:flex}.comment-login-note{border:1px solid var(--line);background:var(--pink-soft);border-radius:14px;padding:16px 18px}.comment-list{gap:10px;margin-top:14px;display:grid}.comment-item{border:1px solid var(--line);background:#fff;border-radius:14px;padding:16px 18px}.comment-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.comment-item p{white-space:pre-wrap;overflow-wrap:anywhere;margin:10px 0 0;line-height:1.7}.comment-delete{color:#a95068;cursor:pointer;font:inherit;background:0 0;border:0;padding:4px 8px;font-size:.82rem}.comments-empty{margin-top:14px}.admin-member-list{gap:10px;display:grid}.admin-member-row{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:minmax(210px,1.5fr) minmax(110px,.7fr) auto auto auto;align-items:center;gap:12px;padding:12px;display:grid}.admin-member-main{gap:3px;min-width:0;display:grid}.admin-member-main .meta{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.member-control{color:var(--muted);gap:5px;font-size:.82rem;display:grid}.member-control select{padding:8px 9px}.member-check{white-space:nowrap;align-items:center;gap:6px;font-size:.86rem;display:flex}.member-check input{width:auto}.site-notification-toast{z-index:120;-webkit-backdrop-filter:blur(14px);opacity:0;pointer-events:none;background:#fff9fcf7;border:1px solid #ecc6d9;border-radius:18px;grid-template-columns:42px 1fr 30px;align-items:start;gap:10px;width:min(390px,100% - 28px);padding:14px;transition:opacity .2s,transform .2s;display:grid;position:fixed;bottom:18px;right:18px;transform:translateY(16px);box-shadow:0 14px 38px #5d354e2e}.site-notification-toast.is-visible{opacity:1;pointer-events:auto;transform:none}.site-notification-icon{background:var(--pink-soft);border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.25rem;display:grid}.site-notification-content{gap:3px;min-width:0;display:grid}.site-notification-eyebrow{color:#a34f78;text-transform:uppercase;letter-spacing:.03em;font-size:.78rem;font-weight:800}.site-notification-content strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.site-notification-content span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.site-notification-link{color:#a34f78;margin-top:5px;font-size:.9rem;font-weight:800;text-decoration:none}.site-notification-close{color:#8a6a7b;width:30px;height:30px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;font-size:1.25rem}.site-notification-close:hover{background:var(--pink-soft)}body:has(.reader-bottom-nav) .site-notification-toast{bottom:104px}@media (width<=760px){.admin-member-row{grid-template-columns:1fr 1fr}.admin-member-main{grid-column:1/-1}.admin-member-row>.button{justify-self:start}}@media (width<=560px){.comment-form-footer{flex-direction:column;align-items:flex-end}.site-notification-toast{width:calc(100% - 20px);bottom:10px;right:10px}body:has(.reader-bottom-nav) .site-notification-toast{bottom:88px}}.comment-author-line{margin-bottom:10px}.comment-editor-shell{background:#fff;border:1px solid #e6bfd2;border-radius:14px;overflow:hidden}.comment-toolbar{border-bottom:1px solid var(--line);background:#fff8fb;flex-wrap:wrap;gap:3px;padding:7px 8px;display:flex}.comment-toolbar button{color:#76576a;min-width:32px;height:30px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 8px;font-size:.86rem}.comment-toolbar button:hover{background:var(--pink-soft);color:#9b476f}.comment-editor{overflow-wrap:anywhere;outline:none;min-height:130px;padding:13px 14px;line-height:1.7}.comment-editor:empty:before{content:attr(data-placeholder);color:#ae9aa5;pointer-events:none}.comment-editor blockquote{color:#765f6c;border-left:3px solid #dea5c1;margin:8px 0;padding-left:12px}.comment-editor code,.comment-body code{background:#f5edf2;border-radius:5px;padding:.1em .35em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.92em}.comment-rules{color:#9a6530;background:#fff9ef;border-left:3px solid #e5a354;border-radius:8px;margin-top:14px;padding:12px 14px;font-size:.9rem;line-height:1.55}.comment-rules strong{color:#c66f25}.comment-rules ul{margin:7px 0 0;padding-left:20px}.comment-rules li+li{margin-top:3px}.comment-body{overflow-wrap:anywhere;margin-top:10px;line-height:1.7}.comment-body p{margin:0 0 .75em}.comment-body p:last-child{margin-bottom:0}.comment-body blockquote{color:#765f6c;border-left:3px solid #dea5c1;margin:8px 0;padding-left:12px}.comment-body ul,.comment-body ol{padding-left:22px}.comment-body s{text-decoration:line-through}@media (width<=560px){.comment-toolbar{gap:2px;padding:6px}.comment-toolbar button{min-width:30px;padding:0 6px;font-size:.8rem}.comment-editor{min-height:115px}}.series-raw-link{color:var(--pink);font-weight:700;text-decoration:none}.series-raw-link:hover{text-decoration:underline}.site-header{z-index:100;overflow:visible}.header-actions{align-items:center;gap:10px;display:flex}.desktop-nav{color:var(--muted);align-items:center;gap:18px;font-size:.95rem;display:flex}.header-icon-button{border:1px solid var(--line);color:#80566e;cursor:pointer;background:#fff;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;padding:0;display:grid;position:relative}.header-icon-button:hover,.header-icon-button[aria-expanded=true]{background:var(--pink-soft);color:#a84d79;border-color:#dfa1c0}.header-icon-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.notification-wrap{position:relative}.notification-badge{background:var(--pink);color:#fff;border:2px solid #fff8fc;border-radius:999px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:.68rem;font-weight:600;line-height:1;display:grid;position:absolute;top:-4px;right:-4px}.notification-panel{background:#fff;border:1px solid #e9c9da;border-radius:20px;width:min(430px,100vw - 26px);max-height:min(650px,75vh);position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 18px 48px #4c2d4033}.notification-panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:13px 15px;display:flex}.notification-panel-title{align-items:center;gap:8px;font-size:1.05rem;display:flex}.notification-mark-all{color:#aa5a81;font:inherit;cursor:pointer;background:0 0;border:0;font-size:.82rem;text-decoration:underline}.notification-list{max-height:min(560px,66vh);padding:10px;overflow:auto}.notification-item{background:#fff;border:1px solid #ead7e1;border-radius:15px;grid-template-columns:58px minmax(0,1fr);gap:12px;margin-bottom:8px;padding:11px;transition:border-color .15s,background .15s;display:grid;position:relative}.notification-item:last-child{margin-bottom:0}.notification-item:hover{background:#fff9fc;border-color:#dba4c0}.notification-item.is-unread{background:#faf7ff;border-color:#d9b1e9}.notification-item.is-unread:before{content:"";background:#c39be8;border-radius:0 4px 4px 0;width:4px;position:absolute;top:11px;bottom:11px;left:0}.notification-cover{background:var(--pink-soft);color:#9d6381;border-radius:10px;place-items:center;width:58px;height:76px;font-size:1.35rem;display:grid;overflow:hidden}.notification-cover img{object-fit:cover;width:100%;height:100%}.notification-item-body{align-content:center;gap:4px;min-width:0;display:grid}.notification-item-title{font-size:.91rem;line-height:1.45}.notification-item-title strong{color:#9b5684}.notification-item-chapter{text-overflow:ellipsis;white-space:nowrap;color:#5d4754;font-size:.88rem;font-weight:700;overflow:hidden}.notification-item-meta{color:#9a8b94;align-items:center;gap:9px;margin-top:3px;font-size:.76rem;display:flex}.notification-unread-dot{color:#d95d9f}.notification-empty{text-align:center;color:var(--muted);padding:32px 16px}.mobile-menu-button{display:none}.mobile-menu-panel{background:#fff;border:1px solid #e9c9da;border-radius:16px;width:min(280px,100vw - 24px);padding:8px;position:absolute;top:calc(100% + 8px);right:max(12px,50vw - 560px);box-shadow:0 16px 40px #4c2d402e}.mobile-menu-panel a{color:#725766;border-radius:10px;align-items:center;min-height:44px;padding:9px 12px;font-size:.94rem;display:flex}.mobile-menu-panel a:hover{background:var(--pink-soft)}@media (width<=700px){.site-header{gap:10px;padding:10px 12px}.site-logo{max-width:128px}.desktop-nav{display:none!important}.mobile-menu-button{display:grid}.header-actions{gap:7px}.header-icon-button{width:40px;height:40px}.notification-panel{border-radius:18px;width:auto;max-height:calc(100vh - 82px);position:fixed;top:68px;left:10px;right:10px}.notification-list{max-height:calc(100vh - 150px)}.mobile-menu-panel{position:fixed;top:68px;right:10px}}@media (width<=380px){.site-logo{max-width:112px}.notification-panel-head{flex-direction:column;align-items:flex-start;gap:5px}.notification-list{max-height:calc(100vh - 175px)}}.notification-panel[hidden],.mobile-menu-panel[hidden]{display:none!important}.mobile-search-button{display:none}.mobile-menu-panel{grid-template-columns:1fr;gap:2px;display:grid}.mobile-menu-panel a{width:100%}@media (width<=700px){.mobile-search-button{display:grid}.header-actions{flex-wrap:nowrap;margin-left:auto}.mobile-menu-panel{grid-template-columns:1fr;display:grid}.mobile-menu-panel[hidden],.notification-panel[hidden]{display:none!important}}@media (width<=430px){.site-header{padding-left:10px;padding-right:10px}.site-logo{max-width:104px}.header-actions{gap:5px}.header-icon-button{width:38px;height:38px}}.taxonomy-inline-link{color:#9d4f79;font-weight:600;text-decoration:none}.taxonomy-inline-link:hover{text-decoration:underline}.taxonomy-pill{text-decoration:none;display:inline-flex}.taxonomy-page-head{border:1px solid var(--line);background:linear-gradient(135deg,#fff,#fff2f8);border-radius:20px;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:24px;padding:24px 26px;display:flex}.taxonomy-page-head h1{margin:4px 0 7px;font-size:clamp(2rem,5vw,3rem)}.taxonomy-kicker{color:#b04e7d;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;font-weight:800}.taxonomy-x-button{white-space:nowrap}.taxonomy-create-form{border:1px solid var(--line);background:#fff;border-radius:14px;margin-bottom:14px;padding:16px}.taxonomy-admin-list{gap:9px;display:grid}.taxonomy-admin-row{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:minmax(170px,1fr) minmax(220px,1.4fr) auto auto auto;align-items:end;gap:9px;padding:10px;display:grid}.taxonomy-admin-row label{color:var(--muted);gap:5px;font-size:.82rem;display:grid}.genre-admin-row{grid-template-columns:minmax(220px,1fr) auto auto auto}.advanced-search-head{margin-bottom:28px}.advanced-search-head>h1{margin:0 0 18px;font-size:clamp(1.7rem,4vw,2.3rem)}.advanced-search-form{background:#f8f9fc;border:1px solid #e1dfe7;border-radius:20px;padding:20px}.advanced-search-top{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;display:grid}.advanced-search-top input{background:#fff;border-radius:999px;padding:13px 20px}.advanced-reset{color:#776a74;white-space:nowrap;background:#fff;border:1px solid #e3dfe7;border-radius:999px;justify-content:center;align-items:center;padding:8px 13px;font-size:.84rem;display:inline-flex}.advanced-filter-grid{border-top:1px solid #e3e0e7;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:20px;padding-top:18px;display:grid}.advanced-filter-grid label{gap:8px;display:grid}.advanced-filter-grid label>span{letter-spacing:.03em;font-size:.78rem;font-weight:800}.advanced-filter-grid select{background:#fff}.advanced-search-submit{margin-top:16px}@media (width<=850px){.advanced-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.taxonomy-admin-row{grid-template-columns:1fr 1fr}.taxonomy-admin-row>input[type=hidden]{display:none}.taxonomy-admin-row .button,.taxonomy-admin-row .danger-button{justify-self:start}.genre-admin-row{grid-template-columns:1fr auto auto auto}}@media (width<=560px){.advanced-search-top{grid-template-columns:1fr}.advanced-reset{justify-self:end}.advanced-filter-grid{grid-template-columns:1fr}.advanced-search-form{padding:15px}.taxonomy-page-head{flex-direction:column;align-items:flex-start;padding:20px}.taxonomy-admin-row,.genre-admin-row{grid-template-columns:1fr}}.taxonomy-x-button{color:#fff;white-space:nowrap;min-height:48px;box-shadow:none;background:#0b0b0d;border:1px solid #111;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:11px 20px;font-weight:800;line-height:1;text-decoration:none;transition:transform .15s,opacity .15s;display:inline-flex}.taxonomy-x-button:hover{opacity:.88;transform:translateY(-1px)}.taxonomy-x-button svg{fill:none;stroke:currentColor;stroke-width:1.65px;stroke-linecap:round;width:18px;height:18px}@media (width<=560px){.taxonomy-x-button{min-height:44px;padding:10px 17px;font-size:.92rem}}.advanced-search-form{background:radial-gradient(circle at 10% 15%,#ffe2f1eb,#0000 38%),radial-gradient(circle at 90% 12%,#ebe1ffeb,#0000 40%),linear-gradient(135deg,#fff5fa 0%,#f8efff 52%,#fff3f8 100%);border-color:#ead3e4;box-shadow:0 10px 30px #7a50710f}.advanced-search-top{padding-bottom:4px}.advanced-search-top input,.advanced-filter-grid select{-webkit-backdrop-filter:blur(4px);background:#ffffffe0}.advanced-reset{background:#ffffffd1}input[list=author-suggestions]{background:#fff}.taxonomy-page-head{background:radial-gradient(circle at 10% 18%,#ffe2f1f2,#0000 38%),radial-gradient(circle at 90% 12%,#ebe1ffeb,#0000 42%),linear-gradient(135deg,#fff5fa 0%,#f8efff 52%,#fff3f8 100%);border-color:#ead3e4;box-shadow:0 10px 30px #7a50710f}.taxonomy-page-head h1,.taxonomy-kicker,.taxonomy-x-button{font-weight:700}.taxonomy-page-head h1{font-weight:800}.advanced-filter-grid label>span,.advanced-filter-grid label>b,.advanced-filter-grid label>strong,.search-filter-label,.filter-label,.series-info-row b,.series-info-row strong,.taxonomy-kicker{font-weight:700}.taxonomy-page-head h1,.manga-head h1,.intro-section>h2,.chapter-list-section>h2,.comments-section>h2,.comment-section>h2{color:#ac87c5}.major-section-title{color:#ac87c5!important}.site-header{background:radial-gradient(circle at 12% 20%,#ffe2f1f5,#0000 38%),radial-gradient(circle at 88% 12%,#ebe1fff0,#0000 42%),linear-gradient(135deg,#fff5fa 0%,#f8efff 52%,#fff3f8 100%)}.home-section h2,.home-section-title,.section-title,.home-section .card-title,.home-section .card-title a,.home-section .manga-title,.home-section .manga-title a,.home-section .series-title,.home-section .series-title a{color:#ac87c5}.home-grid .card h3,.home-grid .card h3 a,.home-grid .card strong,.home-grid .card strong a,.home-grid .card-title,.home-grid .card-title a,.card-grid .card h3,.card-grid .card h3 a,.card-grid .card strong,.card-grid .card strong a,.manga-card h3,.manga-card h3 a,.series-card h3,.series-card h3 a,.card-body h3,.card-body h3 a,.card-body .title,.card-body .title a,.home-story-title{color:#ac87c5!important}html{background:#fcf8fb}body{background-color:#0000;background-image:radial-gradient(at 12% 18%,#969be733 0%,#969be717 25%,#0000 52%),radial-gradient(at 82% 15%,#eec1dd38 0%,#eec1dd1a 28%,#0000 55%),radial-gradient(at 48% 58%,#d1d0ef33 0%,#d1d0ef14 30%,#0000 58%),radial-gradient(at 88% 82%,#eec1dd2b 0%,#eec1dd12 28%,#0000 54%),linear-gradient(135deg,#fcf8fb 0%,#fbf8fd 48%,#fffafd 100%);background-position:0 0,0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box}.site-header{-webkit-backdrop-filter:blur(16px)saturate(115%);backdrop-filter:blur(16px)saturate(115%);border-bottom-color:#efd8e6c7;background:#fffafdad!important}html{background:#fdf8fb;min-height:100%}body{background:linear-gradient(#ffffff80,#ffffff80),url(/crescent-sky-bg.jpg) top/cover no-repeat fixed;min-height:100vh;position:relative}.site-header{-webkit-backdrop-filter:blur(14px)saturate(115%);border-bottom:1px solid #e8cdddb8;background:#ffffff7a!important}.card,.intro-section .rich-content,.comments-section .comment-form,.comment-item,.advanced-search-form,.taxonomy-page-head,.admin-card,.admin-ad-section,.admin-anchor-section{background-color:#ffffffd1}@media (width<=700px){body{background:linear-gradient(#ffffff80,#ffffff80),url(/crescent-sky-bg.jpg) top/cover no-repeat}}.wp-admin-layout{grid-template-columns:230px minmax(0,1fr);align-items:start;gap:22px;width:min(1240px,100% - 24px);margin:24px auto 54px;display:grid}.wp-admin-layout .admin-sidebar{-webkit-backdrop-filter:blur(14px);background:#ffffffc2;border:1px solid #e2c2d4e6;border-radius:18px;min-height:calc(100vh - 112px);padding:14px 10px;position:sticky;top:86px;box-shadow:0 12px 34px #5b3a5014}.wp-admin-layout .admin-sidebar-title{color:#8a6a7c;letter-spacing:.08em;text-transform:uppercase;padding:8px 12px 13px;font-size:.78rem;font-weight:800}.wp-admin-layout .admin-section-menu{gap:4px;display:grid}.wp-admin-layout .admin-section-menu a{color:#6f5665;background:0 0;border:0;border-radius:10px;align-items:center;min-height:44px;padding:10px 12px;font-size:.93rem;font-weight:700;transition:background .15s,color .15s,transform .15s;display:flex}.wp-admin-layout .admin-section-menu a:hover{color:#8f65aa;background:#eedaf8b8;transform:translate(2px)}.wp-admin-layout .admin-dashboard-content{min-width:0}.wp-admin-layout .admin-dashboard-content>.admin-anchor-section,.wp-admin-layout .admin-dashboard-content>.admin-card{background:#ffffffd1;border:1px solid #e2c2d4d9;border-radius:18px;width:100%;max-width:none;margin:0 0 18px;padding:26px 28px;box-shadow:0 10px 28px #5b3a500e}.wp-admin-layout .admin-dashboard-content>hr.soft-rule{display:none}@media (width<=900px){.wp-admin-layout{width:min(100% - 20px,1240px);display:block}.wp-admin-layout .admin-sidebar{z-index:30;border-radius:14px;min-height:0;margin-bottom:14px;padding:8px;position:sticky;top:68px}.wp-admin-layout .admin-sidebar-title{display:none}.wp-admin-layout .admin-section-menu{gap:7px;padding-bottom:2px;display:flex;overflow-x:auto}.wp-admin-layout .admin-section-menu a{white-space:nowrap;background:#fff4fad1;border:1px solid #e8c8d9cc;flex:none;min-height:40px;padding:8px 12px}.wp-admin-layout .admin-dashboard-content>.admin-anchor-section,.wp-admin-layout .admin-dashboard-content>.admin-card{padding:20px 18px}}@media (width<=560px){.wp-admin-layout{width:calc(100% - 14px);margin-top:14px}.wp-admin-layout .admin-dashboard-content>.admin-anchor-section,.wp-admin-layout .admin-dashboard-content>.admin-card{border-radius:15px;padding:17px 14px}}.sitewide-ad-code{display:contents}.genre-picker-field{align-content:start}.genre-bubble-picker{background:#ffffffc7;border:1px solid #dec5d3;border-radius:13px;flex-wrap:wrap;gap:8px;min-height:48px;padding:10px;display:flex}.genre-bubble{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;position:relative}.genre-bubble input{opacity:0;pointer-events:none;position:absolute}.genre-bubble span{color:#765c6b;background:#fff;border:1px solid #e7cddd;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:7px 13px;font-size:.88rem;line-height:1;transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:inline-flex}.genre-bubble:hover span{background:#fff8fc;border-color:#cfa5d8;transform:translateY(-1px)}.genre-bubble input:checked+span{color:#805a99;background:linear-gradient(135deg,#f7dceb 0%,#e9ddf8 100%);border-color:#ac87c5;font-weight:700;box-shadow:0 3px 10px #ac87c529}.genre-bubble input:focus-visible+span{outline-offset:2px;outline:2px solid #ac87c5}@media (width<=560px){.genre-bubble-picker{gap:7px;padding:9px}.genre-bubble span{min-height:32px;padding:6px 11px;font-size:.84rem}}@media (width<=700px){.manga-head .manga-cover-wrap{align-items:flex-start}.manga-head .manga-detail-cover{line-height:0;display:block;position:relative;overflow:hidden;padding:0!important}.manga-head .manga-detail-cover>img{border-radius:inherit;position:absolute;inset:0;object-fit:cover!important;object-position:center top!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;margin:0!important;padding:0!important}}.footer{justify-items:center;gap:13px;display:grid}.footer-socials{justify-content:center;align-items:center;gap:12px;display:flex}.footer-social-link{color:#ac87c5;background:#ffffffb8;border:1px solid #ac87c559;border-radius:50%;place-items:center;width:42px;height:42px;transition:transform .15s,background .15s,border-color .15s;display:grid;box-shadow:0 6px 18px #75537012}.footer-social-link:hover{background:#fffffff2;border-color:#ac87c5;transform:translateY(-2px)}.footer-social-link svg{fill:currentColor;width:21px;height:21px}@media (width<=560px){.footer-social-link{width:40px;height:40px}}.footer-social-link{line-height:0}.footer-social-link svg{transform-origin:50%;width:21px;height:21px;margin:auto;display:block;transform:none}.footer-social-link.facebook svg{width:19px;height:19px;transform:translateY(1px)}.footer-social-link.telegram svg{width:21px;height:21px}.footer-social-link.discord svg{width:22px;height:22px}.footer-social-link.facebook svg{width:21px;height:21px;margin:0;transform:none}.account-bookmark-section{max-width:1120px}.account-bookmark-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.account-bookmark-card{border:1px solid var(--line);background:#ffffffd1;border-radius:14px;min-width:0;transition:transform .15s,border-color .15s;overflow:hidden;box-shadow:0 6px 20px #5d354e0b}.account-bookmark-card:hover{border-color:#d4acd0;transform:translateY(-2px)}.account-bookmark-cover{aspect-ratio:3/4;color:#8b4b70;text-align:center;background:linear-gradient(145deg,#f4c6dd,#f8e5ef 55%,#e8cde4);place-items:center;padding:0;font-size:.8rem;display:grid;overflow:hidden}.account-bookmark-cover img{object-fit:cover;width:100%;height:100%;display:block}.account-bookmark-body{padding:9px 10px 11px}.account-bookmark-body h3{color:#ac87c5;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.86rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}@media (width<=1000px){.account-bookmark-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width<=760px){.account-bookmark-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=520px){.account-bookmark-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.account-bookmark-body{padding:8px 9px 10px}.account-bookmark-body h3{font-size:.82rem}}.history-cover-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin:0 0 30px;display:grid}.history-cover-card{border:1px solid var(--line);background:#ffffffd1;border-radius:14px;min-width:0;transition:transform .15s,border-color .15s;overflow:hidden;box-shadow:0 6px 20px #5d354e0b}.history-cover-card:hover{border-color:#d4acd0;transform:translateY(-2px)}.history-cover-image{aspect-ratio:3/4;color:#8b4b70;text-align:center;background:linear-gradient(145deg,#f4c6dd,#f8e5ef 55%,#e8cde4);place-items:center;padding:0;font-size:.8rem;display:grid;overflow:hidden}.history-cover-image img{object-fit:cover;width:100%;height:100%;display:block}.history-cover-body{padding:9px 10px 11px}.history-cover-body h3{color:#ac87c5;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 5px;font-size:.86rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.history-cover-body .meta{font-size:.78rem;line-height:1.35}@media (width<=1000px){.history-cover-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width<=760px){.history-cover-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=520px){.history-cover-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.history-cover-body{padding:8px 9px 10px}.history-cover-body h3{font-size:.82rem}}.member-name{font-weight:700}.admin-name-glow{text-shadow:0 0 4px #e5485f8c,0 0 9px #e5485f61,0 0 15px #e5485f33;font-weight:700;color:#e5485f!important}.comment-pending-count{color:#a84f78;background:#fff1f6;border-radius:999px;align-items:center;min-height:30px;padding:5px 10px;font-size:.82rem;font-weight:700;display:inline-flex}.admin-comment-list{gap:10px;display:grid}.admin-comment-row{border:1px solid var(--line);background:#ffffffd1;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding:15px 16px;display:grid}.admin-comment-row.is-pending{background:linear-gradient(90deg,#fff8e5d1,#ffffffd6);border-left:4px solid #e6a23c}.admin-comment-row.is-approved{border-left:4px solid #64b77b}.admin-comment-headline{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.comment-status-badge{border-radius:999px;align-items:center;padding:3px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.comment-status-badge.pending{color:#9a6410;background:#fff0cf}.comment-status-badge.approved{color:#39794c;background:#e9f8ee}.admin-comment-preview{color:#5f4e58;overflow-wrap:anywhere;margin-top:10px;line-height:1.55}.admin-comment-preview p:first-child{margin-top:0}.admin-comment-preview p:last-child{margin-bottom:0}.admin-comment-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.admin-comment-actions form{margin:0}@media (width<=760px){.admin-comment-row{grid-template-columns:1fr}.admin-comment-actions{justify-content:flex-start}}.admin-mobile-menu-toggle{display:none}@media (width<=900px){.wp-admin-layout .admin-sidebar{z-index:40;background:#ffffffe6;border-radius:14px;min-height:0;margin-bottom:14px;padding:8px;position:sticky;top:68px}.admin-mobile-menu-toggle{color:#765c6b;width:100%;min-height:44px;font:inherit;cursor:pointer;background:#fff7fcf2;border:1px solid #e2c2d4e6;border-radius:11px;justify-content:center;align-items:center;font-weight:700;display:flex}.wp-admin-layout .admin-sidebar-title{display:none}.wp-admin-layout .admin-section-menu{background:#fffffff5;border:1px solid #e8c8d9cc;border-radius:12px;max-height:min(58vh,420px);margin-top:8px;padding:6px;overflow:hidden auto;box-shadow:0 10px 28px #5b3a5014;display:none!important}.wp-admin-layout .admin-sidebar.mobile-menu-open .admin-section-menu{gap:6px;display:grid!important}.wp-admin-layout .admin-section-menu a{white-space:normal;background:#fff4fad1;border:1px solid #e8c8d9cc;border-radius:10px;justify-content:flex-start;width:100%;min-height:42px;padding:9px 12px}}@media (width<=560px){.wp-admin-layout .admin-sidebar{top:64px}.admin-mobile-menu-toggle{min-height:42px;font-size:.92rem}.wp-admin-layout .admin-section-menu{max-height:54vh}}.comment-item{grid-template-columns:44px minmax(0,1fr);align-items:start;gap:12px;display:grid}.comment-content{min-width:0}.comment-avatar{color:#9d6c94;background:linear-gradient(145deg,#f4c6dd,#ead4f0);border:1px solid #d6abcac7;border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:1.15rem;font-weight:700;display:grid;overflow:hidden}.comment-avatar img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=520px){.comment-item{grid-template-columns:38px minmax(0,1fr);gap:10px}.comment-avatar{flex-basis:38px;width:38px;height:38px;font-size:1rem}}.rich-editor .rich-paste-plain,.rich-editor .rich-paste-plain *{font-style:normal!important;font-weight:400!important;text-decoration:none!important}.rich-tool:focus{outline:none}.rich-tool:focus:not(:hover){color:#6e5362;background:#fff;border-color:#e4c9d8}.wp-editor{background:#fff;border:1px solid #e2bfd2;border-radius:12px;position:relative;overflow:hidden}.wp-editor-tabs{background:#faf7f9;border-bottom:1px solid #e8cfdd;justify-content:flex-end;gap:4px;padding:7px 8px 0;display:flex}.wp-editor-tab{color:#6d5662;cursor:pointer;background:#f4edf1;border:1px solid #dcc0d0;border-bottom:0;border-radius:6px 6px 0 0;padding:7px 12px}.wp-editor-tab.is-active{color:#3d3037;background:#fff;font-weight:700;position:relative;bottom:-1px}.wp-editor-toolbar{background:#fff;border-bottom:1px solid #e8cfdd;flex-wrap:wrap;align-items:center;gap:5px;padding:8px;display:flex}.wp-editor-toolbar.is-disabled{opacity:.45;pointer-events:none}.wp-editor-toolbar button,.wp-format-select{color:#59454f;min-height:34px;font:inherit;background:#fff;border:1px solid #d8c2ce;border-radius:5px;padding:5px 9px}.wp-editor-toolbar button{cursor:pointer}.wp-editor-toolbar button:hover{background:#f8edf3}.wp-format-select{min-width:125px}.wp-toolbar-sep{background:#e3d3dc;width:1px;height:24px;margin:0 2px}.wp-visual-editor,.wp-text-editor{color:#453b40;box-sizing:border-box;background:#fff;border:0;outline:0;width:100%;min-height:300px;max-height:520px;padding:14px 16px;font:400 15px/1.75 inherit;overflow:auto}.wp-visual-editor:empty:before{content:attr(data-placeholder);color:#aa9ca3;pointer-events:none}.wp-visual-editor p{margin:0 0 1em}.wp-visual-editor h2,.wp-visual-editor h3{margin:.8em 0 .45em}.wp-visual-editor blockquote{border-left:4px solid #d9b4ca;margin:1em 0;padding-left:14px}.wp-text-editor{resize:vertical;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.55}@media (width<=600px){.wp-editor-toolbar{gap:4px}.wp-editor-toolbar button,.wp-format-select{min-height:32px;padding:4px 7px;font-size:.84rem}.wp-format-select{min-width:110px}.wp-visual-editor,.wp-text-editor{min-height:260px;padding:12px}}.wp-editor{box-shadow:none;background:#fff;border:1px solid #c3c4c7;border-radius:0;overflow:visible}.wp-editor-tabs{background:#f0f0f1;border-bottom:1px solid #c3c4c7;justify-content:flex-end;gap:0;padding:0 8px}.wp-editor-tab{color:#50575e;background:0 0;border:1px solid #0000;border-bottom:0;border-radius:0;min-height:34px;margin:5px 0 -1px;padding:6px 12px;font-size:.86rem}.wp-editor-tab.is-active{color:#1d2327;background:#fff;border-color:#c3c4c7;font-weight:600;bottom:0}.wp-editor-toolbar{background:#f6f7f7;border-bottom:1px solid #dcdcde;gap:4px;min-height:46px;padding:7px 8px}.wp-editor-toolbar button,.wp-format-select{color:#2c3338;background:#f6f7f7;border:1px solid #c3c4c7;border-radius:3px;height:30px;min-height:30px;font-size:13px;box-shadow:0 1px #c3c4c7}.wp-editor-toolbar button{min-width:32px;padding:3px 7px}.wp-editor-toolbar button:hover,.wp-format-select:hover{background:#fff;border-color:#8c8f94}.wp-format-select{min-width:120px;padding:2px 24px 2px 8px}.wp-toolbar-sep{background:#c3c4c7;height:24px;margin:0 3px}.wp-icon-btn{justify-content:center;align-items:center;line-height:1;display:inline-flex}.wp-italic-btn{font-family:Georgia,serif;font-style:italic}.wp-align-center{padding-left:11px!important;padding-right:11px!important}.wp-align-right{justify-content:flex-end!important}.wp-visual-editor{color:#2c3338;background:#fff;border:0;border-radius:0;min-height:360px;max-height:620px;padding:16px 18px;font-size:15px;line-height:1.7}.wp-text-editor{color:#1d2327;background:#fff;border:0;border-radius:0;min-height:360px;max-height:620px;padding:14px 16px;font-size:13px;line-height:1.6}.wp-visual-editor:focus,.wp-text-editor:focus{outline:0;box-shadow:inset 0 0 0 1px #2271b1}.wp-visual-editor a{color:#2271b1;text-decoration:underline}.wp-visual-editor blockquote{color:#50575e;border-left:4px solid #646970;margin:1em 0;padding:0 0 0 16px}.wp-visual-editor hr{border:0;border-top:1px solid #dcdcde;margin:20px 0}@media (width<=600px){.wp-editor-toolbar{align-items:center;gap:5px}.wp-format-select{width:100%;min-width:100%;margin-bottom:2px}.wp-editor-toolbar button{min-width:34px}.wp-visual-editor,.wp-text-editor{min-height:300px;padding:13px}}.novel-wp-editor .wp-visual-editor,.novel-wp-editor .wp-text-editor{min-height:520px;max-height:760px}@media (width<=600px){.novel-wp-editor .wp-visual-editor,.novel-wp-editor .wp-text-editor{min-height:380px;max-height:620px}}.admin-comment-editor-shell{width:100%}.admin-comment-editor-shell .comment-toolbar{background:#fff8fc;border:1px solid #ead4e0;border-bottom:0;border-radius:10px 10px 0 0;flex-wrap:wrap;gap:5px;padding:7px;display:flex}.admin-comment-editor-shell .comment-toolbar button{color:#654e5b;cursor:pointer;background:#fff;border:1px solid #e1c7d5;border-radius:6px;min-height:32px;padding:5px 9px}.admin-comment-editor-shell .comment-toolbar button:hover{background:#f9edf4}.admin-comment-editor{background:#fff;border:1px solid #ead4e0;border-radius:0 0 10px 10px;outline:none;min-height:260px;padding:14px 15px;line-height:1.75;overflow:auto}.admin-comment-editor:empty:before{content:attr(data-placeholder);color:#a99aa2;pointer-events:none}.admin-comment-editor:focus{border-color:#cba1ba;box-shadow:0 0 0 2px #cba1ba1f}.novel-comment-editor-shell .admin-comment-editor{min-height:520px;max-height:760px}@media (width<=600px){.admin-comment-editor-shell .comment-toolbar{gap:4px}.admin-comment-editor-shell .comment-toolbar button{min-height:31px;padding:4px 7px;font-size:.82rem}.admin-comment-editor{min-height:240px;padding:12px}.novel-comment-editor-shell .admin-comment-editor{min-height:380px;max-height:620px}}.admin-comment-editor-shell .comment-toolbar button:focus,.admin-comment-editor-shell .comment-toolbar button:focus-visible,.admin-comment-editor-shell .comment-toolbar button:active{box-shadow:none!important;color:#654e5b!important;background:#fff!important;outline:none!important}.admin-comment-editor p{margin:0 0 1em}.admin-comment-editor p:last-child{margin-bottom:0}.admin-comment-editor div,.admin-comment-editor p{min-height:1em}.home-section-head{margin-top:68px;margin-bottom:18px}.home-section-head-first{margin-top:20px}.home-section-content{margin-bottom:8px}.home-more-button{background:linear-gradient(135deg,#f6bfd8 0%,#d9b8ef 52%,#b9c9ff 100%);border:1px solid #ffffffb8;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:8px 16px;font-size:.88rem;font-weight:600;line-height:1;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex;box-shadow:0 7px 18px #b98fcd38,inset 0 1px #ffffff7a;color:#fff!important;text-decoration:none!important}.home-more-button span{font-size:1rem;transition:transform .18s}.home-more-button:hover{filter:saturate(1.06)brightness(1.02);transform:translateY(-2px);box-shadow:0 10px 24px #b98fcd4d,inset 0 1px #ffffff94}.home-more-button:hover span{transform:translate(3px)}.home-more-button:active{transform:translateY(0)scale(.98)}.home-more-button:focus-visible{outline-offset:3px;outline:3px solid #ac87c547}@media (width<=700px){.home-section-head{margin-top:50px;margin-bottom:14px}.home-section-head-first{margin-top:14px}.home-more-button{min-height:34px;padding:7px 13px;font-size:.8rem}}.comment-thread-list{display:block}.comment-thread-node{position:relative}.comment-children{border-left:2px solid #cfa4c247;margin-left:28px;padding-left:18px}.comment-children .comment-thread-node{margin-top:10px}.comment-reply-actions{margin-top:9px}.comment-reply-toggle,.comment-reply-cancel{color:#a46f98;font:inherit;cursor:pointer;background:0 0;border:0;padding:3px 0;font-size:.84rem;font-weight:600}.comment-reply-toggle:hover,.comment-reply-cancel:hover{color:#845379;text-decoration:underline}.comment-reply-form{background:#ffffff8c;border:1px solid #e1c2d4b8;border-radius:12px;margin-top:10px;padding:12px}.comment-reply-form[hidden]{display:none!important}.comment-reply-form .comment-editor{min-height:100px}.replying-to{color:#79626f;margin-bottom:8px;font-size:.84rem}.comment-reply-footer{justify-content:flex-end;align-items:center;gap:12px;margin-top:9px;display:flex}@media (width<=700px){.comment-children{margin-left:12px;padding-left:9px}.comment-children .comment-children .comment-children{margin-left:5px;padding-left:6px}.comment-reply-form{padding:9px}}.comment-thread-node{margin-top:10px;position:relative}.comment-thread-node:first-child{margin-top:0}.comment-depth-1{margin-left:28px}.comment-depth-2{margin-left:56px}.comment-depth-3{margin-left:84px}.comment-depth-4{margin-left:112px}.comment-depth-5{margin-left:140px}.comment-depth-6{margin-left:168px}.comment-depth-7{margin-left:196px}.comment-depth-8{margin-left:224px}.comment-depth-9{margin-left:252px}.comment-depth-1:before,.comment-depth-2:before,.comment-depth-3:before,.comment-depth-4:before,.comment-depth-5:before,.comment-depth-6:before,.comment-depth-7:before,.comment-depth-8:before,.comment-depth-9:before{content:"";background:#cfa4c247;border-radius:999px;width:2px;position:absolute;top:0;bottom:0;left:-14px}@media (width<=700px){.comment-depth-1{margin-left:12px}.comment-depth-2{margin-left:20px}.comment-depth-3,.comment-depth-4,.comment-depth-5,.comment-depth-6,.comment-depth-7,.comment-depth-8,.comment-depth-9{margin-left:28px}}.account-top-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.account-logout-form{flex:none;margin-left:auto}@media (width<=700px){.account-top-row{gap:12px}.account-logout-form .button{padding:8px 12px}}.moon-heading{align-items:center;gap:10px;display:inline-flex}.moon-heading>img{object-fit:contain;flex:0 0 24px;width:24px;height:24px;display:block}.manga-head .manga-info>h1{color:#e2529a!important}@media (width<=700px){.moon-heading{gap:8px}.moon-heading>img{flex-basis:21px;width:21px;height:21px}}.chapter-replace-pages-form{background:#fff9fc94;border:1px dashed #cfa4c29e;border-radius:12px;margin-top:16px;padding:14px}.chapter-replace-pages-field{margin:0 0 10px}.chapter-replace-pages-form .button{margin-left:auto}@media (width<=700px){.chapter-replace-pages-form{padding:11px}.chapter-replace-pages-form .button{justify-content:center;width:100%}}.site-announcement{background:#fff7fce6;border:1px solid #e2aaccbf;border-radius:16px;align-items:flex-start;gap:12px;margin:0 0 24px;padding:14px 16px;display:flex;box-shadow:0 8px 24px #663d580e}.site-announcement-icon{flex:none;padding-top:1px;line-height:1}.site-announcement-icon img{width:28px;height:auto;display:block}.site-announcement .site-announcement-content.rich-content{color:#725b68;min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;flex:1;padding:0;line-height:1.7}.site-announcement .site-announcement-content>:first-child{margin-top:0}.site-announcement .site-announcement-content>:last-child{margin-bottom:0}@media (width<=560px){.site-announcement{border-radius:14px;gap:9px;margin-bottom:18px;padding:12px 13px}}.site-announcement-content a{color:#a66bc4;text-underline-offset:2px;font-weight:600;text-decoration:underline}.site-announcement-content a:hover{opacity:.8}.admin-comment-editor a{color:#7d4fa3;text-underline-offset:2px;background:#ac87c51f;border-radius:4px;padding:0 2px;text-decoration:underline;text-decoration-thickness:1.5px}.admin-comment-editor a:hover{background:#ac87c533}.favorite-button{align-items:center;gap:7px;display:inline-flex!important}.favorite-button .favorite-count{min-width:30px;height:22px;color:inherit;background:#ffffff2e;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 7px;font-size:.82rem;font-weight:700;display:inline-flex}.favorite-button .favorite-count-heart{color:inherit;font-size:.94em;line-height:1}.favorite-button.is-favorited{color:#c84d86;background:#fff3f8;border-color:#e7a1c1}.favorite-button.is-favorited .favorite-count{color:inherit;background:#f8dce9}.favorite-ranking-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;display:grid}.favorite-ranking-item{background:#ffffffc7;border:1px solid #efd8e6f2;border-radius:14px;grid-template-columns:34px 64px minmax(0,1fr);align-items:center;gap:11px;padding:10px 12px;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid;box-shadow:0 5px 18px #5d354e09}.favorite-ranking-item:hover{border-color:#dfb6d1;transform:translateY(-1px);box-shadow:0 8px 22px #5d354e0f}.favorite-ranking-number{color:#ac87c5;text-align:center;font-size:1.05rem;font-weight:800}.favorite-ranking-cover{aspect-ratio:3/4;color:#8b4b70;text-align:center;background:linear-gradient(145deg,#f4c6dd,#f8e5ef 55%,#e8cde4);border-radius:9px;place-items:center;width:64px;font-size:.68rem;font-weight:700;display:grid;overflow:hidden}.favorite-ranking-cover img{object-fit:cover;width:100%;height:100%;display:block}.favorite-ranking-info{min-width:0}.favorite-ranking-info h3{color:#ac87c5;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:.96rem;line-height:1.35;display:-webkit-box;overflow:hidden}.favorite-ranking-meta{color:#b64f7e;font-size:.82rem;font-weight:600}@media (width<=620px){.favorite-ranking-grid{grid-template-columns:1fr;gap:9px}.favorite-ranking-item{grid-template-columns:30px 56px minmax(0,1fr);gap:9px;padding:9px 10px}.favorite-ranking-cover{width:56px}.favorite-ranking-info h3{font-size:.9rem}.favorite-ranking-meta{font-size:.78rem}}.favorite-hero-slider{background:#f7e8f4;border:1px solid #ecc7e0e6;border-radius:30px;margin:0 0 30px;position:relative;overflow:hidden;box-shadow:0 16px 42px #69405d1f}.favorite-hero-track{min-height:470px;position:relative}.favorite-hero-slide{opacity:0;visibility:hidden;pointer-events:none;isolation:isolate;grid-template-columns:minmax(320px,43%) minmax(0,1fr);align-items:center;gap:46px;padding:20px 82px 28px;transition:opacity .48s,transform .48s,visibility .48s;display:grid;position:absolute;inset:0;overflow:hidden;transform:translate(18px)}.favorite-hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.favorite-hero-bg{z-index:-3;position:absolute;inset:-42px;overflow:hidden}.favorite-hero-bg img{object-fit:cover;filter:blur(24px)saturate(.82);opacity:.74;width:100%;height:100%;display:block;transform:scale(1.14)}.favorite-hero-tint{z-index:-2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(105deg,#ffdcefc7,#e2c9f6b3 52%,#ffecf8c2);position:absolute;inset:0}.favorite-hero-cover{z-index:1;aspect-ratio:3/4;color:#8b4b70;text-align:center;background:linear-gradient(145deg,#f4c6dd,#f8e5ef 55%,#e8cde4);border:2px solid #ffffffb8;border-radius:24px;justify-self:center;place-items:center;width:min(320px,100%);font-size:.82rem;font-weight:700;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 48px #53304b38}.favorite-hero-cover img{object-fit:cover;width:100%;height:100%;display:block}.favorite-hero-info{z-index:1;color:#fff;text-shadow:0 2px 12px #5c34554d;align-self:center;min-width:0;position:relative}.favorite-hero-info h2{color:#fff;letter-spacing:-.02em;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 16px;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;line-height:1.18;display:-webkit-box;overflow:hidden}.favorite-hero-author{color:#fffffff5;margin:0 0 14px;font-size:1rem;font-weight:600;line-height:1.5}.favorite-hero-author span{font-weight:700}.favorite-hero-intro{color:#fffffff0;-webkit-line-clamp:4;text-shadow:0 2px 10px #5c345552;-webkit-box-orient:vertical;max-width:570px;margin:0;font-size:.98rem;font-weight:500;line-height:1.75;display:-webkit-box;overflow:hidden}.favorite-hero-arrow{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;text-shadow:0 2px 8px #502d4b40;background:#ffffff3d;border:1px solid #ffffff80;border-radius:0 18px 18px 0;width:48px;height:80px;padding:0;font-size:2.25rem;line-height:1;transition:background .2s,transform .2s;position:absolute;top:50%;transform:translateY(-50%)}.favorite-hero-arrow:hover{background:#ffffff6b}.favorite-hero-prev{left:0}.favorite-hero-next{border-radius:18px 0 0 18px;right:0}.favorite-hero-dots{z-index:5;align-items:center;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.favorite-hero-dot{cursor:pointer;background:#ffffff85;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .2s,background .2s;box-shadow:0 1px 5px #55304d1f}.favorite-hero-dot.is-active{background:#fff;width:25px}.favorite-hero-dot:focus-visible,.favorite-hero-arrow:focus-visible{outline-offset:3px;outline:2px solid #fff}@media (width<=850px){.favorite-hero-slider{border-radius:22px;margin-bottom:24px}.favorite-hero-track{min-height:330px}.favorite-hero-slide{grid-template-columns:165px minmax(0,1fr);gap:26px;padding:24px 50px 40px}.favorite-hero-cover{border-radius:17px;width:165px}.favorite-hero-info h2{-webkit-line-clamp:3;margin-bottom:10px;font-size:clamp(1.3rem,4.7vw,1.9rem)}.favorite-hero-author{margin-bottom:9px;font-size:.88rem}.favorite-hero-intro{-webkit-line-clamp:3;font-size:.84rem;line-height:1.55}.favorite-hero-arrow{width:35px;height:60px;font-size:1.75rem}.favorite-hero-dots{bottom:11px}}@media (width<=560px){.favorite-hero-track{min-height:280px}.favorite-hero-slide{grid-template-columns:118px minmax(0,1fr);gap:17px;padding:18px 38px 34px}.favorite-hero-cover{border-radius:13px;width:118px}.favorite-hero-info h2{-webkit-line-clamp:3;font-size:1.18rem;font-weight:700;line-height:1.22}.favorite-hero-author{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:7px;font-size:.78rem;display:-webkit-box;overflow:hidden}.favorite-hero-intro{-webkit-line-clamp:3;font-size:.76rem;line-height:1.45}.favorite-hero-arrow{width:29px;height:50px;font-size:1.5rem}}@media (prefers-reduced-motion:reduce){.favorite-hero-slide,.favorite-hero-dot,.favorite-hero-arrow{transition:none}}.favorite-hero-tint{background:linear-gradient(105deg,#ffdcefa3,#e2c9f68f 52%,#ffecf89e)}.favorite-hero-tint:after{content:"";background:linear-gradient(90deg,#190f1938,#190f1957 48%,#140c166b);position:absolute;inset:0}.favorite-hero-bg img{filter:blur(14px)saturate(.9);opacity:.82;transform:scale(1.09)}.favorite-hero-tint{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(105deg,#e3aed757,#b591cf47 52%,#ebc6e14f)}.favorite-hero-tint:after{background:linear-gradient(90deg,#120c133d,#120c1457 50%,#0e09106e)}@media (width<=850px){.favorite-hero-slide{grid-template-columns:195px minmax(0,1fr);gap:28px;padding:20px 48px 38px}.favorite-hero-cover{aspect-ratio:3/4;border-radius:18px;width:195px;height:auto}.favorite-hero-cover img{object-fit:cover;width:100%;height:100%}}@media (width<=560px){.favorite-hero-track{min-height:440px}.favorite-hero-slide{flex-direction:column;justify-content:flex-start;align-items:center;gap:14px;padding:18px 38px 38px;display:flex}.favorite-hero-cover{aspect-ratio:3/4;border-radius:16px;flex:none;width:min(178px,58vw);height:auto}.favorite-hero-cover img{object-fit:cover;width:100%;height:100%}.favorite-hero-info{text-align:left;align-self:auto;width:100%}.favorite-hero-info h2{-webkit-line-clamp:2;margin-bottom:7px;font-size:1.12rem;line-height:1.24}.favorite-hero-author{-webkit-line-clamp:1;margin-bottom:6px;font-size:.76rem}.favorite-hero-intro{-webkit-line-clamp:2;font-size:.75rem;line-height:1.45}.favorite-hero-arrow{top:42%}.favorite-hero-dots{bottom:10px}}@media (width<=850px){.favorite-hero-cover{aspect-ratio:3/4;background:0 0;border:2px solid #ffffffd1;width:min(220px,31vw)}.favorite-hero-cover img{object-fit:cover;width:100%;height:100%}}@media (width<=560px){.favorite-hero-slide{padding-left:22px;padding-right:22px}.favorite-hero-cover{aspect-ratio:3/4;background:0 0;border-radius:16px;width:min(230px,72vw);max-width:calc(100% - 18px)}.favorite-hero-cover img{object-fit:cover;width:100%;height:100%}.favorite-hero-track{min-height:620px}.favorite-hero-slide{gap:16px;padding:18px 24px 56px}.favorite-hero-cover{aspect-ratio:3/4;border-radius:18px;width:min(300px,82vw);max-width:calc(100% - 28px);overflow:hidden}.favorite-hero-info{width:100%;padding:0 6px}.favorite-hero-info h2{text-align:center;-webkit-line-clamp:2;margin:0 0 8px;font-size:1.24rem;line-height:1.25}.favorite-hero-author{text-align:center;-webkit-line-clamp:1;margin:0 0 10px;font-size:.82rem}.favorite-hero-intro{text-align:left;-webkit-line-clamp:3;font-size:.79rem;line-height:1.5}.favorite-hero-arrow{top:40%}.favorite-hero-dots{bottom:16px}.favorite-hero-cover{aspect-ratio:3/4;background:0 0;width:min(300px,82vw);max-width:calc(100% - 28px);overflow:hidden}.favorite-hero-cover img{object-fit:cover;object-position:center center;transform-origin:50%;width:100%;height:100%;display:block;transform:translateY(-3.5%)scale(1.11)}}.wp-admin-layout .admin-section-menu a.admin-comments-nav-link{justify-content:space-between;gap:10px}.wp-admin-layout .admin-section-menu a.admin-comments-nav-link>span:first-child{min-width:0}.admin-nav-count{color:#fff;background:#e2529a;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex;box-shadow:0 3px 10px #e2529a3d}@media (width<=780px){.admin-nav-count{min-width:21px;height:21px;padding:0 6px;font-size:.72rem}}.username-required-overlay{z-index:10050;-webkit-backdrop-filter:blur(6px);background:#32223175;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.username-required-modal{text-align:center;background:#fffafdf7;border:1px solid #e2529a3d;border-radius:24px;width:min(460px,100vw - 32px);padding:28px 26px;box-shadow:0 24px 70px #4c2d483d}.username-required-icon{color:#fff;background:linear-gradient(135deg,#f6b7d5,#caa4e3);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 12px;font-size:1.45rem;font-weight:800;display:flex}.username-required-modal h2{color:#ac87c5;margin:0 0 10px}.username-required-modal p{color:#765f6d;max-width:390px;margin:0 auto 20px;line-height:1.65}.username-required-action{justify-content:center;min-width:170px;display:inline-flex}.username-account-notice{margin:0 0 16px}@media (width<=560px){.username-required-modal{border-radius:20px;padding:24px 20px}.username-required-modal h2{font-size:1.35rem}.username-required-modal p{font-size:.94rem}.username-required-action{width:100%}}
