@import "https://fonts.googleapis.com/css2?family=Advent+Pro:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Advent+Pro:wght@400;500;600;700&family=Audiowide&display=swap";
.BooksGlobalStats-module__isDifG__root{--stats-panel-bg:#0f0f19d9;--stats-border:#ff993326;--stats-accent:var(--accent,#f93);font-family:var(--font-handjet),monospace;box-sizing:border-box;width:100%;min-width:0;padding:20px 0 60px;overflow-x:hidden}.BooksGlobalStats-module__isDifG__filterBar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:28px;display:flex}.BooksGlobalStats-module__isDifG__filterBtn{border:1px solid var(--stats-border);color:#888;cursor:pointer;font-family:var(--font-primary),sans-serif;letter-spacing:1px;text-transform:uppercase;background:0 0;border-radius:4px;padding:7px 18px;font-size:16px;font-weight:500;transition:all .2s}.BooksGlobalStats-module__isDifG__filterBtn:hover{border-color:var(--stats-accent);color:var(--stats-accent)}.BooksGlobalStats-module__isDifG__filterBtnActive{background:var(--stats-accent);border-color:var(--stats-accent);color:#000;font-weight:700}.BooksGlobalStats-module__isDifG__filterCount{color:#555;letter-spacing:1px;margin-left:auto;font-size:13px}.BooksGlobalStats-module__isDifG__bigGrid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;margin-bottom:22px;display:grid}.BooksGlobalStats-module__isDifG__bigStat{background:var(--stats-panel-bg);border:1px solid var(--stats-border);text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:6px;padding:12px 10px;transition:border-color .2s}.BooksGlobalStats-module__isDifG__bigStat:hover{border-color:var(--stats-accent)}.BooksGlobalStats-module__isDifG__bigStatValue{font-size:30px;font-family:var(--font-primary),sans-serif;color:var(--stats-accent);letter-spacing:1px;font-weight:600;line-height:1.1}.BooksGlobalStats-module__isDifG__bigStatLabel{font-size:13px;font-family:var(--font-primary),sans-serif;color:#888;text-transform:uppercase;letter-spacing:.8px;margin-top:3px;font-weight:400}.BooksGlobalStats-module__isDifG__bigStatSub{font-size:11px;font-family:var(--font-handjet),monospace;color:#555;margin-top:2px}.BooksGlobalStats-module__isDifG__grid{grid-template-columns:1fr 1fr;gap:18px;min-width:0;display:grid}.BooksGlobalStats-module__isDifG__panel{background:var(--stats-panel-bg);border:1px solid var(--stats-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:8px;min-width:0;padding:14px 16px;transition:border-color .2s;overflow:hidden}.BooksGlobalStats-module__isDifG__panel:hover{border-color:#ff99334d}.BooksGlobalStats-module__isDifG__panelWide{grid-column:1/-1}.BooksGlobalStats-module__isDifG__panelTitle{font-size:17px;font-family:var(--font-primary),sans-serif;color:var(--stats-accent);text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid var(--stats-border);margin-bottom:11px;padding-bottom:7px;font-weight:600}.BooksGlobalStats-module__isDifG__hbarList{flex-direction:column;gap:5px;display:flex}.BooksGlobalStats-module__isDifG__hbarRow{grid-template-columns:minmax(0,1fr) 75px 60px;align-items:center;gap:6px;min-width:0;display:grid}.BooksGlobalStats-module__isDifG__clickable{cursor:pointer;border-radius:3px;padding:2px 3px;transition:background .15s}.BooksGlobalStats-module__isDifG__clickable:hover{background:#ff99330f}.BooksGlobalStats-module__isDifG__hbarLabel{font-size:15px;font-family:var(--font-primary),sans-serif;color:#ccc;text-overflow:ellipsis;white-space:nowrap;font-weight:400;overflow:hidden}.BooksGlobalStats-module__isDifG__hbarLabelOrig{color:#555;font-size:12px;font-style:italic;font-weight:300}.BooksGlobalStats-module__isDifG__hbarTrack{background:#ffffff0d;border-radius:2px;height:9px;overflow:hidden}.BooksGlobalStats-module__isDifG__hbarFill{border-radius:2px;min-width:2px;height:100%;transition:width .6s}.BooksGlobalStats-module__isDifG__hbarCount{font-size:14px;font-family:var(--font-primary),sans-serif;color:#888;text-align:right;white-space:nowrap;font-weight:600}.BooksGlobalStats-module__isDifG__scrollList{max-height:280px;padding-right:4px;overflow-y:auto}.BooksGlobalStats-module__isDifG__scrollList::-webkit-scrollbar{width:4px}.BooksGlobalStats-module__isDifG__scrollList::-webkit-scrollbar-track{background:0 0}.BooksGlobalStats-module__isDifG__scrollList::-webkit-scrollbar-thumb{background:#f933;border-radius:20px}.BooksGlobalStats-module__isDifG__drilldown{border-top:1px solid var(--stats-border);margin-top:14px;padding-top:12px;animation:.2s BooksGlobalStats-module__isDifG__fadeIn}@keyframes BooksGlobalStats-module__isDifG__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.BooksGlobalStats-module__isDifG__drillTitle{font-size:14px;font-family:var(--font-primary),sans-serif;color:var(--stats-accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-weight:600}.BooksGlobalStats-module__isDifG__drillList{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:4px;display:grid}.BooksGlobalStats-module__isDifG__drillItem{font-size:15px;font-family:var(--font-primary),sans-serif;color:#aaa;border-radius:3px;align-items:center;gap:6px;padding:4px 6px;font-weight:400;text-decoration:none;transition:background .15s,color .15s;display:flex}.BooksGlobalStats-module__isDifG__drillItem:hover{color:var(--stats-accent);background:#ff993314}.BooksGlobalStats-module__isDifG__drillDot{background:var(--stats-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.BooksGlobalStats-module__isDifG__drillSup{font-size:13px;font-family:var(--font-handjet),monospace;color:#555;margin-left:auto}.BooksGlobalStats-module__isDifG__donutWrap{flex-wrap:wrap;align-items:flex-start;gap:20px;display:flex}.BooksGlobalStats-module__isDifG__donutLegend{flex-direction:column;gap:7px;padding-top:8px;display:flex}.BooksGlobalStats-module__isDifG__donutLegendItem{font-size:15px;font-family:var(--font-primary),sans-serif;color:#bbb;align-items:center;gap:8px;font-weight:400;display:flex}.BooksGlobalStats-module__isDifG__donutDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.BooksGlobalStats-module__isDifG__donutCount{color:#666;text-align:right;min-width:24px;font-size:14px;font-family:var(--font-handjet),monospace;margin-left:auto}.BooksGlobalStats-module__isDifG__vbarOuter{flex-direction:column;gap:0;display:flex}.BooksGlobalStats-module__isDifG__vbarWrap{align-items:flex-end;gap:3px;height:130px;padding-top:10px;display:flex}.BooksGlobalStats-module__isDifG__vbarScrollWrap{padding-bottom:8px;overflow-x:auto}.BooksGlobalStats-module__isDifG__vbarScrollWrap::-webkit-scrollbar{height:6px}.BooksGlobalStats-module__isDifG__vbarScrollWrap::-webkit-scrollbar-thumb{background:#ff993380;border-radius:8px}.BooksGlobalStats-module__isDifG__mobileSwipeHint{letter-spacing:.06em;text-transform:uppercase;color:#8b949e;margin-bottom:8px;font-size:11px;display:none}.BooksGlobalStats-module__isDifG__vbarLabelsRow{gap:3px;margin-top:6px;display:flex}.BooksGlobalStats-module__isDifG__vbarLabelCell{text-align:center;min-width:0;font-size:13px;font-family:var(--font-primary),sans-serif;color:#bbb;white-space:nowrap;text-overflow:clip;writing-mode:vertical-rl;text-orientation:mixed;flex:1;justify-content:flex-start;align-items:center;height:44px;font-weight:500;display:flex;overflow:hidden;transform:rotate(180deg)}.BooksGlobalStats-module__isDifG__vbarCol{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:20px;height:100%;display:flex;position:relative}.BooksGlobalStats-module__isDifG__vbarCol:hover .BooksGlobalStats-module__isDifG__vbarTooltip{opacity:1}.BooksGlobalStats-module__isDifG__vbarTooltip{border:1px solid var(--stats-border);font-size:12px;font-family:var(--font-primary),sans-serif;color:#ccc;white-space:nowrap;opacity:0;pointer-events:none;z-index:2;background:#111;border-radius:3px;padding:3px 8px;transition:opacity .15s;position:absolute;top:-26px;left:50%;transform:translate(-50%)}.BooksGlobalStats-module__isDifG__vbarBar{border-radius:2px 2px 0 0;width:100%;min-height:2px;transition:height .5s}.BooksGlobalStats-module__isDifG__stackedBar{border-radius:4px;gap:1px;height:18px;margin-bottom:14px;display:flex;overflow:hidden}.BooksGlobalStats-module__isDifG__stackedSegment{min-width:2px;transition:width .5s}.BooksGlobalStats-module__isDifG__eraLegend{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:6px;display:grid}.BooksGlobalStats-module__isDifG__eraLegendItem{font-size:15px;font-family:var(--font-primary),sans-serif;color:#aaa;align-items:center;gap:7px;font-weight:400;display:flex}.BooksGlobalStats-module__isDifG__eraDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.BooksGlobalStats-module__isDifG__eraLegendLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.BooksGlobalStats-module__isDifG__eraLegendCount{color:#666;font-size:14px;font-family:var(--font-handjet),monospace}.BooksGlobalStats-module__isDifG__tagCloud{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.BooksGlobalStats-module__isDifG__tagChip{cursor:default;white-space:nowrap;font-size:1.05em;font-family:var(--font-primary),sans-serif;letter-spacing:.5px;border:1px solid;border-radius:20px;align-items:baseline;gap:4px;padding:5px 14px;font-weight:400;transition:background .2s;display:inline-flex}.BooksGlobalStats-module__isDifG__tagChip:hover{background:#ffffff0d}.BooksGlobalStats-module__isDifG__tagChip sup{color:#888;font-size:.65em}.BooksGlobalStats-module__isDifG__tagSmile{object-fit:contain;align-self:center;width:18px;height:18px}@media (max-width:900px){.BooksGlobalStats-module__isDifG__grid{grid-template-columns:1fr}.BooksGlobalStats-module__isDifG__panelWide{grid-column:1}}@media (max-width:640px){.BooksGlobalStats-module__isDifG__root{padding:14px 0 48px}.BooksGlobalStats-module__isDifG__hbarRow{grid-template-columns:minmax(0,1fr) 55px 52px;gap:4px}.BooksGlobalStats-module__isDifG__bigGrid{grid-template-columns:repeat(2,1fr)}.BooksGlobalStats-module__isDifG__donutWrap{flex-direction:column}.BooksGlobalStats-module__isDifG__hbarLabel{font-size:13px}.BooksGlobalStats-module__isDifG__panelTitle{font-size:15px}.BooksGlobalStats-module__isDifG__grid{gap:24px}.BooksGlobalStats-module__isDifG__vbarWrap,.BooksGlobalStats-module__isDifG__vbarLabelsRow{min-width:760px}.BooksGlobalStats-module__isDifG__mobileSwipeHint{display:block}.BooksGlobalStats-module__isDifG__popup{width:calc(100vw - 20px);left:10px!important}}@media (max-width:480px){.BooksGlobalStats-module__isDifG__grid{gap:26px}.BooksGlobalStats-module__isDifG__hbarRow{grid-template-columns:minmax(0,1fr) 52px 44px;gap:4px}.BooksGlobalStats-module__isDifG__hbarTrack{height:6px;display:block}.BooksGlobalStats-module__isDifG__hbarCount,.BooksGlobalStats-module__isDifG__hbarLabel{font-size:12px}.BooksGlobalStats-module__isDifG__panel{padding:10px 12px}.BooksGlobalStats-module__isDifG__bigGrid{grid-template-columns:repeat(2,1fr);gap:6px}.BooksGlobalStats-module__isDifG__bigStatValue{font-size:22px}.BooksGlobalStats-module__isDifG__bigStatLabel{font-size:11px}.BooksGlobalStats-module__isDifG__popup{width:calc(100vw - 16px);left:8px!important}}.BooksGlobalStats-module__isDifG__popup{z-index:999;width:340px;max-height:var(--pop-h,400px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:all;background:#0a0a12f5;border:1px solid #f936;border-radius:8px;flex-direction:column;animation:.18s cubic-bezier(.16,1,.3,1) BooksGlobalStats-module__isDifG__popIn;display:flex;position:fixed;overflow:hidden;box-shadow:0 8px 32px #0009,0 0 0 1px #ff993314}@keyframes BooksGlobalStats-module__isDifG__popIn{0%{opacity:0;transform:scale(.94)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.BooksGlobalStats-module__isDifG__popupHeader{background:#ff99330f;border-bottom:1px solid #ff993326;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.BooksGlobalStats-module__isDifG__popupTitle{font-family:var(--font-primary),sans-serif;color:var(--accent,#f93);text-transform:uppercase;letter-spacing:1px;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:600;overflow:hidden}.BooksGlobalStats-module__isDifG__popupClose{color:#666;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 0 0 10px;font-size:14px;line-height:1;transition:color .15s}.BooksGlobalStats-module__isDifG__popupClose:hover{color:#ccc}.BooksGlobalStats-module__isDifG__popupBody{flex-direction:column;padding:6px 4px;display:flex;overflow-y:auto}.BooksGlobalStats-module__isDifG__popupBody::-webkit-scrollbar{width:4px}.BooksGlobalStats-module__isDifG__popupBody::-webkit-scrollbar-track{background:0 0}.BooksGlobalStats-module__isDifG__popupBody::-webkit-scrollbar-thumb{background:#ff993340;border-radius:2px}.BooksGlobalStats-module__isDifG__popupItem{cursor:pointer;border-radius:5px;align-items:center;gap:10px;padding:6px 10px;transition:background .15s;display:flex}.BooksGlobalStats-module__isDifG__popupItem:hover{background:#ff993312}.BooksGlobalStats-module__isDifG__popupThumb{border:1px solid #ffffff12;border-radius:3px;flex-shrink:0;width:36px;height:52px;overflow:hidden}.BooksGlobalStats-module__isDifG__popupThumbImg{object-fit:cover;width:100%;height:100%}.BooksGlobalStats-module__isDifG__popupThumbPlaceholder{width:100%;height:100%}.BooksGlobalStats-module__isDifG__popupItemBody{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.BooksGlobalStats-module__isDifG__popupItemTitle{font-family:var(--font-primary),sans-serif;color:#ccc;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;transition:color .15s;overflow:hidden}.BooksGlobalStats-module__isDifG__popupItem:hover .BooksGlobalStats-module__isDifG__popupItemTitle{color:#fff}.BooksGlobalStats-module__isDifG__popupItemYear{font-family:var(--font-handjet),monospace;color:#555;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.BooksGlobalStats-module__isDifG__popupItemArrow{color:#444;flex-shrink:0;font-size:18px;transition:color .15s}.BooksGlobalStats-module__isDifG__popupItem:hover .BooksGlobalStats-module__isDifG__popupItemArrow{color:var(--accent,#f93)}.BooksGlobalStats-module__isDifG__bookDetail{z-index:1000;width:300px;max-height:var(--detail-h,480px);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#080810f7;border:1px solid #ff993359;border-radius:10px;flex-direction:column;animation:.2s cubic-bezier(.16,1,.3,1) BooksGlobalStats-module__isDifG__popIn;display:flex;position:fixed;overflow:hidden;box-shadow:0 12px 40px #000000b3,0 0 0 1px #ff99330f}.BooksGlobalStats-module__isDifG__bookDetailClose{color:#888;cursor:pointer;z-index:2;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;transition:color .15s,background .15s;display:flex;position:absolute;top:8px;right:8px}.BooksGlobalStats-module__isDifG__bookDetailClose:hover{color:#fff;background:#000c}.BooksGlobalStats-module__isDifG__bookDetailCover{background:#0d0d1a;flex-shrink:0;width:100%;height:160px;position:relative;overflow:hidden}.BooksGlobalStats-module__isDifG__bookDetailImg{object-fit:cover;object-position:top;width:100%;height:100%}.BooksGlobalStats-module__isDifG__bookDetailPlaceholder{width:100%;height:100%;font-family:var(--font-primary),sans-serif;color:#ffffff80;text-align:center;justify-content:center;align-items:center;padding:12px;font-size:14px;display:flex}.BooksGlobalStats-module__isDifG__bookDetailBadge{font-family:var(--font-handjet),monospace;color:var(--accent,#f93);background:#000000bf;border:1px solid #f936;border-radius:4px;padding:2px 8px;font-size:11px;position:absolute;bottom:8px;left:8px}.BooksGlobalStats-module__isDifG__bookDetailInfo{flex-direction:column;gap:8px;padding:12px 14px 14px;display:flex;overflow-y:auto}.BooksGlobalStats-module__isDifG__bookDetailInfo::-webkit-scrollbar{width:3px}.BooksGlobalStats-module__isDifG__bookDetailInfo::-webkit-scrollbar-thumb{background:#f933;border-radius:2px}.BooksGlobalStats-module__isDifG__bookDetailTitle{font-family:var(--font-primary),sans-serif;color:#fff;font-size:16px;font-weight:700;line-height:1.3}.BooksGlobalStats-module__isDifG__bookDetailOrig{font-family:var(--font-handjet),monospace;color:#555;margin-top:-4px;font-size:11px}.BooksGlobalStats-module__isDifG__bookDetailMeta{flex-wrap:wrap;gap:5px;display:flex}.BooksGlobalStats-module__isDifG__bookDetailMeta span{font-family:var(--font-handjet),monospace;color:#888;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff14;border-radius:3px;padding:2px 7px;font-size:11px}.BooksGlobalStats-module__isDifG__bookDetailDesc{font-family:var(--font-primary),sans-serif;color:#888;margin:0;font-size:13px;line-height:1.55}.BooksGlobalStats-module__isDifG__bookDetailLink{font-family:var(--font-primary),sans-serif;color:var(--accent,#f93);margin-top:2px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.BooksGlobalStats-module__isDifG__bookDetailLink:hover{opacity:.75}
@keyframes TopBar-module__56a56G__eb{0%{opacity:.5}to{opacity:1}}.TopBar-module__56a56G__topBar{height:var(--topbarH);border:1px solid #b46e0f59;border-bottom:2px solid var(--accent);box-shadow:0 0 0 1px #000000e6,inset 0 1px 0 #ffdc6414,0 2px 10px var(--shadow);z-index:2000;-webkit-user-select:none;user-select:none;background:#040300;border-radius:14px;align-items:center;margin:8px;padding:0 15px;display:flex;position:relative;top:0}.TopBar-module__56a56G__topBar:before{content:"";z-index:100;pointer-events:none;background:repeating-linear-gradient(#0000 0 2px,#0000002e 2px 3px);position:absolute;inset:0}.TopBar-module__56a56G__topBar:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 30% at 50% 100%,#c864080f 0%,#0000 70%);animation:3.5s ease-in-out infinite alternate TopBar-module__56a56G__eb;position:absolute;inset:0}.TopBar-module__56a56G__logo{color:var(--accent);text-shadow:0 0 10px #f93c;white-space:nowrap;letter-spacing:.02em;z-index:2;margin-right:30px;font-family:Advent Pro,sans-serif;font-size:20px;font-weight:700;position:relative}.TopBar-module__56a56G__logoPrefix{color:#fff;text-shadow:0 0 10px #fff;animation:2s infinite TopBar-module__56a56G__blink}.TopBar-module__56a56G__navButton{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:#ffbe50d9;text-shadow:0 0 8px #ffb42866;-webkit-user-select:none;user-select:none;z-index:201;background:0 0;border:1px solid #b46e0f40;border-radius:4px;align-items:center;padding:6px 12px;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.TopBar-module__56a56G__navButton:hover{color:#fffadc;text-shadow:0 0 12px #ffc83ccc;background:linear-gradient(#ffeb8226 0%,#e6a51e1f 30%,#af640a2e 50%,#6e3a0538 51%,#9b550a1f 70%,#5a2d030f 100%);border-color:#ffc85099;text-decoration:none;box-shadow:0 0 20px #ffb4284d,inset 0 1px #fff5b433}.TopBar-module__56a56G__minimizedWindows{align-items:center;gap:5px;display:flex}.TopBar-module__56a56G__minimizedBtn{border:1px solid var(--accent);color:var(--accent);cursor:pointer;-webkit-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;background:#2d2d2d;max-width:260px;padding:6px 12px;font-size:13px;font-weight:600;transition:all .2s;overflow:hidden}.TopBar-module__56a56G__minimizedBtn:hover{background:var(--accent);color:#000;transform:scale(1.05)}.TopBar-module__56a56G__navContainer{z-index:200;align-items:center;gap:8px;display:flex;position:relative}.TopBar-module__56a56G__searchInput{background:var(--bg1);border:1px solid var(--accent);color:var(--accent);font-family:var(--font-handjet),monospace;outline:none;width:200px;padding:6px 30px 6px 12px;font-size:14px;transition:all .3s}.TopBar-module__56a56G__searchInput:focus{border-color:#fff;box-shadow:0 0 10px #f936}.TopBar-module__56a56G__searchIcon{color:var(--accent);pointer-events:none;opacity:.7;font-size:14px;position:absolute;right:8px}.TopBar-module__56a56G__searchOverlay{z-index:9000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:flex-start;padding-top:80px;animation:.15s TopBar-module__56a56G__fadeIn;display:flex;position:fixed;inset:0}@keyframes TopBar-module__56a56G__fadeIn{0%{opacity:0}to{opacity:1}}.TopBar-module__56a56G__searchModal{border:2px solid var(--accent);background:#1a1a1a;width:600px;max-width:calc(100vw - 40px);animation:.18s TopBar-module__56a56G__slideDown;box-shadow:0 0 40px #ff993359,8px 8px #0009}@keyframes TopBar-module__56a56G__slideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.TopBar-module__56a56G__searchModalHeader{border-bottom:1px solid var(--accent);color:var(--accent);letter-spacing:1px;text-transform:uppercase;background:linear-gradient(90deg,#ff993326 0%,#0000 100%);justify-content:space-between;align-items:center;padding:8px 14px;font-size:13px;font-weight:700;display:flex}.TopBar-module__56a56G__searchModalClose{color:var(--accent);cursor:pointer;background:0 0;border:1px solid #f936;padding:2px 8px;font-size:14px;transition:all .15s}.TopBar-module__56a56G__searchModalClose:hover{background:var(--accent);color:#000}.TopBar-module__56a56G__searchModalBody{padding:16px}.TopBar-module__56a56G__profileLink{background:#ff99331a;border:1px solid #ff99334d;border-radius:4px;align-items:center;padding:4px 10px;text-decoration:none;transition:all .2s;display:flex}.TopBar-module__56a56G__profileLink:hover{border-color:var(--accent);background:#f933}.TopBar-module__56a56G__searchBtn{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:#ffbe50d9;text-shadow:0 0 8px #ffb42866;-webkit-user-select:none;user-select:none;background:linear-gradient(#0e0a04 0%,#080603 100%);border:1px solid #b46e0f59;border-radius:4px;padding:6px 12px;font-family:Share Tech Mono,monospace;font-size:11px;font-weight:500;transition:all .2s}.TopBar-module__56a56G__searchBtn:hover{color:#fffadc;text-shadow:0 0 12px #ffc83ccc;background:linear-gradient(#ffeb8226 0%,#e6a51e1f 30%,#af640a2e 50%,#6e3a0538 51%,#9b550a1f 70%,#5a2d030f 100%);border-color:#ffc85099;box-shadow:0 0 20px #ffb4284d,inset 0 1px #fff5b433}.TopBar-module__56a56G__loginBtn{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:#ffbe50d9;text-shadow:0 0 8px #ffb42866;-webkit-user-select:none;user-select:none;background:linear-gradient(#0e0a04 0%,#080603 100%);border:1px solid #b46e0f59;border-radius:4px;align-items:center;padding:6px 12px;font-family:Share Tech Mono,monospace;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.TopBar-module__56a56G__loginBtn:hover{color:#fffadc;text-shadow:0 0 12px #ffc83ccc;background:linear-gradient(#ffeb8226 0%,#e6a51e1f 30%,#af640a2e 50%,#6e3a0538 51%,#9b550a1f 70%,#5a2d030f 100%);border-color:#ffc85099;text-decoration:none;box-shadow:0 0 20px #ffb4284d,inset 0 1px #fff5b433}.TopBar-module__56a56G__profileAvatar{object-fit:cover;border:1px solid var(--accent);border-radius:50%;width:22px;height:22px}.TopBar-module__56a56G__profileAvatarPlaceholder{background:var(--accent);color:#000;border:1px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.TopBar-module__56a56G__profileName{color:var(--accent);white-space:nowrap;text-overflow:ellipsis;max-width:80px;font-size:11px;font-weight:600;overflow:hidden}.TopBar-module__56a56G__profileWrapper{display:inline-block;position:relative}.TopBar-module__56a56G__profileDropdown{z-index:3000;background:#040300;border:1px solid #b46e0f59;border-radius:4px;min-width:140px;margin-top:6px;animation:.25s cubic-bezier(.4,0,.2,1) TopBar-module__56a56G__dropdownSlide;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 0 0 1px #000000e6,inset 0 1px #ffdc6414,0 32px 80px #000000d9}.TopBar-module__56a56G__profileDropdownItem{color:#d28c23cc;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #b46e0f26;width:100%;padding:10px 14px;font-family:Share Tech Mono,monospace;font-size:12px;text-decoration:none;transition:all .2s;display:block}.TopBar-module__56a56G__profileDropdownItem:last-child{border-bottom:none}.TopBar-module__56a56G__profileDropdownItem:hover{color:#ffdc64f2;background:#ffc8641a}@media (max-width:768px){.TopBar-module__56a56G__topBar{justify-content:flex-start;padding:0 10px;overflow-x:auto}.TopBar-module__56a56G__logo{margin-right:15px;font-size:16px!important}.TopBar-module__56a56G__menuItem{padding:4px 8px;font-size:12px}.TopBar-module__56a56G__searchContainer,.TopBar-module__56a56G__minimizedWindows{display:none}.TopBar-module__56a56G__navContainer{gap:8px}.TopBar-module__56a56G__navButton,.TopBar-module__56a56G__navButtonSmall{padding:5px 10px;font-size:11px}}.TopBar-module__56a56G__navContainer{align-items:center;gap:12px;margin-left:20px;display:flex}.TopBar-module__56a56G__navButtonWrapper{z-index:202;display:inline-block;position:relative}.TopBar-module__56a56G__navButton{cursor:pointer;letter-spacing:.12em;text-transform:uppercase;color:#ffbe50d9;text-shadow:0 0 8px #ffb42866;-webkit-user-select:none;user-select:none;background:linear-gradient(#0e0a04 0%,#080603 100%);border:1px solid #b46e0f59;border-radius:4px;padding:8px 16px;font-family:Share Tech Mono,monospace;font-size:12px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block;position:relative}.TopBar-module__56a56G__navButton:hover{color:#fffadc;text-shadow:0 0 12px #ffc83ccc;background:linear-gradient(#ffeb8226 0%,#e6a51e1f 30%,#af640a2e 50%,#6e3a0538 51%,#9b550a1f 70%,#5a2d030f 100%);border-color:#ffc85099;box-shadow:0 0 20px #ffb4284d,inset 0 1px #fff5b433}.TopBar-module__56a56G__navButtonSmall{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:#ffb43cb3;-webkit-user-select:none;user-select:none;background:linear-gradient(#0e0a04 0%,#080603 100%);border:1px solid #b46e0f59;border-radius:4px;padding:8px 14px;font-family:Share Tech Mono,monospace;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s}.TopBar-module__56a56G__navButtonSmall:hover{color:#ffdc64e6;text-shadow:0 0 10px #ffb42880;background:linear-gradient(#ffeb821f 0%,#c887141a 100%);border-color:#ffbe4680}.TopBar-module__56a56G__navDropdown{z-index:3000;margin-top:8px;animation:.25s cubic-bezier(.4,0,.2,1) TopBar-module__56a56G__dropdownSlide;position:absolute;top:100%;left:0}@keyframes TopBar-module__56a56G__dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.TopBar-module__56a56G__navShell{background:#040300;border:1px solid #b46e0f59;border-radius:4px;width:280px;font-family:Share Tech Mono,monospace;position:relative;overflow:hidden;box-shadow:0 0 0 1px #000000e6,inset 0 1px #ffdc6414,0 32px 80px #000000d9}.TopBar-module__56a56G__navShell:before{content:"";z-index:0;pointer-events:none;background:repeating-linear-gradient(#0000 0 2px,#0000002e 2px 3px);position:absolute;inset:0}.TopBar-module__56a56G__navHeader{-webkit-user-select:none;user-select:none;z-index:1;border-bottom:1px solid #b46e0f33;align-items:center;gap:10px;padding:10px 14px;display:flex;position:relative}.TopBar-module__56a56G__navHeaderIcon{border:1.5px solid #c8821473;border-radius:1px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.TopBar-module__56a56G__navHeaderIcon span{background:#c882148c;width:8px;height:1.5px;display:block;position:relative}.TopBar-module__56a56G__navHeaderIcon span:before,.TopBar-module__56a56G__navHeaderIcon span:after{content:"";background:inherit;width:100%;height:100%;position:absolute;left:0}.TopBar-module__56a56G__navHeaderIcon span:before{top:-3px}.TopBar-module__56a56G__navHeaderIcon span:after{top:3px}.TopBar-module__56a56G__navHeaderLabel{letter-spacing:.15em;text-transform:uppercase;color:#ffbe3c8c;font-family:Share Tech Mono,monospace;font-size:11px}.TopBar-module__56a56G__navSection{z-index:1;border-bottom:1px solid #b46e0f26;position:relative}.TopBar-module__56a56G__navSection:last-child{border-bottom:none}.TopBar-module__56a56G__sectionHeader{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:stretch;display:flex;position:relative}.TopBar-module__56a56G__sectionAccent{opacity:.4;background:linear-gradient(#ffe678e6 0%,#c8780a99 60%,#783c054d 100%);flex-shrink:0;width:2px;transition:opacity .25s}.TopBar-module__56a56G__sectionHeader:hover .TopBar-module__56a56G__sectionAccent{opacity:1}.TopBar-module__56a56G__sectionHeaderInner{flex:1;justify-content:space-between;align-items:center;padding:9px 14px;display:flex}.TopBar-module__56a56G__sectionTitle{letter-spacing:.18em;text-transform:uppercase;color:#ffb937cc;text-shadow:0 0 8px #ffb42880;font-family:Share Tech Mono,monospace;font-size:10px}.TopBar-module__56a56G__sectionArrow{border-bottom:1.5px solid #c8821473;border-right:1.5px solid #c8821473;width:8px;height:8px;transition:transform .25s;transform:rotate(45deg)translateY(-2px)}.TopBar-module__56a56G__sectionHeader.TopBar-module__56a56G__collapsed .TopBar-module__56a56G__sectionArrow{transform:rotate(-45deg)translateY(2px)}.TopBar-module__56a56G__sectionItems{max-height:600px;transition:max-height .32s cubic-bezier(.4,0,.2,1);overflow:hidden}.TopBar-module__56a56G__sectionItems.TopBar-module__56a56G__collapsed{max-height:0}.TopBar-module__56a56G__navItem{cursor:pointer;border-top:1px solid #b46e0a1a;align-items:stretch;display:flex;position:relative;overflow:hidden}.TopBar-module__56a56G__itemBar{z-index:5;pointer-events:none;background:linear-gradient(#ffd2502e 0%,#b4640a1f 100%);flex-shrink:0;width:2px;transition:background .22s;position:relative}.TopBar-module__56a56G__itemText{color:#d28c2399;letter-spacing:.04em;z-index:5;pointer-events:none;text-shadow:0 0 4px #dc961459,0 0 1px #ffd25033;flex:1;padding:7.5px 14px;font-family:Share Tech Mono,monospace;font-size:12px;transition:color .1s;position:relative}.TopBar-module__56a56G__itemDot{z-index:5;pointer-events:none;background:#b46e0f33;border-radius:50%;flex-shrink:0;align-self:center;width:3px;height:3px;margin-right:14px;transition:background .22s,box-shadow .22s;position:relative}.TopBar-module__56a56G__glassBody{pointer-events:none;z-index:1;background:linear-gradient(#ffeb8217 0%,#c8871412 30%,#96520721 50%,#5f30032b 51%,#82440717 70%,#4b24020a 100%);transition:background .25s;position:absolute;inset:0}.TopBar-module__56a56G__glassDome{pointer-events:none;z-index:2;position:absolute;inset:0;overflow:hidden}.TopBar-module__56a56G__glassDome:before{content:"";background:radial-gradient(80% 100% at 50% -10%,#fffcd221 0%,#ffeb8c0f 35%,#0000 75%);height:55%;transition:background .25s;position:absolute;top:0;left:-10%;right:-10%}.TopBar-module__56a56G__glassDome:after{content:"";background:radial-gradient(70% 80% at 50% 110%,#c86e0817 0%,#0000 70%);height:60%;transition:background .25s;position:absolute;bottom:-4px;left:5%;right:5%}.TopBar-module__56a56G__glassRim{pointer-events:none;z-index:3;transition:box-shadow .25s;position:absolute;inset:0;box-shadow:inset 0 1px #fff5b41a,inset 0 -1px #5023024d}.TopBar-module__56a56G__navItem:hover .TopBar-module__56a56G__glassBody{background:linear-gradient(#ffeb8233 0%,#e6a51e38 30%,#af640a4d 50%,#6e3a055c 51%,#9b550a33 70%,#5a2d031a 100%)}.TopBar-module__56a56G__navItem:hover .TopBar-module__56a56G__glassDome:before{background:radial-gradient(85% 110% at 50% -10%,#fffddc6b 0%,#ffee9b33 30%,#0000 80%)}.TopBar-module__56a56G__navItem:hover .TopBar-module__56a56G__glassDome:after{background:radial-gradient(75% 90% at 50% 110%,#dc820c42 0%,#0000 72%)}.TopBar-module__56a56G__navItem:hover .TopBar-module__56a56G__glassRim{box-shadow:inset 0 1px #fff8be6b,inset 0 -1px #5a2a038c,inset 1px 0 #ffe46e1a,inset -1px 0 #ffe46e12}.TopBar-module__56a56G__navItem:hover .TopBar-module__56a56G__itemBar{background:linear-gradient(#fff296e6 0%,#dc9114b3 50%,#8c480866 100%)}.TopBar-module__56a56G__navItem:hover .TopBar-module__56a56G__itemDot{background:#ffd580;box-shadow:0 0 8px 2px #ffd250b3}.TopBar-module__56a56G__navItem:hover .TopBar-module__56a56G__itemText{color:#ffdc64f2;text-shadow:0 0 6px #ffc828b3,0 0 14px #ffb41459}.TopBar-module__56a56G__navItem:active{transition-duration:60ms;transform:scaleY(.975)}.TopBar-module__56a56G__standaloneSection{padding:6px 0}.TopBar-module__56a56G__standaloneTitle{letter-spacing:.22em;text-transform:uppercase;color:#b46e1447;padding:8px 14px 4px;font-family:Share Tech Mono,monospace;font-size:10px}.TopBar-module__56a56G__tooltipDropdown{z-index:3000;margin-top:8px;animation:.25s cubic-bezier(.4,0,.2,1) TopBar-module__56a56G__dropdownSlide;position:absolute;top:100%;left:0}.TopBar-module__56a56G__tooltipShell{background:#040300;border:1px solid #b46e0f59;border-radius:4px;width:240px;font-family:Share Tech Mono,monospace;position:relative;overflow:hidden;box-shadow:0 0 0 1px #000000e6,inset 0 1px #ffdc6414,0 32px 80px #000000d9}.TopBar-module__56a56G__tooltipHeader{letter-spacing:.15em;text-transform:uppercase;color:#ffbe3c8c;z-index:2;border-bottom:1px solid #b46e0f33;padding:10px 14px;font-family:Share Tech Mono,monospace;font-size:11px;position:relative}.TopBar-module__56a56G__tooltipItem{cursor:pointer;z-index:2;border-bottom:1px solid #b46e0f1a;padding:8px 14px;transition:background .2s;position:relative}.TopBar-module__56a56G__tooltipItem:hover{background:#ffc8640d}.TopBar-module__56a56G__tooltipItem:last-child{border-bottom:none}.TopBar-module__56a56G__tooltipTitle{color:#ffc864e6;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:12px;overflow:hidden}.TopBar-module__56a56G__tooltipMeta{color:#b4822899;font-size:10px}.TopBar-module__56a56G__tooltipUser{z-index:2;border-bottom:1px solid #b46e0f1a;align-items:center;gap:10px;padding:6px 14px;display:flex;position:relative}.TopBar-module__56a56G__tooltipUser:last-child{border-bottom:none}.TopBar-module__56a56G__tooltipAvatar{object-fit:cover;border:1px solid var(--accent);border-radius:50%;width:24px;height:24px}.TopBar-module__56a56G__tooltipAvatarPlaceholder{background:var(--accent);color:#000;border:1px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.TopBar-module__56a56G__tooltipUsername{color:#d28c23cc;font-family:Share Tech Mono,monospace;font-size:12px}.TopBar-module__56a56G__avatarHoverWrap{width:24px;height:24px;line-height:0;display:inline-block;position:relative}.TopBar-module__56a56G__avatarHoverPreview{object-fit:cover;z-index:2;border-radius:50%;width:24px;height:24px;display:none;position:absolute;top:0;left:0}.TopBar-module__56a56G__avatarHoverWrap:hover .TopBar-module__56a56G__avatarHoverPreview{display:block}.TopBar-module__56a56G__tooltipThreadTitle{color:#ffc864e6;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:11px;font-weight:600;overflow:hidden}.TopBar-module__56a56G__tooltipContent{color:#b48228b3;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}.TopBar-module__56a56G__cursorLight{pointer-events:none;z-index:3;background:radial-gradient(circle at var(--cx,50%)var(--cy,50%),#ffdc641f 0%,transparent 50%);opacity:0;transition:opacity .2s;position:absolute;inset:0}.TopBar-module__56a56G__navItem:hover .TopBar-module__56a56G__cursorLight{opacity:1}.TopBar-module__56a56G__sheen{pointer-events:none;z-index:4;background:linear-gradient(var(--sheen-angle,152deg),transparent 28%,#fffcd20f 42%,transparent 56%);position:absolute;inset:0}.TopBar-module__56a56G__navItem:hover .TopBar-module__56a56G__sheen{background:linear-gradient(var(--sheen-angle,152deg),transparent 26%,#fffdd742 42%,transparent 58%)}.TopBar-module__56a56G__ripple{pointer-events:none;z-index:10;background:radial-gradient(circle,#ffdc64e6 0%,#0000 70%);border-radius:50%;width:8px;height:8px;animation:.55s cubic-bezier(.2,0,.4,1) forwards TopBar-module__56a56G__ripple-out;position:absolute;transform:translate(-50%,-50%)scale(0)}@keyframes TopBar-module__56a56G__ripple-out{to{opacity:0;transform:translate(-50%,-50%)scale(28)}}.TopBar-module__56a56G__itemText.TopBar-module__56a56G__scrambling{color:#ffd246e6;text-shadow:0 0 6px #ffc828b3,0 0 14px #ffb41459}@media (max-width:1100px){div[class*=NewsTicker]{display:none}}
.MobileLayout-module__EMJx4W__mobileRoot{background:#000;flex-direction:column;width:100%;min-height:100vh;font-size:16px;display:flex;overflow-x:hidden}.MobileLayout-module__EMJx4W__mobileHeader{height:var(--topbarH);border-bottom:2px solid var(--accent);z-index:2000;box-shadow:0 2px 10px var(--shadow);background:linear-gradient(#4a4a4a 0%,#2d2d2d 100%);justify-content:space-between;align-items:center;padding:0 14px;display:flex;position:sticky;top:0}.MobileLayout-module__EMJx4W__logoBtn{cursor:pointer;flex:1;min-width:0;margin:0 10px 0 0}.MobileLayout-module__EMJx4W__burger{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-width:44px;min-height:44px;display:flex}.MobileLayout-module__EMJx4W__burgerLine{background:var(--accent);border-radius:2px;width:28px;height:3px}.MobileLayout-module__EMJx4W__menuOverlay{inset:var(--topbarH)0 0 0;z-index:2200;background:#000000f5;border-top:2px solid #ff99338c;padding:16px;animation:.22s ease-out MobileLayout-module__EMJx4W__menuDrop;position:fixed;overflow-y:auto}@keyframes MobileLayout-module__EMJx4W__menuDrop{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.MobileLayout-module__EMJx4W__menuHead{border-bottom:1px solid #ff99334d;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.MobileLayout-module__EMJx4W__menuTitle{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-size:15px}.MobileLayout-module__EMJx4W__menuClose{min-width:44px;min-height:44px;color:var(--accent);background:#ff993314;border:1px solid #ff993373;font-size:22px}.MobileLayout-module__EMJx4W__menuBlock{margin-bottom:14px}.MobileLayout-module__EMJx4W__main{flex:1;width:100%}.MobileLayout-module__EMJx4W__homeFlow{flex-direction:column;align-items:stretch;gap:14px;width:100%;padding:12px;display:flex}.MobileLayout-module__EMJx4W__section{background:#080808e0;border:2px solid #ff993373;border-radius:10px;width:100%;overflow:hidden}.MobileLayout-module__EMJx4W__sectionTitle{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#ff993312;border-bottom:1px solid #ff993347;padding:10px 12px;font-size:13px}.MobileLayout-module__EMJx4W__sectionBody{width:100%;padding:10px}.MobileLayout-module__EMJx4W__quickNavGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.MobileLayout-module__EMJx4W__quickBtn{min-height:44px;color:var(--accent);letter-spacing:.04em;background:#ff993314;border:1px solid #ff993373;padding:10px;font-size:14px}.MobileLayout-module__EMJx4W__newsScroll{width:100%;max-height:320px;overflow-y:auto}.MobileLayout-module__EMJx4W__newsScroll::-webkit-scrollbar{width:8px;height:8px}.MobileLayout-module__EMJx4W__swipeRow::-webkit-scrollbar{width:8px;height:8px}.MobileLayout-module__EMJx4W__newsScroll::-webkit-scrollbar-thumb{background:#ff9933b3;border-radius:8px}.MobileLayout-module__EMJx4W__swipeRow::-webkit-scrollbar-thumb{background:#ff9933b3;border-radius:8px}.MobileLayout-module__EMJx4W__newsScroll::-webkit-scrollbar-track{background:#ff993329}.MobileLayout-module__EMJx4W__swipeRow::-webkit-scrollbar-track{background:#ff993329}.MobileLayout-module__EMJx4W__aboutText{color:#dcd7cde6;font-size:16px;line-height:1.55}.MobileLayout-module__EMJx4W__aboutList{color:#eba550eb;margin:10px 0 0;padding-left:20px;font-size:15px;line-height:1.45}.MobileLayout-module__EMJx4W__swipeRow{scroll-snap-type:x mandatory;gap:10px;width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.MobileLayout-module__EMJx4W__swipeCard{scroll-snap-align:start;background:#00000059;border:1px solid #ff993359;border-radius:8px;width:100%;min-width:100%;padding:12px}.MobileLayout-module__EMJx4W__quoteText{color:#dcd7cdeb;font-size:16px;line-height:1.5}.MobileLayout-module__EMJx4W__quoteMeta{color:#ffa546eb;margin-top:10px;font-size:14px}.MobileLayout-module__EMJx4W__swipeControls{gap:8px;margin-top:10px;display:flex}.MobileLayout-module__EMJx4W__controlBtn{min-height:44px;color:var(--accent);background:#ff993317;border:1px solid #ff993373;padding:10px 14px}.MobileLayout-module__EMJx4W__stack{flex-direction:column;gap:12px;width:100%;display:flex}@media (max-width:768px){.MobileLayout-module__EMJx4W__mobileRoot *{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}
.Desktop-module__g32mVa__desktop{z-index:5;grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:20px;max-width:1600px;margin:0 auto;padding:30px;display:grid;position:relative}.Desktop-module__g32mVa__desktopFull{z-index:5;max-width:1600px;margin:0 auto;padding:30px;display:block;position:relative}.Desktop-module__g32mVa__desktopWide{z-index:5;max-width:1600px;margin:0 auto;padding:0 30px;display:block;position:relative}@media (min-width:1800px){.Desktop-module__g32mVa__desktopWide{max-width:1980px}}.Desktop-module__g32mVa__mainColumn{flex-direction:column;gap:20px;min-width:0;padding-top:0;display:flex}.Desktop-module__g32mVa__sideColumn{flex-direction:column;gap:20px;display:flex}@media (max-width:1200px){.Desktop-module__g32mVa__desktop{grid-template-columns:1fr}}@media (max-width:768px){.Desktop-module__g32mVa__desktop,.Desktop-module__g32mVa__desktopFull,.Desktop-module__g32mVa__desktopWide{gap:15px;width:100%;max-width:100%;padding:0;overflow-x:hidden}.Desktop-module__g32mVa__sideColumn{display:none}}
.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}}
.PromoBanners-module__AmU1aq__strip{font-family:var(--font-advent),"Advent Pro",sans-serif;--pb-accent:#eba53a;--pb-accent-soft:#eba53a80;--pb-glow:#dc8c1447;margin:18px 0 0}.PromoBanners-module__AmU1aq__head{align-items:center;gap:10px;margin-bottom:10px;display:flex}.PromoBanners-module__AmU1aq__headLabel{letter-spacing:.2em;text-transform:uppercase;color:#dc9b28d9;text-shadow:0 0 8px #dc961466;font-size:11px;font-weight:500;font-family:var(--font-primary),monospace;white-space:nowrap}.PromoBanners-module__AmU1aq__headRule{background:#b46e0f59;flex:1;height:1px;box-shadow:0 0 6px #dc961433}.PromoBanners-module__AmU1aq__headCount{letter-spacing:.18em;color:#965a0fbf;font-variant-numeric:tabular-nums;font-size:10px}.PromoBanners-module__AmU1aq__stage{isolation:isolate;background:#040300;border:1px solid #b46e0f4d;border-radius:14px;transition:border-color .3s;display:grid;position:relative;overflow:hidden;box-shadow:0 0 0 1px #000000e6,inset 0 1px #ffdc640f}.PromoBanners-module__AmU1aq__stage:hover{border-color:var(--pb-accent-soft)}.PromoBanners-module__AmU1aq__stage:after{content:"";z-index:40;pointer-events:none;background:repeating-linear-gradient(#0000 0 2px,#00000026 2px 3px);position:absolute;inset:0}.PromoBanners-module__AmU1aq__slide{opacity:0;visibility:hidden;grid-area:1/1;grid-template-columns:minmax(0,1fr) minmax(300px,42%);align-items:stretch;min-height:296px;transition:opacity .22s,transform .3s,visibility 0s linear .22s;display:grid;position:relative;transform:translateY(10px)}.PromoBanners-module__AmU1aq__slideActive{opacity:1;visibility:visible;transition:opacity .34s .2s,transform .46s cubic-bezier(.22,1,.36,1) .16s,visibility;transform:none}.PromoBanners-module__AmU1aq__slide .PromoBanners-module__AmU1aq__art{order:2}.PromoBanners-module__AmU1aq__slideFlip{grid-template-columns:minmax(300px,42%) minmax(0,1fr)}.PromoBanners-module__AmU1aq__slideFlip .PromoBanners-module__AmU1aq__art{order:-1}.PromoBanners-module__AmU1aq__rail{z-index:30;background:linear-gradient(180deg,var(--pb-accent)0%,var(--pb-accent-soft)55%,#8c4e0833 100%);width:4px;position:absolute;top:0;bottom:0;left:0}.PromoBanners-module__AmU1aq__slideFlip .PromoBanners-module__AmU1aq__rail{background:linear-gradient(180deg,#8c4e0833 0%,var(--pb-accent-soft)45%,var(--pb-accent)100%);left:auto;right:0}.PromoBanners-module__AmU1aq__copy{z-index:20;flex-direction:column;justify-content:center;gap:12px;padding:22px 26px 20px;display:flex;position:relative}.PromoBanners-module__AmU1aq__kicker{letter-spacing:.26em;text-transform:uppercase;color:#140a04eb;clip-path:polygon(10% 0%,90% 0%,100% 50%,90% 100%,10% 100%,0% 50%);box-shadow:0 0 10px var(--pb-glow);background:linear-gradient(#ffcf7a,#d99a1f);align-self:flex-start;padding:5px 18px;font-size:10px;font-weight:700}.PromoBanners-module__AmU1aq__title{line-height:.98;font-family:"Audiowide",var(--font-advent),sans-serif;letter-spacing:.04em;color:#0000;filter:drop-shadow(0 0 11px var(--pb-glow));background-image:linear-gradient(100deg,#d99a1f 0%,#ffe9c0 22%,#fff7e6 45%,#ffcf7a 70%,#d99a1f 100%);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(26px,3.1vw,44px);font-weight:400;animation:7s ease-in-out infinite PromoBanners-module__AmU1aq__pbHolo}@keyframes PromoBanners-module__AmU1aq__pbHolo{0%,to{background-position:0%}50%{background-position:100%}}.PromoBanners-module__AmU1aq__lead{color:#e2d8c8e0;max-width:54ch;margin:0;font-size:16px;line-height:1.5}.PromoBanners-module__AmU1aq__points{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.PromoBanners-module__AmU1aq__point{color:#ebaf5fd1;align-items:flex-start;gap:9px;font-size:14px;line-height:1.4;display:flex}.PromoBanners-module__AmU1aq__pointMark{background:var(--pb-accent);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);width:7px;height:7px;box-shadow:0 0 7px var(--pb-glow);flex-shrink:0;margin-top:5px}.PromoBanners-module__AmU1aq__stats{flex-wrap:wrap;gap:8px 20px;min-height:42px;padding-top:2px;display:flex}.PromoBanners-module__AmU1aq__stat{flex-direction:column;line-height:1.1;display:flex}.PromoBanners-module__AmU1aq__statNum{font-family:"Audiowide",var(--font-advent),sans-serif;color:var(--pb-accent);text-shadow:0 0 12px var(--pb-glow);font-variant-numeric:tabular-nums;font-size:21px}.PromoBanners-module__AmU1aq__statLabel{letter-spacing:.16em;text-transform:uppercase;color:#a07846cc;margin-top:3px;font-size:10px}.PromoBanners-module__AmU1aq__chips{flex-wrap:wrap;gap:6px;display:flex}.PromoBanners-module__AmU1aq__chip{letter-spacing:.16em;text-transform:uppercase;color:#ebaf5fbf;background:#ff960f0a;border:1px solid #b46e0f59;border-radius:3px;padding:4px 9px;font-size:10px}.PromoBanners-module__AmU1aq__actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:2px;display:flex}.PromoBanners-module__AmU1aq__cta{letter-spacing:.14em;text-transform:uppercase;color:#150b03;background:linear-gradient(180deg,#ffcf7a,var(--pb-accent));box-shadow:0 0 16px var(--pb-glow);border:1px solid #ffdc9659;border-radius:3px;align-items:center;gap:8px;padding:9px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.PromoBanners-module__AmU1aq__cta:hover{box-shadow:0 0 24px var(--pb-glow);transform:translateY(-1px)}.PromoBanners-module__AmU1aq__ctaGhost{letter-spacing:.12em;text-transform:uppercase;color:#ebaf5fd9;background:#ff960f08;border:1px solid #b46e0f66;border-radius:3px;align-items:center;gap:8px;padding:9px 16px;font-size:13px;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.PromoBanners-module__AmU1aq__ctaGhost:hover{color:#ffd699;border-color:var(--pb-accent-soft);background:#ff960f14}.PromoBanners-module__AmU1aq__art{z-index:10;border-left:1px solid #b46e0f38;position:relative;overflow:hidden}.PromoBanners-module__AmU1aq__slideFlip .PromoBanners-module__AmU1aq__art{border-left:none;border-right:1px solid #b46e0f38}.PromoBanners-module__AmU1aq__art:after{content:"";z-index:12;pointer-events:none;background:linear-gradient(90deg,#040300eb 0%,#04030040 34%,#04030000 60%);position:absolute;inset:0}.PromoBanners-module__AmU1aq__slideFlip .PromoBanners-module__AmU1aq__art:after{background:linear-gradient(270deg,#040300eb 0%,#04030040 34%,#04030000 60%)}.PromoBanners-module__AmU1aq__cover{object-fit:cover;background:#0c0a06;border-radius:2px;position:absolute;box-shadow:0 10px 26px #000000bf}.PromoBanners-module__AmU1aq__archive{--pb-accent:#e0b24a;--pb-accent-soft:#e0b24a8c;--pb-glow:#d8aa464d}.PromoBanners-module__AmU1aq__archive .PromoBanners-module__AmU1aq__title{filter:drop-shadow(0 0 12px #d8aa4666)drop-shadow(0 0 22px #78d2a038);background-image:linear-gradient(100deg,#c8912a 0%,#ffeec2 22%,#f3fff2 46%,#ffd98e 70%,#c8912a 100%)}.PromoBanners-module__AmU1aq__archive .PromoBanners-module__AmU1aq__kicker{background:linear-gradient(#ffe3a8,#c8912a)}.PromoBanners-module__AmU1aq__archive .PromoBanners-module__AmU1aq__art{background:radial-gradient(70% 60% at 42% 40%,#3c785f33,#0000 68%),radial-gradient(85% 75% at 45% 55%,#6e460c66,#0000 74%),linear-gradient(160deg,#0a0a08 0%,#050403 100%)}.PromoBanners-module__AmU1aq__archive .PromoBanners-module__AmU1aq__art:before{content:"";z-index:11;pointer-events:none;background-image:repeating-linear-gradient(90deg,#ffe1aa17 0 1px,#78d2aa0d 1px 2px,#0000 2px 5px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 72% at 45%,#000 10%,#0000 84%);mask-image:radial-gradient(80% 72% at 45%,#000 10%,#0000 84%)}.PromoBanners-module__AmU1aq__win{background:#0c0a06;border:1px solid #e0b24a59;border-radius:5px;width:62%;transition:transform .45s cubic-bezier(.22,1,.36,1);display:block;position:absolute;overflow:hidden;box-shadow:0 12px 30px #000c}.PromoBanners-module__AmU1aq__win:first-child{z-index:1;top:10%;left:2%;transform:rotate(-2.5deg)}.PromoBanners-module__AmU1aq__win:nth-child(2){z-index:2;top:32%;left:19%;transform:rotate(1.5deg)}.PromoBanners-module__AmU1aq__win:nth-child(3){z-index:3;top:54%;left:36%;transform:rotate(-1deg)}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__win:first-child{transform:rotate(-2.5deg)translate(-6px,-6px)}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__win:nth-child(3){transform:rotate(-1deg)translate(6px,6px)}.PromoBanners-module__AmU1aq__winBar{background:linear-gradient(#241a0d,#170f07);border-bottom:1px solid #e0b24a38;align-items:center;gap:4px;padding:4px 7px;display:flex}.PromoBanners-module__AmU1aq__winBar i{background:#e0b24a73;border-radius:50%;flex-shrink:0;width:5px;height:5px}.PromoBanners-module__AmU1aq__winBar em{letter-spacing:.08em;color:#e6c896a6;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin-left:4px;font-size:8px;font-style:normal;overflow:hidden}.PromoBanners-module__AmU1aq__winShot{aspect-ratio:1.62;object-fit:cover;object-position:top center;background:#0c0a06;width:100%;height:auto;display:block}.PromoBanners-module__AmU1aq__books{--pb-accent:#e8b45a;--pb-accent-soft:#e8b45a8c;--pb-glow:#e8aa3c4d}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__art{background:radial-gradient(70% 90% at 70% 30%,#78460a66,#0000 70%),linear-gradient(160deg,#100a04 0%,#060402 100%)}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__art:before{content:"";z-index:11;pointer-events:none;background-image:repeating-linear-gradient(#ffd69617 0 1px,#0000 1px 9px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 60%,#000 10%,#0000 85%);mask-image:radial-gradient(80% 70% at 60%,#000 10%,#0000 85%)}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover{--pb-x:0px;--pb-y:0px;--pb-rot:0deg;width:108px;height:152px;transform:translate(calc(-50% + var(--pb-x)),calc(-50% + var(--pb-y)))rotate(var(--pb-rot));border:1px solid #ffd28c24;transition:transform .45s cubic-bezier(.22,1,.36,1);top:50%;left:50%}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:first-child{--pb-x:-180px;--pb-y:8px;--pb-rot:-9deg;z-index:1}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(2){--pb-x:-108px;--pb-y:1px;--pb-rot:-5deg;z-index:2}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(3){--pb-x:-36px;--pb-y:-4px;--pb-rot:-1deg;z-index:3}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(4){--pb-x:36px;--pb-y:-4px;--pb-rot:3deg;z-index:4}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(5){--pb-x:108px;--pb-y:1px;--pb-rot:7deg;z-index:5}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(6){--pb-x:180px;--pb-y:8px;--pb-rot:11deg;z-index:6}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:first-child{--pb-x:-196px;--pb-rot:-13deg}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(2){--pb-x:-116px;--pb-rot:-7deg}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(5){--pb-x:116px;--pb-rot:9deg}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(6){--pb-x:196px;--pb-rot:15deg}.PromoBanners-module__AmU1aq__ribbon{z-index:20;clip-path:polygon(0 0,100% 0,100% 100%,50% 72%,0 100%);background:linear-gradient(#f0c069,#a86f16);width:13px;height:46px;position:absolute;top:0;right:34px;box-shadow:0 2px 9px #0009}.PromoBanners-module__AmU1aq__comics{--pb-accent:#ff8a45;--pb-accent-soft:#ff8a458c;--pb-glow:#ff6e324d}.PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__title{filter:drop-shadow(2px 2px #96261c8c)drop-shadow(0 0 15px #ff783c4d);background-image:linear-gradient(100deg,#ff9a3c 0%,#ffe0b0 20%,#ff6f5a 45%,#ffb14d 72%,#ffe3ad 100%)}.PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__kicker{background:linear-gradient(#ffb96a,#e2652c)}.PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__art{background:radial-gradient(70% 90% at 30% 30%,#8c2d0f6b,#0000 70%),linear-gradient(160deg,#120704 0%,#060402 100%)}.PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__art:before{content:"";z-index:11;pointer-events:none;background-image:radial-gradient(#ffbe6e38 1.1px,#0000 1.4px);background-size:6px 6px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(75% 70% at 40%,#000 10%,#0000 85%);mask-image:radial-gradient(75% 70% at 40%,#000 10%,#0000 85%)}.PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__cover{border:1px solid #ffbe8233;width:30%;height:46%;transition:transform .4s cubic-bezier(.22,1,.36,1);box-shadow:3px 3px #96261c59,0 8px 20px #000000b3}.PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__cover:first-child{top:6%;left:4%;transform:rotate(-3deg)}.PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__cover:nth-child(2){top:3%;left:36%;transform:rotate(1.5deg)}.PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__cover:nth-child(3){top:7%;left:68%;transform:rotate(-1deg)}.PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__cover:nth-child(4){top:50%;left:8%;transform:rotate(2deg)}.PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__cover:nth-child(5){top:52%;left:40%;transform:rotate(-2deg)}.PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__cover:nth-child(6){top:49%;left:72%;transform:rotate(3deg)}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__cover:nth-child(2){transform:rotate(1.5deg)translateY(-5px)}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__comics .PromoBanners-module__AmU1aq__cover:nth-child(5){transform:rotate(-2deg)translateY(5px)}.PromoBanners-module__AmU1aq__highrepublic{--pb-accent:#ffd98a;--pb-accent-soft:#ffd98a8c;--pb-glow:#ffe2aa52}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__title{filter:drop-shadow(0 0 18px #ffebbe66);background-image:linear-gradient(100deg,#c9a35c 0%,#fff4dc 25%,#fff 46%,#ffe6b0 68%,#c9a35c 100%);font-size:clamp(22px,2.5vw,35px)}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__kicker{letter-spacing:.3em;background:linear-gradient(#fff3d6,#e2bb69)}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__art{background:radial-gradient(60% 70% at 62% 34%,#ffe2aa38,#0000 68%),radial-gradient(90% 80%,#5a421459,#0000 75%),linear-gradient(160deg,#0d0a05 0%,#050403 100%)}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__art:before{content:"";z-index:11;pointer-events:none;background-image:radial-gradient(#fff0d28c .9px,#0000 1.1px),radial-gradient(#ffe1aa4d .7px,#0000 1px);background-position:0 0,11px 17px;background-size:46px 46px,23px 23px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 75% at 55% 45%,#000 5%,#0000 82%);mask-image:radial-gradient(80% 75% at 55% 45%,#000 5%,#0000 82%)}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover{--pb-x:0px;--pb-y:0px;--pb-rot:0deg;width:88px;height:142px;transform:translate(calc(-50% + var(--pb-x)),calc(-50% + var(--pb-y)))rotate(var(--pb-rot));border:1px solid #ffecc838;transition:transform .45s cubic-bezier(.22,1,.36,1);top:50%;left:50%;box-shadow:0 0 20px #ffe0a024,0 10px 24px #000000bf}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:first-child{--pb-x:-180px;--pb-y:40px;--pb-rot:-6deg;z-index:1}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:nth-child(2){--pb-x:-108px;--pb-y:22px;--pb-rot:-4deg;z-index:2}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:nth-child(3){--pb-x:-36px;--pb-y:4px;--pb-rot:-2deg;z-index:3}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:nth-child(4){--pb-x:36px;--pb-y:-14px;--pb-rot:0deg;z-index:4}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:nth-child(5){--pb-x:108px;--pb-y:-32px;--pb-rot:2deg;z-index:5}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:nth-child(6){--pb-x:180px;--pb-y:-50px;--pb-rot:4deg;z-index:6}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover{--pb-rot:0deg}.PromoBanners-module__AmU1aq__phases{z-index:15;pointer-events:none;justify-content:space-around;padding:0 14px 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.PromoBanners-module__AmU1aq__phase{letter-spacing:.18em;text-transform:uppercase;color:#ffe8bea6;text-shadow:0 1px 6px #000000e6;flex-direction:column;align-items:center;gap:4px;font-size:9px;display:flex}.PromoBanners-module__AmU1aq__phaseNum{font-family:"Audiowide",var(--font-advent),sans-serif;color:#fff4dce6;text-shadow:0 0 12px #ffe2aa99;font-size:13px}.PromoBanners-module__AmU1aq__diary{--pb-accent:#f6a03a;--pb-accent-soft:#f6a03a80;--pb-glow:#f6943247}.PromoBanners-module__AmU1aq__diary .PromoBanners-module__AmU1aq__art{background:radial-gradient(70% 80% at 45% 45%,#5042286b,#0000 72%),linear-gradient(160deg,#0d0b07 0%,#050403 100%);justify-content:center;align-items:flex-end;padding:0 18px 16px;display:flex}.PromoBanners-module__AmU1aq__diary .PromoBanners-module__AmU1aq__art:before{content:"";z-index:11;pointer-events:none;background-image:repeating-linear-gradient(90deg,#ffc88221 0 1px,#0000 1px 24px),repeating-linear-gradient(#ffc88221 0 1px,#0000 1px 24px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80% at 45%,#000 10%,#0000 82%);mask-image:radial-gradient(80% 80% at 45%,#000 10%,#0000 82%)}.PromoBanners-module__AmU1aq__diary .PromoBanners-module__AmU1aq__art:after{background:linear-gradient(270deg,#040300d9 0%,#0403001a 40%,#04030000 62%)}.PromoBanners-module__AmU1aq__shelf{z-index:10;opacity:.5;justify-content:center;align-items:flex-start;gap:9px;padding:0 10px;display:flex;position:absolute;top:-18px;left:0;right:0;-webkit-mask-image:linear-gradient(#000 55%,#0000 96%);mask-image:linear-gradient(#000 55%,#0000 96%)}.PromoBanners-module__AmU1aq__shelfCover{object-fit:cover;background:#0c0a06;border:1px solid #ffd28c1f;border-radius:2px;flex-shrink:0;width:82px;height:116px}.PromoBanners-module__AmU1aq__shelfCover:nth-child(odd){transform:rotate(-2.5deg)translateY(6px)}.PromoBanners-module__AmU1aq__shelfCover:nth-child(2n){transform:rotate(2.5deg)translateY(-6px)}.PromoBanners-module__AmU1aq__mock{z-index:13;background:#0c0a06d9;border:1px solid #b46e0f4d;border-radius:10px;flex-direction:column;gap:10px;width:100%;max-width:358px;padding:12px;display:flex;position:relative;box-shadow:0 14px 34px #000000d9,0 0 0 6px #0604028c}.PromoBanners-module__AmU1aq__mockRow{align-items:stretch;gap:8px;display:flex}.PromoBanners-module__AmU1aq__mockCover{object-fit:cover;background:#0c0a06;border:1px solid #ffd28c29;border-radius:2px;flex-shrink:0;width:46px;height:65px}.PromoBanners-module__AmU1aq__mockLines{flex-direction:column;flex:1;justify-content:center;gap:6px;min-width:0;display:flex}.PromoBanners-module__AmU1aq__mockPill{letter-spacing:.16em;text-transform:uppercase;color:#f6aa50e6;background:#f6943214;border:1px solid #f6943266;border-radius:2px;align-self:flex-start;padding:2px 7px;font-size:8px}.PromoBanners-module__AmU1aq__mockPillDone{color:#96d7aae6;background:#77c98c14;border-color:#77c98c73}.PromoBanners-module__AmU1aq__mockPillWant{color:#b4c6f0e6;background:#9fb4e814;border-color:#9fb4e873}.PromoBanners-module__AmU1aq__mockBar{background:#ffffff12;border-radius:3px;height:5px;overflow:hidden}.PromoBanners-module__AmU1aq__mockBarFill{background:linear-gradient(90deg,#b96f18,#f6a03a);border-radius:3px;height:100%;display:block}.PromoBanners-module__AmU1aq__mockBarText{letter-spacing:.14em;text-transform:uppercase;color:#a07846d9;font-size:9px}.PromoBanners-module__AmU1aq__mockDivider{background:#8c4e0838;height:1px}.PromoBanners-module__AmU1aq__heatmap{grid-template-columns:repeat(18,1fr);gap:3px;display:grid}.PromoBanners-module__AmU1aq__cell{aspect-ratio:1;background:#ffffff0d;border-radius:1px}.PromoBanners-module__AmU1aq__cell1{background:#f6943247}.PromoBanners-module__AmU1aq__cell2{background:#f694328c}.PromoBanners-module__AmU1aq__cell3{background:#ffab52d9;box-shadow:0 0 6px #f6943280}.PromoBanners-module__AmU1aq__sabacc{--pb-accent:#e8a341;--pb-accent-soft:#c99bff8c;--pb-glow:#b482ff4d}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__title{filter:drop-shadow(0 0 10px #e8821a66)drop-shadow(0 0 20px #b482ff47);background-image:linear-gradient(100deg,#ffb14d 0%,#ffe3ad 20%,#c99bff 45%,#ffb14d 70%,#ffe3ad 100%);transform:rotate(-2deg)}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__kicker{background:linear-gradient(#ffd7a2,#d99a1f)}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__art{background:radial-gradient(62% 58% at 50% 46%,#7846963d,#0000 70%),radial-gradient(85% 70% at 50% 60%,#5a370c6b,#0000 74%),linear-gradient(160deg,#0c0806 0%,#050403 100%)}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__art:before{content:"";z-index:11;pointer-events:none;background-image:repeating-linear-gradient(45deg,#ffd2960e 0 1px,#0000 1px 7px),repeating-linear-gradient(-45deg,#c896ff0d 0 1px,#0000 1px 7px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(78% 70%,#000 10%,#0000 84%);mask-image:radial-gradient(78% 70%,#000 10%,#0000 84%)}.PromoBanners-module__AmU1aq__tableArc{z-index:0;pointer-events:none;border-top:1px solid #e8a34147;border-radius:50% 50% 0 0/100% 100% 0 0;width:340px;height:120px;position:absolute;bottom:6%;left:50%;transform:translate(-50%);box-shadow:0 -10px 26px #e8a34117}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover{--pb-x:0px;--pb-y:0px;--pb-rot:0deg;width:96px;height:139px;transform:translate(calc(-50% + var(--pb-x)),calc(-50% + var(--pb-y)))rotate(var(--pb-rot));object-fit:contain;box-shadow:none;filter:drop-shadow(0 8px 16px #000c);background:0 0;border-radius:0;transition:transform .45s cubic-bezier(.22,1,.36,1);top:50%;left:50%}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:first-child{--pb-x:-124px;--pb-y:15px;--pb-rot:-16deg;z-index:1}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:nth-child(2){--pb-x:-62px;--pb-y:3px;--pb-rot:-8deg;z-index:2}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:nth-child(3){--pb-x:0px;--pb-y:-4px;--pb-rot:0deg;z-index:3}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:nth-child(4){--pb-x:62px;--pb-y:3px;--pb-rot:8deg;z-index:2}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:nth-child(5){--pb-x:124px;--pb-y:15px;--pb-rot:16deg;z-index:1}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:first-child{--pb-x:-138px;--pb-rot:-20deg}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:nth-child(5){--pb-x:138px;--pb-rot:20deg}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:nth-child(3){--pb-y:-14px}.PromoBanners-module__AmU1aq__chips3{z-index:13;pointer-events:none;gap:5px;display:flex;position:absolute;bottom:14px;right:18px}.PromoBanners-module__AmU1aq__chipDot{background:radial-gradient(circle at 35% 35%,#ffe28a,#b8860b 70%);border:1px solid #7a5a10;border-radius:50%;width:15px;height:15px;box-shadow:0 2px 6px #000000b3}.PromoBanners-module__AmU1aq__chipDotInv{background:radial-gradient(circle at 35% 35%,#9adcff,#1f6a9a 70%);border-color:#16506f}.PromoBanners-module__AmU1aq__tabs{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.PromoBanners-module__AmU1aq__tab{color:#c8965099;text-align:left;cursor:pointer;background:#ff960f05;border:1px solid #b46e0f42;border-radius:8px;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 12px 9px;font-family:inherit;transition:border-color .25s,color .25s,background .25s;display:flex;position:relative;overflow:hidden}.PromoBanners-module__AmU1aq__tab:hover{color:#f0be78e6;border-color:#eb8e3180}.PromoBanners-module__AmU1aq__tabActive{color:#ffd08f;background:#ff960f0f;border-color:#eb8e3199}.PromoBanners-module__AmU1aq__tabName{letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:600}.PromoBanners-module__AmU1aq__tabHint{letter-spacing:.02em;color:#966e3cd9;font-size:11px}.PromoBanners-module__AmU1aq__tabActive .PromoBanners-module__AmU1aq__tabHint{color:#dca55fd9}.PromoBanners-module__AmU1aq__tabProgress{transform-origin:0;background:linear-gradient(90deg,#eb8e314d,#ffbe63);width:100%;height:2px;position:absolute;bottom:0;left:0;transform:scaleX(0)}.PromoBanners-module__AmU1aq__tabProgressRun{animation:linear forwards PromoBanners-module__AmU1aq__pbProgress}@keyframes PromoBanners-module__AmU1aq__pbProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width:1100px){.PromoBanners-module__AmU1aq__slide{grid-template-columns:minmax(0,1fr) minmax(240px,38%)}.PromoBanners-module__AmU1aq__slideFlip{grid-template-columns:minmax(240px,38%) minmax(0,1fr)}.PromoBanners-module__AmU1aq__lead{font-size:15px}.PromoBanners-module__AmU1aq__point{font-size:13px}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover{width:92px;height:130px}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:first-child{--pb-x:-130px}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(2){--pb-x:-78px}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(3){--pb-x:-26px}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(4){--pb-x:26px}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(5){--pb-x:78px}.PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(6){--pb-x:130px}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:first-child{--pb-x:-142px}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(2){--pb-x:-86px}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(5){--pb-x:86px}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__books .PromoBanners-module__AmU1aq__cover:nth-child(6){--pb-x:142px}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover{width:82px;height:119px}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:first-child{--pb-x:-104px}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:nth-child(2){--pb-x:-52px}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:nth-child(4){--pb-x:52px}.PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:nth-child(5){--pb-x:104px}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:first-child{--pb-x:-116px}.PromoBanners-module__AmU1aq__stage:hover .PromoBanners-module__AmU1aq__sabacc .PromoBanners-module__AmU1aq__cover:nth-child(5){--pb-x:116px}.PromoBanners-module__AmU1aq__tableArc{width:280px;height:100px}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover{width:76px;height:122px}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:first-child{--pb-x:-160px;--pb-y:38px}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:nth-child(2){--pb-x:-96px;--pb-y:19px}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:nth-child(3){--pb-x:-32px;--pb-y:0px}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:nth-child(4){--pb-x:32px;--pb-y:-19px}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:nth-child(5){--pb-x:96px;--pb-y:-38px}.PromoBanners-module__AmU1aq__highrepublic .PromoBanners-module__AmU1aq__cover:nth-child(6){--pb-x:160px;--pb-y:-57px}}@media (max-width:900px){.PromoBanners-module__AmU1aq__slide,.PromoBanners-module__AmU1aq__slideFlip{grid-template-rows:150px auto;grid-template-columns:minmax(0,1fr);min-height:0}.PromoBanners-module__AmU1aq__slide .PromoBanners-module__AmU1aq__art,.PromoBanners-module__AmU1aq__slideFlip .PromoBanners-module__AmU1aq__art{order:-1}.PromoBanners-module__AmU1aq__art:after,.PromoBanners-module__AmU1aq__slideFlip .PromoBanners-module__AmU1aq__art:after,.PromoBanners-module__AmU1aq__diary .PromoBanners-module__AmU1aq__art:after{background:linear-gradient(#04030000 0%,#04030033 45%,#040300f2 100%)}.PromoBanners-module__AmU1aq__art,.PromoBanners-module__AmU1aq__slideFlip .PromoBanners-module__AmU1aq__art{border:none;border-bottom:1px solid #b46e0f38}.PromoBanners-module__AmU1aq__copy{padding:16px 18px 18px}.PromoBanners-module__AmU1aq__tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.PromoBanners-module__AmU1aq__tableArc,.PromoBanners-module__AmU1aq__chips3,.PromoBanners-module__AmU1aq__tabHint{display:none}.PromoBanners-module__AmU1aq__win{width:60%}.PromoBanners-module__AmU1aq__win:first-child{top:4%}.PromoBanners-module__AmU1aq__win:nth-child(3){top:48%}.PromoBanners-module__AmU1aq__diary .PromoBanners-module__AmU1aq__art{padding:0}.PromoBanners-module__AmU1aq__mock{display:none}.PromoBanners-module__AmU1aq__shelf{opacity:.75;align-items:center;top:0;bottom:0;-webkit-mask-image:none;mask-image:none}.PromoBanners-module__AmU1aq__shelfCover{width:74px;height:105px}}@media (prefers-reduced-motion:reduce){.PromoBanners-module__AmU1aq__slide,.PromoBanners-module__AmU1aq__cover,.PromoBanners-module__AmU1aq__cta{transition:none}.PromoBanners-module__AmU1aq__title,.PromoBanners-module__AmU1aq__tabProgressRun{animation:none}}
.SearchAutocomplete-module__JXxIxW__container{width:250px;margin-right:15px;position:relative}.SearchAutocomplete-module__JXxIxW__containerExpanded{width:100%;margin-right:0}.SearchAutocomplete-module__JXxIxW__containerExpanded .SearchAutocomplete-module__JXxIxW__dropdown{width:100%;min-width:100%}.SearchAutocomplete-module__JXxIxW__inputWrapper{border:1px solid var(--accent);background:#0006;border-radius:0;align-items:center;display:flex}.SearchAutocomplete-module__JXxIxW__input{color:var(--foreground);font-family:var(--font-winxp);background:0 0;border:none;outline:none;flex:1;padding:6px 10px;font-size:14px}.SearchAutocomplete-module__JXxIxW__input::placeholder{color:#ffffff4d}.SearchAutocomplete-module__JXxIxW__searchBtn{border:none;border-left:1px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:6px 10px;display:flex}.SearchAutocomplete-module__JXxIxW__searchBtn:hover{background:#ffffff1a}.SearchAutocomplete-module__JXxIxW__dropdown{background:var(--bg-color,#0b0b0b);border:1px solid var(--accent);z-index:1000;scrollbar-width:thin;scrollbar-color:var(--accent)#111;border-top:none;width:100%;min-width:300px;max-height:400px;padding-bottom:5px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:4px 4px #00000080}.SearchAutocomplete-module__JXxIxW__dropdown::-webkit-scrollbar{width:8px}.SearchAutocomplete-module__JXxIxW__dropdown::-webkit-scrollbar-track{background:#111}.SearchAutocomplete-module__JXxIxW__dropdown::-webkit-scrollbar-thumb{background-color:var(--accent);border:1px solid #111}.SearchAutocomplete-module__JXxIxW__loading{color:var(--accent);text-align:center;padding:10px;font-size:12px;font-style:italic}.SearchAutocomplete-module__JXxIxW__categoryGroup{margin-bottom:5px}.SearchAutocomplete-module__JXxIxW__categoryTitle{background:rgba(var(--accent-rgb,0,255,255),.1);color:var(--accent);text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid rgba(var(--accent-rgb,0,255,255),.2);padding:4px 10px;font-size:11px;font-weight:700}.SearchAutocomplete-module__JXxIxW__resultItem{cursor:pointer;border-bottom:1px solid #ffffff0d;padding:6px 10px;transition:background .1s}.SearchAutocomplete-module__JXxIxW__resultItem:last-child{border-bottom:none}.SearchAutocomplete-module__JXxIxW__resultItem:hover{background:rgba(var(--accent-rgb,0,255,255),.15)}.SearchAutocomplete-module__JXxIxW__resultItem.SearchAutocomplete-module__JXxIxW__selected{background:rgba(var(--accent-rgb,0,255,255),.25);border-left:2px solid var(--accent)}.SearchAutocomplete-module__JXxIxW__resultTitle{color:#fff;font-size:13px;line-height:1.3}.SearchAutocomplete-module__JXxIxW__resultSnippet{color:#aaa;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:11px;line-height:1.2;display:-webkit-box;overflow:hidden}.SearchAutocomplete-module__JXxIxW__viewAllBtn{text-align:center;width:100%;color:var(--accent);cursor:pointer;border-top:1px dashed rgba(var(--accent-rgb,0,255,255),.3);background:#ffffff0d;padding:8px;font-size:12px;display:block}.SearchAutocomplete-module__JXxIxW__viewAllBtn:hover{background:#ffffff1a;text-decoration:underline}@media (max-width:640px){.SearchAutocomplete-module__JXxIxW__container{width:100%;max-width:180px;margin-right:0}.SearchAutocomplete-module__JXxIxW__containerExpanded{max-width:none}.SearchAutocomplete-module__JXxIxW__input{padding:4px 8px;font-size:12px}.SearchAutocomplete-module__JXxIxW__searchBtn{white-space:nowrap;padding:4px 8px;font-size:12px}.SearchAutocomplete-module__JXxIxW__dropdown{min-width:280px;left:auto;right:0}}
.BookCard-module__28Xw4a__card{color:#e0d4b8;background:#111;border:1.5px solid #c8962a;border-radius:8px;flex-direction:column;width:220px;font-family:Advent Pro,sans-serif;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.BookCard-module__28Xw4a__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #c8962a4d}.BookCard-module__28Xw4a__coverWrapper{aspect-ratio:2/3;background:#000;width:100%;position:relative;overflow:hidden}.BookCard-module__28Xw4a__cover{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.BookCard-module__28Xw4a__coverPlaceholder{text-align:center;color:#ffffffd9;justify-content:center;align-items:center;width:100%;height:100%;padding:12px;font-size:13px;font-weight:600;line-height:1.3;display:flex}.BookCard-module__28Xw4a__card:hover .BookCard-module__28Xw4a__cover{transform:scale(1.05)}.BookCard-module__28Xw4a__badges{z-index:2;flex-direction:column-reverse;display:flex;position:absolute;bottom:0;left:0;right:0}.BookCard-module__28Xw4a__badge{letter-spacing:1.5px;text-transform:uppercase;text-align:center;padding:4px 10px;font-size:10px;font-weight:700}.BookCard-module__28Xw4a__badgeCanon{color:#fff;background:#3a7bd5}.BookCard-module__28Xw4a__badgeLegends{color:#000;background:#c8962a}.BookCard-module__28Xw4a__badgeStart{color:#000;background:#c8962a;border-top:1px solid #0000001a}.BookCard-module__28Xw4a__body{flex-direction:column;flex:1;padding:14px 14px 16px;display:flex}.BookCard-module__28Xw4a__titleBlock{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:1px;display:flex}.BookCard-module__28Xw4a__title{color:#c8962a;margin:0;font-size:18px;font-weight:700;line-height:1.2}.BookCard-module__28Xw4a__titleOrig{text-align:right;color:#ff6a00;opacity:.9;margin:0;font-size:11px;font-style:italic}.BookCard-module__28Xw4a__authorBlock{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.BookCard-module__28Xw4a__author{color:#999;margin:0;font-size:13px}.BookCard-module__28Xw4a__authorOrig{text-align:right;color:#ff6a00;opacity:.7;margin:0;font-size:10px;font-style:italic}.BookCard-module__28Xw4a__meta{border-bottom:.5px solid #2a2a2a;align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:12px;display:flex}.BookCard-module__28Xw4a__metaItem{color:#999;font-size:11px;line-height:1.4}.BookCard-module__28Xw4a__metaItem span{color:#555;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1px;font-size:10px;display:block}.BookCard-module__28Xw4a__metaDivider{background:#2a2a2a;align-self:stretch;width:.5px}.BookCard-module__28Xw4a__tags{flex-flow:wrap;gap:6px;min-height:24px;margin-bottom:14px;display:flex}.BookCard-module__28Xw4a__tag{letter-spacing:1px;text-transform:uppercase;border:1px solid;border-radius:4px;align-items:center;gap:6px;padding:5px 10px;font-size:10px;font-weight:700;display:flex}.BookCard-module__28Xw4a__tagGreen{color:#fff;background:#2a6b3a66;border-color:#2a6b3a}.BookCard-module__28Xw4a__tagBlue{color:#fff;background:#3a4f8a66;border-color:#3a4f8a}.BookCard-module__28Xw4a__tagYellow{color:#fff;background:#6b5a1a66;border-color:#6b5a1a}.BookCard-module__28Xw4a__rating{align-items:center;gap:6px;margin-top:auto;display:flex}.BookCard-module__28Xw4a__ratingStar{color:#c8962a;font-size:14px}.BookCard-module__28Xw4a__ratingValue{color:#c8962a;font-size:15px;font-weight:700}.BookCard-module__28Xw4a__compact{flex-direction:row;width:100%;height:180px}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__coverWrapper{width:120px;min-width:120px;height:100%;aspect-ratio:unset;flex-shrink:0}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__body{justify-content:center;padding:10px 14px;overflow:hidden}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__titleBlock{margin-bottom:2px}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__title{white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__titleOrig{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__authorBlock{margin-bottom:8px}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__author{font-size:12px}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__authorOrig{font-size:9px}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__meta{margin-bottom:8px;padding-bottom:8px}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__tags{margin-bottom:0}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__rating{position:absolute;bottom:10px;right:14px}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__badges{flex-direction:row;gap:0}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__badge{letter-spacing:1px;padding:2px 6px;font-size:8px}.BookCard-module__28Xw4a__editBtn{color:#000;cursor:pointer;z-index:10;background:#c8962a;border:none;border-radius:3px;padding:2px 6px;font-size:9px;font-weight:700;position:absolute;bottom:5px;right:5px}.BookCard-module__28Xw4a__sepiaOverlay{mix-blend-mode:multiply;pointer-events:none;z-index:1;background:#b48c501a;position:absolute;inset:0}@media (max-width:640px){.BookCard-module__28Xw4a__card{border-width:1px;width:100%}.BookCard-module__28Xw4a__body{padding:8px 8px 10px}.BookCard-module__28Xw4a__titleBlock{gap:4px}.BookCard-module__28Xw4a__title{font-size:13px;line-height:1.2}.BookCard-module__28Xw4a__titleOrig{display:none}.BookCard-module__28Xw4a__author{font-size:10px}.BookCard-module__28Xw4a__authorOrig{display:none}.BookCard-module__28Xw4a__authorBlock{margin-bottom:6px}.BookCard-module__28Xw4a__meta{gap:6px;margin-bottom:8px;padding-bottom:6px}.BookCard-module__28Xw4a__metaItem{font-size:9px}.BookCard-module__28Xw4a__metaItem span{font-size:7px}.BookCard-module__28Xw4a__metaDivider{display:none}.BookCard-module__28Xw4a__tags{gap:3px;margin-bottom:8px}.BookCard-module__28Xw4a__tag{letter-spacing:.3px;padding:2px 5px;font-size:7px}.BookCard-module__28Xw4a__badge{letter-spacing:1px;padding:3px 8px;font-size:8px}.BookCard-module__28Xw4a__ratingValue,.BookCard-module__28Xw4a__ratingStar{font-size:12px}.BookCard-module__28Xw4a__compact{height:140px}.BookCard-module__28Xw4a__compact .BookCard-module__28Xw4a__coverWrapper{width:95px;min-width:95px;height:100%;aspect-ratio:unset}}@media (hover:none){.BookCard-module__28Xw4a__card:hover{box-shadow:none;transform:none}}
.Toast-module__EllSoW__container{z-index:10001;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:80px;right:20px}.Toast-module__EllSoW__toast{pointer-events:auto;background:#0d1117;border:1px solid;border-radius:8px;align-items:center;gap:10px;max-width:350px;padding:12px 16px;animation:.3s Toast-module__EllSoW__slideIn,.3s 2.7s Toast-module__EllSoW__fadeOut;display:flex;box-shadow:0 4px 12px #0000004d}@keyframes Toast-module__EllSoW__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__EllSoW__fadeOut{0%{opacity:1}to{opacity:0}}.Toast-module__EllSoW__success{background:#3fb9501a;border-color:#3fb950}.Toast-module__EllSoW__error{background:#f851491a;border-color:#f85149}.Toast-module__EllSoW__info{background:#58a6ff1a;border-color:#58a6ff}.Toast-module__EllSoW__icon{font-size:16px;font-weight:700}.Toast-module__EllSoW__success .Toast-module__EllSoW__icon{color:#3fb950}.Toast-module__EllSoW__error .Toast-module__EllSoW__icon{color:#f85149}.Toast-module__EllSoW__info .Toast-module__EllSoW__icon{color:#58a6ff}.Toast-module__EllSoW__message{color:#c9d1d9;flex:1;font-size:13px}.Toast-module__EllSoW__close{color:#8b949e;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:18px;transition:all .2s;display:flex}.Toast-module__EllSoW__close:hover{color:#c9d1d9;background:#ffffff1a}@media (max-width:768px){.Toast-module__EllSoW__container{top:60px;left:10px;right:10px}.Toast-module__EllSoW__toast{max-width:100%}}
.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}.InterestingEditor-module__L99Lka__pickBookBtn{color:#ffd9a8;cursor:pointer;background:#ff993314;border:1px dashed #f936;border-radius:4px;align-self:flex-start;padding:.65rem 1rem;font-size:.9rem;transition:all .2s}.InterestingEditor-module__L99Lka__pickBookBtn:hover{background:#ff99332e;border-color:#ff9933b3}.InterestingEditor-module__L99Lka__linkedBook{background:#0000004d;border:1px solid #ff99334d;border-radius:4px;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .75rem;display:flex}.InterestingEditor-module__L99Lka__linkedBookTitle{color:#fff;font-size:.9rem}.InterestingEditor-module__L99Lka__linkedBookClear{color:#aaa;cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:.9rem}.InterestingEditor-module__L99Lka__linkedBookClear:hover{color:#fff}.InterestingEditor-module__L99Lka__portalReviewCheck{cursor:pointer;color:#ffe9a8;background:#ffd7000f;border:1px solid #ffd70059;border-radius:4px;align-items:flex-start;gap:.65rem;padding:.75rem;font-size:.9rem;display:flex}.InterestingEditor-module__L99Lka__portalReviewCheck input{accent-color:gold;cursor:pointer;margin-top:.2rem}.InterestingEditor-module__L99Lka__portalReviewHint{color:#9c9c9c;margin-top:.3rem;font-size:.75rem;font-weight:400;display:block}.InterestingEditor-module__L99Lka__ratingsGrid{background:#ff99330d;border:1px solid #f933;border-radius:4px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem;padding:.85rem;display:grid}.InterestingEditor-module__L99Lka__ratingRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.InterestingEditor-module__L99Lka__ratingRowLabel{color:#ddd;font-size:.85rem}.InterestingEditor-module__L99Lka__ratingRowStars{gap:.15rem;display:flex}.InterestingEditor-module__L99Lka__ratingStarBtn{cursor:pointer;color:#ffffff40;background:0 0;border:none;padding:0 .1rem;font-size:1.1rem;line-height:1;transition:color .15s,transform .15s}.InterestingEditor-module__L99Lka__ratingStarBtn:hover{color:#ff9933b3;transform:scale(1.15)}.InterestingEditor-module__L99Lka__ratingStarBtnFilled{color:var(--accent,#f93)}
.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{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0f198c;border:1px solid #ff993324;border-radius:12px;max-height:none;padding:1.1rem 1.1rem 1.4rem;-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:""}.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{flex-direction:column;gap:0;max-height:none;padding:0;display:flex;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__expanded .InterestingSection-module__eW56dq__articleCard{background:0 0;border-top:none;border-bottom:1px solid #ffffff0f;border-left:2px solid #0000;border-right:none;border-radius:0;flex-direction:row;align-items:flex-start;padding:.9rem .75rem}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articleCard:last-child{border-bottom:none}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articleCard:hover{background:#ff99330d;border-color:#ffffff0f;transform:none}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__imageWrap{border-radius:8px;width:88px;height:88px;margin:0 1rem 0 0}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__image{opacity:1}.InterestingSection-module__eW56dq__imagePlaceholder{color:#ff993380;background:linear-gradient(135deg,#ff993324,#0006);justify-content:center;align-items:center;font-size:1.6rem;display:flex}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articleTitle{white-space:normal;text-overflow:clip;margin-bottom:.35rem;font-size:1.02rem;line-height:1.35}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articlePreview{color:#999;white-space:normal;text-overflow:clip;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.55;display:-webkit-box;overflow:hidden}@media (max-width:480px){.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__imageWrap{width:64px;height:64px;margin-right:.75rem}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articleCard{padding:.75rem .5rem}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articleTitle{font-size:.92rem}}.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}
.articlePage-module__E7n8Ja__articleBody{color:#ccc;--formatted-text-font:"ZenMaruGothic-Regular";font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.8}.articlePage-module__E7n8Ja__articleBody p{margin-bottom:16px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.75}.articlePage-module__E7n8Ja__articleBody strong{color:var(--accent,#f93);font-weight:700}.articlePage-module__E7n8Ja__articleBody em{font-style:italic}.articlePage-module__E7n8Ja__articleBody h1,.articlePage-module__E7n8Ja__articleBody h2,.articlePage-module__E7n8Ja__articleBody h3{color:var(--accent,#f93);margin-top:2rem;margin-bottom:.75rem;font-family:Oranienbaum-Regular,serif;line-height:1.3}.articlePage-module__E7n8Ja__articleBody h1{font-size:1.75rem}.articlePage-module__E7n8Ja__articleBody h2{font-size:1.45rem}.articlePage-module__E7n8Ja__articleBody h3{font-size:1.2rem}.articlePage-module__E7n8Ja__articleBody blockquote{border-left:3px solid var(--accent,#f93);color:#ffdcb0;background:#ff99330d;margin:1rem 0;padding:.5rem 1rem;font-family:Oranienbaum-Regular,serif;font-size:17px;line-height:1.6}.articlePage-module__E7n8Ja__articleBody ul,.articlePage-module__E7n8Ja__articleBody ol{margin-bottom:1rem;margin-left:1.5rem;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.75}.articlePage-module__E7n8Ja__articleBody li{margin-bottom:.5rem}.articlePage-module__E7n8Ja__articleBody a{color:var(--accent,#f93);border-bottom:1px dotted var(--accent,#f93);text-decoration:none;transition:all .2s}.articlePage-module__E7n8Ja__articleBody a:hover{text-shadow:0 0 8px var(--accent,#f93);background:#ff99331a}.articlePage-module__E7n8Ja__articleMain{background:#000000bf;border:1px solid #ff99332e;border-radius:12px;padding:2rem 1rem 4rem;box-shadow:0 4px 24px #0006}.articlePage-module__E7n8Ja__articleTitle{color:#fff;margin:0 0 .8rem;font-family:Oranienbaum-Regular,serif;font-size:2rem;font-weight:400;line-height:1.2}.articlePage-module__E7n8Ja__langSwitchWrap{opacity:.78;background:#ff99330d;border:1px solid #ff993340;border-radius:999px;align-items:center;gap:.4rem;margin-top:1.25rem;padding:.35rem;display:inline-flex}.articlePage-module__E7n8Ja__langSwitchBtn{color:#b6aba0;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:.25rem .65rem;font-size:.72rem;font-weight:700;transition:all .2s}.articlePage-module__E7n8Ja__langSwitchBtn:hover{color:#ffd3a1}.articlePage-module__E7n8Ja__langSwitchActive{color:#ffd3a1;background:#ff99332e;border-color:#ff99334d}.articlePage-module__E7n8Ja__ratingsCard{background:linear-gradient(135deg,#ff993314,#0009);border:1px solid #ff993340;border-radius:12px;margin-top:2rem;padding:1.25rem 1.5rem}.articlePage-module__E7n8Ja__ratingsHeader{color:var(--accent,#f93);text-transform:uppercase;letter-spacing:2px;opacity:.85;margin-bottom:1rem;font-family:Oranienbaum-Regular,serif;font-size:.8rem}.articlePage-module__E7n8Ja__ratingsBody{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.articlePage-module__E7n8Ja__ratingsGrid{flex:1;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.6rem 1.5rem;min-width:200px;display:grid}.articlePage-module__E7n8Ja__ratingItem{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.articlePage-module__E7n8Ja__ratingItemLabel{color:#bbb;font-size:.9rem}.articlePage-module__E7n8Ja__ratingItemStars{color:var(--accent,#f93);letter-spacing:1px;font-size:1rem}.articlePage-module__E7n8Ja__ratingOverall{border-left:1px solid #ff993340;flex-direction:column;align-items:center;gap:.2rem;min-width:160px;padding:.75rem 1.5rem;display:flex}.articlePage-module__E7n8Ja__ratingOverallLabel{text-transform:uppercase;letter-spacing:1px;color:#999;font-size:.7rem}.articlePage-module__E7n8Ja__ratingOverallStars{color:var(--accent,#f93);letter-spacing:2px;text-shadow:0 0 12px #f936;font-size:1.5rem}.articlePage-module__E7n8Ja__ratingOverallValue{color:#ffd3a1;font-size:.85rem;font-weight:700}@media (max-width:600px){.articlePage-module__E7n8Ja__ratingOverall{border-top:1px dashed #ff993340;border-left:none;width:100%;padding-top:.9rem}}.articlePage-module__E7n8Ja__wrapper{grid-template-columns:minmax(0,1fr) 350px;gap:24px;max-width:1600px;margin:0 auto;padding:24px 30px 64px;display:grid}.articlePage-module__E7n8Ja__mainCol{min-width:0}@media (max-width:1200px){.articlePage-module__E7n8Ja__wrapper{grid-template-columns:1fr}}@media (max-width:768px){.articlePage-module__E7n8Ja__articleBody,.articlePage-module__E7n8Ja__articleBody p,.articlePage-module__E7n8Ja__articleBody ul,.articlePage-module__E7n8Ja__articleBody ol{font-size:15px}.articlePage-module__E7n8Ja__articleTitle{font-size:1.5rem}.articlePage-module__E7n8Ja__langSwitchWrap{opacity:.92;margin-top:1rem}.articlePage-module__E7n8Ja__wrapper{gap:16px;padding:16px 14px 48px}}
.RelatedBooksPromo-module__PjdbhW__promo{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0f198c;border:1px solid #ff993324;border-radius:12px;padding:1.1rem 1.1rem 1.25rem}.RelatedBooksPromo-module__PjdbhW__header{border-bottom:1px solid #ff99331a;align-items:center;margin-bottom:.9rem;padding-bottom:.25rem;display:flex}.RelatedBooksPromo-module__PjdbhW__title{color:#f93;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 0 15px #ff993380;margin:0;font-size:1.1rem;font-weight:900}.RelatedBooksPromo-module__PjdbhW__row{flex-wrap:wrap;gap:14px;margin-bottom:1rem;display:flex}.RelatedBooksPromo-module__PjdbhW__tile{flex-direction:column;flex-shrink:0;gap:6px;width:96px;text-decoration:none;display:flex}.RelatedBooksPromo-module__PjdbhW__coverWrap{background:#111;border:1px solid #ffffff14;border-radius:6px;width:96px;height:144px;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.RelatedBooksPromo-module__PjdbhW__tile:hover .RelatedBooksPromo-module__PjdbhW__coverWrap{border-color:#ff993380;transform:translateY(-3px)}.RelatedBooksPromo-module__PjdbhW__cover{object-fit:cover;width:100%;height:100%}.RelatedBooksPromo-module__PjdbhW__coverPlaceholder{text-align:center;color:#ffffffb3;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;font-size:.65rem;line-height:1.3;display:flex}.RelatedBooksPromo-module__PjdbhW__rating{color:#fc3;background:#000000b3;border-radius:4px;padding:1px 5px;font-size:.62rem;font-weight:700;position:absolute;bottom:4px;right:4px}.RelatedBooksPromo-module__PjdbhW__tileTitle{color:#ccc;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;line-height:1.3;display:-webkit-box;overflow:hidden}.RelatedBooksPromo-module__PjdbhW__tile:hover .RelatedBooksPromo-module__PjdbhW__tileTitle{color:#f93}.RelatedBooksPromo-module__PjdbhW__cta{color:#ffb366;letter-spacing:.1em;text-transform:uppercase;background:#ff99330f;border:1px solid #f936;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.RelatedBooksPromo-module__PjdbhW__cta:hover{color:#000;background:#f93;border-color:#f93}.RelatedBooksPromo-module__PjdbhW__cta span{transition:transform .2s}.RelatedBooksPromo-module__PjdbhW__cta:hover span{transform:translate(4px)}@media (max-width:480px){.RelatedBooksPromo-module__PjdbhW__tile,.RelatedBooksPromo-module__PjdbhW__coverWrap{width:84px}.RelatedBooksPromo-module__PjdbhW__coverWrap{height:126px}}
.WindowButton-module__KKTDZW__windowBtn{border:2px solid var(--bg1);background:var(--accent);cursor:pointer;width:18px;height:18px;box-shadow:inset -1px -1px 0 var(--accent2),inset 1px 1px 0 #fb6;-webkit-user-select:none;user-select:none;transition:all .1s;position:relative}.WindowButton-module__KKTDZW__windowBtn:active{box-shadow:inset 1px 1px 0 var(--accent2)}.WindowButton-module__KKTDZW__close:before,.WindowButton-module__KKTDZW__close:after{content:"";background:var(--bg1);width:10px;height:2px;position:absolute;top:50%;left:50%}.WindowButton-module__KKTDZW__close:before{transform:translate(-50%,-50%)rotate(45deg)}.WindowButton-module__KKTDZW__close:after{transform:translate(-50%,-50%)rotate(-45deg)}.WindowButton-module__KKTDZW__minimize:before{content:"";background:var(--bg1);height:2px;position:absolute;bottom:5px;left:3px;right:3px}.WindowButton-module__KKTDZW__maximize:before{content:"";border:2px solid var(--bg1);position:absolute;inset:3px}
