@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";@import "https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap";:root{--ink:#171b1b;--ink-soft:#303635;--paper:#f8faf9;--paper-light:#fff;--white:#fff;--muted:#6c7371;--line:#e1e7e4;--line-light:#edf0ed;--accent:#388186;--accent-dark:#102b2d;--red:var(--accent);--font-sans:"Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-serif:"Noto Serif KR", "Batang", "Times New Roman", serif;--max-width:1320px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;width:100%;max-width:100%;overflow-x:clip}body{width:100%;min-width:0;max-width:100%;color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;background:#fff;line-height:1.65;overflow-x:clip}#root{width:100%;min-width:0;max-width:100%;overflow-x:clip}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-serif);letter-spacing:-.035em;word-break:keep-all;font-weight:600;line-height:1.35}.container{width:min(calc(100% - 72px), var(--max-width));margin-inline:auto}.section-label{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:650;display:inline-flex}.section-label:before{content:"";background:currentColor;width:22px;height:1px}.subpage-hero{background:#edf5f3;border-bottom:1px solid #d7e4e1;align-items:flex-end;min-height:520px;padding:clamp(6rem,9vw,8rem) 0 clamp(4.5rem,6vw,5.5rem);display:flex}.subpage-hero .section-label{margin-bottom:1.8rem}.subpage-hero h1{max-width:1000px;font-size:clamp(3.6rem,6.2vw,6.3rem);font-weight:500;line-height:1.28}.subpage-hero h1 em{color:var(--accent);font-style:normal}.subpage-hero p{max-width:680px;color:var(--muted);word-break:keep-all;margin-top:1.8rem;font-size:1rem;line-height:1.9}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{border:1px solid var(--ink);min-height:50px;color:var(--ink);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:2rem;padding:.9rem 1.35rem;font-size:.8rem;font-weight:600;transition:color .2s,background .2s,border-color .2s;display:inline-flex}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn:hover,.btn:focus-visible{background:var(--ink);border-color:var(--ink);color:#fff;outline:none}.navbar{z-index:1000;width:100%;color:var(--ink);border-bottom:1px solid #0000;transition:background .25s,border-color .25s;position:fixed;inset:0 0 auto}.navbar.scrolled,.navbar.inner-page{border-color:var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0}.navbar .container{justify-content:space-between;align-items:center;height:82px;display:flex}.logo{font-family:var(--font-serif);letter-spacing:-.025em;flex-direction:column;font-size:1.16rem;font-weight:600;line-height:1.15;display:flex}.logo small{font-family:var(--font-sans);letter-spacing:.16em;color:var(--muted);margin-top:.3rem;font-size:.5rem;font-weight:550}.nav-links{align-items:center;gap:2.35rem;display:flex}.nav-links a{font-size:.8rem;font-weight:550;position:relative}.nav-links a:after{content:"";background:var(--accent);transform-origin:0;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:-.7rem;left:0;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.nav-cta{background:var(--accent);border-radius:999px;padding:.55rem 1.1rem;color:#fff!important}.nav-cta:after{display:none}.nav-cta:hover{background:var(--accent-dark)}.navbar.history-nav{color:#f4f6f3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0d2628f5;border-color:#dfebe71f}.navbar.history-nav .logo small{color:#91aaa6}.nav-links a.nav-event{color:var(--accent);font-weight:650}.nav-links a.nav-event:before{content:"";vertical-align:1px;background:#f2c14e;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.navbar.history-nav .nav-links a.nav-event{color:#f2c14e}.menu-toggle{color:inherit;letter-spacing:.1em;cursor:pointer;background:0 0;border:0;font-size:.72rem;font-weight:600;display:none}.page-about,.page-b2b{padding-top:82px}.animate-on-scroll{opacity:0;transition:opacity .7s,transform .85s cubic-bezier(.2,.75,.25,1);transform:translate(38px)}.animate-on-scroll.is-visible,.is-visible .animate-on-scroll{opacity:1;transform:translate(0)}.delay-100{transition-delay:80ms}.delay-200{transition-delay:.16s}.delay-300{transition-delay:.24s}.delay-400{transition-delay:.32s}.delay-500{transition-delay:.4s}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.animate-on-scroll{opacity:1!important;transform:none!important}}@media (width<=760px){.container{width:min(calc(100% - 36px), var(--max-width))}.navbar .container{height:68px}.menu-toggle{display:block}.nav-links{border-bottom:1px solid var(--line);background:#fff;flex-direction:column;align-items:flex-start;gap:1.45rem;padding:1.8rem 18px 2.2rem;display:none;position:fixed;inset:68px 0 auto}.nav-links.open{display:flex}.nav-links a{width:100%;font-size:1rem}.navbar.history-nav .nav-links{background:#102b2d;border-color:#dfebe71f}.page-about,.page-b2b{padding-top:68px}.subpage-hero{min-height:420px;padding:4.5rem 0 3.5rem}.subpage-hero .section-label{margin-bottom:1.4rem}.subpage-hero h1{font-size:clamp(1.9rem,9vw,2.8rem);line-height:1.35}.subpage-hero p{margin-top:1.5rem;font-size:.92rem}.animate-on-scroll{transform:translate(14px)}}.footer-section{background:var(--accent-dark);color:#fff;padding:1.45rem 0}.footer-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1rem,2vw,2.4rem);display:flex}.footer-brand{color:#fff;font-family:var(--font-serif);letter-spacing:-.02em;flex:none;font-size:1.05rem;font-weight:500}.footer-links{flex:none;align-items:center;gap:clamp(.8rem,1.4vw,1.4rem);display:flex}.footer-links a{color:#b5bcba;font-size:.69rem;transition:color .2s}.footer-links a:hover,.footer-links a:focus-visible{color:#fff;outline:none}@media (width<=560px){.footer-section{padding-block:1.2rem}.footer-row{gap:1.15rem}.footer-brand{font-size:.94rem}.footer-links{gap:.75rem}.footer-links a{font-size:.65rem}}.footer-legal{text-align:center;color:#858e8b;margin-top:1.1rem;font-size:.64rem;line-height:1.7}.footer-legal a{color:inherit;text-underline-offset:2px;text-decoration:underline}.footer-legal a:hover,.footer-legal a:focus-visible{color:#fff}.footer-bar{color:#53605d;margin:0 .45rem}.footer-copy{text-align:center;color:#6d7876;letter-spacing:.03em;margin-top:.85rem;font-size:.58rem}@media (width<=560px){.footer-legal{font-size:.6rem}.footer-bar{margin:0 .3rem}}.event-pop-backdrop{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#102b2d94;place-items:center;padding:1.5rem;animation:.3s both event-pop-fade;display:grid;position:fixed;inset:0}.event-pop{background:var(--accent-dark);color:#eaf2f0;width:min(460px,100%);max-height:calc(100dvh - 3rem);animation:.45s cubic-bezier(.2,.75,.25,1) both event-pop-rise;position:relative;overflow:auto}.event-pop-covers{grid-template-columns:repeat(5,1fr);gap:0;display:grid}.event-pop-covers img{aspect-ratio:1/1.42;object-fit:cover;width:100%}.event-pop-body{padding:1.9rem 1.8rem 2rem}.event-pop-body .section-label{color:#8bc1bd;margin-bottom:1.1rem}.event-pop-body h2{color:#fff;font-size:1.62rem;font-weight:500;line-height:1.35}.event-pop-body h2 em{color:#f2c14e;font-style:normal}.event-pop-body p{color:#a6bebb;word-break:keep-all;margin-top:.9rem;font-size:.86rem;line-height:1.85}.event-pop-cta{color:#102b2d;letter-spacing:-.01em;background:#f2c14e;justify-content:center;align-items:center;gap:.6rem;width:100%;min-height:52px;margin-top:1.6rem;padding:.9rem 1.2rem;font-size:.84rem;font-weight:650;transition:background .2s,transform .2s;display:flex}.event-pop-cta:hover,.event-pop-cta:focus-visible{background:#fff;outline:none;transform:translateY(-2px)}.event-pop-foot{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.1rem;display:flex}.event-pop-foot button{color:#7f9a97;cursor:pointer;background:0 0;border:0;font-size:.72rem;transition:color .2s}.event-pop-foot button:hover,.event-pop-foot button:focus-visible{color:#fff;outline:none}.event-pop-close{z-index:2;color:#fff;cursor:pointer;background:#102b2d8c;border:0;border-radius:50%;place-items:center;width:34px;height:34px;font-size:1rem;line-height:1;transition:background .2s;display:grid;position:absolute;top:.6rem;right:.6rem}.event-pop-close:hover,.event-pop-close:focus-visible{background:var(--ink);outline:none}@keyframes event-pop-fade{0%{opacity:0}to{opacity:1}}@keyframes event-pop-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@media (width<=560px){.event-pop-body{padding:1.5rem 1.3rem 1.7rem}.event-pop-body h2{font-size:1.35rem}}@media (prefers-reduced-motion:reduce){.event-pop-backdrop,.event-pop{animation:none}}.hero-section{background:#fff;border-bottom:1px solid #edf0ee;align-items:center;min-height:100svh;padding:150px 0 96px;display:flex;position:relative;overflow:hidden}.hero-publisher-intro{z-index:2000;pointer-events:none;background:#fff;place-items:center;width:100%;min-width:0;min-height:100svh;animation:3.8s forwards publisher-layer;display:grid;position:fixed;inset:0;overflow:hidden}.hero-publisher-intro p{font-family:var(--font-serif);letter-spacing:-.045em;font-size:clamp(2rem,4vw,3.4rem);font-weight:500;animation:3.5s both publisher-word}.hero-content{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-heading{order:1}.hero-title{white-space:nowrap;letter-spacing:-.07em;justify-content:center;gap:.22em;font-size:clamp(4.2rem,8vw,8.2rem);font-weight:500;line-height:1.08;display:flex}.hero-meaning{order:2;width:min(100%,1050px);margin-top:clamp(4.8rem,8vw,7.4rem)}.circle-journey{grid-template-columns:auto 1fr auto;align-items:center;gap:0;width:min(100%,900px);margin:0 auto;display:grid;position:relative}.mind-circle{aspect-ratio:1;background:#fff;border:1px solid #38818694;border-radius:50%;width:clamp(4.6rem,7vw,6.2rem);position:relative;box-shadow:0 14px 38px #1936370f}.mind-circle:before,.mind-circle:after{content:"";opacity:0;pointer-events:none;border:1px solid #3881867a;border-radius:50%;position:absolute;inset:-1px}.circle-trail{height:1px;position:relative;overflow:visible}.circle-trail:after{content:"";transform-origin:0;background:linear-gradient(90deg,#38818659,#388186ad);position:absolute;inset:0}.circle-trail:before{z-index:1;content:"";background:#388186;border-radius:50%;width:11px;height:11px;position:absolute;top:50%;left:100%;transform:translate(-50%,-50%);box-shadow:0 0 0 7px #3881861a,0 0 24px #38818659}.hero-message{max-width:790px;margin:clamp(4rem,6vw,5.6rem) auto 0}.hero-message blockquote{font-family:var(--font-serif);letter-spacing:-.035em;word-break:keep-all;font-size:clamp(1.65rem,2.55vw,2.45rem);font-weight:400;line-height:1.75}.hero-message p{max-width:660px;color:var(--muted);word-break:keep-all;margin:1.8rem auto 0;font-size:.9rem;line-height:2}.hero-actions{order:3;justify-content:center;align-items:center;gap:2rem;margin-top:3.2rem;display:flex}.text-link{border-bottom:1px solid var(--ink);padding:.65rem 0;font-size:.78rem;font-weight:600}.play-intro .circle-journey{opacity:0;animation:1.6s 3.25s forwards circle-stage-in}.play-intro .circle-trail:after{animation:2.5s cubic-bezier(.35,.05,.25,1) 4.3s forwards trail-draw;transform:scaleX(0)}.play-intro .circle-trail:before{opacity:0;animation:2.5s cubic-bezier(.35,.05,.25,1) 4.3s forwards trail-move,2.5s linear 4.3s forwards signal-travel;left:0}.play-intro .mind-circle-destination{box-shadow:none;background:#1d2423;border-color:#1d2423;animation:3.2s 6.55s forwards receiver-white}.play-intro .mind-circle-destination:before{animation:3.2s ease-out 6.55s forwards receiver-ripple}.play-intro .mind-circle-destination:after{animation:3.4s ease-out 7s forwards receiver-ripple}.play-intro .hero-title span{opacity:0;filter:blur(4px);animation:2.6s 9.45s forwards title-word-in}.play-intro .hero-message{opacity:0;animation:1.8s 11.85s forwards copy-in}.play-intro .hero-actions{opacity:0;animation:1.6s 12.35s forwards copy-in}@keyframes publisher-word{0%{opacity:0;filter:blur(8px)}38%,62%{opacity:1;filter:blur()}to{opacity:0;filter:blur(7px)}}@keyframes publisher-layer{0%,82%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes circle-stage-in{0%{opacity:0}to{opacity:1}}@keyframes trail-draw{to{transform:scaleX(1)}}@keyframes trail-move{to{left:100%}}@keyframes signal-travel{0%{opacity:0;transform:translate(-50%,-50%)scale(.55)}12%{opacity:1;transform:translate(-50%,-50%)scale(1)}82%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.15)}}@keyframes receiver-white{0%,38%{box-shadow:none;background:#1d2423;border-color:#1d2423}72%{background:#fff;border-color:#3881869e;box-shadow:0 0 0 12px #38818612}to{background:#fff;border-color:#38818694;box-shadow:0 18px 48px #19363711}}@keyframes receiver-ripple{0%{opacity:0;transform:scale(.9)}24%{opacity:.75}to{opacity:0;transform:scale(1.75)}}@keyframes title-word-in{0%{opacity:0;filter:blur(5px)}to{opacity:1;filter:blur()}}@keyframes copy-in{0%{opacity:0}to{opacity:1}}@media (width<=860px){.hero-title{font-size:clamp(3.7rem,9vw,5.1rem)}.circle-journey{width:min(96%,720px)}}@media (width<=600px){.hero-section{width:100%;min-height:auto;padding:118px 0 72px}.hero-publisher-intro p{white-space:nowrap;max-width:calc(100% - 40px);font-size:clamp(1.55rem,8vw,2rem)}.hero-content,.hero-heading,.hero-meaning{width:100%;max-width:100%}.hero-title{gap:.16em;font-size:clamp(2.15rem,10.8vw,3.7rem)}.hero-meaning{margin-top:4rem}.circle-journey{gap:0;width:min(96%,390px)}.mind-circle{width:clamp(3.45rem,16vw,4.6rem);box-shadow:0 10px 28px #1e585b0d}.circle-trail:before{width:8px;height:8px}.hero-message{margin-top:3.7rem}.hero-message blockquote{font-size:1.38rem}.hero-message blockquote br{display:none}.hero-message p{font-size:.83rem}.hero-actions{flex-direction:column;align-items:stretch;gap:1rem;width:100%}.hero-actions .btn{width:100%}.text-link{align-self:center}}@media (prefers-reduced-motion:reduce){.hero-publisher-intro{display:none}.play-intro .circle-journey,.play-intro .mind-circle-origin,.play-intro .circle-trail,.play-intro .circle-trail:before,.play-intro .mind-circle-destination,.play-intro .mind-circle-destination:before,.play-intro .mind-circle-destination:after,.play-intro .hero-title span,.play-intro .hero-message,.play-intro .hero-actions{opacity:1;filter:none;animation:none;transform:none}.play-intro .mind-circle-destination{background:#fff;border-color:#38818694;box-shadow:0 18px 48px #19363711}.play-intro .circle-trail:after{transform:scaleX(1)}.play-intro .circle-trail:before{left:100%}}.home-books{background:#fff;padding:clamp(6rem,9vw,9rem) 0}.home-section-head{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3.7rem;display:flex}.home-section-head h2{font-size:clamp(2.35rem,3.8vw,3.8rem);font-weight:500}.section-more{border-bottom:1px solid var(--ink);align-items:center;gap:.7rem;padding-bottom:.45rem;font-size:.78rem;font-weight:600;display:inline-flex}.home-book-grid{grid-template-columns:repeat(5,1fr);gap:clamp(1rem,2vw,2rem);display:grid}.book-card{min-width:0}.book-cover-wrap{aspect-ratio:2/3;border:1px solid var(--line-light);background:#eef0ed;display:block;overflow:hidden}.book-cover-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.book-cover-wrap:hover img{transform:scale(1.025)}.book-cover-placeholder{background:linear-gradient(145deg,#e7eeeb,#f8f8f5);flex-direction:column;justify-content:space-between;height:100%;padding:1.3rem;display:flex}.book-cover-placeholder span{color:var(--accent);letter-spacing:.15em;font-size:.55rem;font-weight:600}.book-cover-placeholder strong{font-size:1.05rem;line-height:1.4}.book-card-copy{padding-top:1.3rem}.book-card-copy>p{color:var(--accent);letter-spacing:.08em;margin-bottom:.55rem;font-size:.61rem;font-weight:600}.book-card-copy h3{letter-spacing:-.025em;font-size:1rem;font-weight:500;line-height:1.6}.book-card-copy h3 a:hover{color:var(--accent)}.book-card-copy>span{color:var(--muted);margin-top:.6rem;font-size:.72rem;display:block}.manifesto-section{background:var(--paper);border-block:1px solid var(--line);padding:clamp(6rem,10vw,10rem) 0}.manifesto-grid,.manifesto-aside{display:block}.manifesto-aside>.section-label{letter-spacing:.13em;margin-bottom:2.5rem;font-size:.86rem}.mission-switches{border:1px solid #cfd4d0;grid-template-columns:repeat(3,1fr);display:grid}.mission-switches button{width:100%;min-height:128px;color:var(--muted);text-align:center;cursor:pointer;background:0 0;border:0;border-right:1px solid #cfd4d0;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:1.3rem;transition:color .3s,background .3s;display:flex}.mission-switches button:last-child{border-right:0}.mission-switches button span,.mission-switches button small{letter-spacing:.09em;text-align:center;font-size:.69rem;font-weight:600;transition:color .3s}.mission-switches button strong{white-space:nowrap;font-size:1.12rem;font-weight:550}.mission-switches button:hover,.mission-switches button:focus-visible,.mission-switches button.active{background:var(--accent);color:#fff;outline:none}.mission-switches button:hover span,.mission-switches button:hover small,.mission-switches button:focus-visible span,.mission-switches button:focus-visible small,.mission-switches button.active span,.mission-switches button.active small{color:#fff}.manifesto-copy{text-align:center;border:1px solid var(--line);background:#fff;flex-direction:column;align-items:center;min-height:410px;margin-top:1.5rem;padding:clamp(2.2rem,4.5vw,4.5rem);display:flex}.manifesto-overline{color:var(--accent);letter-spacing:.15em;text-align:center;margin-bottom:2rem;font-size:.72rem;font-weight:600}.manifesto-lead{white-space:nowrap;width:100%;max-width:none;font-family:var(--font-serif);letter-spacing:-.04em;word-break:keep-all;text-align:center;font-size:clamp(2.35rem,4.1vw,4.3rem);font-weight:500;line-height:1.45}.manifesto-desc{max-width:680px;min-height:62px;color:var(--muted);text-align:center;margin:3rem auto 2.5rem;line-height:1.9}.ink-link{border-bottom:1px solid var(--ink);align-self:flex-end;align-items:center;gap:.8rem;margin:auto 0 0 auto;padding-bottom:.45rem;font-size:.78rem;font-weight:600;display:inline-flex}.publisher-links{background:#fff;padding:clamp(3.25rem,5vw,4.75rem) 0}.publisher-link-grid{grid-template-columns:1fr 1fr;gap:.8rem;width:min(100% - 72px,720px);margin:0 auto;display:grid}.publisher-link-card{background:var(--accent-dark);color:#fff;flex-direction:column;align-items:flex-start;min-height:420px;padding:clamp(2rem,4vw,4rem);transition:background .3s,color .3s;display:flex}.publisher-link-card:hover{background:#163a3d}.publisher-link-card span{color:#9eb9b7;letter-spacing:.14em;font-size:.6rem;font-weight:600}.publisher-link-card h2{margin-top:4rem;font-size:clamp(2.25rem,3.6vw,3.65rem);font-weight:500;line-height:1.5}.publisher-link-card p{color:#bdc4c2;max-width:520px;margin-top:1.5rem;line-height:1.85}.publisher-link-card strong{border-bottom:1px solid;align-items:center;gap:.7rem;margin-top:auto;padding-bottom:.45rem;font-size:.8rem;display:inline-flex}.publisher-link-card.publisher-link-minimal{text-align:center;justify-content:center;align-items:center;min-height:104px;padding:1.2rem 1.5rem}.publisher-link-minimal h2{margin:0;font-size:clamp(1.08rem,1.45vw,1.35rem)}.publisher-link-support{color:var(--ink);border:1px solid var(--line);background:#f7faf9}.publisher-link-support:hover{background:var(--accent);color:#fff}.publisher-link-support span{color:var(--accent)}.publisher-link-support p{color:var(--muted)}.publisher-link-support:hover span,.publisher-link-support:hover p{color:#ffffffd6}@media (width<=1000px){.home-book-grid{grid-template-columns:repeat(3,1fr)}.home-book-grid .book-card:nth-child(n+4){display:none}}@media (width<=800px){.mission-switches{grid-template-columns:repeat(3,minmax(0,1fr))}.mission-switches button{min-height:112px}.manifesto-copy{margin-top:1rem}.publisher-link-grid{grid-template-columns:repeat(2,1fr);width:min(100% - 36px,720px)}.publisher-link-card.publisher-link-minimal{min-height:100px}}@media (width<=560px){.home-section-head{flex-direction:column;align-items:flex-start}.home-book-grid{grid-template-columns:repeat(2,1fr)}.home-book-grid .book-card:nth-child(3){display:none}.book-card-copy h3{font-size:.92rem;line-height:1.55}.mission-switches{grid-template-columns:repeat(3,minmax(0,1fr))}.mission-switches button{min-height:106px;padding-inline:.35rem}.mission-switches button span,.mission-switches button small{letter-spacing:.05em;font-size:.58rem}.mission-switches button strong{font-size:.94rem}.manifesto-copy{min-height:370px;padding:2rem 1.35rem}.manifesto-lead{white-space:normal;max-width:11em;font-size:clamp(2rem,10vw,2.6rem)}.manifesto-desc{margin-top:2.2rem}.publisher-links{padding-block:2.75rem 3.5rem}.publisher-link-grid{gap:.55rem}.publisher-link-card.publisher-link-minimal{min-height:88px;padding:.9rem .75rem}.publisher-link-minimal h2{font-size:1rem}}.books-page{background:#fff;padding-top:82px}.books-main{padding-block:4.5rem 10rem}.book-controls{border-bottom:1px solid var(--line);padding-bottom:2.2rem}.category-tabs{flex-wrap:wrap;gap:.45rem;display:flex}.category-tabs button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;padding:.65rem 1rem;font-size:.78rem;transition:all .2s}.category-tabs button:hover{color:var(--ink);border-color:#aeb5b1}.category-tabs button.active{background:var(--accent);border-color:var(--accent);color:#fff}.book-search-row{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.book-search{border:1px solid var(--line);background:#fff;align-items:center;gap:.75rem;width:min(100%,480px);min-height:48px;padding:0 1rem;display:flex}.book-search:focus-within{border-color:var(--accent)}.book-search input{width:100%;color:var(--ink);border:0;outline:0}.book-search input::placeholder{color:#a1a7a4}.book-search-row select{border:1px solid var(--line);min-width:120px;color:var(--ink);background:#fff;padding:0 .9rem}.book-result-head{justify-content:space-between;align-items:center;min-height:90px;display:flex}.book-result-head p{color:var(--muted);font-size:.78rem}.book-result-head strong{color:var(--ink);font-size:1rem}.book-result-head button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:1px solid;font-size:.72rem}.book-grid{grid-template-columns:repeat(4,1fr);gap:4.5rem clamp(1.2rem,2.6vw,2.8rem);display:grid}.empty-books{text-align:center;background:var(--paper);padding:9rem 0}.empty-books h2{font-size:2rem}.empty-books p{color:var(--muted);margin-top:1rem}.book-detail-page{background:#fff;padding:82px 0 9rem}.detail-back{color:var(--muted);align-items:center;gap:.65rem;margin:3rem 0;font-size:.78rem;display:inline-flex}.detail-back:hover{color:var(--ink)}.book-detail-hero{border:1px solid var(--line);background:#f8faf9;grid-template-columns:.82fr 1.18fr;min-height:680px;display:grid}.detail-cover-area{border-right:1px solid var(--line);background:#f1f5f3;place-items:center;min-height:680px;padding:clamp(2.5rem,5vw,5rem);display:grid}.detail-cover-area img{object-fit:contain;width:min(100%,370px);max-height:550px;box-shadow:0 24px 45px #181e1c2e}.detail-placeholder{aspect-ratio:2/3;width:min(100%,370px);font-family:var(--font-serif);background:linear-gradient(145deg,#dce5e1,#fff);align-items:end;padding:2rem;font-size:1.8rem;font-weight:500;display:flex}.detail-copy{flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,6.5rem);display:flex}.detail-category{color:var(--accent);letter-spacing:.1em;font-size:.66rem;font-weight:600}.detail-copy h1{max-width:690px;margin:1.5rem 0 1rem;font-size:clamp(2.7rem,4.4vw,4.5rem);font-weight:500;line-height:1.35}.detail-author{color:var(--muted)}.detail-specs{border-top:1px solid #cfd4d0;margin-top:3.5rem}.detail-specs div{border-bottom:1px solid #cfd4d0;grid-template-columns:100px 1fr;align-items:center;min-height:50px;font-size:.78rem;display:grid}.detail-specs dt{color:var(--muted)}.detail-specs dd{overflow-wrap:anywhere}.detail-actions{flex-wrap:wrap;gap:.8rem;margin-top:2.2rem;display:flex}.detail-audiobook,.detail-inquiry{width:fit-content;margin-top:0}.book-information{margin-top:8rem}.book-tabs{border-bottom:1px solid var(--line);display:flex}.book-tabs button{min-width:130px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:1rem .8rem;font-size:.82rem}.book-tabs button.active{border-color:var(--accent);color:var(--ink);font-weight:600}.book-tab-panel{width:min(100%,880px);padding:5rem 0 3rem}.book-tab-panel>span{color:var(--accent);letter-spacing:.14em;font-size:.62rem;font-weight:600}.book-tab-panel h2{margin:1.5rem 0 2.3rem;font-size:clamp(2.1rem,3.2vw,3.3rem);font-weight:500}.book-tab-panel p{color:var(--muted);white-space:pre-line;margin-bottom:1rem;font-size:1rem;line-height:2}.related-books{border-top:1px solid var(--line);margin-top:8rem;padding-top:7rem}.related-grid{grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2.6vw,2.8rem);display:grid}.book-not-found{text-align:center;min-height:70vh;padding:180px 2rem}.book-not-found a{color:var(--accent);border-bottom:1px solid;margin-top:2rem;display:inline-block}@media (width<=900px){.book-grid{grid-template-columns:repeat(3,1fr)}.book-detail-hero{grid-template-columns:1fr}.detail-cover-area{border-right:0;border-bottom:1px solid var(--line);min-height:auto}.related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.books-page,.book-detail-page{padding-top:68px}.books-main{padding-block:3rem 7rem}.book-search-row{flex-direction:column}.book-search{width:100%}.book-search-row select{min-height:46px}.book-grid{grid-template-columns:repeat(2,1fr);gap:3.5rem 1rem}.detail-back{margin-block:2rem}.detail-cover-area{min-height:520px}.detail-copy{padding:3rem 1.5rem 4rem}.book-information{margin-top:5rem}.book-tabs button{flex:1;min-width:0}.book-tab-panel{padding-top:3.5rem}}.about-section{background:#fff;padding:0 0 clamp(8rem,12vw,12rem)}.about-header{margin-bottom:clamp(8rem,13vw,13rem)}.about-heading-row{display:block}.about-story{border-top:1px solid var(--line);padding:clamp(5rem,8vw,8rem) 0;display:block}.about-index{color:var(--accent);letter-spacing:.1em;text-align:right;margin-bottom:1.25rem;font-size:.78rem;font-weight:600}.about-story-heading{text-align:right}.about-story-heading h2{font-size:clamp(2.3rem,3.7vw,3.8rem);font-weight:500;line-height:1.55}.about-body-copy{text-align:right;max-width:760px;margin:3rem 0 0 auto}.about-body-copy p{color:var(--muted);word-break:keep-all;margin-bottom:1.45rem;font-size:.98rem;line-height:2}.mission-vision{border:1px solid var(--line);grid-template-columns:1fr 1fr;margin-top:0;display:grid}.mission-vision article{background:#fff;outline:none;flex-direction:column;min-height:390px;padding:clamp(2.3rem,4.2vw,4rem);transition:background .35s,color .35s;display:flex}.mission-vision article+article{border-left:1px solid var(--line)}.mission-vision article:hover,.mission-vision article:focus-visible{background:var(--accent);color:#fff}.mission-vision span{color:var(--accent);letter-spacing:.1em;font-size:.72rem;font-weight:600;transition:color .35s}.mission-vision h3{margin:auto 0 1.7rem;font-size:clamp(1.65rem,2.3vw,2.35rem);font-weight:500;line-height:1.65}.mission-vision p{max-width:500px;color:var(--muted);font-size:.9rem;line-height:1.85;transition:color .35s}.mission-vision article:hover span,.mission-vision article:hover p,.mission-vision article:focus-visible span,.mission-vision article:focus-visible p{color:#ffffffd1}@media (width<=800px){.about-header p br{display:none}}@media (width<=700px){.about-header{margin-bottom:7rem}.about-story{padding-block:4rem}.about-story-heading h2{font-size:clamp(2rem,9.5vw,3rem)}.mission-vision{grid-template-columns:1fr}.mission-vision article{min-height:310px;padding:2.4rem 1.6rem}.mission-vision article+article{border-left:0;border-top:1px solid var(--line)}.mission-vision h3{font-size:1.42rem}}.philosophy-section{background:var(--paper);border-top:1px solid var(--line);padding:clamp(7rem,11vw,11rem) 0}.philosophy-top{margin-bottom:6rem}.philosophy-header h2{font-size:clamp(2.6rem,4.2vw,4.35rem);font-weight:500;line-height:1.45}.philosophy-gradient{border:1px solid var(--line);min-height:250px;color:var(--red);font-family:var(--font-serif);letter-spacing:-.025em;background:radial-gradient(circle at 78% 28%,#38818629,#0000 26%),linear-gradient(145deg,#fff,#ecefeb);border-radius:0;flex-direction:column;justify-content:space-between;padding:2rem;font-size:clamp(1.2rem,2.3vw,2.2rem);font-weight:500;display:flex}.philosophy-gradient span:nth-child(2){opacity:.68;align-self:center}.philosophy-gradient span:nth-child(3){opacity:.4;align-self:end}.philosophy-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.philosophy-item{background:#fff;border-radius:0;outline:none;min-height:360px;padding:clamp(1.7rem,2.5vw,2.7rem);transition:background .35s,color .35s;position:relative}.philosophy-item:hover,.philosophy-item:focus-visible{border-color:var(--accent);background:var(--accent);color:#fff}.philosophy-num{color:var(--red);font-size:.76rem;font-weight:600;transition:color .35s;display:block}.philosophy-item h3{margin:5rem 0 1.2rem;font-size:clamp(1.25rem,1.7vw,1.5rem);font-weight:500}.philosophy-item p{max-width:460px;color:var(--muted);font-size:.92rem;line-height:1.85;transition:color .35s}.philosophy-item:hover .philosophy-num,.philosophy-item:hover p,.philosophy-item:focus-visible .philosophy-num,.philosophy-item:focus-visible p{color:#ffffffd6}.philosophy-values{border-top:1px solid var(--line);grid-template-columns:.72fr 1.28fr;gap:clamp(3rem,7vw,7rem);margin-top:clamp(5rem,8vw,8rem);padding-top:clamp(4rem,7vw,7rem);display:grid}.philosophy-values-head>span{color:var(--accent);letter-spacing:.14em;font-size:.72rem;font-weight:600}.philosophy-values-head h3{margin-top:2rem;font-size:clamp(2rem,3.2vw,3.2rem);font-weight:500;line-height:1.55}.philosophy-values-grid{border-top:1px solid var(--line)}.philosophy-value{border-bottom:1px solid var(--line);background:0 0;outline:none;grid-template-columns:52px 120px 1fr;align-items:center;gap:1.5rem;min-height:120px;padding:1.5rem;transition:background .35s,color .35s;display:grid}.philosophy-value>span{color:var(--accent);font-size:.74rem;font-weight:600;transition:color .35s}.philosophy-value h4{font-size:1.35rem;font-weight:500}.philosophy-value p{color:var(--muted);line-height:1.8;transition:color .35s}.philosophy-value:hover,.philosophy-value:focus-visible{background:var(--accent);color:#fff}.philosophy-value:hover>span,.philosophy-value:hover p,.philosophy-value:focus-visible>span,.philosophy-value:focus-visible p{color:#ffffffd6}@media (width<=1080px){.philosophy-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.philosophy-header h2{font-size:clamp(2rem,9.5vw,2.8rem)}.philosophy-grid{grid-template-columns:1fr}.philosophy-top{gap:3rem}.philosophy-item{min-height:270px;padding:2.3rem}.philosophy-item h3{margin-top:4rem}.philosophy-values{grid-template-columns:1fr}.philosophy-value{grid-template-columns:34px 1fr;align-items:start;gap:.35rem .8rem;min-height:138px;padding:1.35rem 1rem}.philosophy-value>span{grid-row:1/3}.philosophy-value h4,.philosophy-value p{grid-column:2}.philosophy-value p{font-size:.84rem}}.history-page{--history-bg:#1b292b;--history-bg-deep:#0a3537;--history-text:#f2f4f1;--history-muted:#adbfbb;--history-line:#d4e6e129;background:var(--history-bg);color:var(--history-text);padding-top:84px}.history-intro{min-height:calc(92svh - 84px);color:var(--history-text);border-bottom:1px solid var(--history-line);background:radial-gradient(circle at 78% 20%,#69807f21,#0000 30%),linear-gradient(135deg,#2b3435 0%,#202c2d 55%,#182729 100%);align-items:center;padding:8rem 0 7rem;display:flex}.intro-text{max-width:1000px}.intro-text h1{margin:1rem 0 2rem;font-size:clamp(4rem,7.5vw,7.8rem);font-weight:500;line-height:1.12}.intro-text h1 em{color:#91c8c4;font-style:normal}.intro-text .subtitle{color:#93c5c1;font-family:var(--font-sans);letter-spacing:.16em;margin-bottom:5rem;font-size:.69rem;font-weight:600}.intro-desc{max-width:700px;margin:0}.intro-desc p{color:var(--history-muted);margin-bottom:1.5rem;font-size:.94rem;line-height:2}.history-timeline{background:radial-gradient(circle at 18% 22%,#6c807f14,#0000 28%),radial-gradient(circle at 82% 72%,#4a94911c,#0000 27%),linear-gradient(#202d2e 0%,#193032 38%,#10383a 72%,#0b4143 100%);padding:9rem 0 4rem;position:relative}.timeline-line{display:none}.timeline-block{--era-accent:#879492;border-bottom:1px solid var(--history-line);grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);grid-template-areas:"photo photo""header content";gap:4rem clamp(4rem,8vw,8rem);margin-bottom:clamp(7rem,11vw,11rem);padding-bottom:clamp(4rem,7vw,7rem);display:grid;position:relative}.timeline-block.era-1{--era-accent:#899492}.timeline-block.era-2{--era-accent:#849a97}.timeline-block.era-3{--era-accent:#7da09c}.timeline-block.era-4{--era-accent:#74a7a3}.timeline-block.era-5{--era-accent:#6aafaa}.timeline-block.era-6{--era-accent:#61b7b2}.timeline-photo{filter:saturate(.86)contrast(1.02);background-position:50%;background-size:cover;border:1px solid #d2e5e02e;grid-area:photo;min-height:clamp(320px,42vw,560px);position:relative;overflow:hidden;box-shadow:0 32px 80px #04131438}.timeline-photo:after{content:"";background:linear-gradient(135deg,#08272905,#2a7c7f21);position:absolute;inset:0}.timeline-block.era-1 .timeline-photo{filter:saturate(.42)contrast(1.01)}.timeline-block.era-2 .timeline-photo{filter:saturate(.52)contrast(1.01)}.timeline-block.era-3 .timeline-photo{filter:saturate(.62)contrast(1.02)}.timeline-block.era-4 .timeline-photo{filter:saturate(.72)contrast(1.02)}.timeline-block.era-5 .timeline-photo{filter:saturate(.82)contrast(1.02)}.timeline-block.era-6 .timeline-photo{filter:saturate(.94)contrast(1.03)}.timeline-block:nth-of-type(2n) .timeline-photo{background-position:50% 42%}.timeline-block:after{content:"";background:var(--era-accent);border-radius:50%;width:9px;height:9px;position:absolute;bottom:-5px;left:0;box-shadow:0 0 0 7px #8bc1bd17}.timeline-header{text-align:left;grid-area:header;padding:.3rem 0 0}.timeline-content{background:0 0;grid-area:content;padding:0}.day-label{color:#9acdc9;font-family:var(--font-sans);letter-spacing:.14em;margin-bottom:1rem;font-size:.68rem;font-weight:600;display:block}.decade{color:var(--era-accent);font-family:var(--font-sans);letter-spacing:-.02em;margin-bottom:1.4rem;font-size:1.08rem;font-weight:550;display:block}.timeline-header h2{color:var(--history-text);margin-bottom:1.2rem;font-size:clamp(1.8rem,2.8vw,3rem);font-weight:500;line-height:1.55}.timeline-desc p{color:#bccbc8;margin-bottom:1.3rem;font-size:.94rem;line-height:1.95}.timeline-books{border-top:1px solid var(--history-line);margin-top:3rem;padding-top:1.8rem}.timeline-books h4{color:var(--era-accent);font-family:var(--font-sans);letter-spacing:.1em;margin-bottom:1.6rem;font-size:.69rem;font-weight:600}.timeline-books ul{list-style:none}.timeline-books li{border-bottom:1px solid #d4e6e11a;grid-template-columns:95px 1fr;gap:1rem;padding:.8rem 0;display:grid}.book-year{color:var(--era-accent);font-size:.9rem;font-weight:600}.book-text{color:#aebeba;font-size:.8rem;line-height:1.7}.history-outro{text-align:center;background:radial-gradient(circle at 50% 52%, #4f999530, transparent 18%), radial-gradient(circle at 50% 52%, #3f89861a, transparent 40%), var(--history-bg-deep);min-height:92svh;color:var(--history-text);place-items:center;padding:clamp(9rem,15vw,15rem) 0;display:grid;position:relative;overflow:hidden}.history-outro:before,.history-outro:after{content:"";border:1px solid #91c7c31f;border-radius:50%;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.history-outro:before{aspect-ratio:1;width:min(58vw,760px)}.history-outro:after{aspect-ratio:1;width:min(82vw,1080px)}.outro-content{z-index:1;position:relative}.outro-content>.day-label{margin-bottom:3rem}.outro-content h2{margin:0 auto;line-height:1.35}.outro-line{opacity:0;display:block}.outro-line-one{font-size:clamp(2.15rem,4.3vw,4.5rem);font-weight:400}.outro-line-two{color:#a9bbb7;margin-top:1rem;font-size:clamp(1.35rem,2.4vw,2.4rem);font-weight:400}.outro-line-three{color:#8fc7c2;letter-spacing:-.05em;margin-top:.4rem;font-size:clamp(2.5rem,5.4vw,5.8rem);font-weight:500}.outro-glow{opacity:0;background:linear-gradient(90deg,#0000,#a2d7d2,#0000);width:0;height:1px;margin:0 auto 0;display:block}.history-outro.is-visible .outro-line-one{animation:.9s .15s forwards history-line-in}.history-outro.is-visible .outro-line-two{animation:.9s .55s forwards history-line-in}.history-outro.is-visible .outro-line-three{animation:1.8s ease-out 1.1s forwards history-emphasis}.history-outro.is-visible .outro-glow{animation:1.4s 1.35s forwards history-glow}@keyframes history-line-in{0%{opacity:0;filter:blur(3px);transform:translate(34px)}to{opacity:1;filter:blur();transform:translate(0)}}@keyframes history-glow{to{opacity:.75;width:min(74vw,720px)}}@keyframes history-emphasis{0%{opacity:0;filter:blur(7px)}to{opacity:1;filter:blur()}}@media (width<=760px){.history-page{padding-top:68px}.history-intro{min-height:calc(90svh - 68px);padding-block:6rem}.intro-text h1{white-space:nowrap;font-size:clamp(2rem,9.5vw,3.2rem)}.intro-desc p br{display:none}.timeline-block{grid-template-columns:1fr;grid-template-areas:"photo""header""content";gap:2.4rem;margin-bottom:6rem;padding-bottom:4rem}.timeline-photo{min-height:250px}.timeline-header,.timeline-content{text-align:left;padding:0}.timeline-header h2{font-size:2rem}.timeline-books li{grid-template-columns:82px 1fr}.history-outro{min-height:82svh}.outro-line-one{white-space:nowrap;letter-spacing:-.045em;font-size:clamp(.8rem,4vw,1.35rem)}.outro-line-two{font-size:1.3rem}.outro-line-three{white-space:nowrap;margin-top:.8rem;font-size:clamp(1.75rem,8.8vw,2.85rem);line-height:1.25}}@media (prefers-reduced-motion:reduce){.outro-line{opacity:1}.history-outro.is-visible .outro-line-three{animation:none}.outro-glow{opacity:.75;width:min(74vw,720px)}}.b2b-section{background:#fff}.b2b-body{padding-block:clamp(6rem,10vw,10rem)}.support-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:10rem;display:grid}.support-card{background:#fff;outline:none;flex-direction:column;min-height:290px;padding:2.2rem;transition:background .35s,color .35s;display:flex}.support-card>span{color:var(--accent);font-size:.82rem;font-weight:600;transition:color .35s}.support-card h2{margin:4.5rem 0 1rem;font-size:1.5rem;font-weight:500}.support-card p{color:var(--muted);font-size:.86rem;line-height:1.75;transition:color .35s}.support-card strong{color:var(--muted);overflow-wrap:anywhere;margin-top:auto;font-size:.68rem;font-weight:600;transition:color .35s}.support-card:hover,.support-card:focus-visible{background:var(--accent);color:#fff}.support-card:hover>span,.support-card:hover p,.support-card:hover strong,.support-card:focus-visible>span,.support-card:focus-visible p,.support-card:focus-visible strong{color:#ffffffdb}.b2b-intro{grid-template-columns:1fr .8fr;align-items:end;gap:8vw;margin-bottom:6rem;display:grid}.b2b-intro h2{font-size:clamp(2.4rem,3.8vw,4rem);font-weight:500;line-height:1.5}.b2b-intro>p{color:var(--muted);line-height:1.9}.b2b-steps{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.step-item{background:var(--paper);border:1px solid var(--line);outline:none;min-height:300px;padding:2.8rem 2.2rem;transition:background .35s,color .35s}.step-num{color:var(--red);letter-spacing:.12em;font-size:.76rem;font-weight:600;transition:color .35s}.step-item h3{margin:7rem 0 1.2rem;font-size:1.5rem;font-weight:500}.step-item p{color:var(--muted);font-size:.9rem;line-height:1.8;transition:color .35s}.step-item:hover,.step-item:focus-visible{background:var(--accent);color:#fff}.step-item:hover .step-num,.step-item:hover p,.step-item:focus-visible .step-num,.step-item:focus-visible p{color:#ffffffdb}.b2b-contact-card{border:1px solid var(--line);background:#eef0ed;border-radius:0;grid-template-columns:1fr .7fr;align-items:end;gap:4rem;margin-top:8rem;padding:4.5rem;display:grid}.b2b-contact-card span:first-child{color:var(--red);letter-spacing:.12em;font-size:.63rem;font-weight:600}.b2b-contact-card h2{margin-top:2.5rem;font-size:clamp(2rem,3.1vw,3.25rem);font-weight:500;line-height:1.55}.contact-actions{flex-direction:column;align-items:stretch;gap:.8rem;display:flex}.contact-line{border-bottom:1px solid var(--line);color:var(--muted);padding:.8rem 0;font-size:.82rem}@media (width<=760px){.b2b-intro,.b2b-contact-card{grid-template-columns:1fr}.b2b-intro h2{font-size:clamp(1.8rem,9vw,2.6rem)}.support-grid{grid-template-columns:1fr 1fr;margin-bottom:6rem}.b2b-steps{grid-template-columns:1fr}.step-item{min-height:260px}.step-item h3{margin-top:5rem}.b2b-contact-card{margin-top:5rem;padding:2.4rem 1.6rem}.b2b-contact-card h2{font-size:clamp(1.55rem,7vw,2rem)}}@media (width<=480px){.support-grid{grid-template-columns:1fr}}.legal-page{max-width:820px;color:var(--ink);margin:0 auto;padding:5rem 1.5rem 7rem}.legal-page__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem;font-size:.75rem}.legal-page__title{font-family:var(--font-serif);margin:0 0 1rem;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:700;line-height:1.3}.legal-page__meta{color:var(--muted);border-bottom:1px solid var(--line);margin:0 0 3rem;padding-bottom:2rem;font-size:.9rem}.legal-page__intro{color:var(--ink-soft);margin:0 0 3rem;font-size:1.02rem;line-height:1.85}.legal-section{margin-bottom:2.75rem}.legal-section>h2{border-bottom:1px solid var(--line-light);margin:0 0 1rem;padding-bottom:.6rem;font-size:1.1rem;font-weight:700;line-height:1.5}.legal-section p,.legal-section li{color:var(--ink-soft);font-size:.95rem;line-height:1.85}.legal-section p{margin:0 0 .9rem}.legal-section ol,.legal-section ul{margin:0 0 .9rem;padding-left:1.3rem}.legal-section li{margin-bottom:.45rem}.legal-section strong{color:var(--ink);font-weight:600}.legal-table-wrap{margin:0 0 1rem;overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;min-width:520px;font-size:.9rem}.legal-table th,.legal-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--line-light);padding:.75rem .9rem;line-height:1.7}.legal-table th{background:var(--paper);color:var(--ink);white-space:nowrap;font-weight:600}.legal-table td{color:var(--ink-soft)}.legal-callout{background:var(--paper);border-left:3px solid var(--accent);border-radius:0 4px 4px 0;margin:0 0 1rem;padding:1.1rem 1.3rem}.legal-callout p:last-child{margin-bottom:0}.legal-contact{border-top:1px solid var(--line);margin-top:3.5rem;padding-top:2rem}.legal-contact dl{grid-template-columns:9rem 1fr;gap:.6rem 1rem;margin:0;font-size:.92rem;display:grid}.legal-contact dt{color:var(--muted)}.legal-contact dd{color:var(--ink-soft);margin:0}@media (width<=600px){.legal-page{padding:3.5rem 1.25rem 5rem}.legal-contact dl{grid-template-columns:1fr;gap:.15rem}.legal-contact dt{margin-top:.7rem}}:root{--nav-h:82px;--slot-w:clamp(44px, 4.6vw, 72px);--slot-h:calc(var(--slot-w) * 1.42);--tray-h:calc(var(--slot-h) + 28px)}@media (width<=760px){:root{--nav-h:68px}}.event-page{padding-bottom:calc(var(--tray-h) + 16px)}.event-hero{background:var(--accent-dark);color:#eaf2f0;padding:clamp(4rem,7vw,6.5rem) 0 clamp(3rem,5vw,4.5rem);position:relative;overflow:hidden}.event-hero .container{z-index:2;position:relative}.event-hero .section-label{color:#8bc1bd}.event-hero h1{color:#fff;max-width:900px;font-size:clamp(2.3rem,5vw,4.2rem);font-weight:500;line-height:1.24}.event-hero h1 em{color:#f2c14e;font-style:normal}.event-hero .lead{color:#a6bebb;word-break:keep-all;max-width:600px;margin-top:1.5rem;font-size:1rem;line-height:1.9}.wall{z-index:1;opacity:.2;pointer-events:none;flex-direction:column;justify-content:center;gap:10px;display:flex;position:absolute;inset:0;-webkit-mask-image:linear-gradient(100deg,#0000 8%,#000 34% 66%,#0000 96%);mask-image:linear-gradient(100deg,#0000 8%,#000 34% 66%,#0000 96%)}.wall-row{width:max-content;animation:wall-slide var(--dur,70s) linear infinite;gap:10px;display:flex}.wall-row.rev{animation-direction:reverse}.wall-row img{aspect-ratio:1/1.42;object-fit:cover;border-radius:2px;width:88px}@keyframes wall-slide{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.figures{flex-wrap:wrap;gap:2.6rem;margin-top:2.4rem;display:flex}.figures div{border-left:2px solid #8bc1bd80;padding-left:1rem}.figures b{font-family:var(--font-serif);color:#fff;font-size:clamp(1.9rem,3.4vw,2.7rem);font-weight:600;line-height:1.1;display:block}.figures span{letter-spacing:.04em;color:#8ea9a6;font-size:.74rem}.figures .accent{border-left-color:#f2c14e}.figures .accent b{color:#f2c14e}.notice{background:#fff8e6;border-bottom:1px solid #f0e2b8}.notice .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:1rem;display:flex}.notice p{color:#7a6425;word-break:keep-all;font-size:.86rem;line-height:1.7}.notice p b{color:#5c4a15}.notice-actions{align-items:center;gap:1rem;display:flex}.notice-actions .btn{min-height:42px;padding-inline:1.1rem}.notice-reset{color:#9a8543;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;font-size:.74rem;text-decoration:underline}.notice-reset:hover{color:#5c4a15}.reveal{opacity:0;transition:opacity .7s,transform .85s cubic-bezier(.2,.75,.25,1);transform:translateY(26px)}.reveal.is-visible{opacity:1;transform:none}.tray{z-index:950;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding-bottom:env(safe-area-inset-bottom);background:#fffffffa;position:fixed;inset:auto 0 0;box-shadow:0 -8px 26px #102b2d24}.tray .container{min-height:var(--tray-h);align-items:center;gap:clamp(.7rem,1.6vw,1.6rem);padding-block:14px;display:flex}.tray-label{flex:none;line-height:1.35}.tray-label b{font-size:.84rem;font-weight:650;display:block}.tray-label span{color:var(--muted);font-size:.72rem;display:block}.slots{gap:clamp(.35rem,.7vw,.6rem);list-style:none;display:flex}.slot{width:var(--slot-w);height:var(--slot-h);position:relative}.slot>span{border:1px dashed var(--line);color:#c4ccc9;width:100%;height:100%;font-size:calc(var(--slot-w) * .3);place-items:center;display:grid}.slot button{cursor:pointer;background:0 0;border:0;width:100%;height:100%;padding:0;display:block;position:relative}.slot button img,.slot.filled>img{object-fit:cover;width:100%;height:100%;box-shadow:0 3px 9px #102b2d47}.slot button>span[aria-hidden]{width:calc(var(--slot-w) * .5);height:calc(var(--slot-w) * .5);background:var(--ink);color:#fff;opacity:0;border-radius:50%;place-items:center;max-width:26px;max-height:26px;font-size:.8rem;line-height:1;transition:opacity .2s;display:grid;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 6px #102b2d59}@media (hover:none){.slot button>span[aria-hidden]{opacity:1}}.slot button:hover>span[aria-hidden],.slot button:focus-visible>span[aria-hidden]{opacity:1}.slot.filled{animation:.28s cubic-bezier(.2,.9,.3,1.3) pop}@keyframes pop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.tray-submit{flex:none;min-width:clamp(130px,15vw,210px);min-height:clamp(44px,4.6vw,54px);margin-left:auto}.filterbar{padding-block:1.8rem .4rem}.filterbar .container{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.filterbar input[type=search]{border:1px solid var(--line);background:var(--paper);flex:260px;min-height:46px;padding:0 1rem}.filterbar input[type=search]:focus{border-color:var(--accent);outline:none}.booksec{scroll-margin-top:calc(var(--nav-h) + 12px);padding-top:2.6rem}.booksec header{border-bottom:1px solid var(--line);align-items:baseline;gap:.9rem;padding-bottom:1rem;display:flex}.booksec h2{font-size:1.35rem;font-weight:500}.booksec header p{color:var(--muted);font-size:.76rem}.grid{grid-template-columns:repeat(auto-fill,minmax(224px,1fr));gap:2.6rem 1.8rem;padding-block:1.8rem;display:grid}.grid-empty{text-align:center;color:var(--muted);padding:5rem 0}.card{flex-direction:column;transition:opacity .2s;display:flex;position:relative}.card-open{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:0;padding:0;display:block}.card.off{opacity:.55}.card.off.voted{opacity:1}.card.off .card-open{cursor:default}.card .cover{display:block;position:relative}.card figure{z-index:2;background:var(--line-light);transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 6px 18px #102b2d21}.card figure:before{content:"";padding-top:142%;display:block}.card figure img{object-fit:cover;width:100%;height:100%;transition:transform .4s;position:absolute;inset:0}.card-open:hover figure{transform:translateY(-5px);box-shadow:0 18px 36px #102b2d38}.card-open:hover figure img{transform:scale(1.04)}.card-open:focus-visible figure{outline:3px solid var(--accent);outline-offset:3px}.card.off .card-open:hover figure{transform:none;box-shadow:0 6px 18px #102b2d21}.card .cover .layer{z-index:1;object-fit:cover;transform-origin:0 100%;width:100%;height:100%;transition:transform .32s cubic-bezier(.2,.75,.25,1);position:absolute;inset:0;box-shadow:0 4px 12px #102b2d2e}.card .cover .l1{transform:translate(8px,7px)}.card .cover .l2{transform:translate(16px,13px)}.card-open:hover .cover .l1{transform:translate(13px,3px)rotate(1.8deg)}.card-open:hover .cover .l2{transform:translate(25px,7px)rotate(3.6deg)}.ribbon{z-index:3;background:var(--ink);color:#fff;letter-spacing:.04em;padding:.26rem .6rem;font-size:.66rem;font-weight:650;position:absolute;bottom:0;left:0}.card-body{padding-top:.9rem;padding-right:8px;display:block}.card-body strong{letter-spacing:-.02em;font-size:.95rem;font-weight:600;line-height:1.45;display:block}.card-body .meta{color:var(--muted);margin-top:.3rem;font-size:.78rem;display:block}.pick{z-index:5;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#171b1b6b;border:2px solid #ffffffe6;border-radius:50%;place-items:center;width:50px;height:50px;font-size:1.5rem;line-height:1;transition:all .22s cubic-bezier(.2,.9,.3,1.2);display:grid;position:absolute;top:.55rem;right:.55rem;box-shadow:0 4px 14px #102b2d4d}.pick:hover{background:var(--accent);border-color:var(--accent);transform:scale(1.08)}.pick:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.card.on .pick{background:var(--accent);border-color:#fff;font-size:1.7rem;transform:scale(1.06)}.card.on .pick:hover{background:var(--ink)}.card.on figure{box-shadow:0 0 0 4px var(--accent), 0 18px 36px #38818652}.card.on figure:after{z-index:1;content:"";background:#38818633;position:absolute;inset:0}.card.on .card-body strong{color:var(--accent-dark)}.rank{max-width:900px;margin-inline:auto;padding-block:2.5rem 5rem}.rank-row{border-bottom:1px solid var(--line-light);align-items:center;gap:1.2rem;padding:1rem .2rem;display:flex}.rank-row.top1{border-bottom:2px solid var(--accent);padding-block:1.6rem}.rank-row .no{text-align:center;width:42px;font-family:var(--font-serif);color:var(--muted);flex:none;font-size:1.3rem;font-weight:600}.rank-row.top1 .no{color:var(--accent);font-size:2rem}.rank-row .thumb{flex:none;width:56px}.rank-row.top1 .thumb{width:88px}.rank-row .thumb img{box-shadow:0 4px 12px #102b2d2e}.rank-row .body{flex:1;min-width:0}.rank-row .body h3{font-family:var(--font-sans);font-size:.92rem;font-weight:600}.rank-row.top1 .body h3{font-family:var(--font-serif);font-size:1.3rem}.rank-row .body .meta{color:var(--muted);margin:.15rem 0 .55rem;font-size:.7rem}.rank-row .body .meta a{color:var(--accent);font-weight:600}.rank-row .body .meta a:hover{text-decoration:underline}.mine{background:var(--accent);color:#fff;font-family:var(--font-sans);letter-spacing:.06em;vertical-align:middle;margin-left:.5rem;padding:.05rem .4rem;font-size:.6rem;font-weight:650;display:inline-block}.bar{background:var(--line-light);height:7px}.bar i{background:var(--line);height:100%;transition:width .6s cubic-bezier(.2,.75,.25,1);display:block}.rank-row.top .bar i{background:var(--accent)}.rank-row .votes{text-align:right;flex:none;width:80px}.rank-row .votes b{font-family:var(--font-serif);font-size:1.2rem;font-weight:600}.rank-row .votes span{color:var(--muted);font-size:.68rem;display:block}.submitbar{text-align:center;padding-block:0 4rem}.submitbar .btn{min-width:min(420px,100%)}.podium-sec{background:linear-gradient(180deg, var(--paper), #fff);padding-block:clamp(3rem,6vw,5rem) 1rem}.podium{grid-template-columns:repeat(3,1fr);align-items:end;gap:clamp(1rem,3vw,2.6rem);max-width:900px;margin-inline:auto;display:grid}.pod{text-align:center}.pod-cover{width:100%;display:inline-block;position:relative}.pod-cover img{aspect-ratio:1/1.42;object-fit:cover;width:100%;box-shadow:0 18px 40px #102b2d47}.pod-rank{z-index:2;background:var(--ink);color:#fff;width:46px;height:46px;font-family:var(--font-serif);border-radius:50%;place-items:center;font-size:1.25rem;font-weight:600;display:grid;position:absolute;top:-18px;left:50%;transform:translate(-50%);box-shadow:0 6px 16px #102b2d4d}.pod h3{margin-top:1.1rem;font-size:1rem;font-weight:600}.pod-meta{color:var(--muted);margin-top:.25rem;font-size:.72rem}.pod-votes{color:var(--accent);margin-top:.5rem;font-size:.78rem}.pod-votes b{font-family:var(--font-serif);font-size:1.15rem;font-weight:600}.pod.p1{transform:translateY(-26px)}.pod.p1 .pod-cover img{box-shadow:0 24px 54px #102b2d5c}.pod.p1 .pod-rank{color:#3a2c05;background:#f2c14e;width:58px;height:58px;font-size:1.5rem;top:-24px}.pod.p1 h3{font-family:var(--font-serif);font-size:1.32rem;font-weight:600}.pod.p2 .pod-rank,.pod.p3 .pod-rank{color:var(--ink);border:1px solid var(--line);background:#fff}.pod-mine{z-index:2;background:var(--accent);color:#fff;letter-spacing:.06em;padding:.22rem .55rem;font-size:.62rem;font-weight:650;position:absolute;bottom:0;left:0}.pod.is-mine .pod-cover img{outline:3px solid var(--accent);outline-offset:3px}.myvote{padding-block:clamp(2.5rem,5vw,4rem)}.myvote>.container{background:#eef5f3;border:1px solid #d7e4e1;padding:clamp(1.6rem,3vw,2.4rem)}.myvote header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.6rem;display:flex}.myvote header h2{font-size:1.4rem;font-weight:500}.myvote header .btn{min-height:42px;padding-inline:1rem}.mycards{grid-template-columns:repeat(auto-fill,minmax(122px,1fr));gap:1.2rem;list-style:none;display:grid}.mycards a{display:block}.mycard-cover{display:block;position:relative}.mycard-cover img{aspect-ratio:1/1.42;object-fit:cover;width:100%;transition:transform .25s;box-shadow:0 8px 20px #102b2d33}.mycards a:hover .mycard-cover img{transform:translateY(-4px)}.mycard-cover b{background:var(--accent);color:#fff;font-family:var(--font-sans);padding:.22rem .5rem;font-size:.66rem;font-weight:650;position:absolute;top:0;left:0}.mycards strong{margin-top:.6rem;font-size:.8rem;font-weight:600;line-height:1.4;display:block}.mycards em{color:var(--muted);margin-top:.15rem;font-size:.68rem;font-style:normal;display:block}.booksec header .toggle{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;margin-left:auto;padding:.4rem .85rem;font-size:.74rem;font-weight:550;transition:all .2s}.booksec header .toggle:hover{border-color:var(--accent);color:var(--accent)}.booksec header .toggle.on{background:var(--accent);border-color:var(--accent);color:#fff}.rank-row.is-mine{background:#eef5f3;margin-inline:-.9rem;padding-inline:.9rem;position:relative}.rank-row.is-mine:before{content:"";background:var(--accent);width:3px;position:absolute;top:0;bottom:0;left:0}.rank-row.is-mine .thumb img{outline:2px solid var(--accent);outline-offset:2px}.rank-row .thumb{position:relative}.rank-row .thumb i{background:var(--ink);color:#fff;border-radius:50%;place-items:center;min-width:19px;height:19px;font-size:.6rem;font-style:normal;font-weight:600;display:grid;position:absolute;bottom:-5px;right:-5px}.sheet-backdrop{z-index:1200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#102b2d99;place-items:center;padding:1.5rem;animation:.25s both sheet-fade;display:grid;position:fixed;inset:0}.sheet{background:#fff;width:min(820px,100%);max-height:calc(100dvh - 3rem);padding:clamp(1.8rem,3.5vw,2.8rem);animation:.38s cubic-bezier(.2,.75,.25,1) both sheet-rise;position:relative;overflow:auto}@keyframes sheet-fade{0%{opacity:0}to{opacity:1}}@keyframes sheet-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.sheet-close{z-index:2;background:var(--line-light);width:36px;height:36px;color:var(--ink);cursor:pointer;border:0;border-radius:50%;place-items:center;font-size:1.15rem;line-height:1;transition:background .2s,color .2s;display:grid;position:absolute;top:.9rem;right:.9rem}.sheet-close:hover{background:var(--ink);color:#fff}.sheet-head{grid-template-columns:200px minmax(0,1fr);gap:clamp(1.4rem,3vw,2.4rem);display:grid}.sheet-cover{position:relative}.sheet-cover img{aspect-ratio:1/1.42;object-fit:cover;width:100%;box-shadow:0 16px 36px #102b2d42}.sheet-cover .count{background:var(--ink);color:#fff;padding:.24rem .55rem;font-size:.66rem;font-weight:600;position:absolute;bottom:0;left:0}.sheet-info h2{font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:500}.sheet-author{color:var(--muted);margin-top:.4rem;font-size:.85rem}.sheet-desc{border-top:1px solid var(--line);margin-top:1.3rem;padding-top:1.2rem}.sheet-desc p{color:var(--ink-soft);word-break:keep-all;white-space:pre-line;font-size:.89rem;line-height:1.95}.sheet-vols h3{font-size:.95rem;font-weight:600}.sheet-vols{border-top:1px solid var(--line);margin-top:2rem;padding-top:1.6rem}.sheet-vols ol{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.7rem;margin-top:1rem;list-style:none;display:grid}.sheet-vols li>*{border:2px solid var(--line);text-align:left;width:100%;font:inherit;background:#fff;align-items:center;gap:.8rem;padding:.65rem;transition:all .2s;display:flex}.sheet-vols li>div{border-color:var(--line-light);background:var(--paper)}.sheet-vols li button{cursor:pointer}.sheet-vols li button:hover{border-color:var(--accent)}.sheet-vols li button.on{border-color:var(--accent);background:#eef5f3}.sheet-vols li button:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.sheet-vols li img{aspect-ratio:1/1.42;object-fit:cover;flex:none;width:40px;box-shadow:0 2px 6px #102b2d38}.sheet-vols li b{color:var(--accent);letter-spacing:.04em;font-size:.68rem;font-weight:650;display:block}.sheet-vols li em{color:var(--ink);word-break:keep-all;margin-top:.1rem;font-size:.8rem;font-style:normal;font-weight:600;line-height:1.4;display:block}.sheet-vols h3 em{color:var(--muted);margin-left:.5rem;font-size:.74rem;font-style:normal;font-weight:400;display:inline-block}.sheet-note{color:var(--muted);word-break:keep-all;margin-top:1rem;font-size:.74rem;line-height:1.8}.sheet-foot{border-top:1px solid var(--line);flex-wrap:wrap;gap:.6rem;margin-top:2rem;padding-top:1.6rem;display:flex}.sheet-foot .btn{flex:200px}.sheet.is-picked{box-shadow:inset 0 0 0 3px var(--accent)}.sheet-flag{border-left:4px solid var(--accent);color:var(--accent-dark);background:#e6f2f0;align-items:center;gap:.6rem;margin:-.6rem 0 1.6rem;padding:.8rem 1rem;font-size:.86rem;font-weight:600;display:flex}.sheet-flag span{background:var(--accent);color:#fff;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-size:.8rem;display:grid}.sheet-sub{color:var(--accent);word-break:keep-all;margin-top:.5rem;font-size:.95rem;font-weight:600}.sheet-pick{border:2px solid var(--accent);background:var(--accent);color:#fff;width:100%;min-height:56px;font:inherit;cursor:pointer;justify-content:center;align-items:center;gap:.55rem;margin-top:1.5rem;padding:.9rem 1.2rem;font-size:.92rem;font-weight:650;transition:all .2s;display:flex}.sheet-pick span{font-size:1.15rem;line-height:1}.sheet-pick:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.sheet-pick.on{color:var(--accent-dark);border-color:var(--ink);background:#fff}.sheet-pick.on:hover{background:var(--ink);border-color:var(--ink);color:#fff}.sheet-pick:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.gate-backdrop{z-index:1100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#102b2d8c;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.gate{text-align:center;background:#fff;width:min(400px,100%);padding:2.4rem 2rem}.gate h2{font-size:1.35rem;font-weight:500}.gate p{color:var(--muted);word-break:keep-all;margin:.8rem 0 1.8rem;font-size:.85rem;line-height:1.8}.gate .btn{width:100%;margin-bottom:.6rem}.gate .kakao{color:#191600;background:#fee500;border-color:#fee500}.gate .kakao:hover{color:#191600;background:#f2d900;border-color:#f2d900}.gate .close{color:var(--muted);cursor:pointer;background:0 0;border:0;margin-top:.6rem;font-size:.75rem}.promo{background:var(--paper);border-top:1px solid var(--line);padding-block:clamp(3.5rem,6vw,5.5rem)}.promo h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:500}.promo>.container>p{max-width:560px;color:var(--muted);word-break:keep-all;margin-top:1rem;font-size:.92rem;line-height:1.9}.promo-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;margin-top:2.6rem;display:grid}.promo-card{border:1px solid var(--line);background:#fff;padding:2rem 1.8rem;transition:border-color .25s,transform .25s,box-shadow .25s;display:block}.promo-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 14px 30px #102b2d1a}.promo-card span{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.68rem;font-weight:650}.promo-card h3{margin:.7rem 0 .5rem;font-size:1.25rem;font-weight:500}.promo-card p{color:var(--muted);word-break:keep-all;font-size:.85rem;line-height:1.8}.promo-card b{color:var(--accent);margin-top:1.1rem;font-size:.78rem;font-weight:600;display:inline-block}@media (width<=760px){.figures{gap:1.4rem}.figures div{padding-left:.7rem}.tray .container{gap:.6rem;padding-block:10px}.tray-label{display:none}.tray-submit{min-width:92px;padding-inline:.7rem;font-size:.72rem}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem .9rem}.card-body strong{font-size:.86rem}.card-body .meta{font-size:.72rem}.card .cover .l1{transform:translate(5px,5px)}.card .cover .l2{transform:translate(10px,9px)}.pick{width:42px;height:42px;font-size:1.25rem;top:.4rem;right:.4rem}.card.on .pick{font-size:1.4rem}.rank-row{gap:.8rem}.rank-row .no{width:26px;font-size:1rem}.rank-row .thumb{width:40px}.rank-row.top1 .thumb{width:60px}.rank-row .votes{width:58px}.wall-row img{width:62px}.podium{gap:.6rem}.pod.p1{transform:translateY(-14px)}.pod-rank{width:32px;height:32px;font-size:.9rem;top:-12px}.pod.p1 .pod-rank{width:38px;height:38px;font-size:1.05rem;top:-16px}.pod h3{font-size:.78rem}.pod.p1 h3{font-size:.95rem}.pod-meta,.pod-votes{font-size:.64rem}.pod-votes b{font-size:.9rem}.mycards{grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:.8rem}.mycards strong{font-size:.7rem}.rank-row.is-mine{margin-inline:-.5rem;padding-inline:.5rem}.sheet{padding:1.4rem 1.2rem 1.8rem}.sheet-head{grid-template-columns:108px minmax(0,1fr);gap:1rem}.sheet-vols ol{grid-template-columns:1fr}}.event-status-pill-wrap{background:#eef5f3;border-bottom:1px solid #d8e5e2;padding:.9rem 0}.event-status-pill{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.pill-title{color:var(--accent-dark);letter-spacing:.04em;font-size:.78rem;font-weight:650}.pill-items{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.pill-sep{color:#b7c7c4;font-size:.8rem}.pill-item{cursor:pointer;color:var(--muted);background:0 0;border:0;border-radius:6px;align-items:center;gap:.5rem;padding:.3rem .6rem;font-size:.8rem;transition:all .2s;display:inline-flex}.pill-item:hover{color:var(--ink);background:#3881861a}.pill-item .dot{background:#c2cecb;border-radius:50%;width:8px;height:8px}.pill-item.done .dot{background:#2ba874;box-shadow:0 0 0 3px #2ba87433}.pill-item.done .val{color:#166544;font-weight:650}.pill-item .val{font-weight:500}.event-tab-nav{top:var(--nav-h);z-index:900;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;padding:.75rem 0;position:sticky}.event-tab-bar{grid-template-columns:repeat(4,1fr);gap:.6rem;display:grid}.event-tab-btn{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem .6rem;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.event-tab-btn:hover{border-color:var(--accent);color:var(--accent)}.event-tab-btn.active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 4px 12px #38818647}.event-tab-btn .tab-icon{font-size:1.1rem}.tab-pane{padding:2.8rem 0 5rem}.tab-header{text-align:center;margin-bottom:2.8rem}.tab-header h2{margin-top:.6rem;font-size:clamp(1.8rem,3.4vw,2.5rem);font-weight:500}.tab-header p{max-width:620px;color:var(--muted);word-break:keep-all;margin:.9rem auto 0;font-size:.95rem;line-height:1.85}.figures-inline{justify-content:center;gap:2rem;margin-top:1.8rem;display:flex}.figures-inline div{color:var(--muted);font-size:.85rem}.figures-inline b{color:var(--ink);font-size:1.4rem;font-family:var(--font-serif);margin-right:.3rem}.figures-inline .accent b{color:var(--accent)}.story-form{border:1px solid var(--line);background:#fff;border-radius:12px;max-width:780px;margin:0 auto 3.5rem;padding:2rem 2.2rem;box-shadow:0 8px 24px #102b2d0f}.story-form h3{margin-bottom:1.4rem;font-size:1.2rem;font-weight:600}.form-row{gap:1.2rem;margin-bottom:1.2rem;display:flex}.form-group{flex-direction:column;gap:.45rem;margin-bottom:1.2rem;display:flex}.form-group.flex-1{flex:1;margin-bottom:0}.form-group label{color:var(--ink);font-size:.82rem;font-weight:650}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:6px;padding:.75rem 1rem;font-size:.9rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);background:#fff;outline:none}.form-actions{justify-content:space-between;align-items:center;margin-top:.6rem;display:flex}.char-count{color:var(--muted);font-size:.75rem}.stories-feed h3{border-bottom:2px solid var(--line);margin-bottom:1.6rem;padding-bottom:.8rem;font-size:1.25rem;font-weight:600}.stories-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.4rem;display:grid}.story-card{border:1px solid var(--line);background:#fff;border-radius:10px;flex-direction:column;justify-content:space-between;padding:1.6rem;display:flex;box-shadow:0 4px 14px #102b2d0a}.story-card-head{justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.story-book-badge{color:var(--accent-dark);background:#edf5f3;border-radius:4px;padding:.24rem .6rem;font-size:.76rem;font-weight:650}.story-date{color:var(--muted);font-size:.72rem}.story-text{color:var(--ink-soft);word-break:keep-all;flex:1;margin-bottom:1.2rem;font-size:.92rem;line-height:1.8}.story-card-foot{border-top:1px solid var(--line-light);color:var(--muted);justify-content:space-between;align-items:center;padding-top:.8rem;font-size:.78rem;display:flex}.story-author{color:var(--ink);font-weight:600}.story-likes{color:#e04b4b;font-weight:600}.prizes-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.4rem;margin-bottom:3.5rem;display:grid}.prize-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:1.8rem 1.6rem;transition:transform .25s;box-shadow:0 4px 16px #102b2d0d}.prize-card:hover{transform:translateY(-4px)}.prize-card.top-prize{background:linear-gradient(#fffdf7,#fff);border:2px solid #f2c14e}.prize-badge-row{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.prize-grade{color:var(--accent);font-size:1.05rem;font-weight:700;font-family:var(--font-serif)}.prize-card.top-prize .prize-grade{color:#c48b0a}.prize-count{background:#edf5f3;border-radius:4px;padding:.15rem .45rem;font-size:.76rem;font-weight:600}.prize-tag{color:var(--muted);margin-left:auto;font-size:.7rem}.prize-title{margin-bottom:.6rem;font-size:1.08rem;font-weight:600;line-height:1.4}.prize-desc{color:var(--muted);word-break:keep-all;font-size:.84rem;line-height:1.7}.raffle-entry-box{max-width:680px;margin:0 auto}.raffle-form{border:2px solid var(--accent);background:#fff;border-radius:12px;padding:2.4rem 2.2rem;box-shadow:0 12px 32px #3881861f}.raffle-form .form-header{text-align:center;margin-bottom:2rem}.raffle-form .form-header h3{font-size:1.4rem;font-weight:600}.raffle-form .form-header p{color:var(--muted);margin-top:.5rem;font-size:.88rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:1.4rem;display:grid}.form-group.full-width{grid-column:span 2}.form-group .req{color:#e04b4b;margin-left:.2rem}.agree-checkbox{color:var(--muted);cursor:pointer;align-items:flex-start;gap:.7rem;margin-bottom:1.8rem;font-size:.8rem;line-height:1.6;display:flex}.agree-checkbox input{margin-top:.2rem}.btn-submit-raffle{width:100%;min-height:54px;font-size:.98rem;font-weight:650}.ticket-card{text-align:center;background:#fffdf5;border:2px dashed #e3cb88;border-radius:12px;padding:2.8rem 2.2rem;box-shadow:0 10px 28px #b593381f}.ticket-icon{margin-bottom:.8rem;font-size:2.6rem;display:block}.ticket-header h3{color:#4a3c10;font-size:1.35rem;font-weight:600}.ticket-header p{color:#826e38;margin-top:.5rem;font-size:.88rem}.ticket-details{background:#fff;border:1px solid #ebdcb0;border-radius:8px;max-width:440px;margin:2rem auto;padding:1.6rem}.ticket-number{border-bottom:1px dashed #ebdcb0;margin-bottom:1.2rem;padding-bottom:1rem}.ticket-number span{color:var(--muted);font-size:.74rem;display:block}.ticket-number b{color:var(--accent-dark);font-size:1.8rem;font-family:var(--font-serif);letter-spacing:.08em;margin-top:.3rem;display:block}.ticket-info-grid{text-align:left;color:var(--ink-soft);flex-direction:column;gap:.5rem;font-size:.84rem;display:flex}.ticket-info-grid span{color:var(--muted);width:70px;display:inline-block}.ticket-notice{color:#826e38;font-size:.76rem}@media (width<=760px){.event-status-pill{gap:.8rem}.pill-items{justify-content:space-between;gap:.4rem;width:100%}.pill-item{padding:.2rem .3rem;font-size:.74rem}.event-tab-bar{grid-template-columns:repeat(2,1fr);gap:.4rem}.event-tab-btn{padding:.65rem .4rem;font-size:.8rem}.event-tab-btn .tab-icon{font-size:1rem}.form-row,.form-grid{grid-template-columns:1fr;gap:.9rem}.form-group.full-width{grid-column:span 1}.story-form,.raffle-form,.ticket-card{padding:1.4rem 1.2rem}.figures-inline{gap:1.2rem}}
