@import "https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Barlow+Condensed:wght@700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Advent+Pro:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";
.BooksQuiz-module__4fAupa__quizPage{background:0 0;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:2rem 1rem 4rem;display:flex}.BooksQuiz-module__4fAupa__introContainer{justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.BooksQuiz-module__4fAupa__introStars{pointer-events:none;z-index:0;position:fixed;inset:0}.BooksQuiz-module__4fAupa__star{color:var(--accent,#f93);opacity:.2;animation:3s ease-in-out infinite alternate BooksQuiz-module__4fAupa__twinkle;position:absolute}@keyframes BooksQuiz-module__4fAupa__twinkle{0%{opacity:.1;transform:scale(.9)}to{opacity:.5;transform:scale(1.1)}}.BooksQuiz-module__4fAupa__introCard{z-index:1;text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0a14f2;border:1px solid #ff99334d;border-radius:16px;width:100%;max-width:540px;padding:48px 40px 40px;position:relative;overflow:hidden;box-shadow:0 0 60px #ff993314,0 24px 48px #0009}.BooksQuiz-module__4fAupa__introSaberLeft,.BooksQuiz-module__4fAupa__introSaberRight{border-radius:1px;width:2px;animation:3s ease-in-out infinite alternate BooksQuiz-module__4fAupa__saberGlow;position:absolute;top:0;bottom:0}.BooksQuiz-module__4fAupa__introSaberLeft{background:linear-gradient(#0000,#3b82f6,#0000);left:0}.BooksQuiz-module__4fAupa__introSaberRight{background:linear-gradient(#0000,#ef4444,#0000);right:0}@keyframes BooksQuiz-module__4fAupa__saberGlow{0%{opacity:.3;box-shadow:none}to{opacity:1;box-shadow:0 0 12px 2px}}.BooksQuiz-module__4fAupa__introLogo{margin-bottom:16px;font-size:52px;animation:2.5s ease-in-out infinite BooksQuiz-module__4fAupa__pulse}@keyframes BooksQuiz-module__4fAupa__pulse{0%,to{filter:drop-shadow(0 0 8px #f936);transform:scale(1)}50%{filter:drop-shadow(0 0 20px #ff9933b3);transform:scale(1.1)}}.BooksQuiz-module__4fAupa__introTitle{font-family:var(--font-primary),sans-serif;color:#fff;letter-spacing:3px;text-transform:uppercase;text-shadow:0 0 24px #ff99334d;margin:0 0 8px;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:900;line-height:1.25}.BooksQuiz-module__4fAupa__introSub{font-family:var(--font-handjet),monospace;color:#f939;letter-spacing:2px;margin:0 0 32px;font-size:16px}.BooksQuiz-module__4fAupa__introRules{text-align:left;flex-direction:column;gap:10px;margin-bottom:32px;display:flex}.BooksQuiz-module__4fAupa__introRule{font-family:var(--font-primary),sans-serif;color:#ffffffb3;background:#ffffff08;border:1px solid #ff99331a;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;font-size:14px;display:flex}.BooksQuiz-module__4fAupa__ruleIcon{text-align:center;flex-shrink:0;width:36px;font-size:20px}.BooksQuiz-module__4fAupa__startBtn{color:#000;width:100%;font-family:var(--font-primary),sans-serif;letter-spacing:3px;cursor:pointer;background:linear-gradient(135deg,#f93,#f60);border:none;border-radius:10px;margin-bottom:16px;padding:16px 24px;font-size:18px;font-weight:900;transition:transform .15s,box-shadow .15s;display:block;box-shadow:0 4px 24px #f936}.BooksQuiz-module__4fAupa__startBtn:hover{transform:translateY(-2px);box-shadow:0 8px 32px #ff99338c}.BooksQuiz-module__4fAupa__startBtn:active{transform:translateY(0)}.BooksQuiz-module__4fAupa__introBack{font-family:var(--font-handjet),monospace;color:#555;font-size:13px;text-decoration:none;transition:color .15s}.BooksQuiz-module__4fAupa__introBack:hover{color:var(--accent);transform:translate(-4px)}.BooksQuiz-module__4fAupa__seriesLinkTile{text-align:left;background:#ff99330d;border:1px solid #ff99331a;border-radius:8px;align-items:center;gap:1rem;margin:1.5rem 0;padding:1rem;display:flex}.BooksQuiz-module__4fAupa__seriesEmoji{font-size:1.5rem}.BooksQuiz-module__4fAupa__seriesText{flex:1}.BooksQuiz-module__4fAupa__seriesLabel{text-transform:uppercase;color:#888;letter-spacing:.05em;font-size:.7rem}.BooksQuiz-module__4fAupa__seriesTitle{color:var(--accent);font-size:.95rem;font-weight:700}.BooksQuiz-module__4fAupa__seriesBtn{color:var(--accent);background:#ff99331a;border:1px solid #f933;border-radius:4px;padding:4px 10px;font-size:.75rem;text-decoration:none;transition:all .2s}.BooksQuiz-module__4fAupa__seriesBtn:hover{background:var(--accent);color:#000}.BooksQuiz-module__4fAupa__quizGame{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#04040cb3;border:1px solid #ff993314;border-radius:16px;flex-direction:column;gap:14px;width:100%;max-width:700px;min-height:100vh;margin:0 auto;padding:20px 16px 48px;transition:background .3s;display:flex;box-shadow:0 0 60px #00000080}.BooksQuiz-module__4fAupa__flashCorrect{background:radial-gradient(circle,#22c55e0f 0%,#0000 70%)}.BooksQuiz-module__4fAupa__flashWrong{background:radial-gradient(circle,#ef444414 0%,#0000 70%)}.BooksQuiz-module__4fAupa__quizHeader{align-items:center;gap:12px;display:flex}.BooksQuiz-module__4fAupa__lives{flex-shrink:0;gap:4px;display:flex}.BooksQuiz-module__4fAupa__livesShake{animation:.5s cubic-bezier(.36,.07,.19,.97) BooksQuiz-module__4fAupa__shake}@keyframes BooksQuiz-module__4fAupa__shake{0%,to{transform:translate(0)}15%{transform:translate(-6px)}30%{transform:translate(6px)}45%{transform:translate(-5px)}60%{transform:translate(5px)}75%{transform:translate(-3px)}90%{transform:translate(3px)}}.BooksQuiz-module__4fAupa__heart{font-size:22px;transition:transform .3s,filter .3s}.BooksQuiz-module__4fAupa__heartDead{opacity:.4;filter:grayscale();transform:scale(.85)}.BooksQuiz-module__4fAupa__progressWrap{flex:1;align-items:center;gap:10px;display:flex}.BooksQuiz-module__4fAupa__progressBar{background:#ffffff12;border-radius:3px;flex:1;height:6px;overflow:hidden}.BooksQuiz-module__4fAupa__progressFill{background:linear-gradient(90deg,#f93,#a855f7);border-radius:3px;height:100%;transition:width .4s}.BooksQuiz-module__4fAupa__progressText{font-family:var(--font-handjet),monospace;color:var(--accent,#f93);text-align:right;flex-shrink:0;min-width:44px;font-size:16px;font-weight:700}.BooksQuiz-module__4fAupa__progressOf{color:#555}.BooksQuiz-module__4fAupa__hintBtn{color:#f59e0b;cursor:pointer;background:#f59e0b1a;border:1px solid #f59e0b59;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;padding:6px 12px;font-size:18px;transition:background .15s,border-color .15s,opacity .15s;display:flex}.BooksQuiz-module__4fAupa__hintBtn:hover:not(:disabled){background:#f59e0b33;border-color:#f59e0b99}.BooksQuiz-module__4fAupa__hintBtn:disabled{opacity:.45;cursor:not-allowed}.BooksQuiz-module__4fAupa__hintDepleted{opacity:.3!important;color:#555!important;border-color:#ffffff14!important}.BooksQuiz-module__4fAupa__hintCount{font-family:var(--font-handjet),monospace;font-size:15px;font-weight:700}.BooksQuiz-module__4fAupa__questionCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c0c18e6;border:1px solid #f933;border-radius:12px;padding:18px 22px;animation:.4s cubic-bezier(.16,1,.3,1) BooksQuiz-module__4fAupa__cardSlideIn}@keyframes BooksQuiz-module__4fAupa__cardSlideIn{0%{opacity:0;transform:translateY(-12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.BooksQuiz-module__4fAupa__questionSource{font-family:var(--font-handjet),monospace;color:var(--accent,#f93);opacity:.8;letter-spacing:1px;text-transform:uppercase;background:#ff993314;border:1px solid #ff993326;border-radius:4px;margin-bottom:12px;padding:3px 10px;font-size:13px;font-weight:500;display:inline-block}.BooksQuiz-module__4fAupa__questionText{font-family:var(--font-primary),sans-serif;color:#f0f0f0;margin:0;font-size:clamp(15px,2.5vw,18px);font-weight:500;line-height:1.55;animation:.35s cubic-bezier(.16,1,.3,1) BooksQuiz-module__4fAupa__questionSlideIn}@keyframes BooksQuiz-module__4fAupa__questionSlideIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.BooksQuiz-module__4fAupa__hintBox{background:#f59e0b12;border:1px solid #f59e0b40;border-radius:8px;flex-direction:column;gap:4px;margin-top:14px;padding:10px 14px;animation:.25s BooksQuiz-module__4fAupa__hintIn;display:flex}@keyframes BooksQuiz-module__4fAupa__hintIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.BooksQuiz-module__4fAupa__hintLabel{font-family:var(--font-handjet),monospace;color:#f59e0b;letter-spacing:1px;font-size:11px}.BooksQuiz-module__4fAupa__hintText{font-family:var(--font-primary),sans-serif;color:#ffffffa6;font-size:13px;line-height:1.5}.BooksQuiz-module__4fAupa__options{grid-template-columns:1fr 1fr;gap:10px;display:grid}.BooksQuiz-module__4fAupa__option{color:#ccc;font-family:var(--font-primary),sans-serif;text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;align-items:flex-start;gap:8px;min-height:56px;padding:12px 14px 12px 10px;font-size:clamp(13px,2vw,15px);line-height:1.4;transition:background .15s,border-color .15s,color .15s,transform .1s;animation:.3s cubic-bezier(.16,1,.3,1) both BooksQuiz-module__4fAupa__optionAppear;display:flex}@keyframes BooksQuiz-module__4fAupa__optionAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.BooksQuiz-module__4fAupa__option:hover:not(:disabled){color:#fff;background:#ff993314;border-color:#f936;transform:translateY(-1px)}.BooksQuiz-module__4fAupa__option:disabled{cursor:not-allowed}.BooksQuiz-module__4fAupa__optionLetter{color:#ff9933b3;width:22px;height:22px;font-family:var(--font-handjet),monospace;background:#ff99331f;border:1px solid #ff993340;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:12px;font-weight:700;display:flex}.BooksQuiz-module__4fAupa__optionCorrect{animation:.35s BooksQuiz-module__4fAupa__correctPop;color:#86efac!important;background:#22c55e26!important;border-color:#22c55e!important}@keyframes BooksQuiz-module__4fAupa__correctPop{0%,to{transform:scale(1)}40%{transform:scale(1.03)}}.BooksQuiz-module__4fAupa__optionWrong{animation:.4s BooksQuiz-module__4fAupa__wrongShake;color:#fca5a5!important;background:#ef444426!important;border-color:#ef4444!important}@keyframes BooksQuiz-module__4fAupa__wrongShake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.BooksQuiz-module__4fAupa__bookSource{background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:4px;margin-top:14px;padding:10px 14px;animation:.25s BooksQuiz-module__4fAupa__hintIn;display:flex}.BooksQuiz-module__4fAupa__bookSourceLabel{font-family:var(--font-handjet),monospace;color:#fff6;letter-spacing:1px;font-size:11px}.BooksQuiz-module__4fAupa__bookSourceText{font-family:var(--font-primary),sans-serif;color:#ffffffa6;font-size:13px;line-height:1.5}.BooksQuiz-module__4fAupa__streakBadge{text-align:center;font-family:var(--font-handjet),monospace;color:#f59e0b;letter-spacing:1px;font-size:16px;animation:.3s BooksQuiz-module__4fAupa__streakIn}@keyframes BooksQuiz-module__4fAupa__streakIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.BooksQuiz-module__4fAupa__resultOuter{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;max-width:540px;min-height:100vh;margin:0 auto;padding:24px 16px 48px;display:flex}.BooksQuiz-module__4fAupa__resultCard{text-align:center;background:#080812f2;border:1px solid #ff99334d;border-radius:16px;width:100%;padding:32px 28px 28px;animation:.6s cubic-bezier(.16,1,.3,1) BooksQuiz-module__4fAupa__cardIn;position:relative;overflow:hidden;box-shadow:0 0 80px #ff993314,0 24px 64px #000000b3}@keyframes BooksQuiz-module__4fAupa__cardIn{0%{opacity:0;transform:scale(.92)translateY(24px)}to{opacity:1;transform:scale(1)translateY(0)}}.BooksQuiz-module__4fAupa__resultCard:before{content:"";pointer-events:none;background:radial-gradient(at 50% 100%,#ff99331f 0%,#0000 65%);position:absolute;inset:0}.BooksQuiz-module__4fAupa__resultWon:after{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#22c55e0f 0%,#0000 60%);position:absolute;inset:0}.BooksQuiz-module__4fAupa__resultLost:after{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#ef44440f 0%,#0000 60%);position:absolute;inset:0}.BooksQuiz-module__4fAupa__corner{border-color:var(--accent,#f93);opacity:.6;border-style:solid;width:20px;height:20px;position:absolute}.BooksQuiz-module__4fAupa__cornerTL{border-width:2px 0 0 2px;border-radius:2px 0 0;top:10px;left:10px}.BooksQuiz-module__4fAupa__cornerTR{border-width:2px 2px 0 0;border-radius:0 2px 0 0;top:10px;right:10px}.BooksQuiz-module__4fAupa__cornerBL{border-width:0 0 2px 2px;border-radius:0 0 0 2px;bottom:10px;left:10px}.BooksQuiz-module__4fAupa__cornerBR{border-width:0 2px 2px 0;border-radius:0 0 2px;bottom:10px;right:10px}.BooksQuiz-module__4fAupa__resultBrand{font-family:var(--font-handjet),monospace;color:#ff993373;letter-spacing:2px;margin-bottom:4px;font-size:12px}.BooksQuiz-module__4fAupa__resultSubtitle{font-family:var(--font-handjet),monospace;color:#ffffff40;letter-spacing:2px;margin-bottom:28px;font-size:11px}.BooksQuiz-module__4fAupa__resultRankEmoji{margin-bottom:10px;font-size:56px;animation:3s ease-in-out infinite BooksQuiz-module__4fAupa__floatEmoji}@keyframes BooksQuiz-module__4fAupa__floatEmoji{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.BooksQuiz-module__4fAupa__resultRankLabel{font-family:var(--font-primary),sans-serif;letter-spacing:4px;text-transform:uppercase;text-shadow:0 0 24px;margin-bottom:24px;font-size:clamp(1.4rem,4vw,1.9rem);font-weight:900}.BooksQuiz-module__4fAupa__resultAccuracy{font-family:var(--font-primary),sans-serif;color:var(--accent,#f93);text-shadow:0 0 32px #ff993380;font-size:clamp(3.5rem,12vw,5.5rem);font-weight:900;line-height:1}.BooksQuiz-module__4fAupa__resultAccuracyLabel{font-family:var(--font-handjet),monospace;color:#ffffff4d;letter-spacing:3px;margin-bottom:20px;font-size:12px}.BooksQuiz-module__4fAupa__resultBarTrack{background:#ffffff0f;border-radius:3px;height:6px;margin-bottom:24px;overflow:hidden}.BooksQuiz-module__4fAupa__resultBarFill{background:linear-gradient(90deg,#f93,#a855f7);border-radius:3px;height:100%;transition:width 1s .3s}.BooksQuiz-module__4fAupa__resultStats{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px;display:grid}.BooksQuiz-module__4fAupa__resultStat{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;flex-direction:column;align-items:center;gap:3px;padding:10px 6px;display:flex}.BooksQuiz-module__4fAupa__resultStatVal{font-family:var(--font-primary),sans-serif;font-size:clamp(16px,3vw,22px);font-weight:700}.BooksQuiz-module__4fAupa__resultStatLabel{font-family:var(--font-handjet),monospace;color:#ffffff4d;letter-spacing:.5px;text-align:center;font-size:10px}.BooksQuiz-module__4fAupa__resultOutcome{font-family:var(--font-handjet),monospace;letter-spacing:2px;font-size:13px}.BooksQuiz-module__4fAupa__outcomeWon{color:#22c55e}.BooksQuiz-module__4fAupa__outcomeLost{color:#ef4444}.BooksQuiz-module__4fAupa__resultActions{flex-direction:column;gap:10px;width:100%;display:flex}.BooksQuiz-module__4fAupa__actionShare,.BooksQuiz-module__4fAupa__actionDownload,.BooksQuiz-module__4fAupa__actionRestart{width:100%;font-family:var(--font-primary),sans-serif;letter-spacing:1px;cursor:pointer;border:none;border-radius:10px;padding:14px 20px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .15s}.BooksQuiz-module__4fAupa__actionShare{color:#000;background:linear-gradient(135deg,#f93,#f97316);box-shadow:0 4px 20px #ff993359}.BooksQuiz-module__4fAupa__actionShare:hover{transform:translateY(-2px);box-shadow:0 8px 28px #ff993380}.BooksQuiz-module__4fAupa__actionDownload{color:#ccc;background:#ffffff0f;border:1px solid #ffffff1f}.BooksQuiz-module__4fAupa__actionDownload:hover{color:#fff;background:#ffffff1a}.BooksQuiz-module__4fAupa__actionRestart{color:#f939;background:0 0;border:1px solid #f933;padding:10px 20px;font-size:13px}.BooksQuiz-module__4fAupa__actionRestart:hover{color:var(--accent,#f93);border-color:#ff993380}@media (max-width:540px){.BooksQuiz-module__4fAupa__options{grid-template-columns:1fr}.BooksQuiz-module__4fAupa__introCard{padding:32px 20px}.BooksQuiz-module__4fAupa__resultStats{grid-template-columns:repeat(2,1fr)}.BooksQuiz-module__4fAupa__quizHeader{gap:8px}}.BooksQuiz-module__4fAupa__bookCard{background:#0a0a16bf;border:1px solid #ff993326;border-radius:12px;gap:14px;padding:12px 14px;text-decoration:none;transition:background .2s,border-color .2s;animation:.4s cubic-bezier(.16,1,.3,1) .2s both BooksQuiz-module__4fAupa__cardSlideIn;display:flex;overflow:hidden}.BooksQuiz-module__4fAupa__bookCard:hover{background:#ff99330f;border-color:#ff99334d}.BooksQuiz-module__4fAupa__bookCardCover{border-radius:5px;flex-shrink:0;width:54px;height:78px;overflow:hidden}.BooksQuiz-module__4fAupa__bookCardImg{object-fit:cover;width:100%;height:100%;display:block}.BooksQuiz-module__4fAupa__bookCardPlaceholder{background:#1a1a2e;width:100%;height:100%}.BooksQuiz-module__4fAupa__bookCardInfo{flex-direction:column;gap:3px;min-width:0;display:flex}.BooksQuiz-module__4fAupa__bookCardLabel{font-family:var(--font-handjet),monospace;color:#ff993373;letter-spacing:1px;text-transform:uppercase;margin-bottom:2px;font-size:10px}.BooksQuiz-module__4fAupa__bookCardTitle{font-family:var(--font-primary),sans-serif;color:#eee;font-size:14px;font-weight:700;line-height:1.3}.BooksQuiz-module__4fAupa__bookCardOrig{font-family:var(--font-primary),sans-serif;color:#555;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-style:italic;overflow:hidden}.BooksQuiz-module__4fAupa__bookCardMeta{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.BooksQuiz-module__4fAupa__bookCardMeta span{font-family:var(--font-handjet),monospace;color:#666;background:#ffffff0a;border:1px solid #ffffff12;border-radius:4px;padding:1px 6px;font-size:11px}.BooksQuiz-module__4fAupa__bookCardLink{font-family:var(--font-handjet),monospace;color:#ff993380;margin-top:4px;font-size:11px;transition:color .15s}.BooksQuiz-module__4fAupa__bookCard:hover .BooksQuiz-module__4fAupa__bookCardLink{color:var(--accent,#f93)}@media (max-width:540px){.BooksQuiz-module__4fAupa__options{grid-template-columns:1fr}.BooksQuiz-module__4fAupa__introCard{padding:32px 20px}.BooksQuiz-module__4fAupa__resultStats{grid-template-columns:repeat(2,1fr)}.BooksQuiz-module__4fAupa__quizHeader{gap:8px}}
.Window-module__A40k8W__window{background:var(--bg1);opacity:1;border:3px solid #000;max-width:100%;margin-bottom:0;transition:all .4s cubic-bezier(.25,.8,.25,1);overflow:hidden;transform:translateY(0)scale(1);box-shadow:0 0 20px #f936,4px 4px #0000004d}.Window-module__A40k8W__windowFlat{box-shadow:none;background:0 0;border:none}.Window-module__A40k8W__window.Window-module__A40k8W__minimized{opacity:0;max-height:0;box-shadow:none;pointer-events:none;border-width:0;margin-bottom:0;transform:translateY(-20px)scale(.95)}.Window-module__A40k8W__windowContent{color:#ccc;-webkit-overflow-scrolling:touch;background:#000;padding:20px;font-size:17px;overflow-y:auto}.Window-module__A40k8W__windowContentFlat{background:0 0;padding:0}.Window-module__A40k8W__windowContent::-webkit-scrollbar{width:12px}.Window-module__A40k8W__windowContent::-webkit-scrollbar-track{background:var(--bg1)}.Window-module__A40k8W__windowContent::-webkit-scrollbar-thumb{background:var(--accent);border:1px solid #000;border-radius:6px}
.NavigationWindow-module__SYmaSG__navShell{background:#040300;border:1px solid #b46e0f59;border-radius:4px;width:100%;font-family:Share Tech Mono,monospace;position:relative;overflow:hidden;box-shadow:0 0 0 1px #000000e6,inset 0 1px #ffdc6414,0 32px 80px #000000d9}.NavigationWindow-module__SYmaSG__navShell:before{content:"";z-index:100;pointer-events:none;background:repeating-linear-gradient(#0000 0 2px,#0000002e 2px 3px);position:absolute;inset:0}.NavigationWindow-module__SYmaSG__navShell:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 30% at 50% 100%,#c864080f 0%,#0000 70%);animation:3.5s ease-in-out infinite alternate NavigationWindow-module__SYmaSG__ember-breathe;position:absolute;inset:0}@keyframes NavigationWindow-module__SYmaSG__ember-breathe{0%{opacity:.5}to{opacity:1}}.NavigationWindow-module__SYmaSG__navHeader{cursor:pointer;-webkit-user-select:none;user-select:none;z-index:2;border-bottom:1px solid #b46e0f33;align-items:center;gap:10px;padding:10px 14px;display:flex;position:relative}.NavigationWindow-module__SYmaSG__navHeaderIcon{border:1.5px solid #c8821473;border-radius:1px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.NavigationWindow-module__SYmaSG__navHeaderIcon span{background:#c882148c;width:8px;height:1.5px;display:block;position:relative}.NavigationWindow-module__SYmaSG__navHeaderIcon span:before,.NavigationWindow-module__SYmaSG__navHeaderIcon span:after{content:"";background:inherit;width:100%;height:100%;position:absolute;left:0}.NavigationWindow-module__SYmaSG__navHeaderIcon span:before{top:-3px}.NavigationWindow-module__SYmaSG__navHeaderIcon span:after{top:3px}.NavigationWindow-module__SYmaSG__navHeaderLabel{letter-spacing:.15em;text-transform:uppercase;color:#ffbe3c8c;font-family:Share Tech Mono,monospace;font-size:11px}.NavigationWindow-module__SYmaSG__navSection{z-index:2;border-bottom:1px solid #b46e0f26;position:relative}.NavigationWindow-module__SYmaSG__navSection:last-child{border-bottom:none}.NavigationWindow-module__SYmaSG__sectionHeader{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:stretch;display:flex;position:relative}.NavigationWindow-module__SYmaSG__sectionAccent{opacity:.4;background:linear-gradient(#ffe678e6 0%,#c8780a99 60%,#783c054d 100%);flex-shrink:0;width:2px;transition:opacity .25s}.NavigationWindow-module__SYmaSG__sectionHeader:hover .NavigationWindow-module__SYmaSG__sectionAccent{opacity:1}.NavigationWindow-module__SYmaSG__sectionHeaderInner{flex:1;justify-content:space-between;align-items:center;padding:9px 14px;display:flex}.NavigationWindow-module__SYmaSG__sectionTitle{letter-spacing:.18em;text-transform:uppercase;color:#ffb937cc;text-shadow:0 0 8px #ffb42880;font-family:Share Tech Mono,monospace;font-size:10px}.NavigationWindow-module__SYmaSG__sectionArrow{border-bottom:1.5px solid #c8821473;border-right:1.5px solid #c8821473;width:8px;height:8px;transition:transform .25s;transform:rotate(45deg)translateY(-2px)}.NavigationWindow-module__SYmaSG__sectionHeader.NavigationWindow-module__SYmaSG__collapsed .NavigationWindow-module__SYmaSG__sectionArrow{transform:rotate(-45deg)translateY(2px)}.NavigationWindow-module__SYmaSG__sectionItems{max-height:600px;transition:max-height .32s cubic-bezier(.4,0,.2,1);overflow:hidden}.NavigationWindow-module__SYmaSG__sectionItems.NavigationWindow-module__SYmaSG__collapsed{max-height:0}.NavigationWindow-module__SYmaSG__navItem{cursor:pointer;isolation:isolate;border-top:1px solid #b46e0a1a;align-items:stretch;display:flex;position:relative;overflow:hidden}.NavigationWindow-module__SYmaSG__itemBar{z-index:5;background:linear-gradient(#ffd2502e 0%,#b4640a1f 100%);flex-shrink:0;width:2px;transition:background .22s;position:relative}.NavigationWindow-module__SYmaSG__itemText{color:#d28c2399;letter-spacing:.04em;z-index:5;text-shadow:0 0 4px #dc961459,0 0 1px #ffd25033;flex:1;padding:7.5px 14px;font-family:Share Tech Mono,monospace;font-size:12px;transition:color .1s;position:relative}.NavigationWindow-module__SYmaSG__itemDot{z-index:5;background:#b46e0f33;border-radius:50%;flex-shrink:0;align-self:center;width:3px;height:3px;margin-right:14px;transition:background .22s,box-shadow .22s;position:relative}.NavigationWindow-module__SYmaSG__glassBody{pointer-events:none;z-index:1;background:linear-gradient(#ffeb8217 0%,#c8871412 30%,#96520721 50%,#5f30032b 51%,#82440717 70%,#4b24020a 100%);transition:background .25s;position:absolute;inset:0}.NavigationWindow-module__SYmaSG__glassDome{pointer-events:none;z-index:2;position:absolute;inset:0;overflow:hidden}.NavigationWindow-module__SYmaSG__glassDome:before{content:"";background:radial-gradient(80% 100% at 50% -10%,#fffcd221 0%,#ffeb8c0f 35%,#0000 75%);height:55%;transition:background .25s;position:absolute;top:0;left:-10%;right:-10%}.NavigationWindow-module__SYmaSG__glassDome:after{content:"";background:radial-gradient(70% 80% at 50% 110%,#c86e0817 0%,#0000 70%);height:60%;transition:background .25s;position:absolute;bottom:-4px;left:5%;right:5%}.NavigationWindow-module__SYmaSG__glassRim{pointer-events:none;z-index:3;transition:box-shadow .25s;position:absolute;inset:0;box-shadow:inset 0 1px #fff5b41a,inset 0 -1px #5023024d}.NavigationWindow-module__SYmaSG__cursorLight{pointer-events:none;z-index:4;opacity:.35;background:radial-gradient(circle 70px at var(--cx,50%)var(--cy,-20%),#fff8be14 0%,transparent 70%);transition:opacity .2s;position:absolute;inset:0}.NavigationWindow-module__SYmaSG__sheen{pointer-events:none;z-index:4;background:linear-gradient(var(--sheen-angle,152deg),transparent 28%,#fffcd20f 42%,transparent 56%);transition:background .1s;position:absolute;inset:0}.NavigationWindow-module__SYmaSG__navItem:hover .NavigationWindow-module__SYmaSG__glassBody{background:linear-gradient(#ffeb8233 0%,#e6a51e38 30%,#af640a4d 50%,#6e3a055c 51%,#9b550a33 70%,#5a2d031a 100%)}.NavigationWindow-module__SYmaSG__navItem:hover .NavigationWindow-module__SYmaSG__glassDome:before{background:radial-gradient(85% 110% at 50% -10%,#fffddc6b 0%,#ffee9b33 30%,#0000 80%)}.NavigationWindow-module__SYmaSG__navItem:hover .NavigationWindow-module__SYmaSG__glassDome:after{background:radial-gradient(75% 90% at 50% 110%,#dc820c42 0%,#0000 72%)}.NavigationWindow-module__SYmaSG__navItem:hover .NavigationWindow-module__SYmaSG__glassRim{box-shadow:inset 0 1px #fff8be6b,inset 0 -1px #5a2a038c,inset 1px 0 #ffe46e1a,inset -1px 0 #ffe46e12}.NavigationWindow-module__SYmaSG__navItem:hover .NavigationWindow-module__SYmaSG__cursorLight{opacity:1}.NavigationWindow-module__SYmaSG__navItem:hover .NavigationWindow-module__SYmaSG__sheen{background:linear-gradient(var(--sheen-angle,152deg),transparent 26%,#fffdd742 42%,transparent 58%)}.NavigationWindow-module__SYmaSG__navItem:hover .NavigationWindow-module__SYmaSG__itemBar{background:linear-gradient(#fff296e6 0%,#dc9114b3 50%,#8c480866 100%)}.NavigationWindow-module__SYmaSG__navItem:hover .NavigationWindow-module__SYmaSG__itemDot{background:#ffd580;box-shadow:0 0 8px 2px #ffd250b3}.NavigationWindow-module__SYmaSG__navItem:active{transition-duration:60ms;transform:scaleY(.975)}.NavigationWindow-module__SYmaSG__ripple{pointer-events:none;z-index:10;background:#ffe67873;border-radius:50%;width:8px;height:8px;animation:.55s cubic-bezier(.2,0,.4,1) forwards NavigationWindow-module__SYmaSG__ripple-out;position:absolute;transform:translate(-50%,-50%)scale(0)}@keyframes NavigationWindow-module__SYmaSG__ripple-out{to{opacity:0;transform:translate(-50%,-50%)scale(28)}}.NavigationWindow-module__SYmaSG__itemText.NavigationWindow-module__SYmaSG__scrambling{color:#ffd246e6;text-shadow:0 0 6px #ffc828b3,0 0 14px #ffb41459}.NavigationWindow-module__SYmaSG__standaloneSection{padding:6px 0}.NavigationWindow-module__SYmaSG__standaloneTitle{letter-spacing:.22em;text-transform:uppercase;color:#b46e1447;padding:8px 14px 4px;font-family:Share Tech Mono,monospace;font-size:10px}@media (max-width:768px){.NavigationWindow-module__SYmaSG__navShell{width:100%}}
.author-module__1sBvDG__page{color:#d8e0f0;min-height:100vh;font-family:var(--font-primary),monospace;max-width:1340px;margin:0 auto;padding:0 0 64px;font-size:16px;line-height:1.6;position:relative;overflow-x:hidden}.author-module__1sBvDG__starsBg{pointer-events:none;z-index:0;background:radial-gradient(1px 1px at 8% 15%,#fff9 0,#0000 1px),radial-gradient(1px 1px at 22% 72%,#ffffff59 0,#0000 1px),radial-gradient(1px 1px at 35% 28%,#ffffff80 0,#0000 1px),radial-gradient(1px 1px at 48% 55%,#ffffff4d 0,#0000 1px),radial-gradient(1px 1px at 62% 8%,#ffffff73 0,#0000 1px),radial-gradient(1px 1px at 75% 45%,#ffffff40 0,#0000 1px),radial-gradient(1px 1px at 88% 82%,#ffffff80 0,#0000 1px),radial-gradient(1px 1px at 15% 92%,#ffffff4d 0,#0000 1px),radial-gradient(1.5px 1.5px at 28% 5%,#ffffff59 0,#0000 1.5px),radial-gradient(80% 60% at 20% 40%,#3c28780d 0,#0000 60%),radial-gradient(60% 80% at 80% 60%,#143c8c0d 0,#0000 60%);position:fixed;inset:0}.author-module__1sBvDG__nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#090b10eb;border-bottom:1px solid #ffffff1a;align-items:center;gap:24px;padding:12px 24px;display:flex;position:sticky;top:0}.author-module__1sBvDG__breadcrumb{color:#6b7a94;flex-wrap:wrap;flex:1;align-items:center;gap:8px;font-size:.9rem;display:flex}.author-module__1sBvDG__breadcrumbLink{color:#6b7a94;text-decoration:none;transition:color .2s}.author-module__1sBvDG__breadcrumbLink:hover{color:#a8b4cc}.author-module__1sBvDG__sep{color:#333b4a}.author-module__1sBvDG__breadcrumbCurrent{color:#a8b4cc}.author-module__1sBvDG__navRank{font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;background:#e8a8200d;border:1px solid #e8a8204d;border-radius:6px;flex-direction:column;gap:2px;padding:10px 16px;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.author-module__1sBvDG__navRank:hover{color:#ffd27c;border-color:#e8a82099}.author-module__1sBvDG__navRankNumber{letter-spacing:3px;font-size:1.15rem}.author-module__1sBvDG__navRankLine{letter-spacing:1.5px;text-transform:uppercase;font-size:.75rem}.author-module__1sBvDG__section{z-index:1;padding:48px 24px;position:relative}.author-module__1sBvDG__sectionTight{padding-top:0}.author-module__1sBvDG__divider{background:linear-gradient(90deg,#0000,#ffffff26,#0000);height:1px;margin:0 24px}.author-module__1sBvDG__hero{z-index:1;padding:48px 24px 40px;position:relative}.author-module__1sBvDG__heroGrid{grid-template-columns:320px 1fr;align-items:start;gap:48px;display:grid}.author-module__1sBvDG__photoBlock{position:relative}.author-module__1sBvDG__photoFrame{background:#141824;border:1px solid #ffffff26;border-radius:16px;width:220px;height:280px;margin-bottom:20px;position:relative;overflow:hidden}.author-module__1sBvDG__photoImg{object-fit:cover;width:100%;height:100%;display:block}.author-module__1sBvDG__photoPlaceholder{width:100%;height:100%;font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;opacity:.4;letter-spacing:-2px;background:linear-gradient(160deg,#141824,#191f2e);justify-content:center;align-items:center;font-size:56px;font-weight:900;display:flex}.author-module__1sBvDG__photoRankBadge{font-family:"Orbitron",var(--font-primary),sans-serif;color:#f5c440;letter-spacing:2px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#3c2800f2,#785000f2);border:1px solid #e8a82080;border-radius:6px;padding:5px 10px;font-size:.75rem;position:absolute;top:12px;left:12px}.author-module__1sBvDG__bioText{color:#d6deed;white-space:pre-wrap;margin-bottom:16px;font-size:1.1rem;line-height:1.75}.author-module__1sBvDG__adminEditorWrap{border-top:1px dashed #e8a82059;margin-top:16px;padding-top:14px}.author-module__1sBvDG__adminEditorTitle{font-family:"Orbitron",var(--font-primary),sans-serif;letter-spacing:.08em;color:#e8a820;margin-bottom:10px;font-size:.9rem}.author-module__1sBvDG__adminEditorLabel{color:#8ea0bd;margin-bottom:8px;font-size:.9rem;display:block}.author-module__1sBvDG__adminTextarea{resize:vertical;color:#dce5f3;width:100%;min-height:120px;font-family:"Exo 2",var(--font-primary),sans-serif;background:#060a12eb;border:1px solid #ffffff24;border-radius:10px;padding:12px 14px;font-size:1rem;line-height:1.6}.author-module__1sBvDG__adminTextarea:focus{border-color:#e8a820a6;outline:none;box-shadow:0 0 0 2px #e8a82029}.author-module__1sBvDG__adminInput{color:#dce5f3;width:100%;font-family:"Exo 2",var(--font-primary),sans-serif;background:#060a12eb;border:1px solid #ffffff1f;border-radius:8px;margin-bottom:8px;padding:8px 12px;font-size:1rem;display:block}.author-module__1sBvDG__adminInput:focus{border-color:#e8a8208c;outline:none;box-shadow:0 0 0 2px #e8a8201f}.author-module__1sBvDG__adminActions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.author-module__1sBvDG__adminBtn{color:#f3c36a;cursor:pointer;background:#e8a82029;border:1px solid #e8a82073;border-radius:8px;padding:8px 14px;font-size:1rem;font-weight:600}.author-module__1sBvDG__adminBtn:disabled{opacity:.6;cursor:not-allowed}.author-module__1sBvDG__adminBtnGhost{color:#8a9ab0;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;padding:8px 14px;font-size:1rem;font-weight:600;transition:all .2s}.author-module__1sBvDG__adminBtnGhost:hover{color:#d8e0f0;border-color:#ffffff4d}.author-module__1sBvDG__adminBtnGhost:disabled{opacity:.5;cursor:not-allowed}.author-module__1sBvDG__adminFileInput{color:#9fb0c8;font-size:.9rem}.author-module__1sBvDG__adminMessage{color:#9fd4a3;margin-top:10px;font-size:.9rem}.author-module__1sBvDG__careerTimelineWrap{background:linear-gradient(#0c121ee0,#080c14eb);border:1px solid #6e8cbe38;border-radius:12px;margin-top:8px;padding:14px 14px 12px}.author-module__1sBvDG__careerLegendRow{color:#8ea0bd;flex-wrap:wrap;gap:14px;margin-bottom:6px;font-size:.85rem;display:flex}.author-module__1sBvDG__careerLegendItem{align-items:center;gap:6px;display:inline-flex}.author-module__1sBvDG__careerLegendItem i{border:1px solid #0006;border-radius:50%;width:10px;height:10px;display:inline-block}.author-module__1sBvDG__careerSvg{width:100%;height:auto;display:block}.author-module__1sBvDG__careerDot circle{transform-origin:50%;transform-box:fill-box;cursor:pointer;transition:transform .15s,filter .15s}.author-module__1sBvDG__careerDot:hover circle{filter:drop-shadow(0 0 6px #e8a820b3);transform:scale(1.45)}.author-module__1sBvDG__careerStats{color:#8ea0bd;flex-wrap:wrap;gap:16px;margin-top:8px;font-size:.9rem;display:flex}.author-module__1sBvDG__careerStats strong{color:#e8a820;font-family:"Orbitron",var(--font-primary),sans-serif;font-weight:700}.author-module__1sBvDG__photoScore{text-align:center;background:#090b10e6;border:1px solid #e8a82066;border-radius:8px;padding:8px 12px;position:absolute;bottom:12px;right:12px}.author-module__1sBvDG__photoScoreNum{font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;font-size:24px;font-weight:900;line-height:1;display:block}.author-module__1sBvDG__photoScoreLabel{color:#6b7a94;letter-spacing:1px;text-transform:uppercase;margin-top:3px;font-size:.75rem;display:block}.author-module__1sBvDG__quickTags{flex-wrap:wrap;gap:6px;display:flex}.author-module__1sBvDG__tag{color:#a8b4cc;border:1px solid #ffffff26;border-radius:20px;padding:4px 10px;font-size:.8rem;font-weight:600}.author-module__1sBvDG__tagGold{color:#e8a820;background:#e8a82012;border-color:#e8a82059}.author-module__1sBvDG__tagBlue{color:#4da6ff;background:#4da6ff12;border-color:#4da6ff59}.author-module__1sBvDG__tagOrange{color:#f69432;background:#f6943212;border-color:#f6943259;margin-top:8px;text-decoration:none;display:inline-block}.author-module__1sBvDG__tagGreen{color:#3dbc7e;background:#3dbc7e12;border-color:#3dbc7e59}.author-module__1sBvDG__heroEyebrow{font-family:"Orbitron",var(--font-primary),sans-serif;letter-spacing:3px;color:#6b7a94;text-transform:uppercase;margin-bottom:8px;font-size:.8rem}.author-module__1sBvDG__heroName{font-family:"Advent Pro",var(--font-primary),sans-serif;color:#fff;letter-spacing:.4px;margin:0;font-size:3rem;font-weight:700;line-height:1.1}.author-module__1sBvDG__heroNameEn{color:#6b7a94;margin-top:6px;margin-bottom:20px;font-size:1.1rem;font-weight:300}.author-module__1sBvDG__heroBio{color:#a8b4cc;border-left:2px solid #e8a8204d;max-width:680px;max-height:7.2em;margin:0 0 12px;padding-left:16px;font-size:1rem;font-weight:300;line-height:1.8;overflow:hidden;-webkit-mask-image:linear-gradient(#000 65%,#0000 100%);mask-image:linear-gradient(#000 65%,#0000 100%)}.author-module__1sBvDG__socialRow{flex-wrap:wrap;gap:10px;margin-bottom:24px;padding-left:16px;display:flex}.author-module__1sBvDG__socialBtn{color:#9fb0c8;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.author-module__1sBvDG__socialBtn:hover{color:#dce5f3;background:#ffffff14;border-color:#fff3}.author-module__1sBvDG__metricsGrid{grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:28px;display:grid}.author-module__1sBvDG__metric{text-align:center;background:#141824;border:1px solid #ffffff1a;border-radius:10px;padding:16px 12px;position:relative;overflow:hidden}.author-module__1sBvDG__metric:before{content:"";height:2px;position:absolute;top:0;left:0;right:0}.author-module__1sBvDG__mGold:before{background:linear-gradient(90deg,#0000,#e8a820,#0000)}.author-module__1sBvDG__mGreen:before{background:linear-gradient(90deg,#0000,#3dbc7e,#0000)}.author-module__1sBvDG__mBlue:before{background:linear-gradient(90deg,#0000,#4da6ff,#0000)}.author-module__1sBvDG__mPurple:before{background:linear-gradient(90deg,#0000,#9b6dff,#0000)}.author-module__1sBvDG__mWhite:before{background:linear-gradient(90deg,#0000,#fff9,#0000)}.author-module__1sBvDG__metricVal{font-family:"Orbitron",var(--font-primary),sans-serif;margin-bottom:6px;font-size:22px;font-weight:700;line-height:1;display:block}.author-module__1sBvDG__metricLabel{color:#6b7a94;letter-spacing:.5px;text-transform:uppercase;font-size:.8rem;line-height:1.25;display:block}.author-module__1sBvDG__mGold .author-module__1sBvDG__metricVal{color:#e8a820}.author-module__1sBvDG__mGreen .author-module__1sBvDG__metricVal{color:#3dbc7e}.author-module__1sBvDG__mBlue .author-module__1sBvDG__metricVal{color:#4da6ff}.author-module__1sBvDG__mPurple .author-module__1sBvDG__metricVal{color:#9b6dff}.author-module__1sBvDG__mWhite .author-module__1sBvDG__metricVal{color:#fff}.author-module__1sBvDG__careerHead{color:#6b7a94;justify-content:space-between;margin-bottom:6px;font-size:.85rem;display:flex}.author-module__1sBvDG__careerStrip{color:#6b7a94;align-items:center;gap:12px;font-size:.9rem;display:flex}.author-module__1sBvDG__careerLine{background:#191f2e;border-radius:2px;flex:1;height:4px;overflow:hidden}.author-module__1sBvDG__careerFill{background:linear-gradient(90deg,#a07010,#e8a820);height:100%}.author-module__1sBvDG__careerYear{font-family:"Orbitron",var(--font-primary),sans-serif;color:#8892a4;white-space:nowrap;font-size:.8rem}.author-module__1sBvDG__sh{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex}.author-module__1sBvDG__shIcon{font-size:16px}.author-module__1sBvDG__shTitle{font-family:"Orbitron",var(--font-primary),sans-serif;letter-spacing:3px;color:#e8a820;text-transform:uppercase;font-size:1.5rem;font-weight:700}.author-module__1sBvDG__shTitleRed{color:#e84040}.author-module__1sBvDG__shLine{background:#ffffff1a;flex:1;min-width:40px;height:1px}.author-module__1sBvDG__shSub{color:#6b7a94;font-size:.9rem}.author-module__1sBvDG__panel{background:#141824;border:1px solid #ffffff1a;border-radius:16px;padding:24px}.author-module__1sBvDG__panelTitle{font-family:"Orbitron",var(--font-primary),sans-serif;letter-spacing:2px;color:#6b7a94;text-transform:uppercase;margin-bottom:18px;font-size:.8rem}.author-module__1sBvDG__twoCol{grid-template-columns:1fr 1fr;gap:24px;display:grid}.author-module__1sBvDG__empty{color:#6b7a94;font-size:1rem}.author-module__1sBvDG__rbarRow{align-items:center;gap:10px;margin-bottom:7px;display:flex}.author-module__1sBvDG__rbarLabel{color:#a8b4cc;text-align:right;flex-shrink:0;width:70px;font-size:.9rem}.author-module__1sBvDG__rbarTrack{background:#191f2e;border-radius:4px;flex:1;height:7px;overflow:hidden}.author-module__1sBvDG__rbarFill{border-radius:4px;height:100%;transition:width .6s}.author-module__1sBvDG__rbarPct{font-family:"Orbitron",var(--font-primary),sans-serif;color:#6b7a94;text-align:right;flex-shrink:0;width:38px;font-size:.85rem}.author-module__1sBvDG__rbarCount{flex-shrink:0;width:30px;font-size:.85rem}.author-module__1sBvDG__vsBlock{border-top:1px solid #ffffff0f;margin-top:18px;padding-top:16px}.author-module__1sBvDG__compareRow{align-items:center;gap:10px;margin-bottom:10px;font-size:1rem;display:flex}.author-module__1sBvDG__compareLabel{color:#6b7a94;flex-shrink:0;width:110px;font-size:.9rem}.author-module__1sBvDG__compareTrack{background:#191f2e;border-radius:3px;flex:1;height:6px;position:relative;overflow:visible}.author-module__1sBvDG__compareFill{border-radius:3px;height:100%}.author-module__1sBvDG__compareFillAuthor{background:#e8a820}.author-module__1sBvDG__compareFillPurple{background:#9b6dff}.author-module__1sBvDG__compareMarker{background:#ffffff59;border-radius:1px;width:2px;position:absolute;top:-3px;bottom:-3px}.author-module__1sBvDG__compareVal{font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;text-align:right;flex-shrink:0;width:44px;font-size:.9rem}.author-module__1sBvDG__compareValPurple{color:#9b6dff}.author-module__1sBvDG__compareArchiveVal{color:#6b7a94;text-align:right;flex-shrink:0;width:46px;font-size:.9rem}.author-module__1sBvDG__timelineWrap{background:#141824;border:1px solid #ffffff1a;border-radius:16px;padding:28px 28px 16px;overflow:hidden}.author-module__1sBvDG__timelineChartArea{height:160px;margin-bottom:8px;position:relative}.author-module__1sBvDG__timelineBooks{align-items:flex-end;gap:3px;height:100%;display:flex;position:relative}.author-module__1sBvDG__tlBar{cursor:pointer;border-radius:3px 3px 0 0;flex:1;min-width:8px;max-width:28px;transition:opacity .2s;position:relative}.author-module__1sBvDG__tlBar:hover{opacity:.85}.author-module__1sBvDG__tlBar:hover .author-module__1sBvDG__tlTooltip{opacity:1;transform:translate(-50%)translateY(0)}.author-module__1sBvDG__tlR5{background:linear-gradient(#f5c440,#e8a820)}.author-module__1sBvDG__tlR4{background:linear-gradient(#3dbc7e,#2a8a5a)}.author-module__1sBvDG__tlR3{background:linear-gradient(#4da6ff,#2a6db0)}.author-module__1sBvDG__tlR2{background:linear-gradient(#888,#555)}.author-module__1sBvDG__tlR1{background:linear-gradient(#e84040,#a02020)}.author-module__1sBvDG__tlUnrated{background:repeating-linear-gradient(45deg,#ffffff1f 0 4px,#ffffff0a 4px 8px)}.author-module__1sBvDG__tlTooltip{white-space:nowrap;pointer-events:none;opacity:0;z-index:10;background:#090b10f7;border:1px solid #ffffff26;border-radius:6px;padding:6px 10px;font-size:.8rem;transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)translateY(4px)}.author-module__1sBvDG__tlTooltip strong{color:#d8e0f0;margin-bottom:2px;font-size:.8rem;display:block}.author-module__1sBvDG__tlTooltip span{color:#6b7a94;font-size:.8rem}.author-module__1sBvDG__tlAvgLine{border-top:1px dashed #ffffff2e;height:1px;position:absolute;left:0;right:0}.author-module__1sBvDG__tlAxis{color:#6b7a94;border-top:1px solid #ffffff0f;justify-content:space-between;padding-top:6px;font-size:.8rem;display:flex}.author-module__1sBvDG__tlLegend{flex-wrap:wrap;gap:16px;margin-top:12px;display:flex}.author-module__1sBvDG__tlLegItem{color:#8892a4;align-items:center;gap:6px;font-size:.85rem;display:flex}.author-module__1sBvDG__tlLegDot{border-radius:2px;flex-shrink:0;width:10px;height:10px}.author-module__1sBvDG__tlLegDash{background:#ffffff1f;border:1px dashed #ffffff4d}.author-module__1sBvDG__radarWrap{flex-direction:column;align-items:stretch;gap:12px;display:flex}.author-module__1sBvDG__radarScale{color:#9aa7bcbf;letter-spacing:.04em;text-transform:uppercase;font-size:12px}.author-module__1sBvDG__radarBars{flex-direction:column;gap:12px;display:flex}.author-module__1sBvDG__radarRow{flex-direction:column;gap:6px;display:flex}.author-module__1sBvDG__radarRowHead{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.author-module__1sBvDG__radarRowLabel{color:#c9d4e6;font-size:14px}.author-module__1sBvDG__radarRowValue{color:#8892a4;white-space:nowrap;font-size:12px}.author-module__1sBvDG__radarRowValue strong{color:#f0b43f;font-weight:700}.author-module__1sBvDG__radarTrack{background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;height:16px;position:relative;overflow:hidden}.author-module__1sBvDG__radarTrackGrid{pointer-events:none;background-image:linear-gradient(90deg,#0000 0 calc(25% - .5px),#ffffff14 calc(25% - .5px) calc(25% + .5px),#0000 calc(25% + .5px) calc(50% - .5px),#ffffff14 calc(50% - .5px) calc(50% + .5px),#0000 calc(50% + .5px) calc(75% - .5px),#ffffff14 calc(75% - .5px) calc(75% + .5px),#0000 calc(75% + .5px));position:absolute;inset:0}.author-module__1sBvDG__radarArchiveBar,.author-module__1sBvDG__radarAuthorBar{border-radius:999px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.author-module__1sBvDG__radarArchiveBar{background:#9aa7bc73;height:10px}.author-module__1sBvDG__radarAuthorBar{background:linear-gradient(90deg,#e8a820bf,#e8a820);height:6px}.author-module__1sBvDG__radarLegend{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:4px;display:flex}.author-module__1sBvDG__radarLegendItem{color:#8892a4;align-items:center;gap:6px;font-size:.85rem;display:flex}.author-module__1sBvDG__radarDotAuthor{background:#e8a820;border-radius:2px;width:12px;height:3px;display:inline-block}.author-module__1sBvDG__radarDotArchive{background:#ffffff4d;border-radius:2px;width:12px;height:3px;display:inline-block}.author-module__1sBvDG__radarTags{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px;display:flex}.author-module__1sBvDG__booksRow{gap:16px;padding-bottom:4px;display:flex;overflow-x:auto}.author-module__1sBvDG__booksRow::-webkit-scrollbar{height:6px}.author-module__1sBvDG__booksRow::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.author-module__1sBvDG__bookCard{width:130px;color:inherit;flex-shrink:0;text-decoration:none}.author-module__1sBvDG__bookCover{border:1px solid #ffffff26;border-radius:10px;width:130px;height:196px;transition:transform .2s;position:relative;overflow:hidden}.author-module__1sBvDG__bookCover:hover{transform:scale(1.03)}.author-module__1sBvDG__bookCoverOverlay{background:linear-gradient(#0000,#0000001a 35%,#000000d9 65%);position:absolute;inset:0}.author-module__1sBvDG__bookCoverTop{z-index:2;justify-content:flex-end;display:flex;position:absolute;top:8px;left:8px;right:8px}.author-module__1sBvDG__bookScoreBadge{font-family:"Orbitron",var(--font-primary),sans-serif;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;border:1px solid #ffffff26;border-radius:5px;padding:3px 8px;font-size:.85rem;font-weight:700}.author-module__1sBvDG__bsGold{color:#e8a820}.author-module__1sBvDG__bsGreen{color:#3dbc7e}.author-module__1sBvDG__bsBlue{color:#4da6ff}.author-module__1sBvDG__bsRed{color:#e84040}.author-module__1sBvDG__bsMuted{color:#6b7a94}.author-module__1sBvDG__bookCoverBottom{z-index:2;padding:10px;position:absolute;bottom:0;left:0;right:0}.author-module__1sBvDG__bookTitleText{font-family:"Orbitron",var(--font-primary),sans-serif;color:#fff;margin-bottom:3px;font-size:.75rem;line-height:1.3;display:block}.author-module__1sBvDG__bookYearText{color:#ffffff8c;font-size:.75rem}.author-module__1sBvDG__bookMetaRow{margin-top:8px}.author-module__1sBvDG__bookMetaTitle{color:#a8b4cc;font-size:.85rem;font-weight:600;line-height:1.3}.author-module__1sBvDG__bookMetaSub{color:#6b7a94;margin-top:2px;font-size:.8rem}.author-module__1sBvDG__worstList{flex-direction:column;gap:10px;display:flex}.author-module__1sBvDG__worstItem{color:inherit;background:#191f2e;border:1px solid #e840401a;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:border-color .2s;display:flex}.author-module__1sBvDG__worstItem:hover{border-color:#e8404047}.author-module__1sBvDG__worstCover{background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:5px;flex-shrink:0;width:42px;height:62px}.author-module__1sBvDG__worstInfo{flex:1;min-width:0}.author-module__1sBvDG__worstTitle{color:#a8b4cc;margin-bottom:3px;font-size:.9rem;font-weight:600;line-height:1.3}.author-module__1sBvDG__worstYear{color:#6b7a94;font-size:.85rem}.author-module__1sBvDG__worstScore{font-family:"Orbitron",var(--font-primary),sans-serif;color:#e84040;flex-shrink:0;font-size:18px;font-weight:700}.author-module__1sBvDG__summaryBox{color:#8892a4;background:#191f2e;border:1px solid #ffffff0f;border-radius:10px;margin-top:16px;padding:14px;font-size:.9rem;line-height:1.7}.author-module__1sBvDG__summaryBox strong{color:#a8b4cc;margin-right:4px}.author-module__1sBvDG__pageBars{flex-direction:column;gap:8px;display:flex}.author-module__1sBvDG__pbGroupLabel{color:#6b7a94;text-transform:uppercase;letter-spacing:1px;margin:6px 0 2px;font-size:.8rem}.author-module__1sBvDG__pbRow{align-items:center;gap:10px;display:flex}.author-module__1sBvDG__pbLabel{color:#a8b4cc;text-align:right;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;flex-shrink:0;width:150px;font-size:.85rem;line-height:1.3;text-decoration:none;transition:color .2s;overflow:hidden}.author-module__1sBvDG__pbLabel:hover{color:#fff}.author-module__1sBvDG__pbTrack{background:#191f2e;border-radius:5px;flex:1;height:10px;overflow:hidden}.author-module__1sBvDG__pbFill{border-radius:5px;height:100%;transition:width .8s}.author-module__1sBvDG__pbFillLong{background:linear-gradient(90deg,#2a6db0,#4da6ff)}.author-module__1sBvDG__pbFillShort{background:linear-gradient(90deg,#2a8a5a,#3dbc7e)}.author-module__1sBvDG__pbFillAvg{background:linear-gradient(90deg,#a07010,#e8a820)}.author-module__1sBvDG__pbFillArchive{background:#333b4a;border:1px solid #ffffff26}.author-module__1sBvDG__pbVal{font-family:"Orbitron",var(--font-primary),sans-serif;color:#6b7a94;flex-shrink:0;width:64px;font-size:.85rem}.author-module__1sBvDG__pbValHighlight{color:#e8a820}.author-module__1sBvDG__pbSeparator{background:#ffffff0f;height:1px;margin:6px 0 2px}.author-module__1sBvDG__trajWrap{flex-direction:column;gap:10px;display:flex}.author-module__1sBvDG__trajSvg{width:100%;height:200px;display:block}.author-module__1sBvDG__trajNote{color:#a8b4cc;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.9rem;line-height:1.6;display:flex}.author-module__1sBvDG__trajArrow{color:#3dbc7e;margin-top:2px;font-size:1.1rem;line-height:1}.author-module__1sBvDG__trajLabel{color:#3dbc7e;font-weight:600}.author-module__1sBvDG__trajLegend{color:#6b7a94;flex-wrap:wrap;gap:14px;font-size:.9rem;display:flex}.author-module__1sBvDG__trajLegendItem{align-items:center;gap:6px;display:flex}.author-module__1sBvDG__trajDotAuthor{background:#e8a820;border-radius:50%;width:10px;height:10px;display:inline-block}.author-module__1sBvDG__trajDashRolling{background:#4da6ffb3;border-radius:2px;width:14px;height:2px;display:inline-block}.author-module__1sBvDG__trajDashAvg{background:#ffffff40;width:14px;height:2px;display:inline-block}.author-module__1sBvDG__seriesHeader{color:#6b7a94;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #ffffff0f;grid-template-columns:160px 1fr 100px;gap:12px;margin-bottom:6px;padding-bottom:8px;font-size:.8rem;display:grid}.author-module__1sBvDG__seriesList{flex-direction:column;gap:10px;display:flex}.author-module__1sBvDG__seriesItem{grid-template-columns:160px 1fr 100px;align-items:center;gap:12px;display:grid}.author-module__1sBvDG__seriesName{color:#a8b4cc;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;overflow:hidden}.author-module__1sBvDG__seriesName:hover{color:#fff}.author-module__1sBvDG__seriesTrack{background:#191f2e;border-radius:4px;height:8px;overflow:hidden}.author-module__1sBvDG__seriesFill{border-radius:4px;height:100%;transition:width .8s}.author-module__1sBvDG__seriesMeta{font-family:"Orbitron",var(--font-primary),sans-serif;text-align:right;white-space:nowrap;font-size:.9rem}.author-module__1sBvDG__recordsGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.author-module__1sBvDG__recordCard{background:#141824;border:1px solid #ffffff1a;border-radius:12px;padding:18px;position:relative;overflow:hidden}.author-module__1sBvDG__recordCard:before{content:"";background:linear-gradient(90deg,#0000,#e8a820,#0000);height:1px;position:absolute;top:0;left:0;right:0}.author-module__1sBvDG__recordIcon{margin-bottom:8px;font-size:24px;display:block}.author-module__1sBvDG__recordVal{font-family:"Orbitron",var(--font-primary),sans-serif;color:#fff;margin-bottom:6px;font-size:20px;font-weight:700;line-height:1.1}.author-module__1sBvDG__recordVal span{color:#6b7a94;font-size:1rem;font-weight:400}.author-module__1sBvDG__recordLabel{color:#8892a4;font-size:.9rem;line-height:1.5}.author-module__1sBvDG__recordHighlight{color:#e8a820;font-weight:600}.author-module__1sBvDG__reviewHead{color:#8892a4;margin-bottom:10px;font-size:.9rem}.author-module__1sBvDG__reviewText{color:#c0c9da;white-space:pre-wrap;margin:0;font-size:1rem;line-height:1.7}.author-module__1sBvDG__similarRow{gap:16px;padding-bottom:4px;display:flex;overflow-x:auto}.author-module__1sBvDG__similarRow::-webkit-scrollbar{height:6px}.author-module__1sBvDG__similarRow::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.author-module__1sBvDG__simCard{cursor:pointer;width:170px;color:inherit;background:#141824;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;flex-shrink:0;gap:4px;padding:16px;text-decoration:none;transition:border-color .2s;display:flex}.author-module__1sBvDG__simCard:hover{border-color:#e8a8204d}.author-module__1sBvDG__simAvatar{width:44px;height:44px;font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;background:#191f2e;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;font-size:1rem;font-weight:700;display:flex}.author-module__1sBvDG__simName{color:#d8e0f0;font-size:1rem;font-weight:600}.author-module__1sBvDG__simMeta{color:#6b7a94;margin-bottom:6px;font-size:.85rem}.author-module__1sBvDG__simScore{font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;font-size:20px;font-weight:700;line-height:1}.author-module__1sBvDG__simWhy{color:#6b7a94;margin-top:6px;font-size:.8rem;line-height:1.4}.author-module__1sBvDG__bookTabs{gap:8px;margin:12px 0 20px;display:flex}.author-module__1sBvDG__bookTab{font-family:"Exo 2",var(--font-primary),sans-serif;color:#8a9ab0;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:600;transition:all .2s}.author-module__1sBvDG__bookTab:hover{color:#d8e0f0;background:#ffffff12}.author-module__1sBvDG__bookTabActive{color:#e8a820;background:#e8a8201f;border-color:#e8a82059}.author-module__1sBvDG__bookTabActive:hover{background:#e8a8202e}.author-module__1sBvDG__bskyWrap{background:#060a1299;border:1px solid #ffffff14;border-radius:12px;max-width:320px;max-height:260px;padding:16px;overflow-y:auto;-webkit-mask-image:linear-gradient(#000 85%,#0000 100%);mask-image:linear-gradient(#000 85%,#0000 100%)}.author-module__1sBvDG__bskyWrap::-webkit-scrollbar{width:4px}.author-module__1sBvDG__bskyWrap::-webkit-scrollbar-track{background:0 0}.author-module__1sBvDG__bskyWrap::-webkit-scrollbar-thumb{background:#e8a8204d;border-radius:4px}.author-module__1sBvDG__bskyWrapH{background:#060a1299;border:1px solid #ffffff14;border-radius:12px;flex:0 0 420px;min-width:0;padding:14px 16px}.author-module__1sBvDG__bskyListHCollapsed{touch-action:pan-x;overscroll-behavior-x:contain;flex-direction:row;gap:12px;max-height:200px;padding-bottom:6px;display:flex;overflow:auto hidden;-webkit-mask-image:linear-gradient(#000 70%,#0000 100%);mask-image:linear-gradient(#000 70%,#0000 100%)}.author-module__1sBvDG__bskyArrowBar{gap:6px;margin-top:-4px;margin-bottom:10px;display:flex}.author-module__1sBvDG__bskyArrowBtn{color:#e8a820;cursor:pointer;font-size:.9rem;font-weight:600;font-family:"Orbitron",var(--font-h),sans-serif;background:0 0;border:1px solid #e8a8204d;border-radius:6px;padding:4px 10px;transition:all .2s}.author-module__1sBvDG__bskyArrowBtn:hover{background:#e8a8201f;border-color:#e8a82080}.author-module__1sBvDG__bskyExpandBtn{color:#f3c36a;cursor:pointer;font-size:.85rem;font-weight:600;font-family:"Orbitron",var(--font-h),sans-serif;letter-spacing:.5px;background:#e8a8201f;border:1px solid #e8a82059;border-radius:6px;padding:5px 12px;transition:all .2s}.author-module__1sBvDG__bskyExpandBtn:hover{background:#e8a82033;border-color:#e8a8208c}.author-module__1sBvDG__bskyFooter{justify-content:center;margin-top:10px;display:flex}.author-module__1sBvDG__bskyList{flex-direction:column;gap:10px;display:flex}.author-module__1sBvDG__bskyListH{touch-action:pan-x;overscroll-behavior-x:contain;flex-direction:row;gap:12px;padding-bottom:6px;display:flex;overflow-x:auto}.author-module__1sBvDG__bskyListH::-webkit-scrollbar{height:4px}.author-module__1sBvDG__bskyListH::-webkit-scrollbar-track{background:0 0}.author-module__1sBvDG__bskyListH::-webkit-scrollbar-thumb{background:#e8a8204d;border-radius:4px}.author-module__1sBvDG__bskyCard{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;flex-shrink:0;padding:10px 12px;text-decoration:none;transition:all .2s;display:block}.author-module__1sBvDG__bskyListH .author-module__1sBvDG__bskyCard,.author-module__1sBvDG__bskyListHCollapsed .author-module__1sBvDG__bskyCard{width:240px}.author-module__1sBvDG__bskyCard:hover{background:#ffffff0f;border-color:#e8a82040}.author-module__1sBvDG__bskyHeader{font-family:"Orbitron",var(--font-h),sans-serif;letter-spacing:1.5px;text-transform:uppercase;color:#e8a820;white-space:nowrap;border-bottom:1px solid #e8a82033;flex-shrink:0;margin-bottom:12px;padding-bottom:10px;font-size:.85rem;font-weight:700}.author-module__1sBvDG__bskyLoading{color:#6b7a94;font-size:.9rem;font-family:"Orbitron",var(--font-h),sans-serif}.author-module__1sBvDG__bskyCardTop{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.author-module__1sBvDG__bskyName{font-family:"Orbitron",var(--font-h),sans-serif;letter-spacing:.5px;color:#e8a820;text-transform:uppercase;font-size:.8rem;font-weight:700}.author-module__1sBvDG__bskyDate{color:#5a6a82;font-size:.8rem;font-family:"Orbitron",var(--font-h),sans-serif}.author-module__1sBvDG__bskyText{color:#a8b4cc;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.author-module__1sBvDG__bskyThumbWrap{border-radius:6px;margin-top:8px;overflow:hidden}.author-module__1sBvDG__bskyThumb{border-radius:6px;width:100%;height:auto;display:block}.author-module__1sBvDG__bioRow{align-items:flex-start;gap:24px;display:flex}.author-module__1sBvDG__bioRow .author-module__1sBvDG__bioText{flex:1;min-width:0}.author-module__1sBvDG__bestBookCard{--gold:#d4a437;--teal:#2dd4a8;--text-muted:#8a8d9a;--text-dim:#6a6d7a;font-family:inherit}.author-module__1sBvDG__bestBookLabel{letter-spacing:.18em;color:var(--text-muted);text-transform:uppercase;align-items:center;gap:6px;margin-bottom:8px;font-size:.85rem;display:flex}.author-module__1sBvDG__bestBookStar{color:var(--gold)}.author-module__1sBvDG__bestBookFrame{background:linear-gradient(#d4a4370f 0%,#0a122866 100%);border:1px solid #d4a43773;border-radius:10px;padding:14px;transition:border-color .25s,box-shadow .25s;position:relative;box-shadow:0 0 0 1px #d4a43714,0 8px 24px #0006}.author-module__1sBvDG__bestBookFrame:hover{border-color:#d4a437bf;box-shadow:0 0 0 1px #d4a4372e,0 8px 32px #d4a4371f}.author-module__1sBvDG__bestBookGlow{background:linear-gradient(90deg,transparent 0%,var(--gold)50%,transparent 100%);border-radius:10px 10px 0 0;height:2px;position:absolute;top:-1px;left:-1px;right:-1px}.author-module__1sBvDG__bestBookMain{gap:14px;display:flex}.author-module__1sBvDG__bestBookCover{background:#0a0e1f;border:1px solid #d4a43766;border-radius:4px;flex-shrink:0;width:88px;height:130px;display:block;overflow:hidden}.author-module__1sBvDG__bestBookCover img{object-fit:cover;width:100%;height:100%;display:block}.author-module__1sBvDG__bestBookCoverPlaceholder{width:100%;height:100%;color:var(--gold);justify-content:center;align-items:center;font-size:24px;font-weight:700;display:flex}.author-module__1sBvDG__bestBookInfo{flex-direction:column;flex:1;justify-content:space-between;min-width:0;display:flex}.author-module__1sBvDG__bestBookTitle{color:#fff;margin:0 0 4px;font-size:1rem;font-weight:600;line-height:1.25}.author-module__1sBvDG__bestBookSubtitle{color:var(--text-muted);margin:0 0 10px;font-size:.85rem;font-style:italic}.author-module__1sBvDG__bestBookStars{color:var(--gold);letter-spacing:1px;margin-bottom:6px;font-size:.9rem}.author-module__1sBvDG__bestBookRating{align-items:baseline;gap:6px;display:flex}.author-module__1sBvDG__bestBookRatingNum{color:var(--gold);font-size:1.1rem;font-weight:700}.author-module__1sBvDG__bestBookRatingLabel{color:var(--text-dim);font-size:.8rem}.author-module__1sBvDG__bestBookTags{flex-wrap:wrap;gap:4px;margin-top:8px;display:flex}.author-module__1sBvDG__bestBookTag{letter-spacing:.05em;border:1px solid;border-radius:10px;padding:2px 6px;font-size:.75rem}.author-module__1sBvDG__bestBookTagCanon{color:var(--teal);background:#2dd4a81a;border-color:#2dd4a84d}.author-module__1sBvDG__bestBookTagEra{color:var(--gold);background:#d4a4371a;border-color:#d4a4374d}.author-module__1sBvDG__bestBookFooter{border-top:1px solid #d4a43726;justify-content:space-between;align-items:center;margin-top:12px;padding-top:10px;display:flex}.author-module__1sBvDG__bestBookStats{gap:14px;display:flex}.author-module__1sBvDG__bestBookStatValue{color:#fff;font-size:1rem;font-weight:600}.author-module__1sBvDG__bestBookStatLabel{color:var(--text-dim);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.author-module__1sBvDG__bestBookCta{color:var(--gold);letter-spacing:.05em;font-size:.8rem;text-decoration:none}.author-module__1sBvDG__bestBookCta:hover{text-decoration:underline}.author-module__1sBvDG__bioExpandWrap{justify-content:center;margin-top:10px;display:flex}.author-module__1sBvDG__bioExpandBtn{color:#f3c36a;cursor:pointer;font-size:.85rem;font-weight:600;font-family:"Orbitron",var(--font-h),sans-serif;letter-spacing:.5px;background:0 0;border:1px solid #e8a82059;border-radius:6px;padding:5px 14px;transition:all .2s}.author-module__1sBvDG__bioExpandBtn:hover{background:#e8a8201f;border-color:#e8a8208c}@media (max-width:1080px){.author-module__1sBvDG__heroGrid{grid-template-columns:1fr;gap:28px}.author-module__1sBvDG__photoFrame{width:200px;height:260px}.author-module__1sBvDG__metricsGrid{grid-template-columns:repeat(3,1fr)}.author-module__1sBvDG__twoCol{grid-template-columns:1fr}.author-module__1sBvDG__recordsGrid{grid-template-columns:repeat(2,1fr)}.author-module__1sBvDG__bioRow{flex-direction:column}.author-module__1sBvDG__bskyWrapH,.author-module__1sBvDG__bskyWrapHCollapsed,.author-module__1sBvDG__bskyWrapHExpanded{flex:auto;width:100%}}@media (max-width:680px){.author-module__1sBvDG__section{padding:32px 16px}.author-module__1sBvDG__hero{padding:32px 16px 28px}.author-module__1sBvDG__nav{flex-wrap:wrap;padding:10px 16px}.author-module__1sBvDG__breadcrumb{white-space:nowrap;width:100%;min-width:0;overflow-x:auto}.author-module__1sBvDG__heroName{font-size:2.1rem;line-height:1.08}.author-module__1sBvDG__heroNameEn{font-size:.95rem}.author-module__1sBvDG__heroBio{font-size:.92rem;line-height:1.6}.author-module__1sBvDG__photoBlock{min-width:0}.author-module__1sBvDG__photoFrame{width:170px;height:220px}.author-module__1sBvDG__photoScoreNum{font-size:2rem}.author-module__1sBvDG__metricsGrid{grid-template-columns:repeat(2,1fr)}.author-module__1sBvDG__metric{padding:12px 10px}.author-module__1sBvDG__metricVal{font-size:18px}.author-module__1sBvDG__metricLabel{font-size:.72rem;line-height:1.2}.author-module__1sBvDG__recordsGrid{grid-template-columns:1fr}.author-module__1sBvDG__panel{padding:16px}.author-module__1sBvDG__seriesHeader,.author-module__1sBvDG__seriesItem{grid-template-columns:1fr}.author-module__1sBvDG__seriesMeta{text-align:left}.author-module__1sBvDG__compareRow{gap:7px}.author-module__1sBvDG__compareLabel{width:86px;font-size:.78rem}.author-module__1sBvDG__compareVal{width:36px;font-size:.78rem}.author-module__1sBvDG__compareArchiveVal{width:38px;font-size:.76rem}.author-module__1sBvDG__rbarLabel{width:56px;font-size:.78rem}.author-module__1sBvDG__rbarPct{width:32px;font-size:.76rem}.author-module__1sBvDG__rbarCount{width:24px;font-size:.76rem}.author-module__1sBvDG__pbLabel{width:92px;font-size:.76rem}.author-module__1sBvDG__simCard{width:150px}.author-module__1sBvDG__bestBookMain{gap:10px}.author-module__1sBvDG__bestBookCover{width:72px;height:106px}.author-module__1sBvDG__bestBookTitle{font-size:.88rem}.author-module__1sBvDG__bestBookSubtitle{font-size:.76rem}.author-module__1sBvDG__bestBookFooter{flex-wrap:wrap;gap:8px}}@media (max-width:480px){.author-module__1sBvDG__section{padding:26px 12px}.author-module__1sBvDG__hero{padding:26px 12px 22px}.author-module__1sBvDG__nav{padding:8px 12px}.author-module__1sBvDG__heroName{font-size:1.78rem}.author-module__1sBvDG__heroEyebrow{letter-spacing:2px;font-size:.68rem}.author-module__1sBvDG__photoFrame{width:152px;height:198px}.author-module__1sBvDG__metricsGrid{grid-template-columns:1fr}.author-module__1sBvDG__metric{padding:10px}.author-module__1sBvDG__panel{border-radius:12px;padding:12px}.author-module__1sBvDG__compareRow{grid-template-columns:1fr auto auto;align-items:center;gap:6px;display:grid}.author-module__1sBvDG__compareLabel{grid-column:1/-1;width:auto}.author-module__1sBvDG__compareTrack{grid-column:1/2}.author-module__1sBvDG__compareVal,.author-module__1sBvDG__compareArchiveVal{width:auto;min-width:32px}.author-module__1sBvDG__timelineWrap{padding:16px 12px 12px}.author-module__1sBvDG__tlLegend{gap:10px}.author-module__1sBvDG__tlLegItem{font-size:.74rem}.author-module__1sBvDG__radarRowHead{flex-wrap:wrap}.author-module__1sBvDG__radarRowValue{white-space:normal}.author-module__1sBvDG__simCard{width:138px}}
.RetroCardsPanel-module__9DHRVa__cardsPanel{flex-direction:column;flex:1;gap:8px;font-family:Advent Pro,sans-serif;display:flex;position:relative}.RetroCardsPanel-module__9DHRVa__card{cursor:pointer;isolation:isolate;background:#040300;border:1px solid #b46e0f4d;border-radius:14px;transition:border-color .25s;position:relative;overflow:hidden;box-shadow:0 0 0 1px #000000e6,inset 0 1px #ffdc640f}.RetroCardsPanel-module__9DHRVa__card:hover{border-color:#e69614a6}.RetroCardsPanel-module__9DHRVa__card:before{content:"";z-index:100;pointer-events:none;background:repeating-linear-gradient(#0000 0 2px,#00000026 2px 3px);position:absolute;inset:0}.RetroCardsPanel-module__9DHRVa__cardBig .RetroCardsPanel-module__9DHRVa__cardImgPlaceholder{z-index:2;background:linear-gradient(160deg,#281405 0%,#502808 40%,#321905 100%);border-bottom:1px solid #b46e0f40;justify-content:center;align-items:center;width:100%;height:140px;display:flex;position:relative}.RetroCardsPanel-module__9DHRVa__cardImageOverlay{background:linear-gradient(#0000001a 25%,#0000008c 100%);justify-content:flex-start;align-items:flex-end;width:100%;height:100%;padding:10px 12px;display:flex}.RetroCardsPanel-module__9DHRVa__cardBody{z-index:5;padding:12px 14px;position:relative}.RetroCardsPanel-module__9DHRVa__cardMeta{align-items:center;gap:8px;margin-bottom:6px;display:flex}.RetroCardsPanel-module__9DHRVa__ctag{letter-spacing:.18em;text-transform:uppercase;border:1px solid;border-radius:1px;padding:2px 6px;font-size:11px}.RetroCardsPanel-module__9DHRVa__ctFeat{color:#eb8e31e6;background:#eb8e311a;border-color:#eb8e316b}.RetroCardsPanel-module__9DHRVa__ctLib{color:#8cbeffcc;background:#8cbeff0d;border-color:#8cbeff4d}.RetroCardsPanel-module__9DHRVa__ctArc{color:#b48cffcc;background:#b48cff0d;border-color:#b48cff4d}.RetroCardsPanel-module__9DHRVa__ctInt{color:#78d296cc;background:#78d2960d;border-color:#78d2964d}.RetroCardsPanel-module__9DHRVa__ctNews{color:#ffc850d9;background:#ffc85014;border-color:#ffc85059}.RetroCardsPanel-module__9DHRVa__cdate{letter-spacing:.1em;color:#965a0f80;font-size:11px}.RetroCardsPanel-module__9DHRVa__ctitle{letter-spacing:.07em;color:#eb8e31d9;text-shadow:0 0 4px #dc96144d;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:18px;line-height:1.35;display:-webkit-box;overflow:hidden}.RetroCardsPanel-module__9DHRVa__card:hover .RetroCardsPanel-module__9DHRVa__ctitle{color:#eb8e31fa;text-shadow:0 0 10px #eb8e319e,0 0 20px #eb8e314d}.RetroCardsPanel-module__9DHRVa__ctitle.RetroCardsPanel-module__9DHRVa__scrambling{color:#eb8e31f2;text-shadow:0 0 6px #eb8e31b3}.RetroCardsPanel-module__9DHRVa__cdesc{letter-spacing:.03em;color:#dcd7cdd9;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:8px;font-size:15px;line-height:1.5;display:-webkit-box;overflow:hidden}.RetroCardsPanel-module__9DHRVa__card:hover .RetroCardsPanel-module__9DHRVa__cdesc{color:#ffa84cfa}.RetroCardsPanel-module__9DHRVa__cgb{pointer-events:none;z-index:1;background:linear-gradient(#ffeb8212 0%,#9652071a 50%,#4b240208 100%);transition:background .25s;position:absolute;inset:0}.RetroCardsPanel-module__9DHRVa__cgd{pointer-events:none;z-index:2;position:absolute;inset:0;overflow:hidden}.RetroCardsPanel-module__9DHRVa__cgd:before{content:"";background:radial-gradient(80% 90% at 50% -10%,#fffcd21a 0%,#0000 70%);height:50%;transition:background .25s;position:absolute;top:0;left:-10%;right:-10%}.RetroCardsPanel-module__9DHRVa__cgr{pointer-events:none;z-index:3;transition:box-shadow .25s;position:absolute;inset:0;box-shadow:inset 0 1px #fff5b414,inset 0 -1px #50230240}.RetroCardsPanel-module__9DHRVa__ccl{pointer-events:none;z-index:4;opacity:0;background:radial-gradient(circle 90px at var(--cx,50%)var(--cy,50%),#fff8be12 0%,transparent 65%);transition:opacity .25s;position:absolute;inset:0}.RetroCardsPanel-module__9DHRVa__csh{pointer-events:none;z-index:4;background:linear-gradient(var(--sa,148deg),transparent 30%,#fffcd20a 44%,transparent 58%);transition:background .1s;position:absolute;inset:0}.RetroCardsPanel-module__9DHRVa__card:hover .RetroCardsPanel-module__9DHRVa__cgb{background:linear-gradient(#ffeb822e 0%,#af640a42 50%,#5a2d0314 100%)}.RetroCardsPanel-module__9DHRVa__card:hover .RetroCardsPanel-module__9DHRVa__cgd:before{background:radial-gradient(85% 110% at 50% -10%,#fffddc5c 0%,#ffee9b29 30%,#0000 80%)}.RetroCardsPanel-module__9DHRVa__card:hover .RetroCardsPanel-module__9DHRVa__cgr{box-shadow:inset 0 1px #fff8be61,inset 0 -1px #5a2a0380}.RetroCardsPanel-module__9DHRVa__card:hover .RetroCardsPanel-module__9DHRVa__ccl{opacity:1}.RetroCardsPanel-module__9DHRVa__card:active{transition-duration:60ms;transform:scale(.99)}.RetroCardsPanel-module__9DHRVa__cardAccent{z-index:6;background:linear-gradient(90deg,#0000 0%,#ffd25040 30%,#dc911473 55%,#ffd25026 80%,#0000 100%);flex-shrink:0;width:100%;height:2px;transition:background .25s;position:relative}.RetroCardsPanel-module__9DHRVa__card:hover .RetroCardsPanel-module__9DHRVa__cardAccent{background:linear-gradient(90deg,#0000 0%,#fff896b3 25%,#ffdc3ce6 50%,#fff896b3 75%,#0000 100%)}.RetroCardsPanel-module__9DHRVa__cardsGrid{flex:1;grid-template-columns:1fr 1fr;gap:8px;display:grid}.RetroCardsPanel-module__9DHRVa__cardsGrid .RetroCardsPanel-module__9DHRVa__card{flex-direction:column;display:flex}.RetroCardsPanel-module__9DHRVa__cardsGrid .RetroCardsPanel-module__9DHRVa__cardBody{flex:1}.RetroCardsPanel-module__9DHRVa__cardImgS{z-index:2;border-bottom:1px solid #b46e0f33;justify-content:center;align-items:center;width:100%;height:80px;display:flex;position:relative}.RetroCardsPanel-module__9DHRVa__imgLabel{color:#eba528cc;font-family:Advent Pro,sans-serif;font-size:28px}.RetroCardsPanel-module__9DHRVa__ripple{pointer-events:none;z-index:10;background:#ffe67873;border-radius:50%;width:8px;height:8px;animation:.55s cubic-bezier(.2,0,.4,1) forwards RetroCardsPanel-module__9DHRVa__rout;position:absolute;transform:translate(-50%,-50%)scale(0)}@keyframes RetroCardsPanel-module__9DHRVa__rout{to{opacity:0;transform:translate(-50%,-50%)scale(28)}}
.RetroCardsPanelAdmin-module__it5AOG__adminToggleFixed{z-index:10;position:absolute;top:8px;right:8px}.RetroCardsPanelAdmin-module__it5AOG__adminButton{color:#ffbe3ccc;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#b46e0f33;border:1px solid #b46e0f66;border-radius:3px;padding:6px 12px;font-family:Advent Pro,sans-serif;font-size:11px;transition:all .2s}.RetroCardsPanelAdmin-module__it5AOG__adminButton:hover{color:#ffdc64f2;background:#b46e0f59;border-color:#ffbe3c80}.RetroCardsPanelAdmin-module__it5AOG__editCaption{color:#b9781cf2;resize:vertical;background:#0006;border:1px solid #b46e0f4d;border-radius:3px;outline:none;width:100%;min-height:44px;padding:8px 10px;font-family:Advent Pro,sans-serif;font-size:13px;line-height:1.4}.RetroCardsPanelAdmin-module__it5AOG__editCaption:focus{background:#00000080;border-color:#ffbe3c80}.RetroCardsPanelAdmin-module__it5AOG__editCaption::placeholder{color:#9b5f1266}.RetroCardsPanelAdmin-module__it5AOG__adminControls{background:#140c05f2;border:1px solid #b46e0f4d;border-radius:4px;margin-top:8px;margin-bottom:16px;padding:16px}.RetroCardsPanelAdmin-module__it5AOG__adminSection{margin-bottom:16px}.RetroCardsPanelAdmin-module__it5AOG__adminSection:last-child{margin-bottom:0}.RetroCardsPanelAdmin-module__it5AOG__adminSection h4{color:#dc9b28e6;margin:0 0 8px;font-family:Advent Pro,sans-serif;font-size:13px;font-weight:500}.RetroCardsPanelAdmin-module__it5AOG__selectButton{color:#8cdc8ce6;cursor:pointer;background:#78b47826;border:1px solid #78c8784d;border-radius:3px;padding:8px 14px;font-family:Advent Pro,sans-serif;font-size:12px;transition:all .2s}.RetroCardsPanelAdmin-module__it5AOG__selectButton:hover{background:#78c87840;border-color:#8cdc8c80}.RetroCardsPanelAdmin-module__it5AOG__currentSelection{color:#b48c50b3;background:#0000004d;border-left:2px solid #b46e0f66;border-radius:3px;margin-top:8px;padding:6px 10px;font-family:Advent Pro,sans-serif;font-size:11px}.RetroCardsPanelAdmin-module__it5AOG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.RetroCardsPanelAdmin-module__it5AOG__modal{background:#0a0805;border:1px solid #b46e0f66;border-radius:6px;flex-direction:column;width:90%;max-width:600px;max-height:80vh;display:flex;box-shadow:0 0 40px #000c,0 0 0 1px #b46e0f33}.RetroCardsPanelAdmin-module__it5AOG__modalHeader{border-bottom:1px solid #b46e0f33;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.RetroCardsPanelAdmin-module__it5AOG__modalHeader h3{color:#ffbe3cf2;margin:0;font-family:Advent Pro,sans-serif;font-size:16px;font-weight:500}.RetroCardsPanelAdmin-module__it5AOG__closeButton{color:#b46e0f99;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:24px;line-height:1;transition:color .2s}.RetroCardsPanelAdmin-module__it5AOG__closeButton:hover{color:#ff643ce6}.RetroCardsPanelAdmin-module__it5AOG__searchBox{border-bottom:1px solid #b46e0f26;padding:16px 20px}.RetroCardsPanelAdmin-module__it5AOG__searchInput{color:#ffdc96e6;background:#00000080;border:1px solid #b46e0f4d;border-radius:4px;outline:none;width:100%;padding:10px 14px;font-family:Advent Pro,sans-serif;font-size:14px;transition:border-color .2s}.RetroCardsPanelAdmin-module__it5AOG__searchInput:focus{border-color:#ffbe3c80}.RetroCardsPanelAdmin-module__it5AOG__searchInput::placeholder{color:#b48c5066}.RetroCardsPanelAdmin-module__it5AOG__selectedCount{color:#78c878cc;margin-top:8px;font-family:Advent Pro,sans-serif;font-size:11px}.RetroCardsPanelAdmin-module__it5AOG__articlesList{flex:1;max-height:400px;padding:8px 0;overflow-y:auto}.RetroCardsPanelAdmin-module__it5AOG__loading,.RetroCardsPanelAdmin-module__it5AOG__empty{text-align:center;color:#b48c5080;padding:40px 20px;font-family:Advent Pro,sans-serif;font-size:14px}.RetroCardsPanelAdmin-module__it5AOG__articleItem{cursor:pointer;border-bottom:1px solid #b46e0f14;align-items:flex-start;gap:12px;padding:12px 20px;transition:background .15s;display:flex}.RetroCardsPanelAdmin-module__it5AOG__articleItem:hover{background:#b46e0f1a}.RetroCardsPanelAdmin-module__it5AOG__articleItemSelected{background:#78c87826;border-left:3px solid #78c87880;padding-left:17px}.RetroCardsPanelAdmin-module__it5AOG__articleItemSelected:hover{background:#78c87833}.RetroCardsPanelAdmin-module__it5AOG__articleCheckbox{color:#b48c5099;margin-top:2px;font-size:18px;line-height:1}.RetroCardsPanelAdmin-module__it5AOG__articleItemSelected .RetroCardsPanelAdmin-module__it5AOG__articleCheckbox{color:#78c878e6}.RetroCardsPanelAdmin-module__it5AOG__articleInfo{flex:1;min-width:0}.RetroCardsPanelAdmin-module__it5AOG__articleTitle{color:#ffdc96f2;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-family:Advent Pro,sans-serif;font-size:14px;line-height:1.3;overflow:hidden}.RetroCardsPanelAdmin-module__it5AOG__articleItem:hover .RetroCardsPanelAdmin-module__it5AOG__articleTitle{color:#fff0b4}.RetroCardsPanelAdmin-module__it5AOG__articleMeta{color:#b48c5080;gap:12px;font-family:Advent Pro,sans-serif;font-size:11px;display:flex}.RetroCardsPanelAdmin-module__it5AOG__articleCategories{color:#8cb4dc99}.RetroCardsPanelAdmin-module__it5AOG__modalFooter{border-top:1px solid #b46e0f33;justify-content:flex-end;gap:12px;padding:16px 20px;display:flex}.RetroCardsPanelAdmin-module__it5AOG__cancelButton,.RetroCardsPanelAdmin-module__it5AOG__saveButton{cursor:pointer;border-radius:4px;padding:10px 20px;font-family:Advent Pro,sans-serif;font-size:13px;transition:all .2s}.RetroCardsPanelAdmin-module__it5AOG__cancelButton{color:#b48c50cc;background:0 0;border:1px solid #b46e0f4d}.RetroCardsPanelAdmin-module__it5AOG__cancelButton:hover{color:#ffdc96f2;border-color:#ffbe3c80}.RetroCardsPanelAdmin-module__it5AOG__saveButton{color:#8cdc8cf2;background:#78b47833;border:1px solid #78c87866}.RetroCardsPanelAdmin-module__it5AOG__saveButton:hover:not(:disabled){background:#78c8784d;border-color:#8cdc8c99}.RetroCardsPanelAdmin-module__it5AOG__saveButton:disabled{opacity:.5;cursor:not-allowed}.RetroCardsPanelAdmin-module__it5AOG__articlesList::-webkit-scrollbar{width:6px}.RetroCardsPanelAdmin-module__it5AOG__articlesList::-webkit-scrollbar-track{background:#0000004d}.RetroCardsPanelAdmin-module__it5AOG__articlesList::-webkit-scrollbar-thumb{background:#b46e0f4d;border-radius:3px}.RetroCardsPanelAdmin-module__it5AOG__articlesList::-webkit-scrollbar-thumb:hover{background:#b46e0f80}.RetroCardsPanelAdmin-module__it5AOG__imageSelectButton{color:#8cbef0e6;cursor:pointer;background:#6496c833;border:1px solid #6496c84d;border-radius:3px;margin-left:8px;padding:4px 8px;font-family:Advent Pro,sans-serif;font-size:11px;transition:all .2s}.RetroCardsPanelAdmin-module__it5AOG__imageSelectButton:hover{background:#6496c859;border-color:#8cbef080}.RetroCardsPanelAdmin-module__it5AOG__imageSelectorOverlay{z-index:1100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.RetroCardsPanelAdmin-module__it5AOG__imageSelector{background:#0a0805;border:1px solid #b46e0f66;border-radius:6px;flex-direction:column;width:90%;max-width:700px;max-height:85vh;display:flex;box-shadow:0 0 50px #000000e6,0 0 0 1px #b46e0f33}.RetroCardsPanelAdmin-module__it5AOG__imageSelectorHeader{border-bottom:1px solid #b46e0f33;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.RetroCardsPanelAdmin-module__it5AOG__imageSelectorHeader h4{color:#ffbe3cf2;margin:0;font-family:Advent Pro,sans-serif;font-size:14px;font-weight:500}.RetroCardsPanelAdmin-module__it5AOG__imageGrid{flex:1;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;max-height:500px;padding:20px;display:grid;overflow-y:auto}.RetroCardsPanelAdmin-module__it5AOG__noImages{text-align:center;color:#b48c5080;grid-column:1/-1;padding:40px;font-family:Advent Pro,sans-serif;font-size:14px}.RetroCardsPanelAdmin-module__it5AOG__imageOption{aspect-ratio:16/10;cursor:pointer;background:#0000004d;border:2px solid #b46e0f4d;border-radius:4px;transition:all .2s;position:relative;overflow:hidden}.RetroCardsPanelAdmin-module__it5AOG__imageOption:hover{border-color:#ffbe3c99;transform:scale(1.02)}.RetroCardsPanelAdmin-module__it5AOG__imageOptionSelected{border-color:#78c878cc;box-shadow:0 0 0 2px #78c8784d}.RetroCardsPanelAdmin-module__it5AOG__imageOption img{object-fit:cover;width:100%;height:100%}.RetroCardsPanelAdmin-module__it5AOG__imageCheck{color:#000;background:#78c878e6;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex;position:absolute;top:8px;right:8px}.RetroCardsPanelAdmin-module__it5AOG__imageSelectorFooter{border-top:1px solid #b46e0f33;justify-content:space-between;gap:12px;padding:16px 20px;display:flex}.RetroCardsPanelAdmin-module__it5AOG__clearImageButton{color:#f08c8cf2;cursor:pointer;background:#c8646433;border:1px solid #c8646466;border-radius:4px;padding:10px 20px;font-family:Advent Pro,sans-serif;font-size:13px;transition:all .2s}.RetroCardsPanelAdmin-module__it5AOG__clearImageButton:hover{background:#c864644d;border-color:#f08c8c99}
@keyframes RetroNewsPanel-module__h8wS-q__amberFlow{0%{background-position:0%}to{background-position:200%}}.RetroNewsPanel-module__h8wS-q__newsPanel{flex-direction:column;flex:0 0 300px;width:100%;font-family:Advent Pro,sans-serif;display:flex}.RetroNewsPanel-module__h8wS-q__shell{background:#040300;border:1px solid #b46e0f59;border-radius:14px;box-shadow:0 0 0 1px #000000e6,inset 0 1px #ffdc6414}.RetroNewsPanel-module__h8wS-q__scanWrap{position:relative;overflow:hidden}.RetroNewsPanel-module__h8wS-q__scanWrap:before{content:"";z-index:100;pointer-events:none;background:repeating-linear-gradient(#0000 0 2px,#0000002e 2px 3px);position:absolute;inset:0}.RetroNewsPanel-module__h8wS-q__scanWrap:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 30% at 50% 100%,#c864080f 0%,#0000 70%);animation:3.5s ease-in-out infinite alternate RetroNewsPanel-module__h8wS-q__eb;position:absolute;inset:0}@keyframes RetroNewsPanel-module__h8wS-q__eb{0%{opacity:.5}to{opacity:1}}.RetroNewsPanel-module__h8wS-q__newsList{z-index:2;flex-direction:column;min-height:0;display:flex;position:relative;overflow:hidden auto}.RetroNewsPanel-module__h8wS-q__filler{background:linear-gradient(#ffaa3c08 0%,#ffaa3c03 100%);border-top:1px dashed #b46e0f38;min-height:90px;display:block;position:relative;overflow:hidden}.RetroNewsPanel-module__h8wS-q__mesh{background-image:linear-gradient(#dc912414 1px,#0000 1px),linear-gradient(90deg,#dc912414 1px,#0000 1px);background-size:24px 24px;border-radius:8px;animation:10s linear infinite RetroNewsPanel-module__h8wS-q__meshPan;position:absolute;inset:16px 12px 12px;-webkit-mask-image:radial-gradient(circle at 50% 45%,#000 20%,#0000 95%);mask-image:radial-gradient(circle at 50% 45%,#000 20%,#0000 95%)}.RetroNewsPanel-module__h8wS-q__meshGlow{filter:blur(1px);background:radial-gradient(circle at 50% 120%,#ffa53c2e,#0000 58%);border-radius:10px;animation:2.8s ease-in-out infinite alternate RetroNewsPanel-module__h8wS-q__meshPulse;position:absolute;inset:10px}@keyframes RetroNewsPanel-module__h8wS-q__meshPan{0%{background-position:0 0,0 0}to{background-position:0 24px,24px 0}}@keyframes RetroNewsPanel-module__h8wS-q__meshPulse{0%{opacity:.45}to{opacity:.85}}.RetroNewsPanel-module__h8wS-q__panelHeader{z-index:2;border-bottom:1px solid #b46e0f33;justify-content:space-between;align-items:center;padding:10px 14px;display:flex;position:relative}.RetroNewsPanel-module__h8wS-q__panelHeaderLeft{align-items:center;gap:10px;display:flex}.RetroNewsPanel-module__h8wS-q__phIcon{border:1.5px solid #c8821473;border-radius:1px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.RetroNewsPanel-module__h8wS-q__phIcon span{background:#c882148c;width:8px;height:1.5px;display:block;position:relative}.RetroNewsPanel-module__h8wS-q__phIcon span:before,.RetroNewsPanel-module__h8wS-q__phIcon span:after{content:"";background:inherit;width:100%;height:100%;position:absolute;left:0}.RetroNewsPanel-module__h8wS-q__phIcon span:before{top:-3px}.RetroNewsPanel-module__h8wS-q__phIcon span:after{top:3px}.RetroNewsPanel-module__h8wS-q__phLabel{letter-spacing:.15em;text-transform:uppercase;background:linear-gradient(90deg,#ffb347,#ff7e05,#ffb347,#fc3,#ffb347) 0 0/200%;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:11px;animation:3s linear infinite RetroNewsPanel-module__h8wS-q__amberFlow}.RetroNewsPanel-module__h8wS-q__phDate{letter-spacing:.1em;color:#c88228b3;font-size:10px}.RetroNewsPanel-module__h8wS-q__ticker{z-index:2;border-bottom:1px solid #b46e0f26;padding:6px 0;position:relative;overflow:hidden}.RetroNewsPanel-module__h8wS-q__tickerInner{white-space:nowrap;animation:28s linear infinite RetroNewsPanel-module__h8wS-q__tick;display:inline-flex}.RetroNewsPanel-module__h8wS-q__ti{letter-spacing:.12em;color:#d28c2380;padding:0 28px;font-size:10px}.RetroNewsPanel-module__h8wS-q__ts{color:#b46e0f4d;padding:0 4px}@keyframes RetroNewsPanel-module__h8wS-q__tick{0%{transform:translate(0)}to{transform:translate(-50%)}}.RetroNewsPanel-module__h8wS-q__ni{cursor:pointer;isolation:isolate;border-bottom:1px solid #b46e0a1a;align-items:stretch;display:flex;position:relative;overflow:hidden}.RetroNewsPanel-module__h8wS-q__ni:last-child{border-bottom:none}.RetroNewsPanel-module__h8wS-q__ibar{z-index:5;background:linear-gradient(#ffd2502e 0%,#b4640a1f 100%);flex-shrink:0;width:2px;transition:background .22s;position:relative}.RetroNewsPanel-module__h8wS-q__ni:hover .RetroNewsPanel-module__h8wS-q__ibar{background:linear-gradient(#fff296e6 0%,#dc9114b3 50%,#8c480866 100%)}.RetroNewsPanel-module__h8wS-q__icontent{z-index:5;flex:1;padding:8px 10px;position:relative}.RetroNewsPanel-module__h8wS-q__imeta{align-items:center;gap:8px;margin-bottom:3px;display:flex}.RetroNewsPanel-module__h8wS-q__itag{letter-spacing:.12em;text-transform:uppercase;border:1px solid;border-radius:1px;padding:1px 4px;font-size:8px}.RetroNewsPanel-module__h8wS-q__tn{color:#eb8e31e0;background:#eb8e311a;border-color:#eb8e316b}.RetroNewsPanel-module__h8wS-q__tu{color:#78c878cc;background:#78c8780d;border-color:#78c8784d}.RetroNewsPanel-module__h8wS-q__ta{color:#8cb4ffcc;background:#8cb4ff0d;border-color:#8cb4ff4d}.RetroNewsPanel-module__h8wS-q__th2{color:#ff783ccc;background:#ff783c0d;border-color:#ff783c4d}.RetroNewsPanel-module__h8wS-q__idate{letter-spacing:.06em;color:#eb8e31e6;font-size:12px}.RetroNewsPanel-module__h8wS-q__ititle{letter-spacing:.01em;color:#eb8e31d9;text-shadow:0 0 6px #eb8e3166;font-size:18px;line-height:1.2;transition:color .15s,text-shadow .15s}.RetroNewsPanel-module__h8wS-q__ni:hover .RetroNewsPanel-module__h8wS-q__ititle{color:#eb8e31e6;text-shadow:0 0 8px #eb8e319e,0 0 16px #eb8e3147}.RetroNewsPanel-module__h8wS-q__ititle.RetroNewsPanel-module__h8wS-q__scrambling{color:#eb8e31f2;text-shadow:0 0 6px #eb8e31b3,0 0 14px #eb8e3161}.RetroNewsPanel-module__h8wS-q__idesc{letter-spacing:.01em;color:#dcd7cdd9;text-shadow:0 0 8px #e47a1480;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;transition:color .15s;display:-webkit-box;overflow:hidden}.RetroNewsPanel-module__h8wS-q__ni:hover .RetroNewsPanel-module__h8wS-q__idesc{color:#eb8e31fa}.RetroNewsPanel-module__h8wS-q__idot{z-index:5;background:#b46e0f33;border-radius:50%;flex-shrink:0;align-self:center;width:3px;height:3px;margin-right:13px;transition:background .22s,box-shadow .22s;position:relative}.RetroNewsPanel-module__h8wS-q__ni:hover .RetroNewsPanel-module__h8wS-q__idot{background:#ffd580;box-shadow:0 0 8px 2px #ffd250b3}.RetroNewsPanel-module__h8wS-q__gb{pointer-events:none;z-index:1;background:linear-gradient(#ffeb8217 0%,#c8871412 30%,#96520721 50%,#5f30032b 51%,#82440717 70%,#4b24020a 100%);transition:background .25s;position:absolute;inset:0}.RetroNewsPanel-module__h8wS-q__gd{pointer-events:none;z-index:2;position:absolute;inset:0;overflow:hidden}.RetroNewsPanel-module__h8wS-q__gd:before{content:"";background:radial-gradient(80% 100% at 50% -10%,#fffcd221 0%,#ffeb8c0f 35%,#0000 75%);height:55%;transition:background .25s;position:absolute;top:0;left:-10%;right:-10%}.RetroNewsPanel-module__h8wS-q__gr{pointer-events:none;z-index:3;transition:box-shadow .25s;position:absolute;inset:0;box-shadow:inset 0 1px #fff5b41a,inset 0 -1px #5023024d}.RetroNewsPanel-module__h8wS-q__cl{pointer-events:none;z-index:4;opacity:.35;background:radial-gradient(circle 70px at var(--cx,50%)var(--cy,-20%),#fff8be14 0%,transparent 70%);transition:opacity .2s;position:absolute;inset:0}.RetroNewsPanel-module__h8wS-q__ni:hover .RetroNewsPanel-module__h8wS-q__gb{background:linear-gradient(#ffeb8217 0%,#c8871412 30%,#96520721 50%,#5f30032b 51%,#82440717 70%,#4b24020a 100%)}.RetroNewsPanel-module__h8wS-q__ni:hover .RetroNewsPanel-module__h8wS-q__gd:before{background:radial-gradient(85% 110% at 50% -10%,#fffddc6b 0%,#ffee9b33 30%,#0000 80%)}.RetroNewsPanel-module__h8wS-q__ni:hover .RetroNewsPanel-module__h8wS-q__gr{box-shadow:inset 0 1px #fff8be6b,inset 0 -1px #5a2a038c,inset 1px 0 #ffe46e1a,inset -1px 0 #ffe46e12}.RetroNewsPanel-module__h8wS-q__ni:hover .RetroNewsPanel-module__h8wS-q__cl{opacity:1}.RetroNewsPanel-module__h8wS-q__ni:active{transition-duration:60ms;transform:scaleY(.975)}.RetroNewsPanel-module__h8wS-q__ripple{pointer-events:none;z-index:10;background:#ffe67873;border-radius:50%;width:8px;height:8px;animation:.55s cubic-bezier(.2,0,.4,1) forwards RetroNewsPanel-module__h8wS-q__rout;position:absolute;transform:translate(-50%,-50%)scale(0)}@keyframes RetroNewsPanel-module__h8wS-q__rout{to{opacity:0;transform:translate(-50%,-50%)scale(28)}}.RetroNewsPanel-module__h8wS-q__panelFooter{z-index:2;cursor:pointer;border-top:1px solid #b46e0f26;justify-content:center;align-items:center;margin-top:auto;padding:8px 14px;display:flex;position:relative}.RetroNewsPanel-module__h8wS-q__panelFooter span{letter-spacing:.22em;text-transform:uppercase;color:#d28c32bf;font-size:9px;transition:color .2s}.RetroNewsPanel-module__h8wS-q__panelFooter:hover span{color:#eb8e31cc}
@keyframes TopBooksWindow-module__oFFMHa__amberFlow{0%{background-position:0%}to{background-position:200%}}@keyframes TopBooksWindow-module__oFFMHa__btnPulse{0%{transform:scale(.96);box-shadow:0 0 #eb8e3100}40%{transform:scale(1.02);box-shadow:0 0 12px #eb8e314d}to{transform:scale(1);box-shadow:0 0 #eb8e3100}}@keyframes TopBooksWindow-module__oFFMHa__cardEnter{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.TopBooksWindow-module__oFFMHa__container{background:#0a0804;border:1px solid #a05f0a47;border-radius:14px;flex-direction:column;width:100%;font-family:Share Tech Mono,monospace;display:flex;overflow:hidden}.TopBooksWindow-module__oFFMHa__secHead{border-bottom:1px solid #9658082e;justify-content:space-between;align-items:center;padding:13px 18px;display:flex}.TopBooksWindow-module__oFFMHa__shLabel{letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(90deg,#ffb347,#ff7e05,#ffb347,#fc3,#ffb347) 0 0/200%;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:11px;animation:3s linear infinite TopBooksWindow-module__oFFMHa__amberFlow}.TopBooksWindow-module__oFFMHa__tabs{border-bottom:1px solid #9658082e;display:flex}.TopBooksWindow-module__oFFMHa__tab{text-align:center;cursor:pointer;letter-spacing:.16em;text-transform:uppercase;color:#eb8e31cc;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:12px 18px;font-family:inherit;font-size:11px;transition:color .18s,border-color .18s}.TopBooksWindow-module__oFFMHa__tab:hover{color:#eb8e31e6}.TopBooksWindow-module__oFFMHa__tab:active{animation:.28s ease-out TopBooksWindow-module__oFFMHa__btnPulse}.TopBooksWindow-module__oFFMHa__tabActive{color:#eb8e31;border-bottom-color:#eb8e31b3}.TopBooksWindow-module__oFFMHa__toolbar{border-bottom:1px solid #9658081f;align-items:center;gap:8px;padding:12px 18px;display:flex}.TopBooksWindow-module__oFFMHa__toolBtn{cursor:pointer;letter-spacing:.14em;text-transform:uppercase;color:#eb8e31cc;background:0 0;border:1px solid #96580838;border-radius:20px;padding:5px 14px;font-family:inherit;font-size:10px;transition:background .18s,border-color .18s,color .18s}.TopBooksWindow-module__oFFMHa__toolBtn:hover{color:#eb8e31e6;border-color:#d28c1973}.TopBooksWindow-module__oFFMHa__toolBtn:active{animation:.28s ease-out TopBooksWindow-module__oFFMHa__btnPulse}.TopBooksWindow-module__oFFMHa__toolBtnActive{color:#eb8e31;background:#d28c141f;border-color:#e19b1e80}.TopBooksWindow-module__oFFMHa__strip{scrollbar-width:none;-webkit-user-select:none;user-select:none;gap:10px;padding:16px 18px;display:flex;overflow-x:auto}.TopBooksWindow-module__oFFMHa__strip::-webkit-scrollbar{display:none}.TopBooksWindow-module__oFFMHa__card{cursor:pointer;flex-shrink:0;width:108px;text-decoration:none;animation:.42s ease-out both TopBooksWindow-module__oFFMHa__cardEnter;position:relative}.TopBooksWindow-module__oFFMHa__rank{z-index:2;letter-spacing:.04em;color:#eb8e31bf;background:#0a0804;border:1px solid #c8821966;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;display:flex;position:absolute;top:-1px;left:-1px}.TopBooksWindow-module__oFFMHa__coverWrap{background:linear-gradient(135deg,#190e04 0%,#321c07 100%);border:1px solid #96580838;border-radius:6px;width:108px;height:152px;transition:transform .2s,border-color .2s;overflow:hidden}.TopBooksWindow-module__oFFMHa__card:hover .TopBooksWindow-module__oFFMHa__coverWrap{border-color:#eb8e318c;transform:translateY(-3px)}.TopBooksWindow-module__oFFMHa__cover{object-fit:cover;width:100%;height:100%;display:block}.TopBooksWindow-module__oFFMHa__placeholder{text-align:center;color:#b4640f66;letter-spacing:.08em;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;font-size:10px;display:flex}.TopBooksWindow-module__oFFMHa__coverGlow{pointer-events:none;background:linear-gradient(#ffbe3c14 0%,#0000 45%);position:absolute;inset:0}.TopBooksWindow-module__oFFMHa__info{margin-top:8px}.TopBooksWindow-module__oFFMHa__bookTitle{letter-spacing:.03em;color:#eb8e31d9;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;transition:color .15s;display:-webkit-box;overflow:hidden}.TopBooksWindow-module__oFFMHa__card:hover .TopBooksWindow-module__oFFMHa__bookTitle{color:#eb8e31fa}.TopBooksWindow-module__oFFMHa__author{letter-spacing:.04em;color:#a5641273;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:10px;overflow:hidden}.TopBooksWindow-module__oFFMHa__stats{align-items:center;gap:6px;margin-top:4px;display:flex}.TopBooksWindow-module__oFFMHa__rating{letter-spacing:.04em;color:#eb8e31d9;font-size:12px}.TopBooksWindow-module__oFFMHa__comments{color:#91550e66;font-size:10px}.TopBooksWindow-module__oFFMHa__panelFooter{cursor:pointer;border-top:1px solid #96580826;justify-content:center;align-items:center;padding:11px 18px;transition:background .18s;display:flex}.TopBooksWindow-module__oFFMHa__panelFooter:hover{background:#ffb4280a}.TopBooksWindow-module__oFFMHa__panelFooter a{text-decoration:none}.TopBooksWindow-module__oFFMHa__panelFooter span{letter-spacing:.18em;text-transform:uppercase;color:#d28c32bf;font-size:10px;transition:color .2s}.TopBooksWindow-module__oFFMHa__panelFooter:hover span{color:#eb8e31b3}@media (max-width:768px){.TopBooksWindow-module__oFFMHa__tab{padding:11px 8px;font-size:10px}.TopBooksWindow-module__oFFMHa__toolbar{flex-wrap:wrap}.TopBooksWindow-module__oFFMHa__strip{gap:8px;padding:14px 10px}}
@keyframes TopComicsWindow-module__8aIbda__amberFlow{0%{background-position:0%}to{background-position:200%}}@keyframes TopComicsWindow-module__8aIbda__btnPulse{0%{transform:scale(.96);box-shadow:0 0 #eb8e3100}40%{transform:scale(1.02);box-shadow:0 0 12px #eb8e314d}to{transform:scale(1);box-shadow:0 0 #eb8e3100}}@keyframes TopComicsWindow-module__8aIbda__cardEnter{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.TopComicsWindow-module__8aIbda__container{background:#0a0804;border:1px solid #a05f0a47;border-radius:14px;flex-direction:column;width:100%;font-family:Share Tech Mono,monospace;display:flex;overflow:hidden}.TopComicsWindow-module__8aIbda__secHead{border-bottom:1px solid #9658082e;justify-content:space-between;align-items:center;padding:13px 18px;display:flex}.TopComicsWindow-module__8aIbda__shLabel{letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(90deg,#ffb347,#ff7e05,#ffb347,#fc3,#ffb347) 0 0/200%;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:11px;animation:3s linear infinite TopComicsWindow-module__8aIbda__amberFlow}.TopComicsWindow-module__8aIbda__tabs{border-bottom:1px solid #9658082e;display:flex}.TopComicsWindow-module__8aIbda__tab{text-align:center;cursor:pointer;letter-spacing:.16em;text-transform:uppercase;color:#eb8e31cc;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:12px 18px;font-family:inherit;font-size:11px;transition:color .18s,border-color .18s}.TopComicsWindow-module__8aIbda__tab:hover{color:#eb8e31e6}.TopComicsWindow-module__8aIbda__tab:active{animation:.28s ease-out TopComicsWindow-module__8aIbda__btnPulse}.TopComicsWindow-module__8aIbda__tabActive{color:#eb8e31;border-bottom-color:#eb8e31b3}.TopComicsWindow-module__8aIbda__toolbar{border-bottom:1px solid #9658081f;align-items:center;gap:8px;padding:12px 18px;display:flex}.TopComicsWindow-module__8aIbda__toolBtn{cursor:pointer;letter-spacing:.14em;text-transform:uppercase;color:#eb8e31cc;background:0 0;border:1px solid #96580838;border-radius:20px;padding:5px 14px;font-family:inherit;font-size:10px;transition:background .18s,border-color .18s,color .18s}.TopComicsWindow-module__8aIbda__toolBtn:hover{color:#eb8e31e6;border-color:#d28c1973}.TopComicsWindow-module__8aIbda__toolBtn:active{animation:.28s ease-out TopComicsWindow-module__8aIbda__btnPulse}.TopComicsWindow-module__8aIbda__toolBtnActive{color:#eb8e31;background:#d28c141f;border-color:#e19b1e80}.TopComicsWindow-module__8aIbda__strip{scrollbar-width:none;-webkit-user-select:none;user-select:none;gap:10px;padding:16px 18px;display:flex;overflow-x:auto}.TopComicsWindow-module__8aIbda__strip::-webkit-scrollbar{display:none}.TopComicsWindow-module__8aIbda__card{cursor:pointer;flex-shrink:0;width:108px;text-decoration:none;animation:.42s ease-out both TopComicsWindow-module__8aIbda__cardEnter;position:relative}.TopComicsWindow-module__8aIbda__rank{z-index:2;letter-spacing:.04em;color:#eb8e31bf;background:#0a0804;border:1px solid #c8821966;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;display:flex;position:absolute;top:-1px;left:-1px}.TopComicsWindow-module__8aIbda__coverWrap{background:linear-gradient(135deg,#190e04 0%,#321c07 100%);border:1px solid #96580838;border-radius:6px;width:108px;height:152px;transition:transform .2s,border-color .2s;overflow:hidden}.TopComicsWindow-module__8aIbda__card:hover .TopComicsWindow-module__8aIbda__coverWrap{border-color:#eb8e318c;transform:translateY(-3px)}.TopComicsWindow-module__8aIbda__cover{object-fit:cover;width:100%;height:100%;display:block}.TopComicsWindow-module__8aIbda__placeholder{text-align:center;color:#b4640f66;letter-spacing:.08em;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;font-size:10px;display:flex}.TopComicsWindow-module__8aIbda__coverGlow{pointer-events:none;background:linear-gradient(#ffbe3c14 0%,#0000 45%);position:absolute;inset:0}.TopComicsWindow-module__8aIbda__info{margin-top:8px}.TopComicsWindow-module__8aIbda__bookTitle{letter-spacing:.03em;color:#eb8e31d9;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;transition:color .15s;display:-webkit-box;overflow:hidden}.TopComicsWindow-module__8aIbda__card:hover .TopComicsWindow-module__8aIbda__bookTitle{color:#eb8e31fa}.TopComicsWindow-module__8aIbda__author{letter-spacing:.04em;color:#a5641273;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:10px;overflow:hidden}.TopComicsWindow-module__8aIbda__stats{align-items:center;gap:6px;margin-top:4px;display:flex}.TopComicsWindow-module__8aIbda__rating{letter-spacing:.04em;color:#eb8e31d9;font-size:12px}.TopComicsWindow-module__8aIbda__comments{color:#91550e66;font-size:10px}.TopComicsWindow-module__8aIbda__panelFooter{cursor:pointer;border-top:1px solid #96580826;justify-content:center;align-items:center;padding:11px 18px;transition:background .18s;display:flex}.TopComicsWindow-module__8aIbda__panelFooter:hover{background:#ffb4280a}.TopComicsWindow-module__8aIbda__panelFooter a{text-decoration:none}.TopComicsWindow-module__8aIbda__panelFooter span{letter-spacing:.18em;text-transform:uppercase;color:#d28c32bf;font-size:10px;transition:color .2s}.TopComicsWindow-module__8aIbda__panelFooter:hover span{color:#eb8e31b3}@media (max-width:768px){.TopComicsWindow-module__8aIbda__tab{padding:11px 8px;font-size:10px}.TopComicsWindow-module__8aIbda__toolbar{flex-wrap:wrap}.TopComicsWindow-module__8aIbda__strip{gap:8px;padding:14px 10px}}
.GuestbookWindow-module__vbg3yW__container{color:var(--text-color,#ffd);background-color:#0000;padding:15px 15px 50px;font-family:inherit;font-size:14px}.GuestbookWindow-module__vbg3yW__pagination{border:1px solid var(--border-color,#555);background-color:#0000004d;justify-content:space-between;margin-bottom:10px;padding:4px;font-family:inherit;font-weight:700;display:flex}.GuestbookWindow-module__vbg3yW__pages{color:var(--main-color,#f90)}.GuestbookWindow-module__vbg3yW__pages a{color:var(--link-color,#0ff);margin:0 3px;text-decoration:none}.GuestbookWindow-module__vbg3yW__pages a:hover{color:#fff;text-decoration:underline}.GuestbookWindow-module__vbg3yW__pages .GuestbookWindow-module__vbg3yW__current{color:#fff;font-weight:700}.GuestbookWindow-module__vbg3yW__messages{flex-direction:column;gap:10px;width:100%;margin-bottom:20px;display:flex}.GuestbookWindow-module__vbg3yW__messageBlock{border:1px solid var(--border-color,#555);background-color:#0000}.GuestbookWindow-module__vbg3yW__messageRow{border-bottom:1px solid var(--border-color,#555);background-color:#3e2b7b66;justify-content:space-between;align-items:center;padding:4px 8px;font-size:14px;display:flex}.GuestbookWindow-module__vbg3yW__author{color:var(--main-color,#f90);font-size:16px;font-weight:700;text-decoration:none}.GuestbookWindow-module__vbg3yW__icon{vertical-align:middle;opacity:.8;border:0;width:auto;height:auto;margin-left:6px}.GuestbookWindow-module__vbg3yW__icon:hover{opacity:1}.GuestbookWindow-module__vbg3yW__date{text-align:right;color:#aaa;font-size:12px}.GuestbookWindow-module__vbg3yW__contentRow{white-space:pre-wrap;color:#eee;padding:10px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.6}.GuestbookWindow-module__vbg3yW__answerRow{color:#ccc;background-color:#6464641a;border-top:1px dashed #444;padding:8px 10px;font-style:italic}.GuestbookWindow-module__vbg3yW__answerLabel{color:var(--main-color,#f90);font-weight:700}.GuestbookWindow-module__vbg3yW__formContainer{border:1px solid var(--main-color,#f90);background-color:#0006;margin-top:30px;padding:15px;font-family:inherit;position:relative}.GuestbookWindow-module__vbg3yW__formContainer:before{content:"";border:1px solid var(--main-color,#f90);pointer-events:none;opacity:.5;position:absolute;inset:2px}.GuestbookWindow-module__vbg3yW__formHeader{color:var(--main-color,#f90);text-transform:uppercase;text-align:center;letter-spacing:2px;margin-bottom:15px;font-size:18px}.GuestbookWindow-module__vbg3yW__formContainer input[type=text],.GuestbookWindow-module__vbg3yW__formContainer input[type=email],.GuestbookWindow-module__vbg3yW__formContainer textarea{color:#fff;background-color:#000;border:1px solid #555;padding:4px;font-family:inherit;font-size:14px}.GuestbookWindow-module__vbg3yW__formContainer input:focus,.GuestbookWindow-module__vbg3yW__formContainer textarea:focus{border-color:var(--main-color,#f90);outline:none}.GuestbookWindow-module__vbg3yW__formContainer td{color:#ccc;padding:2px 0;font-size:14px}.GuestbookWindow-module__vbg3yW__submitBtn,.GuestbookWindow-module__vbg3yW__clearBtn{color:var(--main-color,#f90);border:1px solid var(--main-color,#f90);cursor:pointer;text-transform:uppercase;background-color:#333;padding:4px 12px;font-family:inherit;font-size:14px;transition:all .2s}.GuestbookWindow-module__vbg3yW__submitBtn:hover,.GuestbookWindow-module__vbg3yW__clearBtn:hover{background-color:var(--main-color,#f90);color:#000}.GuestbookWindow-module__vbg3yW__submitBtn:disabled{opacity:.5;cursor:not-allowed}.GuestbookWindow-module__vbg3yW__resultMsg{text-align:center;margin-bottom:10px;font-weight:700}.GuestbookWindow-module__vbg3yW__replyBtn{color:var(--main-color,#f90);cursor:pointer;font-size:13px;text-decoration:none}.GuestbookWindow-module__vbg3yW__replyBtn:hover{text-decoration:underline}.GuestbookWindow-module__vbg3yW__replyForm{background-color:#0006;border-top:1px dashed #555;margin-top:5px;padding:10px}.GuestbookWindow-module__vbg3yW__replyInput{color:#fff;background-color:#000;border:1px solid #555;width:100%;margin-bottom:5px;padding:6px;font-family:inherit;font-size:14px;display:block}.GuestbookWindow-module__vbg3yW__replyInputMini{color:#fff;background-color:#000;border:1px solid #555;padding:2px 6px;font-family:inherit;font-size:12px;display:inline-block}.GuestbookWindow-module__vbg3yW__submitBtnMini,.GuestbookWindow-module__vbg3yW__clearBtnMini{color:var(--main-color,#f90);border:1px solid var(--main-color,#f90);cursor:pointer;text-transform:uppercase;background-color:#333;margin-right:5px;padding:3px 10px;font-family:inherit;font-size:11px;transition:all .2s}.GuestbookWindow-module__vbg3yW__submitBtnMini:hover,.GuestbookWindow-module__vbg3yW__clearBtnMini:hover{background-color:var(--main-color,#f90);color:#000}
.ActiveFiltersBar-module__tKfPTW__bar{font-family:var(--font-primary),monospace;background:#000000bf;border:1px solid #ff99334d;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.ActiveFiltersBar-module__tKfPTW__chips{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.ActiveFiltersBar-module__tKfPTW__label{letter-spacing:.06em;text-transform:uppercase;color:#f939;flex-shrink:0;font-size:.72rem}.ActiveFiltersBar-module__tKfPTW__chip{color:#ffc88cf2;cursor:pointer;white-space:nowrap;background:#ff99331a;border:1px solid #ff99334d;border-radius:13px;align-items:center;gap:6px;height:26px;padding:0 8px 0 12px;font-size:.75rem;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.ActiveFiltersBar-module__tKfPTW__chip:hover{color:#ffa0a0;background:#ff64642e;border-color:#ff646473}.ActiveFiltersBar-module__tKfPTW__chip svg{opacity:.7;flex-shrink:0}.ActiveFiltersBar-module__tKfPTW__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.ActiveFiltersBar-module__tKfPTW__quickButton{color:#ffffffa6;letter-spacing:.02em;cursor:pointer;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:13px;height:26px;padding:0 10px;font-size:.72rem;transition:color .15s,border-color .15s}.ActiveFiltersBar-module__tKfPTW__quickButton:hover{color:#ffdcaa;border-color:#f936}.ActiveFiltersBar-module__tKfPTW__resetButton{color:#ff9696f2;height:28px;font-size:.75rem;font-family:var(--font-primary),monospace;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;white-space:nowrap;background:#ff646426;border:1px solid #ff646466;border-radius:14px;align-items:center;gap:6px;padding:0 12px;transition:all .2s;display:flex}.ActiveFiltersBar-module__tKfPTW__resetButton:hover{color:#faa;background:#ff646440;border-color:#ff646499;box-shadow:0 0 12px #ff646433}.ActiveFiltersBar-module__tKfPTW__resetBadge{background:#ffffff26;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;display:inline-flex}@media (max-width:640px){.ActiveFiltersBar-module__tKfPTW__bar{flex-direction:column;align-items:stretch;padding:.6rem .7rem}.ActiveFiltersBar-module__tKfPTW__actions{flex-wrap:wrap;justify-content:flex-end}}
.BookGrid-module__pv7Dza__container{flex-direction:column;flex:1;gap:1.5rem;display:flex}.BookGrid-module__pv7Dza__toolbar{color:#888;font-size:.9rem;font-family:var(--font-primary),monospace;background:#000000d9;border:1px solid #ff99334d;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.BookGrid-module__pv7Dza__resultsCount{color:#888;font-size:.9rem}.BookGrid-module__pv7Dza__controls{align-items:center;gap:1rem;display:flex}.BookGrid-module__pv7Dza__sortSelect{color:var(--accent,#f93);font-size:.85rem;font-family:var(--font-primary),monospace;cursor:pointer;background:#000000d9;border:1px solid #ff99334d;border-radius:8px;outline:none;padding:6px 12px;transition:all .2s}.BookGrid-module__pv7Dza__sortSelect:focus{border-color:var(--accent);box-shadow:0 0 15px #ff99334d}.BookGrid-module__pv7Dza__viewToggle{background:#000000d9;border:1px solid #f933;border-radius:8px;gap:0;display:flex;overflow:hidden}.BookGrid-module__pv7Dza__viewBtn{color:#888;cursor:pointer;font-family:var(--font-primary),monospace;background:0 0;border:none;border-right:1px solid #f933;justify-content:center;align-items:center;padding:6px 10px;transition:all .2s;display:flex}.BookGrid-module__pv7Dza__viewBtn:last-child{border-right:none}.BookGrid-module__pv7Dza__viewBtn:hover{color:var(--accent);background:#ff99331a}.BookGrid-module__pv7Dza__viewActive{color:var(--accent);background:#ff993326;box-shadow:inset 0 0 10px #f933}.BookGrid-module__pv7Dza__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));align-items:start;gap:1.5rem;padding:1rem 0;display:grid}.BookGrid-module__pv7Dza__list{flex-direction:column;gap:1rem;display:flex}.BookGrid-module__pv7Dza__resultHint{text-align:center;color:var(--accent,#f93);background:#000000b8;border:1px dashed #ff993342;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:1.4rem 1.2rem;display:flex}.BookGrid-module__pv7Dza__resultHintEmpty{background:#000000d9;border-color:#ff993359;padding:3rem 2rem}.BookGrid-module__pv7Dza__empty{text-align:center;color:var(--accent,#f93);background:#000000d9;border:1px dashed #ff99334d;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.BookGrid-module__pv7Dza__emptyIcon{color:#ff99334d;font-size:2rem}.BookGrid-module__pv7Dza__emptyText{color:#888;max-width:300px;font-size:1rem;line-height:1.5}.BookGrid-module__pv7Dza__emptyTitle{letter-spacing:.08em;text-transform:uppercase;color:#ffb45af2;text-shadow:0 0 10px #eb8e3159;margin:0;font-size:1.25rem}.BookGrid-module__pv7Dza__emptyHint{color:#dcd7cdc7;max-width:520px;margin-bottom:.5rem;font-size:.9rem;line-height:1.45}@media (max-width:640px){.BookGrid-module__pv7Dza__container{gap:.5rem}.BookGrid-module__pv7Dza__toolbar{border-left:none;border-right:none;flex-direction:row;justify-content:space-between;align-items:center;gap:.4rem;padding:.5rem;font-size:.78rem}.BookGrid-module__pv7Dza__resultsCount{font-size:.78rem}.BookGrid-module__pv7Dza__controls{gap:.4rem}.BookGrid-module__pv7Dza__sortSelect{padding:4px 6px;font-size:.72rem}.BookGrid-module__pv7Dza__viewBtn{padding:4px 6px}.BookGrid-module__pv7Dza__grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:4px 0}.BookGrid-module__pv7Dza__empty{padding:2rem 1rem}.BookGrid-module__pv7Dza__resultHint{padding:1rem .8rem}.BookGrid-module__pv7Dza__resultHintEmpty{padding:2rem 1rem}}
.ComicCover-module__EOGgiW__cover{aspect-ratio:2/3;background:#000;flex:none;max-height:320px;position:relative;overflow:hidden;container-type:inline-size}.ComicCover-module__EOGgiW__wide{aspect-ratio:16/10;max-height:260px}.ComicCover-module__EOGgiW__art{background:radial-gradient(120% 90% at 22% 12%,var(--c1)0%,transparent 58%),radial-gradient(100% 80% at 82% 88%,var(--c2)0%,transparent 62%),linear-gradient(160deg,#161009 0%,#000 100%);transition:transform .5s;position:absolute;inset:0}.ComicCover-module__EOGgiW__photo{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.ComicCover-module__EOGgiW__tint{pointer-events:none;mix-blend-mode:color;opacity:.22;background:linear-gradient(165deg,var(--c1)0%,var(--c2)100%);position:absolute;inset:0}.ComicCover-module__EOGgiW__glyph{text-align:center;font-family:var(--font-advent),sans-serif;color:#00000059;-webkit-text-stroke:2px #f6943266;letter-spacing:-.04em;text-transform:uppercase;overflow-wrap:anywhere;place-items:center;padding:0 8%;font-size:clamp(18px,20cqw,62px);font-weight:700;line-height:.9;transition:transform .5s,letter-spacing .5s;display:grid;position:absolute;inset:0;overflow:hidden}.ComicCover-module__EOGgiW__halftone{pointer-events:none;mix-blend-mode:overlay;opacity:.5;background-image:radial-gradient(#f69432 1px,#0000 1.2px);background-size:5px 5px;transition:opacity .3s,transform 1.2s linear;position:absolute;inset:-20%}.ComicCover-module__EOGgiW__speed{pointer-events:none;opacity:0;background:repeating-linear-gradient(102deg,#0000 0 9px,#f6943226 9px 10px);transition:opacity .2s;position:absolute;inset:0}:is(.comicPanelHover:hover .ComicCover-module__EOGgiW__art,.ComicCover-module__EOGgiW__cover:hover .ComicCover-module__EOGgiW__art,.comicPanelHover:hover .ComicCover-module__EOGgiW__photo,.ComicCover-module__EOGgiW__cover:hover .ComicCover-module__EOGgiW__photo){transform:scale(1.06)}:is(.comicPanelHover:hover .ComicCover-module__EOGgiW__glyph,.ComicCover-module__EOGgiW__cover:hover .ComicCover-module__EOGgiW__glyph){letter-spacing:.02em;transform:scale(1.07)rotate(-2deg)}:is(.comicPanelHover:hover .ComicCover-module__EOGgiW__halftone,.ComicCover-module__EOGgiW__cover:hover .ComicCover-module__EOGgiW__halftone){opacity:.9;transform:translate(6px,6px)}:is(.comicPanelHover:hover .ComicCover-module__EOGgiW__speed,.ComicCover-module__EOGgiW__cover:hover .ComicCover-module__EOGgiW__speed){opacity:1;animation:.55s linear infinite ComicCover-module__EOGgiW__speed}@keyframes ComicCover-module__EOGgiW__speed{0%{background-position:0 0}to{background-position:60px 0}}.ComicCover-module__EOGgiW__issue{z-index:3;color:var(--comics-gold,#c8962a);border-right:2px solid var(--comics-gold,#c8962a);border-bottom:2px solid var(--comics-gold,#c8962a);font-family:var(--font-primary),monospace;letter-spacing:.04em;background:#050505;padding:3px 10px 4px;font-size:12px;position:absolute;top:0;left:0}@media (prefers-reduced-motion:reduce){.ComicCover-module__EOGgiW__art,.ComicCover-module__EOGgiW__photo,.ComicCover-module__EOGgiW__glyph,.ComicCover-module__EOGgiW__halftone,.ComicCover-module__EOGgiW__speed{transition-duration:.01ms!important;animation:none!important}}
.stats-module__FvJura__page{min-height:100vh;color:var(--accent,#f93);font-family:var(--font-primary),sans-serif;box-sizing:border-box;background:0 0;max-width:1400px;margin:0 auto;padding:1.5rem 1rem 5rem;overflow-x:hidden}.stats-module__FvJura__breadcrumb{font-size:13px;font-family:var(--font-handjet),monospace;color:#555;align-items:center;gap:6px;margin-bottom:24px;display:flex}.stats-module__FvJura__breadcrumbLink{color:#666;text-decoration:none;transition:color .15s}.stats-module__FvJura__breadcrumbLink:hover{color:var(--accent,#f93)}.stats-module__FvJura__sep{color:#333}.stats-module__FvJura__breadcrumbCurrent{color:var(--accent,#f93)}.stats-module__FvJura__header{text-align:center;margin-bottom:32px}.stats-module__FvJura__title{font-size:clamp(1.8rem,5vw,2.8rem);font-family:var(--font-primary),sans-serif;color:var(--accent,#f93);text-shadow:0 0 20px #ff99334d;letter-spacing:3px;text-transform:uppercase;margin:0 0 10px;font-weight:700}.stats-module__FvJura__subtitle{font-size:15px;font-family:var(--font-handjet),monospace;color:#666;letter-spacing:1px;margin:0}@media (max-width:640px){.stats-module__FvJura__page{padding:1rem .75rem 4rem}.stats-module__FvJura__title{letter-spacing:1.5px}}
