@import "https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";
@import "https://fonts.googleapis.com/css2?family=Advent+Pro:wght@400;500;600;700&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}@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}
.content-module__JTXR0G__sectionTitle{color:var(--accent);text-transform:uppercase;border-bottom:2px solid var(--accent);text-shadow:0 0 10px #f93c;font-size:22px;font-weight:600;font-family:var(--font-handjet),monospace;margin-bottom:15px;padding-bottom:8px}.content-module__JTXR0G__welcomeText{margin-bottom:20px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;font-weight:400;line-height:1.7}.content-module__JTXR0G__commentsSection{border-top:1px dashed #f6943273;margin-top:42px;padding-top:20px}.content-module__JTXR0G__commentsList{margin-bottom:28px}.content-module__JTXR0G__commentItem{margin-top:16px}.content-module__JTXR0G__commentReply{border-left:1px solid #f6943259;margin-top:12px;margin-left:28px;padding-left:14px}.content-module__JTXR0G__commentCard{background:linear-gradient(#ffffff08,#ffffff03),#080a0dc7;border:1px solid #f6943252;border-radius:10px;padding:14px 16px;transition:border-color .2s,transform .2s;box-shadow:inset 0 1px #ffffff0a,0 8px 20px #00000047}.content-module__JTXR0G__commentCard:hover{border-color:#f694328f}.content-module__JTXR0G__commentHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.content-module__JTXR0G__commentAuthorBlock{align-items:center;gap:10px;min-width:0;display:flex}.content-module__JTXR0G__commentAvatar{width:34px;height:34px;font-family:var(--font-handjet),monospace;color:#fb6;background:radial-gradient(circle at 30% 30%,#f694324d,#000000a6);border:1px solid #f6943273;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.content-module__JTXR0G__commentMeta{flex-direction:column;min-width:0;display:flex}.content-module__JTXR0G__commentAuthor{color:#ffc57f;letter-spacing:.04em;font-size:20px;line-height:1;font-family:var(--font-handjet),monospace}.content-module__JTXR0G__commentDate{color:#eb8e31ad;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-family:var(--font-advent-pro),sans-serif;margin-top:4px}.content-module__JTXR0G__commentReplyBtn{color:#ffbc73;font-size:12px;font-family:var(--font-handjet),monospace;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#f6943214;border:1px solid #f694328f;border-radius:999px;padding:5px 12px;transition:background .2s,color .2s,border-color .2s}.content-module__JTXR0G__commentReplyBtn:hover{color:#ffe0b8;background:#f6943233;border-color:#ffc78acc}.content-module__JTXR0G__commentReplyBtnActive{color:#fff3e2;background:#f6943247;border-color:#ffcc91e0}.content-module__JTXR0G__commentContent{color:#e8e8e8;letter-spacing:.02em;font-size:17px;line-height:1.7;font-family:var(--font-advent-pro),sans-serif;word-break:break-word}.content-module__JTXR0G__commentContent p{margin:0 0 10px}.content-module__JTXR0G__commentContent p:last-child{margin-bottom:0}.content-module__JTXR0G__commentComposer{background:linear-gradient(#ffffff05,#ffffff03),#06080bc7;border:1px solid #f6943266;border-radius:12px;padding:16px}.content-module__JTXR0G__commentComposerHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.content-module__JTXR0G__commentComposerTitle{color:#ffbc73;letter-spacing:.04em;font-size:24px;line-height:1;font-family:var(--font-handjet),monospace;margin:0}.content-module__JTXR0G__cancelReplyBtn{color:#d1d1d1;cursor:pointer;font-size:12px;font-family:var(--font-handjet),monospace;letter-spacing:.04em;background:0 0;border:1px dashed #f6943273;border-radius:8px;padding:6px 10px;transition:color .2s,border-color .2s,background .2s}.content-module__JTXR0G__cancelReplyBtn:hover{color:#ffe1bd;background:#f6943214;border-color:#ffcc91d9}.content-module__JTXR0G__commentForm{gap:12px;display:grid}.content-module__JTXR0G__commentField{flex-direction:column;gap:7px;display:flex}.content-module__JTXR0G__commentLabel{color:#ffb96ef2;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-family:var(--font-handjet),monospace}.content-module__JTXR0G__commentInput,.content-module__JTXR0G__commentTextarea{width:100%;margin-top:0}.content-module__JTXR0G__commentTextarea{resize:vertical;min-height:112px;font-family:var(--font-advent-pro),sans-serif}.content-module__JTXR0G__commentInput{font-family:var(--font-advent-pro),sans-serif}.content-module__JTXR0G__commentToolbar{justify-content:flex-end;display:flex}.content-module__JTXR0G__smileButton{color:#ffbc73;cursor:pointer;font-size:12px;font-family:var(--font-handjet),monospace;letter-spacing:.04em;background:#f694320f;border:1px solid #f6943266;border-radius:8px;padding:6px 10px;transition:background .2s,border-color .2s,color .2s}.content-module__JTXR0G__smileButton:hover{color:#ffe5c5;background:#f6943224;border-color:#ffcc91c2}.content-module__JTXR0G__securityQuestion{color:#cececee0;font-size:13px;font-family:var(--font-handjet),monospace}.content-module__JTXR0G__honeyPot{display:none}.content-module__JTXR0G__commentSubmitBtn{opacity:1;width:100%}.content-module__JTXR0G__commentSubmitBtn:disabled{opacity:.7}@media (max-width:768px){.content-module__JTXR0G__sectionTitle{font-size:18px;font-family:var(--font-handjet),monospace}.content-module__JTXR0G__welcomeText{font-size:16px}.content-module__JTXR0G__newsTitle{max-width:calc(100vw - 150px);font-size:15px;line-height:1.35;display:block;white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.content-module__JTXR0G__newsItem .content-module__JTXR0G__welcomeText{white-space:normal;overflow-wrap:break-word;word-wrap:break-word;max-width:calc(100vw - 160px);font-size:13px;line-height:1.4}.content-module__JTXR0G__newsItem{border-left:3px solid var(--accent);background:#140f0a99;border-radius:0 8px 8px 0;margin-bottom:12px;padding:12px 14px;box-shadow:0 2px 8px #0000004d}.content-module__JTXR0G__newsItem:hover{background:#1e160fb3;border-left-width:4px}.content-module__JTXR0G__commentHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.content-module__JTXR0G__commentAuthor{color:var(--accent);font-size:15px;font-weight:700;font-family:var(--font-handjet),monospace;letter-spacing:.5px}.content-module__JTXR0G__commentDate{color:#888;font-size:12px;font-family:var(--font-handjet),monospace}.content-module__JTXR0G__commentContent{color:#ddd;margin-bottom:10px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:15px;line-height:1.6}.content-module__JTXR0G__commentContent p{margin-bottom:8px}.content-module__JTXR0G__commentActions{justify-content:flex-end;margin-top:8px;display:flex}.content-module__JTXR0G__commentReplyBtn{border:1px solid var(--accent);color:var(--accent);cursor:pointer;font-size:12px;font-family:var(--font-handjet),monospace;text-transform:uppercase;letter-spacing:.5px;background:0 0;border-radius:4px;padding:6px 14px;transition:all .2s}.content-module__JTXR0G__commentReplyBtn:hover{background:var(--accent);color:#000}.content-module__JTXR0G__commentsList{margin-bottom:30px}.content-module__JTXR0G__commentItem{margin-top:15px}.content-module__JTXR0G__commentReply{border-left:2px solid #f936;margin-top:12px;margin-left:16px;padding-left:12px}.content-module__JTXR0G__commentForm{margin-top:20px}.content-module__JTXR0G__commentForm input,.content-module__JTXR0G__commentForm textarea{font-family:ZenMaruGothic-Regular,sans-serif;font-size:15px}.content-module__JTXR0G__commentForm textarea{resize:vertical;min-height:80px}.content-module__JTXR0G__smileButton{color:var(--accent);cursor:pointer;font-size:13px;font-family:var(--font-handjet),monospace;background:0 0;border:none;border-radius:4px;margin-top:8px;padding:4px 8px;transition:background .2s}.content-module__JTXR0G__smileButton:hover{background:#ff99331a}.content-module__JTXR0G__cancelReplyBtn{float:right;color:#888;cursor:pointer;font-size:12px;font-family:var(--font-handjet),monospace;background:0 0;border:none;margin-top:-40px;padding:4px 8px;transition:color .2s}.content-module__JTXR0G__cancelReplyBtn:hover{color:var(--accent)}.content-module__JTXR0G__securityQuestion{color:#aaa;font-size:13px;font-family:var(--font-handjet),monospace;margin-bottom:8px}.content-module__JTXR0G__commentsSection{margin-top:30px;padding-top:14px}.content-module__JTXR0G__commentCard{border-radius:8px;padding:12px}.content-module__JTXR0G__commentAuthorBlock{gap:8px}.content-module__JTXR0G__commentAvatar{width:30px;height:30px;font-size:14px}.content-module__JTXR0G__commentReply{margin-left:14px;padding-left:10px}.content-module__JTXR0G__commentComposer{padding:12px}.content-module__JTXR0G__commentComposerHeader{flex-direction:column;align-items:stretch}.content-module__JTXR0G__commentComposerTitle{font-size:20px}.content-module__JTXR0G__cancelReplyBtn{width:100%}.content-module__JTXR0G__commentToolbar{justify-content:flex-start}}.content-module__JTXR0G__statsPanel{border:2px solid var(--accent);background:#0009;margin-top:60px;padding:15px;position:relative;overflow:visible}.content-module__JTXR0G__mascot{z-index:10;pointer-events:none;filter:drop-shadow(4px 4px 6px #000c);width:100px;height:auto;position:absolute;top:-105px;right:30px}.content-module__JTXR0G__statItem{justify-content:space-between;margin:8px 0;font-size:15.5px;display:flex}.content-module__JTXR0G__statLabel{color:#888;font-weight:400}.content-module__JTXR0G__statValue{color:var(--accent);font-weight:700}.content-module__JTXR0G__featuredSection{margin-top:20px}.content-module__JTXR0G__toggleBtn{background:var(--bg1);border:2px solid var(--accent);color:var(--accent);cursor:pointer;font-family:var(--font-handjet),monospace;text-transform:uppercase;-webkit-user-select:none;user-select:none;width:100%;margin-top:10px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:block}.content-module__JTXR0G__toggleBtn:hover{background:var(--accent);color:#000}.content-module__JTXR0G__quoteBox{border-left:4px solid var(--accent);color:#fb6;background:#ff99331a;margin:15px 0;padding:15px;font-family:Oranienbaum-Regular,serif}.content-module__JTXR0G__quoteBox p{font-family:Oranienbaum-Regular,serif}.content-module__JTXR0G__siteGrid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px;margin:20px 0;display:grid}.content-module__JTXR0G__siteIcon{aspect-ratio:1;background:var(--bg1);border:2px solid var(--accent);cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;color:var(--accent);justify-content:center;align-items:center;padding:8px;font-size:11px;font-weight:600;transition:all .25s;display:flex;position:relative;overflow:hidden}.content-module__JTXR0G__siteIcon:before{content:"";background:#ff993347;border-radius:50%;width:0;height:0;transition:all .35s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content-module__JTXR0G__siteIcon:hover:before{width:200%;height:200%}.content-module__JTXR0G__siteIcon:hover{background:var(--accent);color:#000;border-color:#fb6;transform:scale(1.08);box-shadow:0 0 20px #f93c}.content-module__JTXR0G__newsItem{border-left:2px solid var(--accent);cursor:pointer;-webkit-user-select:none;user-select:none;background:#0003;justify-content:space-between;align-items:center;min-height:42px;margin-bottom:4px;padding:10px 14px;transition:all .2s;display:flex}.content-module__JTXR0G__newsItem:hover{background:#ff99331a;border-left-width:4px;padding-left:12px}.content-module__JTXR0G__newsDate{color:#666;font-size:11px;font-weight:400;font-family:var(--font-handjet),monospace;white-space:nowrap}.content-module__JTXR0G__newsTitle{font-family:var(--font-primary),sans-serif;color:var(--accent);text-overflow:ellipsis;white-space:nowrap;letter-spacing:.2px;text-shadow:1px 1px #00000080;font-size:16px;font-weight:400;line-height:1.1;overflow:hidden}.content-module__JTXR0G__navItem{border-left:4px solid var(--accent);cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--accent);font-size:20px;font-weight:600;font-family:var(--font-handjet),monospace;letter-spacing:.5px;background:#0006;margin-bottom:6px;padding:8px 12px;line-height:1;transition:all .25s}.content-module__JTXR0G__navItem:hover{background:#ff993324;padding-left:12px}.content-module__JTXR0G__searchBox{background:var(--bg1);border:2px solid var(--accent);width:100%;color:var(--accent);font-family:var(--font-handjet),monospace;margin-top:10px;padding:12px;font-size:16px;font-weight:600}.content-module__JTXR0G__searchBox::placeholder{color:var(--accent);opacity:.6}.content-module__JTXR0G__searchBox:focus{outline:none;box-shadow:0 0 15px #ff993380}.content-module__JTXR0G__buttonGroup{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:15px;display:grid}.content-module__JTXR0G__actionBtn{background:var(--bg1);border:2px solid var(--accent);color:var(--accent);cursor:pointer;font-family:var(--font-handjet),monospace;text-transform:uppercase;-webkit-user-select:none;user-select:none;text-align:center;padding:12px;font-size:16px;font-weight:700;transition:all .25s}.content-module__JTXR0G__actionBtn:hover{background:var(--accent);color:#000;box-shadow:0 0 15px #f93c}.content-module__JTXR0G__chatScreen{color:#0f0;border:2px solid var(--accent);background:#000;min-height:200px;max-height:300px;padding:12px;font-family:Courier New,monospace;font-size:13px;overflow-y:auto}.content-module__JTXR0G__chatLine{color:var(--accent);font-weight:600;font-family:var(--font-handjet),monospace;margin:4px 0;font-size:14px}.content-module__JTXR0G__chatSystem{color:#0f8}.content-module__JTXR0G__chatWarning{color:#fa0}.content-module__JTXR0G__chatError{color:#f33}.content-module__JTXR0G__tagCloud{background:#0a080466;border:1px solid #eba52840;border-radius:8px;flex-wrap:wrap;justify-content:center;gap:10px;padding:18px;display:flex}.content-module__JTXR0G__tagItem{cursor:pointer;color:#eba528cc;text-shadow:0 0 5px #eba52840;text-transform:uppercase;-webkit-user-select:none;user-select:none;letter-spacing:.03em;margin:5px 8px;font-family:Advent Pro,sans-serif;line-height:1;transition:all .3s;display:inline-block}.content-module__JTXR0G__tagItem:hover{text-shadow:0 0 15px #eba52880,0 0 25px #eba5284d;color:#ffc850f2;z-index:10;transform:scale(1.15)rotate(-2deg)}.content-module__JTXR0G__markdown{color:#ccc;font-size:19px}.content-module__JTXR0G__floatBlock{float:left;clear:left;width:350px;max-width:100%;margin:0 20px 20px 0}.content-module__JTXR0G__markdown h2,.content-module__JTXR0G__markdown h3,.content-module__JTXR0G__markdown h4,.content-module__JTXR0G__markdown hr{clear:both}.content-module__JTXR0G__markdown img{object-fit:cover;cursor:zoom-in;border:3px solid #fff;border-radius:2px;height:auto;box-shadow:0 4px 15px #0000004d}.content-module__JTXR0G__bannerImg{vertical-align:middle;width:auto;max-width:100%;margin:10px 10px 10px 0;box-shadow:none!important;border:none!important;display:inline-block!important}.content-module__JTXR0G__centeredImg{max-width:100%;margin:20px auto;display:block!important}.content-module__JTXR0G__fullWidth{width:100%}@media (max-width:768px){.content-module__JTXR0G__floatBlock{float:none;width:100%;margin:20px 0}}.content-module__JTXR0G__markdown strong{color:var(--accent);text-shadow:0 0 2px #ff99334d;font-weight:700}.content-module__JTXR0G__markdown h1,.content-module__JTXR0G__markdown h2,.content-module__JTXR0G__markdown h3,.content-module__JTXR0G__markdown h4,.content-module__JTXR0G__markdown h5,.content-module__JTXR0G__markdown h6{color:var(--accent);text-transform:none;border-bottom:1px dashed #ff99334d;margin-top:30px;margin-bottom:15px;padding-bottom:8px;font-family:Oranienbaum-Regular,serif}.content-module__JTXR0G__paragraphWrapper{margin-bottom:1rem;line-height:1.6}.content-module__JTXR0G__markdown p{margin-bottom:16px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.7}.content-module__JTXR0G__markdown ul,.content-module__JTXR0G__markdown ol{margin-bottom:20px;margin-left:20px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px}.content-module__JTXR0G__markdown li{margin-bottom:8px}.content-module__JTXR0G__markdown a{color:var(--accent);border-bottom:1px dotted var(--accent);text-decoration:none;transition:all .2s}.content-module__JTXR0G__markdown a:hover{text-shadow:0 0 8px var(--accent);background:#ff99331a}.content-module__JTXR0G__footnote{vertical-align:top;color:var(--accent);opacity:.8;margin-left:1px;font-size:11px;text-decoration:none;position:relative;top:-.5em;border-bottom:none!important}.content-module__JTXR0G__footnote:hover{opacity:1;text-shadow:0 0 5px var(--accent)}.content-module__JTXR0G__footnotesScrollArea{border-top:1px dashed #ff99334d;max-height:250px;padding-top:10px;padding-left:20px;padding-right:10px;overflow-y:auto}.content-module__JTXR0G__footnotesScrollArea::-webkit-scrollbar{width:5px}.content-module__JTXR0G__footnotesScrollArea::-webkit-scrollbar-track{background:#0000001a}.content-module__JTXR0G__footnotesScrollArea::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.content-module__JTXR0G__markdown blockquote{border-left:4px solid var(--accent);color:#ffdcb0;background:#ff99330d;margin:20px 0;padding:15px 20px;font-family:Oranienbaum-Regular,serif;font-size:18px;font-style:italic}.content-module__JTXR0G__markdown blockquote p{font-family:Oranienbaum-Regular,serif;font-size:18px}.content-module__JTXR0G__markdown q{font-family:Oranienbaum-Regular,serif;font-style:italic}.content-module__JTXR0G__markdown details{border:1px solid var(--accent);background:#0006;border-radius:4px;margin:15px 0;padding:10px;transition:all .3s;overflow:hidden}.content-module__JTXR0G__markdown summary{cursor:pointer;color:var(--accent);-webkit-user-select:none;user-select:none;outline:none;justify-content:space-between;align-items:center;min-height:24px;padding:5px;font-weight:700;list-style:none;display:flex}.content-module__JTXR0G__markdown summary::-webkit-details-marker{display:none}.content-module__JTXR0G__markdown summary>*{display:inline-block}.content-module__JTXR0G__markdown summary:after{content:"▼";flex-shrink:0;margin-left:10px;font-size:12px;transition:transform .3s;transform:rotate(-90deg)}.content-module__JTXR0G__markdown details[open] summary:after{transform:rotate(0)}.content-module__JTXR0G__markdown details[open] summary{border-bottom:1px dashed #ff99334d;margin-bottom:10px;padding-bottom:10px}.content-module__JTXR0G__markdown summary:hover{text-shadow:0 0 5px var(--accent);background:#ff99331a}.content-module__JTXR0G__markdown iframe{border:2px solid var(--accent);backface-visibility:hidden;max-width:100%;margin:20px auto;display:block;transform:translateZ(0);box-shadow:0 0 10px #00000080}.content-module__JTXR0G__dualContainer{grid-template-columns:1fr 1fr;gap:20px;margin-top:20px;display:grid}@media (max-width:768px){.content-module__JTXR0G__dualContainer{grid-template-columns:1fr}}.content-module__JTXR0G__quoteBox a{color:var(--accent);border-bottom:1px dotted var(--accent);font-weight:600;text-decoration:none;transition:all .2s;position:relative}.content-module__JTXR0G__quoteBox a:hover{text-shadow:0 0 8px var(--accent);cursor:help;background:#f933}.content-module__JTXR0G__lightbox{z-index:99999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.3s content-module__JTXR0G__fadeIn;display:flex;position:fixed;top:0;left:0}.content-module__JTXR0G__lightbox img{border:2px solid var(--accent);object-fit:contain;max-width:95vw;max-height:95vh;box-shadow:0 0 50px #ff99334d}.content-module__JTXR0G__lightboxClose{color:var(--accent);cursor:pointer;text-shadow:0 0 10px var(--accent);z-index:10000;background:0 0;border:none;font-size:40px;line-height:1;position:absolute;top:30px;right:30px}.content-module__JTXR0G__markdown hr{background:var(--accent);opacity:.4;border:0;height:1px;margin:40px 0}.content-module__JTXR0G__interestingBlock{border:1px solid var(--accent);color:#ccc;background:linear-gradient(135deg,#2a2a2a 0%,#333 100%);border-radius:8px;margin:30px 0;padding:20px;position:relative;box-shadow:0 4px 15px #0000004d}.content-module__JTXR0G__interestingBlock h3{color:var(--accent);text-transform:uppercase;border-bottom:2px solid #ff99334d;align-items:center;gap:10px;margin-top:0;margin-bottom:15px;padding-bottom:10px;font-size:18px;display:flex}.content-module__JTXR0G__interestingBlock h3:before{content:"!";border:2px solid var(--accent);width:24px;height:24px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.content-module__JTXR0G__contentImage{cursor:zoom-in;border:3px solid #fff;border-radius:2px;max-width:100%;height:auto;margin:20px 0;display:block;box-shadow:0 4px 15px #0000004d}.content-module__JTXR0G__floatLeft{float:left;clear:left;width:100%;max-width:320px;margin:0 25px 20px 0}.content-module__JTXR0G__userGrid{flex-wrap:wrap;justify-content:space-around;gap:20px;margin:30px 0;display:flex}.content-module__JTXR0G__userCard{text-align:center;border:1px solid var(--accent);background:#0000004d;width:180px;padding:15px}.content-module__JTXR0G__userCard img{object-fit:cover;border:2px solid var(--accent);width:100%;height:180px;margin-bottom:10px}.content-module__JTXR0G__chartTable{border-collapse:collapse;width:100%;font-family:var(--font-handjet),monospace;margin:20px 0}.content-module__JTXR0G__chartTable th{text-align:left;border-bottom:2px solid var(--accent);color:var(--accent);padding:10px}.content-module__JTXR0G__chartTable td{border-bottom:1px dashed #ff99334d;padding:8px 10px}@media (max-width:768px){.content-module__JTXR0G__floatLeft{float:none;max-width:100%;margin:20px 0}}.contentImage{cursor:zoom-in;border:3px solid #fff;border-radius:2px;max-width:100%;height:auto;margin:20px auto;display:block;box-shadow:0 4px 15px #0000004d}.floatLeft{float:left;clear:left;width:100%;max-width:320px;margin:0 25px 20px 0}.floatRight{float:right;clear:right;width:100%;max-width:320px;margin:0 0 20px 25px}.content-module__JTXR0G__markdown .content-module__JTXR0G__centerFigure,.content-module__JTXR0G__centerFigure{text-align:center;width:100%;box-shadow:none;background:0 0;border:none;margin:30px 0;padding:0;flex-direction:column!important;display:block!important}.content-module__JTXR0G__markdown .content-module__JTXR0G__centerFigure img,.content-module__JTXR0G__centerFigure img{flex-shrink:0;width:auto;height:auto;margin:0 auto;display:block;max-width:min(100%,900px)!important}.content-module__JTXR0G__markdown .content-module__JTXR0G__centerFigure figcaption,.content-module__JTXR0G__centerFigure figcaption{text-align:center;color:#eb8e31c7;font-size:14px;font-family:var(--font-advent-pro),sans-serif;flex:none;margin-top:10px}.content-module__JTXR0G__markdown .content-module__JTXR0G__fullWidthFigure,.content-module__JTXR0G__fullWidthFigure{text-align:center;width:100%;box-shadow:none;background:0 0;border:none;margin:30px 0;padding:0;flex-direction:column!important;display:block!important}.content-module__JTXR0G__markdown .content-module__JTXR0G__fullWidthFigure img,.content-module__JTXR0G__fullWidthFigure img{flex-shrink:0;height:auto;margin:0;display:block;width:100%!important;max-width:100%!important}.content-module__JTXR0G__markdown .content-module__JTXR0G__fullWidthFigure figcaption,.content-module__JTXR0G__fullWidthFigure figcaption{text-align:center;color:#eb8e31c7;font-size:14px;font-family:var(--font-advent-pro),sans-serif;flex:none;margin-top:10px}.userGrid{flex-wrap:wrap;justify-content:center;gap:20px;margin:30px 0;display:flex}.userCard{text-align:center;border:1px solid var(--accent);background:#0000004d;flex-direction:column;align-items:center;width:180px;padding:15px;display:flex}.userCard img{object-fit:cover;border:2px solid var(--accent);width:100%;height:180px;margin-bottom:10px}.content-module__JTXR0G__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:15px;margin-top:20px;display:grid}.content-module__JTXR0G__categoryItem{cursor:pointer;text-align:center;background:#0a080499;border:1px solid #eba52859;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:100px;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px #00000080}.content-module__JTXR0G__categoryItem:before{content:"";background:linear-gradient(90deg,#0000,#eba52826,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.content-module__JTXR0G__categoryItem:hover:before{left:100%}.content-module__JTXR0G__categoryItem:hover{background:#eba5280d;border-color:#eba52899;transform:translateY(-2px);box-shadow:0 0 25px #eba52840,inset 0 0 15px #eba5281a}.content-module__JTXR0G__dirPrefix{color:var(--accent);opacity:.8;font-size:14px;font-weight:700;font-family:var(--font-handjet),monospace;margin-bottom:8px}.content-module__JTXR0G__categoryLabel{color:#eba528d9;text-shadow:0 0 5px #000c;text-transform:uppercase;letter-spacing:.05em;font-family:Advent Pro,sans-serif;font-size:16px;font-weight:500;line-height:1.2}.content-module__JTXR0G__categoryItem:hover .content-module__JTXR0G__categoryLabel{color:#ffc850f2;text-shadow:0 0 8px #eba52866}.chartTable{border-collapse:collapse;width:100%;margin:20px 0;font-family:Handjet,monospace}.chartTable th{text-align:left;border-bottom:2px solid var(--accent);color:var(--accent);padding:10px}.chartTable td{border-bottom:1px dashed #ff99334d;padding:8px 10px}.content-module__JTXR0G__markdown figure{background:#0006;border:1px solid #ff99334d;border-radius:6px;flex-direction:row;align-items:center;gap:30px;width:100%;margin:40px 0;padding:20px;display:flex;box-shadow:0 0 15px #0000004d}.content-module__JTXR0G__userGrid figure,.content-module__JTXR0G__userCard figure{box-shadow:none!important;background:0 0!important;border:none!important;margin:0!important;padding:0!important;display:block!important}.content-module__JTXR0G__userGrid figure img,.content-module__JTXR0G__userCard figure img{object-fit:cover!important;width:100%!important;max-width:100%!important;height:180px!important;margin:0!important}.content-module__JTXR0G__userGrid figcaption,.content-module__JTXR0G__userCard figcaption{text-align:center!important;margin-top:10px!important;font-size:16px!important;display:block!important}.content-module__JTXR0G__markdown figure img{border:1px solid #ffffff1a;flex-shrink:0;max-width:60%;height:auto;box-shadow:0 5px 15px #00000080}.content-module__JTXR0G__markdown figcaption{color:var(--accent);text-align:left;text-transform:none;text-shadow:0 0 10px #00000080;flex:1;font-family:Handjet,monospace;font-size:20px;line-height:1.3}@media (max-width:768px){.content-module__JTXR0G__markdown figure{flex-direction:column;align-items:center;gap:15px}.content-module__JTXR0G__markdown figure img{max-width:100%}.content-module__JTXR0G__markdown figcaption{text-align:center;width:100%}}:is(.floatLeft img,.floatRight img){max-width:100%!important}.floatLeft figure{margin:0}.content-module__JTXR0G__lightbox{z-index:200000!important;background:#000000f2!important}.content-module__JTXR0G__lightbox img{object-fit:contain!important;background:0 0!important;border:none!important;width:auto!important;max-width:90vw!important;height:auto!important;max-height:90vh!important;box-shadow:0 0 30px #ff99334d!important}@media (max-width:768px){.floatLeft{float:none;max-width:100%;margin:20px 0}.floatRight{float:none;max-width:100%;margin:20px 0}}.content-module__JTXR0G__articleCard{border:1px solid var(--accent);background:#1a1610;border-radius:4px;align-items:flex-start;gap:25px;margin-bottom:30px;padding:20px;display:flex;box-shadow:0 4px 20px #00000080}.content-module__JTXR0G__cardLeft{flex-direction:column;flex:0 0 300px;gap:15px;display:flex}.content-module__JTXR0G__cardScreenshot{border:2px solid var(--accent);cursor:zoom-in;background:#000;width:100%;height:auto;display:block}.content-module__JTXR0G__cardRight{flex-direction:column;flex:1;gap:15px;display:flex}.content-module__JTXR0G__cardTitle{border-bottom:2px solid var(--accent);word-break:break-all;padding-bottom:10px;font-size:24px;font-weight:200}.content-module__JTXR0G__cardTitle a{color:var(--accent);text-decoration:none;transition:all .2s}.content-module__JTXR0G__cardTitle a:hover{text-shadow:0 0 10px var(--accent)}.content-module__JTXR0G__cardMetaList{flex-direction:column;gap:8px;display:flex}.content-module__JTXR0G__cardMetaRow{align-items:baseline;font-size:16px;display:flex}.content-module__JTXR0G__cardMetaLabel{color:var(--accent);flex-shrink:0;width:200px;font-size:16px;font-weight:200}.content-module__JTXR0G__cardMetaValue{color:#e0e0e0}.content-module__JTXR0G__cardBannerBlock{align-items:center;gap:10px;margin-top:15px;display:flex}.content-module__JTXR0G__cardBannerImg{border:1px solid #ff993380;width:auto;max-height:40px}@media (max-width:768px){.content-module__JTXR0G__articleCard{flex-direction:column}.content-module__JTXR0G__cardLeft{flex:none;width:100%}.content-module__JTXR0G__cardMetaLabel{width:120px}}.content-module__JTXR0G__articleTitleGlow{text-align:center;color:var(--accent);text-transform:uppercase;text-shadow:0 0 10px #f936;border-bottom:2px solid var(--accent);font-size:28px;font-weight:200;font-family:var(--font-primary),monospace;margin-top:0;margin-bottom:20px;padding-bottom:15px}.content-module__JTXR0G__articleCardFull{background:0 0;border:none;flex-direction:column;gap:0;margin-bottom:5px;padding:0;display:flex}.content-module__JTXR0G__articleCardFull .content-module__JTXR0G__cardLeft{width:100%;margin-bottom:0}.content-module__JTXR0G__articleCardFull .content-module__JTXR0G__cardRight{width:100%}.content-module__JTXR0G__articleCardFull .content-module__JTXR0G__cardScreenshot{object-fit:contain;border:none;width:100%;height:auto;display:block}.content-module__JTXR0G__articleCardFull+p,.content-module__JTXR0G__articleCardFull+div>p:first-child{margin-top:0!important}@media (max-width:600px){.content-module__JTXR0G__forumShell{padding:12px!important}.content-module__JTXR0G__forumTopBar{gap:8px;align-items:stretch!important;margin-bottom:12px!important;padding:8px!important}.content-module__JTXR0G__forumTopTitle{letter-spacing:.08em;font-size:12px}.content-module__JTXR0G__forumTopUser{font-size:11px;line-height:1.4}.content-module__JTXR0G__forumTopUser button,.content-module__JTXR0G__forumTopUser a{display:inline-block;margin:4px 8px 0 0!important;font-size:11px!important}.content-module__JTXR0G__forumTopActions{justify-content:space-between;width:100%}.content-module__JTXR0G__forumSearch{flex:1}.content-module__JTXR0G__forumSearchInput{min-width:0;width:100%!important;height:30px!important;font-size:12px!important}.content-module__JTXR0G__forumSearchBtn{padding:0 10px!important;font-size:12px!important}.content-module__JTXR0G__forumTabs{flex-wrap:wrap;gap:6px!important}.content-module__JTXR0G__forumTab{border-radius:6px;padding:6px 8px!important;font-size:12px!important}.content-module__JTXR0G__forumCategoryHeader{padding:8px 10px!important;font-size:14px!important}.content-module__JTXR0G__forumAlert{flex-direction:column;gap:8px;align-items:flex-start!important;padding:12px!important;display:flex!important}.content-module__JTXR0G__forumThreadHeader{flex-direction:column;gap:8px;align-items:flex-start!important}.content-module__JTXR0G__forumThreadHeader .content-module__JTXR0G__actionBtn{width:100%}.content-module__JTXR0G__forumThreadActions{width:100%;justify-content:flex-start!important;max-width:none!important}.content-module__JTXR0G__forumProfileHeader{font-size:12px!important}.content-module__JTXR0G__forumProfileBody{flex-direction:column!important;gap:10px!important;padding:10px!important}.content-module__JTXR0G__forumProfileLeft,.content-module__JTXR0G__forumProfileRight{width:100%!important}.content-module__JTXR0G__forumHideMobile{display:none!important}.content-module__JTXR0G__forumTopBar{flex-direction:column;gap:10px;align-items:flex-start!important}.content-module__JTXR0G__forumTable{width:100%!important;display:block!important}.content-module__JTXR0G__forumTable thead{display:none!important}.content-module__JTXR0G__forumTable tbody{width:100%!important;display:block!important}.content-module__JTXR0G__forumTable tr{border:1px solid #f933;border-radius:10px;margin-bottom:12px;padding:10px 12px;box-shadow:0 6px 18px #00000073;background:linear-gradient(#141210f5,#0c0a08f5)!important;display:block!important}.content-module__JTXR0G__forumTable td{line-height:1.4;text-align:left!important;border:none!important;width:100%!important;padding:6px 0!important;font-size:13px!important;display:block!important}.content-module__JTXR0G__forumStatCol{color:#b58a52;background:#ff993314;border:1px solid #ff993340;border-radius:999px;margin-right:8px;padding:2px 6px;width:auto!important;font-size:11px!important;display:inline-block!important}.content-module__JTXR0G__forumStatCol:before{content:attr(data-label);color:#aaa;margin-right:5px;font-weight:700}.content-module__JTXR0G__actionBtn{letter-spacing:.08em;border-width:1px;padding:8px 10px!important;font-size:12px!important}.content-module__JTXR0G__postContainer{flex-direction:column!important}.content-module__JTXR0G__postSidebar{background:#1a1a1a;border-bottom:1px solid #333;flex-wrap:wrap;align-items:center;gap:10px;display:flex;border-right:none!important;width:100%!important;padding:8px 10px!important}.content-module__JTXR0G__postSidebar img{object-fit:cover;border-radius:5px;width:44px!important;height:44px!important;margin:0!important}.content-module__JTXR0G__postSidebar div{text-align:left!important;margin:0!important}.content-module__JTXR0G__postContent{font-size:13px;line-height:1.55;padding:12px 10px!important}.content-module__JTXR0G__postMobileActions{gap:10px;margin-top:5px;display:flex}}.content-module__JTXR0G__adminEditBtn{color:#ffbe50d9;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 0 8px #ffb42866;font-size:13px;font-weight:500;font-family:var(--font-handjet),monospace;vertical-align:middle;background:linear-gradient(#0e0a04 0%,#080603 100%);border:1px solid #b46e0f59;border-radius:4px;align-items:center;gap:6px;margin-left:15px;padding:6px 12px;text-decoration:none;transition:all .2s;display:inline-flex}.content-module__JTXR0G__adminEditBtn: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}
.FormattedText-module__PQ5yOG__spoiler{color:#0000;cursor:pointer;-webkit-user-select:none;user-select:none;text-shadow:0 0 10px #fff9;background:#ffffff1a;border:1px solid #ffffff0d;border-radius:4px;padding:0 4px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline;position:relative}.FormattedText-module__PQ5yOG__spoiler:hover{background:#ffffff26}.FormattedText-module__PQ5yOG__revealed{color:#eee;text-shadow:none;cursor:default;-webkit-user-select:text;user-select:text;background:#ffffff0d;border-color:#fff3}.FormattedText-module__PQ5yOG__quote{border-left:3px solid var(--accent,#f93);background:#ff99330d;margin:.45rem 0;padding:.35rem .75rem;font-style:italic}.FormattedText-module__PQ5yOG__quoteAuthor{color:var(--accent);margin-bottom:.25rem;font-size:.85rem;font-weight:700;display:block}.FormattedText-module__PQ5yOG__hideBlock{border:1px solid #ff99334d;border-radius:4px;margin:.45rem 0;overflow:hidden}.FormattedText-module__PQ5yOG__hideTitle{cursor:pointer;background:#ff99331a;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:flex}.FormattedText-module__PQ5yOG__hideTitle:hover{background:#f933}.FormattedText-module__PQ5yOG__hideContent{background:#0006;padding:.65rem .75rem}.FormattedText-module__PQ5yOG__link{color:var(--accent,#f93);border-bottom:1px dashed #ff99334d;text-decoration:none}.FormattedText-module__PQ5yOG__link:hover{color:#ffb366;border-bottom-style:solid}.FormattedText-module__PQ5yOG__inlineImage{border-radius:4px;max-width:100%;height:auto;margin:.5rem 0;display:block;box-shadow:0 4px 15px #0006}.FormattedText-module__PQ5yOG__hr{border:0;border-top:1px solid #ffffff1a;margin:.6rem 0}.FormattedText-module__PQ5yOG__ul,.FormattedText-module__PQ5yOG__ol{margin:.4rem 0;padding-left:2rem;list-style-type:disc}.FormattedText-module__PQ5yOG__ol{list-style-type:decimal}.FormattedText-module__PQ5yOG__li{margin-bottom:.2rem;line-height:1.45}.FormattedText-module__PQ5yOG__formattedText{font-family:var(--formatted-text-font,var(--font-primary)),monospace;font-size:var(--formatted-text-size,1.1rem);line-height:1.45}.FormattedText-module__PQ5yOG__formattedText p{margin:0}.FormattedText-module__PQ5yOG__formattedText h1,.FormattedText-module__PQ5yOG__formattedText h2,.FormattedText-module__PQ5yOG__formattedText h3{margin:0;line-height:1.05}.FormattedText-module__PQ5yOG__h1,.FormattedText-module__PQ5yOG__h2,.FormattedText-module__PQ5yOG__h3{color:var(--accent);font-family:var(--font-handjet),monospace;margin:0}.FormattedText-module__PQ5yOG__h1{font-size:1.8rem}.FormattedText-module__PQ5yOG__h2{font-size:1.75rem}.FormattedText-module__PQ5yOG__h3{font-size:1.25rem}.FormattedText-module__PQ5yOG__youtubeWrapper{aspect-ratio:16/9;border-radius:8px;margin:1.5rem 0;overflow:hidden;box-shadow:0 4px 15px #0006}.FormattedText-module__PQ5yOG__smiley{vertical-align:middle;width:auto;max-height:24px;margin:0 2px;display:inline-block}.FormattedText-module__PQ5yOG__bookCardsBlock{margin:1rem 0}.FormattedText-module__PQ5yOG__bookCardsRow{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:14px;margin:0;padding-bottom:0;display:flex;overflow:auto hidden}.FormattedText-module__PQ5yOG__bookCardsRowSingle{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:center;gap:14px;margin:0 auto;padding-bottom:0;display:flex;overflow:auto hidden}.FormattedText-module__PQ5yOG__bookCardsRow::-webkit-scrollbar{height:6px}.FormattedText-module__PQ5yOG__bookCardsRow::-webkit-scrollbar-thumb{background:#a05f0a59;border-radius:4px}.FormattedText-module__PQ5yOG__scrollArrows{justify-content:center;align-items:center;gap:1.25rem;margin-top:.35rem;margin-bottom:0;padding:0;line-height:1;display:flex}.FormattedText-module__PQ5yOG__scrollArrow{color:#ff9933d9;cursor:pointer;font-size:1.6rem;font-weight:500;font-family:var(--font-handjet),monospace;background:0 0;border:none;min-width:60px;padding:.3rem 1.2rem;line-height:1;transition:all .2s}.FormattedText-module__PQ5yOG__scrollArrow:hover:not(:disabled){color:#ffb450f2;transform:scale(1.05)}.FormattedText-module__PQ5yOG__scrollArrow:disabled{color:#a05f0a33;cursor:default;transform:none}.FormattedText-module__PQ5yOG__bookCardWrapper{vertical-align:top;flex:0 0 680px;max-width:680px;margin:0;display:inline-flex}.FormattedText-module__PQ5yOG__bookCard{background:#0a0804;border:1px solid #a05f0a47;border-radius:14px;align-items:stretch;width:100%;display:flex;overflow:hidden}.FormattedText-module__PQ5yOG__bookCardCoverCol{background:linear-gradient(145deg,#12090300,#0a0703);flex-shrink:0;align-self:stretch;width:180px;position:relative;overflow:hidden}.FormattedText-module__PQ5yOG__bookCardImg{object-fit:cover;object-position:top;filter:brightness(.88)saturate(.9);width:100%;height:280px;transition:filter .3s;display:block}.FormattedText-module__PQ5yOG__bookCardImgReflection{object-fit:cover;object-position:bottom;opacity:.3;filter:blur(.35px)brightness(.62)saturate(.9);z-index:1;pointer-events:none;width:100%;height:calc(100% - 280px);position:absolute;top:280px;bottom:0;left:0;transform:scaleY(-1);-webkit-mask-image:linear-gradient(#000000eb,#0000);mask-image:linear-gradient(#000000eb,#0000)}.FormattedText-module__PQ5yOG__bookCardCoverCol:before{content:"";z-index:2;pointer-events:none;background:radial-gradient(120% 70% at 50% 0,#dc962333 0%,#dc962300 55%),repeating-linear-gradient(#d28a180d 0 1px,#0000 1px 4px);position:absolute;inset:280px 0 0}.FormattedText-module__PQ5yOG__bookCardCoverCol:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(#0a08041f,#0a0804b8);height:auto;position:absolute;inset:280px 0 0}.FormattedText-module__PQ5yOG__bookCard:hover .FormattedText-module__PQ5yOG__bookCardImg{filter:brightness(.95)saturate()}.FormattedText-module__PQ5yOG__bookCardPlaceholder{background:linear-gradient(145deg,#161008,#0d0b06);flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;min-height:280px;display:flex}.FormattedText-module__PQ5yOG__bookCardPlaceholder span{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.2em;text-transform:uppercase;color:#b4690f4d;text-align:center;font-size:9px}.FormattedText-module__PQ5yOG__bookCardBadge{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.18em;text-transform:uppercase;color:#e19b1ed9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0804d1;border:1px solid #b4731266;border-radius:4px;padding:3px 8px;font-size:8px;position:absolute;bottom:10px;left:10px}.FormattedText-module__PQ5yOG__bookCardInfo{flex-direction:column;flex:1;gap:0;min-width:0;padding:16px 18px;display:flex}.FormattedText-module__PQ5yOG__bookCardSeries{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.2em;text-transform:uppercase;color:#a05a0c66;margin-bottom:2px;font-size:9px}.FormattedText-module__PQ5yOG__bookCardTitle{color:#f2b230f2;margin-bottom:1px;font-family:EB Garamond,Oranienbaum-Regular,Georgia,serif;font-size:20px;font-weight:500;line-height:1.25}.FormattedText-module__PQ5yOG__bookCardOrig{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.04em;color:#9b5a0c66;margin-bottom:6px;font-size:11px}.FormattedText-module__PQ5yOG__bookCardDivider{background:#8c4e0826;height:1px;margin-bottom:8px}.FormattedText-module__PQ5yOG__bookCardMetaGrid{grid-template-columns:1fr 1fr;gap:8px 16px;margin-bottom:8px;display:grid}.FormattedText-module__PQ5yOG__bookCardMetaItem{flex-direction:column;gap:2px;display:flex}.FormattedText-module__PQ5yOG__bookCardMetaLabel{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.2em;text-transform:uppercase;color:#91500a61;font-size:8px}.FormattedText-module__PQ5yOG__bookCardMetaValue{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.04em;color:#e8a42ce6;font-size:16px;line-height:1.25}.FormattedText-module__PQ5yOG__bookCardRatingRow{align-items:center;gap:8px;margin-bottom:8px;display:flex}.FormattedText-module__PQ5yOG__bookCardStars{gap:2px;display:flex}.FormattedText-module__PQ5yOG__bookCardStar{font-size:13px;line-height:1}.FormattedText-module__PQ5yOG__bookCardStarFull{color:#ebaf23e6}.FormattedText-module__PQ5yOG__bookCardStarHalf{color:#ebaf2380}.FormattedText-module__PQ5yOG__bookCardStarEmpty{color:#82460840}.FormattedText-module__PQ5yOG__bookCardRatingNum{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.04em;color:#ebaf23e0;font-size:14px}.FormattedText-module__PQ5yOG__bookCardRatingCnt{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.08em;color:#91500a61;font-size:10px}.FormattedText-module__PQ5yOG__bookCardTagsRow{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.FormattedText-module__PQ5yOG__bookCardPill{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.14em;text-transform:uppercase;color:#b9701299;background:#ff960f08;border:1px solid #96550a38;border-radius:20px;padding:3px 8px;font-size:9px}.FormattedText-module__PQ5yOG__bookCardPillAccent{color:#e69e23d1;background:#d28a1412;border-color:#d28a1861}.FormattedText-module__PQ5yOG__bookCardDesc{color:#cd8a1eb3;flex:1;margin:0 0 8px;font-family:EB Garamond,Oranienbaum-Regular,Georgia,serif;font-size:14px;line-height:1.65}.FormattedText-module__PQ5yOG__bookCardFooter{border-top:1px solid #8c4e0826;justify-content:space-between;align-items:center;gap:10px;padding-top:10px;display:flex}.FormattedText-module__PQ5yOG__bookCardLink{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.16em;text-transform:uppercase;color:#b9701280;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #96550a38;border-radius:6px;padding:6px 14px;font-size:10px;text-decoration:none;transition:all .18s}.FormattedText-module__PQ5yOG__bookCardLink:hover{color:#eea828e6;background:#d287120f;border-color:#d78a1880}.FormattedText-module__PQ5yOG__bookCardIsbn{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.1em;color:#82460847;text-align:right;font-size:9px}.FormattedText-module__PQ5yOG__siteCardWrapper{width:100%;max-width:760px;margin:0;display:inline-flex}.FormattedText-module__PQ5yOG__siteCard{background:#0a0804;border:1px solid #a05f0a47;border-radius:14px;align-items:stretch;width:100%;display:flex;overflow:hidden}.FormattedText-module__PQ5yOG__siteScreenshotCol{background:#0d0b06;border-right:1px solid #8c4e082e;flex-direction:column;flex-shrink:0;width:220px;display:flex;position:relative;overflow:hidden}.FormattedText-module__PQ5yOG__siteScreenshotLabel{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.2em;text-transform:uppercase;color:#94520a61;border-bottom:1px solid #8c4e0826;flex-shrink:0;padding:8px 12px;font-size:8px}.FormattedText-module__PQ5yOG__siteScreenshotWrap{flex:1;min-height:180px;position:relative;overflow:hidden}.FormattedText-module__PQ5yOG__siteScreenshotImg{object-fit:cover;object-position:top center;filter:sepia(.2)saturate(.85)brightness(.82);width:100%;height:100%;transition:filter .3s,transform .4s;display:block}.FormattedText-module__PQ5yOG__siteCard:hover .FormattedText-module__PQ5yOG__siteScreenshotImg{filter:sepia(.1)saturate(.95)brightness(.92);transform:scale(1.03)}.FormattedText-module__PQ5yOG__siteScreenshotPlaceholder{background:linear-gradient(145deg,#131008,#0c0a06);justify-content:center;align-items:center;width:100%;height:100%;min-height:200px;display:flex}.FormattedText-module__PQ5yOG__siteScreenshotPlaceholder span{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.18em;text-transform:uppercase;color:#a55f0e47;font-size:9px}.FormattedText-module__PQ5yOG__siteStatusBadge{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.18em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#080602d9;border-radius:4px;padding:3px 9px;font-size:9px;position:absolute;bottom:10px;left:10px}.FormattedText-module__PQ5yOG__siteStatusOnline{color:#5ad278e6;border:1px solid #50c86e66}.FormattedText-module__PQ5yOG__siteStatusOffline{color:#c85a46d9;border:1px solid #b4503c66}.FormattedText-module__PQ5yOG__siteStatusUnknown{color:#c88216bf;border:1px solid #aa690f59}.FormattedText-module__PQ5yOG__siteInfoCol{flex-direction:column;flex:1;min-width:0;padding:18px 20px;display:flex}.FormattedText-module__PQ5yOG__siteTitle{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.04em;color:#f2b230f2;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:18px;overflow:hidden}.FormattedText-module__PQ5yOG__siteSubtitle{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.06em;color:#9b5a0c6b;margin-bottom:14px;font-size:11px}.FormattedText-module__PQ5yOG__siteDivider{background:#8c4e0826;height:1px;margin-bottom:14px}.FormattedText-module__PQ5yOG__siteMetaList{flex-direction:column;gap:9px;margin-bottom:14px;display:flex}.FormattedText-module__PQ5yOG__siteMetaRow{align-items:baseline;display:flex}.FormattedText-module__PQ5yOG__siteMetaKey{width:130px;font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.14em;text-transform:uppercase;color:#d28a1880;flex-shrink:0;font-size:10px}.FormattedText-module__PQ5yOG__siteMetaVal{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.03em;color:#d7941ecc;flex:1;min-width:0;font-size:13px}.FormattedText-module__PQ5yOG__siteTagsRow{flex-wrap:wrap;gap:5px;margin-bottom:14px;display:flex}.FormattedText-module__PQ5yOG__sitePill{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.16em;text-transform:uppercase;color:#b9701294;background:#ff960f08;border:1px solid #96550a38;border-radius:20px;padding:2px 8px;font-size:8px}.FormattedText-module__PQ5yOG__sitePillAccent{color:#e69e23d9;background:#d28a1412;border-color:#d28a1861}.FormattedText-module__PQ5yOG__siteDescription{color:#c8871cad;flex:1;margin:0 0 14px;font-family:EB Garamond,Oranienbaum-Regular,Georgia,serif;font-size:14px;line-height:1.65}.FormattedText-module__PQ5yOG__siteFooter{border-top:1px solid #8c4e0826;justify-content:space-between;align-items:center;gap:10px;padding-top:12px;display:flex}.FormattedText-module__PQ5yOG__siteOpenBtn,.FormattedText-module__PQ5yOG__siteWaybackBtn{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:5px 13px;font-size:10px;text-decoration:none;transition:all .18s}.FormattedText-module__PQ5yOG__siteOpenBtn{color:#b9701280;border:1px solid #96550a38}.FormattedText-module__PQ5yOG__siteOpenBtn:hover{color:#eea828e6;background:#d287120f;border-color:#d78a1880}.FormattedText-module__PQ5yOG__siteWaybackBtn{color:#64aaf073;border:1px solid #649bdc2e}.FormattedText-module__PQ5yOG__siteWaybackBtn:hover{color:#82c3ffd9;background:#5096e60d;border-color:#64aaf066}@media (max-width:760px){.FormattedText-module__PQ5yOG__bookCardsRow{gap:10px}.FormattedText-module__PQ5yOG__bookCardWrapper{flex:0 0 min(680px,100vw - 48px);max-width:min(680px,100vw - 48px)}.FormattedText-module__PQ5yOG__bookCard{flex-direction:column;width:100%}.FormattedText-module__PQ5yOG__bookCardCoverCol{width:100%;height:240px}.FormattedText-module__PQ5yOG__bookCardPlaceholder{min-height:240px}.FormattedText-module__PQ5yOG__bookCardMetaGrid{grid-template-columns:1fr}.FormattedText-module__PQ5yOG__bookCardFooter{flex-direction:column;align-items:flex-start}.FormattedText-module__PQ5yOG__bookCardIsbn{text-align:left}.FormattedText-module__PQ5yOG__siteCardWrapper{max-width:min(720px,100vw - 48px)}.FormattedText-module__PQ5yOG__siteCard{flex-direction:column}.FormattedText-module__PQ5yOG__siteScreenshotCol{border-bottom:1px solid #8c4e082e;border-right:0;width:100%;min-height:220px}.FormattedText-module__PQ5yOG__siteFooter{flex-direction:column;align-items:flex-start}}
@keyframes ArchiveWindow-module__ckgSoG__amberFlow{0%{background-position:0%}to{background-position:200%}}.ArchiveWindow-module__ckgSoG__shell{background:#0a0804;border:1px solid #a05f0a47;border-radius:14px;flex-direction:column;flex:1;width:100%;min-height:0;font-family:Share Tech Mono,monospace;display:flex;overflow:hidden}.ArchiveWindow-module__ckgSoG__secHead{border-bottom:1px solid #9658082e;justify-content:space-between;align-items:center;padding:13px 18px;display:flex}.ArchiveWindow-module__ckgSoG__shLabel{letter-spacing:.25em;text-transform:uppercase;color:#dc9b28d9;text-shadow:0 0 8px #dc961466;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.ArchiveWindow-module__ckgSoG__shLabel:after{content:"";background:#b46e0f59;flex:1;height:1px;box-shadow:0 0 6px #dc961433}.ArchiveWindow-module__ckgSoG__shAction{letter-spacing:.12em;text-transform:uppercase;color:#eb8e31cc;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:10px;transition:color .18s}.ArchiveWindow-module__ckgSoG__shAction:hover{color:#eb8e31f2}.ArchiveWindow-module__ckgSoG__thumbRow{scrollbar-width:none;flex:1;align-items:center;gap:10px;min-height:0;padding:16px 18px;display:flex;overflow-x:auto}.ArchiveWindow-module__ckgSoG__thumbRow::-webkit-scrollbar{display:none}.ArchiveWindow-module__ckgSoG__thumb{will-change:opacity;border:1px solid #96580833;border-radius:8px;flex-shrink:0;width:150px;height:100px;transition:border-color .2s,transform .18s,opacity .5s ease-in-out,visibility .5s ease-in-out;position:relative;overflow:hidden}.ArchiveWindow-module__ckgSoG__thumb:hover{border-color:#eb8e318c;transform:translateY(-2px)}.ArchiveWindow-module__ckgSoG__thumb img{object-fit:cover;filter:sepia(.3)saturate(.85)brightness(.8);width:100%;height:100%;transition:filter .2s}.ArchiveWindow-module__ckgSoG__thumb:hover img{filter:sepia(.15)saturate()brightness(.95)}.ArchiveWindow-module__ckgSoG__thumbPlaceholder{background:linear-gradient(135deg,#1e1004 0%,#3c2008 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ArchiveWindow-module__ckgSoG__thumbPlaceholder span{letter-spacing:.12em;color:#eb8e31cc;font-size:10px}.ArchiveWindow-module__ckgSoG__filterRow{gap:8px;padding:0 18px 14px;display:flex}.ArchiveWindow-module__ckgSoG__filterBtn{cursor:pointer;text-align:center;letter-spacing:.14em;text-transform:uppercase;color:#eb8e31cc;background:#ffa01408;border:1px solid #96580838;border-radius:8px;flex:1;padding:9px 12px;font-family:inherit;font-size:11px;transition:background .18s,border-color .18s,color .18s}.ArchiveWindow-module__ckgSoG__filterBtn:hover{color:#eb8e31e6;background:#ffa01412;border-color:#d28c1973}.ArchiveWindow-module__ckgSoG__active{color:#eb8e31;background:#d28c141f;border-color:#e19b1e80}@media (max-width:900px){.ArchiveWindow-module__ckgSoG__filterRow{flex-wrap:wrap}.ArchiveWindow-module__ckgSoG__filterBtn{flex:calc(50% - 8px)}}
.GuestbookWindow-module__vbg3yW__container{color:var(--text-color,#ffd);background-color:#0000;padding:15px 15px 50px;font-family:inherit;font-size:14px}.GuestbookWindow-module__vbg3yW__pagination{border:1px solid var(--border-color,#555);background-color:#0000004d;justify-content:space-between;margin-bottom:10px;padding:4px;font-family:inherit;font-weight:700;display:flex}.GuestbookWindow-module__vbg3yW__pages{color:var(--main-color,#f90)}.GuestbookWindow-module__vbg3yW__pages a{color:var(--link-color,#0ff);margin:0 3px;text-decoration:none}.GuestbookWindow-module__vbg3yW__pages a:hover{color:#fff;text-decoration:underline}.GuestbookWindow-module__vbg3yW__pages .GuestbookWindow-module__vbg3yW__current{color:#fff;font-weight:700}.GuestbookWindow-module__vbg3yW__messages{flex-direction:column;gap:10px;width:100%;margin-bottom:20px;display:flex}.GuestbookWindow-module__vbg3yW__messageBlock{border:1px solid var(--border-color,#555);background-color:#0000}.GuestbookWindow-module__vbg3yW__messageRow{border-bottom:1px solid var(--border-color,#555);background-color:#3e2b7b66;justify-content:space-between;align-items:center;padding:4px 8px;font-size:14px;display:flex}.GuestbookWindow-module__vbg3yW__author{color:var(--main-color,#f90);font-size:16px;font-weight:700;text-decoration:none}.GuestbookWindow-module__vbg3yW__icon{vertical-align:middle;opacity:.8;border:0;width:auto;height:auto;margin-left:6px}.GuestbookWindow-module__vbg3yW__icon:hover{opacity:1}.GuestbookWindow-module__vbg3yW__date{text-align:right;color:#aaa;font-size:12px}.GuestbookWindow-module__vbg3yW__contentRow{white-space:pre-wrap;color:#eee;padding:10px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.6}.GuestbookWindow-module__vbg3yW__answerRow{color:#ccc;background-color:#6464641a;border-top:1px dashed #444;padding:8px 10px;font-style:italic}.GuestbookWindow-module__vbg3yW__answerLabel{color:var(--main-color,#f90);font-weight:700}.GuestbookWindow-module__vbg3yW__formContainer{border:1px solid var(--main-color,#f90);background-color:#0006;margin-top:30px;padding:15px;font-family:inherit;position:relative}.GuestbookWindow-module__vbg3yW__formContainer:before{content:"";border:1px solid var(--main-color,#f90);pointer-events:none;opacity:.5;position:absolute;inset:2px}.GuestbookWindow-module__vbg3yW__formHeader{color:var(--main-color,#f90);text-transform:uppercase;text-align:center;letter-spacing:2px;margin-bottom:15px;font-size:18px}.GuestbookWindow-module__vbg3yW__formContainer input[type=text],.GuestbookWindow-module__vbg3yW__formContainer input[type=email],.GuestbookWindow-module__vbg3yW__formContainer textarea{color:#fff;background-color:#000;border:1px solid #555;padding:4px;font-family:inherit;font-size:14px}.GuestbookWindow-module__vbg3yW__formContainer input:focus,.GuestbookWindow-module__vbg3yW__formContainer textarea:focus{border-color:var(--main-color,#f90);outline:none}.GuestbookWindow-module__vbg3yW__formContainer td{color:#ccc;padding:2px 0;font-size:14px}.GuestbookWindow-module__vbg3yW__submitBtn,.GuestbookWindow-module__vbg3yW__clearBtn{color:var(--main-color,#f90);border:1px solid var(--main-color,#f90);cursor:pointer;text-transform:uppercase;background-color:#333;padding:4px 12px;font-family:inherit;font-size:14px;transition:all .2s}.GuestbookWindow-module__vbg3yW__submitBtn:hover,.GuestbookWindow-module__vbg3yW__clearBtn:hover{background-color:var(--main-color,#f90);color:#000}.GuestbookWindow-module__vbg3yW__submitBtn:disabled{opacity:.5;cursor:not-allowed}.GuestbookWindow-module__vbg3yW__resultMsg{text-align:center;margin-bottom:10px;font-weight:700}.GuestbookWindow-module__vbg3yW__replyBtn{color:var(--main-color,#f90);cursor:pointer;font-size:13px;text-decoration:none}.GuestbookWindow-module__vbg3yW__replyBtn:hover{text-decoration:underline}.GuestbookWindow-module__vbg3yW__replyForm{background-color:#0006;border-top:1px dashed #555;margin-top:5px;padding:10px}.GuestbookWindow-module__vbg3yW__replyInput{color:#fff;background-color:#000;border:1px solid #555;width:100%;margin-bottom:5px;padding:6px;font-family:inherit;font-size:14px;display:block}.GuestbookWindow-module__vbg3yW__replyInputMini{color:#fff;background-color:#000;border:1px solid #555;padding:2px 6px;font-family:inherit;font-size:12px;display:inline-block}.GuestbookWindow-module__vbg3yW__submitBtnMini,.GuestbookWindow-module__vbg3yW__clearBtnMini{color:var(--main-color,#f90);border:1px solid var(--main-color,#f90);cursor:pointer;text-transform:uppercase;background-color:#333;margin-right:5px;padding:3px 10px;font-family:inherit;font-size:11px;transition:all .2s}.GuestbookWindow-module__vbg3yW__submitBtnMini:hover,.GuestbookWindow-module__vbg3yW__clearBtnMini:hover{background-color:var(--main-color,#f90);color:#000}
@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__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}}
.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%;max-height:220px;margin:0;position:relative;-webkit-mask-image:linear-gradient(#000 0% 70%,#0000 100%);mask-image:linear-gradient(#000 0% 70%,#0000 100%)}.InterestingSection-module__eW56dq__header{border-bottom:1px solid #ff99331a;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.25rem;display:flex}.InterestingSection-module__eW56dq__title{color:#f93;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 0 15px #ff993380;align-items:center;gap:8px;margin:0;font-size:1.1rem;font-weight:900;display:flex}.InterestingSection-module__eW56dq__title:before{content:"★";color:#fc3;filter:drop-shadow(0 0 5px #fc3);font-size:.9rem}.InterestingSection-module__eW56dq__addBtn{color:#f939;cursor:pointer;background:0 0;border:1px solid #f936;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:700;transition:all .2s}.InterestingSection-module__eW56dq__addBtn:hover{color:#000;background:#f93;border-color:#f93}.InterestingSection-module__eW56dq__grid{scrollbar-width:none;flex-direction:column;gap:.5rem;max-height:180px;padding:0 .5rem 2rem 0;display:flex;overflow-y:auto}.InterestingSection-module__eW56dq__grid::-webkit-scrollbar{display:none}.InterestingSection-module__eW56dq__articleCard{cursor:pointer;background:#0003;border:1px solid #ffffff08;border-radius:6px;flex:none;align-items:center;padding:.5rem;transition:all .2s;display:flex;overflow:hidden}.InterestingSection-module__eW56dq__articleCard:hover{background:#ffffff0d;border-color:#f933;transform:translate(4px)}.InterestingSection-module__eW56dq__imageWrap{border-radius:4px;flex-shrink:0;width:40px;height:40px;margin-right:.75rem;overflow:hidden}.InterestingSection-module__eW56dq__image{object-fit:cover;opacity:.7;width:100%;height:100%}.InterestingSection-module__eW56dq__articleContent{flex-direction:column;flex:1;min-width:0;display:flex}.InterestingSection-module__eW56dq__articleTitle{white-space:nowrap;text-overflow:ellipsis;color:#eee;margin:0;font-size:.9rem;font-weight:700;overflow:hidden}.InterestingSection-module__eW56dq__articlePreview{color:#666;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}.InterestingSection-module__eW56dq__articleLinksRow{align-items:center;gap:.4rem;margin-top:.2rem;display:flex}.InterestingSection-module__eW56dq__articlePermalink{color:#ffb366d9;border-bottom:1px dashed #ffb36673;font-size:.62rem;text-decoration:none;transition:all .2s}.InterestingSection-module__eW56dq__articlePermalink:hover{color:#ffd1a3;border-bottom-color:#ffd1a3e6}.InterestingSection-module__eW56dq__articleFooter{justify-content:flex-end;margin-top:.25rem;display:flex}.InterestingSection-module__eW56dq__adminActions{gap:.5rem;display:flex}.InterestingSection-module__eW56dq__adminBtn{color:#888;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:1px 6px;font-size:.6rem;transition:all .2s}.InterestingSection-module__eW56dq__adminBtn:hover{color:#000;background:#f93}.InterestingSection-module__eW56dq__readMore{display:none}.InterestingSection-module__eW56dq__readerOverlay{z-index:99999;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;inset:0}.InterestingSection-module__eW56dq__readerContent{background:#0a0a0a;border:1px solid #f933;border-radius:12px;flex-direction:column;width:100%;max-width:850px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) InterestingSection-module__eW56dq__readerOpen;display:flex;position:relative;box-shadow:0 0 50px #000,0 0 20px #ff99331a}@keyframes InterestingSection-module__eW56dq__readerOpen{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.InterestingSection-module__eW56dq__closeReader{color:#000;cursor:pointer;z-index:100;background:#f93c;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.InterestingSection-module__eW56dq__closeReader:hover{background:#f93;transform:rotate(90deg)}.InterestingSection-module__eW56dq__readerHero{object-fit:cover;border-radius:12px 12px 0 0;flex-shrink:0;width:100%;height:300px}.InterestingSection-module__eW56dq__readerBody{scrollbar-width:thin;scrollbar-color:#f93 #0003;flex:1;padding:3rem;overflow-y:auto}.InterestingSection-module__eW56dq__readerBody::-webkit-scrollbar{width:8px}.InterestingSection-module__eW56dq__readerBody::-webkit-scrollbar-thumb{background:#f93;border-radius:4px}.InterestingSection-module__eW56dq__readerTitle{color:#fff;font-size:2.5rem;font-weight:800;line-height:1.2;font-family:var(--font-primary),monospace;margin-bottom:2rem}.InterestingSection-module__eW56dq__readerText{color:#ccc;font-size:1.1rem;line-height:1.8}.InterestingSection-module__eW56dq__externalLink{color:#f93;border-bottom:2px solid #ff99334d;margin-top:3rem;padding-bottom:2px;font-weight:700;text-decoration:none;display:inline-block}.InterestingSection-module__eW56dq__externalLink:hover{color:#ffb366;border-bottom-color:#f93}@media (max-width:768px){.InterestingSection-module__eW56dq__readerOverlay{padding:0}.InterestingSection-module__eW56dq__readerContent{border-radius:0;max-height:100vh}.InterestingSection-module__eW56dq__readerBody{padding:1.5rem}.InterestingSection-module__eW56dq__readerTitle{font-size:1.75rem}}@media (max-width:640px){.InterestingSection-module__eW56dq__section{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__grid{gap:.3rem;max-height:80px}.InterestingSection-module__eW56dq__articleCard{padding:.3rem}.InterestingSection-module__eW56dq__articleTitle{font-size:.95rem}.InterestingSection-module__eW56dq__articlePreview{font-size:.85rem}.InterestingSection-module__eW56dq__articleContent{overflow:hidden}.InterestingSection-module__eW56dq__imageWrap{width:28px;height:28px;margin-right:.4rem}.InterestingSection-module__eW56dq__readerOverlay{width:100vw;height:100vh;padding:0;position:fixed;inset:0}.InterestingSection-module__eW56dq__readerContent{border-radius:0;flex-direction:column;width:100%;max-width:100vw;height:100vh;max-height:100vh;display:flex}.InterestingSection-module__eW56dq__readerHero{flex-shrink:0;height:180px}.InterestingSection-module__eW56dq__readerBody{-webkit-overflow-scrolling:touch;flex:1;padding:1rem;overflow:hidden auto}.InterestingSection-module__eW56dq__readerTitle{margin-bottom:.8rem;padding-right:40px;font-size:1.2rem}.InterestingSection-module__eW56dq__readerText{font-size:.85rem;line-height:1.5}.InterestingSection-module__eW56dq__readerText strong{font-weight:700}.InterestingSection-module__eW56dq__externalLink{margin-top:1.5rem;font-size:.85rem}.InterestingSection-module__eW56dq__readerAdmin{flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-bottom:1rem}.InterestingSection-module__eW56dq__adminBtnLarge,.InterestingSection-module__eW56dq__adminBtnLargeDanger{width:100%;padding:.6rem 1rem;font-size:.85rem}.InterestingSection-module__eW56dq__closeReader{width:40px;height:40px;font-size:1rem;top:.5rem;right:.5rem}}.InterestingSection-module__eW56dq__readerAdmin{border-top:1px solid #ffffff0d;gap:1.5rem;margin-top:4rem;padding-top:2rem;display:flex}.InterestingSection-module__eW56dq__adminBtnLarge{color:#000;cursor:pointer;background:#f93;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:700;transition:all .2s}.InterestingSection-module__eW56dq__adminBtnLarge:hover{background:#ffb366;transform:translateY(-2px);box-shadow:0 5px 15px #f933}.InterestingSection-module__eW56dq__adminBtnLargeDanger{color:#f44;cursor:pointer;background:0 0;border:1px solid #ff44444d;border-radius:8px;padding:.75rem 1.5rem;font-weight:700;transition:all .2s}.InterestingSection-module__eW56dq__adminBtnLargeDanger:hover{background:#ff44441a;border-color:#f44}
.MobileFiltersDrawer-module__wXPb7q__overlay{z-index:10000;-webkit-backdrop-filter:blur(10px);opacity:0;pointer-events:none;background:#000000d9;transition:opacity .25s;position:fixed;inset:0}.MobileFiltersDrawer-module__wXPb7q__overlayVisible{opacity:1;pointer-events:auto}.MobileFiltersDrawer-module__wXPb7q__drawer{z-index:10001;background:#08080efa;border-top:1px solid #f936;border-radius:20px 20px 0 0;flex-direction:column;height:min(96vh,100dvh - 8px);transition:transform .35s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -10px 40px #000c}.MobileFiltersDrawer-module__wXPb7q__drawerVisible{transform:translateY(0)}.MobileFiltersDrawer-module__wXPb7q__drawerHandle{flex-shrink:0;justify-content:center;align-items:center;padding:12px 0 8px;display:flex}.MobileFiltersDrawer-module__wXPb7q__drawerHandleBar{background:#f936;border-radius:2px;width:36px;height:4px}.MobileFiltersDrawer-module__wXPb7q__drawerHeader{border-bottom:1px solid #ff993326;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 20px 14px;display:flex}.MobileFiltersDrawer-module__wXPb7q__drawerTitle{color:#f93;text-transform:uppercase;letter-spacing:.08em;font-size:1.1rem;font-weight:800;font-family:var(--font-primary),monospace}.MobileFiltersDrawer-module__wXPb7q__drawerClose{color:#f93;cursor:pointer;background:#ff99331f;border:1px solid #ff99334d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .2s;display:flex}.MobileFiltersDrawer-module__wXPb7q__drawerClose:hover{background:#ff993340}.MobileFiltersDrawer-module__wXPb7q__drawerBody{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ff99334d transparent;flex:1;padding:16px 16px 100px;overflow-y:auto}.MobileFiltersDrawer-module__wXPb7q__drawerBody::-webkit-scrollbar{width:4px}.MobileFiltersDrawer-module__wXPb7q__drawerBody::-webkit-scrollbar-thumb{background:#ff99334d;border-radius:4px}.MobileFiltersDrawer-module__wXPb7q__fab{z-index:9999;cursor:pointer;font-family:var(--font-primary),monospace;text-transform:uppercase;letter-spacing:.06em;color:#f93;background:linear-gradient(#ffffff26 0%,#ffffff0d 48%,#0003 50%,#00000080 100%),#140c04f2;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:13px 18px;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.2,0,0,1);display:flex;position:fixed;bottom:20px;left:12px;right:12px;box-shadow:0 0 0 1px #ff9933b3,0 0 15px 2px #ff78144d,0 4px 20px #0009}.MobileFiltersDrawer-module__wXPb7q__fab:active{transform:scale(.95)}.MobileFiltersDrawer-module__wXPb7q__fabBadge{color:#000;background:#f93;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:900;display:flex}.MobileFiltersDrawer-module__wXPb7q__applyBtn{background:#08080ef2;border-top:1px solid #ff993326;flex-shrink:0;padding:16px 20px;position:sticky;bottom:0;left:0;right:0}.MobileFiltersDrawer-module__wXPb7q__applyBtnInner{width:100%;font-family:var(--font-primary),monospace;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;color:#000;background:linear-gradient(#ffb347 0%,#f93 100%);border:none;border-radius:12px;padding:14px;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #f936}.MobileFiltersDrawer-module__wXPb7q__applyBtnInner:active{transform:scale(.98)}@media (min-width:641px){.MobileFiltersDrawer-module__wXPb7q__fab,.MobileFiltersDrawer-module__wXPb7q__overlay,.MobileFiltersDrawer-module__wXPb7q__drawer{display:none}}
.PollManager-module__zv8Waq__pollManager{padding:20px}.PollManager-module__zv8Waq__section{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;margin-bottom:30px;padding:20px}.PollManager-module__zv8Waq__section h3{border-bottom:1px solid #ccc;margin-top:0;margin-bottom:15px;padding-bottom:10px}.PollManager-module__zv8Waq__activePollInfo{background:#fff;border:1px solid #eee;padding:15px}.PollManager-module__zv8Waq__closeBtn{color:#fff;cursor:pointer;background:#d9534f;border:none;border-radius:4px;margin-top:10px;padding:6px 12px}.PollManager-module__zv8Waq__createForm{flex-direction:column;gap:15px;display:flex}.PollManager-module__zv8Waq__formGroup{flex-direction:column;gap:5px;display:flex}.PollManager-module__zv8Waq__formGroup label{font-weight:700}.PollManager-module__zv8Waq__formGroup input{border:1px solid #ddd;border-radius:4px;padding:8px}.PollManager-module__zv8Waq__optionsList{flex-direction:column;gap:10px;display:flex}.PollManager-module__zv8Waq__optionInput{gap:10px;display:flex}.PollManager-module__zv8Waq__optionInput input{flex:1}.PollManager-module__zv8Waq__removeBtn{cursor:pointer;background:#f0f0f0;border:1px solid #ccc;padding:0 10px}.PollManager-module__zv8Waq__addBtn{cursor:pointer;background:#f0f0f0;border:1px solid #ccc;align-self:flex-start;padding:6px 12px}.PollManager-module__zv8Waq__createBtn{color:#fff;cursor:pointer;background:#5cb85c;border:none;border-radius:4px;align-self:flex-start;margin-top:10px;padding:10px 20px}.PollManager-module__zv8Waq__error{color:red;margin-top:10px}.PollManager-module__zv8Waq__success{color:green;margin-top:10px}
