:root{
  --void:#252338; --obsidian:#2C2A42; --abyss:#313050; --depth:#38365A; --shadow:#413F62;
  --stone:#272535; --charcoal:#2E2C3E; --slate:#363448; --pewter:#3E3C52; --ash:#48465E;
  --gold:#D4A048; --gold-l:#E4B868; --gold-xl:#F2D89A; --gold-d:#A87828;
  --gold-ghost:rgba(212,160,72,.10); --gold-glow:rgba(212,160,72,.25);
  --gold-border:rgba(212,160,72,.32); --gold-border2:rgba(212,160,72,.60);
  --cream:#F8F2E4; --ivory:#F2EAD4; --parchment:#E8E0C8;
  --smoke:#C8C0B0; --haze:#9A9488; --mist:#726C64;
  --dot-video:#6A9FD8; --dot-toon:#D86A6A; --dot-novel:#6AD8A8;
  --dot-music:#A87AD8; --dot-photo:#D8A870; --dot-perf:#D87A50;
  --h:68px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#2C2A42;color:var(--cream);font-family:'Noto Serif KR',serif;overflow-x:hidden;line-height:1.6}
body::before{
  content:'';position:fixed;inset:0;pointer-events:none;z-index:9000;opacity:.5;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}

/* ── HEADER ── */
header{position:sticky;top:0;z-index:500;min-height:var(--h);background:rgba(38,36,58,.93);backdrop-filter:blur(18px);border-bottom:1px solid var(--gold-border);padding:.3rem 4rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
header::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold) 25%,var(--gold-xl) 50%,var(--gold) 75%,transparent);opacity:.6}
.logo{display:flex;flex-direction:column;gap:.1rem;cursor:pointer;text-decoration:none;flex-shrink:0;padding:.3rem 0}
.logo-kr{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:1.26rem;color:var(--gold-xl);letter-spacing:.18em;line-height:1}
.logo-en{font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.3em;color:var(--haze)}
.logo-rule{height:1px;background:linear-gradient(90deg,var(--gold-border2),transparent);margin:.15rem 0}
nav{display:flex;gap:0;align-items:center;flex:1;justify-content:center;min-width:0;flex-wrap:wrap}
.nav-link{font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.12em;color:var(--haze);text-decoration:none;text-transform:uppercase;transition:color .25s;cursor:pointer;background:none;border:none;padding:.55rem 1rem;white-space:nowrap;position:relative}
.nav-link::after{content:'';position:absolute;bottom:-1px;left:1rem;right:1rem;height:1px;background:var(--gold);transform:scaleX(0);transition:transform .35s cubic-bezier(.4,0,.2,1);transform-origin:center}
.nav-link:hover{color:var(--parchment)}.nav-link:hover::after,.nav-link.active::after{transform:scaleX(1)}.nav-link.active{color:var(--gold-xl)}
.header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}
.hdr-search-btn{background:transparent;border:1px solid var(--gold-border);color:var(--smoke);padding:.32rem .85rem;font-family:'DM Mono',monospace;font-size:0.99rem;letter-spacing:.12em;cursor:pointer;transition:all .22s;display:flex;align-items:center;gap:.4rem}
.hdr-search-btn:hover{border-color:var(--gold-border2);color:var(--gold-xl);background:var(--gold-ghost)}
.kbd{font-size:0.96rem;opacity:.4;border:1px solid currentColor;padding:.04rem .26rem;letter-spacing:.04em}
.hdr-fav-btn{background:transparent;border:1px solid var(--gold-border);color:var(--smoke);cursor:pointer;font-family:'DM Mono',monospace;font-size:0.99rem;letter-spacing:.08em;display:flex;align-items:center;gap:.35rem;padding:.32rem .65rem;transition:all .22s}
.hdr-fav-btn:hover{border-color:var(--gold-border2);color:var(--gold)}
.fav-badge{background:var(--gold);color:var(--obsidian);border-radius:50%;width:14px;height:14px;font-size:0.96rem;display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1}
.btn-register{background:transparent;color:var(--gold-xl);border:1px solid var(--gold-border2);padding:.42rem 1.2rem;font-family:'DM Mono',monospace;font-size:1.0rem;letter-spacing:.14em;cursor:pointer;font-weight:500;transition:all .25s;white-space:nowrap}
.btn-register:hover{background:var(--gold);color:var(--obsidian);border-color:var(--gold)}
.hdr-icon-btn{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:1px solid var(--gold-border);color:var(--smoke);padding:.35rem .75rem;font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.08em;text-decoration:none;cursor:pointer;transition:all .22s;white-space:nowrap}
.hdr-icon-btn:hover{border-color:var(--gold-border2);color:var(--gold-xl);background:var(--gold-ghost)}
.hdr-icon-btn svg{flex-shrink:0}
.hdr-icon-btn-gold{border-color:var(--gold-border2);color:var(--gold-xl);background:var(--gold-ghost)}
.hdr-icon-btn-gold:hover{background:var(--gold);color:var(--obsidian);border-color:var(--gold)}
.hdr-icon-btn-gold:hover svg{stroke:var(--obsidian)}
.hdr-btn-label{font-weight:500}
.hdr-user-name{font-family:'DM Mono',monospace;font-size:1.02rem;color:var(--gold-xl);letter-spacing:.06em}
@media(max-width:1024px){.hdr-btn-label{display:none}.hdr-icon-btn{padding:.35rem .5rem}}

/* ── ROUTING ── */
.page{display:none}.page.active{display:block}

/* ── HERO ── */
.hero{min-height:92vh;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden;background:var(--obsidian)}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 28% 50%,rgba(212,160,72,.12),transparent 65%),radial-gradient(ellipse 40% 60% at 72% 30%,rgba(42,80,64,.09),transparent 60%),radial-gradient(ellipse 50% 40% at 80% 80%,rgba(58,95,160,.06),transparent 55%);pointer-events:none;z-index:0}
.hero-left{padding:7rem 4rem 5rem;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.hero-eyebrow{display:flex;align-items:center;gap:1.2rem;font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.38em;color:var(--gold);text-transform:uppercase;margin-bottom:2.5rem;animation:fadeInUp .9s ease .1s both}
.eyebrow-diamond{width:5px;height:5px;background:var(--gold);transform:rotate(45deg);flex-shrink:0;opacity:.8}
.eyebrow-rule{flex:0 0 36px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}
h1.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(4.5rem,8.5vw,9rem);font-weight:300;line-height:.88;letter-spacing:-.01em;color:var(--ivory);margin-bottom:1.2rem;animation:fadeInUp .9s ease .2s both}
h1.hero-title em{color:var(--gold-xl);display:block;font-weight:300}
h1.hero-title strong{font-weight:600;display:block;color:var(--cream)}
.hero-sub{font-size:1.17rem;line-height:2.1;color:var(--parchment);max-width:380px;margin:2rem 0 2.8rem;font-weight:300;letter-spacing:.02em;animation:fadeInUp .9s ease .35s both}
.hero-sub em{color:var(--parchment);font-style:normal}
.hero-stats{display:flex;gap:0;margin-bottom:3rem;animation:fadeInUp .9s ease .5s both;border-top:1px solid var(--gold-border);padding-top:1.8rem}
.stat-item{display:flex;flex-direction:column;gap:.3rem;padding-right:2.5rem;margin-right:2.5rem;border-right:1px solid var(--gold-border)}
.stat-item:last-child{border-right:none;margin-right:0;padding-right:0}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:300;color:var(--gold-xl);line-height:1}
.stat-label{font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.2em;color:var(--haze);text-transform:uppercase}
.stat-trend{font-family:'DM Mono',monospace;font-size:0.96rem;color:#6AD8A8;margin-top:.1rem}
.hero-cta-row{display:flex;gap:.8rem;animation:fadeInUp .9s ease .62s both}
.btn-hero-p{background:var(--gold);color:var(--obsidian);border:1px solid var(--gold);padding:.8rem 2.2rem;font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.14em;cursor:pointer;transition:all .25s;display:inline-flex;align-items:center;gap:.6rem;font-weight:500}
.btn-hero-p:hover{background:var(--gold-xl);transform:translateY(-2px)}
.btn-hero-s{background:transparent;color:var(--parchment);border:1px solid var(--gold-border2);padding:.8rem 2.2rem;font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.14em;cursor:pointer;transition:all .25s}
.btn-hero-s:hover{border-color:var(--gold);color:var(--gold-xl)}
.hero-right{position:relative;overflow:hidden;background:var(--stone)}
.hero-visual-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 60% 40%,rgba(201,149,60,.11),transparent 55%),radial-gradient(ellipse 60% 80% at 20% 70%,rgba(42,80,64,.13),transparent 60%),radial-gradient(ellipse 40% 40% at 80% 20%,rgba(58,95,160,.09),transparent 50%),linear-gradient(145deg,var(--void),var(--stone))}
.hero-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(212,160,72,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(212,160,72,.06) 1px,transparent 1px);background-size:48px 48px}
.hero-rings{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.h-ring{position:absolute;border-radius:50%;border:1px solid;top:50%;left:50%;transform:translate(-50%,-50%)}
.h-ring-1{width:480px;height:480px;border-color:rgba(201,149,60,.055);animation:ringRotate 45s linear infinite}
.h-ring-2{width:340px;height:340px;border-color:rgba(201,149,60,.09);animation:ringRotate 30s linear infinite reverse}
.h-ring-3{width:220px;height:220px;border-color:rgba(201,149,60,.14);animation:ringRotate 20s linear infinite}
.h-ring-4{width:110px;height:110px;border-color:rgba(201,149,60,.22)}
@keyframes ringRotate{to{transform:translate(-50%,-50%) rotate(360deg)}}
.floating-tags{position:absolute;top:3.5rem;right:3rem;display:flex;flex-direction:column;gap:.4rem;align-items:flex-end;animation:floatIn 1s ease .5s both}
.f-tag{color:var(--obsidian);padding:.35rem 1.4rem .35rem 1rem;font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.14em;font-weight:600;cursor:pointer;transition:all .25s;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 50%,calc(100% - 8px) 100%,0 100%)}
.f-tag-0{background:var(--gold)}.f-tag-1{background:#4A8060}.f-tag-2{background:#7A4060}.f-tag-3{background:#3A5080}
.f-tag:hover{transform:translateX(-6px)}
.hero-spotlight{position:absolute;bottom:3.5rem;left:-1.5rem;right:3rem;background:rgba(34,32,52,.88);backdrop-filter:blur(14px);border:1px solid var(--gold-border);border-left:2px solid var(--gold);padding:1.6rem 2rem;cursor:pointer;transition:transform .32s,box-shadow .32s;animation:floatIn 1s ease .7s both;box-shadow:0 24px 64px rgba(0,0,0,.55),0 0 0 1px rgba(201,149,60,.06)}
.hero-spotlight:hover{transform:translateY(-5px) translateX(5px);box-shadow:0 32px 80px rgba(0,0,0,.65),8px 8px 0 rgba(201,149,60,.1)}
.spotlight-label{font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.3em;color:var(--gold);text-transform:uppercase;margin-bottom:.7rem;display:flex;align-items:center;gap:.6rem}
.spotlight-pulse{width:5px;height:5px;background:var(--gold);border-radius:50%;animation:pulseGlow 2s ease infinite}
@keyframes pulseGlow{0%,100%{box-shadow:0 0 0 0 rgba(201,149,60,.6)}50%{box-shadow:0 0 0 6px rgba(201,149,60,0)}}
.spotlight-title{font-family:'Cormorant Garamond',serif;font-size:1.32rem;font-weight:600;color:var(--ivory);margin-bottom:.6rem;line-height:1.35;}
.spotlight-meta{font-family:'DM Mono',monospace;font-size:1.02rem;color:var(--haze);display:flex;gap:1.4rem;flex-wrap:wrap;align-items:center}
.spotlight-badge{background:var(--gold);color:var(--obsidian);padding:.15rem .55rem;font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.08em;font-weight:600}
.hero-slide-dots{position:absolute;bottom:1.75rem;right:3rem;display:flex;gap:.4rem}
.hero-dot{width:6px;height:2px;background:rgba(240,232,213,.2);cursor:pointer;transition:all .35s}
.hero-dot.on{width:22px;background:var(--gold)}

/* ── SHARED SECTION ── */
.section-eyebrow{font-family:'DM Mono',monospace;font-size:0.99rem;letter-spacing:.35em;color:var(--gold);text-transform:uppercase;display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}
.section-eyebrow::before{content:'';width:24px;height:1px;background:linear-gradient(90deg,var(--gold),transparent);flex-shrink:0}
.section-title{font-family:'Cormorant Garamond',serif;font-size:3.2rem;font-weight:300;letter-spacing:-.01em;line-height:.95;color:var(--ivory)}
.section-title em{color:var(--gold-xl)}
.section-sub{font-size:1.15rem;color:var(--smoke);font-weight:300;line-height:1.9;max-width:480px;margin-top:.8rem}
.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:4rem}
.view-all{font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.16em;color:var(--gold);text-decoration:none;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--gold-border2);padding-bottom:2px;transition:all .22s;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;white-space:nowrap}
.view-all:hover{opacity:.7;gap:.8rem}

/* ── AI BAND ── */
.ai-band{background:var(--stone);border-top:1px solid var(--gold-border);border-bottom:1px solid var(--gold-border);padding:5rem 4rem;position:relative;overflow:hidden}
.ai-band::before{content:'AI';position:absolute;right:1rem;top:50%;transform:translateY(-50%) rotate(90deg);font-family:'Cormorant Garamond',serif;font-size:14.0rem;font-weight:300;color:rgba(201,149,60,.03);letter-spacing:-.05em;pointer-events:none;line-height:1}
.ai-band-inner{display:grid;grid-template-columns:260px 1fr;gap:4rem;align-items:center}
.ai-sigil{width:44px;height:44px;border:1px solid var(--gold-border);display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:1.54rem;color:var(--gold);margin-bottom:.7rem;position:relative}
.ai-sigil::before{content:'';position:absolute;inset:4px;border:1px solid var(--gold-border);opacity:.5}
.ai-title{font-family:'Cormorant Garamond',serif;font-size:2.1rem;font-weight:300;color:var(--ivory);line-height:1}
.ai-title em{color:var(--gold-xl)}
.ai-sub{font-family:'DM Mono',monospace;font-size:1.0rem;letter-spacing:.1em;color:var(--haze);line-height:2;margin-top:.6rem}
.ai-cards-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}
.ai-card{background:rgba(255,255,255,.08);border:1px solid var(--gold-border);padding:1.5rem 1.2rem;cursor:pointer;transition:all .28s;position:relative;overflow:hidden}
.ai-card:hover{background:rgba(255,255,255,.08);border-color:var(--gold-border2);transform:translateY(-4px)}
.ai-match{font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.12em;color:#6AD8A8;position:absolute;top:.7rem;right:.7rem}
.ai-card-rank{font-family:'DM Mono',monospace;font-size:1.08rem;color:var(--haze);letter-spacing:.12em;margin-bottom:.9rem;display:flex;align-items:baseline;gap:.4rem}
.ai-card-rank-num{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:300;color:var(--gold);line-height:1}
.ai-card-emoji{font-size:1.54rem;margin-bottom:.6rem;display:block}
.ai-card-title{font-size:1.17rem;font-weight:600;color:var(--ivory);line-height:1.5;margin-bottom:.4rem}
.ai-card-type{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--haze);letter-spacing:.07em}

/* ── SEARCH ── */
.search-section{background:var(--obsidian);padding:5.5rem 4rem;position:relative;overflow:hidden}
.search-section::after{content:'SEARCH';position:absolute;right:-1rem;top:50%;transform:translateY(-50%) rotate(90deg);font-family:'Cormorant Garamond',serif;font-size:9.0rem;font-weight:300;color:rgba(201,149,60,.025);letter-spacing:-.02em;pointer-events:none;line-height:1}
.search-label{font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.35em;color:var(--gold);text-transform:uppercase;margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem}
.search-label::before{content:'';width:28px;height:1px;background:var(--gold)}
.search-bar{display:flex;max-width:760px;margin-bottom:1.8rem}
.search-input{flex:1;background:rgba(255,255,255,.07);border:1px solid var(--gold-border);border-right:none;color:var(--cream);padding:1.1rem 1.5rem;font-family:'Noto Serif KR',serif;font-size:1.26rem;outline:none;transition:border-color .22s}
.search-input::placeholder{color:rgba(240,232,213,.2)}.search-input:focus{border-color:var(--gold-border2)}
.search-btn{background:var(--gold);border:none;color:var(--obsidian);padding:1rem 2rem;font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.14em;cursor:pointer;font-weight:600;transition:background .2s;white-space:nowrap}
.search-btn:hover{background:var(--gold-xl)}
.search-results-hint{font-family:'DM Mono',monospace;font-size:1.0rem;letter-spacing:.1em;color:rgba(240,232,213,.26);margin-bottom:1.2rem;min-height:1.2em}
.filter-row{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}
.filter-chip{background:transparent;border:1px solid var(--gold-border);color:rgba(240,232,213,.48);padding:.28rem .85rem;font-family:'DM Mono',monospace;font-size:0.99rem;letter-spacing:.08em;cursor:pointer;transition:all .18s}
.filter-chip:hover,.filter-chip.active{background:var(--gold);border-color:var(--gold);color:var(--obsidian)}
.filter-divider{width:1px;height:14px;background:rgba(255,255,255,.07);margin:0 .1rem}

/* ── CATEGORIES ── */
.categories{padding:7rem 4rem;background:var(--charcoal)}
.cat-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:280px 280px;gap:2px;margin-top:4rem}
.cat-card{position:relative;overflow:hidden;cursor:pointer}
.cat-card:first-child{grid-row:1/3}
.cat-bg{position:absolute;inset:0;transition:transform .7s ease}
.cat-card:hover .cat-bg{transform:scale(1.07)}
.cat-bg-video{background:radial-gradient(ellipse 70% 70% at 30% 50%,rgba(58,95,160,.5),transparent 60%),radial-gradient(ellipse 50% 50% at 80% 20%,rgba(42,64,100,.4),transparent 55%),linear-gradient(135deg,#0A1525 0%,#071020 50%,#0A1818)}
.cat-bg-webtoon{background:radial-gradient(ellipse 60% 60% at 40% 60%,rgba(138,42,42,.5),transparent 60%),radial-gradient(ellipse 40% 50% at 75% 25%,rgba(100,30,30,.4),transparent 55%),linear-gradient(135deg,#1A0808,#0F0505,#180A10)}
.cat-bg-webnovel{background:radial-gradient(ellipse 65% 65% at 35% 45%,rgba(42,80,64,.55),transparent 60%),radial-gradient(ellipse 45% 55% at 75% 70%,rgba(30,58,46,.4),transparent 55%),linear-gradient(135deg,#071515,#050E0A,#0A1510)}
.cat-bg-music{background:radial-gradient(ellipse 70% 60% at 50% 40%,rgba(90,58,138,.5),transparent 60%),radial-gradient(ellipse 40% 50% at 20% 70%,rgba(60,40,100,.4),transparent 55%),linear-gradient(135deg,#0D0820,#080514,#10081E)}
.cat-bg-photo{background:radial-gradient(ellipse 65% 65% at 40% 50%,rgba(138,90,42,.5),transparent 60%),linear-gradient(135deg,#180C04,#100806,#1A0E06)}
.cat-bg-perf{background:radial-gradient(ellipse 65% 65% at 45% 55%,rgba(138,60,42,.5),transparent 60%),linear-gradient(135deg,#180806,#100604,#1A0A06)}
.cat-pattern{position:absolute;inset:0;opacity:.025;font-family:'Cormorant Garamond',serif;font-size:14.0rem;font-weight:300;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;line-height:1;}
.cat-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(25,22,40,.80) 0%,rgba(25,22,40,.22) 45%,transparent 70%),linear-gradient(to right,rgba(4,3,10,.22) 0%,transparent 50%)}
.cat-info{position:absolute;bottom:0;left:0;right:0;padding:2rem;transition:padding .35s}
.cat-card:hover .cat-info{padding-bottom:2.5rem}
.cat-hover-cta{position:absolute;top:.9rem;right:.9rem;background:rgba(201,149,60,.12);border:1px solid var(--gold-border2);color:var(--gold-xl);padding:.25rem .7rem;font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.1em;opacity:0;transition:opacity .28s}
.cat-card:hover .cat-hover-cta{opacity:1}
.cat-number{font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.25em;color:var(--gold);margin-bottom:.4rem;text-transform:uppercase;display:flex;align-items:center;gap:.6rem}
.cat-number::before{content:'';width:14px;height:1px;background:var(--gold);opacity:.6}
.cat-count{font-family:'DM Mono',monospace;font-size:1.08rem;color:rgba(201,149,60,.6);letter-spacing:.2em;margin-bottom:.4rem}
.cat-name{font-family:'Cormorant Garamond',serif;font-size:1.71rem;font-weight:600;color:var(--ivory);margin-bottom:.3rem;letter-spacing:.02em}
.cat-card:first-child .cat-name{font-size:2.3rem}
.cat-desc{font-size:1.13rem;color:rgba(240,232,213,.48);font-weight:300;line-height:1.7}
.cat-tags{display:flex;gap:.32rem;margin-top:.65rem;flex-wrap:wrap}
.cat-tag{border:1px solid rgba(201,149,60,.22);color:rgba(201,149,60,.75);padding:.12rem .46rem;font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.06em}

/* ── CONTENT CARDS ── */
.featured{background:var(--obsidian);padding:6.5rem 4rem}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:4rem}
.content-card{background:rgba(255,255,255,.08);border:1px solid rgba(201,149,60,.1);padding:1.9rem;cursor:pointer;transition:all .28s;position:relative;overflow:hidden}
.content-card::before{content:'';position:absolute;top:0;left:0;width:2px;height:0;background:var(--gold);transition:height .35s}
.content-card:hover{background:rgba(255,255,255,.10);border-color:rgba(201,149,60,.26);transform:translateY(-3px)}
.content-card:hover::before{height:100%}
.content-card.lgt{background:rgba(255,255,255,.08);border-color:rgba(201,149,60,.1)}
.content-card.lgt:hover{background:rgba(255,255,255,.10);border-color:rgba(201,149,60,.26)}
.content-card-fav{position:absolute;top:.85rem;right:.85rem;background:transparent;border:none;color:rgba(240,232,213,.14);cursor:pointer;font-size:1.15rem;transition:color .22s;line-height:1;padding:0}
.content-card-fav:hover,.content-card-fav.on{color:var(--gold)}
.content-type{font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.18em;color:var(--haze);text-transform:uppercase;margin-bottom:.9rem;display:flex;align-items:center;gap:.4rem}
.type-dot{width:4px;height:4px;border-radius:50%;background:var(--gold);flex-shrink:0}
.type-dot.video{background:var(--dot-video)}.type-dot.webtoon{background:var(--dot-toon)}.type-dot.novel{background:var(--dot-novel)}.type-dot.music{background:var(--dot-music)}.type-dot.photo{background:var(--dot-photo)}.type-dot.perf{background:var(--dot-perf)}
.content-title{font-family:'Noto Serif KR',serif;font-size:1.29rem;font-weight:600;color:var(--ivory);line-height:1.55;margin-bottom:.62rem}
.content-author{font-size:1.13rem;color:var(--haze);font-weight:300;margin-bottom:1.2rem}
.content-footer{display:flex;align-items:center;justify-content:space-between}
.content-region{font-family:'DM Mono',monospace;font-size:0.99rem;color:rgba(201,149,60,.62);letter-spacing:.07em}
.content-year{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--mist)}
.content-views{font-family:'DM Mono',monospace;font-size:1.08rem;color:var(--mist);letter-spacing:.05em}

/* ── MAP SECTION ── */
.map-section{padding:7rem 4rem;background:var(--charcoal)}
.map-container{display:grid;grid-template-columns:1fr 360px;gap:4.5rem;align-items:start;margin-top:4rem}
.map-visual{background:var(--obsidian);aspect-ratio:4/3;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid var(--gold-border)}
.map-visual::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 40% 50%,rgba(42,80,64,.08),transparent 60%);pointer-events:none}
.map-visual svg{width:70%;height:auto;position:relative;z-index:1}
.region-dot{fill:var(--gold);cursor:pointer;transition:fill .2s,r .2s}
.region-dot:hover,.region-dot.hl{fill:var(--gold-xl)}
.map-poly{fill:rgba(42,80,64,.22);stroke:rgba(201,149,60,.32);stroke-width:1;cursor:pointer;transition:all .28s}
.map-poly:hover,.map-poly.hl{fill:rgba(201,149,60,.2);stroke:var(--gold);stroke-width:1.5}
.map-label{fill:rgba(240,232,213,.4);font-family:'Noto Serif KR',serif;font-size:15.0px;pointer-events:none}
.map-sidebar{display:flex;flex-direction:column}
.region-item{border-bottom:1px solid rgba(201,149,60,.1);padding:1.1rem 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .22s;padding-left:0}
.region-item:hover{padding-left:.65rem}.region-item:hover .region-name,.region-item.active .region-name{color:var(--gold)}
.region-item.active{padding-left:.65rem;background:linear-gradient(90deg,rgba(201,149,60,.07),transparent)}
.region-left{display:flex;align-items:center;gap:.85rem}
.region-bar{width:2px;height:1.6rem;background:var(--mist);transition:background .22s,height .22s;flex-shrink:0}
.region-item:hover .region-bar,.region-item.active .region-bar{background:var(--gold);height:2rem}
.region-name{font-family:'Noto Serif KR',serif;font-size:1.2rem;font-weight:600;color:var(--cream);transition:color .22s}
.region-sub{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--haze);margin-top:2px}
.region-count{font-family:'DM Mono',monospace;font-size:1.02rem;color:var(--gold);letter-spacing:.07em;white-space:nowrap}

/* ── INSTITUTIONS ── */
.institutions{padding:5.5rem 4rem;background:var(--stone)}
.inst-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:3.5rem}
.inst-card{background:rgba(255,255,255,.07);border:1px solid var(--gold-border);padding:2rem 1.6rem;transition:all .25s}
.inst-card:hover{background:rgba(255,255,255,.08);border-color:var(--gold-border2)}
.inst-mark{width:36px;height:36px;border:1px solid var(--gold-border);display:flex;align-items:center;justify-content:center;font-size:1.26rem;margin-bottom:1.1rem;position:relative}
.inst-mark::after{content:'';position:absolute;inset:4px;border:1px solid rgba(201,149,60,.1)}
.inst-name{font-family:'Noto Serif KR',serif;font-size:1.15rem;font-weight:700;color:var(--ivory);margin-bottom:.32rem;line-height:1.4}
.inst-type{font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.12em;color:var(--gold);text-transform:uppercase;margin-bottom:.7rem}
.inst-contents{font-family:'DM Mono',monospace;font-size:0.98rem;color:var(--haze);line-height:2}

/* ── CREATORS HOME ── */
.creators-home{padding:6.5rem 4rem;background:var(--charcoal)}
.creator-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:4rem}
.creator-card{background:rgba(255,255,255,.07);border:1px solid var(--gold-border);padding:1.8rem 1.5rem;transition:all .3s;cursor:pointer;position:relative}
.creator-card::after{content:'→';position:absolute;bottom:1.4rem;right:1.4rem;font-family:'DM Mono',monospace;font-size:1.0rem;color:var(--gold);opacity:0;transition:opacity .22s,transform .22s;transform:translateX(-6px)}
.creator-card:hover{border-color:var(--gold-border2);transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,.4)}.creator-card:hover::after{opacity:1;transform:translateX(0)}
.creator-avatar{width:48px;height:48px;background:var(--obsidian);border:1px solid var(--gold-border);margin-bottom:1.1rem;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:1.49rem;color:var(--gold);letter-spacing:.05em}
.creator-name{font-family:'Noto Serif KR',serif;font-size:1.22rem;font-weight:700;color:var(--ivory);margin-bottom:.2rem}
.creator-type{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--gold);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.65rem}
.creator-region{font-size:1.13rem;color:var(--haze);font-weight:300;margin-bottom:.9rem}
.creator-works{font-family:'DM Mono',monospace;font-size:0.99rem;color:var(--haze);letter-spacing:.06em}
.creator-works span{color:var(--parchment);font-weight:500}

/* ── CTA ── */
.cta{background:var(--obsidian);padding:9rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center;position:relative;overflow:hidden}
.cta::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 18% 50%,rgba(201,149,60,.065),transparent 60%),radial-gradient(ellipse 40% 60% at 82% 30%,rgba(42,80,64,.055),transparent 55%);pointer-events:none}
.cta-title{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,5vw,5.5rem);font-weight:300;color:var(--ivory);line-height:.95;letter-spacing:-.01em}
.cta-title em{color:var(--gold-xl);display:block}
.cta-rule{width:60px;height:1px;background:linear-gradient(90deg,var(--gold),transparent);margin:2rem 0}
.cta-desc{color:var(--haze);font-size:1.17rem;line-height:2;font-weight:300;margin-bottom:2.5rem}
.cta-steps{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:2.5rem}
.step{display:flex;align-items:flex-start;gap:1.1rem}
.step-num{font-family:'DM Mono',monospace;font-size:0.99rem;color:var(--gold);background:rgba(201,149,60,.1);border:1px solid var(--gold-border);width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.04em}
.step-text{font-size:1.18rem;color:var(--smoke);font-weight:300;padding-top:.18rem;line-height:1.65}
.btn-cta{background:var(--gold);color:var(--obsidian);padding:1.05rem 2.5rem;font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.14em;border:none;cursor:pointer;font-weight:600;transition:all .25s;display:inline-flex;align-items:center;gap:.65rem}
.btn-cta:hover{background:var(--gold-xl);transform:translateY(-2px)}

/* ── FOOTER ── */
footer{background:var(--obsidian);border-top:1px solid rgba(201,149,60,.16);position:relative}
footer::before{content:'';display:block;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--gold) 20%,var(--gold-xl) 50%,var(--gold) 80%,transparent);opacity:.3}
.footer-main{padding:5rem 4rem 4rem;display:grid;grid-template-columns:1fr 1.5fr;gap:6rem}
.footer-monogram{font-family:'Cormorant Garamond',serif;font-size:3.5rem;font-weight:300;color:var(--gold);letter-spacing:.12em;line-height:1;margin-bottom:1.25rem;}
.footer-logo-kr{font-family:'Noto Serif KR',serif;font-size:1.2rem;font-weight:700;color:var(--parchment);letter-spacing:.15em;margin-bottom:.4rem}
.footer-logo-en{font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.3em;color:var(--haze);margin-bottom:1.5rem}
.footer-desc{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--mist);line-height:2;letter-spacing:.08em}
.footer-links-area{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding-top:.5rem}
.footer-link-head{font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.25em;color:var(--gold);text-transform:uppercase;margin-bottom:1rem;padding-bottom:.65rem;border-bottom:1px solid var(--gold-border)}
.footer-link-col a{display:block;font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--mist);text-decoration:none;letter-spacing:.07em;transition:color .2s;margin-bottom:.5rem}
.footer-link-col a:hover{color:var(--gold)}
.footer-bottom{padding:1.5rem 4rem 2rem;border-top:1px solid rgba(255,255,255,.04);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
.footer-copyright{font-family:'DM Mono',monospace;font-size:1.08rem;color:var(--mist);letter-spacing:.14em}
.footer-copyright strong{color:var(--haze)}
.footer-policy{display:flex;gap:1.5rem}
.footer-policy a{font-family:'DM Mono',monospace;font-size:1.08rem;color:var(--mist);text-decoration:none;letter-spacing:.1em;transition:color .2s}
.footer-policy a:hover{color:var(--gold)}
.footer-badge{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--mist);letter-spacing:.12em;border:1px solid rgba(255,255,255,.05);padding:.2rem .55rem}

/* ── ARCHIVE ── */
.archive-wrap{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - var(--h))}
.archive-sidebar{background:var(--stone);border-right:1px solid var(--gold-border);padding:2.5rem 1.5rem;position:sticky;top:var(--h);height:calc(100vh - var(--h));overflow-y:auto}
.archive-sidebar::-webkit-scrollbar{width:2px}.archive-sidebar::-webkit-scrollbar-thumb{background:var(--mist)}
.sidebar-section{margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid rgba(201,149,60,.08)}
.sidebar-section:last-child{border-bottom:none;margin-bottom:0}
.sidebar-label{font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.25em;color:var(--gold);text-transform:uppercase;margin-bottom:.8rem}
.sidebar-item{font-size:1.15rem;color:var(--smoke);padding:.4rem .62rem;cursor:pointer;transition:all .15s;display:flex;justify-content:space-between;align-items:center;border-left:2px solid transparent}
.sidebar-item:hover{background:rgba(255,255,255,.10);padding-left:.88rem;border-left-color:var(--haze)}
.sidebar-item.on{background:rgba(201,149,60,.08);border-left-color:var(--gold);color:var(--gold-xl);font-weight:700;padding-left:.88rem}
.sidebar-item-cnt{font-family:'DM Mono',monospace;font-size:1.08rem;color:var(--haze)}.sidebar-item.on .sidebar-item-cnt{color:var(--gold)}
.sidebar-reset{font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.07em;color:var(--haze);background:transparent;border:none;cursor:pointer;padding:0;margin-top:.5rem;transition:color .2s;display:flex;align-items:center;gap:.35rem}
.sidebar-reset:hover{color:var(--gold)}
.archive-main{padding:3rem 4rem;background:var(--charcoal)}
.archive-toolbar{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.75rem;padding-bottom:1.4rem;border-bottom:1px solid var(--gold-border)}
.archive-heading{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:300;color:var(--ivory);line-height:1}
.archive-count{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--haze);letter-spacing:.1em;margin-top:.25rem}
.sort-row{display:flex;gap:.3rem}
.sort-btn{background:transparent;border:1px solid var(--gold-border);color:var(--haze);padding:.28rem .72rem;font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.06em;cursor:pointer;transition:all .15s}
.sort-btn:hover{border-color:var(--gold);color:var(--gold)}.sort-btn.on{background:var(--gold);border-color:var(--gold);color:var(--obsidian)}
.active-chips{display:flex;gap:.4rem;flex-wrap:wrap;min-height:1.8rem;margin-bottom:1.2rem}
.active-chip{background:rgba(201,149,60,.1);border:1px solid var(--gold-border2);color:var(--gold);padding:.16rem .62rem;font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.06em;display:flex;align-items:center;gap:.38rem;cursor:pointer;transition:background .15s}
.active-chip:hover{background:rgba(201,149,60,.18)}
.archive-inline-search{display:flex;margin-bottom:1.4rem}
.arch-search-inp{flex:1;background:rgba(255,255,255,.07);border:1px solid var(--gold-border);border-right:none;color:var(--cream);padding:.65rem .95rem;font-family:'Noto Serif KR',serif;font-size:1.15rem;outline:none;transition:border-color .2s}
.arch-search-inp:focus{border-color:var(--gold-border2)}.arch-search-inp::placeholder{color:var(--haze)}
.arch-search-clr{background:rgba(255,255,255,.07);border:none;color:var(--smoke);padding:.65rem .95rem;font-family:'DM Mono',monospace;font-size:0.98rem;cursor:pointer;transition:background .15s;letter-spacing:.05em;border:1px solid var(--gold-border);border-left:none}
.arch-search-clr:hover{background:rgba(255,255,255,.08)}
.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.no-results{grid-column:1/-1;text-align:center;padding:5rem 0}
.no-results-big{font-family:'Cormorant Garamond',serif;font-size:5.0rem;font-weight:300;color:var(--mist);line-height:1;margin-bottom:.7rem;}

/* ── CREATORS PAGE ── */
.creators-page{padding:4.5rem 4rem;background:var(--charcoal)}
.creator-page-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2.75rem}
.creator-pg-chip{background:transparent;border:1px solid var(--gold-border);color:var(--haze);padding:.3rem .82rem;font-family:'DM Mono',monospace;font-size:0.99rem;letter-spacing:.07em;cursor:pointer;transition:all .18s}
.creator-pg-chip:hover{border-color:var(--gold-border2);color:var(--gold)}.creator-pg-chip.on{background:var(--gold);border-color:var(--gold);color:var(--obsidian)}
.creators-pg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.35rem}
.creator-pg-card{background:rgba(255,255,255,.07);border:1px solid var(--gold-border);padding:1.85rem;cursor:pointer;transition:all .28s}
.creator-pg-card:hover{border-color:var(--gold-border2);transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,.3)}
.creator-pg-bio{font-size:1.15rem;color:var(--smoke);font-weight:300;line-height:1.95;margin-top:.9rem}
.creator-pg-inquiry{display:flex;justify-content:space-between;align-items:center;margin-top:1.1rem;padding-top:.9rem;border-top:1px solid rgba(201,149,60,.1)}

/* ── REGION PAGE ── */
.region-page{padding:4.5rem 4rem;background:var(--charcoal)}
.region-page-wrap{display:grid;grid-template-columns:1fr 350px;gap:4.5rem;margin-top:3rem;align-items:start}
.map-visual-lg{background:var(--obsidian);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:480px;border:1px solid var(--gold-border)}
.map-visual-lg::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 70% at 45% 50%,rgba(42,80,64,.09),transparent 65%)}
.map-visual-lg svg{width:78%;height:auto;position:relative;z-index:1}
#mapTooltip{position:absolute;background:rgba(38,36,58,.92);border-left:2px solid var(--gold);padding:.7rem 1.1rem;pointer-events:none;box-shadow:8px 8px 0 rgba(0,0,0,.3);opacity:0;transition:opacity .15s;max-width:200px;z-index:10;min-width:160px;backdrop-filter:blur(8px)}
#tt-name{font-size:1.17rem;font-weight:700;margin-bottom:.2rem;color:var(--ivory)}
#tt-count{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--gold);letter-spacing:.07em}
.region-panel{overflow-y:auto;max-height:68vh}
.region-panel::-webkit-scrollbar{width:2px}.region-panel::-webkit-scrollbar-thumb{background:var(--mist)}
.region-preview{margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid var(--gold-border)}
.region-preview-label{font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.22em;color:var(--gold);text-transform:uppercase;margin-bottom:.9rem}
.region-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}
.region-mini-card{background:rgba(255,255,255,.08);border:1px solid var(--gold-border);padding:.85rem .95rem;cursor:pointer;transition:border-color .18s}
.region-mini-card:hover{border-color:var(--gold-border2)}
.region-mini-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:.2rem;color:var(--ivory)}
.region-mini-type{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--gold);letter-spacing:.06em}

/* ── CALENDAR ── */
.calendar-page{padding:4.5rem 4rem;background:var(--charcoal)}
.cal-layout{display:grid;grid-template-columns:1fr 270px;gap:3.5rem;margin-top:3rem}
.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}
.cal-month-nav{display:flex;align-items:center;gap:1.5rem}
.cal-month-title{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:300;color:var(--ivory);line-height:1;letter-spacing:-.01em}
.cal-nav-btn{background:transparent;border:1px solid var(--gold-border);color:var(--haze);width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:'DM Mono',monospace;font-size:1.13rem;transition:all .18s}
.cal-nav-btn:hover{border-color:var(--gold);color:var(--gold)}
.cal-view-btns{display:flex;gap:.3rem}
.cal-vbtn{background:transparent;border:1px solid var(--gold-border);color:var(--haze);padding:.26rem .68rem;font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.07em;cursor:pointer;transition:all .15s}
.cal-vbtn.on{background:var(--gold);border-color:var(--gold);color:var(--obsidian)}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:rgba(201,149,60,.07)}
.cal-day-header{background:var(--obsidian);padding:.5rem;text-align:center;font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.1em;color:var(--haze)}
.cal-cell{background:rgba(255,255,255,.07);padding:.5rem .44rem;min-height:88px;position:relative;cursor:pointer;transition:background .15s}
.cal-cell:hover{background:rgba(255,255,255,.07)}.cal-cell.today{background:rgba(201,149,60,.065)}.cal-cell.today .cal-date{color:var(--gold);font-weight:700}.cal-cell.other-month{background:rgba(0,0,0,.12)}
.cal-date{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--haze);margin-bottom:.3rem;display:block}
.cal-event{font-size:1.02rem;padding:.14rem .32rem;margin-bottom:.1rem;cursor:pointer;line-height:1.3;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}
.cal-event.contest{background:rgba(201,149,60,.2);color:var(--gold-xl)}.cal-event.program{background:rgba(58,95,160,.2);color:#7AB8E8}
.cal-event.event{background:rgba(42,80,64,.22);color:#7AC8A8}.cal-event.support{background:rgba(90,58,138,.2);color:#B87AE8}
.cal-list{display:flex;flex-direction:column;gap:.65rem}
.cal-list-item{background:rgba(255,255,255,.07);border:1px solid var(--gold-border);border-left:2px solid var(--gold);padding:1rem 1.2rem;cursor:pointer;transition:all .2s}
.cal-list-item:hover{border-color:var(--gold-border2);box-shadow:0 4px 16px rgba(0,0,0,.3)}.cal-list-item.program-item{border-left-color:#3A5FA0}.cal-list-item.event-item{border-left-color:#2A5040}.cal-list-item.support-item{border-left-color:#5A3A8A}
.cal-event-title{font-size:1.18rem;font-weight:700;color:var(--ivory);margin-bottom:.26rem}
.cal-event-meta{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--haze);display:flex;gap:1rem;flex-wrap:wrap}
.cal-legend{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}
.cal-legend-item{display:flex;align-items:center;gap:.62rem}
.cal-legend-dot{width:9px;height:9px;flex-shrink:0}
.cal-legend-label{font-family:'DM Mono',monospace;font-size:0.99rem;color:var(--haze);letter-spacing:.07em}
.cal-upcoming{display:flex;flex-direction:column;gap:.55rem}
.cal-up-item{background:rgba(255,255,255,.07);border:1px solid var(--gold-border);padding:.82rem .92rem}
.cal-up-date{font-family:'DM Mono',monospace;font-size:1.08rem;color:var(--gold);margin-bottom:.26rem;letter-spacing:.1em}
.cal-up-title{font-size:1.15rem;font-weight:700;color:var(--ivory);line-height:1.4}
.cal-up-org{font-family:'DM Mono',monospace;font-size:1.08rem;color:var(--haze);margin-top:.16rem}

/* ── YEARBOOK ── */
.yearbook-page{padding:4.5rem 4rem;background:var(--charcoal)}
.yb-hero{background:var(--obsidian);padding:4.5rem;margin-bottom:4rem;position:relative;overflow:hidden;border:1px solid var(--gold-border)}
.yb-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 20% 50%,rgba(201,149,60,.07),transparent 60%),radial-gradient(ellipse 40% 60% at 80% 30%,rgba(42,80,64,.06),transparent 55%)}
.yb-hero::after{content:'연감';position:absolute;right:-1rem;top:50%;transform:translateY(-50%);font-family:'Cormorant Garamond',serif;font-size:16.0rem;font-weight:300;color:rgba(212,160,72,.06);letter-spacing:-.05em;pointer-events:none;line-height:1}
.yb-hero-content{position:relative;z-index:1}
.yb-hero-year-sel{display:flex;gap:.4rem;margin-bottom:1.5rem}
.yb-year-btn{font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.1em;color:var(--haze);background:transparent;border:1px solid rgba(255,255,255,.08);padding:.28rem .72rem;cursor:pointer;transition:all .18s}
.yb-year-btn.on{background:var(--gold);border-color:var(--gold);color:var(--obsidian);font-weight:600}
.yb-hero-title{font-family:'Cormorant Garamond',serif;font-size:3.8rem;font-weight:300;color:var(--ivory);line-height:1;margin-bottom:.8rem}
.yb-hero-title span{color:var(--gold-xl)}
.yb-hero-sub{font-size:1.15rem;color:var(--smoke);font-weight:300;max-width:540px;line-height:1.95}
.yb-hero-stats{display:flex;gap:0;margin-top:2.5rem;border-top:1px solid var(--gold-border);padding-top:2rem}
.yb-stat{display:flex;flex-direction:column;gap:.2rem;padding-right:3rem;margin-right:3rem;border-right:1px solid var(--gold-border)}
.yb-stat:last-child{border-right:none;margin-right:0;padding-right:0}
.yb-stat-num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:300;color:var(--gold-xl);line-height:1}
.yb-stat-label{font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.16em;color:var(--haze)}
.yb-sections{display:flex;flex-direction:column;gap:4rem}
.yb-section-title{font-family:'Cormorant Garamond',serif;font-size:1.9rem;font-weight:300;color:var(--ivory);margin-bottom:1.5rem;display:flex;align-items:center;gap:1.5rem;}
.yb-section-title::after{content:'';flex:1;height:1px;background:var(--gold-border)}
.yb-orgs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.yb-org-card{background:rgba(255,255,255,.07);border:1px solid var(--gold-border);padding:1.7rem}
.yb-org-name{font-size:1.17rem;font-weight:700;color:var(--ivory);margin-bottom:.28rem}
.yb-org-count{font-family:'Cormorant Garamond',serif;font-size:1.9rem;font-weight:300;color:var(--gold);margin-bottom:.75rem;line-height:1}
.yb-org-types{display:flex;gap:.3rem;flex-wrap:wrap}
.yb-org-type-tag{background:rgba(201,149,60,.1);border:1px solid var(--gold-border);color:var(--gold);padding:.13rem .48rem;font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.06em}
.yb-hl-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.yb-hl-card{background:rgba(255,255,255,.07);padding:2rem;border-left:2px solid var(--gold);position:relative;overflow:hidden;cursor:pointer;transition:transform .25s,box-shadow .25s;border:1px solid var(--gold-border);border-left-width:2px}
.yb-hl-card:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(0,0,0,.35)}.yb-hl-card.alt{border-left-color:#3A5FA0}
.yb-hl-label{font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.22em;color:var(--gold);text-transform:uppercase;margin-bottom:.62rem}
.yb-hl-title{font-size:1.29rem;font-weight:700;color:var(--ivory);line-height:1.45;margin-bottom:.42rem;font-family:'Noto Serif KR',serif}
.yb-hl-meta{font-family:'DM Mono',monospace;font-size:0.99rem;color:var(--haze)}
.yb-hl-emoji{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);font-size:2.8rem;opacity:.11}
.yb-chart{background:rgba(255,255,255,.07);border:1px solid var(--gold-border);padding:2rem}
.yb-bar-chart{display:flex;flex-direction:column;gap:.72rem;margin-top:1rem}
.yb-bar-row{display:flex;align-items:center;gap:1rem}
.yb-bar-label{font-family:'DM Mono',monospace;font-size:0.99rem;color:var(--haze);width:52px;flex-shrink:0;text-align:right}
.yb-bar-track{flex:1;height:20px;background:rgba(255,255,255,.07);position:relative;overflow:hidden;border:1px solid var(--gold-border)}
.yb-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold-d),var(--gold));opacity:.8;transition:width 1.4s cubic-bezier(.4,0,.2,1)}
.yb-bar-val{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--gold-xl);position:absolute;right:.4rem;top:50%;transform:translateY(-50%);z-index:1}

/* ── FAVS ── */
.bmarks-page{padding:4.5rem 4rem;min-height:calc(100vh - var(--h));background:var(--charcoal)}
.bmarks-empty-icon{font-family:'Cormorant Garamond',serif;font-size:7.0rem;font-weight:300;color:var(--mist);line-height:1;margin-bottom:.9rem;text-align:center;padding-top:4rem}
.bmarks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}

/* ── MODALS ── */
.modal-bg{position:fixed;inset:0;background:rgba(34,32,52,.88);z-index:600;display:none;align-items:center;justify-content:center;backdrop-filter:blur(12px) saturate(1.2)}
.modal-bg.open{display:flex}
.modal-box{background:var(--stone);border:1px solid var(--gold-border);max-width:680px;width:96vw;max-height:92vh;overflow-y:auto;position:relative;box-shadow:0 40px 120px rgba(0,0,0,.7),0 0 0 1px rgba(201,149,60,.07)}
.modal-box::-webkit-scrollbar{width:2px}.modal-box::-webkit-scrollbar-thumb{background:var(--mist)}
.modal-head{padding:2.5rem 2.75rem 1.4rem;position:sticky;top:0;background:var(--stone);z-index:2;border-bottom:1px solid var(--gold-border)}
.modal-close{position:absolute;top:1.4rem;right:1.4rem;background:transparent;border:1px solid var(--gold-border);cursor:pointer;color:var(--haze);font-family:'DM Mono',monospace;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:1.13rem;transition:all .2s}
.modal-close:hover{color:var(--ivory);border-color:var(--smoke)}
.modal-body{padding:2rem 2.75rem 2.75rem}
.modal-type-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}
.modal-type{font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.22em;color:var(--gold);text-transform:uppercase;display:flex;align-items:center;gap:.4rem}
.modal-title{font-family:'Cormorant Garamond',serif;font-size:1.85rem;font-weight:600;line-height:1.3;margin-bottom:.4rem;color:var(--ivory);}
.modal-author{font-size:1.15rem;color:var(--haze);font-weight:300;margin-bottom:1.5rem}
.modal-hero-band{height:130px;display:flex;align-items:center;justify-content:center;margin-bottom:1.75rem;position:relative;overflow:hidden;border:1px solid var(--gold-border)}
.modal-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-bottom:1.75rem;background:var(--gold-border)}
.meta-cell{background:var(--stone);padding:.82rem 1rem}
.meta-cell.gold-left{border-left:2px solid var(--gold)}
.meta-key{font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.16em;color:var(--gold);text-transform:uppercase;margin-bottom:.28rem}
.meta-val{font-size:1.15rem;font-weight:700;color:var(--ivory)}
.modal-drm{background:rgba(58,95,160,.07);border:1px solid rgba(58,95,160,.2);border-left:2px solid #3A5FA0;padding:1rem 1.2rem;margin-bottom:1.75rem}
.modal-drm-title{font-family:'DM Mono',monospace;font-size:1.08rem;letter-spacing:.16em;color:#6AA0D8;text-transform:uppercase;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}
.modal-drm-items{display:flex;gap:1rem;flex-wrap:wrap}
.drm-item{font-family:'DM Mono',monospace;font-size:0.98rem;color:var(--haze);display:flex;align-items:center;gap:.28rem}
.drm-ok{color:#6AD8A8}.drm-no{color:#D86A6A}
.modal-desc{font-size:1.17rem;line-height:2;color:var(--smoke);font-weight:300;margin-bottom:1.75rem}
.modal-tags{display:flex;gap:.38rem;flex-wrap:wrap;margin-bottom:1.75rem}
.modal-tag{background:rgba(201,149,60,.1);border:1px solid var(--gold-border);color:var(--gold);padding:.15rem .58rem;font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.06em}
.modal-actions{display:flex;gap:.52rem;flex-wrap:wrap;border-top:1px solid var(--gold-border);padding-top:1.4rem}
.modal-btn{padding:.66rem 1.3rem;font-family:'DM Mono',monospace;font-size:1.0rem;letter-spacing:.1em;cursor:pointer;border:none;transition:all .2s;white-space:nowrap}
.modal-btn-gold{background:var(--gold);color:var(--obsidian);font-weight:600}.modal-btn-gold:hover{background:var(--gold-xl)}
.modal-btn-outline{background:transparent;border:1px solid var(--gold-border);color:var(--smoke)}.modal-btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.modal-btn-fav{background:transparent;border:1px solid var(--gold-border);color:var(--haze)}.modal-btn-fav.on{border-color:var(--gold);color:var(--gold);background:rgba(201,149,60,.1)}.modal-btn-fav:hover{border-color:var(--gold);color:var(--gold)}
.cm-head-wrap{display:flex;align-items:center;gap:1.1rem}
.form-group{margin-bottom:1.3rem}
.form-label{font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.16em;color:var(--gold);text-transform:uppercase;margin-bottom:.42rem;display:block}
.form-inp{width:100%;background:rgba(255,255,255,.07);border:1px solid var(--gold-border);color:var(--cream);padding:.68rem .92rem;font-family:'Noto Serif KR',serif;font-size:1.17rem;outline:none;transition:border-color .2s}
.form-inp:focus{border-color:var(--gold-border2)}.form-inp::placeholder{color:var(--haze)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.88rem}
.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23C9953C'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;padding-right:2.2rem;cursor:pointer}
.form-select option{background:var(--obsidian);color:var(--cream);padding:.5rem .8rem}
.form-hint{font-family:'DM Mono',monospace;font-size:1.08rem;color:var(--haze);margin-top:.28rem}

/* ── SEARCH OVERLAY ── */
.search-overlay{position:fixed;inset:0;background:rgba(30,28,46,.94);z-index:700;display:none;flex-direction:column;align-items:center;padding-top:14vh;backdrop-filter:blur(12px)}
.search-overlay.open{display:flex}
.search-overlay-inner{width:100%;max-width:680px;padding:0 2rem}
.search-overlay-input{width:100%;background:transparent;border:none;border-bottom:1px solid var(--gold);color:var(--cream);padding:1.2rem 0;font-family:'Cormorant Garamond',serif;font-size:2.0rem;font-weight:300;outline:none;letter-spacing:-.01em}
.search-overlay-input::placeholder{color:rgba(240,232,213,.2)}
.search-overlay-hint{font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.1em;color:rgba(240,232,213,.22);margin-top:.85rem;display:flex;gap:2rem}
.search-overlay-results{margin-top:1.75rem;max-height:52vh;overflow-y:auto}
.search-overlay-results::-webkit-scrollbar{width:2px}.search-overlay-results::-webkit-scrollbar-thumb{background:rgba(201,149,60,.4)}
.so-result{background:rgba(255,255,255,.07);border-left:2px solid transparent;padding:.82rem 1rem;cursor:pointer;transition:all .15s;margin-bottom:1px;display:flex;align-items:center;gap:.9rem}
.so-result:hover{background:rgba(255,255,255,.10);border-left-color:var(--gold)}
.so-result-title{font-size:1.2rem;font-weight:600;color:var(--ivory);margin-bottom:.17rem}
.so-result-meta{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--haze);letter-spacing:.06em}
.so-hl{background:rgba(201,149,60,.3)}

/* ── TOAST ── */
.toast-stack{position:fixed;bottom:2rem;right:2rem;z-index:800;display:flex;flex-direction:column;gap:.4rem;pointer-events:none}
.toast{background:var(--stone);border-left:2px solid var(--gold);color:var(--cream);padding:.72rem 1.25rem;font-family:'DM Mono',monospace;font-size:1.0rem;letter-spacing:.07em;box-shadow:0 12px 32px rgba(0,0,0,.5);display:flex;align-items:center;gap:.62rem;min-width:240px;pointer-events:all;animation:toastIn .35s cubic-bezier(.34,1.56,.64,1);border:1px solid var(--gold-border);border-left-width:2px}
.toast.ok{border-left-color:var(--gold)}.toast.good{border-left-color:#6AD8A8}.toast.bad{border-left-color:#D86A6A}
@keyframes toastIn{from{transform:translateX(18px);opacity:0}to{transform:none;opacity:1}}
@keyframes toastOut{to{transform:translateX(18px);opacity:0}}
.toast.out{animation:toastOut .22s ease forwards}

/* ── SCROLL TOP ── */
.scroll-top-btn{position:fixed;bottom:2rem;left:2rem;width:34px;height:34px;background:var(--stone);border:1px solid var(--gold-border);color:var(--gold);display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:'DM Mono',monospace;font-size:1.15rem;transition:all .22s;z-index:100;opacity:0;pointer-events:none}
.scroll-top-btn.show{opacity:1;pointer-events:all}.scroll-top-btn:hover{background:var(--gold);color:var(--obsidian)}

/* ── ANIMATIONS ── */
@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes floatIn{from{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}
em{font-style:normal!important;}

/* ── ARCHIVING: 컬렉션 ── */
.collection-page{padding:4.5rem 4rem;background:var(--charcoal);min-height:80vh}
.collection-breadcrumb{font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.1em;color:var(--haze);margin-bottom:2rem;display:flex;align-items:center;gap:.5rem}
.collection-breadcrumb .bc-link{color:var(--gold);cursor:pointer}.collection-breadcrumb .bc-link:hover{text-decoration:underline}
.collection-breadcrumb .sep{color:var(--t4)}
.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}
.collection-card{background:rgba(255,255,255,.04);border:1px solid var(--gold-border);cursor:pointer;transition:all .28s;overflow:hidden}
.collection-card:hover{border-color:var(--gold-border2);transform:translateY(-5px);box-shadow:0 16px 48px rgba(0,0,0,.35)}
.collection-card-head{background:linear-gradient(135deg,var(--bg2),var(--bg3));padding:1.4rem 1.4rem .9rem;border-bottom:1px solid var(--gold-border)}
.collection-card-emoji{font-size:2.0rem;margin-bottom:.5rem}
.collection-card-name{font-family:'Cormorant Garamond',serif;font-size:1.32rem;font-weight:600;color:var(--ivory);line-height:1.3;margin-bottom:.3rem}
.collection-card-curator{font-family:'DM Mono',monospace;font-size:1.0rem;letter-spacing:.08em;color:var(--gold)}
.collection-card-body{padding:1rem 1.4rem 1.2rem}
.collection-card-desc{font-size:1.14rem;color:var(--smoke);line-height:1.85;margin-bottom:.9rem}
.collection-card-footer{display:flex;justify-content:space-between;align-items:center}
.collection-count-badge{background:rgba(201,149,60,.12);border:1px solid var(--gold-border);padding:.22rem .65rem;font-family:'DM Mono',monospace;font-size:1.0rem;letter-spacing:.07em;color:var(--gold)}
.collection-period{font-family:'DM Mono',monospace;font-size:1.03rem;color:var(--haze)}
.series-back{background:transparent;border:1px solid var(--gold-border);color:var(--haze);font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.1em;padding:.4rem 1rem;cursor:pointer;transition:all .18s;margin-bottom:1.5rem;display:inline-block}
.series-back:hover{border-color:var(--gold);color:var(--gold)}
.series-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.series-card{background:rgba(255,255,255,.04);border:1px solid var(--gold-border);padding:1.2rem 1.4rem;cursor:pointer;transition:all .22s;display:flex;align-items:center;gap:1rem}
.series-card:hover{border-color:var(--gold-border2);background:rgba(201,149,60,.05)}
.series-icon{font-size:1.6rem;flex-shrink:0}
.series-name{font-size:1.22rem;font-weight:500;color:var(--ivory);margin-bottom:.3rem}
.series-meta{font-family:'DM Mono',monospace;font-size:1.0rem;color:var(--haze);letter-spacing:.05em}
.series-cnt{font-family:'DM Mono',monospace;font-size:1.05rem;color:var(--gold);flex-shrink:0}

/* ── ARCHIVING: 타임라인 ── */
.timeline-page{padding:4.5rem 4rem;background:var(--charcoal);min-height:80vh}
.tl-chart-area{margin:2.5rem 0 0}
.tl-axis{display:flex;align-items:flex-end;gap:.5rem;height:180px;padding:0 .2rem}
.tl-bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;cursor:pointer}
.tl-bar-wrap:hover .tl-bar{filter:brightness(1.3)}
.tl-bar-wrap.active .tl-bar{background:linear-gradient(to top,var(--gold),#E0AE58)!important}
.tl-bar-wrap.active .tl-year{color:var(--gold);font-weight:700}
.tl-bar{width:100%;background:rgba(45,106,159,.4);transition:all .22s;border-radius:2px 2px 0 0;min-height:4px}
.tl-cnt{font-family:'DM Mono',monospace;font-size:1.0rem;color:var(--haze)}
.tl-year{font-family:'DM Mono',monospace;font-size:1.05rem;letter-spacing:.04em;color:var(--t3)}
.tl-x-rule{border-top:1px solid rgba(201,149,60,.15);margin:.2rem .2rem 1.5rem}
.tl-drill{background:linear-gradient(135deg,var(--bg2),var(--bg3));border:1px solid var(--gold-border);padding:2rem 2.5rem;display:none}
.tl-drill.visible{display:block}
.tl-drill-head{font-family:'Cormorant Garamond',serif;font-size:1.65rem;font-weight:300;color:var(--ivory);margin-bottom:1.2rem;display:flex;align-items:center;gap:1rem}
.tl-drill-head::after{content:'';flex:1;height:1px;background:var(--gold-border)}
.tl-type-chips{display:flex;gap:.45rem;flex-wrap:wrap;margin-bottom:1.5rem}
.tl-chip{background:transparent;border:1px solid var(--gold-border);color:var(--haze);font-family:'DM Mono',monospace;font-size:1.03rem;letter-spacing:.07em;padding:.28rem .7rem;cursor:pointer;transition:all .18s}
.tl-chip.on{background:var(--gold);border-color:var(--gold);color:var(--obsidian)}
.tl-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}

/* ── ARCHIVING: 가이드 ── */
.guide-page{padding:4.5rem 4rem;background:var(--charcoal);min-height:80vh}
.guide-hero{background:linear-gradient(135deg,var(--bg2),var(--bg3));padding:3rem 3.5rem;border:1px solid var(--gold-border);margin-bottom:3rem;position:relative;overflow:hidden}
.guide-hero::after{content:'GUIDE';position:absolute;right:-1rem;top:50%;transform:translateY(-50%) rotate(90deg);font-family:'Cormorant Garamond',serif;font-size:8.0rem;font-weight:300;color:rgba(201,149,60,.04);pointer-events:none}
.guide-sections{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-bottom:2.5rem}
.guide-sec-card{background:rgba(255,255,255,.04);border:1px solid var(--gold-border);padding:1.6rem;cursor:pointer;transition:all .22s}
.guide-sec-card:hover,.guide-sec-card.active{border-color:var(--gold-border2);background:rgba(201,149,60,.06)}
.guide-sec-icon{font-size:1.6rem;margin-bottom:.7rem}
.guide-sec-title{font-size:1.2rem;font-weight:600;color:var(--ivory);margin-bottom:.5rem}
.guide-sec-desc{font-size:1.13rem;color:var(--smoke);line-height:1.85}
.guide-detail{background:rgba(255,255,255,.03);border:1px solid var(--gold-border);padding:2rem 2.5rem;margin-top:1rem;display:none}
.guide-detail.open{display:block}
.guide-detail-title{font-family:'Cormorant Garamond',serif;font-size:1.49rem;font-weight:300;color:var(--ivory);margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--gold-border)}
.guide-table{width:100%;border-collapse:collapse;font-size:1.15rem}
.guide-table th{background:rgba(201,149,60,.12);color:var(--gold);font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.08em;padding:.6rem .8rem;text-align:left;border-bottom:1px solid var(--gold-border)}
.guide-table td{padding:.55rem .8rem;border-bottom:1px solid rgba(255,255,255,.05);color:var(--smoke);vertical-align:top;line-height:1.7}
.guide-table tr:nth-child(even) td{background:rgba(255,255,255,.02)}
.g-must{font-family:'DM Mono',monospace;font-size:0.99rem;background:rgba(192,57,43,.2);color:#E57373;padding:.1rem .4rem;margin-left:.4rem}
.g-opt{font-family:'DM Mono',monospace;font-size:0.99rem;background:rgba(45,106,159,.2);color:#7AB0D4;padding:.1rem .4rem;margin-left:.4rem}
.ccl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:.8rem}
.ccl-item{background:rgba(255,255,255,.04);border:1px solid var(--gold-border);padding:.9rem;text-align:center}
.ccl-badge{font-family:'DM Mono',monospace;font-size:1.1rem;color:var(--gold);font-weight:700;margin-bottom:.35rem}
.ccl-desc{font-size:1.08rem;color:var(--smoke);line-height:1.7}
.faq-list{display:flex;flex-direction:column;gap:.5rem}
.faq-item{border:1px solid var(--gold-border)}
.faq-q{padding:.85rem 1.1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.18rem;color:var(--ivory);font-weight:500;user-select:none}
.faq-q:hover{background:rgba(201,149,60,.04)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s;font-size:1.15rem;color:var(--smoke);line-height:1.9;padding:0 1.1rem}
.faq-item.open .faq-a{max-height:200px;padding:.7rem 1.1rem 1rem}
.faq-toggle{font-family:'DM Mono',monospace;color:var(--gold);transition:transform .3s;flex-shrink:0}
.faq-item.open .faq-toggle{transform:rotate(45deg)}

/* ── 모달 PID / 뷰어탭 / 인용 ── */
.modal-pid-row{display:flex;align-items:center;gap:.7rem;background:rgba(201,149,60,.07);border:1px solid rgba(201,149,60,.2);padding:.5rem .9rem;margin-bottom:.9rem}
.modal-pid-lbl{font-family:'DM Mono',monospace;font-size:1.03rem;letter-spacing:.1em;color:var(--gold);flex-shrink:0}
.modal-pid-val{font-family:'DM Mono',monospace;font-size:1.13rem;color:var(--ivory);flex:1}
.modal-pid-copy{background:transparent;border:1px solid var(--gold-border);color:var(--haze);font-family:'DM Mono',monospace;font-size:1.02rem;padding:.2rem .55rem;cursor:pointer;flex-shrink:0}
.modal-pid-copy:hover{border-color:var(--gold);color:var(--gold)}
.access-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.18rem .55rem;font-family:'DM Mono',monospace;font-size:1.03rem;font-weight:700}
.access-badge.open{background:rgba(42,122,74,.2);color:#6BC98C;border:1px solid rgba(42,122,74,.3)}
.access-badge.member{background:rgba(45,106,159,.2);color:#7AB0D4;border:1px solid rgba(45,106,159,.3)}
.access-badge.contact{background:rgba(201,149,60,.15);color:var(--gold);border:1px solid rgba(201,149,60,.3)}
.modal-vtabs{display:flex;gap:0;border-bottom:1px solid var(--gold-border);margin-bottom:0}
.modal-vtab{background:transparent;border:none;border-bottom:2px solid transparent;color:var(--haze);font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.07em;padding:.5rem .9rem;cursor:pointer;margin-bottom:-1px;transition:all .18s}
.modal-vtab.on{color:var(--gold);border-bottom-color:var(--gold)}
.modal-vpanel{display:none;padding-top:.9rem}
.modal-vpanel.on{display:block}
.dc-table{width:100%;border-collapse:collapse;font-size:1.13rem;margin-top:.5rem}
.dc-table tr:nth-child(odd) td{background:rgba(255,255,255,.02)}
.dc-table td{padding:.4rem .6rem;border-bottom:1px solid rgba(255,255,255,.04);vertical-align:top;line-height:1.7}
.dc-table td:first-child{font-family:'DM Mono',monospace;font-size:1.05rem;color:var(--gold);white-space:nowrap;width:38%}
.viewer-mock{background:var(--bg2);border:1px solid var(--gold-border);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1.8rem;text-align:center;margin-bottom:.9rem}
.viewer-mock-icon{font-size:2.5rem}
.viewer-mock-label{font-family:'DM Mono',monospace;font-size:1.02rem;letter-spacing:.08em;color:var(--haze)}
.viewer-bar-wrap{width:70%;height:3px;background:rgba(255,255,255,.08);border-radius:2px;overflow:hidden}
.viewer-bar{height:100%;background:var(--gold);width:0%;animation:vbar 1.4s ease forwards}
@keyframes vbar{to{width:100%}}
.cite-tabs{display:flex;gap:.35rem;margin-bottom:.8rem;flex-wrap:wrap}
.cite-tab{background:transparent;border:1px solid var(--gold-border);color:var(--haze);font-family:'DM Mono',monospace;font-size:1.03rem;padding:.25rem .65rem;cursor:pointer;transition:all .18s}
.cite-tab.on{background:var(--gold);border-color:var(--gold);color:var(--obsidian);font-weight:700}
.cite-text{background:var(--bg2);border:1px solid var(--gold-border);padding:.85rem 1rem;font-family:'DM Mono',monospace;font-size:1.06rem;color:var(--smoke);line-height:1.85;white-space:pre-wrap;word-break:break-all}
.cite-copy-btn{background:transparent;border:1px solid var(--gold-border);color:var(--haze);font-family:'DM Mono',monospace;font-size:1.03rem;padding:.28rem .7rem;cursor:pointer;margin-top:.5rem;transition:all .18s}
.cite-copy-btn:hover{border-color:var(--gold);color:var(--gold)}
.modal-coll-band{background:rgba(27,42,74,.6);border:1px solid rgba(45,106,159,.25);padding:.5rem .9rem;font-family:'DM Mono',monospace;font-size:1.05rem;color:var(--t3);display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem;cursor:pointer}
.modal-coll-band:hover{background:rgba(27,42,74,.9)}
.modal-coll-band .bc-link{color:var(--gold-xl)}
.modal-rel-row{background:rgba(45,106,159,.07);border:1px solid rgba(45,106,159,.18);padding:.5rem .9rem;font-size:1.09rem;color:var(--t2);line-height:1.9;margin-top:.7rem}
.modal-rel-tag{font-family:'DM Mono',monospace;font-size:1.03rem;color:var(--gold);margin-right:.3rem}

/* ── MOBILE HAMBURGER ── */
.hdr-hamburger{display:none;background:transparent;border:1px solid var(--gold-border);color:var(--smoke);width:34px;height:34px;cursor:pointer;font-size:1.26rem;align-items:center;justify-content:center;transition:all .22s}
.hdr-hamburger:hover{border-color:var(--gold);color:var(--gold)}
.mobile-nav-extra{display:none}

/* ── RESPONSIVE ── */
@media(max-width:1280px){
  header{padding:.3rem 2rem;gap:1rem}
  .hero{grid-template-columns:1fr 1fr}
  .hero-left{padding:5rem 2.5rem 4rem}
  .ai-band{padding:4rem 2.5rem}
  .search-section{padding:4rem 2.5rem}
  .categories{padding:5rem 2.5rem}
  .featured{padding:5rem 2.5rem}
  .map-section{padding:5rem 2.5rem}
  .institutions{padding:4rem 2.5rem}
  .creators-home{padding:5rem 2.5rem}
  .cta{padding:6rem 2.5rem;gap:4rem}
  .footer-main{padding:4rem 2.5rem 3rem}
  .footer-bottom{padding:1.5rem 2.5rem 2rem}
}
@media(max-width:1024px){
  header{padding:0 1.5rem}
  .hdr-hamburger{display:flex}
  header{min-height:var(--h);padding:0 1.5rem}
  nav{display:none;position:absolute;top:var(--h);left:0;right:0;background:rgba(38,36,58,.97);backdrop-filter:blur(18px);flex-direction:column;padding:1rem 2rem;border-bottom:1px solid var(--gold-border);gap:0;z-index:500;overflow:visible;flex-wrap:nowrap}
  nav.open{display:flex}
  .nav-link{padding:.7rem 0;text-align:left;width:100%;font-size:1.02rem;letter-spacing:.12em}
  .nav-link::after{left:0;right:auto;width:0;bottom:0}
  .btn-register{display:none}
  .hdr-fav-btn .fav-badge{display:none}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-right{min-height:420px}
  .ai-band-inner{grid-template-columns:1fr}
  .map-container{grid-template-columns:1fr}
  .map-sidebar{max-height:320px;overflow-y:auto}
  .cat-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .cat-card:first-child{grid-row:auto}
  .featured-grid{grid-template-columns:repeat(2,1fr)}
  .inst-grid{grid-template-columns:repeat(2,1fr)}
  .creator-grid{grid-template-columns:repeat(2,1fr)}
  .cta{grid-template-columns:1fr;gap:3rem}
  .footer-main{grid-template-columns:1fr;gap:3rem}
  .archive-wrap{grid-template-columns:1fr}
  .archive-sidebar{position:relative;top:auto;height:auto}
  .creators-pg-grid{grid-template-columns:repeat(2,1fr)}
  .region-page-wrap{grid-template-columns:1fr}
  .cal-layout{grid-template-columns:1fr}
}
@media(max-width:640px){
  header{padding:0 1.2rem}
  .hdr-icon-btn{display:none}
  .hdr-fav-btn{display:none}
  .theme-switcher{display:none}
  .mobile-nav-extra{display:flex;flex-direction:column;border-top:1px solid var(--gold-border);margin-top:.5rem;padding-top:.5rem}
  .hero-left{padding:3.5rem 1.2rem 3rem}
  h1.hero-title{font-size:clamp(2.8rem,12vw,4.5rem)}
  .hero-stats{flex-wrap:wrap;gap:1rem}
  .stat-item{border-right:none;margin-right:0;padding-right:0}
  .ai-band{padding:3rem 1.2rem}
  .ai-cards-row{grid-template-columns:1fr 1fr}
  .search-section{padding:3rem 1.2rem}
  .categories{padding:3.5rem 1.2rem}
  .cat-grid{grid-template-columns:1fr}
  .featured{padding:3.5rem 1.2rem}
  .featured-grid{grid-template-columns:1fr}
  .map-section{padding:3.5rem 1.2rem}
  .institutions{padding:3rem 1.2rem}
  .inst-grid{grid-template-columns:1fr}
  .creators-home{padding:3.5rem 1.2rem}
  .creator-grid{grid-template-columns:1fr}
  .cta{padding:4rem 1.2rem}
  .footer-main{padding:3rem 1.2rem 2rem}
  .footer-bottom{padding:1.2rem;flex-direction:column;align-items:flex-start}
  .footer-links-area{grid-template-columns:1fr;gap:1.5rem}
  .archive-main{padding:2rem 1.2rem}
  .archive-grid{grid-template-columns:1fr}
  .creators-page{padding:3rem 1.2rem}
  .creators-pg-grid{grid-template-columns:1fr}
  .section-title{font-size:2.2rem}
  .modal-box{width:100vw;max-height:100vh}
}

/* ═══════════════════════════════════
   THEME SWITCHER UI
═══════════════════════════════════ */
.theme-switcher{position:relative;display:inline-flex;align-items:center}
.theme-toggle-btn{background:transparent;border:1px solid var(--gold-border);color:var(--smoke);padding:.32rem .65rem;font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.08em;cursor:pointer;display:flex;align-items:center;gap:.35rem;transition:all .22s;white-space:nowrap}
.theme-toggle-btn:hover{border-color:var(--gold-border2);color:var(--gold-xl);background:var(--gold-ghost)}
.theme-swatch{width:10px;height:10px;border-radius:50%;flex-shrink:0;transition:background .3s}
.theme-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:215px;box-shadow:0 16px 48px rgba(0,0,0,.5);z-index:550;display:none;overflow:hidden;border:1px solid var(--gold-border);background:var(--stone)}
.theme-dropdown.open{display:block}
.theme-dd-title{font-family:'DM Mono',monospace;font-size:0.96rem;letter-spacing:.22em;color:var(--gold);text-transform:uppercase;padding:.6rem .9rem .35rem;border-bottom:1px solid var(--gold-border)}
.theme-option{display:flex;align-items:center;gap:.6rem;padding:.5rem .9rem;cursor:pointer;transition:background .15s;border:none;width:100%;text-align:left;border-left:2px solid transparent;background:transparent}
.theme-option:hover{background:var(--gold-ghost)}
.theme-option.active{border-left-color:var(--gold);background:var(--gold-ghost)}
.theme-opt-colors{display:flex;gap:2px;flex-shrink:0}
.theme-opt-dot{width:8px;height:8px;border-radius:50%;border:1px solid rgba(128,128,128,.2)}
.theme-opt-info{display:flex;flex-direction:column;gap:.06rem}
.theme-opt-name{font-family:'DM Mono',monospace;font-size:0.99rem;color:var(--cream);letter-spacing:.04em}
.theme-opt-desc{font-family:'DM Mono',monospace;font-size:0.96rem;color:var(--haze);letter-spacing:.03em}
@media(max-width:640px){.theme-dropdown{right:-1rem;min-width:185px}}

/* Smooth theme transition */
body{transition:background-color .35s ease}
header{transition:background-color .35s ease,border-color .35s ease}

/* ═══════════════════════════════════
   THEME 2: BRIGHT (밝고 화사한)
   — 따뜻한 크림 배경, 코랄 핑크 악센트
═══════════════════════════════════ */
body.theme-bright{
  --void:#FEF6EB;--obsidian:#FFF8F0;--abyss:#FFF0DD;--depth:#FFE8C8;--shadow:#FFDEB2;
  --stone:#FFF3E2;--charcoal:#FFFBF5;--slate:#FFE5C0;--pewter:#FFD5A0;--ash:#FFC580;
  --gold:#E8527A;--gold-l:#F06B90;--gold-xl:#D03858;--gold-d:#B82848;
  --gold-ghost:rgba(232,82,122,.07);--gold-glow:rgba(232,82,122,.18);
  --gold-border:rgba(232,82,122,.16);--gold-border2:rgba(232,82,122,.35);
  --cream:#2D2525;--ivory:#1A1515;--parchment:#3A3232;
  --smoke:#5A5252;--haze:#908585;--mist:#B0A8A8;
  --dot-video:#4A90E0;--dot-toon:#E85D75;--dot-novel:#2EB88A;--dot-music:#9B6BD8;--dot-photo:#F5A623;--dot-perf:#E8694A;
  background:#FFF8F0;color:#2D2525;
}
body.theme-bright::before{opacity:0}
body.theme-bright header{background:rgba(255,248,240,.95);backdrop-filter:blur(18px)}
body.theme-bright header::before{background:linear-gradient(90deg,transparent,var(--gold) 25%,var(--gold-l) 50%,var(--gold) 75%,transparent)}
body.theme-bright .hero{background:var(--void)}
body.theme-bright .hero-visual-bg{background:radial-gradient(ellipse 80% 60% at 60% 40%,rgba(232,82,122,.07),transparent 55%),radial-gradient(ellipse 60% 80% at 20% 70%,rgba(46,184,138,.07),transparent 60%),linear-gradient(145deg,var(--void),var(--stone))}
body.theme-bright .hero::before{background:radial-gradient(ellipse 60% 80% at 28% 50%,rgba(232,82,122,.08),transparent 65%),radial-gradient(ellipse 40% 60% at 72% 30%,rgba(46,184,138,.06),transparent 60%)}
body.theme-bright .ai-band{background:var(--stone)}
body.theme-bright .ai-band::before{color:rgba(232,82,122,.04)}
body.theme-bright .content-card,body.theme-bright .ai-card,body.theme-bright .inst-card,
body.theme-bright .creator-card,body.theme-bright .creator-pg-card,body.theme-bright .cal-up-item,
body.theme-bright .cal-list-item,body.theme-bright .collection-card,body.theme-bright .series-card,
body.theme-bright .guide-sec-card,body.theme-bright .yb-org-card,body.theme-bright .yb-hl-card,
body.theme-bright .region-mini-card,body.theme-bright .yb-chart,body.theme-bright .so-result{background:rgba(0,0,0,.025)}
body.theme-bright .content-card:hover,body.theme-bright .ai-card:hover,body.theme-bright .inst-card:hover,
body.theme-bright .creator-card:hover,body.theme-bright .creator-pg-card:hover{background:rgba(0,0,0,.045)}
body.theme-bright .so-result:hover{background:rgba(0,0,0,.04)}
body.theme-bright .cal-cell{background:rgba(0,0,0,.015)}
body.theme-bright .cal-cell.today{background:rgba(232,82,122,.06)}
body.theme-bright .cal-day-header{background:var(--void)}
body.theme-bright .modal-bg{background:rgba(255,248,240,.88)}
body.theme-bright .modal-box{background:#FFF5E8;box-shadow:0 40px 120px rgba(0,0,0,.12)}
body.theme-bright .modal-head{background:#FFF5E8}
body.theme-bright .search-overlay{background:rgba(255,248,240,.96)}
body.theme-bright .search-input,body.theme-bright .form-inp,body.theme-bright .arch-search-inp,
body.theme-bright .search-overlay-input{background:rgba(0,0,0,.03);color:#2D2525}
body.theme-bright .sidebar-item:hover{background:rgba(0,0,0,.035)}
body.theme-bright .sidebar-item.on{background:rgba(232,82,122,.06)}
body.theme-bright .archive-sidebar{background:var(--stone)}
body.theme-bright nav{background:rgba(255,248,240,.97)}
body.theme-bright .toast{background:#FFF5E8;box-shadow:0 12px 32px rgba(0,0,0,.1)}
body.theme-bright .scroll-top-btn{background:#FFF5E8;box-shadow:0 4px 12px rgba(0,0,0,.08)}
body.theme-bright .cat-overlay{background:linear-gradient(to top,rgba(255,248,240,.88) 0%,rgba(255,248,240,.30) 45%,transparent 70%)}
body.theme-bright .hero-spotlight{background:rgba(255,248,240,.92);box-shadow:0 24px 64px rgba(0,0,0,.08)}
body.theme-bright .cta::before{background:radial-gradient(ellipse 50% 80% at 18% 50%,rgba(232,82,122,.05),transparent 60%)}
body.theme-bright footer{background:var(--void)}
body.theme-bright .viewer-mock,body.theme-bright .guide-hero,body.theme-bright .guide-detail,
body.theme-bright .tl-drill,body.theme-bright .yb-hero{background:rgba(0,0,0,.025)}
body.theme-bright .theme-dropdown{background:#FFF5E8;box-shadow:0 16px 48px rgba(0,0,0,.1)}
body.theme-bright .form-select option{background:#FFF5E8;color:#2D2525}
body.theme-bright .meta-cell{background:#FFF5E8}
body.theme-bright .cite-text{background:rgba(0,0,0,.025)}
body.theme-bright .dc-table tr:nth-child(odd) td{background:rgba(0,0,0,.015)}
body.theme-bright .hero-grid-lines{background-image:linear-gradient(rgba(232,82,122,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(232,82,122,.04) 1px,transparent 1px)}
body.theme-bright .map-poly{fill:rgba(232,82,122,.12);stroke:rgba(232,82,122,.25)}
body.theme-bright .map-poly:hover,body.theme-bright .map-poly.hl{fill:rgba(232,82,122,.22);stroke:var(--gold)}
body.theme-bright .f-tag-0{background:var(--gold);color:#fff}
body.theme-bright .f-tag-1{background:#2EB88A;color:#fff}
body.theme-bright .f-tag-2{background:#9B6BD8;color:#fff}
body.theme-bright .f-tag-3{background:#4A90E0;color:#fff}
body.theme-bright .filter-chip:hover,body.theme-bright .filter-chip.active,
body.theme-bright .sort-btn.on,body.theme-bright .cal-vbtn.on,body.theme-bright .tl-chip.on,
body.theme-bright .creator-pg-chip.on,body.theme-bright .yb-year-btn.on,body.theme-bright .cite-tab.on{color:#fff}
body.theme-bright .search-section::after{color:rgba(232,82,122,.04)}
body.theme-bright .modal-drm{background:rgba(74,144,224,.07);border-color:rgba(74,144,224,.2);border-left-color:#4A90E0}
body.theme-bright .h-ring-1{border-color:rgba(232,82,122,.05)}
body.theme-bright .h-ring-2{border-color:rgba(232,82,122,.08)}
body.theme-bright .h-ring-3{border-color:rgba(232,82,122,.12)}
body.theme-bright .h-ring-4{border-color:rgba(232,82,122,.20)}
body.theme-bright .yb-bar-fill{background:linear-gradient(90deg,var(--gold-d),var(--gold))}

/* ═══════════════════════════════════
   THEME 3: CLASSIC (클래식/전문적)
   — 깊은 네이비 배경, 실버/샴페인 악센트
═══════════════════════════════════ */
body.theme-classic{
  --void:#080E1A;--obsidian:#0C1628;--abyss:#0F1D32;--depth:#132640;--shadow:#182E4A;
  --stone:#0A1322;--charcoal:#0E1A2E;--slate:#132240;--pewter:#1A2D4A;--ash:#223858;
  --gold:#A0B8D0;--gold-l:#B8D0E8;--gold-xl:#88A0B8;--gold-d:#6880A0;
  --gold-ghost:rgba(160,184,208,.08);--gold-glow:rgba(160,184,208,.18);
  --gold-border:rgba(160,184,208,.14);--gold-border2:rgba(160,184,208,.32);
  --cream:#D0D8E0;--ivory:#E0E8F0;--parchment:#B8C4D0;
  --smoke:#8898A8;--haze:#607080;--mist:#4A5A6A;
  --dot-video:#5A8AB8;--dot-toon:#B86A6A;--dot-novel:#5AB890;--dot-music:#8A6AB8;--dot-photo:#B89A5A;--dot-perf:#B87A5A;
  background:#0C1628;color:#D0D8E0;
}
body.theme-classic::before{opacity:.3}
body.theme-classic header{background:rgba(12,22,40,.95);backdrop-filter:blur(18px)}
body.theme-classic header::before{background:linear-gradient(90deg,transparent,rgba(160,184,208,.3) 25%,rgba(160,184,208,.5) 50%,rgba(160,184,208,.3) 75%,transparent)}
body.theme-classic .hero{background:var(--void)}
body.theme-classic .hero-visual-bg{background:radial-gradient(ellipse 80% 60% at 60% 40%,rgba(88,120,160,.1),transparent 55%),radial-gradient(ellipse 60% 80% at 20% 70%,rgba(40,60,90,.12),transparent 60%),linear-gradient(145deg,var(--void),var(--stone))}
body.theme-classic .hero::before{background:radial-gradient(ellipse 60% 80% at 28% 50%,rgba(100,140,180,.08),transparent 65%)}
body.theme-classic .ai-band{background:var(--stone)}
body.theme-classic .ai-band::before{color:rgba(160,184,208,.03)}
body.theme-classic .content-card,body.theme-classic .ai-card,body.theme-classic .inst-card,
body.theme-classic .creator-card,body.theme-classic .creator-pg-card,body.theme-classic .cal-up-item,
body.theme-classic .cal-list-item,body.theme-classic .collection-card,body.theme-classic .series-card,
body.theme-classic .guide-sec-card,body.theme-classic .yb-org-card,body.theme-classic .yb-hl-card,
body.theme-classic .region-mini-card,body.theme-classic .yb-chart,body.theme-classic .so-result{background:rgba(160,184,208,.04)}
body.theme-classic .content-card:hover,body.theme-classic .ai-card:hover,
body.theme-classic .inst-card:hover,body.theme-classic .creator-card:hover,
body.theme-classic .creator-pg-card:hover{background:rgba(160,184,208,.07)}
body.theme-classic .so-result:hover{background:rgba(160,184,208,.06)}
body.theme-classic .modal-bg{background:rgba(8,14,26,.88)}
body.theme-classic .modal-box{background:#0A1322;box-shadow:0 40px 120px rgba(0,0,0,.6)}
body.theme-classic .modal-head{background:#0A1322}
body.theme-classic .search-overlay{background:rgba(8,14,26,.96)}
body.theme-classic .cat-overlay{background:linear-gradient(to top,rgba(12,22,40,.85) 0%,rgba(12,22,40,.25) 45%,transparent 70%)}
body.theme-classic .hero-spotlight{background:rgba(10,19,34,.92);box-shadow:0 24px 64px rgba(0,0,0,.5)}
body.theme-classic .cta::before{background:radial-gradient(ellipse 50% 80% at 18% 50%,rgba(100,140,180,.06),transparent 60%)}
body.theme-classic footer{background:var(--void)}
body.theme-classic .theme-dropdown{background:#0A1322}
body.theme-classic .form-select option{background:#0A1322;color:#D0D8E0}
body.theme-classic .meta-cell{background:#0A1322}
body.theme-classic .hero-grid-lines{background-image:linear-gradient(rgba(100,140,180,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(100,140,180,.04) 1px,transparent 1px)}
body.theme-classic .map-poly{fill:rgba(80,120,160,.15);stroke:rgba(160,184,208,.25)}
body.theme-classic .map-poly:hover,body.theme-classic .map-poly.hl{fill:rgba(160,184,208,.2);stroke:var(--gold)}
body.theme-classic .cal-cell{background:rgba(160,184,208,.03)}
body.theme-classic .cal-cell.today{background:rgba(160,184,208,.07)}
body.theme-classic .cal-day-header{background:var(--void)}
body.theme-classic .viewer-mock,body.theme-classic .guide-hero,body.theme-classic .guide-detail,
body.theme-classic .tl-drill,body.theme-classic .yb-hero{background:rgba(160,184,208,.03)}
body.theme-classic .toast{background:#0A1322;box-shadow:0 12px 32px rgba(0,0,0,.4)}
body.theme-classic .scroll-top-btn{background:#0A1322}
body.theme-classic .search-input,body.theme-classic .form-inp,body.theme-classic .arch-search-inp{background:rgba(160,184,208,.06)}
body.theme-classic .cite-text{background:rgba(160,184,208,.04)}
body.theme-classic .dc-table tr:nth-child(odd) td{background:rgba(160,184,208,.025)}
body.theme-classic .f-tag-0{background:var(--gold)}
body.theme-classic .f-tag-1{background:#5AB890}
body.theme-classic .f-tag-2{background:#8A6AB8}
body.theme-classic .f-tag-3{background:#5A8AB8}
body.theme-classic .search-section::after{color:rgba(160,184,208,.03)}
body.theme-classic .yb-bar-fill{background:linear-gradient(90deg,var(--gold-d),var(--gold))}
body.theme-classic .modal-drm{background:rgba(90,138,184,.07);border-color:rgba(90,138,184,.2);border-left-color:#5A8AB8}
body.theme-classic .h-ring-1{border-color:rgba(100,140,180,.05)}
body.theme-classic .h-ring-2{border-color:rgba(100,140,180,.08)}
body.theme-classic .h-ring-3{border-color:rgba(100,140,180,.12)}
body.theme-classic .h-ring-4{border-color:rgba(100,140,180,.20)}
body.theme-classic .sidebar-item:hover{background:rgba(160,184,208,.06)}
body.theme-classic .sidebar-item.on{background:rgba(160,184,208,.08)}
body.theme-classic nav{background:rgba(12,22,40,.97)}

/* ═══════════════════════════════════
   THEME 4: MODERN (모던/세련된)
   — 클린 화이트 배경, 틸/시안 악센트, 산세리프
═══════════════════════════════════ */
body.theme-modern{
  --void:#F2F3F5;--obsidian:#FAFBFC;--abyss:#F0F1F3;--depth:#E8E9ED;--shadow:#DFE1E5;
  --stone:#F5F6F8;--charcoal:#FAFBFD;--slate:#E5E6EA;--pewter:#D0D2D8;--ash:#C0C2C8;
  --gold:#00B4A0;--gold-l:#20D4B8;--gold-xl:#009A88;--gold-d:#007A6A;
  --gold-ghost:rgba(0,180,160,.06);--gold-glow:rgba(0,180,160,.16);
  --gold-border:rgba(0,180,160,.15);--gold-border2:rgba(0,180,160,.35);
  --cream:#1A1D23;--ivory:#0D1015;--parchment:#2A2E35;
  --smoke:#50555D;--haze:#80858D;--mist:#A5AAB2;
  --dot-video:#3B82F6;--dot-toon:#EF4444;--dot-novel:#10B981;--dot-music:#8B5CF6;--dot-photo:#F59E0B;--dot-perf:#F97316;
  background:#FAFBFC;color:#1A1D23;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Noto Sans KR',sans-serif;
}
body.theme-modern::before{opacity:0}
body.theme-modern header{background:rgba(250,251,252,.96);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,180,160,.12)}
body.theme-modern header::before{background:linear-gradient(90deg,transparent,rgba(0,180,160,.3) 25%,rgba(0,180,160,.5) 50%,rgba(0,180,160,.3) 75%,transparent)}
/* Modern: sans-serif 폰트 오버라이드 */
body.theme-modern .logo-kr{font-family:-apple-system,BlinkMacSystemFont,'Noto Sans KR',sans-serif;font-weight:700;letter-spacing:.08em}
body.theme-modern .logo-en{font-family:-apple-system,sans-serif}
body.theme-modern h1.hero-title,body.theme-modern .section-title,body.theme-modern .modal-title,
body.theme-modern .archive-heading,body.theme-modern .cta-title,body.theme-modern .yb-hero-title,
body.theme-modern .cal-month-title,body.theme-modern .footer-monogram,body.theme-modern .yb-section-title,
body.theme-modern .collection-card-name,body.theme-modern .tl-drill-head,body.theme-modern .guide-detail-title,
body.theme-modern .ai-title{font-family:-apple-system,BlinkMacSystemFont,'Noto Sans KR',sans-serif;font-weight:800}
body.theme-modern .stat-num,body.theme-modern .yb-stat-num,body.theme-modern .yb-org-count,
body.theme-modern .ai-card-rank-num{font-family:-apple-system,sans-serif;font-weight:700}
body.theme-modern .nav-link,body.theme-modern .section-eyebrow,body.theme-modern .filter-chip,
body.theme-modern .sort-btn,body.theme-modern .content-type,body.theme-modern .content-region,
body.theme-modern .content-year,body.theme-modern .content-views,body.theme-modern .cat-number,
body.theme-modern .cat-count,body.theme-modern .hdr-search-btn,body.theme-modern .hdr-fav-btn,
body.theme-modern .btn-register,body.theme-modern .hdr-icon-btn,body.theme-modern .view-all,
body.theme-modern .sidebar-label,body.theme-modern .spotlight-label,body.theme-modern .ai-sub,
body.theme-modern .inst-type,body.theme-modern .creator-type,body.theme-modern .stat-label,
body.theme-modern .theme-toggle-btn,body.theme-modern .theme-opt-name,body.theme-modern .theme-opt-desc,
body.theme-modern .theme-dd-title,body.theme-modern .footer-copyright,body.theme-modern .footer-policy a,
body.theme-modern .footer-badge,body.theme-modern .footer-link-head,body.theme-modern .footer-link-col a,
body.theme-modern .footer-desc,body.theme-modern .footer-logo-en,body.theme-modern .search-overlay-hint,
body.theme-modern .search-results-hint,body.theme-modern .active-chip,body.theme-modern .modal-tag,
body.theme-modern .cat-tag{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
body.theme-modern .content-title,body.theme-modern .cat-name,body.theme-modern .region-name,
body.theme-modern .inst-name,body.theme-modern .creator-name,body.theme-modern .creator-pg-card,
body.theme-modern .yb-hl-title,body.theme-modern .cal-event-title,body.theme-modern .footer-logo-kr,
body.theme-modern .guide-sec-title{font-family:-apple-system,BlinkMacSystemFont,'Noto Sans KR',sans-serif}
/* Modern: 라운드 코너 */
body.theme-modern .content-card,body.theme-modern .ai-card,body.theme-modern .inst-card,
body.theme-modern .creator-card,body.theme-modern .creator-pg-card,body.theme-modern .cal-up-item,
body.theme-modern .cal-list-item,body.theme-modern .collection-card,body.theme-modern .series-card,
body.theme-modern .guide-sec-card,body.theme-modern .yb-org-card,body.theme-modern .yb-hl-card,
body.theme-modern .region-mini-card,body.theme-modern .yb-chart,body.theme-modern .so-result{background:rgba(0,0,0,.02);border-radius:10px}
body.theme-modern .content-card:hover,body.theme-modern .ai-card:hover,body.theme-modern .inst-card:hover,
body.theme-modern .creator-card:hover,body.theme-modern .creator-pg-card:hover{background:rgba(0,0,0,.04);border-radius:10px}
body.theme-modern .so-result:hover{background:rgba(0,0,0,.035)}
body.theme-modern .btn-hero-p,body.theme-modern .btn-hero-s,body.theme-modern .btn-cta,
body.theme-modern .btn-register,body.theme-modern .hdr-search-btn,body.theme-modern .hdr-fav-btn,
body.theme-modern .hdr-icon-btn,body.theme-modern .modal-btn,body.theme-modern .filter-chip,
body.theme-modern .sort-btn,body.theme-modern .cite-tab,body.theme-modern .cal-vbtn,
body.theme-modern .tl-chip,body.theme-modern .creator-pg-chip,body.theme-modern .yb-year-btn,
body.theme-modern .modal-close,body.theme-modern .series-back,body.theme-modern .theme-toggle-btn,
body.theme-modern .theme-option,body.theme-modern .cal-nav-btn,body.theme-modern .sidebar-reset{border-radius:6px}
body.theme-modern .cat-tag,body.theme-modern .modal-tag,body.theme-modern .yb-org-type-tag,
body.theme-modern .active-chip,body.theme-modern .collection-count-badge,body.theme-modern .access-badge,
body.theme-modern .spotlight-badge,body.theme-modern .fav-badge,body.theme-modern .f-tag{border-radius:20px}
body.theme-modern .inst-mark,body.theme-modern .ai-sigil{border-radius:50%}
body.theme-modern .inst-mark::after,body.theme-modern .ai-sigil::before{border-radius:50%}
body.theme-modern .creator-avatar{border-radius:50%}
body.theme-modern .map-visual,body.theme-modern .map-visual-lg,body.theme-modern .guide-hero{border-radius:12px}
body.theme-modern .modal-box{background:#F5F6F8;box-shadow:0 40px 120px rgba(0,0,0,.1);border-radius:16px}
body.theme-modern .modal-head{background:#F5F6F8;border-radius:16px 16px 0 0}
body.theme-modern .toast{background:#F5F6F8;box-shadow:0 12px 32px rgba(0,0,0,.08);border-radius:10px}
body.theme-modern .scroll-top-btn{background:#F5F6F8;border-radius:10px}
body.theme-modern .theme-dropdown{background:#F5F6F8;box-shadow:0 16px 48px rgba(0,0,0,.08);border-radius:10px;overflow:hidden}
body.theme-modern .step-num{border-radius:50%}
/* Modern: 색상/배경 오버라이드 */
body.theme-modern .hero{background:var(--void)}
body.theme-modern .hero-visual-bg{background:radial-gradient(ellipse 80% 60% at 60% 40%,rgba(0,180,160,.06),transparent 55%),radial-gradient(ellipse 60% 80% at 20% 70%,rgba(16,185,129,.06),transparent 60%),linear-gradient(145deg,var(--void),var(--stone))}
body.theme-modern .hero::before{background:radial-gradient(ellipse 60% 80% at 28% 50%,rgba(0,180,160,.06),transparent 65%)}
body.theme-modern .ai-band{background:var(--stone)}
body.theme-modern .ai-band::before{color:rgba(0,180,160,.03)}
body.theme-modern .modal-bg{background:rgba(250,251,252,.88)}
body.theme-modern .search-overlay{background:rgba(250,251,252,.96)}
body.theme-modern .cat-overlay{background:linear-gradient(to top,rgba(250,251,252,.90) 0%,rgba(250,251,252,.30) 45%,transparent 70%)}
body.theme-modern .hero-spotlight{background:rgba(245,246,248,.94);box-shadow:0 24px 64px rgba(0,0,0,.06);border-radius:12px}
body.theme-modern .cta::before{background:radial-gradient(ellipse 50% 80% at 18% 50%,rgba(0,180,160,.04),transparent 60%)}
body.theme-modern footer{background:var(--void)}
body.theme-modern .viewer-mock,body.theme-modern .guide-hero,body.theme-modern .guide-detail,
body.theme-modern .tl-drill,body.theme-modern .yb-hero{background:rgba(0,0,0,.02)}
body.theme-modern .form-select option{background:#F5F6F8;color:#1A1D23}
body.theme-modern .meta-cell{background:#F5F6F8}
body.theme-modern .cite-text{background:rgba(0,0,0,.025);border-radius:6px}
body.theme-modern .dc-table tr:nth-child(odd) td{background:rgba(0,0,0,.015)}
body.theme-modern .hero-grid-lines{background-image:linear-gradient(rgba(0,180,160,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,180,160,.03) 1px,transparent 1px)}
body.theme-modern .map-poly{fill:rgba(0,180,160,.08);stroke:rgba(0,180,160,.2)}
body.theme-modern .map-poly:hover,body.theme-modern .map-poly.hl{fill:rgba(0,180,160,.18);stroke:var(--gold)}
body.theme-modern .cal-cell{background:rgba(0,0,0,.01)}
body.theme-modern .cal-cell.today{background:rgba(0,180,160,.06)}
body.theme-modern .cal-day-header{background:var(--void)}
body.theme-modern .nav{background:rgba(250,251,252,.97)}
body.theme-modern .search-input,body.theme-modern .form-inp,body.theme-modern .arch-search-inp,
body.theme-modern .search-overlay-input{background:rgba(0,0,0,.03);color:#1A1D23;border-radius:6px}
body.theme-modern .sidebar-item:hover{background:rgba(0,0,0,.035);border-radius:4px}
body.theme-modern .sidebar-item.on{background:rgba(0,180,160,.06);border-radius:4px}
body.theme-modern .f-tag-0{background:var(--gold);color:#fff}
body.theme-modern .f-tag-1{background:#10B981;color:#fff}
body.theme-modern .f-tag-2{background:#8B5CF6;color:#fff}
body.theme-modern .f-tag-3{background:#3B82F6;color:#fff}
body.theme-modern .filter-chip:hover,body.theme-modern .filter-chip.active,
body.theme-modern .sort-btn.on,body.theme-modern .cal-vbtn.on,body.theme-modern .tl-chip.on,
body.theme-modern .creator-pg-chip.on,body.theme-modern .yb-year-btn.on,body.theme-modern .cite-tab.on{color:#fff}
body.theme-modern .search-section::after{color:rgba(0,180,160,.04)}
body.theme-modern .modal-drm{background:rgba(59,130,246,.07);border-color:rgba(59,130,246,.2);border-left-color:#3B82F6;border-radius:8px}
body.theme-modern .h-ring{border-radius:16px;transform:translate(-50%,-50%) rotate(45deg)}
body.theme-modern .h-ring-1{border-color:rgba(0,180,160,.04)}
body.theme-modern .h-ring-2{border-color:rgba(0,180,160,.07)}
body.theme-modern .h-ring-3{border-color:rgba(0,180,160,.11)}
body.theme-modern .h-ring-4{border-color:rgba(0,180,160,.18)}
body.theme-modern .yb-bar-fill{background:linear-gradient(90deg,var(--gold-d),var(--gold))}
body.theme-modern .archive-sidebar{border-radius:0}
body.theme-modern .modal-pid-row{border-radius:6px}
body.theme-modern .guide-table{border-radius:8px;overflow:hidden}

/* ── 영상 워터마크 CSS 오버레이 ── */
.wm-video-wrap{position:relative;background:#000;line-height:0}
.wm-video-wrap::after{
  content:attr(data-watermark);
  position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%) rotate(-30deg);
  font-family:'DM Mono',monospace;font-size:1.6rem;font-weight:700;
  color:rgba(255,255,255,.18);white-space:nowrap;
  pointer-events:none;z-index:2;
  text-shadow:0 0 8px rgba(0,0,0,.3);
  letter-spacing:.15em;
}
.wm-video-wrap video{position:relative;z-index:1}

/* ── AUTOCOMPLETE DROPDOWN ── */
.ac-item{padding:.55rem .9rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:0.9rem;color:var(--cream);transition:background .15s}
.ac-item:hover{background:rgba(212,160,72,.12)}
.ac-icon{font-family:'DM Mono',monospace;font-size:0.88rem;color:var(--gold);width:16px;text-align:center;flex-shrink:0}
.ac-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ac-type{font-family:'DM Mono',monospace;font-size:0.78rem;color:var(--haze);letter-spacing:.06em;flex-shrink:0}
.ac-divider{padding:.35rem .9rem;font-family:'DM Mono',monospace;font-size:0.78rem;color:var(--gold);letter-spacing:.1em;border-top:1px solid var(--gold-border);margin-top:.3rem}
.ac-related{opacity:.8}
.ac-related:hover{opacity:1}
