:root { --ink:#11131a; --muted:#656b77; --paper:#f7f2e8; --white:#fff; --mint:#4de0b1; --coral:#ff6676; --yellow:#ffd357; --blue:#5ba7ff; --line:#d7d1c6; }
* { box-sizing:border-box; }
html { scroll-padding-top:120px; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Pretendard,"Noto Sans KR","Malgun Gothic",sans-serif; letter-spacing:0; }
button,input,textarea,select { font:inherit; letter-spacing:0; }
button,a { -webkit-tap-highlight-color:transparent; }
a { color:inherit; text-decoration:none; }
[hidden] { display:none !important; }
.site-header { position:sticky; top:0; z-index:20; min-height:68px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:24px; padding:10px clamp(14px,3vw,50px); color:#fff; background:rgba(17,19,26,.97); border-bottom:1px solid #343944; }
.brand { display:inline-flex; align-items:center; gap:10px; min-width:max-content; }
.brand-mark { width:42px; height:42px; display:grid; place-items:center; color:var(--ink); background:var(--mint); border:2px solid var(--ink); font-weight:950; }
.brand strong,.brand small { display:block; }.brand small { color:#abb2c0; font-size:11px; }
.main-nav { justify-self:center; display:flex; gap:26px; color:#d7d9df; font-size:14px; font-weight:850; }
.main-nav a[aria-current="page"],.main-nav a:hover { color:var(--mint); }
.account-actions { display:flex; align-items:center; gap:8px; }
.user-chip { max-width:150px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:12px; font-weight:850; }
.button,.icon-button { min-height:44px; display:inline-flex; align-items:center; justify-content:center; padding:0 18px; color:var(--ink); background:var(--mint); border:2px solid var(--ink); border-radius:4px; box-shadow:3px 3px 0 var(--ink); cursor:pointer; font-weight:900; }
.button.secondary { background:var(--white); }.button.warning { background:var(--yellow); }.button.danger { color:#fff; background:#ce3548; }
.button:disabled { opacity:.45; cursor:not-allowed; }
.site-header .button { min-height:40px; color:#fff; background:transparent; border-color:#636a77; box-shadow:none; }
.icon-button { width:42px; padding:0; color:#fff; background:transparent; border-color:#636a77; box-shadow:none; }
.page-hero { padding:clamp(46px,7vw,92px) clamp(16px,5vw,76px) 42px; border-bottom:2px solid var(--ink); }
.eyebrow { margin:0 0 12px; font-family:Consolas,monospace; font-size:12px; font-weight:900; }
.page-hero h1 { max-width:980px; margin:0; font-size:clamp(44px,6vw,92px); line-height:.98; word-break:keep-all; }
.page-hero p:last-child { max-width:720px; margin:22px 0 0; color:var(--muted); font-size:17px; line-height:1.7; font-weight:700; }
.page-shell { width:min(1480px,100%); margin:0 auto; padding:34px clamp(14px,4vw,56px) 90px; }
.gate { max-width:720px; margin:50px auto; padding:36px; background:#fff; border:2px solid var(--ink); box-shadow:6px 6px 0 var(--ink); text-align:center; }
.gate h2 { margin:0 0 12px; font-size:30px; }.gate p { color:var(--muted); line-height:1.7; }.gate .button { margin-top:12px; }
.editor-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:28px; align-items:start; }
.editor-form,.side-panel,.list-panel,.review-card,.story-detail { background:#fff; border:2px solid var(--ink); border-radius:5px; box-shadow:5px 5px 0 var(--ink); }
.editor-form { padding:clamp(20px,3vw,38px); }
.form-section + .form-section { margin-top:40px; padding-top:34px; border-top:2px solid var(--ink); }
.form-section h2 { margin:0 0 8px; font-size:28px; }.section-help { margin:0 0 24px; color:var(--muted); line-height:1.6; }
.field { display:block; margin-top:22px; }.field-row { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.field-label { display:flex; align-items:end; justify-content:space-between; gap:14px; margin-bottom:8px; font-size:13px; font-weight:900; }
.field-label em { margin-left:6px; color:#087a5b; font-size:11px; font-style:normal; }
.field-label small { color:var(--muted); font-weight:700; }
.field input,.field textarea,.field select { width:100%; min-height:52px; padding:13px 14px; color:var(--ink); background:#fbfaf7; border:2px solid #858b96; border-radius:4px; outline:none; line-height:1.6; }
.tag-editor { display:flex; flex-wrap:wrap; align-items:center; gap:8px; min-height:54px; padding:7px 10px; background:#fbfaf7; border:2px solid #858b96; border-radius:4px; }
.tag-editor:focus-within { border-color:var(--ink); box-shadow:0 0 0 3px rgba(77,224,177,.3); }
.tag-chips { display:contents; }
.tag-chip { min-height:34px; padding:5px 9px; color:var(--ink); background:var(--mint); border:1px solid var(--ink); border-radius:4px; cursor:pointer; font-size:12px; font-weight:900; }
.tag-chip:hover,.tag-chip:focus-visible { color:#fff; background:#d93f54; }
.genre-chip { background:var(--yellow); }
.field .tag-input { flex:1 1 180px; width:auto; min-width:150px; min-height:36px; padding:5px 3px; background:transparent; border:0; }
.field .tag-input:focus { box-shadow:none; }
.tag-help,.field-status { margin:7px 0 0; color:var(--muted); font-size:11px; line-height:1.5; }
.field-status.is-error { color:#b42336; font-weight:800; }
.field textarea { min-height:128px; resize:vertical; }.field textarea.tall { min-height:230px; }
.field input:focus,.field textarea:focus,.field select:focus { border-color:var(--ink); box-shadow:0 0 0 4px rgba(77,224,177,.4); }
.field [aria-invalid="true"] { border-color:#ce3548; box-shadow:0 0 0 3px rgba(206,53,72,.18); }
.field-error { min-height:20px; margin:5px 0 0; color:#b62439; font-size:12px; font-weight:800; }
.advanced { margin-top:36px; border:2px solid var(--ink); }.advanced summary { padding:18px; background:#e8f8f2; cursor:pointer; font-weight:900; }.advanced-body { padding:4px 22px 24px; }
.compact-options { margin-top:24px; border-color:#858b96; box-shadow:none; }.compact-options summary { padding:14px 16px; background:#f3f1eb; font-size:13px; }.compact-options .advanced-body { padding:0 16px 18px; }
.optional-builder { margin-top:34px; border:2px solid var(--ink); background:#fff; box-shadow:4px 4px 0 var(--ink); }
.optional-builder + .optional-builder { padding-top:0; }
.optional-builder > summary { min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:17px 20px; cursor:pointer; list-style:none; background:#eef8ff; }
.optional-builder > summary::-webkit-details-marker { display:none; }
.optional-builder > summary b,.optional-builder > summary small { display:block; }.optional-builder > summary b { font-size:21px; }.optional-builder > summary small { margin-top:5px; color:#4d5662; font-size:12px; }
.optional-builder > summary > span:last-child::before { content:"펼치기 +"; color:#075fba; font-size:12px; font-weight:950; }.optional-builder[open] > summary > span:last-child::before { content:"접기 −"; }
.optional-builder-body { padding:4px 22px 26px; border-top:2px solid var(--ink); }
.episode-editor { margin-top:34px; padding-top:34px; border-top:3px solid var(--ink); }
.episode-editor > .eyebrow { color:#087a5b; }
.submission-guide { margin:24px 0 30px; border:2px solid var(--ink); background:#ecf9f4; box-shadow:4px 4px 0 var(--ink); }
.submission-guide > summary { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:15px 18px; cursor:pointer; list-style:none; user-select:none; }
.submission-guide > summary::-webkit-details-marker { display:none; }
.submission-guide > summary:focus-visible { outline:4px solid rgba(77,224,177,.6); outline-offset:-4px; }
.submission-guide > summary span:first-child { min-width:0; }
.submission-guide > summary b,.submission-guide > summary small { display:block; }
.submission-guide > summary b { font-size:19px; }
.submission-guide > summary small { margin-top:4px; color:#48525b; font-size:12px; font-weight:750; }
.submission-guide-state { flex:0 0 auto; color:#087a5b; font-size:12px; font-weight:950; }
.submission-guide-state::before { content:"펼치기 +"; }
.submission-guide[open] .submission-guide-state::before { content:"접기 −"; }
.submission-guide-body { padding:25px 18px 22px; border-top:2px solid var(--ink); background:#fffdf8; }
.submission-guide-heading { display:flex; align-items:end; justify-content:space-between; gap:18px; }
.submission-guide-heading h3 { margin:4px 0 0; font-size:clamp(23px,3vw,34px); line-height:1.18; }
.submission-guide-heading .eyebrow { margin:0; color:#087a5b; }
.guide-copy-button { min-height:44px; padding:0 16px; white-space:nowrap; }
.guide-intro { max-width:700px; margin:14px 0 20px; color:#414852; font-size:14px; line-height:1.7; }
.episode-beat-guide { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:1px; margin:0; padding:0; background:var(--ink); border:1px solid var(--ink); list-style:none; }
.episode-beat-guide li { min-width:0; padding:14px 12px; background:#eef8ff; }
.episode-beat-guide b,.episode-beat-guide span { display:block; }
.episode-beat-guide b { color:#075fba; font-size:13px; }
.episode-beat-guide span { margin-top:7px; color:#303741; font-size:12px; line-height:1.55; }
.guide-rule-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:18px; }
.guide-rule-grid section { min-width:0; padding:14px 15px; border-left:5px solid var(--mint); background:#f0f2f5; }
.guide-rule-grid b { font-size:13px; }
.guide-rule-grid p { margin:5px 0 0; color:#3e4650; font-size:12px; line-height:1.6; }
.guide-final-check { display:flex; flex-wrap:wrap; gap:8px 14px; margin-top:18px; padding-top:16px; border-top:1px solid #b8bec8; color:#343b45; font-size:12px; }
.guide-final-check b { width:100%; color:var(--ink); font-size:13px; }
.guide-final-check span::before { content:"✓ "; color:#087a5b; font-weight:950; }
.guide-copy-status { margin:16px 0 0; color:#5a616b; font-size:11px; font-weight:750; }
.clipboard-buffer { position:fixed; left:-9999px; top:0; width:1px; height:1px; opacity:0; pointer-events:none; }
.manuscript-field textarea.manuscript { min-height:620px; padding:24px; font-size:17px; line-height:2; background:#fffdf8; resize:vertical; }
.manuscript-health { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin-top:14px; }
.manuscript-health > div { min-width:0; padding:14px; background:#f0f2f5; border:1px solid #b8bec8; }
.manuscript-health span,.manuscript-health strong { display:block; }
.manuscript-health span { color:var(--muted); font-size:11px; font-weight:900; }
.manuscript-health strong { margin-top:5px; font-size:15px; }
.manuscript-health.is-ready > div { background:#e7faf3; border-color:#3cae8e; }
.episode-draft-list { display:grid; gap:22px; }
.episode-draft-card { overflow:hidden; background:#f7f9fb; border:2px solid var(--ink); box-shadow:3px 3px 0 var(--ink); }
.episode-draft-card > summary { min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:16px 20px; cursor:pointer; list-style:none; background:#f0f3f6; user-select:none; }
.episode-draft-card > summary::-webkit-details-marker { display:none; }
.episode-draft-card > summary:focus-visible { outline:4px solid rgba(77,224,177,.55); outline-offset:-4px; }
.episode-draft-card > summary .eyebrow,.episode-draft-card > summary strong { display:block; }
.episode-draft-card > summary .eyebrow { margin:0 0 5px; color:#087a5b; }
.episode-draft-card > summary strong { max-width:56ch; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:20px; }
.episode-summary-meta { display:flex; align-items:center; gap:12px; color:#5c6470; font-size:11px; font-weight:900; white-space:nowrap; }
.episode-summary-meta i { width:11px; height:11px; display:block; border-right:2px solid var(--ink); border-bottom:2px solid var(--ink); transform:rotate(45deg) translate(-2px,-2px); transition:transform .2s; }
.episode-draft-card[open] .episode-summary-meta i { transform:rotate(225deg) translate(-1px,-1px); }
.episode-draft-card.is-ready > summary { background:#e5f8f1; }
.episode-draft-card.is-ready .episode-summary-meta b { color:#087a5b; }
.episode-draft-body { padding:2px 22px 24px; border-top:2px solid var(--ink); }
.episode-draft-tools { display:flex; justify-content:flex-end; padding-top:14px; }
.episode-draft-card .manuscript-field textarea.manuscript { min-height:520px; }
.episode-remove { min-height:38px; padding:0 12px; font-size:11px; }
.add-episode-button { width:100%; margin-top:18px; border-style:dashed; }
.episode-limit-copy { margin:10px 0 0; color:var(--muted); text-align:center; font-size:12px; font-weight:850; }
.review-status-line { margin:18px 0; padding:15px; background:#edf9f4; border:1px solid #3cae8e; }
.review-status-line > div { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.review-status-line span,.review-status-line small { color:#087a5b; font-size:11px; font-weight:900; }
.review-status-line p { margin:8px 0 4px; color:#3e4a45; font-size:13px; line-height:1.55; }
.review-expectation { margin-top:24px; padding:18px; background:#0f1720; color:#fff; border:2px solid var(--ink); }
.review-expectation > div { display:flex; align-items:center; gap:12px; }
.review-expectation p { margin:0; color:#c8d0da; font-size:13px; line-height:1.6; }
.review-expectation b,.review-expectation small { display:block; }
.review-expectation b { color:#fff; font-size:15px; }
.review-expectation small { margin-top:3px; color:var(--mint); }
.review-expectation > p { margin-top:12px; padding-top:12px; border-top:1px solid #39434f; }
.review-pulse { width:12px; height:12px; flex:0 0 auto; background:var(--mint); border-radius:50%; box-shadow:0 0 0 5px rgba(77,224,177,.2); }
.plain-text-note { margin:14px 0 0; color:var(--muted); font-size:12px; line-height:1.65; }
.origin-field { margin:18px 0 0; padding:0; border:0; }
.origin-field legend { margin-bottom:8px; font-weight:900; }
.origin-field > small { display:block; margin-top:9px; color:var(--muted); line-height:1.55; }
.origin-segments { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); padding:4px; background:var(--ink); border-radius:5px; }
.origin-segments label { position:relative; cursor:pointer; }
.origin-segments input { position:absolute; inset:50% auto auto 50%; width:1px; height:1px; opacity:0; pointer-events:none; }
.origin-segments span { min-height:46px; display:grid; place-items:center; padding:8px 12px; color:#fff; font-weight:900; }
.origin-segments input:checked + span { color:var(--ink); background:var(--mint); }
.origin-segments input:focus-visible + span { outline:3px solid var(--yellow); outline-offset:-3px; }
.consent-list { display:grid; gap:10px; margin-top:18px; }.consent { display:grid; grid-template-columns:24px 1fr; gap:10px; align-items:start; padding:14px; background:#f4f2ec; border:1px solid #c8c3ba; }.consent input { width:20px; height:20px; margin:1px 0 0; accent-color:#078765; }.consent span { line-height:1.5; font-size:13px; font-weight:750; }
.form-actions { display:flex; align-items:center; justify-content:flex-end; gap:10px; margin:34px -38px -38px; padding:18px 38px; background:#fff; border-top:2px solid var(--ink); }
.action-guidance { min-width:0; flex:1 1 260px; margin:0; color:#454c57; font-size:12px; line-height:1.55; font-weight:800; }
.side-panel { position:sticky; top:92px; padding:22px; }.side-panel h2 { margin:0; font-size:22px; }.next-step-copy { margin:14px 0 0; padding:14px; color:#273039; background:#edf9f4; border-left:5px solid #087a5b; font-size:14px; line-height:1.55; font-weight:850; }.progress-copy { margin:18px 0 0; padding-top:14px; color:var(--muted); border-top:1px solid var(--line); font-size:12px; line-height:1.5; font-weight:800; }
.checklist { list-style:none; margin:24px 0 0; padding:0; }.checklist li { display:flex; gap:9px; padding:10px 0; border-top:1px solid var(--line); color:var(--muted); font-size:13px; font-weight:800; }.checklist li::before { content:"○"; }.checklist li.done { color:#087a5b; }.checklist li.done::before { content:"●"; }
.status-bar { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px; margin-bottom:22px; }.status-bar h2 { margin:0; }.status-filter { display:flex; gap:4px; padding:4px; background:var(--ink); }.status-filter button { min-height:38px; padding:0 12px; color:#fff; background:transparent; border:0; cursor:pointer; font-weight:850; }.status-filter button.active { color:var(--ink); background:#fff; }
.story-list,.review-list { display:grid; gap:18px; }.list-panel,.review-card { padding:24px; }.list-panel header,.review-card header { display:flex; justify-content:space-between; gap:16px; }.list-panel h3,.review-card h3 { margin:0; font-size:24px; }.status-chip { align-self:flex-start; padding:7px 9px; background:var(--yellow); border:1px solid var(--ink); font-size:11px; font-weight:900; }.list-panel p,.review-card p { color:#454b57; line-height:1.65; }.list-meta { display:flex; flex-wrap:wrap; gap:12px; color:var(--muted); font-size:12px; font-weight:800; }.list-actions { display:flex; gap:8px; margin-top:18px; }.list-actions .button { min-height:40px; font-size:12px; }
.review-grid { display:grid; grid-template-columns:minmax(0,1fr) 280px; gap:18px; }.review-controls { padding:18px; background:#f0eee8; border:1px solid #c8c3ba; }.review-controls input,.review-controls textarea { width:100%; margin:6px 0 12px; padding:10px; border:2px solid #777e8a; }.review-controls textarea { min-height:100px; resize:vertical; }.review-buttons { display:grid; gap:8px; }.review-buttons .button { width:100%; }
.episode-manuscript { border:2px solid var(--line); background:rgba(255,255,255,.72); }
.episode-manuscript > summary { cursor:pointer; padding:14px 16px; font-weight:900; }
.episode-manuscript-body { max-height:520px; overflow:auto; padding:4px 16px 18px; white-space:pre-wrap; }
.episode-manuscript-body p { color:var(--ink); line-height:1.8; }
.audit-tools { margin-top:24px; padding-top:22px; border-top:2px solid var(--ink); }.audit-tools > header { align-items:end; }.audit-tools h4 { margin:0; font-size:22px; }.audit-tools > header span { color:var(--muted); font-size:12px; font-weight:850; }.audit-section { margin-top:20px; padding:16px; background:#f4f2ec; border:1px solid #c8c3ba; }.audit-section h5,.audit-section summary { margin:0; font-size:15px; font-weight:950; }.audit-section summary { cursor:pointer; }.audit-caution { margin:10px 0 !important; font-size:12px; }.audit-list { display:grid; gap:8px; margin-top:12px; }.audit-row { display:grid; grid-template-columns:minmax(180px,1fr) minmax(320px,1.25fr); gap:12px; align-items:center; padding:12px; background:#fff; border:1px solid #989da6; }.audit-row p { margin:4px 0 0; font-size:11px; }.audit-action { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:7px; }.audit-action input { width:100%; min-height:40px; padding:8px 10px; border:2px solid #777e8a; }.audit-action .button { min-height:40px; padding:0 12px; font-size:11px; }.audit-state { justify-self:end; }.audit-empty { margin:0 !important; padding:12px; background:#fff; }
.operator-section-title { margin-top:48px; }.operator-empty { padding:20px; color:var(--muted); background:#fff; border:1px dashed #858b96; text-align:center; font-weight:800; }.report-reference { margin-top:12px; }.report-link { color:#075fba; text-decoration:underline; font-weight:850; }.report-decision { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; margin-top:18px; padding-top:16px; border-top:1px solid var(--line); }.report-decision textarea { min-height:84px; padding:10px; resize:vertical; border:2px solid #777e8a; }.report-decision > div { display:grid; gap:8px; align-content:start; }.appeal-review { margin-top:20px; padding:16px; background:#e8f8f2; border-left:5px solid #078765; }.appeal-review h4 { margin:0; font-size:19px; }
.story-detail { max-width:900px; margin:0 auto; overflow:hidden; }.detail-cover { width:100%; max-height:520px; display:block; object-fit:cover; background:#242a34; }.detail-body { padding:clamp(24px,5vw,54px); }.detail-body h1 { margin:10px 0 18px; font-size:clamp(38px,6vw,70px); line-height:1.05; }.detail-logline { font-size:21px; line-height:1.65; font-weight:850; }.detail-synopsis { margin-top:34px; white-space:pre-wrap; line-height:1.9; }.detail-meta { display:flex; flex-wrap:wrap; gap:10px; color:var(--muted); font-size:13px; font-weight:800; }
.serial-page { max-width:1280px; }
.serial-detail { display:grid; gap:32px; }
.series-hero,.episode-library,.novel-reader,.work-comments { background:#fff; border:2px solid var(--ink); box-shadow:5px 5px 0 var(--ink); }
.series-hero { display:grid; grid-template-columns:minmax(260px,36%) minmax(0,1fr); min-height:520px; overflow:hidden; }
.series-cover { width:100%; height:100%; min-height:520px; object-fit:cover; background:#20242c; border-right:2px solid var(--ink); }
.series-copy { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:clamp(28px,5vw,70px); }
.series-copy h1 { margin:6px 0 20px; max-width:760px; font-size:clamp(44px,6vw,82px); line-height:1; }
.series-copy .detail-logline { margin:28px 0 0; font-size:clamp(19px,2.2vw,27px); }
.series-copy .detail-synopsis { margin:26px 0 0; color:#414752; white-space:pre-wrap; line-height:1.9; }
.ai-disclosure { margin:22px 0 0; padding:12px 14px; color:#4f5765; background:#f0f2f5; border-left:4px solid #5a66d6; font-size:12px; line-height:1.6; }
.read-first-button { margin-top:30px; }
.episode-library { padding:clamp(24px,4vw,46px); }
.episode-library > header { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:20px; }
.episode-library h2 { margin:2px 0 0; font-size:clamp(30px,4vw,48px); }
.episode-library > header > p { color:var(--muted); font-size:13px; font-weight:800; }
.episode-list { display:grid; border-top:2px solid var(--ink); }
.episode-row { width:100%; display:grid; grid-template-columns:54px minmax(0,1fr) auto; align-items:center; gap:18px; padding:20px 8px; color:var(--ink); background:#fff; border:0; border-bottom:1px solid #c8ccd3; text-align:left; cursor:pointer; }
.episode-row:hover,.episode-row:focus-visible { background:#e8f8f2; }
.episode-row.is-resume { background:#fff4c9; box-shadow:inset 5px 0 0 #ffcf4f; }
.episode-row.is-current { background:#dff7ee; box-shadow:inset 5px 0 0 #087a5b; }
.episode-row > b { font-family:ui-monospace,SFMono-Regular,Consolas,monospace; font-size:18px; }
.episode-row > span { min-width:0; }
.episode-row strong,.episode-row small { display:block; }
.episode-row strong { overflow:hidden; font-size:20px; text-overflow:ellipsis; white-space:nowrap; }
.episode-row small { margin-top:7px; overflow:hidden; color:var(--muted); font-size:12px; text-overflow:ellipsis; white-space:nowrap; }
.episode-row-meta { color:#087a5b; font-size:12px; font-weight:900; white-space:nowrap; }
.novel-reader { max-width:880px; width:100%; margin:0 auto; overflow:hidden; scroll-margin-top:120px; }
.reader-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; padding:clamp(26px,5vw,54px); background:#11131a; color:#fff; }
.reader-heading h2 { margin:5px 0 0; font-size:clamp(32px,5vw,56px); }
.reader-stats { display:flex; gap:12px; color:#b9c0cb; font-size:12px; font-weight:850; white-space:nowrap; }
.reading-progress { position:sticky; top:68px; z-index:5; height:5px; background:#d8dce2; }
.reading-progress span { display:block; width:0; height:100%; background:#4fe0b3; transition:width .15s linear; }
.novel-body { padding:clamp(36px,8vw,88px) clamp(22px,9vw,94px); background:#fffdf8; }
.novel-body p { margin:0 0 2.15em; font-family:"Noto Serif KR",NanumMyeongjo,"Malgun Gothic",serif; font-size:clamp(17px,2vw,20px); line-height:2.05; word-break:keep-all; overflow-wrap:anywhere; }
.reader-inline-next { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:22px clamp(22px,6vw,58px); color:#fff; background:#11131a; border-top:2px solid var(--ink); }
.reader-inline-next small,.reader-inline-next strong { display:block; }
.reader-inline-next small { color:#4fe0b3; font-size:11px; font-weight:900; }
.reader-inline-next strong { margin-top:5px; font-size:17px; }
.reader-inline-next .button { flex:0 0 auto; min-width:130px; background:#4fe0b3; }
.reader-login-wall,.reader-finish { padding:clamp(28px,6vw,58px); text-align:center; border-top:2px solid var(--ink); scroll-margin-top:110px; }
.reader-login-wall { color:#fff; background:#11131a; }
.reader-login-wall h3,.reader-finish h3 { margin:8px 0 16px; font-size:clamp(28px,4vw,44px); line-height:1.25; }
.reader-login-wall > p:not(.eyebrow) { max-width:600px; margin:0 auto 24px; color:#c9ced6; line-height:1.7; }
.episode-recommendation { margin:0 auto 42px; padding-bottom:38px; border-bottom:1px solid #c8ccd3; }
.recommendation-guide,.continuation-status,.reader-reaction-prompt p { margin:0 auto; max-width:650px; color:var(--muted); font-size:13px; line-height:1.65; }
.recommendation-buttons { display:grid; grid-template-columns:1fr 1fr; gap:12px; max-width:520px; margin:24px auto 18px; }
.recommendation-buttons button { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:10px; min-height:66px; padding:10px 18px; color:var(--ink); background:#fff; border:2px solid var(--ink); cursor:pointer; font:inherit; font-weight:950; text-align:left; }
.recommendation-buttons button > span:first-child { font-size:25px; line-height:1; }
.recommendation-buttons button b { min-width:2ch; color:#4a5260; text-align:right; }
.recommendation-buttons button[aria-pressed="true"] { background:#4fe0b3; box-shadow:4px 4px 0 var(--ink); transform:translate(-2px,-2px); }
.recommendation-buttons button[data-episode-vote="not_recommend"][aria-pressed="true"] { background:#ffd0d5; }
.recommendation-buttons button:disabled { cursor:not-allowed; opacity:.58; }
.operator-continuation { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:16px; max-width:650px; margin:20px auto; padding:16px; color:#fff; background:#11131a; border:2px solid #11131a; text-align:left; }
.operator-continuation p { margin:0; font-size:12px; line-height:1.55; }
.operator-continuation .button { min-height:46px; white-space:nowrap; }
.continuation-status { min-height:22px; font-weight:850; }
.reader-reaction-prompt { margin-top:6px; }
.reader-reaction-prompt h3 { margin-bottom:7px; font-size:clamp(23px,3vw,34px); }
.reaction-buttons { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:24px; }
.reaction-buttons button { min-height:54px; padding:10px 14px; color:var(--ink); background:#fff; border:2px solid var(--ink); cursor:pointer; font-weight:850; }
.reaction-buttons button[aria-pressed="true"] { background:#4fe0b3; box-shadow:3px 3px 0 var(--ink); }
.reaction-buttons b { margin-left:8px; }
.comment-section { text-align:left; }
.work-comments { padding:clamp(24px,4vw,46px); }
.comment-heading { display:flex; align-items:end; justify-content:space-between; gap:22px; margin-bottom:18px; }
.comment-heading h2,.comment-heading h3 { margin:2px 0 0; font-size:clamp(28px,3vw,42px); line-height:1.15; }
.reader-finish .comment-heading h3 { font-size:clamp(28px,3vw,42px); }
.comment-heading h2 span,.comment-heading h3 span { color:#087a5b; font-size:.58em; white-space:nowrap; }
.comment-heading > p { max-width:380px; margin:0; color:var(--muted); font-size:12px; line-height:1.55; font-weight:800; text-align:right; }
.episode-comments { margin-top:46px; padding-top:38px; border-top:2px solid var(--ink); }
.comment-list { display:grid; border-top:2px solid var(--ink); }
.comment-thread { border-bottom:1px solid #c8ccd3; }
.comment-item { position:relative; padding:18px 8px 16px; }
.comment-item header { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.comment-item header strong { font-size:14px; }
.comment-item time { color:var(--muted); font-size:11px; font-weight:750; }
.comment-item p { margin:10px 0 0; color:#2e333d; white-space:pre-wrap; line-height:1.72; overflow-wrap:anywhere; }
.comment-reply-button { margin-top:10px; padding:4px 0; color:#087a5b; background:transparent; border:0; cursor:pointer; font-size:11px; font-weight:900; }
.comment-replies { margin:0 8px 14px 34px; background:#f1f5f3; border-left:4px solid #4fe0b3; }
.comment-item.is-reply { padding:14px 16px; border-top:1px solid #d5dedb; }
.comment-empty,.comment-loading { margin:0; padding:22px 8px; color:var(--muted); border-bottom:1px solid #c8ccd3; font-size:13px; font-weight:750; }
.comment-form { margin-top:24px; }
.comment-form label { display:block; margin-bottom:8px; font-size:12px; font-weight:900; }
.comment-form textarea { width:100%; min-height:112px; padding:14px; resize:vertical; color:var(--ink); background:#fffdf8; border:2px solid #777e8a; font:inherit; line-height:1.6; }
.comment-form textarea:focus { outline:3px solid rgba(79,224,179,.48); border-color:var(--ink); }
.comment-form-footer { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:10px; }
.comment-form-footer small { color:var(--muted); font-size:11px; font-weight:750; }
.comment-form-footer .button { min-width:116px; }
.reply-context { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:9px; padding:9px 12px; color:#075f49; background:#dff7ee; border-left:4px solid #087a5b; font-size:12px; font-weight:850; }
.reply-context button { padding:3px 0; color:inherit; background:transparent; border:0; cursor:pointer; font-weight:900; text-decoration:underline; }
.episode-navigation { display:grid; grid-template-columns:1fr 1fr; gap:12px; padding:20px; border-top:1px solid #c8ccd3; }
.report-box { margin-top:44px; padding-top:18px; border:0; border-top:1px solid var(--line); }.report-box summary { color:var(--muted); cursor:pointer; font-size:13px; font-weight:850; }.report-box > p { color:var(--muted); font-size:13px; line-height:1.6; }.report-box form { max-width:640px; }.report-box .button { margin-top:18px; }
.notification-panel { margin-bottom:48px; }.notification-list { display:grid; gap:10px; }.notification-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:18px; padding:20px; background:#fff; border:1px solid #858b96; }.notification-row.unread { border-left:7px solid var(--mint); }.notification-row h3 { margin:0; font-size:18px; }.notification-row p:not(.eyebrow) { margin:8px 0 0; color:#454b57; line-height:1.6; }.notification-actions { display:flex; flex-wrap:wrap; gap:8px; align-items:start; }.notification-actions .button { min-height:38px; padding:0 12px; font-size:11px; }.appeal-form { grid-column:1/-1; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; padding-top:14px; border-top:1px solid var(--line); }.appeal-form label { font-size:12px; font-weight:900; }.appeal-form textarea { display:block; width:100%; min-height:90px; margin-top:6px; padding:10px; resize:vertical; border:2px solid #777e8a; }.appeal-form .button { align-self:end; }
.toast { position:fixed; left:50%; bottom:22px; z-index:100; max-width:calc(100% - 28px); padding:13px 18px; color:#fff; background:var(--ink); border:2px solid #fff; box-shadow:4px 4px 0 var(--coral); transform:translateX(-50%); font-size:13px; font-weight:850; }
@media (max-width:900px) { .site-header { grid-template-columns:auto 1fr; }.main-nav { order:3; grid-column:1/-1; justify-self:stretch; overflow-x:auto; padding-top:5px; }.account-actions { justify-self:end; }.editor-layout,.review-grid { grid-template-columns:1fr; }.side-panel { position:static; order:-1; }.form-actions { margin:34px -20px -20px; padding:16px 20px; } }
@media (max-width:760px) { .series-hero { grid-template-columns:1fr; }.series-cover { height:min(72svh,620px); min-height:420px; border-right:0; border-bottom:2px solid var(--ink); }.series-copy { padding:30px 22px 36px; }.series-copy h1 { font-size:48px; }.episode-library > header,.comment-heading { align-items:flex-start; flex-direction:column; }.comment-heading > p { text-align:left; }.episode-row { grid-template-columns:38px minmax(0,1fr); gap:10px; padding:17px 4px; }.episode-row-meta { grid-column:2; white-space:normal; line-height:1.5; }.episode-row small { white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }.reader-heading { align-items:flex-start; flex-direction:column; }.reaction-buttons { grid-template-columns:1fr; }.operator-continuation { grid-template-columns:1fr; text-align:center; }.operator-continuation .button { width:100%; }.reader-inline-next { align-items:stretch; flex-direction:column; }.reader-inline-next .button { width:100%; }.comment-replies { margin-left:14px; }.comment-form-footer { align-items:stretch; flex-direction:column; }.comment-form-footer .button { width:100%; } }
@media (max-width:600px) { .site-header { gap:10px; padding:8px 12px; }.brand-mark { width:38px; height:38px; }.brand small { display:none; }.main-nav { margin:0 -12px; padding:7px 12px 2px; gap:20px; font-size:12px; }.user-chip { max-width:90px; }.site-header .button { padding:0 10px; font-size:11px; }.page-hero { padding:42px 16px 30px; }.page-hero h1 { font-size:47px; }.page-shell { padding:22px 12px 70px; }.serial-page { padding-left:0; padding-right:0; }.serial-detail { gap:18px; }.series-hero,.episode-library,.novel-reader,.work-comments { border-left:0; border-right:0; box-shadow:none; }.work-comments { padding:28px 16px; }.field-row { grid-template-columns:1fr; }.editor-form { padding:20px 16px; }.optional-builder > summary { min-height:74px; padding:14px; }.optional-builder > summary b { font-size:18px; }.optional-builder > summary small { max-width:220px; }.optional-builder-body { padding:2px 12px 22px; }.submission-guide { margin-left:-4px; margin-right:-4px; box-shadow:3px 3px 0 var(--ink); }.submission-guide > summary { min-height:68px; padding:12px; }.submission-guide > summary small { max-width:210px; }.submission-guide-body { padding:20px 12px 18px; }.submission-guide-heading { align-items:flex-start; flex-direction:column; }.guide-copy-button { width:100%; }.episode-beat-guide { grid-template-columns:1fr; }.episode-beat-guide li { display:grid; grid-template-columns:58px minmax(0,1fr); gap:8px; align-items:start; padding:10px 12px; }.episode-beat-guide span { margin-top:0; }.guide-rule-grid { grid-template-columns:1fr; }.guide-final-check { display:grid; }.episode-draft-card { margin-left:-4px; margin-right:-4px; padding:16px 12px; box-shadow:2px 2px 0 var(--ink); }.episode-draft-card .manuscript-field textarea.manuscript,.manuscript-field textarea.manuscript { min-height:480px; padding:18px 14px; font-size:16px; }.manuscript-health { grid-template-columns:1fr; }.review-expectation { padding:16px 14px; }.form-actions { position:static; display:grid; grid-template-columns:1fr 1fr; margin:30px -16px -20px; padding:14px 16px; }.list-panel header,.review-card header,.audit-tools > header { flex-direction:column; align-items:flex-start; }.list-actions { display:grid; grid-template-columns:1fr 1fr; }.review-grid { gap:12px; }.audit-section { padding:12px; }.audit-row { grid-template-columns:1fr; }.audit-action,.report-decision,.notification-row,.appeal-form { grid-template-columns:1fr; }.audit-action .button,.report-decision .button,.appeal-form .button { width:100%; }.audit-state { justify-self:start; }.notification-actions { justify-content:flex-start; } }
@media (max-width:600px) {
  .episode-draft-card { padding:0; }
  .episode-draft-card > summary { min-height:72px; padding:13px 14px; }
  .episode-draft-card > summary strong { max-width:48vw; font-size:17px; }
  .episode-summary-meta { gap:8px; font-size:10px; }
  .episode-draft-body { padding:2px 12px 18px; }
  .action-guidance { grid-column:1 / -1; }
  .form-actions .button { width:100%; padding:0 10px; font-size:12px; }
}
