.BookCollections-module__ChNNnq__container{margin-bottom:32px}.BookCollections-module__ChNNnq__title{color:#c9d1d9;margin:0 0 20px;font-size:24px;font-weight:700}.BookCollections-module__ChNNnq__tabs{border-bottom:1px solid #21262d;gap:8px;margin-bottom:20px;display:flex}.BookCollections-module__ChNNnq__tab{color:#8b949e;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.BookCollections-module__ChNNnq__tab:hover{color:#c9d1d9}.BookCollections-module__ChNNnq__tabActive{color:#c9d1d9;border-bottom-color:var(--accent,#f93)}.BookCollections-module__ChNNnq__foldersGrid{gap:16px;display:grid}.BookCollections-module__ChNNnq__folder{background:#0d1117;border:1px solid #21262d;border-radius:8px;transition:border-color .2s;overflow:hidden}.BookCollections-module__ChNNnq__folder:hover{border-color:#30363d}.BookCollections-module__ChNNnq__folderHeader{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:16px;display:flex}.BookCollections-module__ChNNnq__folderIcon{background:#58a6ff1a;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:32px;display:flex}.BookCollections-module__ChNNnq__folderInfo{flex:1}.BookCollections-module__ChNNnq__folderName{color:#c9d1d9;margin-bottom:2px;font-size:16px;font-weight:600}.BookCollections-module__ChNNnq__folderCount{color:#8b949e;font-size:13px}.BookCollections-module__ChNNnq__folderExpand{color:#6e7681;font-size:12px;transition:transform .2s}.BookCollections-module__ChNNnq__folderBooks{border-top:1px solid #21262d;padding:0 16px 16px}.BookCollections-module__ChNNnq__booksGrid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px;margin-top:16px;display:grid}.BookCollections-module__ChNNnq__bookCover{aspect-ratio:2/3;border-radius:4px;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden;box-shadow:0 2px 8px #0000004d}.BookCollections-module__ChNNnq__bookCover:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000080}.BookCollections-module__ChNNnq__bookCover img{object-fit:cover;width:100%;height:100%}.BookCollections-module__ChNNnq__bookPlaceholder{text-align:center;color:#c9d1d9;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;font-size:10px;line-height:1.2;display:flex;overflow:hidden}.BookCollections-module__ChNNnq__emptyFolder{text-align:center;color:#6e7681;padding:24px;font-size:13px}.BookCollections-module__ChNNnq__viewAll{color:#58a6ff;background:#58a6ff1a;border:1px solid #30363d;border-radius:4px;margin-top:12px;padding:6px 12px;font-size:12px;text-decoration:none;transition:all .2s;display:inline-block}.BookCollections-module__ChNNnq__viewAll:hover{background:#58a6ff33;border-color:#58a6ff}.BookCollections-module__ChNNnq__collectionsView{min-height:300px}.BookCollections-module__ChNNnq__sortRow{margin-bottom:16px}.BookCollections-module__ChNNnq__sortBtn{color:#58a6ff;cursor:pointer;background:#0d1117;border:1px solid #30363d;border-radius:6px;padding:8px 14px;font-size:12px;transition:all .2s}.BookCollections-module__ChNNnq__sortBtn:hover{background:#161b22;border-color:#58a6ff}.BookCollections-module__ChNNnq__createCollection{cursor:pointer;background:#58a6ff0d;border:2px dashed #30363d;border-radius:8px;align-items:center;gap:16px;margin-bottom:20px;padding:20px;transition:all .2s;display:flex}.BookCollections-module__ChNNnq__createCollection:hover{background:#58a6ff1a;border-color:#58a6ff}.BookCollections-module__ChNNnq__createIcon{color:#58a6ff;background:#58a6ff26;border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;font-size:32px;display:flex}.BookCollections-module__ChNNnq__createLabel{color:#c9d1d9;font-size:16px;font-weight:600}.BookCollections-module__ChNNnq__emptyState{text-align:center;padding:60px 20px}.BookCollections-module__ChNNnq__emptyIcon{opacity:.5;margin-bottom:12px;font-size:48px}.BookCollections-module__ChNNnq__folderDesc{color:#6e7681;margin-top:4px;font-size:12px}.BookCollections-module__ChNNnq__deleteBtn{cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:16px;transition:opacity .2s}.BookCollections-module__ChNNnq__deleteBtn:hover{opacity:1;background:#f851491a}.BookCollections-module__ChNNnq__modalOverlay{z-index:10000;background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.BookCollections-module__ChNNnq__modal{background:#0d1117;border:1px solid #30363d;border-radius:12px;width:100%;max-width:450px;box-shadow:0 8px 32px #00000080}.BookCollections-module__ChNNnq__modalHeader{border-bottom:1px solid #21262d;justify-content:space-between;align-items:center;padding:20px;display:flex}.BookCollections-module__ChNNnq__modalHeader h3{color:#c9d1d9;margin:0;font-size:18px}.BookCollections-module__ChNNnq__modalClose{color:#8b949e;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;transition:all .2s;display:flex}.BookCollections-module__ChNNnq__modalClose:hover{color:#c9d1d9;background:#21262d}.BookCollections-module__ChNNnq__modalBody{padding:20px}.BookCollections-module__ChNNnq__formField{margin-bottom:16px}.BookCollections-module__ChNNnq__formField label{color:#c9d1d9;margin-bottom:6px;font-size:13px;font-weight:500;display:block}.BookCollections-module__ChNNnq__formField input,.BookCollections-module__ChNNnq__formField textarea{color:#c9d1d9;background:#0d1117;border:1px solid #30363d;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.BookCollections-module__ChNNnq__formField input:focus,.BookCollections-module__ChNNnq__formField textarea:focus{border-color:#58a6ff}.BookCollections-module__ChNNnq__modalFooter{justify-content:flex-end;gap:10px;padding:0 20px 20px;display:flex}.BookCollections-module__ChNNnq__cancelBtn{color:#8b949e;cursor:pointer;background:0 0;border:1px solid #30363d;border-radius:6px;padding:8px 16px;font-size:13px;transition:all .2s}.BookCollections-module__ChNNnq__cancelBtn:hover{color:#c9d1d9;background:#21262d}.BookCollections-module__ChNNnq__createBtn{color:#fff;cursor:pointer;background:#238636;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.BookCollections-module__ChNNnq__createBtn:hover:not(:disabled){background:#2ea043}.BookCollections-module__ChNNnq__createBtn:disabled{opacity:.5;cursor:not-allowed}.BookCollections-module__ChNNnq__searchBox{margin-bottom:16px;position:relative}.BookCollections-module__ChNNnq__searchInput{color:#c9d1d9;background:#0d1117;border:1px solid #30363d;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s}.BookCollections-module__ChNNnq__searchInput:focus{border-color:#58a6ff}.BookCollections-module__ChNNnq__searchInput::placeholder{color:#6e7681}.BookCollections-module__ChNNnq__searchResults{z-index:100;background:#161b22;border:1px solid #30363d;border-radius:8px;max-height:300px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 16px #0006}.BookCollections-module__ChNNnq__searchResult{color:#c9d1d9;cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #21262d;align-items:center;gap:12px;width:100%;padding:10px 12px;transition:background .15s;display:flex}.BookCollections-module__ChNNnq__searchResult:last-child{border-bottom:none}.BookCollections-module__ChNNnq__searchResult:hover{background:#58a6ff1a}.BookCollections-module__ChNNnq__resultCover{object-fit:cover;border-radius:4px;flex-shrink:0;width:40px;height:60px}.BookCollections-module__ChNNnq__resultCoverPlaceholder{color:#58a6ff;background:#21262d;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:60px;font-size:18px;font-weight:700;display:flex}.BookCollections-module__ChNNnq__resultInfo{flex:1;min-width:0}.BookCollections-module__ChNNnq__resultTitle{color:#c9d1d9;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.BookCollections-module__ChNNnq__resultAuthor{color:#8b949e;margin-top:2px;font-size:11px}.BookCollections-module__ChNNnq__addIcon{color:#fff;background:#238636;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;font-weight:700;display:flex}.BookCollections-module__ChNNnq__bookCoverWrapper{display:inline-block;position:relative}.BookCollections-module__ChNNnq__removeBookBtn{color:#fff;cursor:pointer;opacity:0;background:#f85149;border:2px solid #0d1117;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:16px;font-weight:700;line-height:1;transition:opacity .2s;display:flex;position:absolute;top:-8px;right:-8px}.BookCollections-module__ChNNnq__bookCoverWrapper:hover .BookCollections-module__ChNNnq__removeBookBtn{opacity:1}.BookCollections-module__ChNNnq__removeBookBtn:hover{background:#da3633}@media (max-width:768px){.BookCollections-module__ChNNnq__booksGrid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:8px}.BookCollections-module__ChNNnq__folderIcon{width:40px;height:40px;font-size:24px}.BookCollections-module__ChNNnq__folderName{font-size:14px}.BookCollections-module__ChNNnq__folderCount{font-size:12px}}
.ComicCover-module__EOGgiW__cover{aspect-ratio:2/3;background:#000;flex:none;max-height:320px;position:relative;overflow:hidden;container-type:inline-size}.ComicCover-module__EOGgiW__wide{aspect-ratio:16/10;max-height:260px}.ComicCover-module__EOGgiW__art{background:radial-gradient(120% 90% at 22% 12%,var(--c1)0%,transparent 58%),radial-gradient(100% 80% at 82% 88%,var(--c2)0%,transparent 62%),linear-gradient(160deg,#161009 0%,#000 100%);transition:transform .5s;position:absolute;inset:0}.ComicCover-module__EOGgiW__photo{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.ComicCover-module__EOGgiW__tint{pointer-events:none;mix-blend-mode:color;opacity:.22;background:linear-gradient(165deg,var(--c1)0%,var(--c2)100%);position:absolute;inset:0}.ComicCover-module__EOGgiW__glyph{text-align:center;font-family:var(--font-advent),sans-serif;color:#00000059;-webkit-text-stroke:2px #f6943266;letter-spacing:-.04em;text-transform:uppercase;overflow-wrap:anywhere;place-items:center;padding:0 8%;font-size:clamp(18px,20cqw,62px);font-weight:700;line-height:.9;transition:transform .5s,letter-spacing .5s;display:grid;position:absolute;inset:0;overflow:hidden}.ComicCover-module__EOGgiW__halftone{pointer-events:none;mix-blend-mode:overlay;opacity:.5;background-image:radial-gradient(#f69432 1px,#0000 1.2px);background-size:5px 5px;transition:opacity .3s,transform 1.2s linear;position:absolute;inset:-20%}.ComicCover-module__EOGgiW__speed{pointer-events:none;opacity:0;background:repeating-linear-gradient(102deg,#0000 0 9px,#f6943226 9px 10px);transition:opacity .2s;position:absolute;inset:0}:is(.comicPanelHover:hover .ComicCover-module__EOGgiW__art,.ComicCover-module__EOGgiW__cover:hover .ComicCover-module__EOGgiW__art,.comicPanelHover:hover .ComicCover-module__EOGgiW__photo,.ComicCover-module__EOGgiW__cover:hover .ComicCover-module__EOGgiW__photo){transform:scale(1.06)}:is(.comicPanelHover:hover .ComicCover-module__EOGgiW__glyph,.ComicCover-module__EOGgiW__cover:hover .ComicCover-module__EOGgiW__glyph){letter-spacing:.02em;transform:scale(1.07)rotate(-2deg)}:is(.comicPanelHover:hover .ComicCover-module__EOGgiW__halftone,.ComicCover-module__EOGgiW__cover:hover .ComicCover-module__EOGgiW__halftone){opacity:.9;transform:translate(6px,6px)}:is(.comicPanelHover:hover .ComicCover-module__EOGgiW__speed,.ComicCover-module__EOGgiW__cover:hover .ComicCover-module__EOGgiW__speed){opacity:1;animation:.55s linear infinite ComicCover-module__EOGgiW__speed}@keyframes ComicCover-module__EOGgiW__speed{0%{background-position:0 0}to{background-position:60px 0}}.ComicCover-module__EOGgiW__issue{z-index:3;color:var(--comics-gold,#c8962a);border-right:2px solid var(--comics-gold,#c8962a);border-bottom:2px solid var(--comics-gold,#c8962a);font-family:var(--font-primary),monospace;letter-spacing:.04em;background:#050505;padding:3px 10px 4px;font-size:12px;position:absolute;top:0;left:0}@media (prefers-reduced-motion:reduce){.ComicCover-module__EOGgiW__art,.ComicCover-module__EOGgiW__photo,.ComicCover-module__EOGgiW__glyph,.ComicCover-module__EOGgiW__halftone,.ComicCover-module__EOGgiW__speed{transition-duration:.01ms!important;animation:none!important}}
.ComicHolocronNavigator-module__6WEY2W__holocron{width:100%;scroll-margin-top:90px}.ComicHolocronNavigator-module__6WEY2W__frame{border:2px solid var(--comics-ink,#050505);box-shadow:5px 5px 0 var(--comics-ink,#050505);background:radial-gradient(120% 90% at 8% 0,#3a4f8a24,#0000 55%),linear-gradient(#14110cf7,#0a0806);padding:22px;position:relative;overflow:hidden}.ComicHolocronNavigator-module__6WEY2W__frame:before{content:"";pointer-events:none;opacity:.5;background-image:repeating-linear-gradient(0deg,#f694320d 0 1px,#0000 1px 4px);position:absolute;inset:0}.ComicHolocronNavigator-module__6WEY2W__frame>*{position:relative}.ComicHolocronNavigator-module__6WEY2W__header{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.ComicHolocronNavigator-module__6WEY2W__sigil{border:2px solid var(--comics-gold,#c8962a);background:linear-gradient(135deg,#3a4f8a47,#f6943224);flex:none;place-items:center;width:42px;height:42px;display:grid;transform:rotate(45deg)}.ComicHolocronNavigator-module__6WEY2W__sigilCore{background:var(--comics-gold,#c8962a);width:13px;height:13px;animation:3.2s ease-in-out infinite ComicHolocronNavigator-module__6WEY2W__pulse;box-shadow:0 0 12px #c8962ad9}@keyframes ComicHolocronNavigator-module__6WEY2W__pulse{0%,to{opacity:.55;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.ComicHolocronNavigator-module__6WEY2W__headerText{min-width:0}.ComicHolocronNavigator-module__6WEY2W__eyebrow{font-family:var(--font-primary),monospace;letter-spacing:.16em;text-transform:uppercase;color:var(--comics-gold,#c8962a);margin-bottom:6px;font-size:.72rem}.ComicHolocronNavigator-module__6WEY2W__title{font-family:var(--font-advent),sans-serif;color:var(--comics-accent,#f69432);margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.ComicHolocronNavigator-module__6WEY2W__block{margin-bottom:22px}.ComicHolocronNavigator-module__6WEY2W__blockLabel{font-family:var(--font-comic),cursive;letter-spacing:.12em;text-transform:uppercase;color:var(--comics-paper,#e0d4b8);align-items:baseline;gap:10px;margin-bottom:12px;font-size:.8rem;display:flex}.ComicHolocronNavigator-module__6WEY2W__step{font-family:var(--font-handjet),monospace;color:#f69432bf;font-size:.9rem}.ComicHolocronNavigator-module__6WEY2W__blockHint{text-transform:none;letter-spacing:0;color:#6a6255;font-size:.78rem}.ComicHolocronNavigator-module__6WEY2W__continuityToggle{color:#8d8579;font-family:var(--font-primary),monospace;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #ffffff24;border-radius:3px;margin-left:auto;padding:5px 13px;font-size:.76rem;transition:all .16s}.ComicHolocronNavigator-module__6WEY2W__continuityToggle:hover{color:var(--comics-paper,#e0d4b8);border-color:#ffffff4d}.ComicHolocronNavigator-module__6WEY2W__continuityToggleActive{border-color:var(--comics-accent,#f69432);color:var(--comics-accent,#f69432);background:#f694321f}.ComicHolocronNavigator-module__6WEY2W__probes{flex-wrap:wrap;gap:10px;display:flex}.ComicHolocronNavigator-module__6WEY2W__probe{text-align:left;max-width:320px;color:var(--comics-paper,#e0d4b8);font-family:var(--font-primary),monospace;cursor:pointer;background:#ffffff05;border:1px solid #ffffff1a;border-radius:4px;flex:190px;padding:10px 14px;transition:border-color .18s,background .18s,transform .18s}.ComicHolocronNavigator-module__6WEY2W__probe:hover{border-color:var(--axis,#f69432);transform:translateY(-1px)}.ComicHolocronNavigator-module__6WEY2W__probeActive{border-color:var(--axis,#f69432);background:color-mix(in srgb,var(--axis,#f69432)16%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--axis,#f69432)35%,transparent)}.ComicHolocronNavigator-module__6WEY2W__probeLabel{color:var(--comics-paper,#e0d4b8);margin-bottom:3px;font-size:.92rem;font-weight:700;display:block}.ComicHolocronNavigator-module__6WEY2W__probeDetail{color:#8d8579;font-size:.8rem;line-height:1.45;display:block}.ComicHolocronNavigator-module__6WEY2W__probeActive .ComicHolocronNavigator-module__6WEY2W__probeDetail{color:#a89a86}.ComicHolocronNavigator-module__6WEY2W__ranges{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.ComicHolocronNavigator-module__6WEY2W__range{text-align:left;font-family:var(--font-primary),monospace;cursor:pointer;background:#ffffff05;border:1px solid #ffffff1a;border-radius:4px;padding:12px 14px;transition:border-color .18s,background .18s}.ComicHolocronNavigator-module__6WEY2W__range:hover{border-color:#f6943299}.ComicHolocronNavigator-module__6WEY2W__rangeActive{border-color:var(--comics-accent,#f69432);background:#f694321f}.ComicHolocronNavigator-module__6WEY2W__rangeTitle{color:var(--comics-paper,#e0d4b8);margin-bottom:4px;font-size:.92rem;font-weight:700;display:block}.ComicHolocronNavigator-module__6WEY2W__rangeHint{color:#8d8579;font-size:.78rem;line-height:1.45;display:block}.ComicHolocronNavigator-module__6WEY2W__conditions{background:#ffffff04;border:1px solid #ffffff14;border-radius:4px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px 20px;padding:16px;display:grid}.ComicHolocronNavigator-module__6WEY2W__check{font-family:var(--font-primary),monospace;color:var(--comics-paper,#e0d4b8);cursor:pointer;align-items:flex-start;gap:9px;font-size:.88rem;display:flex}.ComicHolocronNavigator-module__6WEY2W__checkWide{grid-column:1/-1}.ComicHolocronNavigator-module__6WEY2W__check input{accent-color:var(--comics-accent,#f69432);cursor:pointer;margin-top:3px}.ComicHolocronNavigator-module__6WEY2W__checkHint{color:#8d8579;margin-top:2px;font-size:.78rem;font-style:normal;display:block}.ComicHolocronNavigator-module__6WEY2W__field{flex-direction:column;gap:7px;display:flex}.ComicHolocronNavigator-module__6WEY2W__fieldLabel{font-family:var(--font-primary),monospace;text-transform:uppercase;letter-spacing:.1em;color:#8d8579;font-size:.75rem}.ComicHolocronNavigator-module__6WEY2W__segmented{flex-wrap:wrap;gap:6px;display:flex}.ComicHolocronNavigator-module__6WEY2W__seg,.ComicHolocronNavigator-module__6WEY2W__segActive{color:#8d8579;font-family:var(--font-primary),monospace;cursor:pointer;background:0 0;border:1px solid #ffffff24;border-radius:999px;padding:5px 11px;font-size:.8rem;transition:all .16s}.ComicHolocronNavigator-module__6WEY2W__seg:hover{color:var(--comics-paper,#e0d4b8);border-color:#ffffff4d}.ComicHolocronNavigator-module__6WEY2W__segActive{border-color:var(--comics-accent,#f69432);color:var(--comics-accent,#f69432);background:#f694321f}.ComicHolocronNavigator-module__6WEY2W__summon{border:1px dashed var(--comics-blue,#3a4f8a);color:#9db0e0;width:100%;font-family:var(--font-handjet),monospace;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#3a4f8a1f,#f694320d);border-radius:4px;justify-content:center;align-items:center;gap:11px;padding:14px;font-size:.92rem;transition:all .2s;display:flex}.ComicHolocronNavigator-module__6WEY2W__summon:hover{background:linear-gradient(135deg,#3a4f8a33,#f6943217);border-style:solid;box-shadow:0 0 20px #3a4f8a40}.ComicHolocronNavigator-module__6WEY2W__summonIcon{background:var(--comics-blue,#3a4f8a);flex-shrink:0;width:9px;height:9px;animation:3.2s ease-in-out infinite ComicHolocronNavigator-module__6WEY2W__pulse;transform:rotate(45deg);box-shadow:0 0 10px #3a4f8ad9}.ComicHolocronNavigator-module__6WEY2W__plot{border:2px solid var(--comics-accent,#f69432);width:100%;color:var(--comics-accent,#f69432);font-family:var(--font-handjet),monospace;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:#f6943224;padding:14px;font-size:.95rem;transition:background .2s,box-shadow .2s}.ComicHolocronNavigator-module__6WEY2W__plot:hover{background:#f694323d;box-shadow:0 0 22px #f6943240}.ComicHolocronNavigator-module__6WEY2W__results{margin-top:4px}.ComicHolocronNavigator-module__6WEY2W__note{border-left:2px solid var(--comics-accent,#f69432);font-family:var(--font-primary),monospace;color:var(--comics-paper,#e0d4b8);background:#f694320f;margin:0 0 16px;padding:12px 14px;font-size:.88rem}.ComicHolocronNavigator-module__6WEY2W__jumps{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:16px;display:grid}.ComicHolocronNavigator-module__6WEY2W__jump{background:#ffffff05;border:1px solid #ffffff14;border-radius:4px;flex-direction:column;padding:14px;display:flex}.ComicHolocronNavigator-module__6WEY2W__jumpHead{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.ComicHolocronNavigator-module__6WEY2W__jumpKind{font-family:var(--font-primary),monospace;letter-spacing:.12em;text-transform:uppercase;color:#9db0e0;font-size:.74rem}.ComicHolocronNavigator-module__6WEY2W__jumpMatch{font-family:var(--font-handjet),monospace;color:var(--comics-accent,#f69432);font-size:1.15rem}.ComicHolocronNavigator-module__6WEY2W__jumpCaption{font-family:var(--font-primary),monospace;color:#6a6255;margin-top:2px;margin-bottom:12px;font-size:.76rem;line-height:1.4}.ComicHolocronNavigator-module__6WEY2W__jumpBody{color:inherit;gap:12px;text-decoration:none;display:flex}.ComicHolocronNavigator-module__6WEY2W__jumpBody:hover .ComicHolocronNavigator-module__6WEY2W__jumpTitle{color:var(--comics-accent,#f69432)}.ComicHolocronNavigator-module__6WEY2W__coverWrap{border:1px solid #ffffff1a;flex:0 0 60px}.ComicHolocronNavigator-module__6WEY2W__jumpInfo{min-width:0}.ComicHolocronNavigator-module__6WEY2W__jumpTitle{font-family:var(--font-advent),sans-serif;color:var(--comics-paper,#e0d4b8);margin:0 0 4px;font-size:1rem;font-weight:700;line-height:1.25;transition:color .18s}.ComicHolocronNavigator-module__6WEY2W__jumpMeta{font-family:var(--font-primary),monospace;color:#8d8579;font-size:.78rem}.ComicHolocronNavigator-module__6WEY2W__axes{border-top:1px solid #ffffff14;gap:8px;margin:14px 0 12px;padding:10px 2px 0;display:flex}.ComicHolocronNavigator-module__6WEY2W__axis{flex-direction:column;flex:1 1 0;align-items:center;gap:5px;min-width:0;display:flex}.ComicHolocronNavigator-module__6WEY2W__axisTrack{background:#ffffff0d;border-radius:2px;align-items:flex-end;width:100%;height:34px;display:flex;overflow:hidden}.ComicHolocronNavigator-module__6WEY2W__axisFill{width:100%;transition:height .3s}.ComicHolocronNavigator-module__6WEY2W__axisName{font-family:var(--font-primary),monospace;letter-spacing:.02em;color:#6a6255;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.62rem;overflow:hidden}.ComicHolocronNavigator-module__6WEY2W__why{font-family:var(--font-primary),monospace;color:#cbbfa9;margin:0 0 10px;font-size:.86rem;line-height:1.55}.ComicHolocronNavigator-module__6WEY2W__why:first-letter{text-transform:uppercase}.ComicHolocronNavigator-module__6WEY2W__contrast{color:#8d8579}.ComicHolocronNavigator-module__6WEY2W__facts{flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:4px;display:flex}.ComicHolocronNavigator-module__6WEY2W__fact{font-family:var(--font-primary),monospace;color:#8d8579;border:1px solid #ffffff24;border-radius:999px;padding:3px 8px;font-size:.72rem}.ComicHolocronNavigator-module__6WEY2W__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.ComicHolocronNavigator-module__6WEY2W__action,.ComicHolocronNavigator-module__6WEY2W__actionGhost{color:var(--comics-paper,#e0d4b8);font-family:var(--font-primary),monospace;cursor:pointer;background:0 0;border:1px solid #ffffff24;border-radius:999px;padding:8px 16px;font-size:.84rem;transition:all .18s}.ComicHolocronNavigator-module__6WEY2W__action:hover{border-color:var(--comics-accent,#f69432);color:var(--comics-accent,#f69432)}.ComicHolocronNavigator-module__6WEY2W__actionGhost{color:#6a6255}.ComicHolocronNavigator-module__6WEY2W__actionGhost:hover{color:var(--comics-paper,#e0d4b8)}.ComicHolocronNavigator-module__6WEY2W__pool{font-family:var(--font-primary),monospace;color:#514a3e;margin-left:auto;font-size:.74rem}@media (max-width:768px){.ComicHolocronNavigator-module__6WEY2W__frame{padding:16px 12px}.ComicHolocronNavigator-module__6WEY2W__header{gap:12px}.ComicHolocronNavigator-module__6WEY2W__title{font-size:1.15rem}.ComicHolocronNavigator-module__6WEY2W__ranges{grid-template-columns:1fr}.ComicHolocronNavigator-module__6WEY2W__blockLabel{flex-wrap:wrap;row-gap:8px}.ComicHolocronNavigator-module__6WEY2W__continuityToggle{margin-left:0}.ComicHolocronNavigator-module__6WEY2W__probe{flex:100%;max-width:none}.ComicHolocronNavigator-module__6WEY2W__jumps{grid-template-columns:1fr}.ComicHolocronNavigator-module__6WEY2W__actions{gap:8px}.ComicHolocronNavigator-module__6WEY2W__pool{width:100%;margin-left:0}}
.ComicChronoStrip-module__oxo_uq__wrap{width:100%;scroll-margin-top:90px}.ComicChronoStrip-module__oxo_uq__frame{border:2px solid var(--comics-ink,#050505);box-shadow:5px 5px 0 var(--comics-ink,#050505);background:radial-gradient(120% 90% at 8% 0,#3a4f8a24,#0000 55%),linear-gradient(#14110cf7,#0a0806);padding:20px;position:relative;overflow:hidden}.ComicChronoStrip-module__oxo_uq__frame:before{content:"";pointer-events:none;opacity:.5;background-image:repeating-linear-gradient(0deg,#f694320d 0 1px,#0000 1px 4px);position:absolute;inset:0}.ComicChronoStrip-module__oxo_uq__frame>*{position:relative}.ComicChronoStrip-module__oxo_uq__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:18px;display:flex}.ComicChronoStrip-module__oxo_uq__titleGroup{min-width:0}.ComicChronoStrip-module__oxo_uq__title{font-family:var(--font-handjet),monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--comics-accent,#f69432);margin:0;font-size:1.05rem;font-weight:700}.ComicChronoStrip-module__oxo_uq__subtitle{color:#8d8579;margin:.25rem 0 0;font-size:.78rem;line-height:1.4}.ComicChronoStrip-module__oxo_uq__controls{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.ComicChronoStrip-module__oxo_uq__scopeSwitch{border:2px solid var(--comics-ink,#050505);box-shadow:3px 3px 0 var(--comics-ink,#050505);background:#0f0c08;display:inline-flex}.ComicChronoStrip-module__oxo_uq__scopeBtn{color:#7d7466;font-family:var(--font-primary),monospace;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.4rem .7rem;font-size:.72rem;font-weight:600;transition:color .15s,background .15s}.ComicChronoStrip-module__oxo_uq__scopeBtn:hover{color:var(--comics-paper,#e0d4b8)}.ComicChronoStrip-module__oxo_uq__scopeOn{background:var(--comics-gold,#c8962a);color:#000}.ComicChronoStrip-module__oxo_uq__fullLink{letter-spacing:.04em;color:#a89a86;border-bottom:1px dashed #f6943259;padding-bottom:1px;font-size:.72rem;text-decoration:none;transition:color .18s}.ComicChronoStrip-module__oxo_uq__fullLink:hover{color:var(--comics-accent,#f69432)}.ComicChronoStrip-module__oxo_uq__strip{align-items:stretch;gap:.4rem;display:flex}.ComicChronoStrip-module__oxo_uq__nav{border:2px solid var(--comics-ink,#050505);width:30px;color:var(--comics-gold,#c8962a);cursor:pointer;box-shadow:3px 3px 0 var(--comics-ink,#050505);background:#0f0c08;flex:none;align-self:stretch;font-size:1.3rem;line-height:1;transition:transform .15s,color .15s}.ComicChronoStrip-module__oxo_uq__nav:hover:not(:disabled){color:var(--comics-paper,#e0d4b8);transform:translate(-1px,-1px)}.ComicChronoStrip-module__oxo_uq__nav:disabled{opacity:.28;cursor:default}.ComicChronoStrip-module__oxo_uq__rail{scrollbar-width:thin;scroll-behavior:smooth;flex:auto;align-items:flex-start;gap:0;min-width:0;padding:0 2px 4px;display:flex;position:relative;overflow-x:auto}.ComicChronoStrip-module__oxo_uq__rail:focus-visible{outline:1px solid var(--comics-accent,#f69432);outline-offset:3px}.ComicChronoStrip-module__oxo_uq__axis{background:linear-gradient(90deg,#f6943200 0%,#f6943259 8% 92%,#f6943200 100%);height:1px;position:absolute;top:25px;left:0;right:0}.ComicChronoStrip-module__oxo_uq__node{text-align:center;flex-direction:column;flex:1 1 0;align-items:center;min-width:100px;display:flex;position:relative}.ComicChronoStrip-module__oxo_uq__year{font-family:var(--font-handjet),monospace;letter-spacing:.05em;color:#8d8579;white-space:nowrap;margin-bottom:4px;font-size:.74rem}.ComicChronoStrip-module__oxo_uq__tick{background:#0b0a09;border:1px solid #f694328c;border-radius:50%;width:7px;height:7px;margin-bottom:10px}.ComicChronoStrip-module__oxo_uq__nodeAnchor .ComicChronoStrip-module__oxo_uq__year{color:var(--comics-gold,#c8962a)}.ComicChronoStrip-module__oxo_uq__nodeAnchor .ComicChronoStrip-module__oxo_uq__tick{background:var(--comics-accent,#f69432);border-color:var(--comics-gold,#c8962a);box-shadow:0 0 10px #f69432a6}.ComicChronoStrip-module__oxo_uq__gap{flex:none;justify-content:center;width:46px;padding-top:12px;display:flex}.ComicChronoStrip-module__oxo_uq__gapText{letter-spacing:.02em;color:#6f675c;text-align:center;background:#0d0c0a;padding:1px 5px;font-size:.58rem;line-height:1.2}.ComicChronoStrip-module__oxo_uq__card{width:100%;color:inherit;border:1px solid #0000;flex-direction:column;align-items:center;gap:5px;padding:6px 5px 8px;text-decoration:none;transition:transform .15s,background .15s,border-color .15s;display:flex}a.ComicChronoStrip-module__oxo_uq__card:hover{background:#f6943212;border-color:#f6943247;transform:translateY(-3px)}.ComicChronoStrip-module__oxo_uq__cardAnchor{border:2px solid var(--comics-gold,#c8962a);box-shadow:3px 3px 0 var(--comics-ink,#050505);background:#f694321a}.ComicChronoStrip-module__oxo_uq__coverBox{border:1px solid var(--comics-ink,#050505);width:100%;max-width:90px}.ComicChronoStrip-module__oxo_uq__cardAnchor .ComicChronoStrip-module__oxo_uq__coverBox{border:2px solid var(--comics-gold,#c8962a);max-width:102px}.ComicChronoStrip-module__oxo_uq__cardTitle{color:#d8cfc0;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;line-height:1.25;display:-webkit-box;overflow:hidden}.ComicChronoStrip-module__oxo_uq__cardAnchor .ComicChronoStrip-module__oxo_uq__cardTitle{color:var(--comics-gold,#c8962a);font-weight:600}.ComicChronoStrip-module__oxo_uq__cardMeta{color:#7d7466;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.63rem;line-height:1.2;display:-webkit-box;overflow:hidden}.ComicChronoStrip-module__oxo_uq__here{font-family:var(--font-handjet),monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--comics-accent,#f69432);font-size:.6rem}.ComicChronoStrip-module__oxo_uq__footRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-top:14px;display:flex}.ComicChronoStrip-module__oxo_uq__hint{color:#6f675c;font-size:.68rem}.ComicChronoStrip-module__oxo_uq__reset{border:2px solid var(--comics-ink,#050505);box-shadow:2px 2px 0 var(--comics-ink,#050505);color:var(--comics-gold,#c8962a);cursor:pointer;background:#0f0c08;padding:.3rem .6rem;font-size:.68rem;transition:transform .15s}.ComicChronoStrip-module__oxo_uq__reset:hover{transform:translate(-1px,-1px)}@media (max-width:900px){.ComicChronoStrip-module__oxo_uq__gap{width:38px}.ComicChronoStrip-module__oxo_uq__gapText{font-size:.55rem}}@media (max-width:640px){.ComicChronoStrip-module__oxo_uq__frame{padding:16px 12px}.ComicChronoStrip-module__oxo_uq__node{scroll-snap-align:center;flex:none;width:108px;min-width:108px}.ComicChronoStrip-module__oxo_uq__rail{scroll-snap-type:x proximity}.ComicChronoStrip-module__oxo_uq__gap{width:30px}.ComicChronoStrip-module__oxo_uq__gapText{font-size:.52rem}}
.Toast-module__EllSoW__container{z-index:10001;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:80px;right:20px}.Toast-module__EllSoW__toast{pointer-events:auto;background:#0d1117;border:1px solid;border-radius:8px;align-items:center;gap:10px;max-width:350px;padding:12px 16px;animation:.3s Toast-module__EllSoW__slideIn,.3s 2.7s Toast-module__EllSoW__fadeOut;display:flex;box-shadow:0 4px 12px #0000004d}@keyframes Toast-module__EllSoW__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__EllSoW__fadeOut{0%{opacity:1}to{opacity:0}}.Toast-module__EllSoW__success{background:#3fb9501a;border-color:#3fb950}.Toast-module__EllSoW__error{background:#f851491a;border-color:#f85149}.Toast-module__EllSoW__info{background:#58a6ff1a;border-color:#58a6ff}.Toast-module__EllSoW__icon{font-size:16px;font-weight:700}.Toast-module__EllSoW__success .Toast-module__EllSoW__icon{color:#3fb950}.Toast-module__EllSoW__error .Toast-module__EllSoW__icon{color:#f85149}.Toast-module__EllSoW__info .Toast-module__EllSoW__icon{color:#58a6ff}.Toast-module__EllSoW__message{color:#c9d1d9;flex:1;font-size:13px}.Toast-module__EllSoW__close{color:#8b949e;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:18px;transition:all .2s;display:flex}.Toast-module__EllSoW__close:hover{color:#c9d1d9;background:#ffffff1a}@media (max-width:768px){.Toast-module__EllSoW__container{top:60px;left:10px;right:10px}.Toast-module__EllSoW__toast{max-width:100%}}
.InterestingEditor-module__L99Lka__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.InterestingEditor-module__L99Lka__modal{background:#1a1a20;border:1px solid #ff99334d;border-radius:8px;width:100%;max-width:800px;max-height:calc(100vh - 4rem);padding:2rem;overflow-y:auto;box-shadow:0 20px 60px #000c,0 0 20px #ff99331a}.InterestingEditor-module__L99Lka__modalTitle{color:var(--accent,#f93);text-transform:uppercase;letter-spacing:1px;margin:0 0 1.5rem;font-size:1.5rem}.InterestingEditor-module__L99Lka__form{flex-direction:column;gap:1.25rem;display:flex}.InterestingEditor-module__L99Lka__field{flex-direction:column;flex:1;gap:.5rem;display:flex}.InterestingEditor-module__L99Lka__label{color:#aaa;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.InterestingEditor-module__L99Lka__input,.InterestingEditor-module__L99Lka__textarea{color:#fff;background:#0000004d;border:1px solid #ffffff1a;border-radius:4px;outline:none;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.InterestingEditor-module__L99Lka__input:focus,.InterestingEditor-module__L99Lka__textarea:focus{border-color:var(--accent,#f93)}.InterestingEditor-module__L99Lka__textarea{resize:vertical;min-height:200px}.InterestingEditor-module__L99Lka__toolbar{flex-wrap:wrap;gap:.4rem;margin-bottom:.2rem;display:flex}.InterestingEditor-module__L99Lka__toolBtn{color:#ffd9a8;cursor:pointer;background:#00000059;border:1px solid #ff993340;border-radius:4px;min-width:34px;height:30px;padding:0 .5rem;font-size:.75rem;font-weight:700;transition:all .2s}.InterestingEditor-module__L99Lka__toolBtn:hover{color:#fff;background:#ff99332e;border-color:#ff9933a6}.InterestingEditor-module__L99Lka__toolbarHint{color:#9c9c9c;margin-bottom:.25rem;font-size:.72rem}.InterestingEditor-module__L99Lka__row{gap:1rem;display:flex}.InterestingEditor-module__L99Lka__actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.InterestingEditor-module__L99Lka__saveBtn,.InterestingEditor-module__L99Lka__cancelBtn{cursor:pointer;text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:.75rem 2rem;font-weight:700;transition:all .2s}.InterestingEditor-module__L99Lka__saveBtn{background:var(--accent,#f93);color:#000;border:none}.InterestingEditor-module__L99Lka__saveBtn:hover:not(:disabled){box-shadow:0 0 15px var(--accent)}.InterestingEditor-module__L99Lka__saveBtn:disabled{opacity:.5}.InterestingEditor-module__L99Lka__cancelBtn{color:#fff;background:0 0;border:1px solid #fff3}.InterestingEditor-module__L99Lka__cancelBtn:hover{background:#ffffff0d}.InterestingEditor-module__L99Lka__pickBookBtn{color:#ffd9a8;cursor:pointer;background:#ff993314;border:1px dashed #f936;border-radius:4px;align-self:flex-start;padding:.65rem 1rem;font-size:.9rem;transition:all .2s}.InterestingEditor-module__L99Lka__pickBookBtn:hover{background:#ff99332e;border-color:#ff9933b3}.InterestingEditor-module__L99Lka__linkedBook{background:#0000004d;border:1px solid #ff99334d;border-radius:4px;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .75rem;display:flex}.InterestingEditor-module__L99Lka__linkedBookTitle{color:#fff;font-size:.9rem}.InterestingEditor-module__L99Lka__linkedBookClear{color:#aaa;cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:.9rem}.InterestingEditor-module__L99Lka__linkedBookClear:hover{color:#fff}
.BookCardPicker-module__GhK3bq__overlay{z-index:10000;background:#000000d9;justify-content:center;align-items:flex-start;padding-top:10vh;display:flex;position:fixed;inset:0}.BookCardPicker-module__GhK3bq__modal{background:#0a0500fa;border:1px solid #f936;border-radius:8px;flex-direction:column;width:90%;max-width:520px;max-height:70vh;display:flex;box-shadow:0 20px 60px #000000e6,0 0 0 1px #ff99331a}.BookCardPicker-module__GhK3bq__header{background:#ff99330d;border-bottom:1px solid #f933;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.BookCardPicker-module__GhK3bq__title{font-family:var(--font-handjet,monospace),monospace;color:var(--accent,#f93);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1rem}.BookCardPicker-module__GhK3bq__closeBtn{color:#f939;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:1.2rem;line-height:1;transition:color .15s}.BookCardPicker-module__GhK3bq__closeBtn:hover{color:var(--accent,#f93)}.BookCardPicker-module__GhK3bq__searchBox{border-bottom:1px solid #ff993326;padding:16px 18px;position:relative}.BookCardPicker-module__GhK3bq__input{color:#eee;width:100%;font-size:.95rem;font-family:var(--font-primary,sans-serif);background:#ff99330f;border:1px solid #ff993340;border-radius:6px;outline:none;padding:12px 40px 12px 14px;transition:border-color .2s,background .2s}.BookCardPicker-module__GhK3bq__input:focus{background:#ff99331a;border-color:#ff993380}.BookCardPicker-module__GhK3bq__input::placeholder{color:#ffc89666}.BookCardPicker-module__GhK3bq__spinner{color:var(--accent,#f93);font-size:1.1rem;animation:1s linear infinite BookCardPicker-module__GhK3bq__spin;position:absolute;top:50%;right:28px;transform:translateY(-50%)}@keyframes BookCardPicker-module__GhK3bq__spin{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}.BookCardPicker-module__GhK3bq__hint{color:#ffc89680;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-family:var(--font-handjet,monospace),monospace;border-bottom:1px solid #ff99331a;padding:8px 18px}.BookCardPicker-module__GhK3bq__list{max-height:45vh;padding:8px;overflow-y:auto}.BookCardPicker-module__GhK3bq__empty{text-align:center;color:#ffc89666;padding:30px;font-size:.9rem}.BookCardPicker-module__GhK3bq__bookItem{cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;gap:12px;padding:10px 12px;transition:background .12s;display:flex}.BookCardPicker-module__GhK3bq__bookItem:hover,.BookCardPicker-module__GhK3bq__bookItem.BookCardPicker-module__GhK3bq__selected{background:#ff99331a;border-color:#ff99334d}.BookCardPicker-module__GhK3bq__thumb{background:#0000004d;border-radius:4px;flex-shrink:0;width:48px;height:72px;overflow:hidden}.BookCardPicker-module__GhK3bq__thumbImg{object-fit:cover;width:100%;height:100%}.BookCardPicker-module__GhK3bq__thumbPlaceholder{background:#1a1a2e;width:100%;height:100%}.BookCardPicker-module__GhK3bq__info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.BookCardPicker-module__GhK3bq__titleRow{align-items:center;gap:8px;display:flex}.BookCardPicker-module__GhK3bq__bookTitle{color:#fda;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.BookCardPicker-module__GhK3bq__badge{flex-shrink:0;font-size:.75rem}.BookCardPicker-module__GhK3bq__canon{color:#22c55e}.BookCardPicker-module__GhK3bq__legends{color:#a855f7}.BookCardPicker-module__GhK3bq__meta{color:#ffc89699;gap:8px;font-size:.8rem;display:flex}.BookCardPicker-module__GhK3bq__arrow{color:#f936;font-size:1.2rem;transition:color .15s}.BookCardPicker-module__GhK3bq__bookItem:hover .BookCardPicker-module__GhK3bq__arrow,.BookCardPicker-module__GhK3bq__bookItem.BookCardPicker-module__GhK3bq__selected .BookCardPicker-module__GhK3bq__arrow{color:var(--accent,#f93)}
.InterestingSection-module__eW56dq__section{width:100%;margin:0;position:relative}.InterestingSection-module__eW56dq__compact{max-height:220px;-webkit-mask-image:linear-gradient(#000 0% 70%,#0000 100%);mask-image:linear-gradient(#000 0% 70%,#0000 100%)}.InterestingSection-module__eW56dq__expanded{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0f198c;border:1px solid #ff993324;border-radius:12px;max-height:none;padding:1.1rem 1.1rem 1.4rem;-webkit-mask-image:none;mask-image:none}.InterestingSection-module__eW56dq__header{border-bottom:1px solid #ff99331a;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.25rem;display:flex}.InterestingSection-module__eW56dq__title{color:#f93;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 0 15px #ff993380;align-items:center;gap:8px;margin:0;font-size:1.1rem;font-weight:900;display:flex}.InterestingSection-module__eW56dq__title:before{content:""}.InterestingSection-module__eW56dq__addBtn{color:#f939;cursor:pointer;background:0 0;border:1px solid #f936;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:700;transition:all .2s}.InterestingSection-module__eW56dq__addBtn:hover{color:#000;background:#f93;border-color:#f93}.InterestingSection-module__eW56dq__grid{flex-direction:column;gap:.5rem;display:flex}.InterestingSection-module__eW56dq__compact .InterestingSection-module__eW56dq__grid{scrollbar-width:none;max-height:180px;padding:0 .5rem 2rem 0;overflow-y:auto}.InterestingSection-module__eW56dq__compact .InterestingSection-module__eW56dq__grid::-webkit-scrollbar{display:none}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__grid{flex-direction:column;gap:0;max-height:none;padding:0;display:flex;overflow:visible}.InterestingSection-module__eW56dq__articleCard{cursor:pointer;background:#0003;border:1px solid #ffffff08;border-radius:6px;flex:none;align-items:center;padding:.5rem;transition:all .2s;display:flex;overflow:hidden}.InterestingSection-module__eW56dq__articleCard:hover{background:#ffffff0d;border-color:#f933;transform:translate(4px)}.InterestingSection-module__eW56dq__imageWrap{border-radius:4px;flex-shrink:0;width:40px;height:40px;margin-right:.75rem;overflow:hidden}.InterestingSection-module__eW56dq__image{object-fit:cover;opacity:.7;width:100%;height:100%}.InterestingSection-module__eW56dq__articleContent{flex-direction:column;flex:1;min-width:0;display:flex}.InterestingSection-module__eW56dq__articleTitle{white-space:nowrap;text-overflow:ellipsis;color:#eee;margin:0;font-size:.9rem;font-weight:700;overflow:hidden}.InterestingSection-module__eW56dq__articlePreview{color:#666;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articleCard{background:0 0;border-top:none;border-bottom:1px solid #ffffff0f;border-left:2px solid #0000;border-right:none;border-radius:0;flex-direction:row;align-items:flex-start;padding:.9rem .75rem}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articleCard:last-child{border-bottom:none}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articleCard:hover{background:#ff99330d;border-color:#ffffff0f;transform:none}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__imageWrap{border-radius:8px;width:88px;height:88px;margin:0 1rem 0 0}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__image{opacity:1}.InterestingSection-module__eW56dq__imagePlaceholder{color:#ff993380;background:linear-gradient(135deg,#ff993324,#0006);justify-content:center;align-items:center;font-size:1.6rem;display:flex}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articleTitle{white-space:normal;text-overflow:clip;margin-bottom:.35rem;font-size:1.02rem;line-height:1.35}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articlePreview{color:#999;white-space:normal;text-overflow:clip;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.55;display:-webkit-box;overflow:hidden}@media (max-width:480px){.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__imageWrap{width:64px;height:64px;margin-right:.75rem}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articleCard{padding:.75rem .5rem}.InterestingSection-module__eW56dq__expanded .InterestingSection-module__eW56dq__articleTitle{font-size:.92rem}}.InterestingSection-module__eW56dq__articleLinksRow{align-items:center;gap:.4rem;margin-top:.2rem;display:flex}.InterestingSection-module__eW56dq__articlePermalink{color:#ffb366d9;border-bottom:1px dashed #ffb36673;font-size:.62rem;text-decoration:none;transition:all .2s}.InterestingSection-module__eW56dq__articlePermalink:hover{color:#ffd1a3;border-bottom-color:#ffd1a3e6}.InterestingSection-module__eW56dq__articleFooter{justify-content:flex-end;margin-top:.25rem;display:flex}.InterestingSection-module__eW56dq__adminActions{gap:.5rem;display:flex}.InterestingSection-module__eW56dq__adminBtn{color:#888;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:1px 6px;font-size:.6rem;transition:all .2s}.InterestingSection-module__eW56dq__adminBtn:hover{color:#000;background:#f93}.InterestingSection-module__eW56dq__readMore{display:none}.InterestingSection-module__eW56dq__readerOverlay{z-index:99999;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;inset:0}.InterestingSection-module__eW56dq__readerContent{background:#0a0a0a;border:1px solid #f933;border-radius:12px;flex-direction:column;width:100%;max-width:850px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) InterestingSection-module__eW56dq__readerOpen;display:flex;position:relative;box-shadow:0 0 50px #000,0 0 20px #ff99331a}@keyframes InterestingSection-module__eW56dq__readerOpen{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.InterestingSection-module__eW56dq__closeReader{color:#000;cursor:pointer;z-index:100;background:#f93c;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.InterestingSection-module__eW56dq__closeReader:hover{background:#f93;transform:rotate(90deg)}.InterestingSection-module__eW56dq__readerHero{object-fit:cover;border-radius:12px 12px 0 0;flex-shrink:0;width:100%;height:300px}.InterestingSection-module__eW56dq__readerBody{scrollbar-width:thin;scrollbar-color:#f93 #0003;flex:1;padding:3rem;overflow-y:auto}.InterestingSection-module__eW56dq__readerBody::-webkit-scrollbar{width:8px}.InterestingSection-module__eW56dq__readerBody::-webkit-scrollbar-thumb{background:#f93;border-radius:4px}.InterestingSection-module__eW56dq__readerTitle{color:#fff;font-size:2.5rem;font-weight:800;line-height:1.2;font-family:var(--font-primary),monospace;margin-bottom:2rem}.InterestingSection-module__eW56dq__readerText{color:#ccc;font-size:1.1rem;line-height:1.8}.InterestingSection-module__eW56dq__externalLink{color:#f93;border-bottom:2px solid #ff99334d;margin-top:3rem;padding-bottom:2px;font-weight:700;text-decoration:none;display:inline-block}.InterestingSection-module__eW56dq__externalLink:hover{color:#ffb366;border-bottom-color:#f93}@media (max-width:768px){.InterestingSection-module__eW56dq__readerOverlay{padding:0}.InterestingSection-module__eW56dq__readerContent{border-radius:0;max-height:100vh}.InterestingSection-module__eW56dq__readerBody{padding:1.5rem}.InterestingSection-module__eW56dq__readerTitle{font-size:1.75rem}}@media (max-width:640px){.InterestingSection-module__eW56dq__compact{max-height:120px;padding:0 .5rem;overflow:hidden}.InterestingSection-module__eW56dq__header{margin-bottom:.3rem;padding-bottom:.15rem}.InterestingSection-module__eW56dq__title{font-size:.8rem}.InterestingSection-module__eW56dq__title:before{font-size:.7rem}.InterestingSection-module__eW56dq__compact .InterestingSection-module__eW56dq__grid{gap:.3rem;max-height:80px}.InterestingSection-module__eW56dq__articleCard{padding:.3rem}.InterestingSection-module__eW56dq__articleTitle{font-size:.95rem}.InterestingSection-module__eW56dq__articlePreview{font-size:.85rem}.InterestingSection-module__eW56dq__articleContent{overflow:hidden}.InterestingSection-module__eW56dq__imageWrap{width:28px;height:28px;margin-right:.4rem}.InterestingSection-module__eW56dq__readerOverlay{width:100vw;height:100vh;padding:0;position:fixed;inset:0}.InterestingSection-module__eW56dq__readerContent{border-radius:0;flex-direction:column;width:100%;max-width:100vw;height:100vh;max-height:100vh;display:flex}.InterestingSection-module__eW56dq__readerHero{flex-shrink:0;height:180px}.InterestingSection-module__eW56dq__readerBody{-webkit-overflow-scrolling:touch;flex:1;padding:1rem;overflow:hidden auto}.InterestingSection-module__eW56dq__readerTitle{margin-bottom:.8rem;padding-right:40px;font-size:1.2rem}.InterestingSection-module__eW56dq__readerText{font-size:.85rem;line-height:1.5}.InterestingSection-module__eW56dq__readerText strong{font-weight:700}.InterestingSection-module__eW56dq__externalLink{margin-top:1.5rem;font-size:.85rem}.InterestingSection-module__eW56dq__readerAdmin{flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-bottom:1rem}.InterestingSection-module__eW56dq__adminBtnLarge,.InterestingSection-module__eW56dq__adminBtnLargeDanger{width:100%;padding:.6rem 1rem;font-size:.85rem}.InterestingSection-module__eW56dq__closeReader{width:40px;height:40px;font-size:1rem;top:.5rem;right:.5rem}}.InterestingSection-module__eW56dq__readerAdmin{border-top:1px solid #ffffff0d;gap:1.5rem;margin-top:4rem;padding-top:2rem;display:flex}.InterestingSection-module__eW56dq__adminBtnLarge{color:#000;cursor:pointer;background:#f93;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:700;transition:all .2s}.InterestingSection-module__eW56dq__adminBtnLarge:hover{background:#ffb366;transform:translateY(-2px);box-shadow:0 5px 15px #f933}.InterestingSection-module__eW56dq__adminBtnLargeDanger{color:#f44;cursor:pointer;background:0 0;border:1px solid #ff44444d;border-radius:8px;padding:.75rem 1.5rem;font-weight:700;transition:all .2s}.InterestingSection-module__eW56dq__adminBtnLargeDanger:hover{background:#ff44441a;border-color:#f44}
.articlePage-module__E7n8Ja__articleBody{color:#ccc;--formatted-text-font:"ZenMaruGothic-Regular";font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.8}.articlePage-module__E7n8Ja__articleBody p{margin-bottom:16px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.75}.articlePage-module__E7n8Ja__articleBody strong{color:var(--accent,#f93);font-weight:700}.articlePage-module__E7n8Ja__articleBody em{font-style:italic}.articlePage-module__E7n8Ja__articleBody h1,.articlePage-module__E7n8Ja__articleBody h2,.articlePage-module__E7n8Ja__articleBody h3{color:var(--accent,#f93);margin-top:2rem;margin-bottom:.75rem;font-family:Oranienbaum-Regular,serif;line-height:1.3}.articlePage-module__E7n8Ja__articleBody h1{font-size:1.75rem}.articlePage-module__E7n8Ja__articleBody h2{font-size:1.45rem}.articlePage-module__E7n8Ja__articleBody h3{font-size:1.2rem}.articlePage-module__E7n8Ja__articleBody blockquote{border-left:3px solid var(--accent,#f93);color:#ffdcb0;background:#ff99330d;margin:1rem 0;padding:.5rem 1rem;font-family:Oranienbaum-Regular,serif;font-size:17px;line-height:1.6}.articlePage-module__E7n8Ja__articleBody ul,.articlePage-module__E7n8Ja__articleBody ol{margin-bottom:1rem;margin-left:1.5rem;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.75}.articlePage-module__E7n8Ja__articleBody li{margin-bottom:.5rem}.articlePage-module__E7n8Ja__articleBody a{color:var(--accent,#f93);border-bottom:1px dotted var(--accent,#f93);text-decoration:none;transition:all .2s}.articlePage-module__E7n8Ja__articleBody a:hover{text-shadow:0 0 8px var(--accent,#f93);background:#ff99331a}.articlePage-module__E7n8Ja__articleMain{background:#000000bf;border:1px solid #ff99332e;border-radius:12px;padding:2rem 1rem 4rem;box-shadow:0 4px 24px #0006}.articlePage-module__E7n8Ja__articleTitle{color:#fff;margin:0 0 .8rem;font-family:Oranienbaum-Regular,serif;font-size:2rem;font-weight:400;line-height:1.2}.articlePage-module__E7n8Ja__langSwitchWrap{opacity:.78;background:#ff99330d;border:1px solid #ff993340;border-radius:999px;align-items:center;gap:.4rem;margin-top:1.25rem;padding:.35rem;display:inline-flex}.articlePage-module__E7n8Ja__langSwitchBtn{color:#b6aba0;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:.25rem .65rem;font-size:.72rem;font-weight:700;transition:all .2s}.articlePage-module__E7n8Ja__langSwitchBtn:hover{color:#ffd3a1}.articlePage-module__E7n8Ja__langSwitchActive{color:#ffd3a1;background:#ff99332e;border-color:#ff99334d}.articlePage-module__E7n8Ja__wrapper{grid-template-columns:minmax(0,1fr) 350px;gap:24px;max-width:1600px;margin:0 auto;padding:24px 30px 64px;display:grid}.articlePage-module__E7n8Ja__mainCol{min-width:0}@media (max-width:1200px){.articlePage-module__E7n8Ja__wrapper{grid-template-columns:1fr}}@media (max-width:768px){.articlePage-module__E7n8Ja__articleBody,.articlePage-module__E7n8Ja__articleBody p,.articlePage-module__E7n8Ja__articleBody ul,.articlePage-module__E7n8Ja__articleBody ol{font-size:15px}.articlePage-module__E7n8Ja__articleTitle{font-size:1.5rem}.articlePage-module__E7n8Ja__langSwitchWrap{opacity:.92;margin-top:1rem}.articlePage-module__E7n8Ja__wrapper{gap:16px;padding:16px 14px 48px}}
.author-module__1sBvDG__page{color:#d8e0f0;min-height:100vh;font-family:var(--font-primary),monospace;max-width:1340px;margin:0 auto;padding:0 0 64px;font-size:16px;line-height:1.6;position:relative;overflow-x:hidden}.author-module__1sBvDG__starsBg{pointer-events:none;z-index:0;background:radial-gradient(1px 1px at 8% 15%,#fff9 0,#0000 1px),radial-gradient(1px 1px at 22% 72%,#ffffff59 0,#0000 1px),radial-gradient(1px 1px at 35% 28%,#ffffff80 0,#0000 1px),radial-gradient(1px 1px at 48% 55%,#ffffff4d 0,#0000 1px),radial-gradient(1px 1px at 62% 8%,#ffffff73 0,#0000 1px),radial-gradient(1px 1px at 75% 45%,#ffffff40 0,#0000 1px),radial-gradient(1px 1px at 88% 82%,#ffffff80 0,#0000 1px),radial-gradient(1px 1px at 15% 92%,#ffffff4d 0,#0000 1px),radial-gradient(1.5px 1.5px at 28% 5%,#ffffff59 0,#0000 1.5px),radial-gradient(80% 60% at 20% 40%,#3c28780d 0,#0000 60%),radial-gradient(60% 80% at 80% 60%,#143c8c0d 0,#0000 60%);position:fixed;inset:0}.author-module__1sBvDG__nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#090b10eb;border-bottom:1px solid #ffffff1a;align-items:center;gap:24px;padding:12px 24px;display:flex;position:sticky;top:0}.author-module__1sBvDG__breadcrumb{color:#6b7a94;flex-wrap:wrap;flex:1;align-items:center;gap:8px;font-size:.9rem;display:flex}.author-module__1sBvDG__breadcrumbLink{color:#6b7a94;text-decoration:none;transition:color .2s}.author-module__1sBvDG__breadcrumbLink:hover{color:#a8b4cc}.author-module__1sBvDG__sep{color:#333b4a}.author-module__1sBvDG__breadcrumbCurrent{color:#a8b4cc}.author-module__1sBvDG__navRank{font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;background:#e8a8200d;border:1px solid #e8a8204d;border-radius:6px;flex-direction:column;gap:2px;padding:10px 16px;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.author-module__1sBvDG__navRank:hover{color:#ffd27c;border-color:#e8a82099}.author-module__1sBvDG__navRankNumber{letter-spacing:3px;font-size:1.15rem}.author-module__1sBvDG__navRankLine{letter-spacing:1.5px;text-transform:uppercase;font-size:.75rem}.author-module__1sBvDG__section{z-index:1;padding:48px 24px;position:relative}.author-module__1sBvDG__sectionTight{padding-top:0}.author-module__1sBvDG__divider{background:linear-gradient(90deg,#0000,#ffffff26,#0000);height:1px;margin:0 24px}.author-module__1sBvDG__hero{z-index:1;padding:48px 24px 40px;position:relative}.author-module__1sBvDG__heroGrid{grid-template-columns:320px 1fr;align-items:start;gap:48px;display:grid}.author-module__1sBvDG__photoBlock{position:relative}.author-module__1sBvDG__photoFrame{background:#141824;border:1px solid #ffffff26;border-radius:16px;width:220px;height:280px;margin-bottom:20px;position:relative;overflow:hidden}.author-module__1sBvDG__photoImg{object-fit:cover;width:100%;height:100%;display:block}.author-module__1sBvDG__photoPlaceholder{width:100%;height:100%;font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;opacity:.4;letter-spacing:-2px;background:linear-gradient(160deg,#141824,#191f2e);justify-content:center;align-items:center;font-size:56px;font-weight:900;display:flex}.author-module__1sBvDG__photoRankBadge{font-family:"Orbitron",var(--font-primary),sans-serif;color:#f5c440;letter-spacing:2px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#3c2800f2,#785000f2);border:1px solid #e8a82080;border-radius:6px;padding:5px 10px;font-size:.75rem;position:absolute;top:12px;left:12px}.author-module__1sBvDG__bioText{color:#d6deed;white-space:pre-wrap;margin-bottom:16px;font-size:1.1rem;line-height:1.75}.author-module__1sBvDG__adminEditorWrap{border-top:1px dashed #e8a82059;margin-top:16px;padding-top:14px}.author-module__1sBvDG__adminEditorTitle{font-family:"Orbitron",var(--font-primary),sans-serif;letter-spacing:.08em;color:#e8a820;margin-bottom:10px;font-size:.9rem}.author-module__1sBvDG__adminEditorLabel{color:#8ea0bd;margin-bottom:8px;font-size:.9rem;display:block}.author-module__1sBvDG__adminTextarea{resize:vertical;color:#dce5f3;width:100%;min-height:120px;font-family:"Exo 2",var(--font-primary),sans-serif;background:#060a12eb;border:1px solid #ffffff24;border-radius:10px;padding:12px 14px;font-size:1rem;line-height:1.6}.author-module__1sBvDG__adminTextarea:focus{border-color:#e8a820a6;outline:none;box-shadow:0 0 0 2px #e8a82029}.author-module__1sBvDG__adminInput{color:#dce5f3;width:100%;font-family:"Exo 2",var(--font-primary),sans-serif;background:#060a12eb;border:1px solid #ffffff1f;border-radius:8px;margin-bottom:8px;padding:8px 12px;font-size:1rem;display:block}.author-module__1sBvDG__adminInput:focus{border-color:#e8a8208c;outline:none;box-shadow:0 0 0 2px #e8a8201f}.author-module__1sBvDG__adminActions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.author-module__1sBvDG__adminBtn{color:#f3c36a;cursor:pointer;background:#e8a82029;border:1px solid #e8a82073;border-radius:8px;padding:8px 14px;font-size:1rem;font-weight:600}.author-module__1sBvDG__adminBtn:disabled{opacity:.6;cursor:not-allowed}.author-module__1sBvDG__adminBtnGhost{color:#8a9ab0;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;padding:8px 14px;font-size:1rem;font-weight:600;transition:all .2s}.author-module__1sBvDG__adminBtnGhost:hover{color:#d8e0f0;border-color:#ffffff4d}.author-module__1sBvDG__adminBtnGhost:disabled{opacity:.5;cursor:not-allowed}.author-module__1sBvDG__adminFileInput{color:#9fb0c8;font-size:.9rem}.author-module__1sBvDG__adminMessage{color:#9fd4a3;margin-top:10px;font-size:.9rem}.author-module__1sBvDG__careerTimelineWrap{background:linear-gradient(#0c121ee0,#080c14eb);border:1px solid #6e8cbe38;border-radius:12px;margin-top:8px;padding:14px 14px 12px}.author-module__1sBvDG__careerLegendRow{color:#8ea0bd;flex-wrap:wrap;gap:14px;margin-bottom:6px;font-size:.85rem;display:flex}.author-module__1sBvDG__careerLegendItem{align-items:center;gap:6px;display:inline-flex}.author-module__1sBvDG__careerLegendItem i{border:1px solid #0006;border-radius:50%;width:10px;height:10px;display:inline-block}.author-module__1sBvDG__careerSvg{width:100%;height:auto;display:block}.author-module__1sBvDG__careerDot circle{transform-origin:50%;transform-box:fill-box;cursor:pointer;transition:transform .15s,filter .15s}.author-module__1sBvDG__careerDot:hover circle{filter:drop-shadow(0 0 6px #e8a820b3);transform:scale(1.45)}.author-module__1sBvDG__careerStats{color:#8ea0bd;flex-wrap:wrap;gap:16px;margin-top:8px;font-size:.9rem;display:flex}.author-module__1sBvDG__careerStats strong{color:#e8a820;font-family:"Orbitron",var(--font-primary),sans-serif;font-weight:700}.author-module__1sBvDG__photoScore{text-align:center;background:#090b10e6;border:1px solid #e8a82066;border-radius:8px;padding:8px 12px;position:absolute;bottom:12px;right:12px}.author-module__1sBvDG__photoScoreNum{font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;font-size:24px;font-weight:900;line-height:1;display:block}.author-module__1sBvDG__photoScoreLabel{color:#6b7a94;letter-spacing:1px;text-transform:uppercase;margin-top:3px;font-size:.75rem;display:block}.author-module__1sBvDG__quickTags{flex-wrap:wrap;gap:6px;display:flex}.author-module__1sBvDG__tag{color:#a8b4cc;border:1px solid #ffffff26;border-radius:20px;padding:4px 10px;font-size:.8rem;font-weight:600}.author-module__1sBvDG__tagGold{color:#e8a820;background:#e8a82012;border-color:#e8a82059}.author-module__1sBvDG__tagBlue{color:#4da6ff;background:#4da6ff12;border-color:#4da6ff59}.author-module__1sBvDG__tagOrange{color:#f69432;background:#f6943212;border-color:#f6943259;margin-top:8px;text-decoration:none;display:inline-block}.author-module__1sBvDG__tagGreen{color:#3dbc7e;background:#3dbc7e12;border-color:#3dbc7e59}.author-module__1sBvDG__heroEyebrow{font-family:"Orbitron",var(--font-primary),sans-serif;letter-spacing:3px;color:#6b7a94;text-transform:uppercase;margin-bottom:8px;font-size:.8rem}.author-module__1sBvDG__heroName{font-family:"Advent Pro",var(--font-primary),sans-serif;color:#fff;letter-spacing:.4px;margin:0;font-size:3rem;font-weight:700;line-height:1.1}.author-module__1sBvDG__heroNameEn{color:#6b7a94;margin-top:6px;margin-bottom:20px;font-size:1.1rem;font-weight:300}.author-module__1sBvDG__heroBio{color:#a8b4cc;border-left:2px solid #e8a8204d;max-width:680px;max-height:7.2em;margin:0 0 12px;padding-left:16px;font-size:1rem;font-weight:300;line-height:1.8;overflow:hidden;-webkit-mask-image:linear-gradient(#000 65%,#0000 100%);mask-image:linear-gradient(#000 65%,#0000 100%)}.author-module__1sBvDG__socialRow{flex-wrap:wrap;gap:10px;margin-bottom:24px;padding-left:16px;display:flex}.author-module__1sBvDG__socialBtn{color:#9fb0c8;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.author-module__1sBvDG__socialBtn:hover{color:#dce5f3;background:#ffffff14;border-color:#fff3}.author-module__1sBvDG__metricsGrid{grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:28px;display:grid}.author-module__1sBvDG__metric{text-align:center;background:#141824;border:1px solid #ffffff1a;border-radius:10px;padding:16px 12px;position:relative;overflow:hidden}.author-module__1sBvDG__metric:before{content:"";height:2px;position:absolute;top:0;left:0;right:0}.author-module__1sBvDG__mGold:before{background:linear-gradient(90deg,#0000,#e8a820,#0000)}.author-module__1sBvDG__mGreen:before{background:linear-gradient(90deg,#0000,#3dbc7e,#0000)}.author-module__1sBvDG__mBlue:before{background:linear-gradient(90deg,#0000,#4da6ff,#0000)}.author-module__1sBvDG__mPurple:before{background:linear-gradient(90deg,#0000,#9b6dff,#0000)}.author-module__1sBvDG__mWhite:before{background:linear-gradient(90deg,#0000,#fff9,#0000)}.author-module__1sBvDG__metricVal{font-family:"Orbitron",var(--font-primary),sans-serif;margin-bottom:6px;font-size:22px;font-weight:700;line-height:1;display:block}.author-module__1sBvDG__metricLabel{color:#6b7a94;letter-spacing:.5px;text-transform:uppercase;font-size:.8rem;line-height:1.25;display:block}.author-module__1sBvDG__mGold .author-module__1sBvDG__metricVal{color:#e8a820}.author-module__1sBvDG__mGreen .author-module__1sBvDG__metricVal{color:#3dbc7e}.author-module__1sBvDG__mBlue .author-module__1sBvDG__metricVal{color:#4da6ff}.author-module__1sBvDG__mPurple .author-module__1sBvDG__metricVal{color:#9b6dff}.author-module__1sBvDG__mWhite .author-module__1sBvDG__metricVal{color:#fff}.author-module__1sBvDG__careerHead{color:#6b7a94;justify-content:space-between;margin-bottom:6px;font-size:.85rem;display:flex}.author-module__1sBvDG__careerStrip{color:#6b7a94;align-items:center;gap:12px;font-size:.9rem;display:flex}.author-module__1sBvDG__careerLine{background:#191f2e;border-radius:2px;flex:1;height:4px;overflow:hidden}.author-module__1sBvDG__careerFill{background:linear-gradient(90deg,#a07010,#e8a820);height:100%}.author-module__1sBvDG__careerYear{font-family:"Orbitron",var(--font-primary),sans-serif;color:#8892a4;white-space:nowrap;font-size:.8rem}.author-module__1sBvDG__sh{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex}.author-module__1sBvDG__shIcon{font-size:16px}.author-module__1sBvDG__shTitle{font-family:"Orbitron",var(--font-primary),sans-serif;letter-spacing:3px;color:#e8a820;text-transform:uppercase;font-size:1.5rem;font-weight:700}.author-module__1sBvDG__shTitleRed{color:#e84040}.author-module__1sBvDG__shLine{background:#ffffff1a;flex:1;min-width:40px;height:1px}.author-module__1sBvDG__shSub{color:#6b7a94;font-size:.9rem}.author-module__1sBvDG__panel{background:#141824;border:1px solid #ffffff1a;border-radius:16px;padding:24px}.author-module__1sBvDG__panelTitle{font-family:"Orbitron",var(--font-primary),sans-serif;letter-spacing:2px;color:#6b7a94;text-transform:uppercase;margin-bottom:18px;font-size:.8rem}.author-module__1sBvDG__twoCol{grid-template-columns:1fr 1fr;gap:24px;display:grid}.author-module__1sBvDG__empty{color:#6b7a94;font-size:1rem}.author-module__1sBvDG__rbarRow{align-items:center;gap:10px;margin-bottom:7px;display:flex}.author-module__1sBvDG__rbarLabel{color:#a8b4cc;text-align:right;flex-shrink:0;width:70px;font-size:.9rem}.author-module__1sBvDG__rbarTrack{background:#191f2e;border-radius:4px;flex:1;height:7px;overflow:hidden}.author-module__1sBvDG__rbarFill{border-radius:4px;height:100%;transition:width .6s}.author-module__1sBvDG__rbarPct{font-family:"Orbitron",var(--font-primary),sans-serif;color:#6b7a94;text-align:right;flex-shrink:0;width:38px;font-size:.85rem}.author-module__1sBvDG__rbarCount{flex-shrink:0;width:30px;font-size:.85rem}.author-module__1sBvDG__vsBlock{border-top:1px solid #ffffff0f;margin-top:18px;padding-top:16px}.author-module__1sBvDG__compareRow{align-items:center;gap:10px;margin-bottom:10px;font-size:1rem;display:flex}.author-module__1sBvDG__compareLabel{color:#6b7a94;flex-shrink:0;width:110px;font-size:.9rem}.author-module__1sBvDG__compareTrack{background:#191f2e;border-radius:3px;flex:1;height:6px;position:relative;overflow:visible}.author-module__1sBvDG__compareFill{border-radius:3px;height:100%}.author-module__1sBvDG__compareFillAuthor{background:#e8a820}.author-module__1sBvDG__compareFillPurple{background:#9b6dff}.author-module__1sBvDG__compareMarker{background:#ffffff59;border-radius:1px;width:2px;position:absolute;top:-3px;bottom:-3px}.author-module__1sBvDG__compareVal{font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;text-align:right;flex-shrink:0;width:44px;font-size:.9rem}.author-module__1sBvDG__compareValPurple{color:#9b6dff}.author-module__1sBvDG__compareArchiveVal{color:#6b7a94;text-align:right;flex-shrink:0;width:46px;font-size:.9rem}.author-module__1sBvDG__timelineWrap{background:#141824;border:1px solid #ffffff1a;border-radius:16px;padding:28px 28px 16px;overflow:hidden}.author-module__1sBvDG__timelineChartArea{height:160px;margin-bottom:8px;position:relative}.author-module__1sBvDG__timelineBooks{align-items:flex-end;gap:3px;height:100%;display:flex;position:relative}.author-module__1sBvDG__tlBar{cursor:pointer;border-radius:3px 3px 0 0;flex:1;min-width:8px;max-width:28px;transition:opacity .2s;position:relative}.author-module__1sBvDG__tlBar:hover{opacity:.85}.author-module__1sBvDG__tlBar:hover .author-module__1sBvDG__tlTooltip{opacity:1;transform:translate(-50%)translateY(0)}.author-module__1sBvDG__tlR5{background:linear-gradient(#f5c440,#e8a820)}.author-module__1sBvDG__tlR4{background:linear-gradient(#3dbc7e,#2a8a5a)}.author-module__1sBvDG__tlR3{background:linear-gradient(#4da6ff,#2a6db0)}.author-module__1sBvDG__tlR2{background:linear-gradient(#888,#555)}.author-module__1sBvDG__tlR1{background:linear-gradient(#e84040,#a02020)}.author-module__1sBvDG__tlUnrated{background:repeating-linear-gradient(45deg,#ffffff1f 0 4px,#ffffff0a 4px 8px)}.author-module__1sBvDG__tlTooltip{white-space:nowrap;pointer-events:none;opacity:0;z-index:10;background:#090b10f7;border:1px solid #ffffff26;border-radius:6px;padding:6px 10px;font-size:.8rem;transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)translateY(4px)}.author-module__1sBvDG__tlTooltip strong{color:#d8e0f0;margin-bottom:2px;font-size:.8rem;display:block}.author-module__1sBvDG__tlTooltip span{color:#6b7a94;font-size:.8rem}.author-module__1sBvDG__tlAvgLine{border-top:1px dashed #ffffff2e;height:1px;position:absolute;left:0;right:0}.author-module__1sBvDG__tlAxis{color:#6b7a94;border-top:1px solid #ffffff0f;justify-content:space-between;padding-top:6px;font-size:.8rem;display:flex}.author-module__1sBvDG__tlLegend{flex-wrap:wrap;gap:16px;margin-top:12px;display:flex}.author-module__1sBvDG__tlLegItem{color:#8892a4;align-items:center;gap:6px;font-size:.85rem;display:flex}.author-module__1sBvDG__tlLegDot{border-radius:2px;flex-shrink:0;width:10px;height:10px}.author-module__1sBvDG__tlLegDash{background:#ffffff1f;border:1px dashed #ffffff4d}.author-module__1sBvDG__radarWrap{flex-direction:column;align-items:stretch;gap:12px;display:flex}.author-module__1sBvDG__radarScale{color:#9aa7bcbf;letter-spacing:.04em;text-transform:uppercase;font-size:12px}.author-module__1sBvDG__radarBars{flex-direction:column;gap:12px;display:flex}.author-module__1sBvDG__radarRow{flex-direction:column;gap:6px;display:flex}.author-module__1sBvDG__radarRowHead{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.author-module__1sBvDG__radarRowLabel{color:#c9d4e6;font-size:14px}.author-module__1sBvDG__radarRowValue{color:#8892a4;white-space:nowrap;font-size:12px}.author-module__1sBvDG__radarRowValue strong{color:#f0b43f;font-weight:700}.author-module__1sBvDG__radarTrack{background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;height:16px;position:relative;overflow:hidden}.author-module__1sBvDG__radarTrackGrid{pointer-events:none;background-image:linear-gradient(90deg,#0000 0 calc(25% - .5px),#ffffff14 calc(25% - .5px) calc(25% + .5px),#0000 calc(25% + .5px) calc(50% - .5px),#ffffff14 calc(50% - .5px) calc(50% + .5px),#0000 calc(50% + .5px) calc(75% - .5px),#ffffff14 calc(75% - .5px) calc(75% + .5px),#0000 calc(75% + .5px));position:absolute;inset:0}.author-module__1sBvDG__radarArchiveBar,.author-module__1sBvDG__radarAuthorBar{border-radius:999px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.author-module__1sBvDG__radarArchiveBar{background:#9aa7bc73;height:10px}.author-module__1sBvDG__radarAuthorBar{background:linear-gradient(90deg,#e8a820bf,#e8a820);height:6px}.author-module__1sBvDG__radarLegend{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:4px;display:flex}.author-module__1sBvDG__radarLegendItem{color:#8892a4;align-items:center;gap:6px;font-size:.85rem;display:flex}.author-module__1sBvDG__radarDotAuthor{background:#e8a820;border-radius:2px;width:12px;height:3px;display:inline-block}.author-module__1sBvDG__radarDotArchive{background:#ffffff4d;border-radius:2px;width:12px;height:3px;display:inline-block}.author-module__1sBvDG__radarTags{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px;display:flex}.author-module__1sBvDG__booksRow{gap:16px;padding-bottom:4px;display:flex;overflow-x:auto}.author-module__1sBvDG__booksRow::-webkit-scrollbar{height:6px}.author-module__1sBvDG__booksRow::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.author-module__1sBvDG__bookCard{width:130px;color:inherit;flex-shrink:0;text-decoration:none}.author-module__1sBvDG__bookCover{border:1px solid #ffffff26;border-radius:10px;width:130px;height:196px;transition:transform .2s;position:relative;overflow:hidden}.author-module__1sBvDG__bookCover:hover{transform:scale(1.03)}.author-module__1sBvDG__bookCoverOverlay{background:linear-gradient(#0000,#0000001a 35%,#000000d9 65%);position:absolute;inset:0}.author-module__1sBvDG__bookCoverTop{z-index:2;justify-content:flex-end;display:flex;position:absolute;top:8px;left:8px;right:8px}.author-module__1sBvDG__bookScoreBadge{font-family:"Orbitron",var(--font-primary),sans-serif;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;border:1px solid #ffffff26;border-radius:5px;padding:3px 8px;font-size:.85rem;font-weight:700}.author-module__1sBvDG__bsGold{color:#e8a820}.author-module__1sBvDG__bsGreen{color:#3dbc7e}.author-module__1sBvDG__bsBlue{color:#4da6ff}.author-module__1sBvDG__bsRed{color:#e84040}.author-module__1sBvDG__bsMuted{color:#6b7a94}.author-module__1sBvDG__bookCoverBottom{z-index:2;padding:10px;position:absolute;bottom:0;left:0;right:0}.author-module__1sBvDG__bookTitleText{font-family:"Orbitron",var(--font-primary),sans-serif;color:#fff;margin-bottom:3px;font-size:.75rem;line-height:1.3;display:block}.author-module__1sBvDG__bookYearText{color:#ffffff8c;font-size:.75rem}.author-module__1sBvDG__bookMetaRow{margin-top:8px}.author-module__1sBvDG__bookMetaTitle{color:#a8b4cc;font-size:.85rem;font-weight:600;line-height:1.3}.author-module__1sBvDG__bookMetaSub{color:#6b7a94;margin-top:2px;font-size:.8rem}.author-module__1sBvDG__worstList{flex-direction:column;gap:10px;display:flex}.author-module__1sBvDG__worstItem{color:inherit;background:#191f2e;border:1px solid #e840401a;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:border-color .2s;display:flex}.author-module__1sBvDG__worstItem:hover{border-color:#e8404047}.author-module__1sBvDG__worstCover{background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:5px;flex-shrink:0;width:42px;height:62px}.author-module__1sBvDG__worstInfo{flex:1;min-width:0}.author-module__1sBvDG__worstTitle{color:#a8b4cc;margin-bottom:3px;font-size:.9rem;font-weight:600;line-height:1.3}.author-module__1sBvDG__worstYear{color:#6b7a94;font-size:.85rem}.author-module__1sBvDG__worstScore{font-family:"Orbitron",var(--font-primary),sans-serif;color:#e84040;flex-shrink:0;font-size:18px;font-weight:700}.author-module__1sBvDG__summaryBox{color:#8892a4;background:#191f2e;border:1px solid #ffffff0f;border-radius:10px;margin-top:16px;padding:14px;font-size:.9rem;line-height:1.7}.author-module__1sBvDG__summaryBox strong{color:#a8b4cc;margin-right:4px}.author-module__1sBvDG__pageBars{flex-direction:column;gap:8px;display:flex}.author-module__1sBvDG__pbGroupLabel{color:#6b7a94;text-transform:uppercase;letter-spacing:1px;margin:6px 0 2px;font-size:.8rem}.author-module__1sBvDG__pbRow{align-items:center;gap:10px;display:flex}.author-module__1sBvDG__pbLabel{color:#a8b4cc;text-align:right;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;flex-shrink:0;width:150px;font-size:.85rem;line-height:1.3;text-decoration:none;transition:color .2s;overflow:hidden}.author-module__1sBvDG__pbLabel:hover{color:#fff}.author-module__1sBvDG__pbTrack{background:#191f2e;border-radius:5px;flex:1;height:10px;overflow:hidden}.author-module__1sBvDG__pbFill{border-radius:5px;height:100%;transition:width .8s}.author-module__1sBvDG__pbFillLong{background:linear-gradient(90deg,#2a6db0,#4da6ff)}.author-module__1sBvDG__pbFillShort{background:linear-gradient(90deg,#2a8a5a,#3dbc7e)}.author-module__1sBvDG__pbFillAvg{background:linear-gradient(90deg,#a07010,#e8a820)}.author-module__1sBvDG__pbFillArchive{background:#333b4a;border:1px solid #ffffff26}.author-module__1sBvDG__pbVal{font-family:"Orbitron",var(--font-primary),sans-serif;color:#6b7a94;flex-shrink:0;width:64px;font-size:.85rem}.author-module__1sBvDG__pbValHighlight{color:#e8a820}.author-module__1sBvDG__pbSeparator{background:#ffffff0f;height:1px;margin:6px 0 2px}.author-module__1sBvDG__trajWrap{flex-direction:column;gap:10px;display:flex}.author-module__1sBvDG__trajSvg{width:100%;height:200px;display:block}.author-module__1sBvDG__trajNote{color:#a8b4cc;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.9rem;line-height:1.6;display:flex}.author-module__1sBvDG__trajArrow{color:#3dbc7e;margin-top:2px;font-size:1.1rem;line-height:1}.author-module__1sBvDG__trajLabel{color:#3dbc7e;font-weight:600}.author-module__1sBvDG__trajLegend{color:#6b7a94;flex-wrap:wrap;gap:14px;font-size:.9rem;display:flex}.author-module__1sBvDG__trajLegendItem{align-items:center;gap:6px;display:flex}.author-module__1sBvDG__trajDotAuthor{background:#e8a820;border-radius:50%;width:10px;height:10px;display:inline-block}.author-module__1sBvDG__trajDashRolling{background:#4da6ffb3;border-radius:2px;width:14px;height:2px;display:inline-block}.author-module__1sBvDG__trajDashAvg{background:#ffffff40;width:14px;height:2px;display:inline-block}.author-module__1sBvDG__seriesHeader{color:#6b7a94;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #ffffff0f;grid-template-columns:160px 1fr 100px;gap:12px;margin-bottom:6px;padding-bottom:8px;font-size:.8rem;display:grid}.author-module__1sBvDG__seriesList{flex-direction:column;gap:10px;display:flex}.author-module__1sBvDG__seriesItem{grid-template-columns:160px 1fr 100px;align-items:center;gap:12px;display:grid}.author-module__1sBvDG__seriesName{color:#a8b4cc;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;overflow:hidden}.author-module__1sBvDG__seriesName:hover{color:#fff}.author-module__1sBvDG__seriesTrack{background:#191f2e;border-radius:4px;height:8px;overflow:hidden}.author-module__1sBvDG__seriesFill{border-radius:4px;height:100%;transition:width .8s}.author-module__1sBvDG__seriesMeta{font-family:"Orbitron",var(--font-primary),sans-serif;text-align:right;white-space:nowrap;font-size:.9rem}.author-module__1sBvDG__recordsGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.author-module__1sBvDG__recordCard{background:#141824;border:1px solid #ffffff1a;border-radius:12px;padding:18px;position:relative;overflow:hidden}.author-module__1sBvDG__recordCard:before{content:"";background:linear-gradient(90deg,#0000,#e8a820,#0000);height:1px;position:absolute;top:0;left:0;right:0}.author-module__1sBvDG__recordIcon{margin-bottom:8px;font-size:24px;display:block}.author-module__1sBvDG__recordVal{font-family:"Orbitron",var(--font-primary),sans-serif;color:#fff;margin-bottom:6px;font-size:20px;font-weight:700;line-height:1.1}.author-module__1sBvDG__recordVal span{color:#6b7a94;font-size:1rem;font-weight:400}.author-module__1sBvDG__recordLabel{color:#8892a4;font-size:.9rem;line-height:1.5}.author-module__1sBvDG__recordHighlight{color:#e8a820;font-weight:600}.author-module__1sBvDG__reviewHead{color:#8892a4;margin-bottom:10px;font-size:.9rem}.author-module__1sBvDG__reviewText{color:#c0c9da;white-space:pre-wrap;margin:0;font-size:1rem;line-height:1.7}.author-module__1sBvDG__similarRow{gap:16px;padding-bottom:4px;display:flex;overflow-x:auto}.author-module__1sBvDG__similarRow::-webkit-scrollbar{height:6px}.author-module__1sBvDG__similarRow::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.author-module__1sBvDG__simCard{cursor:pointer;width:170px;color:inherit;background:#141824;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;flex-shrink:0;gap:4px;padding:16px;text-decoration:none;transition:border-color .2s;display:flex}.author-module__1sBvDG__simCard:hover{border-color:#e8a8204d}.author-module__1sBvDG__simAvatar{width:44px;height:44px;font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;background:#191f2e;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;font-size:1rem;font-weight:700;display:flex}.author-module__1sBvDG__simName{color:#d8e0f0;font-size:1rem;font-weight:600}.author-module__1sBvDG__simMeta{color:#6b7a94;margin-bottom:6px;font-size:.85rem}.author-module__1sBvDG__simScore{font-family:"Orbitron",var(--font-primary),sans-serif;color:#e8a820;font-size:20px;font-weight:700;line-height:1}.author-module__1sBvDG__simWhy{color:#6b7a94;margin-top:6px;font-size:.8rem;line-height:1.4}.author-module__1sBvDG__bookTabs{gap:8px;margin:12px 0 20px;display:flex}.author-module__1sBvDG__bookTab{font-family:"Exo 2",var(--font-primary),sans-serif;color:#8a9ab0;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:600;transition:all .2s}.author-module__1sBvDG__bookTab:hover{color:#d8e0f0;background:#ffffff12}.author-module__1sBvDG__bookTabActive{color:#e8a820;background:#e8a8201f;border-color:#e8a82059}.author-module__1sBvDG__bookTabActive:hover{background:#e8a8202e}.author-module__1sBvDG__bskyWrap{background:#060a1299;border:1px solid #ffffff14;border-radius:12px;max-width:320px;max-height:260px;padding:16px;overflow-y:auto;-webkit-mask-image:linear-gradient(#000 85%,#0000 100%);mask-image:linear-gradient(#000 85%,#0000 100%)}.author-module__1sBvDG__bskyWrap::-webkit-scrollbar{width:4px}.author-module__1sBvDG__bskyWrap::-webkit-scrollbar-track{background:0 0}.author-module__1sBvDG__bskyWrap::-webkit-scrollbar-thumb{background:#e8a8204d;border-radius:4px}.author-module__1sBvDG__bskyWrapH{background:#060a1299;border:1px solid #ffffff14;border-radius:12px;flex:0 0 420px;min-width:0;padding:14px 16px}.author-module__1sBvDG__bskyListHCollapsed{touch-action:pan-x;overscroll-behavior-x:contain;flex-direction:row;gap:12px;max-height:200px;padding-bottom:6px;display:flex;overflow:auto hidden;-webkit-mask-image:linear-gradient(#000 70%,#0000 100%);mask-image:linear-gradient(#000 70%,#0000 100%)}.author-module__1sBvDG__bskyArrowBar{gap:6px;margin-top:-4px;margin-bottom:10px;display:flex}.author-module__1sBvDG__bskyArrowBtn{color:#e8a820;cursor:pointer;font-size:.9rem;font-weight:600;font-family:"Orbitron",var(--font-h),sans-serif;background:0 0;border:1px solid #e8a8204d;border-radius:6px;padding:4px 10px;transition:all .2s}.author-module__1sBvDG__bskyArrowBtn:hover{background:#e8a8201f;border-color:#e8a82080}.author-module__1sBvDG__bskyExpandBtn{color:#f3c36a;cursor:pointer;font-size:.85rem;font-weight:600;font-family:"Orbitron",var(--font-h),sans-serif;letter-spacing:.5px;background:#e8a8201f;border:1px solid #e8a82059;border-radius:6px;padding:5px 12px;transition:all .2s}.author-module__1sBvDG__bskyExpandBtn:hover{background:#e8a82033;border-color:#e8a8208c}.author-module__1sBvDG__bskyFooter{justify-content:center;margin-top:10px;display:flex}.author-module__1sBvDG__bskyList{flex-direction:column;gap:10px;display:flex}.author-module__1sBvDG__bskyListH{touch-action:pan-x;overscroll-behavior-x:contain;flex-direction:row;gap:12px;padding-bottom:6px;display:flex;overflow-x:auto}.author-module__1sBvDG__bskyListH::-webkit-scrollbar{height:4px}.author-module__1sBvDG__bskyListH::-webkit-scrollbar-track{background:0 0}.author-module__1sBvDG__bskyListH::-webkit-scrollbar-thumb{background:#e8a8204d;border-radius:4px}.author-module__1sBvDG__bskyCard{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;flex-shrink:0;padding:10px 12px;text-decoration:none;transition:all .2s;display:block}.author-module__1sBvDG__bskyListH .author-module__1sBvDG__bskyCard,.author-module__1sBvDG__bskyListHCollapsed .author-module__1sBvDG__bskyCard{width:240px}.author-module__1sBvDG__bskyCard:hover{background:#ffffff0f;border-color:#e8a82040}.author-module__1sBvDG__bskyHeader{font-family:"Orbitron",var(--font-h),sans-serif;letter-spacing:1.5px;text-transform:uppercase;color:#e8a820;white-space:nowrap;border-bottom:1px solid #e8a82033;flex-shrink:0;margin-bottom:12px;padding-bottom:10px;font-size:.85rem;font-weight:700}.author-module__1sBvDG__bskyLoading{color:#6b7a94;font-size:.9rem;font-family:"Orbitron",var(--font-h),sans-serif}.author-module__1sBvDG__bskyCardTop{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.author-module__1sBvDG__bskyName{font-family:"Orbitron",var(--font-h),sans-serif;letter-spacing:.5px;color:#e8a820;text-transform:uppercase;font-size:.8rem;font-weight:700}.author-module__1sBvDG__bskyDate{color:#5a6a82;font-size:.8rem;font-family:"Orbitron",var(--font-h),sans-serif}.author-module__1sBvDG__bskyText{color:#a8b4cc;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.author-module__1sBvDG__bskyThumbWrap{border-radius:6px;margin-top:8px;overflow:hidden}.author-module__1sBvDG__bskyThumb{border-radius:6px;width:100%;height:auto;display:block}.author-module__1sBvDG__bioRow{align-items:flex-start;gap:24px;display:flex}.author-module__1sBvDG__bioRow .author-module__1sBvDG__bioText{flex:1;min-width:0}.author-module__1sBvDG__bestBookCard{--gold:#d4a437;--teal:#2dd4a8;--text-muted:#8a8d9a;--text-dim:#6a6d7a;font-family:inherit}.author-module__1sBvDG__bestBookLabel{letter-spacing:.18em;color:var(--text-muted);text-transform:uppercase;align-items:center;gap:6px;margin-bottom:8px;font-size:.85rem;display:flex}.author-module__1sBvDG__bestBookStar{color:var(--gold)}.author-module__1sBvDG__bestBookFrame{background:linear-gradient(#d4a4370f 0%,#0a122866 100%);border:1px solid #d4a43773;border-radius:10px;padding:14px;transition:border-color .25s,box-shadow .25s;position:relative;box-shadow:0 0 0 1px #d4a43714,0 8px 24px #0006}.author-module__1sBvDG__bestBookFrame:hover{border-color:#d4a437bf;box-shadow:0 0 0 1px #d4a4372e,0 8px 32px #d4a4371f}.author-module__1sBvDG__bestBookGlow{background:linear-gradient(90deg,transparent 0%,var(--gold)50%,transparent 100%);border-radius:10px 10px 0 0;height:2px;position:absolute;top:-1px;left:-1px;right:-1px}.author-module__1sBvDG__bestBookMain{gap:14px;display:flex}.author-module__1sBvDG__bestBookCover{background:#0a0e1f;border:1px solid #d4a43766;border-radius:4px;flex-shrink:0;width:88px;height:130px;display:block;overflow:hidden}.author-module__1sBvDG__bestBookCover img{object-fit:cover;width:100%;height:100%;display:block}.author-module__1sBvDG__bestBookCoverPlaceholder{width:100%;height:100%;color:var(--gold);justify-content:center;align-items:center;font-size:24px;font-weight:700;display:flex}.author-module__1sBvDG__bestBookInfo{flex-direction:column;flex:1;justify-content:space-between;min-width:0;display:flex}.author-module__1sBvDG__bestBookTitle{color:#fff;margin:0 0 4px;font-size:1rem;font-weight:600;line-height:1.25}.author-module__1sBvDG__bestBookSubtitle{color:var(--text-muted);margin:0 0 10px;font-size:.85rem;font-style:italic}.author-module__1sBvDG__bestBookStars{color:var(--gold);letter-spacing:1px;margin-bottom:6px;font-size:.9rem}.author-module__1sBvDG__bestBookRating{align-items:baseline;gap:6px;display:flex}.author-module__1sBvDG__bestBookRatingNum{color:var(--gold);font-size:1.1rem;font-weight:700}.author-module__1sBvDG__bestBookRatingLabel{color:var(--text-dim);font-size:.8rem}.author-module__1sBvDG__bestBookTags{flex-wrap:wrap;gap:4px;margin-top:8px;display:flex}.author-module__1sBvDG__bestBookTag{letter-spacing:.05em;border:1px solid;border-radius:10px;padding:2px 6px;font-size:.75rem}.author-module__1sBvDG__bestBookTagCanon{color:var(--teal);background:#2dd4a81a;border-color:#2dd4a84d}.author-module__1sBvDG__bestBookTagEra{color:var(--gold);background:#d4a4371a;border-color:#d4a4374d}.author-module__1sBvDG__bestBookFooter{border-top:1px solid #d4a43726;justify-content:space-between;align-items:center;margin-top:12px;padding-top:10px;display:flex}.author-module__1sBvDG__bestBookStats{gap:14px;display:flex}.author-module__1sBvDG__bestBookStatValue{color:#fff;font-size:1rem;font-weight:600}.author-module__1sBvDG__bestBookStatLabel{color:var(--text-dim);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.author-module__1sBvDG__bestBookCta{color:var(--gold);letter-spacing:.05em;font-size:.8rem;text-decoration:none}.author-module__1sBvDG__bestBookCta:hover{text-decoration:underline}.author-module__1sBvDG__bioExpandWrap{justify-content:center;margin-top:10px;display:flex}.author-module__1sBvDG__bioExpandBtn{color:#f3c36a;cursor:pointer;font-size:.85rem;font-weight:600;font-family:"Orbitron",var(--font-h),sans-serif;letter-spacing:.5px;background:0 0;border:1px solid #e8a82059;border-radius:6px;padding:5px 14px;transition:all .2s}.author-module__1sBvDG__bioExpandBtn:hover{background:#e8a8201f;border-color:#e8a8208c}@media (max-width:1080px){.author-module__1sBvDG__heroGrid{grid-template-columns:1fr;gap:28px}.author-module__1sBvDG__photoFrame{width:200px;height:260px}.author-module__1sBvDG__metricsGrid{grid-template-columns:repeat(3,1fr)}.author-module__1sBvDG__twoCol{grid-template-columns:1fr}.author-module__1sBvDG__recordsGrid{grid-template-columns:repeat(2,1fr)}.author-module__1sBvDG__bioRow{flex-direction:column}.author-module__1sBvDG__bskyWrapH,.author-module__1sBvDG__bskyWrapHCollapsed,.author-module__1sBvDG__bskyWrapHExpanded{flex:auto;width:100%}}@media (max-width:680px){.author-module__1sBvDG__section{padding:32px 16px}.author-module__1sBvDG__hero{padding:32px 16px 28px}.author-module__1sBvDG__nav{flex-wrap:wrap;padding:10px 16px}.author-module__1sBvDG__breadcrumb{white-space:nowrap;width:100%;min-width:0;overflow-x:auto}.author-module__1sBvDG__heroName{font-size:2.1rem;line-height:1.08}.author-module__1sBvDG__heroNameEn{font-size:.95rem}.author-module__1sBvDG__heroBio{font-size:.92rem;line-height:1.6}.author-module__1sBvDG__photoBlock{min-width:0}.author-module__1sBvDG__photoFrame{width:170px;height:220px}.author-module__1sBvDG__photoScoreNum{font-size:2rem}.author-module__1sBvDG__metricsGrid{grid-template-columns:repeat(2,1fr)}.author-module__1sBvDG__metric{padding:12px 10px}.author-module__1sBvDG__metricVal{font-size:18px}.author-module__1sBvDG__metricLabel{font-size:.72rem;line-height:1.2}.author-module__1sBvDG__recordsGrid{grid-template-columns:1fr}.author-module__1sBvDG__panel{padding:16px}.author-module__1sBvDG__seriesHeader,.author-module__1sBvDG__seriesItem{grid-template-columns:1fr}.author-module__1sBvDG__seriesMeta{text-align:left}.author-module__1sBvDG__compareRow{gap:7px}.author-module__1sBvDG__compareLabel{width:86px;font-size:.78rem}.author-module__1sBvDG__compareVal{width:36px;font-size:.78rem}.author-module__1sBvDG__compareArchiveVal{width:38px;font-size:.76rem}.author-module__1sBvDG__rbarLabel{width:56px;font-size:.78rem}.author-module__1sBvDG__rbarPct{width:32px;font-size:.76rem}.author-module__1sBvDG__rbarCount{width:24px;font-size:.76rem}.author-module__1sBvDG__pbLabel{width:92px;font-size:.76rem}.author-module__1sBvDG__simCard{width:150px}.author-module__1sBvDG__bestBookMain{gap:10px}.author-module__1sBvDG__bestBookCover{width:72px;height:106px}.author-module__1sBvDG__bestBookTitle{font-size:.88rem}.author-module__1sBvDG__bestBookSubtitle{font-size:.76rem}.author-module__1sBvDG__bestBookFooter{flex-wrap:wrap;gap:8px}}@media (max-width:480px){.author-module__1sBvDG__section{padding:26px 12px}.author-module__1sBvDG__hero{padding:26px 12px 22px}.author-module__1sBvDG__nav{padding:8px 12px}.author-module__1sBvDG__heroName{font-size:1.78rem}.author-module__1sBvDG__heroEyebrow{letter-spacing:2px;font-size:.68rem}.author-module__1sBvDG__photoFrame{width:152px;height:198px}.author-module__1sBvDG__metricsGrid{grid-template-columns:1fr}.author-module__1sBvDG__metric{padding:10px}.author-module__1sBvDG__panel{border-radius:12px;padding:12px}.author-module__1sBvDG__compareRow{grid-template-columns:1fr auto auto;align-items:center;gap:6px;display:grid}.author-module__1sBvDG__compareLabel{grid-column:1/-1;width:auto}.author-module__1sBvDG__compareTrack{grid-column:1/2}.author-module__1sBvDG__compareVal,.author-module__1sBvDG__compareArchiveVal{width:auto;min-width:32px}.author-module__1sBvDG__timelineWrap{padding:16px 12px 12px}.author-module__1sBvDG__tlLegend{gap:10px}.author-module__1sBvDG__tlLegItem{font-size:.74rem}.author-module__1sBvDG__radarRowHead{flex-wrap:wrap}.author-module__1sBvDG__radarRowValue{white-space:normal}.author-module__1sBvDG__simCard{width:138px}}
.seriesPage-module__FBumVG__page{color:#eee;background:#050505;min-height:100vh;padding-bottom:4rem}.seriesPage-module__FBumVG__container{max-width:1100px;margin:0 auto;padding:2rem}.seriesPage-module__FBumVG__breadcrumb{opacity:.7;align-items:center;gap:8px;margin-bottom:2rem;font-size:.9rem;display:flex}.seriesPage-module__FBumVG__breadcrumbLink{color:#ccc;text-decoration:none;transition:color .2s}.seriesPage-module__FBumVG__breadcrumbLink:hover{color:var(--accent)}.seriesPage-module__FBumVG__sep{color:#555}.seriesPage-module__FBumVG__breadcrumbCurrent{color:var(--accent);font-weight:500}.seriesPage-module__FBumVG__header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3rem;display:flex}.seriesPage-module__FBumVG__title{color:var(--accent);letter-spacing:-.02em;text-transform:uppercase;margin:0 0 1rem;font-family:Advent Pro,sans-serif;font-size:2.5rem;font-weight:800}.seriesPage-module__FBumVG__titleOriginal{color:#f939;letter-spacing:.02em;margin-top:.25rem;font-size:1.5rem;font-weight:400;display:block}.seriesPage-module__FBumVG__seriesCovers{flex-shrink:0;align-items:flex-start;gap:-30px;margin-top:1rem;margin-left:auto;display:flex}.seriesPage-module__FBumVG__seriesCover{object-fit:cover;filter:grayscale(30%);border-radius:4px;width:80px;height:120px;transition:all .3s;transform:rotate(-5deg);box-shadow:0 4px 12px #0000004d}.seriesPage-module__FBumVG__seriesCover:hover{z-index:10;transform:rotate(-5deg)scale(1.15)}.seriesPage-module__FBumVG__seriesCover:nth-child(2){transform:rotate(-3deg)translate(-20px)}.seriesPage-module__FBumVG__seriesCover:nth-child(2):hover{z-index:10;transform:rotate(-3deg)translate(-20px)scale(1.15)}.seriesPage-module__FBumVG__seriesCover:nth-child(3){transform:rotate(-1deg)translate(-40px)}.seriesPage-module__FBumVG__seriesCover:nth-child(3):hover{z-index:10;transform:rotate(-1deg)translate(-40px)scale(1.15)}.seriesPage-module__FBumVG__seriesCover:nth-child(4){transform:rotate(1deg)translate(-60px)}.seriesPage-module__FBumVG__seriesCover:nth-child(4):hover{z-index:10;transform:rotate(1deg)translate(-60px)scale(1.15)}.seriesPage-module__FBumVG__seriesCover:nth-child(5){transform:rotate(3deg)translate(-80px)}.seriesPage-module__FBumVG__seriesCover:nth-child(5):hover{z-index:10;transform:rotate(3deg)translate(-80px)scale(1.15)}.seriesPage-module__FBumVG__seriesCover:nth-child(6){transform:rotate(5deg)translate(-100px)}.seriesPage-module__FBumVG__seriesCover:nth-child(6):hover{z-index:10;transform:rotate(5deg)translate(-100px)scale(1.15)}.seriesPage-module__FBumVG__seriesMeta{color:#888;gap:1.5rem;font-size:.95rem;display:flex}.seriesPage-module__FBumVG__metaItem{align-items:center;gap:6px;display:flex}.seriesPage-module__FBumVG__metaIcon{font-size:1.1rem}.seriesPage-module__FBumVG__section{margin-bottom:4rem}.seriesPage-module__FBumVG__sectionTitle{color:#fff;align-items:center;gap:12px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.seriesPage-module__FBumVG__sectionTitle:after{content:"";background:linear-gradient(90deg,#ff99334d,#0000);flex:1;height:1px}.seriesPage-module__FBumVG__description{color:#ccc;background:#ff993308;border:1px solid #ff99331a;border-radius:8px;padding:2rem;line-height:1.7}.seriesPage-module__FBumVG__description h2,.seriesPage-module__FBumVG__description h3{color:var(--accent);margin-top:1.5rem}.seriesPage-module__FBumVG__description blockquote{border-left:3px solid var(--accent);background:#ff99330d;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.seriesPage-module__FBumVG__sentimentBox{color:#f5e8d5;background:#ff993308;border:1px solid #ff99332e;border-radius:10px;flex-direction:column;gap:.75rem;padding:1.5rem;line-height:1.7;display:flex}.seriesPage-module__FBumVG__recBadge{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;justify-content:flex-start;align-items:center;gap:.75rem;padding:8px 16px;font-size:.85rem;font-weight:700;display:inline-flex}.seriesPage-module__FBumVG__recGood{color:#4ade80;background:#22c55e1f;border:1px solid #22c55e66}.seriesPage-module__FBumVG__recBad{color:#f87171;background:#f871711f;border:1px solid #f8717166}.seriesPage-module__FBumVG__recNeutral{color:#fbbf24;background:#f8be0014;border:1px solid #f8be0066}.seriesPage-module__FBumVG__sentimentGood,.seriesPage-module__FBumVG__sentimentBad{letter-spacing:.04em;font-size:1.1rem;font-weight:700}.seriesPage-module__FBumVG__sentimentGood{color:#4ade80}.seriesPage-module__FBumVG__sentimentBad{color:#f87171}.seriesPage-module__FBumVG__sentimentList{flex-direction:column;gap:.3rem;margin:.5rem 0 .2rem;padding-left:1.5rem;display:flex}.seriesPage-module__FBumVG__sentimentList li{color:gold}.seriesPage-module__FBumVG__sentimentList li span{color:#f1f5f9;font-size:1.1rem}.seriesPage-module__FBumVG__sentimentRich{color:#f1f5f9}.seriesPage-module__FBumVG__seriesReviews{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.seriesPage-module__FBumVG__seriesReviewCard{background:#ffffff05;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.seriesPage-module__FBumVG__seriesReviewHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.seriesPage-module__FBumVG__seriesReviewName{color:#fff;font-size:1rem;font-weight:700}.seriesPage-module__FBumVG__seriesReviewSource{color:#ffffff8c;margin-top:.15rem;font-size:.8rem}.seriesPage-module__FBumVG__seriesReviewMeta{color:#fff9;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.seriesPage-module__FBumVG__seriesReviewRating{color:#fbbf24;font-weight:700}.seriesPage-module__FBumVG__seriesReviewText{color:#d7dce5;font-size:.95rem;line-height:1.7}.seriesPage-module__FBumVG__statsToggle{padding:.75rem 0}.seriesPage-module__FBumVG__statsToggleButton{cursor:pointer;isolation:isolate;-webkit-backdrop-filter:blur(16px)saturate(180%)brightness(1.05);letter-spacing:.05em;color:#ffe1afed;text-shadow:0 1px 4px #000000d9,0 0 14px #ff993359;text-transform:uppercase;height:40px;font-size:13px;font-weight:700;font-family:var(--font-primary),monospace;background:linear-gradient(175deg,#ffc86414 0%,#ffffff0d 30%,#ffffff05 49%,#0000002e 50%,#00000014 100%),#1c1108b8;border:none;border-radius:20px;align-items:center;gap:8px;padding:0 32px;text-decoration:none;list-style:none;transition:all .25s cubic-bezier(.2,0,0,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ff993380,0 0 12px 1px #f933,inset 0 1.5px #ffd77838,inset 0 -1px #0000008c,0 4px 16px #0000008c}.seriesPage-module__FBumVG__statsToggleButton::-webkit-details-marker{display:none}.seriesPage-module__FBumVG__statsToggleButton:before{content:"▸";color:#ffe1afed;text-shadow:0 1px 4px #000000d9,0 0 14px #ff993359;font-size:13px;transition:transform .2s}.seriesPage-module__FBumVG__statsToggle[open] .seriesPage-module__FBumVG__statsToggleButton:before{transform:rotate(90deg)}.seriesPage-module__FBumVG__statsToggleButton:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #ff9933d9,0 0 18px 3px #ff99338c,0 0 45px 9px #ff99334d,0 12px 32px #0a0a0ab3}.seriesPage-module__FBumVG__statsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.95rem;display:grid}.seriesPage-module__FBumVG__statsCard{background:linear-gradient(160deg,#0e0e0ef2,#080808f2);border:1px solid #ff99332e;border-radius:10px;padding:1rem;box-shadow:0 8px 24px #00000047}.seriesPage-module__FBumVG__statsCardTitle{font-family:var(--font-handjet),monospace;letter-spacing:.02em;color:var(--accent);margin-bottom:.75rem;font-size:1.05rem}.seriesPage-module__FBumVG__statsList{flex-direction:column;gap:.45rem;display:flex}.seriesPage-module__FBumVG__statsRow,.seriesPage-module__FBumVG__statsBookRow{background:#ffffff05;border:1px solid #ffffff0f;border-radius:6px;justify-content:space-between;align-items:center;gap:.75rem;padding:.35rem .45rem;display:flex}.seriesPage-module__FBumVG__statsBookRow{text-decoration:none;transition:border-color .2s,background .2s}.seriesPage-module__FBumVG__statsBookRow:hover{background:#ff993314;border-color:#ff993361}.seriesPage-module__FBumVG__statsLabel{color:#ddd;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.9rem;overflow:hidden}.seriesPage-module__FBumVG__statsValue{color:#ffb347;white-space:nowrap;font-size:.86rem;font-weight:700}.seriesPage-module__FBumVG__statsEmpty{color:#777;padding:.35rem 0;font-size:.88rem}.seriesPage-module__FBumVG__booksGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.seriesPage-module__FBumVG__bookCardWithHint{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.seriesPage-module__FBumVG__seriesArticlesHint{color:#ffb347;background:#ff993312;border:1px solid #ff993340;border-radius:6px;padding:.35rem .5rem;font-size:.82rem;text-decoration:none;transition:all .2s}.seriesPage-module__FBumVG__seriesArticlesHint:hover{color:#ffd399;background:#ff993324;border-color:#ff99338c}.seriesPage-module__FBumVG__quizzesList{flex-direction:column;gap:1rem;display:flex}.seriesPage-module__FBumVG__quizCard{background:#ff99330d;border:1px solid #ff993326;border-radius:8px;align-items:center;gap:1.5rem;padding:1rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.seriesPage-module__FBumVG__quizCard:hover{border-color:var(--accent);background:#ff99331a;transform:translate(6px)}.seriesPage-module__FBumVG__quizIcon{font-size:2rem}.seriesPage-module__FBumVG__quizInfo{flex:1}.seriesPage-module__FBumVG__quizName{color:var(--accent);margin-bottom:4px;font-size:1.1rem;font-weight:700}.seriesPage-module__FBumVG__quizDesc{color:#aaa;font-size:.9rem}.seriesPage-module__FBumVG__quizArrow{color:var(--accent);opacity:.5;font-size:1.2rem;transition:opacity .2s}.seriesPage-module__FBumVG__quizCard:hover .seriesPage-module__FBumVG__quizArrow{opacity:1}.seriesPage-module__FBumVG__articlesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.seriesPage-module__FBumVG__articleCard{background:#111;border:1px solid #333;border-radius:8px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.seriesPage-module__FBumVG__articleCard:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.seriesPage-module__FBumVG__articleImage{aspect-ratio:16/9;object-fit:cover;border-bottom:1px solid #333;width:100%}.seriesPage-module__FBumVG__articleContent{padding:1.25rem}.seriesPage-module__FBumVG__articleCategory{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.seriesPage-module__FBumVG__articleTitle{color:#fff;margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.3}.seriesPage-module__FBumVG__articleText{color:#888;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.seriesPage-module__FBumVG__emptyState{text-align:center;color:#666;background:#ffffff05;border:1px dashed #333;border-radius:8px;padding:3rem}@media (max-width:768px){.seriesPage-module__FBumVG__readerOverlay{padding:0}.seriesPage-module__FBumVG__statsGrid{grid-template-columns:1fr}.seriesPage-module__FBumVG__statsToggleButton{justify-content:center;width:100%}.seriesPage-module__FBumVG__title{font-size:2rem}.seriesPage-module__FBumVG__booksGrid,.seriesPage-module__FBumVG__articlesGrid{grid-template-columns:1fr}.seriesPage-module__FBumVG__sentimentBox{padding:1rem}.seriesPage-module__FBumVG__seriesReviews{grid-template-columns:1fr}}@media (max-width:640px){.seriesPage-module__FBumVG__container{padding:.75rem}.seriesPage-module__FBumVG__title{letter-spacing:0;font-size:1.5rem}.seriesPage-module__FBumVG__seriesMeta{flex-wrap:wrap;gap:.75rem;font-size:.82rem}.seriesPage-module__FBumVG__sectionTitle{font-size:1.2rem}.seriesPage-module__FBumVG__statsCard{padding:.8rem}.seriesPage-module__FBumVG__statsLabel{font-size:.84rem}.seriesPage-module__FBumVG__statsValue{font-size:.78rem}.seriesPage-module__FBumVG__description{padding:1rem;font-size:.9rem}.seriesPage-module__FBumVG__quizCard{gap:1rem;padding:.75rem 1rem}.seriesPage-module__FBumVG__quizName{font-size:.95rem}.seriesPage-module__FBumVG__quizDesc{font-size:.8rem}.seriesPage-module__FBumVG__articleContent{padding:1rem}.seriesPage-module__FBumVG__articleTitle{font-size:1rem}.seriesPage-module__FBumVG__articleText{font-size:.82rem}.seriesPage-module__FBumVG__header{margin-bottom:2rem}.seriesPage-module__FBumVG__section{margin-bottom:2.5rem}.seriesPage-module__FBumVG__breadcrumb{margin-bottom:1.5rem;font-size:.78rem}}
.RelatedBooksPromo-module__PjdbhW__promo{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0f198c;border:1px solid #ff993324;border-radius:12px;padding:1.1rem 1.1rem 1.25rem}.RelatedBooksPromo-module__PjdbhW__header{border-bottom:1px solid #ff99331a;align-items:center;margin-bottom:.9rem;padding-bottom:.25rem;display:flex}.RelatedBooksPromo-module__PjdbhW__title{color:#f93;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 0 15px #ff993380;margin:0;font-size:1.1rem;font-weight:900}.RelatedBooksPromo-module__PjdbhW__row{flex-wrap:wrap;gap:14px;margin-bottom:1rem;display:flex}.RelatedBooksPromo-module__PjdbhW__tile{flex-direction:column;flex-shrink:0;gap:6px;width:96px;text-decoration:none;display:flex}.RelatedBooksPromo-module__PjdbhW__coverWrap{background:#111;border:1px solid #ffffff14;border-radius:6px;width:96px;height:144px;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.RelatedBooksPromo-module__PjdbhW__tile:hover .RelatedBooksPromo-module__PjdbhW__coverWrap{border-color:#ff993380;transform:translateY(-3px)}.RelatedBooksPromo-module__PjdbhW__cover{object-fit:cover;width:100%;height:100%}.RelatedBooksPromo-module__PjdbhW__coverPlaceholder{text-align:center;color:#ffffffb3;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;font-size:.65rem;line-height:1.3;display:flex}.RelatedBooksPromo-module__PjdbhW__rating{color:#fc3;background:#000000b3;border-radius:4px;padding:1px 5px;font-size:.62rem;font-weight:700;position:absolute;bottom:4px;right:4px}.RelatedBooksPromo-module__PjdbhW__tileTitle{color:#ccc;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;line-height:1.3;display:-webkit-box;overflow:hidden}.RelatedBooksPromo-module__PjdbhW__tile:hover .RelatedBooksPromo-module__PjdbhW__tileTitle{color:#f93}.RelatedBooksPromo-module__PjdbhW__cta{color:#ffb366;letter-spacing:.1em;text-transform:uppercase;background:#ff99330f;border:1px solid #f936;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.RelatedBooksPromo-module__PjdbhW__cta:hover{color:#000;background:#f93;border-color:#f93}.RelatedBooksPromo-module__PjdbhW__cta span{transition:transform .2s}.RelatedBooksPromo-module__PjdbhW__cta:hover span{transform:translate(4px)}@media (max-width:480px){.RelatedBooksPromo-module__PjdbhW__tile,.RelatedBooksPromo-module__PjdbhW__coverWrap{width:84px}.RelatedBooksPromo-module__PjdbhW__coverWrap{height:126px}}
.nextArticlePreview-module__R69vOG__container{border-top:1px solid #f933;margin-top:2rem;padding-top:1.5rem}.nextArticlePreview-module__R69vOG__title{color:#f93;text-transform:uppercase;letter-spacing:.15em;text-shadow:0 0 10px #ff99334d;margin:0 0 .75rem;font-size:.85rem;font-weight:700}.nextArticlePreview-module__R69vOG__previewLink{color:inherit;text-decoration:none;display:block}.nextArticlePreview-module__R69vOG__preview{cursor:pointer;background:linear-gradient(135deg,#ff993314 0%,#ff993305 100%);border:1px solid #f933;border-radius:10px;padding:1.4rem;transition:all .25s;overflow:hidden}.nextArticlePreview-module__R69vOG__preview:hover{background:linear-gradient(135deg,#ff99331f 0%,#ff99330d 100%);border-color:#ff993359;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.nextArticlePreview-module__R69vOG__previewGrid{align-items:flex-start;gap:1.4rem;display:flex}.nextArticlePreview-module__R69vOG__previewImage{object-fit:cover;border:1px solid #f933;border-radius:6px;flex:0 0 150px;width:150px;height:200px}.nextArticlePreview-module__R69vOG__imagePlaceholder{color:#f936;background:#ff99331a;border:1px solid #ff993340;border-radius:6px;flex:0 0 150px;justify-content:center;align-items:center;width:150px;height:200px;font-size:2.5rem;display:flex}.nextArticlePreview-module__R69vOG__previewContent{flex-direction:column;gap:.85rem;min-width:0;max-width:620px;display:flex}.nextArticlePreview-module__R69vOG__articleTitle{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.05rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.nextArticlePreview-module__R69vOG__excerpt{color:#aaa;font-size:.85rem;line-height:1.65}.nextArticlePreview-module__R69vOG__excerpt p{margin:0}.nextArticlePreview-module__R69vOG__excerpt p+p{margin-top:.85rem}.nextArticlePreview-module__R69vOG__excerpt .nextArticlePreview-module__R69vOG__ellipsis{color:#776a5c;letter-spacing:.1em}.nextArticlePreview-module__R69vOG__readMore{color:#f93;letter-spacing:.02em;font-size:.8rem;font-weight:600}.nextArticlePreview-module__R69vOG__noImage .nextArticlePreview-module__R69vOG__previewContent{max-width:100%}@media (max-width:768px){.nextArticlePreview-module__R69vOG__previewGrid{gap:.9rem}.nextArticlePreview-module__R69vOG__previewImage{flex-basis:90px;width:90px;height:120px}.nextArticlePreview-module__R69vOG__imagePlaceholder{flex-basis:90px;width:90px;height:120px;font-size:2rem}.nextArticlePreview-module__R69vOG__previewContent{max-width:none}.nextArticlePreview-module__R69vOG__articleTitle{font-size:.9rem}.nextArticlePreview-module__R69vOG__excerpt{font-size:.78rem}}
.articles-module___ox8uW__page{color:#d8d8d8;max-width:1600px;font-family:var(--font-primary,sans-serif);margin:0 auto;padding:24px 30px 64px}.articles-module___ox8uW__breadcrumb{align-items:center;gap:8px;margin-bottom:24px;font-size:12px;display:flex}.articles-module___ox8uW__breadcrumbLink{color:#8a8a8a;text-decoration:none}.articles-module___ox8uW__breadcrumbLink:hover{color:#f69432}.articles-module___ox8uW__sep{color:#4a4a4a}.articles-module___ox8uW__breadcrumbCurrent{color:#f69432}.articles-module___ox8uW__header{text-align:center;margin-bottom:36px}.articles-module___ox8uW__title{font-family:var(--font-primary),sans-serif;letter-spacing:3px;text-transform:uppercase;color:#f69432;text-shadow:0 0 20px #ff993359;margin:0 0 10px;font-size:clamp(1.8rem,5vw,2.6rem);font-weight:800}.articles-module___ox8uW__subtitle{font-size:14px;font-family:var(--font-handjet,monospace),monospace;letter-spacing:1px;color:#888;margin:0}.articles-module___ox8uW__layout{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:24px;display:grid}.articles-module___ox8uW__mainCol{flex-direction:column;gap:1.25rem;min-width:0;display:flex}@media (max-width:1200px){.articles-module___ox8uW__layout{grid-template-columns:1fr}}@media (max-width:640px){.articles-module___ox8uW__page{padding:16px 14px 48px}.articles-module___ox8uW__header{margin-bottom:24px}.articles-module___ox8uW__layout{gap:16px}}
.crawlIndex-module__t61sOG__index{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.crawlIndex-module__t61sOG__section+.crawlIndex-module__t61sOG__section{margin-top:36px}.crawlIndex-module__t61sOG__heading{font-family:var(--font-handjet,monospace),monospace;letter-spacing:.08em;text-transform:uppercase;color:#f69432;margin:0 0 6px;font-size:15px}.crawlIndex-module__t61sOG__hint{color:#8a8a8a;margin:0 0 14px;font-size:12px}.crawlIndex-module__t61sOG__strongLink{color:#f69432;border-bottom:1px solid #f6943266;text-decoration:none}.crawlIndex-module__t61sOG__strongLink:hover{color:#ffb866}.crawlIndex-module__t61sOG__columns{columns:5 190px;column-gap:24px;margin:0;padding:0;list-style:none}.crawlIndex-module__t61sOG__columns li{break-inside:avoid;margin-bottom:4px}.crawlIndex-module__t61sOG__link{color:#9a9a9a;overflow-wrap:anywhere;font-size:12px;line-height:1.45;text-decoration:none;display:block}.crawlIndex-module__t61sOG__link:hover{color:#f69432}@media (max-width:768px){.crawlIndex-module__t61sOG__index{padding:28px 16px 48px}.crawlIndex-module__t61sOG__columns{columns:2 140px;column-gap:16px}}
