.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}}
.BookFilters-module___Jr3xG__sidebar{scrollbar-width:thin;scrollbar-color:var(--accent)#0000004d;background:#000000e6;border:1px solid #ff99334d;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:1.25rem;width:280px;padding:1rem 1.25rem 2rem;display:flex}.BookFilters-module___Jr3xG__sidebar::-webkit-scrollbar{width:6px}.BookFilters-module___Jr3xG__sidebar::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.BookFilters-module___Jr3xG__seriesList{scrollbar-width:thin;scrollbar-color:#ff99334d transparent;flex-direction:column;gap:2px;max-height:280px;margin-top:-4px;display:flex;overflow-y:auto}.BookFilters-module___Jr3xG__seriesItem{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:6px 8px;transition:background .12s;display:flex}.BookFilters-module___Jr3xG__seriesItem:hover{background:#ff993314}.BookFilters-module___Jr3xG__seriesActive{border-left:2px solid var(--accent,#f93);background:#ff99331f}.BookFilters-module___Jr3xG__seriesName{font-family:var(--font-primary,monospace),monospace;color:#bbb;text-align:left;flex:1;font-size:.78rem;line-height:1.3}.BookFilters-module___Jr3xG__seriesOriginal{color:#444;letter-spacing:.2px;margin-top:1px;font-size:.6rem;line-height:1.2;display:block}.BookFilters-module___Jr3xG__seriesActive .BookFilters-module___Jr3xG__seriesOriginal{color:#f936}.BookFilters-module___Jr3xG__seriesActive .BookFilters-module___Jr3xG__seriesName{color:var(--accent,#f93)}.BookFilters-module___Jr3xG__seriesCount{font-family:var(--font-handjet,monospace),monospace;color:#555;flex-shrink:0;font-size:.85rem}.BookFilters-module___Jr3xG__seriesActive .BookFilters-module___Jr3xG__seriesCount{color:#ff9933b3}.BookFilters-module___Jr3xG__sectionTitle{color:var(--accent,#f93);text-transform:uppercase;letter-spacing:1px;font-size:.78rem;font-weight:700}.BookFilters-module___Jr3xG__toggleGroup{flex-wrap:wrap;gap:.375rem;display:flex}.BookFilters-module___Jr3xG__toggleBtn{color:#666;cursor:pointer;font-size:.8rem;font-weight:500;font-family:var(--font-primary),monospace;background-color:#1e1e23cc;background-image:linear-gradient(#ffffff40 0%,#ffffff0d 49%,#0000001a 50%,#0006 100%);border:1px solid #ff99334d;border-radius:15px;padding:.4rem .8rem;transition:all .2s cubic-bezier(.25,1,.5,1);box-shadow:inset 0 1px 1px #fff3,0 2px 3px #0000004d}.BookFilters-module___Jr3xG__toggleBtn:hover{color:#bbb;background-color:#2d2d37cc;border-color:#f939;transform:translateY(-1px);box-shadow:inset 0 1px 1px #ffffff4d,0 3px 5px #0006}.BookFilters-module___Jr3xG__toggleActive{background-color:var(--accent,#f93);color:#000;background-image:linear-gradient(#fff9 0%,#ffffff1a 49%,#0000001a 50%,#0006 100%);border-color:#ffffff4d;font-weight:700;box-shadow:inset 0 1px 1px #fffc,0 2px 5px #f936}.BookFilters-module___Jr3xG__toggleLegends.BookFilters-module___Jr3xG__toggleActive{background-color:#64b4ff}.BookFilters-module___Jr3xG__toggleLegends:hover:not(.BookFilters-module___Jr3xG__toggleActive){color:#64b4ff;border-color:#64b4ff}.BookFilters-module___Jr3xG__toggleCanon.BookFilters-module___Jr3xG__toggleActive{background-color:var(--accent,#f93);color:#000}.BookFilters-module___Jr3xG__pillGroup{flex-flow:column wrap;gap:12px;display:flex}.BookFilters-module___Jr3xG__pill{cursor:pointer;white-space:nowrap;isolation:isolate;-webkit-backdrop-filter:blur(16px)saturate(180%)brightness(1.05);color:#0000;background:linear-gradient(175deg,#ffc86414 0%,#ffffff0d 30%,#ffffff05 49%,#0000002e 50%,#00000014 100%),#1c1108b8;border:none;border-radius:12px;outline:none;align-items:center;gap:11px;min-height:44px;padding:0 20px;transition:box-shadow .25s cubic-bezier(.2,0,0,1),background .25s cubic-bezier(.2,0,0,1),transform .18s cubic-bezier(.2,0,0,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #d25f0580,0 0 12px 1px #be460033,0 0 32px 4px #9632001a,inset 0 1.5px #ffd77838,inset 1px 0 #ffc85012,inset 0 -1px #0000008c,0 4px 16px #0000008c,0 1px 4px #00000059}.BookFilters-module___Jr3xG__pill:before{content:"";pointer-events:none;z-index:2;background:radial-gradient(at 50% 10%,#ffe1a052 0%,#ffbe501f 40%,#0000 75%);border-radius:50%;width:72%;height:48%;transition:opacity .25s,width .25s,height .25s,background .25s;position:absolute;top:1px;left:50%;transform:translate(-50%)}.BookFilters-module___Jr3xG__pill:after{content:"";pointer-events:none;z-index:2;background:radial-gradient(at 50% 100%,#dc5a0038 0%,#b43c0014 55%,#0000 75%);border-radius:50%;width:90%;height:55%;transition:background .25s;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.BookFilters-module___Jr3xG__glint{border-radius:inherit;pointer-events:none;z-index:3;opacity:0;background:radial-gradient(circle 70px at var(--mx,50%)var(--my,50%),#ffebaa3d 0%,#ffc8501a 40%,transparent 70%);transition:opacity .3s;position:absolute;inset:0}.BookFilters-module___Jr3xG__sheen{border-radius:inherit;pointer-events:none;z-index:4;opacity:0;background:linear-gradient(155deg,#0000 22%,#fffff529 36%,#ffffff52 43%,#fff5b929 51%,#0000 62%),linear-gradient(#ffd76e1a 0%,#0000 55%);transition:opacity .28s;position:absolute;inset:0}.BookFilters-module___Jr3xG__eraLabel{letter-spacing:.01em;color:#ffe1afed;text-shadow:0 1px 4px #000000d9,0 0 14px #e6781459;z-index:5;font-family:-apple-system,Helvetica Neue,Lucida Grande,sans-serif;font-size:14px;font-weight:700;transition:text-shadow .25s,color .25s;position:relative}.BookFilters-module___Jr3xG__pillActive .BookFilters-module___Jr3xG__eraLabel{color:#fff0cd}.BookFilters-module___Jr3xG__eraDot{z-index:5;border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:filter .25s,transform .25s;position:relative;box-shadow:inset 0 1px #ffffff73}.BookFilters-module___Jr3xG__pill:hover{background:linear-gradient(175deg,#ffd26e29 0%,#ffffc817 30%,#ffffff0a 49%,#0000001a 50%,#00000008 100%),#321c08c7;transform:translateY(-2px)scale(1.018);box-shadow:0 0 0 1px #f8840cd9,inset 0 0 0 1px #ffaf2d21,0 0 18px 3px #e162058c,0 0 45px 9px #be46004d,0 0 90px 18px #96320024,inset 0 1.5px #ffeb918c,inset 1px 0 #ffd7552e,inset 0 -1px #00000061,0 12px 32px #0000009e,0 4px 10px #00000073}.BookFilters-module___Jr3xG__pill:hover .BookFilters-module___Jr3xG__sheen,.BookFilters-module___Jr3xG__pill:hover .BookFilters-module___Jr3xG__glint{opacity:1}.BookFilters-module___Jr3xG__pill:hover:before{background:radial-gradient(at 50% 5%,#fff8c38a 0%,#ffd7693d 35%,#ffb93712 65%,#0000 80%);width:84%;height:56%}.BookFilters-module___Jr3xG__pill:hover:after{background:radial-gradient(at 50% 100%,#f5700a6b 0%,#c84b0029 50%,#0000 72%)}.BookFilters-module___Jr3xG__pill:hover .BookFilters-module___Jr3xG__eraLabel{color:#fff0cd;text-shadow:0 1px 4px #000c,0 0 22px #ffa21ca6,0 0 45px #e6640052}.BookFilters-module___Jr3xG__pill:hover .BookFilters-module___Jr3xG__eraDot{filter:brightness(1.35)saturate(1.5);transform:scale(1.18)}.BookFilters-module___Jr3xG__pill:active{background:linear-gradient(#0000002e 0%,#0000000f 49%,#ffc8500f 50%,#ffb4321a 100%),#100903e6;transition-duration:70ms;transform:translateY(1px)scale(.984);box-shadow:0 0 0 1px #d25a00a6,0 0 14px 2px #b43c0052,inset 0 2px 7px #000000a6,inset 0 1px 2px #0006,inset 0 0 0 1px #00000040,0 2px 8px #00000080!important}.BookFilters-module___Jr3xG__pill:active .BookFilters-module___Jr3xG__sheen{opacity:0}.BookFilters-module___Jr3xG__pillActive{background:linear-gradient(175deg,#ffd26e29 0%,#ffffc817 30%,#ffffff0a 49%,#0000001a 50%,#00000008 100%),#321c08c7}.BookFilters-module___Jr3xG__genreDescription{color:#ffffff8c;font-size:.78rem;line-height:1.45;font-family:var(--font-primary),monospace;margin-top:-.35rem;margin-bottom:.9rem}.BookFilters-module___Jr3xG__genreList{flex-direction:column;gap:1rem;display:flex}.BookFilters-module___Jr3xG__genreCard{border:1px solid rgba(var(--genre-r),var(--genre-g),var(--genre-b),.25);background:linear-gradient(165deg,rgba(var(--genre-r),var(--genre-g),var(--genre-b),.18)0%,#0a0804f2 52%,#050403d1 100%);min-height:44px;box-shadow:0 0 30px rgba(var(--genre-r),var(--genre-g),var(--genre-b),.08),inset 0 1px 0 #ffffff0d;border-radius:12px;flex-direction:column;justify-content:center;padding:0 20px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative}.BookFilters-module___Jr3xG__genreCard:before{content:"";border-radius:inherit;background:radial-gradient(circle at 20% -20%,rgba(var(--genre-r),var(--genre-g),var(--genre-b),.4),transparent 60%);opacity:.35;pointer-events:none;transition:opacity .2s;position:absolute;inset:1px}.BookFilters-module___Jr3xG__genreCardOpen,.BookFilters-module___Jr3xG__genreCard:hover{border-color:rgba(var(--genre-r),var(--genre-g),var(--genre-b),.55);box-shadow:0 0 35px rgba(var(--genre-r),var(--genre-g),var(--genre-b),.18),inset 0 1px 0 #ffffff14}.BookFilters-module___Jr3xG__genreCardOpen:before{opacity:.6}.BookFilters-module___Jr3xG__genreCardHeader{width:100%;min-height:44px;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:0;display:flex}.BookFilters-module___Jr3xG__genreCardTitle{font-family:var(--font-primary),monospace;letter-spacing:.06em;color:#ffffffeb;text-transform:uppercase;font-size:11px;font-weight:600}.BookFilters-module___Jr3xG__genreCardMeta{font-family:var(--font-primary),monospace;color:#ffffff80;letter-spacing:.04em;margin-top:.15rem;font-size:11px;font-weight:600}.BookFilters-module___Jr3xG__genreCardChevron{color:#ffffff8c;transition:transform .18s}.BookFilters-module___Jr3xG__chevronOpen{transform:rotate(180deg)}.BookFilters-module___Jr3xG__genreCardBody{border-top:1px solid #ffffff0f;flex-direction:column;gap:.9rem;margin-top:.85rem;padding-top:.85rem;animation:.2s BookFilters-module___Jr3xG__genreFadeIn;display:flex}@keyframes BookFilters-module___Jr3xG__genreFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.BookFilters-module___Jr3xG__genrePrimaryRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.BookFilters-module___Jr3xG__genreHint{letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;font-size:.72rem}.BookFilters-module___Jr3xG__genreTagButton{font-family:var(--font-primary),monospace;border:1px solid rgba(var(--genre-r),var(--genre-g),var(--genre-b),.22);color:#ffffffd9;letter-spacing:.01em;text-transform:none;cursor:pointer;box-shadow:inset 0 1px 0 #ffffff14,0 1px 6px #0009,0 0 12px rgba(var(--genre-r),var(--genre-g),var(--genre-b),.15);background:linear-gradient(160deg,#ffffff14 0%,#00000073 45%,#000000d9 100%);border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .95rem;font-family:Space Grotesk,IBM Plex Sans,sans-serif;font-size:.8rem;font-weight:600;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex;position:relative}.BookFilters-module___Jr3xG__genreTagButton:after{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(circle 60px at var(--mx,50%)var(--my,50%),#ffffff38,transparent 70%);opacity:0;transition:opacity .18s;position:absolute;inset:0}.BookFilters-module___Jr3xG__genreTagButton:hover{border-color:rgba(var(--genre-r),var(--genre-g),var(--genre-b),.55);box-shadow:inset 0 1px 0 #ffffff1f,0 4px 12px #0000008c,0 0 22px rgba(var(--genre-r),var(--genre-g),var(--genre-b),.25);transform:translateY(-1px)}.BookFilters-module___Jr3xG__genreTagButton:hover:after{opacity:.6}.BookFilters-module___Jr3xG__genreTagButton:active{transform:translateY(1px)scale(.985)}.BookFilters-module___Jr3xG__genreTagPrimary{justify-content:space-between;width:100%;padding:.55rem 1.2rem;font-size:.85rem}.BookFilters-module___Jr3xG__genreTagCluster{background:linear-gradient(150deg,rgba(var(--genre-r),var(--genre-g),var(--genre-b),.16)0%,#000c 85%)}.BookFilters-module___Jr3xG__genreTagActive{color:#0b0b0f;background:linear-gradient(155deg,rgba(var(--genre-r),var(--genre-g),var(--genre-b),.92)0%,rgba(var(--genre-r),var(--genre-g),var(--genre-b),.8)25%,#ffddaae6 100%);box-shadow:inset 0 1px 0 #ffffff80,0 6px 20px rgba(var(--genre-r),var(--genre-g),var(--genre-b),.45);border-color:#0006}.BookFilters-module___Jr3xG__genreCheck{background:#00000059;border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.7rem;font-weight:700;display:inline-flex}.BookFilters-module___Jr3xG__genreTree{border-left:1px dashed #ffffff0f;flex-direction:column;gap:.55rem;margin:0;padding-left:1rem;list-style:none;display:flex}.BookFilters-module___Jr3xG__genreTree[data-depth="2"]{border-color:#ffffff08;padding-left:1.4rem}.BookFilters-module___Jr3xG__genreTreeNode{flex-direction:column;gap:.3rem;display:flex}.BookFilters-module___Jr3xG__genreTreeLabel{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.BookFilters-module___Jr3xG__genreTreeMeta{color:#ffffff73;letter-spacing:.05em;text-transform:uppercase;font-size:.7rem}.BookFilters-module___Jr3xG__helpCard{background:linear-gradient(#1e0600e6 0%,#0c0401eb 100%);border:1px dashed #ff943359;border-radius:24px;margin-top:1.5rem;padding:1.25rem 1.4rem;box-shadow:inset 0 1px #ffffff0f,0 0 25px #ff94331f}.BookFilters-module___Jr3xG__helpTitle{text-transform:uppercase;letter-spacing:.08em;color:#ffa45c;font-size:1rem;font-weight:800}.BookFilters-module___Jr3xG__helpText{color:#ffffffb3;margin:.55rem 0 1rem;font-size:.85rem;line-height:1.5}.BookFilters-module___Jr3xG__helpButton{cursor:pointer;text-transform:uppercase;letter-spacing:.08em;color:#ffe5e5;background:linear-gradient(#ff4d4d 0%,#7d0f0f 100%);border:none;border-radius:16px;justify-content:space-between;align-items:center;gap:.8rem;width:100%;padding:.85rem 1rem;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .15s;display:flex;box-shadow:0 12px 25px #ff4d4d59,inset 0 1px #fff3}.BookFilters-module___Jr3xG__helpButton:hover:not(.BookFilters-module___Jr3xG__helpButtonDisabled){transform:translateY(-1px);box-shadow:0 18px 30px #ff4d4d66,inset 0 1px #ffffff40}.BookFilters-module___Jr3xG__helpButton:active:not(.BookFilters-module___Jr3xG__helpButtonDisabled){transform:translateY(1px)}.BookFilters-module___Jr3xG__helpButtonDisabled{cursor:default;opacity:.35}.BookFilters-module___Jr3xG__helpButtonLabel{align-items:center;gap:.5rem;display:flex}.BookFilters-module___Jr3xG__helpBadge{color:#7d0f0f;background:#ffffffe6;border:2px solid #0000004d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:800;display:inline-flex}.BookFilters-module___Jr3xG__helpAltLabel{letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;margin-top:1.15rem;font-size:.78rem}.BookFilters-module___Jr3xG__helpAltGrid{flex-direction:column;gap:.4rem;margin-top:.65rem;display:flex}.BookFilters-module___Jr3xG__helpAltButton{color:#ffffffd9;letter-spacing:.04em;cursor:pointer;background:#0000008c;border:1px solid #ffffff14;border-radius:999px;padding:.65rem 1rem;font-weight:600;transition:color .15s,transform .15s,border-color .15s}.BookFilters-module___Jr3xG__helpAltButton:hover:not(.BookFilters-module___Jr3xG__helpAltButtonDisabled){color:#ffd9b2;border-color:#ffffff40;transform:translate(3px)}.BookFilters-module___Jr3xG__helpAltButtonDisabled{opacity:.35;cursor:default}.BookFilters-module___Jr3xG__tag{cursor:pointer;white-space:nowrap;isolation:isolate;-webkit-backdrop-filter:blur(10px)saturate(200%);--cr:rgba(var(--r),var(--g),var(--b),1);--cm:rgba(var(--r),var(--g),var(--b),.95);--cl:rgba(var(--r),var(--g),var(--b),.65);--cx:rgba(var(--r),var(--g),var(--b),.35);height:24px;box-shadow:0 0 0 1px var(--cm),0 0 15px 0px var(--cx),inset 0 0 8px 0px var(--cl),inset 0 1px 0 #ffffff26,0 4px 12px #0009;color:#0000;background:linear-gradient(#ffffff1f 0%,#ffffff0d 48%,#0000004d 50%,#0009 100%),#000000d9;border:none;border-radius:6px;outline:none;align-items:center;padding:0 10px;transition:box-shadow .22s cubic-bezier(.2,0,0,1),background .22s cubic-bezier(.2,0,0,1),transform .16s cubic-bezier(.2,0,0,1);display:inline-flex;position:relative;overflow:hidden}.BookFilters-module___Jr3xG__tag:before{content:"";pointer-events:none;z-index:2;background:radial-gradient(at 50% 0,#ffffff2e 0%,#ffffff0a 55%,#0000 80%);border-radius:50%;width:70%;height:50%;transition:opacity .22s,width .22s,height .22s,background .22s;position:absolute;top:1px;left:50%;transform:translate(-50%)}.BookFilters-module___Jr3xG__tag:after{content:"";background:radial-gradient(ellipse at 50% 100%,var(--cl)0%,transparent 70%);pointer-events:none;z-index:2;border-radius:50%;width:80%;height:50%;transition:background .22s;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.BookFilters-module___Jr3xG__tagGlint{border-radius:inherit;pointer-events:none;z-index:3;opacity:0;background:radial-gradient(circle 50px at var(--mx,50%)var(--my,50%),#ffffff29 0%,#ffffff0a 45%,transparent 70%);transition:opacity .25s;position:absolute;inset:0}.BookFilters-module___Jr3xG__tagSheen{border-radius:inherit;pointer-events:none;z-index:4;opacity:0;background:linear-gradient(148deg,#0000 20%,#ffffff21 34%,#ffffff3d 41%,#ffffff1a 50%,#0000 62%);transition:opacity .25s;position:absolute;inset:0}.BookFilters-module___Jr3xG__tagLabel{letter-spacing:.01em;color:var(--cr);text-shadow:0 1px 2px #000c,0 0 12px var(--cl);z-index:5;opacity:1;filter:brightness(1.2)saturate(1.5);font-family:-apple-system,Helvetica Neue,Lucida Grande,sans-serif;font-size:10px;font-weight:700;transition:all .22s;position:relative}.BookFilters-module___Jr3xG__tag:hover{box-shadow:0 0 0 1px var(--cr),inset 0 0 0 1px var(--cx),0 0 12px 2px var(--cm),0 0 28px 5px var(--cl),inset 0 1px 0 #ffffff38,inset 0 -1px 0 #0000004d,0 6px 18px #0000008c;background:linear-gradient(170deg,#ffffff1c 0%,#ffffff0d 48%,#00000014 49%,#00000005 100%),#1c120ab8;transform:translateY(-1.5px)scale(1.04)}.BookFilters-module___Jr3xG__tag:hover .BookFilters-module___Jr3xG__tagSheen,.BookFilters-module___Jr3xG__tag:hover .BookFilters-module___Jr3xG__tagGlint{opacity:1}.BookFilters-module___Jr3xG__tag:hover:before{background:radial-gradient(at 50% 0,#ffffff4d 0%,#ffffff14 45%,#0000 75%);width:85%;height:58%}.BookFilters-module___Jr3xG__tag:hover:after{background:radial-gradient(ellipse at 50% 100%,var(--cm)0%,var(--cl)40%,transparent 72%)}.BookFilters-module___Jr3xG__tag:hover .BookFilters-module___Jr3xG__tagLabel{opacity:1;text-shadow:0 1px 3px #000000bf,0 0 16px var(--cm),0 0 32px var(--cl)}.BookFilters-module___Jr3xG__tag.BookFilters-module___Jr3xG__selected{background:linear-gradient(170deg,var(--cl)0%,#0000000d 49%,#00000026 100%),#160e08cc;box-shadow:0 0 0 1.5px var(--cr),0 0 14px 3px var(--cm),0 0 35px 6px var(--cl),inset 0 1px 0 #fff3,inset 0 -1px 0 #00000059,0 4px 14px #00000080}.BookFilters-module___Jr3xG__tag.BookFilters-module___Jr3xG__selected .BookFilters-module___Jr3xG__tagLabel{opacity:1;text-shadow:0 1px 3px #000c,0 0 18px var(--cm),0 0 36px var(--cl)}.BookFilters-module___Jr3xG__tag:active{transition-duration:70ms;transform:translateY(1px)scale(.97)}.BookFilters-module___Jr3xG__segmentControl{background:#00000080;border:1px solid #ff99334d;border-radius:8px;display:flex;overflow:hidden;box-shadow:inset 0 1px 3px #0009}.BookFilters-module___Jr3xG__segment{color:#888;cursor:pointer;text-align:center;height:32px;font-size:.8rem;font-family:var(--font-primary),monospace;background:0 0;border:none;flex:1;justify-content:center;align-items:center;padding:8px 6px;transition:all .15s;display:flex}.BookFilters-module___Jr3xG__segment:last-child{border-right:none}.BookFilters-module___Jr3xG__segment:hover{color:#ddd;background:#ff99331a}.BookFilters-module___Jr3xG__segmentActive{background-color:var(--accent,#f93);color:#000;background-image:linear-gradient(#fff6 0%,#ffffff0d 49%,#0000001a 50%,#0000004d 100%);font-weight:700;box-shadow:inset 0 1px 2px #ffffff80}.BookFilters-module___Jr3xG__toggleRow{align-items:center;display:flex}.BookFilters-module___Jr3xG__checkLabel{color:#aaa;cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-primary),monospace;align-items:center;gap:8px;display:flex}.BookFilters-module___Jr3xG__checkLabel:hover{color:#fff}.BookFilters-module___Jr3xG__checkLabel input[type=checkbox]{accent-color:var(--accent)}.BookFilters-module___Jr3xG__autocompleteWrap{position:relative}.BookFilters-module___Jr3xG__searchInput{box-sizing:border-box;color:#fff;width:100%;font-size:.85rem;font-family:var(--font-primary),monospace;background:#00000080;border:1px solid #ff99334d;border-radius:8px;outline:none;padding:8px 12px;transition:border-color .2s,box-shadow .2s;box-shadow:inset 0 1px 3px #00000080}.BookFilters-module___Jr3xG__searchInput:focus{border-color:var(--accent,#f93);box-shadow:inset 0 1px 3px #00000080,0 0 8px #f936}.BookFilters-module___Jr3xG__searchInput::placeholder{color:#666}.BookFilters-module___Jr3xG__dropdown{z-index:200;scrollbar-width:thin;scrollbar-color:#ff99334d transparent;background:#0f0f14f2;border:1px solid #ff99334d;border-radius:8px;max-height:220px;margin:0;padding:0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #000c}.BookFilters-module___Jr3xG__dropdownItem{font-size:.82rem;font-weight:500;font-family:var(--font-primary),monospace;color:#aaa;cursor:pointer;border-bottom:1px solid #ffffff0d;padding:7px 12px;transition:background .1s,color .1s}.BookFilters-module___Jr3xG__dropdownItem:last-child{border-bottom:none}.BookFilters-module___Jr3xG__dropdownItem:hover{color:#fff;background:#ff993326}.BookFilters-module___Jr3xG__resetBtn{color:#f66;cursor:pointer;text-transform:uppercase;font-size:.8rem;font-weight:700;font-family:var(--font-primary),monospace;letter-spacing:1px;background-color:#1e0000cc;background-image:linear-gradient(#ff646440 0%,#ff64640d 49%,#0000004d 50%,#00000080 100%);border:1px solid #ff32324d;border-radius:20px;justify-content:center;align-items:center;gap:6px;width:100%;padding:.7rem 1rem;transition:all .2s cubic-bezier(.25,1,.5,1);display:flex;box-shadow:inset 0 1px 1px #ff646433,0 2px 3px #0006}.BookFilters-module___Jr3xG__resetBtn:hover{color:#fcc;background-color:#320000cc;background-image:linear-gradient(#ff646459 0%,#ff64641a 49%,#0003 50%,#0009 100%);border-color:#ff323299;transform:translateY(-1px);box-shadow:inset 0 1px 2px #ff64644d,0 3px 5px #00000080}.BookFilters-module___Jr3xG__resetBadge{background:var(--accent);color:#000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:900;display:inline-flex}@media (max-width:900px){.BookFilters-module___Jr3xG__sidebar{width:100%;padding:1rem}}@media (max-width:640px){.BookFilters-module___Jr3xG__sidebar{background:0 0;border:none;gap:1.25rem;width:100%;padding:0}.BookFilters-module___Jr3xG__sectionTitle{font-size:.75rem}.BookFilters-module___Jr3xG__pillGroup{gap:8px}.BookFilters-module___Jr3xG__pill{min-height:40px;padding:0 14px}.BookFilters-module___Jr3xG__eraLabel{font-size:13px}.BookFilters-module___Jr3xG__eraDot{width:9px;height:9px}.BookFilters-module___Jr3xG__genreCard{min-height:40px;padding:0 14px}.BookFilters-module___Jr3xG__genreCardTitle{font-size:.9rem}.BookFilters-module___Jr3xG__genreList{gap:.75rem}.BookFilters-module___Jr3xG__tag{height:28px;padding:0 11px}.BookFilters-module___Jr3xG__tagLabel{font-size:10.5px}.BookFilters-module___Jr3xG__seriesList{max-height:220px}.BookFilters-module___Jr3xG__toggleGroup{gap:.4rem}.BookFilters-module___Jr3xG__toggleBtn{padding:.35rem .7rem;font-size:.75rem}.BookFilters-module___Jr3xG__segmentControl{border-radius:6px}.BookFilters-module___Jr3xG__segment{padding:7px 5px;font-size:.72rem}.BookFilters-module___Jr3xG__searchInput{padding:10px 12px;font-size:.85rem}.BookFilters-module___Jr3xG__resetBtn{padding:.6rem .8rem;font-size:.72rem}.BookFilters-module___Jr3xG__checkLabel{font-size:.82rem}}
.BookSearchBar-module__-NM6Ua__container{width:100%;max-width:600px;position:relative}.BookSearchBar-module__-NM6Ua__trigger{width:100%;color:var(--accent,#f93);font-size:.95rem;font-weight:500;font-family:var(--font-primary),monospace;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#1e1e23e6;background-image:linear-gradient(#ffffff40 0%,#ffffff0d 49%,#0000001a 50%,#0006 100%);border:1px solid #ff99334d;border-radius:12px;align-items:center;gap:12px;padding:12px 20px;transition:all .2s cubic-bezier(.25,1,.5,1);display:flex;box-shadow:inset 0 1px 1px #fff3,0 2px 3px #0000004d}.BookSearchBar-module__-NM6Ua__trigger:hover{color:#fff;background-color:#2d2d37e6;background-image:linear-gradient(#ffffff59 0%,#ffffff1a 49%,#0000001a 50%,#0006 100%);border-color:#f939;transform:translateY(-1px);box-shadow:inset 0 1px 1px #ffffff4d,0 3px 5px #0006}.BookSearchBar-module__-NM6Ua__triggerText{text-align:left;flex:1}.BookSearchBar-module__-NM6Ua__kbd{color:var(--accent,#f93);background:#ff993326;border:1px solid #ff99334d;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700}.BookSearchBar-module__-NM6Ua__backdrop{z-index:100000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000e6;position:fixed;inset:0}.BookSearchBar-module__-NM6Ua__dropdown{z-index:100001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f14f2;border:1px solid #ff99334d;border-radius:16px;width:90%;max-width:650px;position:fixed;top:15%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:inset 0 1px 1px #ffffff1a,0 10px 40px #000c}.BookSearchBar-module__-NM6Ua__inputWrap{background:#ff99330d;border-bottom:1px solid #ff99334d;align-items:center;gap:12px;padding:20px;display:flex}.BookSearchBar-module__-NM6Ua__searchIcon{color:var(--accent,#f93);flex-shrink:0}.BookSearchBar-module__-NM6Ua__input{color:#fff;font-size:1.2rem;font-weight:500;font-family:var(--font-primary),monospace;background:0 0;border:none;outline:none;flex:1}.BookSearchBar-module__-NM6Ua__input::placeholder{color:#666;font-weight:400}.BookSearchBar-module__-NM6Ua__clearBtn{color:#888;cursor:pointer;background:0 0;border:none;padding:4px;transition:all .2s}.BookSearchBar-module__-NM6Ua__clearBtn:hover{color:#f44}.BookSearchBar-module__-NM6Ua__results{scrollbar-width:thin;scrollbar-color:#ff99334d transparent;max-height:450px;overflow-y:auto}.BookSearchBar-module__-NM6Ua__results::-webkit-scrollbar{width:6px}.BookSearchBar-module__-NM6Ua__results::-webkit-scrollbar-thumb{background:#ff99334d;border-radius:3px}.BookSearchBar-module__-NM6Ua__result{color:inherit;border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding:16px 20px;text-decoration:none;transition:background .2s;display:flex}.BookSearchBar-module__-NM6Ua__result:last-child{border-bottom:none}.BookSearchBar-module__-NM6Ua__result:hover{background:#ff99331a}.BookSearchBar-module__-NM6Ua__resultCover{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:48px;display:flex;overflow:hidden}.BookSearchBar-module__-NM6Ua__resultCoverImg{object-fit:cover;width:100%;height:100%;display:block}.BookSearchBar-module__-NM6Ua__resultIconFallback{color:#fff6}.BookSearchBar-module__-NM6Ua__resultIcon{color:#888;flex-shrink:0}.BookSearchBar-module__-NM6Ua__resultContent{flex:1;min-width:0}.BookSearchBar-module__-NM6Ua__resultTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-family:ZenMaruGothic-Regular,sans-serif;font-size:1.1rem;font-weight:600;overflow:hidden}.BookSearchBar-module__-NM6Ua__resultSubtitle{color:#888;font-size:.85rem;font-family:var(--font-primary),monospace;margin-top:4px}.BookSearchBar-module__-NM6Ua__resultBadge{text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;padding:2px 8px;font-size:.7rem;font-weight:700}.BookSearchBar-module__-NM6Ua__badgeLegends{color:var(--accent,#f93);background:#f933;border:1px solid #f936;border-radius:4px}.BookSearchBar-module__-NM6Ua__badgeCanon{color:#64b4ff;background:#3b82f633;border:1px solid #3b82f666;border-radius:4px}.BookSearchBar-module__-NM6Ua__resultType{color:#666;text-transform:uppercase;letter-spacing:1px;flex-shrink:0;font-size:.75rem;font-weight:600}.BookSearchBar-module__-NM6Ua__noResults{text-align:center;color:#888;font-size:1rem;font-family:var(--font-primary),monospace;padding:3rem}@media (max-width:640px){.BookSearchBar-module__-NM6Ua__trigger{border-radius:10px;gap:8px;padding:10px 14px;font-size:.85rem}.BookSearchBar-module__-NM6Ua__kbd{display:none}.BookSearchBar-module__-NM6Ua__dropdown{border-radius:12px;width:96%;top:8%}.BookSearchBar-module__-NM6Ua__inputWrap{padding:14px}.BookSearchBar-module__-NM6Ua__input{font-size:1rem}.BookSearchBar-module__-NM6Ua__results{max-height:55vh}.BookSearchBar-module__-NM6Ua__result{gap:10px;padding:12px 14px}.BookSearchBar-module__-NM6Ua__resultTitle{font-size:.95rem}.BookSearchBar-module__-NM6Ua__resultSubtitle{font-size:.78rem}.BookSearchBar-module__-NM6Ua__resultCover{width:28px;height:42px}}
.SurpriseMe-module__fkoeJq__overlay{z-index:100500;-webkit-backdrop-filter:blur(6px);background:#000000d1;justify-content:center;align-items:flex-start;padding:5vh 1rem 2rem;display:flex;position:fixed;inset:0}.SurpriseMe-module__fkoeJq__modal{z-index:100501;scrollbar-width:thin;scrollbar-color:#a855f766 transparent;background:#0e0e14;border:1px solid #a855f74d;border-radius:8px;flex-direction:column;gap:1rem;width:100%;max-width:600px;max-height:88vh;padding:1.75rem 1.75rem 4rem;display:flex;position:relative;overflow-y:auto;box-shadow:0 0 60px #a855f71f,0 24px 48px #0009}.SurpriseMe-module__fkoeJq__closeBtn{color:#666;cursor:pointer;background:0 0;border:none;padding:5px;transition:all .15s;display:flex;position:absolute;top:1.1rem;right:1.1rem}.SurpriseMe-module__fkoeJq__closeBtn:hover{color:#ddd}.SurpriseMe-module__fkoeJq__modalHead{align-items:flex-start;gap:12px;padding-right:2.5rem;display:flex}.SurpriseMe-module__fkoeJq__headIcon{color:#a855f7;flex-shrink:0;margin-top:3px}.SurpriseMe-module__fkoeJq__modalTitle{color:#dfb2ff;font-size:1.25rem;font-weight:800;font-family:var(--font-primary),monospace;letter-spacing:-.3px;margin:0 0 3px}.SurpriseMe-module__fkoeJq__modalDesc{color:#777;font-size:.75rem;font-family:var(--font-primary),monospace;margin:0}.SurpriseMe-module__fkoeJq__sectionLabel{font-family:var(--font-primary),monospace;letter-spacing:2px;text-transform:uppercase;color:#555;margin-bottom:-5px;font-size:.65rem;font-weight:800}.SurpriseMe-module__fkoeJq__continuityRow{gap:6px;display:flex}.SurpriseMe-module__fkoeJq__protagonistRow{flex-wrap:wrap;gap:6px;display:flex}.SurpriseMe-module__fkoeJq__contBtn{color:#888;font-family:var(--font-primary),monospace;cursor:pointer;letter-spacing:.3px;background-color:#1e1e23cc;background-image:linear-gradient(#ffffff40 0%,#ffffff0d 49%,#0000001a 50%,#0006 100%);border:1px solid #a855f74d;border-radius:8px;flex:1;padding:8px 14px;font-size:.8rem;font-weight:700;transition:all .15s cubic-bezier(.25,1,.5,1);box-shadow:inset 0 1px 1px #fff3,0 2px 3px #0000004d}.SurpriseMe-module__fkoeJq__contBtn:hover{color:#ddd;background-color:#2d2d37cc;border-color:#a855f799;transform:translateY(-1px);box-shadow:inset 0 1px 1px #ffffff4d,0 3px 5px #0006}.SurpriseMe-module__fkoeJq__contActive.SurpriseMe-module__fkoeJq__contLegends{color:#000;background-color:#64b4ff}.SurpriseMe-module__fkoeJq__contActive.SurpriseMe-module__fkoeJq__contCanon{background-color:var(--accent,#f93);color:#000}.SurpriseMe-module__fkoeJq__contActive:not(.SurpriseMe-module__fkoeJq__contLegends):not(.SurpriseMe-module__fkoeJq__contCanon){color:#000;background-color:#a855f7;background-image:linear-gradient(#ffffff80 0%,#ffffff1a 49%,#0000001a 50%,#0000004d 100%);border-color:#ffffff4d;box-shadow:inset 0 1px 1px #ffffffb3,0 2px 5px #a855f766}.SurpriseMe-module__fkoeJq__vibeScroll{max-height:200px;padding-right:4px;overflow-y:auto;-webkit-mask-image:linear-gradient(#000 85%,#0000 100%);mask-image:linear-gradient(#000 85%,#0000 100%)}.SurpriseMe-module__fkoeJq__vibeGrid{flex-wrap:wrap;gap:6px;padding-bottom:20px;display:flex}.SurpriseMe-module__fkoeJq__vibeChip{cursor:pointer;font-family:var(--font-primary),monospace;color:#999;white-space:nowrap;letter-spacing:.1px;border-style:solid;border-width:1px;border-radius:5px;padding:5px 12px;font-size:.75rem;font-weight:600;line-height:1.55;transition:transform .1s,box-shadow .15s,background .12s}.SurpriseMe-module__fkoeJq__vibeChip:hover{color:#ddd;transform:translateY(-1px)}.SurpriseMe-module__fkoeJq__vibeChipActive{font-weight:800;color:#fff!important}.SurpriseMe-module__fkoeJq__eraRow{flex-wrap:wrap;gap:5px;display:flex}.SurpriseMe-module__fkoeJq__eraChip{color:#888;cursor:pointer;font-family:var(--font-primary),monospace;white-space:nowrap;background:#1e1e23cc;border:1px solid #a855f74d;border-radius:5px;align-items:center;gap:5px;padding:5px 10px;font-size:.72rem;font-weight:600;line-height:1.55;transition:all .12s;display:flex;box-shadow:inset 0 1px 1px #fff3}.SurpriseMe-module__fkoeJq__eraChip:hover{color:#ddd;background:#2d2d37cc;border-color:#a855f799}.SurpriseMe-module__fkoeJq__eraChipActive{font-weight:800;color:#fff!important}.SurpriseMe-module__fkoeJq__eraDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.SurpriseMe-module__fkoeJq__suggestGrid{flex-wrap:wrap;gap:6px;margin-bottom:4px;display:flex}.SurpriseMe-module__fkoeJq__suggestChip{color:#9ca3af;font-size:.72rem;font-weight:600;font-family:var(--font-primary),monospace;cursor:pointer;background:#28283266;border:1px solid #ffffff14;border-radius:6px;padding:4px 10px;transition:all .15s}.SurpriseMe-module__fkoeJq__suggestChip:hover{color:#fff;background:#3c3c4b99;border-color:#a855f766}.SurpriseMe-module__fkoeJq__suggestActive{box-shadow:0 0 10px #a855f74d;color:#fff!important;background:#a855f733!important;border-color:#a855f7!important}.SurpriseMe-module__fkoeJq__charWrap{margin-top:4px;position:relative}.SurpriseMe-module__fkoeJq__charInput{box-sizing:border-box;color:#dfb2ff;width:100%;font-family:var(--font-primary),monospace;background:#00000080;border:1px solid #a855f74d;border-radius:8px;outline:none;padding:9px 14px;font-size:.85rem;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 1px 3px #0009}.SurpriseMe-module__fkoeJq__charInput:focus{border-color:#a855f7;box-shadow:inset 0 1px 3px #0009,0 0 8px #a855f766}.SurpriseMe-module__fkoeJq__charInput::placeholder{color:#666}.SurpriseMe-module__fkoeJq__actions{align-items:center;gap:8px;display:flex}.SurpriseMe-module__fkoeJq__searchBtn{color:#dfb2ff;font-size:.88rem;font-weight:800;font-family:var(--font-primary),monospace;cursor:pointer;background-color:#50146ee6;background-image:linear-gradient(#ffffff40 0%,#ffffff0d 49%,#0000001a 50%,#00000080 100%);border:1px solid #a855f780;border-radius:12px;flex-shrink:0;align-items:center;gap:7px;padding:10px 20px;transition:all .2s cubic-bezier(.25,1,.5,1);display:flex;box-shadow:inset 0 1px 1px #ffffff4d,0 4px 6px #0006}.SurpriseMe-module__fkoeJq__searchBtn:hover:not(:disabled){background-color:#6e1ea0e6;border-color:#a855f7cc;transform:translateY(-2px);box-shadow:inset 0 1px 2px #fff6,0 6px 12px #0009}.SurpriseMe-module__fkoeJq__searchBtn:disabled{color:#444;cursor:not-allowed;background:#00000080;border-color:#ffffff1a}.SurpriseMe-module__fkoeJq__applyBtn{background-color:var(--accent,#f93);color:#000;font-size:.8rem;font-weight:800;font-family:var(--font-primary),monospace;cursor:pointer;white-space:nowrap;background-image:linear-gradient(#ffffff80 0%,#ffffff1a 49%,#0000001a 50%,#0006 100%);border:1px solid #fff6;border-radius:12px;flex:1;padding:10px 14px;transition:all .2s cubic-bezier(.25,1,.5,1);box-shadow:inset 0 1px 1px #fffc,0 4px 6px #f936}.SurpriseMe-module__fkoeJq__applyBtn:hover{background-color:#fa5;transform:translateY(-2px);box-shadow:inset 0 1px 2px #ffffffe6,0 6px 12px #ff993380}.SurpriseMe-module__fkoeJq__resultsWrapper{width:100%;min-height:50px;position:relative}.SurpriseMe-module__fkoeJq__noResults{text-align:center;color:#6b7280;padding:30px 20px;font-size:.85rem;font-style:italic}.SurpriseMe-module__fkoeJq__results{background:#00000073;border:1px solid #a855f766;border-radius:12px;flex-direction:column;margin:1.5rem 0 3rem;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000080}.SurpriseMe-module__fkoeJq__resultsLabel{font-family:var(--font-primary),monospace;letter-spacing:2px;text-transform:uppercase;color:#a855f7;background:#a855f71a;border-bottom:1px solid #a855f733;padding:12px 18px;font-size:.7rem;font-weight:800}.SurpriseMe-module__fkoeJq__resultRow{background:0 0;border-bottom:1px solid #ffffff0d;align-items:center;gap:16px;min-height:105px;padding:16px;text-decoration:none;transition:all .25s cubic-bezier(.2,0,0,1);display:flex;position:relative;color:inherit!important}.SurpriseMe-module__fkoeJq__resultRow:last-child{border-bottom:none}.SurpriseMe-module__fkoeJq__resultRow:hover{background:#a855f726}.SurpriseMe-module__fkoeJq__resultRank{font-family:var(--font-primary),monospace;color:#dfb2ff;text-align:center;opacity:.9;flex-shrink:0;width:30px;font-size:.85rem;font-weight:800}.SurpriseMe-module__fkoeJq__resultCover{background:#000;border:1px solid #ffffff1a;border-radius:6px;flex-shrink:0;width:52px;height:78px;overflow:hidden;box-shadow:0 4px 15px #0009}.SurpriseMe-module__fkoeJq__resultCoverImg{object-fit:cover;width:100%;height:100%;display:block}.SurpriseMe-module__fkoeJq__resultInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.SurpriseMe-module__fkoeJq__matchRow{align-items:center;gap:10px;margin-bottom:5px;display:flex}.SurpriseMe-module__fkoeJq__matchBar{background:#00000080;border-radius:2.5px;flex:1;height:5px;overflow:hidden}.SurpriseMe-module__fkoeJq__matchFill{background:linear-gradient(90deg,#a855f7,#3b82f6);border-radius:2.5px;height:100%}.SurpriseMe-module__fkoeJq__matchPct{font-family:var(--font-primary),monospace;color:#dfb2ff;flex-shrink:0;font-size:.75rem;font-weight:800}.SurpriseMe-module__fkoeJq__resultTitle{font-family:var(--font-primary),monospace;color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:1.05rem;font-weight:800;overflow:hidden}.SurpriseMe-module__fkoeJq__resultMeta{font-family:var(--font-primary),monospace;color:#aaa;font-size:.78rem}.SurpriseMe-module__fkoeJq__whyRow{flex-wrap:wrap;gap:5px;margin-top:6px;display:flex}.SurpriseMe-module__fkoeJq__whyTag{font-family:var(--font-primary),monospace;color:#dfb2ff;background:#a855f726;border:1px solid #a855f74d;border-radius:4px;padding:2px 8px;font-size:.68rem}.SurpriseMe-module__fkoeJq__resultArrow{color:#a855f766;flex-shrink:0;font-size:1.4rem;transition:all .3s cubic-bezier(.2,0,0,1)}.SurpriseMe-module__fkoeJq__resultRow:hover .SurpriseMe-module__fkoeJq__resultArrow{color:#a855f7;transform:translate(6px)}@media (max-width:640px){.SurpriseMe-module__fkoeJq__overlay{padding-top:2vh;padding-left:.5rem;padding-right:.5rem}.SurpriseMe-module__fkoeJq__modal{border-radius:12px;gap:.75rem;max-height:92vh;padding:1.25rem 1rem 3rem}.SurpriseMe-module__fkoeJq__modalTitle{font-size:1.05rem}.SurpriseMe-module__fkoeJq__modalDesc{font-size:.68rem}.SurpriseMe-module__fkoeJq__sectionLabel{letter-spacing:1.5px;font-size:.6rem}.SurpriseMe-module__fkoeJq__continuityRow,.SurpriseMe-module__fkoeJq__protagonistRow{flex-wrap:wrap}.SurpriseMe-module__fkoeJq__contBtn{border-radius:6px;padding:6px 10px;font-size:.72rem}.SurpriseMe-module__fkoeJq__vibeScroll{max-height:150px}.SurpriseMe-module__fkoeJq__vibeGrid{gap:4px;padding-bottom:15px}.SurpriseMe-module__fkoeJq__vibeChip{padding:4px 8px;font-size:.68rem}.SurpriseMe-module__fkoeJq__eraRow{gap:4px}.SurpriseMe-module__fkoeJq__eraChip{padding:4px 8px;font-size:.65rem}.SurpriseMe-module__fkoeJq__suggestGrid{gap:4px}.SurpriseMe-module__fkoeJq__suggestChip{padding:3px 8px;font-size:.65rem}.SurpriseMe-module__fkoeJq__charInput{padding:7px 10px;font-size:.78rem}.SurpriseMe-module__fkoeJq__actions{flex-direction:column}.SurpriseMe-module__fkoeJq__searchBtn{justify-content:center;width:100%;padding:10px 16px;font-size:.82rem}.SurpriseMe-module__fkoeJq__applyBtn{text-align:center;width:100%;padding:10px 14px;font-size:.75rem}.SurpriseMe-module__fkoeJq__resultRow{gap:10px;min-height:85px;padding:12px}.SurpriseMe-module__fkoeJq__resultCover{width:42px;height:63px}.SurpriseMe-module__fkoeJq__resultTitle{font-size:.9rem}.SurpriseMe-module__fkoeJq__resultMeta{font-size:.7rem}.SurpriseMe-module__fkoeJq__resultRank{width:24px;font-size:.75rem}.SurpriseMe-module__fkoeJq__results{margin:1rem 0 2rem}.SurpriseMe-module__fkoeJq__whyTag{padding:1px 6px;font-size:.6rem}}
.ForYou-module__h2rFlG__trigger{color:var(--accent,#f93);font-family:var(--font-handjet,monospace),monospace;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-transform:uppercase;letter-spacing:.5px;background-color:#1e1e23e6;background-image:linear-gradient(#ffffff59 0%,#ffffff0d 49%,#0003 50%,#0009 100%);border:1px solid #ff993380;border-radius:999px;align-items:center;gap:6px;padding:8px 18px;font-size:16px;font-weight:500;transition:all .2s cubic-bezier(.25,1,.5,1);display:inline-flex;position:relative;box-shadow:inset 0 1px 1px #fff6,inset 0 -1px 3px #f933,0 4px 6px #0006}.ForYou-module__h2rFlG__trigger:hover{text-shadow:0 0 8px #ff993380;background-color:#2d2d37e6;background-image:linear-gradient(#ffffff80 0%,#ffffff26 49%,#0000001a 50%,#0006 100%);border-color:#f93c;transform:translateY(-1px);box-shadow:inset 0 1px 2px #fff9,inset 0 -2px 6px #f936,0 6px 12px #0009}.ForYou-module__h2rFlG__triggerDot{background:var(--accent,#f93);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite ForYou-module__h2rFlG__pulse}.ForYou-module__h2rFlG__triggerLabel{letter-spacing:1px;text-transform:uppercase}@keyframes ForYou-module__h2rFlG__pulse{0%,to{opacity:1;box-shadow:0 0 #f939}50%{opacity:.4;box-shadow:0 0 0 4px #f930}}.ForYou-module__h2rFlG__overlay{z-index:9999;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.15s ForYou-module__h2rFlG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ForYou-module__h2rFlG__fadeIn{0%{opacity:0}to{opacity:1}}.ForYou-module__h2rFlG__modal{background:#0e0e14;border:1px solid #ff99334d;border-radius:8px;flex-direction:column;width:100%;max-width:860px;max-height:85vh;animation:.2s ForYou-module__h2rFlG__slideUp;display:flex;overflow:hidden;box-shadow:0 0 60px #ff99331f,0 24px 48px #0009}@keyframes ForYou-module__h2rFlG__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ForYou-module__h2rFlG__modalHeader{border-bottom:1px solid #ff99331a;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px 10px;display:flex}.ForYou-module__h2rFlG__modalTitleGroup{align-items:center;gap:10px;display:flex}.ForYou-module__h2rFlG__modalDot{background:var(--accent,#f93);flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite ForYou-module__h2rFlG__pulse}.ForYou-module__h2rFlG__modalTitle{font-family:var(--font-primary,monospace),monospace;color:var(--accent,#f93);letter-spacing:1.5px;text-transform:uppercase;margin:0;font-size:1.2rem;font-weight:700}.ForYou-module__h2rFlG__modalActions{align-items:center;gap:12px;display:flex}.ForYou-module__h2rFlG__resetBtn{font-family:var(--font-primary,monospace),monospace;color:#555;cursor:pointer;background:0 0;border:1px solid #333;border-radius:3px;padding:5px 12px;font-size:.9rem;transition:color .15s,border-color .15s}.ForYou-module__h2rFlG__resetBtn:hover{color:#888;border-color:#555}.ForYou-module__h2rFlG__closeBtn{color:#555;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:1rem;line-height:1;transition:color .15s}.ForYou-module__h2rFlG__closeBtn:hover{color:#ccc}.ForYou-module__h2rFlG__modalSubtitle{font-family:var(--font-primary,monospace),monospace;color:#666;flex-shrink:0;margin:0;padding:8px 24px 16px;font-size:1rem;font-style:italic;line-height:1.5}.ForYou-module__h2rFlG__bookList{scrollbar-width:thin;scrollbar-color:#ff99334d transparent;flex-direction:column;gap:4px;padding:0 10px 12px;display:flex;overflow-y:auto}.ForYou-module__h2rFlG__bookList::-webkit-scrollbar{width:4px}.ForYou-module__h2rFlG__bookList::-webkit-scrollbar-thumb{background:#ff99334d;border-radius:2px}.ForYou-module__h2rFlG__bookRow{border:1px solid #0000;border-radius:6px;align-items:center;gap:12px;padding:10px;text-decoration:none;transition:background .15s;display:flex}.ForYou-module__h2rFlG__bookRow:hover{background:#ff99330f;border-color:#ff993326}.ForYou-module__h2rFlG__bookCover{border-radius:3px;flex-shrink:0;width:56px;height:80px;overflow:hidden}.ForYou-module__h2rFlG__bookCoverImg{object-fit:cover;width:100%;height:100%;display:block}.ForYou-module__h2rFlG__bookInfo{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.ForYou-module__h2rFlG__bookTitle{font-family:var(--font-primary,monospace),monospace;color:#ddd;font-size:1.15rem;line-height:1.3}.ForYou-module__h2rFlG__bookAuthor{font-family:var(--font-primary,monospace),monospace;color:#666;font-size:.95rem}.ForYou-module__h2rFlG__bookReason{font-family:var(--font-primary,monospace),monospace;color:#ff9933a6;margin-top:4px;font-size:.9rem;font-style:italic;line-height:1.4}.ForYou-module__h2rFlG__matchBadge{flex-direction:column;flex-shrink:0;align-items:center;line-height:1;display:flex}.ForYou-module__h2rFlG__matchValue{font-family:var(--font-handjet,monospace),monospace;color:var(--accent,#f93);font-size:2rem;font-weight:700;line-height:1}.ForYou-module__h2rFlG__matchLabel{font-family:var(--font-primary,monospace),monospace;color:#666;text-transform:uppercase;letter-spacing:1px;font-size:.72rem}@media (max-width:640px){.ForYou-module__h2rFlG__trigger{padding:6px 14px;font-size:14px}.ForYou-module__h2rFlG__overlay{padding:10px}.ForYou-module__h2rFlG__modal{border-radius:12px;max-height:92vh}.ForYou-module__h2rFlG__modalHeader{padding:14px 14px 8px}.ForYou-module__h2rFlG__modalTitle{letter-spacing:1px;font-size:1rem}.ForYou-module__h2rFlG__modalSubtitle{padding:6px 14px 12px;font-size:.85rem}.ForYou-module__h2rFlG__bookList{padding:0 6px 10px}.ForYou-module__h2rFlG__bookRow{gap:10px;padding:8px}.ForYou-module__h2rFlG__bookCover{width:44px;height:64px}.ForYou-module__h2rFlG__bookTitle{font-size:.95rem}.ForYou-module__h2rFlG__bookAuthor{font-size:.8rem}.ForYou-module__h2rFlG__bookReason{font-size:.78rem}.ForYou-module__h2rFlG__matchValue{font-size:1.6rem}.ForYou-module__h2rFlG__matchLabel{font-size:.62rem}.ForYou-module__h2rFlG__resetBtn{padding:4px 10px;font-size:.78rem}}
.SeriesDescription-module___g9jSa__container{color:#e0e0e0;background:#0006;border:1px solid #ff99334d;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.SeriesDescription-module___g9jSa__markdown,.SeriesDescription-module___g9jSa__seriesDescription{font-family:var(--font-murecho),sans-serif;font-size:.95rem;line-height:1.6}.SeriesDescription-module___g9jSa__markdown h2{color:var(--accent);font-size:1.5rem;font-family:var(--font-handjet),monospace;margin-top:0;margin-bottom:1rem}.SeriesDescription-module___g9jSa__markdown h3{color:#fff;margin-top:1.5rem;margin-bottom:.8rem;font-size:1.2rem}.SeriesDescription-module___g9jSa__markdown p{margin-bottom:1rem}.SeriesDescription-module___g9jSa__markdown ul,.SeriesDescription-module___g9jSa__markdown ol{margin-bottom:1rem;padding-left:2rem}.SeriesDescription-module___g9jSa__markdown li{margin-bottom:.5rem}.SeriesDescription-module___g9jSa__markdown a{color:var(--accent);text-decoration:none}.SeriesDescription-module___g9jSa__markdown a:hover{text-decoration:underline}.SeriesDescription-module___g9jSa__markdown code{color:var(--accent);background:#ff993326;border-radius:4px;padding:.1rem .3rem;font-family:monospace}.SeriesDescription-module___g9jSa__markdown blockquote{border-left:4px solid var(--accent);color:#fffc;background:#ff99330d;margin-left:0;padding:1rem;font-style:italic}.SeriesDescription-module___g9jSa__markdown hr{border:none;border-top:1px dashed #ff99334d;margin:2rem 0}.SeriesDescription-module___g9jSa__seriesQuizzes{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.SeriesDescription-module___g9jSa__quizBadge{background:#ff993314;border:1px solid #f933;border-radius:6px;align-items:center;gap:1rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:flex}.SeriesDescription-module___g9jSa__quizBadge:hover{border-color:var(--accent);background:#ff993326;transform:translate(4px)}.SeriesDescription-module___g9jSa__quizEmoji{font-size:1.25rem}.SeriesDescription-module___g9jSa__quizContent{flex:1}.SeriesDescription-module___g9jSa__quizLabel{text-transform:uppercase;letter-spacing:1px;color:var(--accent);font-size:.7rem;font-family:var(--font-handjet),monospace;opacity:.8}.SeriesDescription-module___g9jSa__quizTitle{color:#fff;font-size:1rem;font-weight:600}.SeriesDescription-module___g9jSa__quizArrow{color:var(--accent);opacity:.5;font-weight:700}.SeriesDescription-module___g9jSa__quizBadge:hover .SeriesDescription-module___g9jSa__quizArrow{opacity:1}.SeriesDescription-module___g9jSa__moreLinkWrap{justify-content:flex-start;margin-top:1.5rem;display:flex}.SeriesDescription-module___g9jSa__pill{cursor:pointer;isolation:isolate;-webkit-backdrop-filter:blur(16px)saturate(180%)brightness(1.05);background:linear-gradient(175deg,#ffc86414 0%,#ffffff0d 30%,#ffffff05 49%,#0000002e 50%,#00000014 100%),#1c1108b8;border:none;border-radius:20px;align-items:center;gap:8px;height:40px;padding:0 20px;text-decoration:none;transition:all .25s cubic-bezier(.2,0,0,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ff993380,0 0 12px 1px #f933,inset 0 1.5px #ffd77838,inset 0 -1px #0000008c,0 4px 16px #0000008c}.SeriesDescription-module___g9jSa__pill:before{content:"";pointer-events:none;z-index:2;background:radial-gradient(at 50% 10%,#ffe1a052 0%,#ffbe501f 40%,#0000 75%);border-radius:50%;width:72%;height:48%;position:absolute;top:1px;left:50%;transform:translate(-50%)}.SeriesDescription-module___g9jSa__pill:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #ff9933d9,0 0 18px 3px #ff99338c,0 0 45px 9px #ff99334d,0 12px 32px #0a0a0ab3}.SeriesDescription-module___g9jSa__pillLabel{letter-spacing:.05em;color:#ffe1afed;text-shadow:0 1px 4px #000000d9,0 0 14px #ff993359;z-index:5;text-transform:uppercase;font-size:13px;font-weight:700;font-family:var(--font-primary),monospace;position:relative}.SeriesDescription-module___g9jSa__glint{pointer-events:none;z-index:3;opacity:0;background:radial-gradient(circle 70px at var(--mx,50%)var(--my,50%),#ffebaa3d 0%,#ffc8501a 40%,transparent 70%);transition:opacity .3s;position:absolute;inset:0}.SeriesDescription-module___g9jSa__sheen{pointer-events:none;z-index:4;opacity:0;background:linear-gradient(155deg,#0000 22%,#ffffff29 36%,#ffffff52 43%,#ffffff29 51%,#0000 62%);transition:opacity .28s;position:absolute;inset:0}.SeriesDescription-module___g9jSa__pill:hover .SeriesDescription-module___g9jSa__glint,.SeriesDescription-module___g9jSa__pill:hover .SeriesDescription-module___g9jSa__sheen{opacity:1}
.InterestingEditor-module__L99Lka__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.InterestingEditor-module__L99Lka__modal{background:#1a1a20;border:1px solid #ff99334d;border-radius:8px;width:100%;max-width:800px;max-height:calc(100vh - 4rem);padding:2rem;overflow-y:auto;box-shadow:0 20px 60px #000c,0 0 20px #ff99331a}.InterestingEditor-module__L99Lka__modalTitle{color:var(--accent,#f93);text-transform:uppercase;letter-spacing:1px;margin:0 0 1.5rem;font-size:1.5rem}.InterestingEditor-module__L99Lka__form{flex-direction:column;gap:1.25rem;display:flex}.InterestingEditor-module__L99Lka__field{flex-direction:column;flex:1;gap:.5rem;display:flex}.InterestingEditor-module__L99Lka__label{color:#aaa;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.InterestingEditor-module__L99Lka__input,.InterestingEditor-module__L99Lka__textarea{color:#fff;background:#0000004d;border:1px solid #ffffff1a;border-radius:4px;outline:none;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.InterestingEditor-module__L99Lka__input:focus,.InterestingEditor-module__L99Lka__textarea:focus{border-color:var(--accent,#f93)}.InterestingEditor-module__L99Lka__textarea{resize:vertical;min-height:200px}.InterestingEditor-module__L99Lka__toolbar{flex-wrap:wrap;gap:.4rem;margin-bottom:.2rem;display:flex}.InterestingEditor-module__L99Lka__toolBtn{color:#ffd9a8;cursor:pointer;background:#00000059;border:1px solid #ff993340;border-radius:4px;min-width:34px;height:30px;padding:0 .5rem;font-size:.75rem;font-weight:700;transition:all .2s}.InterestingEditor-module__L99Lka__toolBtn:hover{color:#fff;background:#ff99332e;border-color:#ff9933a6}.InterestingEditor-module__L99Lka__toolbarHint{color:#9c9c9c;margin-bottom:.25rem;font-size:.72rem}.InterestingEditor-module__L99Lka__row{gap:1rem;display:flex}.InterestingEditor-module__L99Lka__actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.InterestingEditor-module__L99Lka__saveBtn,.InterestingEditor-module__L99Lka__cancelBtn{cursor:pointer;text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:.75rem 2rem;font-weight:700;transition:all .2s}.InterestingEditor-module__L99Lka__saveBtn{background:var(--accent,#f93);color:#000;border:none}.InterestingEditor-module__L99Lka__saveBtn:hover:not(:disabled){box-shadow:0 0 15px var(--accent)}.InterestingEditor-module__L99Lka__saveBtn:disabled{opacity:.5}.InterestingEditor-module__L99Lka__cancelBtn{color:#fff;background:0 0;border:1px solid #fff3}.InterestingEditor-module__L99Lka__cancelBtn:hover{background:#ffffff0d}
.BookCardPicker-module__GhK3bq__overlay{z-index:10000;background:#000000d9;justify-content:center;align-items:flex-start;padding-top:10vh;display:flex;position:fixed;inset:0}.BookCardPicker-module__GhK3bq__modal{background:#0a0500fa;border:1px solid #f936;border-radius:8px;flex-direction:column;width:90%;max-width:520px;max-height:70vh;display:flex;box-shadow:0 20px 60px #000000e6,0 0 0 1px #ff99331a}.BookCardPicker-module__GhK3bq__header{background:#ff99330d;border-bottom:1px solid #f933;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.BookCardPicker-module__GhK3bq__title{font-family:var(--font-handjet,monospace),monospace;color:var(--accent,#f93);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1rem}.BookCardPicker-module__GhK3bq__closeBtn{color:#f939;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:1.2rem;line-height:1;transition:color .15s}.BookCardPicker-module__GhK3bq__closeBtn:hover{color:var(--accent,#f93)}.BookCardPicker-module__GhK3bq__searchBox{border-bottom:1px solid #ff993326;padding:16px 18px;position:relative}.BookCardPicker-module__GhK3bq__input{color:#eee;width:100%;font-size:.95rem;font-family:var(--font-primary,sans-serif);background:#ff99330f;border:1px solid #ff993340;border-radius:6px;outline:none;padding:12px 40px 12px 14px;transition:border-color .2s,background .2s}.BookCardPicker-module__GhK3bq__input:focus{background:#ff99331a;border-color:#ff993380}.BookCardPicker-module__GhK3bq__input::placeholder{color:#ffc89666}.BookCardPicker-module__GhK3bq__spinner{color:var(--accent,#f93);font-size:1.1rem;animation:1s linear infinite BookCardPicker-module__GhK3bq__spin;position:absolute;top:50%;right:28px;transform:translateY(-50%)}@keyframes BookCardPicker-module__GhK3bq__spin{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}.BookCardPicker-module__GhK3bq__hint{color:#ffc89680;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-family:var(--font-handjet,monospace),monospace;border-bottom:1px solid #ff99331a;padding:8px 18px}.BookCardPicker-module__GhK3bq__list{max-height:45vh;padding:8px;overflow-y:auto}.BookCardPicker-module__GhK3bq__empty{text-align:center;color:#ffc89666;padding:30px;font-size:.9rem}.BookCardPicker-module__GhK3bq__bookItem{cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;gap:12px;padding:10px 12px;transition:background .12s;display:flex}.BookCardPicker-module__GhK3bq__bookItem:hover,.BookCardPicker-module__GhK3bq__bookItem.BookCardPicker-module__GhK3bq__selected{background:#ff99331a;border-color:#ff99334d}.BookCardPicker-module__GhK3bq__thumb{background:#0000004d;border-radius:4px;flex-shrink:0;width:48px;height:72px;overflow:hidden}.BookCardPicker-module__GhK3bq__thumbImg{object-fit:cover;width:100%;height:100%}.BookCardPicker-module__GhK3bq__thumbPlaceholder{background:#1a1a2e;width:100%;height:100%}.BookCardPicker-module__GhK3bq__info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.BookCardPicker-module__GhK3bq__titleRow{align-items:center;gap:8px;display:flex}.BookCardPicker-module__GhK3bq__bookTitle{color:#fda;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.BookCardPicker-module__GhK3bq__badge{flex-shrink:0;font-size:.75rem}.BookCardPicker-module__GhK3bq__canon{color:#22c55e}.BookCardPicker-module__GhK3bq__legends{color:#a855f7}.BookCardPicker-module__GhK3bq__meta{color:#ffc89699;gap:8px;font-size:.8rem;display:flex}.BookCardPicker-module__GhK3bq__arrow{color:#f936;font-size:1.2rem;transition:color .15s}.BookCardPicker-module__GhK3bq__bookItem:hover .BookCardPicker-module__GhK3bq__arrow,.BookCardPicker-module__GhK3bq__bookItem.BookCardPicker-module__GhK3bq__selected .BookCardPicker-module__GhK3bq__arrow{color:var(--accent,#f93)}
.InterestingSection-module__eW56dq__section{width:100%;margin:0;position:relative}.InterestingSection-module__eW56dq__compact{max-height:220px;-webkit-mask-image:linear-gradient(#000 0% 70%,#0000 100%);mask-image:linear-gradient(#000 0% 70%,#0000 100%)}.InterestingSection-module__eW56dq__expanded{max-height:none;padding-bottom:1rem;-webkit-mask-image:none;mask-image:none}.InterestingSection-module__eW56dq__header{border-bottom:1px solid #ff99331a;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.25rem;display:flex}.InterestingSection-module__eW56dq__title{color:#f93;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 0 15px #ff993380;align-items:center;gap:8px;margin:0;font-size:1.1rem;font-weight:900;display:flex}.InterestingSection-module__eW56dq__title:before{content:"★";color:#fc3;filter:drop-shadow(0 0 5px #fc3);font-size:.9rem}.InterestingSection-module__eW56dq__addBtn{color:#f939;cursor:pointer;background:0 0;border:1px solid #f936;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:700;transition:all .2s}.InterestingSection-module__eW56dq__addBtn:hover{color:#000;background:#f93;border-color:#f93}.InterestingSection-module__eW56dq__grid{flex-direction:column;gap:.5rem;display:flex}.InterestingSection-module__eW56dq__compact .InterestingSection-module__eW56dq__grid{scrollbar-width:none;max-height:180px;padding:0 .5rem 2rem 0;overflow-y:auto}.InterestingSection-module__eW56dq__compact .InterestingSection-module__eW56dq__grid::-webkit-scrollbar{display:none}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__grid{gap:.75rem;max-height:none;padding:0;overflow:visible}.InterestingSection-module__eW56dq__articleCard{cursor:pointer;background:#0003;border:1px solid #ffffff08;border-radius:6px;flex:none;align-items:center;padding:.5rem;transition:all .2s;display:flex;overflow:hidden}.InterestingSection-module__eW56dq__articleCard:hover{background:#ffffff0d;border-color:#f933;transform:translate(4px)}.InterestingSection-module__eW56dq__imageWrap{border-radius:4px;flex-shrink:0;width:40px;height:40px;margin-right:.75rem;overflow:hidden}.InterestingSection-module__eW56dq__image{object-fit:cover;opacity:.7;width:100%;height:100%}.InterestingSection-module__eW56dq__articleContent{flex-direction:column;flex:1;min-width:0;display:flex}.InterestingSection-module__eW56dq__articleTitle{white-space:nowrap;text-overflow:ellipsis;color:#eee;margin:0;font-size:.9rem;font-weight:700;overflow:hidden}.InterestingSection-module__eW56dq__articlePreview{color:#666;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}.InterestingSection-module__eW56dq__articleLinksRow{align-items:center;gap:.4rem;margin-top:.2rem;display:flex}.InterestingSection-module__eW56dq__articlePermalink{color:#ffb366d9;border-bottom:1px dashed #ffb36673;font-size:.62rem;text-decoration:none;transition:all .2s}.InterestingSection-module__eW56dq__articlePermalink:hover{color:#ffd1a3;border-bottom-color:#ffd1a3e6}.InterestingSection-module__eW56dq__articleFooter{justify-content:flex-end;margin-top:.25rem;display:flex}.InterestingSection-module__eW56dq__adminActions{gap:.5rem;display:flex}.InterestingSection-module__eW56dq__adminBtn{color:#888;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:1px 6px;font-size:.6rem;transition:all .2s}.InterestingSection-module__eW56dq__adminBtn:hover{color:#000;background:#f93}.InterestingSection-module__eW56dq__readMore{display:none}.InterestingSection-module__eW56dq__readerOverlay{z-index:99999;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;inset:0}.InterestingSection-module__eW56dq__readerContent{background:#0a0a0a;border:1px solid #f933;border-radius:12px;flex-direction:column;width:100%;max-width:850px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) InterestingSection-module__eW56dq__readerOpen;display:flex;position:relative;box-shadow:0 0 50px #000,0 0 20px #ff99331a}@keyframes InterestingSection-module__eW56dq__readerOpen{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.InterestingSection-module__eW56dq__closeReader{color:#000;cursor:pointer;z-index:100;background:#f93c;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.InterestingSection-module__eW56dq__closeReader:hover{background:#f93;transform:rotate(90deg)}.InterestingSection-module__eW56dq__readerHero{object-fit:cover;border-radius:12px 12px 0 0;flex-shrink:0;width:100%;height:300px}.InterestingSection-module__eW56dq__readerBody{scrollbar-width:thin;scrollbar-color:#f93 #0003;flex:1;padding:3rem;overflow-y:auto}.InterestingSection-module__eW56dq__readerBody::-webkit-scrollbar{width:8px}.InterestingSection-module__eW56dq__readerBody::-webkit-scrollbar-thumb{background:#f93;border-radius:4px}.InterestingSection-module__eW56dq__readerTitle{color:#fff;font-size:2.5rem;font-weight:800;line-height:1.2;font-family:var(--font-primary),monospace;margin-bottom:2rem}.InterestingSection-module__eW56dq__readerText{color:#ccc;font-size:1.1rem;line-height:1.8}.InterestingSection-module__eW56dq__externalLink{color:#f93;border-bottom:2px solid #ff99334d;margin-top:3rem;padding-bottom:2px;font-weight:700;text-decoration:none;display:inline-block}.InterestingSection-module__eW56dq__externalLink:hover{color:#ffb366;border-bottom-color:#f93}@media (max-width:768px){.InterestingSection-module__eW56dq__readerOverlay{padding:0}.InterestingSection-module__eW56dq__readerContent{border-radius:0;max-height:100vh}.InterestingSection-module__eW56dq__readerBody{padding:1.5rem}.InterestingSection-module__eW56dq__readerTitle{font-size:1.75rem}}@media (max-width:640px){.InterestingSection-module__eW56dq__compact{max-height:120px;padding:0 .5rem;overflow:hidden}.InterestingSection-module__eW56dq__header{margin-bottom:.3rem;padding-bottom:.15rem}.InterestingSection-module__eW56dq__title{font-size:.8rem}.InterestingSection-module__eW56dq__title:before{font-size:.7rem}.InterestingSection-module__eW56dq__compact .InterestingSection-module__eW56dq__grid{gap:.3rem;max-height:80px}.InterestingSection-module__eW56dq__articleCard{padding:.3rem}.InterestingSection-module__eW56dq__articleTitle{font-size:.95rem}.InterestingSection-module__eW56dq__articlePreview{font-size:.85rem}.InterestingSection-module__eW56dq__articleContent{overflow:hidden}.InterestingSection-module__eW56dq__imageWrap{width:28px;height:28px;margin-right:.4rem}.InterestingSection-module__eW56dq__readerOverlay{width:100vw;height:100vh;padding:0;position:fixed;inset:0}.InterestingSection-module__eW56dq__readerContent{border-radius:0;flex-direction:column;width:100%;max-width:100vw;height:100vh;max-height:100vh;display:flex}.InterestingSection-module__eW56dq__readerHero{flex-shrink:0;height:180px}.InterestingSection-module__eW56dq__readerBody{-webkit-overflow-scrolling:touch;flex:1;padding:1rem;overflow:hidden auto}.InterestingSection-module__eW56dq__readerTitle{margin-bottom:.8rem;padding-right:40px;font-size:1.2rem}.InterestingSection-module__eW56dq__readerText{font-size:.85rem;line-height:1.5}.InterestingSection-module__eW56dq__readerText strong{font-weight:700}.InterestingSection-module__eW56dq__externalLink{margin-top:1.5rem;font-size:.85rem}.InterestingSection-module__eW56dq__readerAdmin{flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-bottom:1rem}.InterestingSection-module__eW56dq__adminBtnLarge,.InterestingSection-module__eW56dq__adminBtnLargeDanger{width:100%;padding:.6rem 1rem;font-size:.85rem}.InterestingSection-module__eW56dq__closeReader{width:40px;height:40px;font-size:1rem;top:.5rem;right:.5rem}}.InterestingSection-module__eW56dq__readerAdmin{border-top:1px solid #ffffff0d;gap:1.5rem;margin-top:4rem;padding-top:2rem;display:flex}.InterestingSection-module__eW56dq__adminBtnLarge{color:#000;cursor:pointer;background:#f93;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:700;transition:all .2s}.InterestingSection-module__eW56dq__adminBtnLarge:hover{background:#ffb366;transform:translateY(-2px);box-shadow:0 5px 15px #f933}.InterestingSection-module__eW56dq__adminBtnLargeDanger{color:#f44;cursor:pointer;background:0 0;border:1px solid #ff44444d;border-radius:8px;padding:.75rem 1.5rem;font-weight:700;transition:all .2s}.InterestingSection-module__eW56dq__adminBtnLargeDanger:hover{background:#ff44441a;border-color:#f44}
.MobileFiltersDrawer-module__wXPb7q__overlay{z-index:10000;-webkit-backdrop-filter:blur(10px);opacity:0;pointer-events:none;background:#000000d9;transition:opacity .25s;position:fixed;inset:0}.MobileFiltersDrawer-module__wXPb7q__overlayVisible{opacity:1;pointer-events:auto}.MobileFiltersDrawer-module__wXPb7q__drawer{z-index:10001;background:#08080efa;border-top:1px solid #f936;border-radius:20px 20px 0 0;flex-direction:column;height:min(96vh,100dvh - 8px);transition:transform .35s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -10px 40px #000c}.MobileFiltersDrawer-module__wXPb7q__drawerVisible{transform:translateY(0)}.MobileFiltersDrawer-module__wXPb7q__drawerHandle{flex-shrink:0;justify-content:center;align-items:center;padding:12px 0 8px;display:flex}.MobileFiltersDrawer-module__wXPb7q__drawerHandleBar{background:#f936;border-radius:2px;width:36px;height:4px}.MobileFiltersDrawer-module__wXPb7q__drawerHeader{border-bottom:1px solid #ff993326;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 20px 14px;display:flex}.MobileFiltersDrawer-module__wXPb7q__drawerTitle{color:#f93;text-transform:uppercase;letter-spacing:.08em;font-size:1.1rem;font-weight:800;font-family:var(--font-primary),monospace}.MobileFiltersDrawer-module__wXPb7q__drawerClose{color:#f93;cursor:pointer;background:#ff99331f;border:1px solid #ff99334d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .2s;display:flex}.MobileFiltersDrawer-module__wXPb7q__drawerClose:hover{background:#ff993340}.MobileFiltersDrawer-module__wXPb7q__drawerBody{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ff99334d transparent;flex:1;padding:16px 16px 100px;overflow-y:auto}.MobileFiltersDrawer-module__wXPb7q__drawerBody::-webkit-scrollbar{width:4px}.MobileFiltersDrawer-module__wXPb7q__drawerBody::-webkit-scrollbar-thumb{background:#ff99334d;border-radius:4px}.MobileFiltersDrawer-module__wXPb7q__fab{z-index:9999;cursor:pointer;font-family:var(--font-primary),monospace;text-transform:uppercase;letter-spacing:.06em;color:#f93;background:linear-gradient(#ffffff26 0%,#ffffff0d 48%,#0003 50%,#00000080 100%),#140c04f2;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:13px 18px;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.2,0,0,1);display:flex;position:fixed;bottom:20px;left:12px;right:12px;box-shadow:0 0 0 1px #ff9933b3,0 0 15px 2px #ff78144d,0 4px 20px #0009}.MobileFiltersDrawer-module__wXPb7q__fab:active{transform:scale(.95)}.MobileFiltersDrawer-module__wXPb7q__fabBadge{color:#000;background:#f93;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:900;display:flex}.MobileFiltersDrawer-module__wXPb7q__applyBtn{background:#08080ef2;border-top:1px solid #ff993326;flex-shrink:0;padding:16px 20px;position:sticky;bottom:0;left:0;right:0}.MobileFiltersDrawer-module__wXPb7q__applyBtnInner{width:100%;font-family:var(--font-primary),monospace;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;color:#000;background:linear-gradient(#ffb347 0%,#f93 100%);border:none;border-radius:12px;padding:14px;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #f936}.MobileFiltersDrawer-module__wXPb7q__applyBtnInner:active{transform:scale(.98)}@media (min-width:641px){.MobileFiltersDrawer-module__wXPb7q__fab,.MobileFiltersDrawer-module__wXPb7q__overlay,.MobileFiltersDrawer-module__wXPb7q__drawer{display:none}}
.books-module__ZjqBFq__page{min-height:100vh;color:var(--accent,#f93);font-family:var(--font-primary),monospace;background:#04040ad1;padding:2rem 1rem;overflow-x:hidden}.books-module__ZjqBFq__loadingState{min-height:60vh;color:var(--accent,#f93);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1.1rem;display:flex}.books-module__ZjqBFq__loadingSpinner{border:3px solid #f933;border-top-color:var(--accent,#f93);border-radius:50%;width:40px;height:40px;animation:1s linear infinite books-module__ZjqBFq__spin}@keyframes books-module__ZjqBFq__spin{to{transform:rotate(360deg)}}.books-module__ZjqBFq__hero{z-index:1000;width:100%;margin-bottom:2rem;padding:1rem;position:relative}.books-module__ZjqBFq__starfield{display:none}.books-module__ZjqBFq__heroContent{z-index:1;grid-template-columns:320px 1fr;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.books-module__ZjqBFq__heroRight{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.books-module__ZjqBFq__heroSubtitle{color:#888;margin:0;font-family:ZenMaruGothic-Light,sans-serif;font-size:1rem}.books-module__ZjqBFq__searchBar{justify-content:center;width:100%;margin-top:1rem;display:flex}.books-module__ZjqBFq__main{z-index:1;gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 1rem 4rem;display:flex;position:relative}@media (max-width:900px){.books-module__ZjqBFq__heroContent{grid-template-columns:1fr;gap:1rem}.books-module__ZjqBFq__main{flex-direction:column}.books-module__ZjqBFq__hero{padding:1rem}}@media (max-width:640px){.books-module__ZjqBFq__page{max-width:100vw;padding:0;overflow-x:hidden}.books-module__ZjqBFq__hero{margin-bottom:0;padding:.5rem 0 0}.books-module__ZjqBFq__heroContent{grid-template-columns:1fr;gap:.4rem}.books-module__ZjqBFq__heroRight{gap:.4rem;padding:0}.books-module__ZjqBFq__main{flex-direction:column;gap:0;padding:0 8px 5rem}.books-module__ZjqBFq__searchBar{margin-top:0;padding:0 12px}.books-module__ZjqBFq__navMenu{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:6px;margin-bottom:0;padding:4px 12px 6px;display:flex;overflow-x:auto}.books-module__ZjqBFq__navMenu::-webkit-scrollbar{display:none}.books-module__ZjqBFq__navMenu>button,.books-module__ZjqBFq__navMenu>a{flex-shrink:0;border-radius:14px!important;height:28px!important;padding:0 10px!important}.books-module__ZjqBFq__navMenu>button span[class*=tagLabel],.books-module__ZjqBFq__navMenu>a span[class*=tagLabel]{white-space:nowrap;font-size:11px!important}body.surprise-open .books-module__ZjqBFq__searchBar{display:none}}@media (max-width:380px){.books-module__ZjqBFq__page{padding:0}.books-module__ZjqBFq__hero{padding:.25rem 0 0}.books-module__ZjqBFq__main{padding:0 4px 5rem}}.books-module__ZjqBFq__navMenu{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin-bottom:20px;display:flex}
.Taskbar-module__S5mmtW__taskbar{height:var(--taskbarH);border-top:2px solid var(--accent);box-shadow:0 -2px 10px var(--shadow);z-index:5000;-webkit-user-select:none;user-select:none;background:linear-gradient(#3d3d3d 0%,#1a1a1a 100%);align-items:center;gap:8px;padding:0 15px;display:flex;position:relative;bottom:auto;left:auto;right:auto}.Taskbar-module__S5mmtW__taskbarBtn{border:1px solid var(--accent);color:var(--accent);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#2d2d2d;padding:6px 14px;font-size:14px;font-weight:600;transition:all .2s}.Taskbar-module__S5mmtW__taskbarBtn:hover{background:var(--accent);color:#000;box-shadow:0 0 10px #f93c}.Taskbar-module__S5mmtW__taskbarBtn.Taskbar-module__S5mmtW__taskActive{background:var(--accent);color:#000;box-shadow:0 0 10px #ff9933a6}.Taskbar-module__S5mmtW__quicklaunch{gap:6px;display:flex}.Taskbar-module__S5mmtW__taskbarPrograms{flex:auto;gap:6px;padding:0 6px;display:flex;overflow-x:auto}.Taskbar-module__S5mmtW__taskbarPrograms::-webkit-scrollbar{height:8px}.Taskbar-module__S5mmtW__taskbarPrograms::-webkit-scrollbar-track{background:#00000059}.Taskbar-module__S5mmtW__taskbarPrograms::-webkit-scrollbar-thumb{background:var(--accent);border:1px solid #000;border-radius:6px}.Taskbar-module__S5mmtW__clock{color:var(--accent);border:1px solid var(--accent);background:#00000080;margin-left:auto;padding:6px 18px;font-size:18px;font-weight:700}@media (max-width:768px){.Taskbar-module__S5mmtW__btnText{display:none}.Taskbar-module__S5mmtW__taskbar{gap:4px;padding:0 5px}.Taskbar-module__S5mmtW__taskbarBtn{padding:6px 8px}.Taskbar-module__S5mmtW__clock{padding:6px 8px;font-size:14px}}
.AllNewsPage-module__AZQIJa__wrapper{min-height:calc(100vh - var(--topbarH) - var(--taskbarH));background:radial-gradient(1200px 420px at 50% -10%,#ffa22c1f 0%,#0000 60%),linear-gradient(#080501f2 0%,#050301fa 100%);padding:26px 24px 30px}.AllNewsPage-module__AZQIJa__wrapperEmbedded{background:0 0;min-height:0;padding:0}.AllNewsPage-module__AZQIJa__shell{background:#050300e6;border:1px solid #b46e0f59;border-radius:18px;max-width:1100px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 0 1px #000000b3,inset 0 1px #ffdc6414}.AllNewsPage-module__AZQIJa__shellEmbedded{background:#050300e0;border-color:#b46e0f4d;border-radius:14px;max-width:none}.AllNewsPage-module__AZQIJa__shell:before{content:"";pointer-events:none;background:repeating-linear-gradient(#0000 0 2px,#00000029 2px 3px);position:absolute;inset:0}.AllNewsPage-module__AZQIJa__header{z-index:1;border-bottom:1px solid #b46e0f42;padding:18px 20px 16px;position:relative}.AllNewsPage-module__AZQIJa__headerTop{justify-content:space-between;align-items:center;gap:12px;display:flex}.AllNewsPage-module__AZQIJa__closeBtn{color:#f5b168f2;font-family:var(--font-advent-pro),sans-serif;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:#eb8e311f;border:1px solid #eb8e3173;border-radius:6px;padding:6px 10px;font-size:11px;transition:background .16s}.AllNewsPage-module__AZQIJa__closeBtn:hover{background:#eb8e3133}.AllNewsPage-module__AZQIJa__kicker{letter-spacing:.18em;text-transform:uppercase;color:#e19834d1;font-size:11px;font-family:var(--font-advent-pro),sans-serif;margin-bottom:6px}.AllNewsPage-module__AZQIJa__title{letter-spacing:.02em;color:#f59835f5;text-shadow:0 0 8px #eb8e3173;font-size:34px;line-height:1.08;font-family:var(--font-advent-pro),sans-serif;margin:0}.AllNewsPage-module__AZQIJa__subtitle{color:#dccdb9d1;max-width:860px;font-size:15px;line-height:1.55;font-family:var(--font-advent-pro),sans-serif;margin-top:10px}.AllNewsPage-module__AZQIJa__grid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:16px;display:grid;position:relative}.AllNewsPage-module__AZQIJa__section{background:#0a0602e0;border:1px solid #a5610e47;border-radius:12px;overflow:hidden}.AllNewsPage-module__AZQIJa__sectionHead{border-bottom:1px solid #a5610e33;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.AllNewsPage-module__AZQIJa__sectionTitle{letter-spacing:.12em;text-transform:uppercase;color:#f59835f2;font-size:13px;font-family:var(--font-advent-pro),sans-serif}.AllNewsPage-module__AZQIJa__count{letter-spacing:.08em;color:#dcaa78c7;font-size:11px;font-family:var(--font-advent-pro),sans-serif}.AllNewsPage-module__AZQIJa__list{max-height:70vh;overflow:auto}.AllNewsPage-module__AZQIJa__item{border-bottom:1px solid #8c500c26;padding:10px 12px 11px;text-decoration:none;transition:background .18s;display:block}.AllNewsPage-module__AZQIJa__item:last-child{border-bottom:none}.AllNewsPage-module__AZQIJa__item:hover{background:#ffaa3c0f}.AllNewsPage-module__AZQIJa__meta{justify-content:space-between;align-items:center;gap:8px;margin-bottom:5px;display:flex}.AllNewsPage-module__AZQIJa__badge{letter-spacing:.1em;text-transform:uppercase;color:#eb8e31e6;font-size:10px;font-family:var(--font-advent-pro),sans-serif;background:#eb8e3114;border:1px solid #eb8e316b;border-radius:2px;padding:2px 6px}.AllNewsPage-module__AZQIJa__badgeWorld{color:#78dc78db;background:#78c87814;border-color:#78c87866}.AllNewsPage-module__AZQIJa__badgeOther{color:#96beffdb;background:#82aaff14;border-color:#82aaff61}.AllNewsPage-module__AZQIJa__date{letter-spacing:.05em;color:#dcaa78cc;font-size:12px;font-family:var(--font-advent-pro),sans-serif}.AllNewsPage-module__AZQIJa__itemTitle{color:#f59835eb;text-shadow:0 0 6px #eb8e3159;font-size:17px;line-height:1.3;font-family:var(--font-advent-pro),sans-serif}.AllNewsPage-module__AZQIJa__snippet{color:#d7ccbabf;font-size:14px;line-height:1.45;font-family:var(--font-advent-pro),sans-serif;margin-top:6px}.AllNewsPage-module__AZQIJa__empty{color:#b4a082bf;text-align:center;font-size:13px;font-family:var(--font-advent-pro),sans-serif;padding:18px 12px}.AllNewsPage-module__AZQIJa__loading{text-align:center;color:#e6a54ccc;font-family:var(--font-advent-pro),sans-serif;letter-spacing:.1em;padding:34px}@media (max-width:980px){.AllNewsPage-module__AZQIJa__grid{grid-template-columns:1fr}.AllNewsPage-module__AZQIJa__list{max-height:none}}
.AppWindow-module__WqLs6G__appWindow{background:var(--bg1);border:3px solid var(--accent);min-width:260px;max-width:calc(100vw - 12px);max-height:calc(100vh - var(--topbarH) - var(--taskbarH) - 12px);pointer-events:auto;display:none;position:fixed;overflow:hidden;box-shadow:0 0 24px #ff993373,4px 4px #00000059}.AppWindow-module__WqLs6G__chromeless{box-shadow:none!important;background:0 0!important;border:none!important;max-height:100vh!important;overflow:visible!important}.AppWindow-module__WqLs6G__chromeless .AppWindow-module__WqLs6G__appWindowContent{max-height:100%!important;overflow:visible!important}.AppWindow-module__WqLs6G__appWindow.AppWindow-module__WqLs6G__open{flex-direction:column;display:flex}.AppWindow-module__WqLs6G__appWindowContent{background:var(--bg2);color:#ccc;flex:1;min-height:0;padding:14px;font-size:15px;overflow:auto}.AppWindow-module__WqLs6G__appWindowContent::-webkit-scrollbar{width:12px}.AppWindow-module__WqLs6G__appWindowContent::-webkit-scrollbar-track{background:var(--bg1)}.AppWindow-module__WqLs6G__appWindowContent::-webkit-scrollbar-thumb{background:var(--accent);border:1px solid #000;border-radius:6px}.AppWindow-module__WqLs6G__maximized{width:calc(100vw - 12px)!important;height:calc(100vh - 97px)!important;top:46px!important;left:6px!important}.AppWindow-module__WqLs6G__hint{color:#aaa;background:#0000004d;border-left:3px solid #ff99334d;margin-top:12px;padding:8px;font-size:13px;font-style:italic}
.ICQ-module__zbgEnG__icqReset{color:#000;box-sizing:border-box;font-family:Tahoma,Arial,sans-serif;font-size:11px;line-height:normal}.ICQ-module__zbgEnG__mainPanel{-webkit-user-select:none;user-select:none;background:linear-gradient(#eff7ff 0%,#dceefc 100%);border:1px solid #666;border-radius:6px 6px 12px 12px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff4d,0 0 10px #00000080}.ICQ-module__zbgEnG__mainHeader{background:linear-gradient(#88b5eb 0%,#5795d9 100%);border-bottom:1px solid #47a;padding:2px}.ICQ-module__zbgEnG__headerTop{color:#fff;text-shadow:1px 1px 1px #0000004d;justify-content:space-between;align-items:center;padding:2px 4px;font-weight:700;display:flex}.ICQ-module__zbgEnG__headerUin{align-items:center;gap:4px;display:flex}.ICQ-module__zbgEnG__proBadge{color:#fff;background:#4a8f30;border:1px solid #fff;border-radius:2px;margin-right:4px;padding:0 3px;font-size:9px;font-weight:800}.ICQ-module__zbgEnG__adArea{background:#fff;border:1px solid #666;justify-content:center;align-items:center;height:60px;margin:2px;display:flex;overflow:hidden}.ICQ-module__zbgEnG__contactListContainer{flex-direction:column;flex:1;margin:4px 2px 2px;display:flex;position:relative;overflow:hidden}.ICQ-module__zbgEnG__listHeader{color:#6a7c93;text-shadow:1px 1px #fff;z-index:1;background:linear-gradient(#f0f5fa 0%,#d8e4f3 100%);border:1px solid #7f9db9;border-bottom-color:#a0b0c0;border-radius:10px 10px 0 0;justify-content:center;align-items:center;height:18px;min-height:18px;font-size:10px;font-weight:700;display:flex;box-shadow:inset 0 1px 2px #fffc}.ICQ-module__zbgEnG__contactList{background:#fff;border:1px solid #7f9db9;border-top:none;flex:1;padding:2px 0;overflow:hidden auto;box-shadow:inset 1px 1px 2px #0000000d}.ICQ-module__zbgEnG__groupHeader{color:navy;cursor:pointer;align-items:center;margin-top:2px;padding:1px 4px;font-size:10px;font-weight:700;display:flex}.ICQ-module__zbgEnG__groupHeader:hover{background:#efefef}.ICQ-module__zbgEnG__groupArrow{color:navy;margin-right:4px;font-size:9px}.ICQ-module__zbgEnG__contactItem{cursor:pointer;align-items:center;padding:1px 2px 1px 18px;font-size:11px;display:flex}.ICQ-module__zbgEnG__contactItem:hover{background-color:#316ac5;color:#fff!important}.ICQ-module__zbgEnG__contactItem:hover .ICQ-module__zbgEnG__contactName{color:#fff}.ICQ-module__zbgEnG__contactName{color:#000}.ICQ-module__zbgEnG__contactName.ICQ-module__zbgEnG__statusAway{color:#cf0000}.ICQ-module__zbgEnG__statusIcon{width:14px;height:14px;margin-right:4px;position:relative}.ICQ-module__zbgEnG__statusName{color:#000}.ICQ-module__zbgEnG__statusName.ICQ-module__zbgEnG__offline{color:#888}.ICQ-module__zbgEnG__separator{text-align:center;border-top:1px solid #ccc;margin:4px 0;position:relative}.ICQ-module__zbgEnG__separator span{color:#666;background:#eef3f9;padding:0 4px;font-size:10px;position:relative;top:-8px}.ICQ-module__zbgEnG__bottomPanel{background:#dceefc;padding:2px}.ICQ-module__zbgEnG__actionGrid{grid-template-columns:1fr 1fr;gap:2px;margin-bottom:2px;display:grid}.ICQ-module__zbgEnG__actionBtn{text-align:center;color:#036;cursor:pointer;background:linear-gradient(#fff 0%,#e0e0e0 100%);border:1px solid #7f9db9;border-radius:3px;padding:2px;font-size:11px;font-weight:700;box-shadow:0 1px 2px #0000001a}.ICQ-module__zbgEnG__actionBtn:active{background:#ccc;box-shadow:inset 0 1px 2px #0000001a}.ICQ-module__zbgEnG__bottomRow{gap:2px;display:flex}.ICQ-module__zbgEnG__mainMenuBtn{color:#000;cursor:pointer;background:linear-gradient(#f0f0f0 0%,#d0d0d0 100%);border:1px solid #7f9db9;border-radius:3px;flex:1;padding:3px;font-weight:700}.ICQ-module__zbgEnG__statusBtn{color:#000;cursor:pointer;background:linear-gradient(#f0f0f0 0%,#d0d0d0 100%);border:1px solid #7f9db9;border-radius:3px;flex:1;justify-content:center;align-items:center;gap:6px;padding:3px;font-weight:700;display:flex}.ICQ-module__zbgEnG__msgWindow{background:#dbe8f9;border:1px solid #47a;border-radius:6px 6px 12px 12px;flex-direction:column;height:100%;font-family:Tahoma,sans-serif;font-size:11px;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff4d,0 0 10px #00000080}.ICQ-module__zbgEnG__msgToolbar{background:linear-gradient(#f9fbfe 0%,#e2e8f1 100%);border-bottom:1px solid #a0b0c0;gap:4px;padding:2px;display:flex}.ICQ-module__zbgEnG__msgToolBtn{cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.ICQ-module__zbgEnG__msgToolBtn:hover{background:#c1d2e8;border:1px solid #316ac5;border-radius:2px}.ICQ-module__zbgEnG__msgInfoPanel{background:#eef3fa;border:1px solid #7f9db9;grid-template-columns:auto 1fr auto 1fr;align-items:center;gap:8px;margin:4px;padding:4px;font-size:11px;display:grid}.ICQ-module__zbgEnG__infoLabel{color:#444}.ICQ-module__zbgEnG__infoValue{color:navy;background:#fff;border:1px solid #abc;padding:1px 4px;font-weight:700}.ICQ-module__zbgEnG__historyArea{background:#fff;border:1px solid #7f9db9;flex:1;margin:0 4px;padding:4px;font-family:Times New Roman,serif;font-size:14px;overflow-y:auto}.ICQ-module__zbgEnG__msgLogItem{margin-bottom:4px}.ICQ-module__zbgEnG__logHeader{color:navy;margin-bottom:2px;font-family:Tahoma,sans-serif;font-size:12px;font-weight:700}.ICQ-module__zbgEnG__logHeader.ICQ-module__zbgEnG__me{color:maroon}.ICQ-module__zbgEnG__logTime{color:#888;margin-left:4px;font-size:10px;font-weight:400}.ICQ-module__zbgEnG__formatToolbar{align-items:center;gap:2px;margin:2px 4px;display:flex}.ICQ-module__zbgEnG__fmtBtn{color:#000;cursor:pointer;background:#f0f0f0;border:1px solid #dcdcdc;justify-content:center;align-items:center;width:20px;height:20px;font-family:serif;font-weight:700;display:flex}.ICQ-module__zbgEnG__inputArea{resize:none;background:#fff;border:1px solid #7f9db9;height:60px;margin:0 4px;padding:4px;font-family:Arial,sans-serif;font-size:12px}.ICQ-module__zbgEnG__sendPanel{background:#dbe8f9;border-top:1px solid #fff;justify-content:space-between;align-items:center;height:50px;padding:0 4px;display:flex;position:relative;overflow:hidden;box-shadow:0 -1px #a0b0c0}.ICQ-module__zbgEnG__leftControls{z-index:2;align-items:center;gap:6px;padding-left:4px;display:flex}.ICQ-module__zbgEnG__cancelBtn{color:#000;cursor:pointer;background:linear-gradient(#fff 0%,#e0e0e0 100%);border:1px solid #7f9db9;border-radius:12px;padding:3px 12px;font-size:11px;box-shadow:0 1px 2px #0000001a}.ICQ-module__zbgEnG__cancelBtn:active{background:#ccc;box-shadow:inset 0 1px 2px #0000001a}.ICQ-module__zbgEnG__talkIcon{cursor:pointer;opacity:.7;font-size:16px}.ICQ-module__zbgEnG__sendGroup{background:linear-gradient(#f2f7fd 0%,#dbe8f9 100%);border:none;border-top:1px solid #fff;border-left:1px solid #fffc;border-top-left-radius:30px;align-items:center;height:42px;margin-top:8px;padding:0 8px 0 24px;display:flex;position:relative;box-shadow:-2px -2px 4px #0000000d}.ICQ-module__zbgEnG__sendGroup:before{content:"";pointer-events:none;border-top:1px solid #fff;border-left:1px solid #fff;border-top-left-radius:30px;position:absolute;inset:0}.ICQ-module__zbgEnG__sendOptions{align-items:center;gap:6px;margin-right:12px;display:flex}.ICQ-module__zbgEnG__sendByLabel{color:#036;margin-right:4px;font-size:11px;font-weight:700}.ICQ-module__zbgEnG__sendBtn{cursor:pointer;color:#444;background:linear-gradient(#f0f0f0 0%,#d0d0d0 100%);border:1px solid #7f9db9;border-radius:14px;padding:4px 20px;font-weight:700;box-shadow:0 1px 2px #0000001a}.ICQ-module__zbgEnG__sendBtn:active{background:#bbb;box-shadow:inset 0 1px 2px #0000001a}.ICQ-module__zbgEnG__statusDot{background:radial-gradient(circle at 30% 30%,gold,#daa520);border:1px solid #b8860b;border-radius:50%;width:12px;height:12px;margin-left:6px;box-shadow:1px 1px 2px #0003}.ICQ-module__zbgEnG__msgAd{background:#fff;border:1px solid #999;justify-content:center;align-items:center;height:50px;margin:4px;display:flex}.ICQ-module__zbgEnG__flowerIcon{width:13px;height:13px;position:relative}.ICQ-module__zbgEnG__flowerIcon:before{content:"";clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background:radial-gradient(circle,#cfc 20%,#0a0 100%);border-radius:50%;width:100%;height:100%;position:absolute}.ICQ-module__zbgEnG__flowerIcon.ICQ-module__zbgEnG__red:before{background:radial-gradient(circle,#fcc 20%,#a00 100%)}.ICQ-module__zbgEnG__flowerIcon.ICQ-module__zbgEnG__grey:before{background:radial-gradient(circle,#eee 20%,#888 100%)}.ICQ-module__zbgEnG__flowerIcon:after{content:"";background:#fff;border:1px solid #333;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.RichTextEditor-module__VIy_aa__richTextEditor{border:1px solid var(--accent);background:#000;flex-direction:column;height:100%;display:flex}.RichTextEditor-module__VIy_aa__toolbar{background:var(--bg1);border-bottom:1px solid var(--accent);flex-wrap:wrap;gap:8px;padding:8px;display:flex}.RichTextEditor-module__VIy_aa__toolbarGroup{border-right:1px solid #ff99334d;gap:4px;padding-right:8px;display:flex}.RichTextEditor-module__VIy_aa__toolbarGroup:last-child{border-right:none}.RichTextEditor-module__VIy_aa__toolbar button{color:var(--accent);cursor:pointer;background:#00000080;border:1px solid #0000;border-radius:4px;padding:6px 10px;font-family:inherit;font-size:14px;transition:all .2s}.RichTextEditor-module__VIy_aa__toolbar button:hover{border-color:var(--accent);background:#f933}.RichTextEditor-module__VIy_aa__toolbar button.RichTextEditor-module__VIy_aa__active{background:var(--accent);color:#000;font-weight:700}.RichTextEditor-module__VIy_aa__editorContainer{background:#111;flex:1;position:relative;overflow:hidden}.RichTextEditor-module__VIy_aa__editor{color:#eee;box-sizing:border-box;outline:none;height:100%;padding:20px;font-family:Arial,sans-serif;overflow-y:auto}.RichTextEditor-module__VIy_aa__editorContainer>div{flex-direction:column;height:100%;display:flex}.RichTextEditor-module__VIy_aa__editor .ProseMirror{outline:none;min-height:100%}.RichTextEditor-module__VIy_aa__editor .ProseMirror p{margin-bottom:1em;line-height:1.6}:is(.RichTextEditor-module__VIy_aa__editor .ProseMirror h1,.RichTextEditor-module__VIy_aa__editor .ProseMirror h2,.RichTextEditor-module__VIy_aa__editor .ProseMirror h3){color:var(--accent);margin-top:1.5em;margin-bottom:.5em}.RichTextEditor-module__VIy_aa__editor .ProseMirror blockquote{border-left:3px solid var(--accent);color:#aaa;margin-left:0;padding-left:1em}.RichTextEditor-module__VIy_aa__editor .ProseMirror code{background:#ffffff1a;border-radius:3px;padding:2px 4px;font-family:monospace}.RichTextEditor-module__VIy_aa__editor .ProseMirror pre{background:#000;border:1px solid #333;border-radius:4px;padding:10px;overflow-x:auto}.RichTextEditor-module__VIy_aa__editor .ProseMirror pre code{color:#0f0;background:0 0;padding:0}.RichTextEditor-module__VIy_aa__editor .ProseMirror img{border:1px solid #444;max-width:100%;height:auto}.RichTextEditor-module__VIy_aa__editor .ProseMirror img.floatLeft{float:left;max-width:50%;margin-bottom:10px;margin-right:20px}.RichTextEditor-module__VIy_aa__editor .ProseMirror img.floatRight{float:right;max-width:50%;margin-bottom:10px;margin-left:20px}.RichTextEditor-module__VIy_aa__editor .ProseMirror a{color:var(--accent);text-decoration:underline}.RichTextEditor-module__VIy_aa__markdownEditor{color:#ccc;resize:none;background:#1a1a1a;border:none;outline:none;width:100%;height:100%;padding:20px;font-family:Courier New,monospace;font-size:14px;line-height:1.5}.RichTextEditor-module__VIy_aa__linkDialog{border:2px solid var(--accent);z-index:100;background:#222;width:350px;padding:20px;position:absolute;top:50px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.RichTextEditor-module__VIy_aa__linkDialog h4{color:var(--accent);text-transform:uppercase;margin-top:0;margin-bottom:15px}.RichTextEditor-module__VIy_aa__linkDialog input{color:#fff;background:#000;border:1px solid #444;width:100%;margin-bottom:10px;padding:8px;font-family:inherit}.RichTextEditor-module__VIy_aa__linkDialog input:focus{border-color:var(--accent);outline:none}.RichTextEditor-module__VIy_aa__dialogButtons{justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.RichTextEditor-module__VIy_aa__dialogButtons button{cursor:pointer;color:#fff;background:#333;border:1px solid #555;padding:6px 12px}.RichTextEditor-module__VIy_aa__dialogButtons button:first-child{background:var(--accent);color:#000;border-color:var(--accent);font-weight:700}.RichTextEditor-module__VIy_aa__suggestions{background:#111;border:1px solid #444;max-height:150px;margin-bottom:10px;overflow-y:auto}.RichTextEditor-module__VIy_aa__suggestionsLabel{color:#888;background:#222;padding:4px 8px;font-size:11px}.RichTextEditor-module__VIy_aa__suggestion{cursor:pointer;border-bottom:1px solid #333;padding:6px 8px;font-size:13px}.RichTextEditor-module__VIy_aa__suggestion:hover{color:var(--accent);background:#333}.RichTextEditor-module__VIy_aa__imageGallery{background:#111;border:1px solid #333;grid-template-columns:repeat(3,1fr);gap:8px;max-height:300px;margin-top:10px;padding:8px;display:grid;overflow-y:auto}.RichTextEditor-module__VIy_aa__galleryItem{cursor:pointer;background:#1a1a1a;border:1px solid #0000;transition:all .2s}.RichTextEditor-module__VIy_aa__galleryItem:hover{border-color:var(--accent);transform:scale(1.02)}.RichTextEditor-module__VIy_aa__galleryImgWrapper{background:#000;justify-content:center;align-items:center;width:100%;height:80px;display:flex;overflow:hidden}.RichTextEditor-module__VIy_aa__galleryImgWrapper img{object-fit:cover;width:100%;height:100%}.RichTextEditor-module__VIy_aa__galleryImgName{text-overflow:ellipsis;white-space:nowrap;color:#aaa;text-align:center;padding:4px;font-size:10px;overflow:hidden}.RichTextEditor-module__VIy_aa__bubbleMenu{border:1px solid var(--accent);background:#000;border-radius:.5rem;gap:.2rem;padding:.2rem;display:flex;box-shadow:0 0 10px #00000080}.RichTextEditor-module__VIy_aa__bubbleMenu button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.3rem;padding:.2rem .5rem;font-size:.8rem;transition:all .2s}.RichTextEditor-module__VIy_aa__bubbleMenu button:hover,.RichTextEditor-module__VIy_aa__bubbleMenu button.RichTextEditor-module__VIy_aa__active{background:var(--accent);color:#000}
