:root{--bg:#000000;--surface:#0C0C0E;--surface-2:#161619;--surface-3:#1E1E22;--ink:#FFFFFF;--text-secondary:#A2A2AC;--text-muted:#6E6E78;--accent:#EB4F5E;--accent-hover:#D9414F;--accent-press:#C5384A;--accent-rgb:235,79,94;--accent-soft:rgba(235,79,94,0.14);--accent-glow:rgba(235,79,94,0.34);--grad:var(--accent);--grad-hover:var(--accent-hover);--accent-gold:var(--accent);--accent-gold-hover:var(--accent-hover);--accent-danger:#FF6B6B;--line:rgba(255,255,255,0.10);--line-strong:rgba(255,255,255,0.18);--font-body:var(--font-rubik),-apple-system,system-ui,"Segoe UI",sans-serif;--font-display:var(--font-rubik),-apple-system,system-ui,sans-serif;--radius:10px;--radius-lg:18px;--radius-pill:999px;--gap-tight:8px;--gap:16px;--gap-wide:32px;--gap-section:84px;--shadow-card:0 1px 2px rgba(0,0,0,0.6);--shadow-hover:0 24px 60px rgba(0,0,0,0.7);--shadow-cover:0 20px 50px rgba(0,0,0,0.65);--page-max:1320px;--header-h:72px;--ease:cubic-bezier(0.22,1,0.36,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;background:#000}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);line-height:1.6;font-size:16px;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{text-decoration:none}a,button{color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}::selection{background:var(--accent);color:#fff}.container{width:100%;max-width:var(--page-max);margin:0 auto;padding:0 clamp(20px,5vw,56px)}.section{margin-block:var(--gap-section)}main{min-height:60vh;display:block}h1,h2,h3{line-height:1.05;font-weight:600;letter-spacing:-.03em;color:var(--ink)}.display{font-family:var(--font-display);font-weight:700;letter-spacing:-.035em}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:.82rem;font-weight:600;letter-spacing:-.01em;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--grad);box-shadow:0 0 14px var(--accent-glow)}.section-head{justify-content:space-between;gap:var(--gap);margin-bottom:24px}.section-head,.section-head h2{display:flex;align-items:center}.section-head h2{font-family:var(--font-display);font-size:clamp(1.4rem,2.8vw,2rem);font-weight:600;letter-spacing:-.03em;gap:11px}.section-head .see-all{font-size:.92rem;font-weight:500;color:var(--text-secondary);transition:color .2s,gap .2s;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.section-head .see-all:hover{color:var(--accent);gap:8px}.section-head{align-items:flex-end}.section-head-txt{min-width:0}.section-desc{color:var(--text-secondary);font-size:1rem;margin-top:8px;max-width:62ch;line-height:1.5}.spotlight{display:grid;grid-template-columns:216px 1fr;grid-gap:clamp(24px,4vw,52px);gap:clamp(24px,4vw,52px);align-items:center;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.008)),var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(24px,4vw,44px);position:relative;overflow:hidden}.spotlight:before{content:"";position:absolute;z-index:0;inset-inline-start:-8%;top:-30%;width:420px;height:420px;pointer-events:none;background:radial-gradient(42% 48% at 32% 32%,rgba(235,79,94,.22),transparent 72%),radial-gradient(42% 48% at 66% 62%,rgba(235,79,94,.16),transparent 72%);filter:blur(30px)}.spotlight>*{position:relative;z-index:1}.spot-cover{aspect-ratio:2/3;border-radius:12px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.6),0 0 0 1px rgba(235,79,94,.35);transition:transform .3s var(--ease);display:block}.spot-cover:hover{transform:translateY(-4px)}.spot-cover img{width:100%;height:100%;object-fit:cover}.spot-title{font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.05;margin:12px 0 4px;letter-spacing:-.03em}.spot-orig{color:var(--text-secondary);font-size:1.02rem;direction:ltr;text-align:start;margin-bottom:10px}.spot-meta{color:var(--text-muted);font-size:.95rem;margin-bottom:14px}.spot-text{color:var(--text-secondary);font-size:1.05rem;line-height:1.75;margin-bottom:22px;max-width:60ch;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.spot-actions{display:flex;flex-wrap:wrap;gap:12px}@media (max-width:640px){.spotlight{grid-template-columns:1fr;text-align:center}.spot-cover{width:170px;margin:0 auto}.spot-orig,.spot-text{text-align:center}.spot-actions{justify-content:center}.section-head{flex-direction:column;align-items:flex-start;gap:8px}}.prose{max-width:68ch}.prose p{color:var(--text-secondary);margin-bottom:1.15em;font-size:1.06rem;line-height:1.85}.prose p:last-child{margin-bottom:0}.prose h2{font-family:var(--font-display);font-size:1.5rem;margin:1.6em 0 .6em;color:var(--ink)}.prose a{color:var(--accent);text-underline-offset:3px}.prose a:hover{text-decoration:underline}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--header-h);display:flex;align-items:center;background:transparent;border-bottom:1px solid transparent;transition:background .3s,border-color .3s,-webkit-backdrop-filter .3s;transition:background .3s,border-color .3s,backdrop-filter .3s;transition:background .3s,border-color .3s,backdrop-filter .3s,-webkit-backdrop-filter .3s}.site-header.scrolled{background:rgba(0,0,0,.72);backdrop-filter:blur(16px) saturate(1.3);-webkit-backdrop-filter:blur(16px) saturate(1.3);border-bottom-color:var(--line)}.header-inner{display:flex;gap:var(--gap-wide);width:100%;position:relative}.header-inner,.logo{align-items:center;direction:ltr}.logo{display:inline-flex;font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--ink);letter-spacing:-.03em}.logo-mark{height:30px;width:auto;display:block;-webkit-margin-end:9px;margin-inline-end:9px}.logo .mark{background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.logo:hover{opacity:.85}.nav{display:flex;align-items:center;gap:2px;direction:rtl;position:absolute;left:50%;transform:translateX(-50%)}.nav a{position:relative;padding:8px 15px;font-size:.95rem;font-weight:500;color:var(--text-secondary);border-radius:var(--radius);transition:color .2s,background .2s}.nav a:hover{color:var(--ink);background:rgba(255,255,255,.06)}.nav a.active{color:var(--accent)}.header-search{display:flex;align-items:center;gap:9px;height:42px;padding:0 16px;background:rgba(255,255,255,.05);border:1px solid var(--line);border-radius:var(--radius);color:var(--text-secondary);transition:border-color .2s,background .2s;min-width:238px;direction:rtl;margin-left:auto}.header-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.header-search input{flex:1 1;background:none;border:none;outline:none;color:var(--ink);font-size:.95rem}.header-search input::placeholder{color:var(--text-muted)}.header-search svg{flex-shrink:0;opacity:.6}.menu-btn{color:var(--ink);background:rgba(255,255,255,.05);border:1px solid var(--line)}.menu-btn,.mobile-menu{display:none}@media (max-width:720px){.mobile-menu{display:block;position:fixed;top:0;left:0;width:100vw;height:100dvh;height:100vh;z-index:1500}.mobile-menu>.container{position:absolute;top:0;right:0;left:auto;bottom:0;width:min(310px,84vw);max-width:none;margin:0;padding:22px 20px calc(22px + env(safe-area-inset-bottom, 0px));background:rgba(10,10,12,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);-webkit-border-start:1px solid var(--line-strong);border-inline-start:1px solid var(--line-strong);box-shadow:-14px 0 40px rgba(0,0,0,.6);overflow-y:auto;overscroll-behavior:contain;animation:mm-slide .22s var(--ease);z-index:2}.mm-search{display:flex;align-items:center;gap:10px;height:48px;padding:0 14px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:var(--radius);margin-bottom:14px;direction:rtl}.mm-search:focus-within{border-color:var(--accent)}.mm-search svg{color:var(--text-muted);flex-shrink:0}.mm-search input{flex:1 1;background:none;border:none;outline:none;color:var(--ink);font-size:16px;min-width:0}.mm-search input::placeholder{color:var(--text-muted)}.mm-nav{display:flex;flex-direction:column}.mm-nav a{padding:14px 8px;font-size:1.05rem;font-weight:600;color:var(--ink);border-bottom:1px solid var(--line);text-decoration:none}.mm-nav a:last-child{border-bottom:none}.mm-nav a:active{color:var(--accent)}}@keyframes mm-slide{0%{transform:translateX(100%)}to{transform:translateX(0)}}.hero{position:relative;overflow:hidden;isolation:isolate;border-bottom:1px solid var(--line)}.hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;padding-block:clamp(52px,8vw,96px) clamp(64px,9vw,120px);width:100%}.hero-title{font-family:var(--font-display);font-size:clamp(2.6rem,6.4vw,5rem);line-height:.98;margin:18px 0 16px;letter-spacing:-.04em;max-width:16ch;text-wrap:balance}.hero-meta{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:11px;color:var(--text-secondary);font-size:1.02rem;margin-bottom:18px}.hero-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--text-muted)}.hero-summary{color:var(--text-secondary);font-size:1.1rem;line-height:1.75;margin-bottom:30px;max-width:56ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.hero-stage{position:relative;margin-top:clamp(48px,7vw,84px);display:grid;place-items:center;width:100%}.hero-stage:before{content:"";position:absolute;z-index:-1;width:780px;height:680px;max-width:98vw;background:radial-gradient(42% 50% at 30% 28%,rgba(235,79,94,.36),transparent 72%),radial-gradient(44% 52% at 72% 66%,rgba(235,79,94,.3),transparent 72%),radial-gradient(42% 50% at 28% 78%,rgba(235,79,94,.22),transparent 72%);filter:blur(40px);pointer-events:none}.hero-cover{width:clamp(196px,24vw,284px);aspect-ratio:2/3;border-radius:14px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.8),0 0 0 1px rgba(235,79,94,.5),0 0 90px rgba(235,79,94,.3);transition:transform .4s var(--ease);display:block;-webkit-box-reflect:below 14px linear-gradient(transparent 62%,rgba(255,255,255,.1))}.hero-cover:hover{transform:translateY(-8px) scale(1.015)}.hero-cover img{width:100%;height:100%;object-fit:cover}.home-hero{position:relative;overflow:hidden;isolation:isolate;border-bottom:1px solid var(--line);min-height:clamp(560px,84vh,780px);display:flex;align-items:center}.hh-wall{position:absolute;inset:-12% -20%;z-index:-3;justify-content:center;opacity:.55;transform:rotate(-7deg) scale(1.15)}.hh-col,.hh-wall{display:flex;gap:16px}.hh-col{flex-direction:column;flex:0 0 auto;width:clamp(96px,12vw,152px);animation-name:hh-scroll;animation-timing-function:linear;animation-iteration-count:infinite}.hh-col img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:8px;background:var(--surface-2)}@keyframes hh-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.hh-overlay{position:absolute;inset:0;z-index:-2;background:radial-gradient(130% 90% at 50% 40%,rgba(0,0,0,.4) 0,rgba(0,0,0,.74) 46%,rgba(0,0,0,.94) 74%,#000 100%)}.hh-glow{position:absolute;z-index:-1;left:50%;top:42%;transform:translate(-50%,-50%);width:1080px;height:720px;max-width:100vw;pointer-events:none;background:radial-gradient(36% 46% at 28% 32%,rgba(235,79,94,.26),transparent 72%),radial-gradient(40% 50% at 72% 68%,rgba(235,79,94,.22),transparent 72%),radial-gradient(40% 50% at 30% 74%,rgba(235,79,94,.16),transparent 72%);filter:blur(48px)}.hh-inner{display:flex;flex-direction:column;align-items:center;text-align:center;padding-block:clamp(64px,10vw,118px);width:100%}.hh-title{font-family:var(--font-display);font-size:clamp(2.4rem,6.2vw,4.7rem);line-height:.98;margin:16px 0;letter-spacing:-.04em;max-width:16ch;text-wrap:balance}.hh-sub{color:var(--text-secondary);font-size:clamp(1rem,2.2vw,1.18rem);max-width:52ch;margin-bottom:30px;line-height:1.6}.hh-search{position:relative;width:100%;max-width:604px}.hh-search form{display:flex;align-items:center;gap:10px;height:62px;padding:0 8px 0 20px;background:rgba(18,18,22,.72);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--line-strong);border-radius:15px;box-shadow:0 24px 60px rgba(0,0,0,.55);transition:border-color .2s,box-shadow .2s}.hh-search form:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft),0 24px 60px rgba(0,0,0,.55)}.hh-ic{color:var(--text-muted);flex-shrink:0}.hh-search input{flex:1 1;background:none;border:none;outline:none;color:var(--ink);font-size:1.1rem;min-width:0}.hh-search input::placeholder{color:var(--text-muted)}.hh-search input::-webkit-search-cancel-button{-webkit-appearance:none}.hh-go{flex-shrink:0;background:var(--grad);color:#fff;font-weight:600;font-size:.95rem;padding:12px 22px;border-radius:11px;transition:filter .2s;box-shadow:0 8px 24px var(--accent-glow)}.hh-go:hover{filter:brightness(1.08)}.hh-go:active{transform:scale(.97)}.hh-results{position:absolute;top:calc(100% + 10px);inset-inline:0;z-index:30;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:15px;box-shadow:var(--shadow-hover);padding:8px;max-height:62vh;overflow-y:auto;text-align:start}.hh-cat{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:9px 10px 5px}.hh-row{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:11px;transition:background .15s}.hh-row.on{background:rgba(255,255,255,.07)}.hh-cov{width:34px;height:51px;border-radius:5px;object-fit:cover;flex-shrink:0;background:var(--surface-3)}.hh-av{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;font-family:var(--font-display);font-weight:700;color:#fff;background:var(--grad);font-size:1.05rem}.hh-txt{display:flex;flex-direction:column;min-width:0}.hh-t{font-weight:600;color:var(--ink)}.hh-m,.hh-t{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hh-m{font-size:.8rem;color:var(--text-muted)}.hh-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:24px}.hh-tags-lbl{color:var(--text-muted);font-size:.88rem}@media (prefers-reduced-motion:reduce){.hh-col{animation:none}}@media (max-width:640px){.home-hero{min-height:0;padding-block:0}.hh-inner{padding-block:44px 36px}.hh-title{font-size:clamp(2rem,8.4vw,2.6rem);margin:8px 0 12px}.hh-sub{font-size:.98rem;margin-bottom:18px}.hh-wall{opacity:.32;transform:rotate(-7deg) scale(1.35)}.hh-col:nth-child(n+4){display:none}.hh-search form{height:52px;padding:0 6px 0 14px;gap:6px}.hh-search input{font-size:16px}.hh-go{padding:10px 14px;font-size:.9rem}}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 24px;border-radius:var(--radius);font-weight:600;font-size:.98rem;letter-spacing:-.01em;transition:transform .15s var(--ease),background .2s,box-shadow .2s,border-color .2s,color .2s}.btn-gold{background:var(--grad);color:#fff;box-shadow:0 10px 34px var(--accent-glow)}.btn-gold:hover{background:var(--grad-hover)}.btn-gold:active{transform:scale(.98)}.btn-ghost{background:rgba(255,255,255,.06);color:var(--ink);border:1px solid var(--line-strong)}.btn-ghost:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.28)}.btn-ghost:active{transform:scale(.98)}.btn-accent{background:var(--accent);color:#fff;box-shadow:0 8px 30px var(--accent-glow)}.btn-accent:hover{background:var(--accent-hover)}.btn-accent:active{transform:scale(.98)}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-pill);background:var(--surface-2);border:1px solid var(--line);font-size:.85rem;font-weight:500;color:var(--text-secondary);transition:all .2s}a.chip:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.row{position:relative}.row-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-block:6px 16px;scrollbar-width:none;scroll-padding-inline:4px}.row-track::-webkit-scrollbar{display:none}.row-track>*{scroll-snap-align:start;flex-shrink:0}.row-arrow{position:absolute;top:calc(50% - 28px);transform:translateY(-50%);z-index:5;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--line-strong);color:var(--ink);box-shadow:var(--shadow-card);transition:background .2s,transform .15s,border-color .2s}.row-arrow:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-50%) scale(1.06)}.row-arrow.start{inset-inline-start:-14px}.row-arrow.end{inset-inline-end:-14px}.row-arrow[hidden]{display:none}.book-card{width:178px;position:relative}.book-card .cover-wrap{position:relative;aspect-ratio:2/3;border-radius:var(--radius);overflow:hidden;background:var(--surface-2);box-shadow:var(--shadow-cover);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.book-card .cover-wrap img{width:100%;height:100%;object-fit:cover}.book-card .cover-wrap:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px var(--line);pointer-events:none}.book-card:hover .cover-wrap{transform:translateY(-8px) scale(1.03);box-shadow:var(--shadow-hover),0 20px 46px var(--accent-glow);z-index:3}.book-card .cover-hover{position:absolute;inset-inline:0;bottom:0;padding:30px 12px 12px;background:linear-gradient(0deg,rgba(0,0,0,.95),transparent);opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s;color:#fff}.book-card:hover .cover-hover{opacity:1;transform:translateY(0)}.book-card .cover-hover .meta{font-size:.74rem;color:rgba(255,255,255,.82);display:flex;gap:8px;flex-wrap:wrap}.book-card .cover-hover .go{font-size:.78rem;color:var(--accent-hover);font-weight:600;margin-top:6px}.book-card .info{padding:12px 2px 0}.book-card .info .t{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--ink);line-height:1.25;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.book-card .info .a{font-size:.83rem;color:var(--text-muted);margin-top:4px;display:flex;gap:6px}.book-card:hover .info .t{color:var(--accent)}.book-card.ranked{width:222px;display:flex;align-items:flex-end;gap:4px}.book-card.ranked .rank{font-family:var(--font-display);font-weight:700;font-size:7rem;line-height:.68;color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.22);flex-shrink:0;-webkit-margin-end:-8px;margin-inline-end:-8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.book-card.ranked .body{width:152px}.cat-card{display:block;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--line);transition:transform .25s var(--ease),border-color .25s,box-shadow .25s;position:relative}.cat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:var(--line-strong)}.cat-mosaic{display:grid;grid-template-columns:repeat(4,1fr);height:124px;background:var(--surface-2)}.cat-mosaic img{width:100%;height:100%;object-fit:cover;object-position:center}.cat-body{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;background:var(--surface);border-top:1px solid var(--line)}.cat-body .name{font-family:var(--font-display);font-weight:600;font-size:1.12rem;letter-spacing:-.02em;color:var(--ink)}.cat-body .count{font-size:.82rem;color:var(--text-muted);font-weight:500}.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:9px;font-size:.85rem;color:var(--text-muted);padding-block:22px}.crumbs a{color:var(--text-secondary);transition:color .2s}.crumbs a:hover{color:var(--accent)}.crumbs .sep{opacity:.5}.crumbs .current{color:var(--ink);font-weight:500}.detail-hero{position:relative;isolation:isolate}.detail-glow{display:none}.detail-top{display:grid;grid-template-columns:316px 1fr;grid-gap:clamp(28px,5vw,64px);gap:clamp(28px,5vw,64px);padding-block:12px 44px;align-items:start}.detail-cover{aspect-ratio:2/3;border-radius:14px;overflow:hidden;box-shadow:0 40px 90px rgba(0,0,0,.75),0 0 0 1px rgba(235,79,94,.3),0 0 50px rgba(235,79,94,.2);position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 20px)}.detail-cover img{width:100%;height:100%;object-fit:cover}.detail-title{font-family:var(--font-display);font-size:clamp(2.2rem,4.8vw,3.5rem);line-height:1.02;margin:6px 0 4px;letter-spacing:-.035em;font-weight:700}.detail-orig{font-size:1.12rem;margin-bottom:16px;direction:ltr;text-align:start}.detail-facts,.detail-orig{color:var(--text-secondary)}.detail-facts{display:flex;flex-wrap:wrap;align-items:center;gap:11px;font-size:1rem;margin-bottom:22px}.detail-facts a{color:var(--ink);font-weight:500}.detail-facts a:hover{color:var(--accent)}.detail-facts .dot{width:3px;height:3px;border-radius:50%;background:var(--text-muted)}.detail-chips{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:24px}.detail-actions{display:flex;flex-wrap:wrap;gap:12px}.spec-table{width:100%;border-collapse:collapse;border-radius:var(--radius);overflow:hidden;background:var(--surface);border:1px solid var(--line)}.spec-table td,.spec-table th{text-align:start;padding:13px 18px;font-size:.96rem;border-bottom:1px solid var(--line)}.spec-table tr:last-child td,.spec-table tr:last-child th{border-bottom:none}.spec-table th{color:var(--text-muted);font-weight:500;width:38%;white-space:nowrap}.spec-table td{color:var(--ink)}.content-section{max-width:760px}.content-section h2{font-family:var(--font-display);font-size:1.55rem;font-weight:600;letter-spacing:-.03em;margin-bottom:16px;display:flex;align-items:center;gap:10px}.author-hero{display:flex;flex-wrap:wrap;align-items:center;gap:var(--gap-wide);padding-block:8px}.author-avatar{width:104px;height:104px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;font-size:2.6rem;color:#fff;background:var(--grad);box-shadow:0 0 40px var(--accent-glow)}.author-avatar,.author-hero h1{font-family:var(--font-display);font-weight:700}.author-hero h1{font-size:clamp(2.1rem,4.8vw,3.2rem);letter-spacing:-.035em}.author-hero .sub{color:var(--text-secondary);margin-top:8px;font-size:1.05rem}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(158px,1fr));grid-gap:var(--gap-wide) var(--gap);gap:var(--gap-wide) var(--gap)}.book-grid .book-card{width:100%}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:20px;gap:20px}.author-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:var(--gap);gap:var(--gap)}.author-mini{display:flex;align-items:center;gap:13px;padding:14px 16px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);transition:all .2s}.author-mini:hover{border-color:var(--line-strong);background:var(--surface-2);transform:translateY(-3px)}.author-mini .av{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;font-family:var(--font-display);font-weight:700;color:#fff;background:var(--grad)}.author-mini .n{font-family:var(--font-display);font-weight:600;font-size:1.05rem;letter-spacing:-.02em;color:var(--ink)}.author-mini .m{font-size:.82rem;color:var(--text-muted)}.page-head{padding-block:4px 12px;max-width:800px}.page-head h1{font-family:var(--font-display);font-size:clamp(2.4rem,5.2vw,3.6rem);font-weight:700;letter-spacing:-.04em;margin-bottom:16px;display:flex;align-items:center;gap:13px}.page-head .lead{color:var(--text-secondary);font-size:1.16rem;line-height:1.7}.stat-strip{display:flex;flex-wrap:wrap;gap:var(--gap)}.stat{flex:1 1;min-width:140px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px 20px;text-align:center}.stat .num{font-family:var(--font-display);font-size:2.6rem;font-weight:700;letter-spacing:-.03em;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;width:-moz-fit-content;width:fit-content;margin:0 auto}.stat .lbl{color:var(--text-secondary);font-size:.92rem;margin-top:4px}.site-footer{background:var(--surface);border-top:1px solid var(--line);margin-top:var(--gap-section);padding-block:60px 30px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);grid-gap:var(--gap-wide);gap:var(--gap-wide);margin-bottom:40px}.footer-col h4{font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:16px}.footer-col a{display:block;color:var(--text-secondary);font-size:.95rem;padding:6px 0;transition:color .2s}.footer-col a:hover{color:var(--accent)}.footer-brand .logo{margin-bottom:14px}.footer-brand p{font-size:.92rem;max-width:330px}.footer-attrib,.footer-brand p{color:var(--text-muted);line-height:1.7}.footer-attrib{border-top:1px solid var(--line);padding-top:24px;font-size:.82rem}.footer-attrib a{color:var(--text-secondary)}.footer-attrib a:hover{color:var(--accent)}.footer-attrib code{background:rgba(255,255,255,.08);padding:1px 6px;border-radius:4px;font-size:.9em}.footer-attrib .copy{margin-top:12px}.search-box-lg{display:flex;align-items:center;gap:12px;height:60px;padding:0 24px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius);max-width:660px;margin:0 auto var(--gap-wide)}.search-box-lg:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.search-box-lg input{flex:1 1;background:none;border:none;outline:none;color:var(--ink);font-size:1.12rem}.search-box-lg input::placeholder{color:var(--text-muted)}.search-box-lg svg{color:var(--text-muted)}.empty{text-align:center;padding:64px 20px;color:var(--text-secondary)}.empty .big{font-size:3rem;margin-bottom:12px}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.detail-top{grid-template-columns:210px 1fr}.detail-cover{position:static}}@media (max-width:720px){:root{--gap-section:58px}.header-search,.nav{display:none}.menu-btn{display:grid;place-items:center;width:42px;height:42px;border-radius:var(--radius)}.detail-top{grid-template-columns:1fr}.detail-cover{width:220px;margin:0 auto}.footer-grid{grid-template-columns:1fr;gap:var(--gap)}.book-grid{grid-template-columns:repeat(auto-fill,minmax(128px,1fr))}.book-card.ranked .rank{font-size:5rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.fade-up{animation:fadeUp .5s var(--ease) both}html.reveal-on .section{transform:translateY(20px);will-change:transform}html.reveal-on .section.in{transform:none;transition:transform .6s var(--ease)}@media (prefers-reduced-motion:no-preference){html.reveal-on .section{animation:section-fallback 1.2s var(--ease) .6s both}}@keyframes section-fallback{to{transform:none}}html.reveal-on .hero-inner>*{opacity:0;transform:translateY(18px);animation:fadeUp .7s var(--ease) forwards}html.reveal-on .hero-inner>:first-child{animation-delay:.05s}html.reveal-on .hero-inner>:nth-child(2){animation-delay:.12s}html.reveal-on .hero-inner>:nth-child(3){animation-delay:.19s}html.reveal-on .hero-inner>:nth-child(4){animation-delay:.26s}html.reveal-on .hero-inner>:nth-child(5){animation-delay:.33s}html.reveal-on .hero-stage{animation-delay:.42s;animation-duration:.9s}@media (prefers-reduced-motion:reduce){html.reveal-on .hero-inner>*,html.reveal-on .section{opacity:1!important;transform:none!important;animation:none!important}}.mm-backdrop{position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.55);border:0;padding:0;margin:0;cursor:default}.contact-wrap{display:grid;grid-template-columns:1fr;grid-gap:22px;gap:22px;max-width:820px;margin-top:8px}@media (min-width:820px){.contact-wrap{grid-template-columns:1.6fr 1fr;align-items:start}}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form .field{display:flex;flex-direction:column;gap:7px}.contact-form .field>span{font-size:.92rem;font-weight:600;color:var(--text-secondary)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;background:var(--surface);color:var(--ink);border:1px solid var(--line-strong);border-radius:var(--radius);padding:12px 14px;font:inherit;font-size:1rem;outline:none;transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}.contact-form textarea{resize:vertical;min-height:130px;line-height:1.6}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-muted)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.contact-form select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--text-muted) 50%),linear-gradient(135deg,var(--text-muted) 50%,transparent 50%);background-position:left 16px center,left 11px center;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.contact-consent{font-size:.85rem;color:var(--text-muted);line-height:1.6}.contact-consent a{color:var(--accent)}.contact-submit{width:100%;justify-content:center;margin-top:2px;padding:14px;font-size:1.05rem}.contact-aside{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px}.contact-aside h2{font-size:1.1rem;font-weight:700;margin-bottom:14px}.contact-aside p{display:flex;flex-direction:column;gap:2px;margin-bottom:12px;font-size:.96rem}.contact-aside p>span{font-size:.82rem;color:var(--text-muted)}.contact-aside a{color:var(--accent);word-break:break-word}.contact-aside .contact-note{color:var(--text-secondary);font-size:.9rem;border-top:1px solid var(--line);padding-top:14px;margin-top:4px}.thanks-box{max-width:560px;margin:40px auto;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:48px 28px}.thanks-check{width:66px;height:66px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--grad);box-shadow:0 10px 34px var(--accent-glow)}.thanks-box h1{font-family:var(--font-display);font-size:2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:12px}.thanks-box p{color:var(--text-secondary);font-size:1.08rem;line-height:1.7;margin-bottom:26px}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus,.skip-link:focus-visible{position:fixed;top:12px;inset-inline-start:12px;width:auto;height:auto;padding:10px 16px;clip:auto;white-space:normal;background:var(--accent);color:#fff;border-radius:var(--radius);font-weight:600;z-index:10000}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}.a11y-widget{position:fixed;bottom:18px;left:18px;z-index:900;direction:rtl}.a11y-toggle{width:48px;height:48px;border-radius:50%;background:var(--accent);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 26px var(--accent-glow);transition:transform .15s var(--ease)}.a11y-toggle:hover{transform:scale(1.06);background:var(--accent-hover)}.a11y-panel{position:absolute;bottom:58px;left:0;width:244px;background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-lg);padding:14px;box-shadow:0 20px 60px rgba(0,0,0,.6);display:flex;flex-direction:column;gap:8px}.a11y-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.a11y-head strong{font-size:1.05rem}.a11y-x{background:none;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;padding:4px}.a11y-row{justify-content:space-between;font-size:.95rem}.a11y-row,.a11y-steppers{display:flex;align-items:center}.a11y-steppers{gap:8px}.a11y-steppers button{width:34px;height:32px;border-radius:var(--radius);border:1px solid var(--line-strong);background:var(--surface-2);color:var(--ink);cursor:pointer;font-weight:700}.a11y-steppers button:hover{border-color:var(--accent)}.a11y-val{min-width:44px;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.a11y-opt,.a11y-reset{text-align:right;padding:10px 12px;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface-2);color:var(--ink);cursor:pointer;font:inherit;font-size:.95rem}.a11y-opt.on,.a11y-opt:hover,.a11y-reset:hover{border-color:var(--accent)}.a11y-opt.on{background:var(--accent-soft);color:var(--ink)}.a11y-reset{text-align:center;color:var(--text-secondary)}.a11y-statement{text-align:center;font-size:.85rem;color:var(--accent);margin-top:2px}html.a11y-contrast{--ink:#ffffff;--text-secondary:#ededf2;--text-muted:#d2d2d8;--bg:#000000;--surface:#0a0a0a;--surface-2:#171717;--line:rgba(255,255,255,0.42);--line-strong:rgba(255,255,255,0.65);--accent:#ff7d88;--accent-hover:#ff97a0}html.a11y-contrast a{text-decoration:underline}html.a11y-links a{text-decoration:underline!important;outline:1px dashed var(--accent);outline-offset:2px}html.a11y-readable,html.a11y-readable body{font-family:Arial,Helvetica Neue,Helvetica,sans-serif!important;letter-spacing:.02em}html.a11y-readable .prose,html.a11y-readable li,html.a11y-readable p{line-height:1.9!important}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:950;background:rgba(10,10,12,.97);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--line-strong);padding:16px 0}.cookie-inner{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:space-between}.cookie-inner p{font-size:.92rem;color:var(--text-secondary);line-height:1.6;flex:1 1;min-width:260px;margin:0}.cookie-inner p a{color:var(--accent)}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-actions .btn{padding:10px 22px}.contact-check{display:flex;gap:10px;align-items:flex-start;font-size:.88rem;color:var(--text-secondary);line-height:1.6;cursor:pointer}.contact-check input{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:var(--accent);cursor:pointer}.contact-check a{color:var(--accent)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.section{opacity:1!important;transform:none!important}}body,html{overflow-x:clip;max-width:100vw}iframe,img,table,video{max-width:100%}.contact-aside a,.detail-orig,.footer-attrib code,.lead,.prose,.prose li,.prose p,.spot-orig{overflow-wrap:anywhere;word-break:break-word}@media (max-width:640px){.book-card{width:100%;max-width:178px;margin-inline:auto}.book-card.ranked{width:100%;max-width:300px}.book-card.ranked .body{width:100%;max-width:152px}.book-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.book-grid .book-card{max-width:100%}.book-grid .book-card .info .t{font-size:.92rem}.book-grid .book-card .info .a{font-size:.78rem}}.spec-table{table-layout:fixed}.spec-table td,.spec-table th{overflow-wrap:anywhere;word-break:break-word}.spec-table th{width:40%;white-space:normal}@media (max-width:640px){.spec-table td,.spec-table th{padding:11px 12px;font-size:.9rem}.spec-table th{width:44%}.detail-title{font-size:clamp(1.7rem,7vw,2.4rem)}.detail-facts{font-size:.92rem;gap:8px}.detail-chips .chip{font-size:.86rem;padding:6px 12px}.detail-actions .btn{font-size:.9rem;padding:10px 16px}.author-hero{gap:16px}.author-avatar{width:78px;height:78px;font-size:2rem}.author-hero h1{font-size:clamp(1.6rem,7vw,2.2rem)}.author-hero .sub{font-size:.95rem}.author-grid{grid-template-columns:1fr;gap:10px}.author-mini{padding:12px}.stat-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.stat{flex:0 1 auto;min-width:0;padding:18px 10px}.stat .num{font-size:1.7rem}.stat .lbl{font-size:.82rem}}.stat .num{direction:ltr;unicode-bidi:-webkit-isolate;unicode-bidi:isolate;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;display:inline-block}@supports not ((-webkit-background-clip:text) or (background-clip:text)){.stat .num{background:none;color:var(--accent);-webkit-text-fill-color:currentColor}}.breadcrumbs,.detail-chips,.section-head{flex-wrap:wrap}@media (max-width:640px){.page-head h1{font-size:clamp(1.9rem,8vw,2.8rem)}.page-head .lead{font-size:1rem}}.hero-stage,.hh-glow,.hh-overlay,.hh-wall,.home-hero{max-width:100%}.home-hero{contain:layout paint}.footer-grid{min-width:0}.footer-col{min-width:0;word-break:break-word}.contact-aside a[href^="mailto:"]{overflow-wrap:anywhere}@media (max-width:640px){.contact-form input,.contact-form select,.contact-form textarea{font-size:16px}.thanks-box{padding:36px 20px}.cookie-inner{flex-direction:column;align-items:stretch;gap:12px}.cookie-actions{justify-content:stretch}.cookie-actions .btn{flex:1 1}.a11y-widget{bottom:12px;left:12px}.a11y-panel{width:min(280px,calc(100vw - 24px))}}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.p.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.p.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.p.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.p.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.p.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik Fallback;src:local("Arial");ascent-override:89.06%;descent-override:23.81%;line-gap-override:0.00%;size-adjust:104.98%}.__className_4325dd{font-family:Rubik,Rubik Fallback;font-style:normal}.__variable_4325dd{--font-rubik:"Rubik","Rubik Fallback"}