:root{
  color-scheme:dark;--bg:#09070d;--panel:#12101a;--panel-2:#18131f;--text:#fff9f5;--muted:#bdb4c5;
  --line:rgba(255,255,255,.11);--pink:#ff3d71;--orange:#ff8a2b;--cyan:#29d9ff;--green:#5df2b8;
  --reader-size:19px;--reader-leading:1.82;--reader-width:760px;--reader-bg:#0d0a12;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 10% 0,rgba(117,20,52,.25),transparent 31rem),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.skip-link{position:fixed;left:1rem;top:-8rem;z-index:99;padding:.8rem 1rem;background:#fff;color:#000;border-radius:.6rem}.skip-link:focus{top:1rem}.story-shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}.story-site-header{position:sticky;top:0;z-index:40;background:rgba(9,7,13,.86);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.story-header-row{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.story-brand{text-decoration:none;font-weight:1000;letter-spacing:-.06em;font-size:1.08rem}.story-brand span{color:var(--pink)}.story-nav{display:flex;gap:.9rem;align-items:center}.story-nav a{text-decoration:none;color:#ddd3e2;font-weight:800;font-size:.8rem;text-transform:uppercase}.story-nav a:hover{color:#fff}.age-pill,.eyebrow,.story-tag{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:.35rem .65rem;font-weight:900;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.age-pill{color:#ffb8c9}.eyebrow{padding:0;border:0;color:var(--green);letter-spacing:.15em}.catalog-hero{padding:clamp(4rem,9vw,8rem) 0 2.7rem}.catalog-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:clamp(2rem,5vw,5rem);align-items:end}.catalog-hero h1,.story-hero h1{font-size:clamp(2.8rem,7vw,6.8rem);line-height:.9;letter-spacing:-.065em;margin:.7rem 0 1.2rem;max-width:900px}.catalog-hero h1 span{display:block;color:transparent;background:linear-gradient(110deg,#fff 0,#ffb2c8 45%,#ff943c 100%);background-clip:text}.hero-lead{font-size:clamp(1.05rem,2vw,1.3rem);color:#d5cbd9;max-width:720px}.hero-note{border:1px solid var(--line);border-radius:24px;padding:1.4rem;background:linear-gradient(145deg,rgba(255,61,113,.13),rgba(41,217,255,.06));box-shadow:0 24px 80px rgba(0,0,0,.32)}.hero-note strong{display:block;font-size:1.25rem;margin-bottom:.45rem}.hero-note p{color:var(--muted);margin:.2rem 0 1rem}.primary-link,.secondary-link,.story-card-link,.form-submit{display:inline-flex;justify-content:center;align-items:center;min-height:48px;border:0;border-radius:14px;padding:.75rem 1rem;background:linear-gradient(110deg,var(--pink),var(--orange));color:#fff;text-decoration:none;font-weight:1000;box-shadow:0 15px 40px rgba(255,61,113,.22);cursor:pointer}.catalog-toolbar{padding:1rem 0 1.6rem}.toolbar-panel{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1rem;border:1px solid var(--line);border-radius:20px;background:rgba(18,16,26,.88)}.chip-list{display:flex;gap:.55rem;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;min-height:38px;padding:.45rem .75rem;border:1px solid var(--line);border-radius:999px;text-decoration:none;color:#cbc2d0;font-weight:800;font-size:.78rem}.chip:hover,.chip.is-active{border-color:rgba(41,217,255,.6);background:rgba(41,217,255,.11);color:#fff}.sort-form{display:flex;align-items:center;gap:.55rem;color:var(--muted);font-size:.8rem}.sort-form select{min-height:40px;border:1px solid var(--line);border-radius:11px;background:#0f0c15;color:#fff;padding:.45rem .7rem}.catalog-section{padding:1.5rem 0 6rem}.section-head{display:flex;justify-content:space-between;gap:1.4rem;align-items:end;margin-bottom:1.4rem}.section-head h2{font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.04em;margin:.25rem 0}.section-head p{color:var(--muted);max-width:560px}.story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.story-card{position:relative;min-width:0;display:grid;grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr);overflow:hidden;border:1px solid var(--line);border-radius:25px;background:linear-gradient(145deg,#17121e,#0f0c15);transition:transform .25s,border-color .25s,box-shadow .25s}.story-card:hover{transform:translateY(-4px);border-color:rgba(255,61,113,.45);box-shadow:0 24px 60px rgba(0,0,0,.38)}.story-card-media{position:relative;min-height:330px;overflow:hidden}.story-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.story-card:hover .story-card-media img{transform:scale(1.025)}.story-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,7,13,.45),transparent 55%)}.story-card-body{padding:1.35rem;display:flex;flex-direction:column}.story-card-body h3{font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.04;letter-spacing:-.04em;margin:.7rem 0}.story-card-body h3 a{text-decoration:none}.story-card-body p{color:var(--muted);margin:.2rem 0 1rem}.story-card-meta{display:flex;flex-wrap:wrap;gap:.65rem;color:#a9a0b2;font-size:.75rem;margin-top:auto;padding-top:1rem}.story-card-link{align-self:flex-start;min-height:42px;background:#fff;color:#100b12;box-shadow:none}.story-card-link:hover{background:#ffdbe6}.empty-state{padding:3rem;border:1px dashed var(--line);border-radius:22px;text-align:center;color:var(--muted)}.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.pagination a,.pagination span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--line);border-radius:12px;text-decoration:none}.pagination .is-current{background:#fff;color:#111}.story-hero{padding:2.1rem 0 1rem}.breadcrumbs{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;color:#a99faf;font-size:.8rem;margin-bottom:2.2rem}.breadcrumbs a{text-decoration:none}.story-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:clamp(2rem,5vw,5rem);align-items:center}.story-hero h1{font-size:clamp(2.6rem,6vw,5.6rem)}.story-hero p{color:#d3cad6;font-size:clamp(1rem,1.8vw,1.2rem)}.story-hero-cover{position:relative;overflow:hidden;border-radius:30px;aspect-ratio:4/5;border:1px solid var(--line);box-shadow:0 35px 100px rgba(0,0,0,.5)}.story-hero-cover img{width:100%;height:100%;object-fit:cover}.story-hero-cover:after{content:"";position:absolute;inset:0;box-shadow:inset 0 -130px 110px rgba(9,7,13,.42)}.article-meta{display:flex;gap:.8rem;flex-wrap:wrap;color:#aca2b1;font-size:.78rem;margin:1.2rem 0}.reader-bar{position:sticky;top:68px;z-index:30;border-block:1px solid var(--line);background:rgba(13,10,18,.93);backdrop-filter:blur(18px)}.reader-progress{position:absolute;left:0;top:0;height:3px;width:0;background:linear-gradient(90deg,var(--pink),var(--orange),var(--cyan))}.reader-toolbar{width:min(980px,calc(100% - 32px));min-height:60px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.reader-toolbar strong{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reader-controls{display:flex;gap:.45rem}.reader-controls button{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:#17121e;color:#fff;cursor:pointer}.reader-controls button:hover{border-color:#fff}.story-reader{background:var(--reader-bg);padding:clamp(2.5rem,6vw,6rem) 0}.reader-column{width:min(var(--reader-width),calc(100% - 32px));margin:auto;font-family:Georgia,"Times New Roman",serif;font-size:var(--reader-size);line-height:var(--reader-leading);color:#eee8e2}.chapter{margin:0 0 4rem}.chapter-kicker{display:block;font-family:Inter,sans-serif;font-size:.7rem;letter-spacing:.15em;color:var(--pink);font-weight:900}.chapter h2{font-family:Inter,sans-serif;font-size:clamp(1.9rem,4vw,3.2rem);line-height:1.05;letter-spacing:-.04em;margin:.55rem 0 1.7rem;color:#fff}.chapter p{margin:0 0 1.4em}.chapter p:first-of-type:first-letter{float:left;font-size:4.8em;line-height:.72;padding:.08em .1em 0 0;color:#ff819f;font-family:Georgia,serif}.story-inline-image{margin:3rem -10vw;border-radius:24px;overflow:hidden;border:1px solid var(--line);background:#15111c}.story-inline-image img{width:100%;aspect-ratio:16/9;object-fit:cover}.story-inline-image figcaption{font-family:Inter,sans-serif;font-size:.76rem;color:#aaa0ae;padding:.75rem 1rem}.reader-cta{margin:3.2rem 0;padding:1.2rem;border:1px solid rgba(41,217,255,.26);border-radius:20px;background:linear-gradient(135deg,rgba(41,217,255,.09),rgba(255,61,113,.11));font-family:Inter,sans-serif;display:flex;gap:1rem;align-items:center;justify-content:space-between}.reader-cta p{margin:.2rem 0;color:#c9c0cd;font-size:.9rem}.reader-cta .primary-link{white-space:nowrap}.story-end{padding:2rem 0 4rem}.story-end-card{width:min(860px,calc(100% - 32px));margin:auto;padding:clamp(1.5rem,4vw,3rem);border-radius:26px;border:1px solid var(--line);background:linear-gradient(145deg,#17111e,#0d0a12);text-align:center}.story-end-card h2{font-size:clamp(1.8rem,4vw,3rem);margin:.5rem 0}.story-actions{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin:1.3rem 0}.secondary-link,.story-actions button{min-height:46px;padding:.7rem 1rem;border:1px solid var(--line);border-radius:13px;background:#17131d;color:#fff;text-decoration:none;font-weight:900;cursor:pointer}.comments-section{padding:2rem 0 6rem}.comments-wrap{width:min(860px,calc(100% - 32px));margin:auto}.comment-list{display:grid;gap:.8rem;margin:1.2rem 0 2rem}.comment{padding:1rem 1.1rem;border:1px solid var(--line);border-radius:16px;background:#111018}.comment-head{display:flex;justify-content:space-between;gap:1rem;font-size:.78rem;color:#a89fad}.comment p{margin:.6rem 0 0;white-space:pre-wrap}.form-card{border:1px solid var(--line);border-radius:22px;padding:clamp(1rem,4vw,2rem);background:#12101a}.field{display:grid;gap:.4rem;margin-bottom:1rem}.field label{font-size:.8rem;font-weight:900;color:#d9d0dc}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:12px;background:#0b0910;color:#fff;padding:.8rem}.field textarea{min-height:130px;resize:vertical}.field small{color:#8f8796}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.check-field{display:flex;gap:.7rem;align-items:flex-start;margin:.8rem 0;color:#c8bfcc}.check-field input{margin-top:.35rem}.honeypot{position:absolute!important;left:-10000px!important}.alert{margin:1rem 0;padding:.8rem 1rem;border-radius:12px;border:1px solid var(--line)}.alert--success{background:rgba(93,242,184,.09);border-color:rgba(93,242,184,.34)}.alert--error{background:rgba(255,61,113,.1);border-color:rgba(255,61,113,.35)}.submit-page,.admin-page{padding:3rem 0 6rem}.page-intro{max-width:760px;margin-bottom:2rem}.page-intro h1{font-size:clamp(2.4rem,6vw,5rem);line-height:.95;letter-spacing:-.055em;margin:.7rem 0}.page-intro p{color:var(--muted)}.story-footer{border-top:1px solid var(--line);padding:3rem 0;color:#a69daa}.story-footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem}.story-footer p{max-width:560px}.story-footer nav{display:grid;gap:.6rem;align-content:start}.story-footer nav a{text-decoration:none}.admin-nav{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.admin-nav a{padding:.55rem .75rem;border:1px solid var(--line);border-radius:10px;text-decoration:none}.admin-table{width:100%;border-collapse:collapse;background:#111018;border-radius:15px;overflow:hidden}.admin-table th,.admin-table td{text-align:left;padding:.75rem;border-bottom:1px solid var(--line);vertical-align:top}.admin-table th{color:#aaa0ae;font-size:.72rem;text-transform:uppercase}.admin-actions{display:flex;gap:.4rem;flex-wrap:wrap}.admin-actions button,.admin-actions a{border:1px solid var(--line);border-radius:8px;background:#18141f;color:#fff;padding:.4rem .55rem;text-decoration:none;cursor:pointer}.admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.2rem 0}.stat-card{padding:1rem;border:1px solid var(--line);border-radius:15px;background:#12101a}.stat-card strong{display:block;font-size:2rem}.admin-editor textarea{min-height:340px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.82rem}.preview-only-note{padding:.65rem 1rem;border:1px solid rgba(255,138,43,.35);border-radius:12px;background:rgba(255,138,43,.08);color:#ffd9bb;font-size:.82rem}
@media(max-width:900px){.catalog-hero-grid,.story-hero-grid{grid-template-columns:1fr}.story-hero-cover{max-height:640px}.story-grid{grid-template-columns:1fr}.toolbar-panel{align-items:flex-start;flex-direction:column}.story-card{grid-template-columns:220px 1fr}.story-inline-image{margin-inline:0}.admin-grid{grid-template-columns:1fr}.admin-table{display:block;overflow-x:auto}}
@media(max-width:620px){.story-shell{width:min(100% - 24px,1180px)}.story-header-row{min-height:60px}.story-nav a:nth-child(2){display:none}.catalog-hero{padding-top:3rem}.catalog-hero h1,.story-hero h1{font-size:clamp(2.55rem,14vw,4.3rem)}.story-card{grid-template-columns:1fr}.story-card-media{min-height:0;aspect-ratio:16/10}.story-card-body{padding:1.05rem}.section-head{display:block}.reader-bar{top:60px}.reader-toolbar{width:calc(100% - 20px)}.reader-toolbar strong{max-width:40vw}.reader-column{width:calc(100% - 26px)}.reader-cta{align-items:stretch;flex-direction:column}.reader-cta .primary-link{width:100%}.field-row{grid-template-columns:1fr}.story-footer-grid{grid-template-columns:1fr}.article-meta{gap:.5rem}.story-actions>*{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.story-card,.story-card-media img{transition:none}}
