@import "https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";
@import "https://fonts.googleapis.com/css2?family=Advent+Pro:wght@400;500;600;700&display=swap";
.BookLogModal-module__XdNIzq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.15s BookLogModal-module__XdNIzq__fadeIn;display:flex;position:fixed;inset:0}@keyframes BookLogModal-module__XdNIzq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes BookLogModal-module__XdNIzq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.BookLogModal-module__XdNIzq__modal{background:#161b22;border:1px solid #30363d;border-radius:12px;width:100%;max-width:480px;max-height:90vh;animation:.2s BookLogModal-module__XdNIzq__slideUp;overflow-y:auto;box-shadow:0 20px 60px #00000080}.BookLogModal-module__XdNIzq__header{align-items:flex-start;gap:15px;padding:20px 20px 0;display:flex}.BookLogModal-module__XdNIzq__coverMini{object-fit:cover;border-radius:4px;flex-shrink:0;width:50px;height:75px}.BookLogModal-module__XdNIzq__coverPlaceholder{color:#8b949e;text-align:center;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:75px;padding:4px;font-size:8px;display:flex}.BookLogModal-module__XdNIzq__headerText{flex:1;min-width:0}.BookLogModal-module__XdNIzq__bookTitle{color:#e6edf3;margin:0 0 4px;font-size:16px;font-weight:700;line-height:1.3}.BookLogModal-module__XdNIzq__bookAuthor{color:#6e7681;margin:0;font-size:12px}.BookLogModal-module__XdNIzq__closeBtn{color:#6e7681;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:20px;line-height:1}.BookLogModal-module__XdNIzq__closeBtn:hover{color:#e6edf3}.BookLogModal-module__XdNIzq__body{padding:20px}.BookLogModal-module__XdNIzq__fieldLabel{text-transform:uppercase;letter-spacing:.5px;color:#6e7681;margin-bottom:8px;font-size:11px;font-weight:600}.BookLogModal-module__XdNIzq__statusGrid{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:20px;display:grid}.BookLogModal-module__XdNIzq__statusBtn{color:#8b949e;cursor:pointer;text-align:center;background:#0d1117;border:1px solid #21262d;border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;font-size:12px;transition:all .15s;display:flex}.BookLogModal-module__XdNIzq__statusBtn:hover{background:#161b22;border-color:#30363d}.BookLogModal-module__XdNIzq__statusBtn.BookLogModal-module__XdNIzq__active{border-color:var(--accent,#f93);color:var(--accent,#f93);background:#ff993314}.BookLogModal-module__XdNIzq__statusIcon{font-size:18px}.BookLogModal-module__XdNIzq__statusLabel{font-size:11px;font-weight:500}.BookLogModal-module__XdNIzq__ratingRow{gap:6px;margin-bottom:20px;display:flex}.BookLogModal-module__XdNIzq__ratingStar{color:#30363d;cursor:pointer;background:#0d1117;border:1px solid #21262d;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .15s;display:flex}.BookLogModal-module__XdNIzq__ratingStar:hover{border-color:var(--accent,#f93);color:var(--accent,#f93);transform:scale(1.1)}.BookLogModal-module__XdNIzq__ratingStar.BookLogModal-module__XdNIzq__filled{border-color:var(--accent,#f93);color:var(--accent,#f93);background:#ff99331f}.BookLogModal-module__XdNIzq__formatRow{gap:6px;margin-bottom:20px;display:flex}.BookLogModal-module__XdNIzq__formatBtn{color:#8b949e;cursor:pointer;text-align:center;background:#0d1117;border:1px solid #21262d;border-radius:8px;flex:1;padding:8px;font-size:12px;transition:all .15s}.BookLogModal-module__XdNIzq__formatBtn:hover{border-color:#30363d}.BookLogModal-module__XdNIzq__formatBtn.BookLogModal-module__XdNIzq__active{color:#58a6ff;background:#58a6ff0f;border-color:#58a6ff}.BookLogModal-module__XdNIzq__dateRow{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;display:grid}.BookLogModal-module__XdNIzq__dateInput{color:#e6edf3;background:#0d1117;border:1px solid #21262d;border-radius:6px;width:100%;padding:8px 10px;font-family:inherit;font-size:13px}.BookLogModal-module__XdNIzq__dateInput:focus{border-color:#58a6ff;outline:none}.BookLogModal-module__XdNIzq__noteArea{color:#e6edf3;resize:vertical;background:#0d1117;border:1px solid #21262d;border-radius:6px;width:100%;min-height:60px;margin-bottom:20px;padding:10px;font-family:inherit;font-size:13px}.BookLogModal-module__XdNIzq__noteArea:focus{border-color:#58a6ff;outline:none}.BookLogModal-module__XdNIzq__progressRow{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;margin-bottom:20px;display:grid}.BookLogModal-module__XdNIzq__progressInput{color:#e6edf3;text-align:center;background:#0d1117;border:1px solid #21262d;border-radius:6px;width:100%;padding:8px 10px;font-family:inherit;font-size:13px}.BookLogModal-module__XdNIzq__progressInput:focus{border-color:#58a6ff;outline:none}.BookLogModal-module__XdNIzq__progressDivider{color:#484f58;font-size:14px}.BookLogModal-module__XdNIzq__footer{border-top:1px solid #21262d;gap:10px;padding:16px 20px;display:flex}.BookLogModal-module__XdNIzq__saveBtn{background:var(--accent,#f93);color:#000;cursor:pointer;font-size:14px;font-weight:700;font-family:var(--font-handjet,monospace);letter-spacing:.5px;border:none;border-radius:8px;flex:1;padding:10px;transition:opacity .15s}.BookLogModal-module__XdNIzq__saveBtn:hover{opacity:.9}.BookLogModal-module__XdNIzq__saveBtn:disabled{opacity:.4;cursor:not-allowed}.BookLogModal-module__XdNIzq__removeBtn{color:#f85149;cursor:pointer;background:0 0;border:1px solid #f85149;border-radius:8px;padding:10px 16px;font-size:12px;transition:all .15s}.BookLogModal-module__XdNIzq__removeBtn:hover{background:#f851491a}
.Toast-module__HsjkRa__container{z-index:10001;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:80px;right:20px}.Toast-module__HsjkRa__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__HsjkRa__slideIn,.3s 2.7s Toast-module__HsjkRa__fadeOut;display:flex;box-shadow:0 4px 12px #0000004d}@keyframes Toast-module__HsjkRa__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__HsjkRa__fadeOut{0%{opacity:1}to{opacity:0}}.Toast-module__HsjkRa__success{background:#3fb9501a;border-color:#3fb950}.Toast-module__HsjkRa__error{background:#f851491a;border-color:#f85149}.Toast-module__HsjkRa__info{background:#58a6ff1a;border-color:#58a6ff}.Toast-module__HsjkRa__icon{font-size:16px;font-weight:700}.Toast-module__HsjkRa__success .Toast-module__HsjkRa__icon{color:#3fb950}.Toast-module__HsjkRa__error .Toast-module__HsjkRa__icon{color:#f85149}.Toast-module__HsjkRa__info .Toast-module__HsjkRa__icon{color:#58a6ff}.Toast-module__HsjkRa__message{color:#c9d1d9;flex:1;font-size:13px}.Toast-module__HsjkRa__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__HsjkRa__close:hover{color:#c9d1d9;background:#ffffff1a}@media (max-width:768px){.Toast-module__HsjkRa__container{top:60px;left:10px;right:10px}.Toast-module__HsjkRa__toast{max-width:100%}}
.ReadingTracker-module__1VAgFa__group{align-items:center;gap:8px;width:100%;display:flex}.ReadingTracker-module__1VAgFa__statusActionBtn{color:#888;font-size:.82rem;font-family:var(--font-primary),monospace;cursor:pointer;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 14px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ReadingTracker-module__1VAgFa__statusActionBtn:hover{color:#eee;background:#ffffff0f;border-color:#ffffff26}.ReadingTracker-module__1VAgFa__actionIcon{opacity:.7;display:flex}.ReadingTracker-module__1VAgFa__statusActionBtn:hover .ReadingTracker-module__1VAgFa__actionIcon{opacity:1;transform:scale(1.1)}.ReadingTracker-module__1VAgFa__want{color:#facc15!important;background:#facc1514!important;border-color:#facc154d!important}.ReadingTracker-module__1VAgFa__want .ReadingTracker-module__1VAgFa__actionIcon{opacity:1}.ReadingTracker-module__1VAgFa__reading{color:#3b82f6!important;background:#3b82f614!important;border-color:#3b82f64d!important}.ReadingTracker-module__1VAgFa__reading .ReadingTracker-module__1VAgFa__actionIcon{opacity:1}.ReadingTracker-module__1VAgFa__done{color:#22c55e!important;background:#22c55e14!important;border-color:#22c55e4d!important}.ReadingTracker-module__1VAgFa__done .ReadingTracker-module__1VAgFa__actionIcon{opacity:1}.ReadingTracker-module__1VAgFa__settingsBtn{color:#666;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ReadingTracker-module__1VAgFa__settingsBtn:hover{color:#f93;background:#0000004d;border-color:#f93}.ReadingTracker-module__1VAgFa__compactGroup{gap:4px;display:flex}.ReadingTracker-module__1VAgFa__compactBtn{color:#666;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:flex}.ReadingTracker-module__1VAgFa__compactBtn:hover{color:#aaa;border-color:#fff3}.ReadingTracker-module__1VAgFa__compactBtn.ReadingTracker-module__1VAgFa__want{color:#facc15;background:#facc151a;border-color:#facc15}.ReadingTracker-module__1VAgFa__compactBtn.ReadingTracker-module__1VAgFa__reading{color:#3b82f6;background:#3b82f61a;border-color:#3b82f6}.ReadingTracker-module__1VAgFa__compactBtn.ReadingTracker-module__1VAgFa__done{color:#22c55e;background:#22c55e1a;border-color:#22c55e}
.RelatedBookCard-module__aXL0Ba__card{background:#28283266;border:1px solid #ff99331a;border-radius:4px;align-items:center;gap:1rem;padding:.75rem;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.RelatedBookCard-module__aXL0Ba__card:hover{border-color:var(--accent,#f93);background:#3c3c4b99;transform:translateY(-2px);box-shadow:0 4px 15px #0006}.RelatedBookCard-module__aXL0Ba__coverWrapper{border-radius:2px;flex-shrink:0;width:60px;height:90px;overflow:hidden;box-shadow:0 2px 5px #0000004d}.RelatedBookCard-module__aXL0Ba__cover{object-fit:cover;width:100%;height:100%}.RelatedBookCard-module__aXL0Ba__placeholder{color:#fff;text-shadow:0 0 5px #00000080;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;font-weight:700;display:flex}.RelatedBookCard-module__aXL0Ba__info{flex:1;min-width:0}.RelatedBookCard-module__aXL0Ba__reason{text-transform:uppercase;color:var(--accent,#f93);letter-spacing:1px;opacity:.8;margin-bottom:2px;font-size:.7rem;font-weight:700}.RelatedBookCard-module__aXL0Ba__title{color:#eee;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;font-weight:600;overflow:hidden}.RelatedBookCard-module__aXL0Ba__author{color:#aaa;font-size:.8rem}@media (max-width:480px){.RelatedBookCard-module__aXL0Ba__card{gap:.75rem;padding:.5rem}.RelatedBookCard-module__aXL0Ba__coverWrapper{width:45px;height:68px}.RelatedBookCard-module__aXL0Ba__title{font-size:.82rem}.RelatedBookCard-module__aXL0Ba__author{font-size:.7rem}.RelatedBookCard-module__aXL0Ba__reason{font-size:.62rem}}
.content-module__7aaZMW__sectionTitle{color:var(--accent);text-transform:uppercase;border-bottom:2px solid var(--accent);text-shadow:0 0 10px #f93c;font-size:22px;font-weight:600;font-family:var(--font-handjet),monospace;margin-bottom:15px;padding-bottom:8px}.content-module__7aaZMW__welcomeText{margin-bottom:20px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;font-weight:400;line-height:1.7}.content-module__7aaZMW__commentsSection{border-top:1px dashed #f6943273;margin-top:42px;padding-top:20px}.content-module__7aaZMW__commentsList{margin-bottom:28px}.content-module__7aaZMW__commentItem{margin-top:16px}.content-module__7aaZMW__commentReply{border-left:1px solid #f6943259;margin-top:12px;margin-left:28px;padding-left:14px}.content-module__7aaZMW__commentCard{background:linear-gradient(#ffffff08,#ffffff03),#080a0dc7;border:1px solid #f6943252;border-radius:10px;padding:14px 16px;transition:border-color .2s,transform .2s;box-shadow:inset 0 1px #ffffff0a,0 8px 20px #00000047}.content-module__7aaZMW__commentCard:hover{border-color:#f694328f}.content-module__7aaZMW__commentHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.content-module__7aaZMW__commentAuthorBlock{align-items:center;gap:10px;min-width:0;display:flex}.content-module__7aaZMW__commentAvatar{width:34px;height:34px;font-family:var(--font-handjet),monospace;color:#fb6;background:radial-gradient(circle at 30% 30%,#f694324d,#000000a6);border:1px solid #f6943273;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.content-module__7aaZMW__commentMeta{flex-direction:column;min-width:0;display:flex}.content-module__7aaZMW__commentAuthor{color:#ffc57f;letter-spacing:.04em;font-size:20px;line-height:1;font-family:var(--font-handjet),monospace}.content-module__7aaZMW__commentDate{color:#eb8e31ad;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-family:var(--font-advent-pro),sans-serif;margin-top:4px}.content-module__7aaZMW__commentReplyBtn{color:#ffbc73;font-size:12px;font-family:var(--font-handjet),monospace;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#f6943214;border:1px solid #f694328f;border-radius:999px;padding:5px 12px;transition:background .2s,color .2s,border-color .2s}.content-module__7aaZMW__commentReplyBtn:hover{color:#ffe0b8;background:#f6943233;border-color:#ffc78acc}.content-module__7aaZMW__commentReplyBtnActive{color:#fff3e2;background:#f6943247;border-color:#ffcc91e0}.content-module__7aaZMW__commentContent{color:#e8e8e8;letter-spacing:.02em;font-size:17px;line-height:1.7;font-family:var(--font-advent-pro),sans-serif;word-break:break-word}.content-module__7aaZMW__commentContent p{margin:0 0 10px}.content-module__7aaZMW__commentContent p:last-child{margin-bottom:0}.content-module__7aaZMW__commentComposer{background:linear-gradient(#ffffff05,#ffffff03),#06080bc7;border:1px solid #f6943266;border-radius:12px;padding:16px}.content-module__7aaZMW__commentComposerHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.content-module__7aaZMW__commentComposerTitle{color:#ffbc73;letter-spacing:.04em;font-size:24px;line-height:1;font-family:var(--font-handjet),monospace;margin:0}.content-module__7aaZMW__cancelReplyBtn{color:#d1d1d1;cursor:pointer;font-size:12px;font-family:var(--font-handjet),monospace;letter-spacing:.04em;background:0 0;border:1px dashed #f6943273;border-radius:8px;padding:6px 10px;transition:color .2s,border-color .2s,background .2s}.content-module__7aaZMW__cancelReplyBtn:hover{color:#ffe1bd;background:#f6943214;border-color:#ffcc91d9}.content-module__7aaZMW__commentForm{gap:12px;display:grid}.content-module__7aaZMW__commentField{flex-direction:column;gap:7px;display:flex}.content-module__7aaZMW__commentLabel{color:#ffb96ef2;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-family:var(--font-handjet),monospace}.content-module__7aaZMW__commentInput,.content-module__7aaZMW__commentTextarea{width:100%;margin-top:0}.content-module__7aaZMW__commentTextarea{resize:vertical;min-height:112px;font-family:var(--font-advent-pro),sans-serif}.content-module__7aaZMW__commentInput{font-family:var(--font-advent-pro),sans-serif}.content-module__7aaZMW__commentToolbar{justify-content:flex-end;display:flex}.content-module__7aaZMW__smileButton{color:#ffbc73;cursor:pointer;font-size:12px;font-family:var(--font-handjet),monospace;letter-spacing:.04em;background:#f694320f;border:1px solid #f6943266;border-radius:8px;padding:6px 10px;transition:background .2s,border-color .2s,color .2s}.content-module__7aaZMW__smileButton:hover{color:#ffe5c5;background:#f6943224;border-color:#ffcc91c2}.content-module__7aaZMW__securityQuestion{color:#cececee0;font-size:13px;font-family:var(--font-handjet),monospace}.content-module__7aaZMW__honeyPot{display:none}.content-module__7aaZMW__commentSubmitBtn{opacity:1;width:100%}.content-module__7aaZMW__commentSubmitBtn:disabled{opacity:.7}@media (max-width:768px){.content-module__7aaZMW__sectionTitle{font-size:18px;font-family:var(--font-handjet),monospace}.content-module__7aaZMW__welcomeText{font-size:16px}.content-module__7aaZMW__newsTitle{max-width:calc(100vw - 150px);font-size:15px;line-height:1.35;display:block;white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.content-module__7aaZMW__newsItem .content-module__7aaZMW__welcomeText{white-space:normal;overflow-wrap:break-word;word-wrap:break-word;max-width:calc(100vw - 160px);font-size:13px;line-height:1.4}.content-module__7aaZMW__newsItem{border-left:3px solid var(--accent);background:#140f0a99;border-radius:0 8px 8px 0;margin-bottom:12px;padding:12px 14px;box-shadow:0 2px 8px #0000004d}.content-module__7aaZMW__newsItem:hover{background:#1e160fb3;border-left-width:4px}.content-module__7aaZMW__commentHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.content-module__7aaZMW__commentAuthor{color:var(--accent);font-size:15px;font-weight:700;font-family:var(--font-handjet),monospace;letter-spacing:.5px}.content-module__7aaZMW__commentDate{color:#888;font-size:12px;font-family:var(--font-handjet),monospace}.content-module__7aaZMW__commentContent{color:#ddd;margin-bottom:10px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:15px;line-height:1.6}.content-module__7aaZMW__commentContent p{margin-bottom:8px}.content-module__7aaZMW__commentActions{justify-content:flex-end;margin-top:8px;display:flex}.content-module__7aaZMW__commentReplyBtn{border:1px solid var(--accent);color:var(--accent);cursor:pointer;font-size:12px;font-family:var(--font-handjet),monospace;text-transform:uppercase;letter-spacing:.5px;background:0 0;border-radius:4px;padding:6px 14px;transition:all .2s}.content-module__7aaZMW__commentReplyBtn:hover{background:var(--accent);color:#000}.content-module__7aaZMW__commentsList{margin-bottom:30px}.content-module__7aaZMW__commentItem{margin-top:15px}.content-module__7aaZMW__commentReply{border-left:2px solid #f936;margin-top:12px;margin-left:16px;padding-left:12px}.content-module__7aaZMW__commentForm{margin-top:20px}.content-module__7aaZMW__commentForm input,.content-module__7aaZMW__commentForm textarea{font-family:ZenMaruGothic-Regular,sans-serif;font-size:15px}.content-module__7aaZMW__commentForm textarea{resize:vertical;min-height:80px}.content-module__7aaZMW__smileButton{color:var(--accent);cursor:pointer;font-size:13px;font-family:var(--font-handjet),monospace;background:0 0;border:none;border-radius:4px;margin-top:8px;padding:4px 8px;transition:background .2s}.content-module__7aaZMW__smileButton:hover{background:#ff99331a}.content-module__7aaZMW__cancelReplyBtn{float:right;color:#888;cursor:pointer;font-size:12px;font-family:var(--font-handjet),monospace;background:0 0;border:none;margin-top:-40px;padding:4px 8px;transition:color .2s}.content-module__7aaZMW__cancelReplyBtn:hover{color:var(--accent)}.content-module__7aaZMW__securityQuestion{color:#aaa;font-size:13px;font-family:var(--font-handjet),monospace;margin-bottom:8px}.content-module__7aaZMW__commentsSection{margin-top:30px;padding-top:14px}.content-module__7aaZMW__commentCard{border-radius:8px;padding:12px}.content-module__7aaZMW__commentAuthorBlock{gap:8px}.content-module__7aaZMW__commentAvatar{width:30px;height:30px;font-size:14px}.content-module__7aaZMW__commentReply{margin-left:14px;padding-left:10px}.content-module__7aaZMW__commentComposer{padding:12px}.content-module__7aaZMW__commentComposerHeader{flex-direction:column;align-items:stretch}.content-module__7aaZMW__commentComposerTitle{font-size:20px}.content-module__7aaZMW__cancelReplyBtn{width:100%}.content-module__7aaZMW__commentToolbar{justify-content:flex-start}}.content-module__7aaZMW__statsPanel{border:2px solid var(--accent);background:#0009;margin-top:60px;padding:15px;position:relative;overflow:visible}.content-module__7aaZMW__mascot{z-index:10;pointer-events:none;filter:drop-shadow(4px 4px 6px #000c);width:100px;height:auto;position:absolute;top:-105px;right:30px}.content-module__7aaZMW__statItem{justify-content:space-between;margin:8px 0;font-size:15.5px;display:flex}.content-module__7aaZMW__statLabel{color:#888;font-weight:400}.content-module__7aaZMW__statValue{color:var(--accent);font-weight:700}.content-module__7aaZMW__featuredSection{margin-top:20px}.content-module__7aaZMW__toggleBtn{background:var(--bg1);border:2px solid var(--accent);color:var(--accent);cursor:pointer;font-family:var(--font-handjet),monospace;text-transform:uppercase;-webkit-user-select:none;user-select:none;width:100%;margin-top:10px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:block}.content-module__7aaZMW__toggleBtn:hover{background:var(--accent);color:#000}.content-module__7aaZMW__quoteBox{border-left:4px solid var(--accent);color:#fb6;background:#ff99331a;margin:15px 0;padding:15px;font-family:Oranienbaum-Regular,serif}.content-module__7aaZMW__quoteBox p{font-family:Oranienbaum-Regular,serif}.content-module__7aaZMW__siteGrid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px;margin:20px 0;display:grid}.content-module__7aaZMW__siteIcon{aspect-ratio:1;background:var(--bg1);border:2px solid var(--accent);cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;color:var(--accent);justify-content:center;align-items:center;padding:8px;font-size:11px;font-weight:600;transition:all .25s;display:flex;position:relative;overflow:hidden}.content-module__7aaZMW__siteIcon:before{content:"";background:#ff993347;border-radius:50%;width:0;height:0;transition:all .35s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content-module__7aaZMW__siteIcon:hover:before{width:200%;height:200%}.content-module__7aaZMW__siteIcon:hover{background:var(--accent);color:#000;border-color:#fb6;transform:scale(1.08);box-shadow:0 0 20px #f93c}.content-module__7aaZMW__newsItem{border-left:2px solid var(--accent);cursor:pointer;-webkit-user-select:none;user-select:none;background:#0003;justify-content:space-between;align-items:center;min-height:42px;margin-bottom:4px;padding:10px 14px;transition:all .2s;display:flex}.content-module__7aaZMW__newsItem:hover{background:#ff99331a;border-left-width:4px;padding-left:12px}.content-module__7aaZMW__newsDate{color:#666;font-size:11px;font-weight:400;font-family:var(--font-handjet),monospace;white-space:nowrap}.content-module__7aaZMW__newsTitle{font-family:var(--font-primary),sans-serif;color:var(--accent);text-overflow:ellipsis;white-space:nowrap;letter-spacing:.2px;text-shadow:1px 1px #00000080;font-size:16px;font-weight:400;line-height:1.1;overflow:hidden}.content-module__7aaZMW__navItem{border-left:4px solid var(--accent);cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--accent);font-size:20px;font-weight:600;font-family:var(--font-handjet),monospace;letter-spacing:.5px;background:#0006;margin-bottom:6px;padding:8px 12px;line-height:1;transition:all .25s}.content-module__7aaZMW__navItem:hover{background:#ff993324;padding-left:12px}.content-module__7aaZMW__searchBox{background:var(--bg1);border:2px solid var(--accent);width:100%;color:var(--accent);font-family:var(--font-handjet),monospace;margin-top:10px;padding:12px;font-size:16px;font-weight:600}.content-module__7aaZMW__searchBox::placeholder{color:var(--accent);opacity:.6}.content-module__7aaZMW__searchBox:focus{outline:none;box-shadow:0 0 15px #ff993380}.content-module__7aaZMW__buttonGroup{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:15px;display:grid}.content-module__7aaZMW__actionBtn{background:var(--bg1);border:2px solid var(--accent);color:var(--accent);cursor:pointer;font-family:var(--font-handjet),monospace;text-transform:uppercase;-webkit-user-select:none;user-select:none;text-align:center;padding:12px;font-size:16px;font-weight:700;transition:all .25s}.content-module__7aaZMW__actionBtn:hover{background:var(--accent);color:#000;box-shadow:0 0 15px #f93c}.content-module__7aaZMW__chatScreen{color:#0f0;border:2px solid var(--accent);background:#000;min-height:200px;max-height:300px;padding:12px;font-family:Courier New,monospace;font-size:13px;overflow-y:auto}.content-module__7aaZMW__chatLine{color:var(--accent);font-weight:600;font-family:var(--font-handjet),monospace;margin:4px 0;font-size:14px}.content-module__7aaZMW__chatSystem{color:#0f8}.content-module__7aaZMW__chatWarning{color:#fa0}.content-module__7aaZMW__chatError{color:#f33}.content-module__7aaZMW__tagCloud{background:#0a080466;border:1px solid #eba52840;border-radius:8px;flex-wrap:wrap;justify-content:center;gap:10px;padding:18px;display:flex}.content-module__7aaZMW__tagItem{cursor:pointer;color:#eba528cc;text-shadow:0 0 5px #eba52840;text-transform:uppercase;-webkit-user-select:none;user-select:none;letter-spacing:.03em;margin:5px 8px;font-family:Advent Pro,sans-serif;line-height:1;transition:all .3s;display:inline-block}.content-module__7aaZMW__tagItem:hover{text-shadow:0 0 15px #eba52880,0 0 25px #eba5284d;color:#ffc850f2;z-index:10;transform:scale(1.15)rotate(-2deg)}.content-module__7aaZMW__markdown{color:#ccc;font-size:19px}.content-module__7aaZMW__floatBlock{float:left;clear:left;width:350px;max-width:100%;margin:0 20px 20px 0}.content-module__7aaZMW__markdown h2,.content-module__7aaZMW__markdown h3,.content-module__7aaZMW__markdown h4,.content-module__7aaZMW__markdown hr{clear:both}.content-module__7aaZMW__markdown img{object-fit:cover;cursor:zoom-in;border:3px solid #fff;border-radius:2px;height:auto;box-shadow:0 4px 15px #0000004d}.content-module__7aaZMW__bannerImg{vertical-align:middle;width:auto;max-width:100%;margin:10px 10px 10px 0;box-shadow:none!important;border:none!important;display:inline-block!important}.content-module__7aaZMW__centeredImg{max-width:100%;margin:20px auto;display:block!important}.content-module__7aaZMW__fullWidth{width:100%}@media (max-width:768px){.content-module__7aaZMW__floatBlock{float:none;width:100%;margin:20px 0}}.content-module__7aaZMW__markdown strong{color:var(--accent);text-shadow:0 0 2px #ff99334d;font-weight:700}.content-module__7aaZMW__markdown h1,.content-module__7aaZMW__markdown h2,.content-module__7aaZMW__markdown h3,.content-module__7aaZMW__markdown h4,.content-module__7aaZMW__markdown h5,.content-module__7aaZMW__markdown h6{color:var(--accent);text-transform:none;border-bottom:1px dashed #ff99334d;margin-top:30px;margin-bottom:15px;padding-bottom:8px;font-family:Oranienbaum-Regular,serif}.content-module__7aaZMW__paragraphWrapper{margin-bottom:1rem;line-height:1.6}.content-module__7aaZMW__markdown p{margin-bottom:16px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.7}.content-module__7aaZMW__markdown ul,.content-module__7aaZMW__markdown ol{margin-bottom:20px;margin-left:20px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px}.content-module__7aaZMW__markdown li{margin-bottom:8px}.content-module__7aaZMW__markdown a{color:var(--accent);border-bottom:1px dotted var(--accent);text-decoration:none;transition:all .2s}.content-module__7aaZMW__markdown a:hover{text-shadow:0 0 8px var(--accent);background:#ff99331a}.content-module__7aaZMW__footnote{vertical-align:top;color:var(--accent);opacity:.8;margin-left:1px;font-size:11px;text-decoration:none;position:relative;top:-.5em;border-bottom:none!important}.content-module__7aaZMW__footnote:hover{opacity:1;text-shadow:0 0 5px var(--accent)}.content-module__7aaZMW__footnotesScrollArea{border-top:1px dashed #ff99334d;max-height:250px;padding-top:10px;padding-left:20px;padding-right:10px;overflow-y:auto}.content-module__7aaZMW__footnotesScrollArea::-webkit-scrollbar{width:5px}.content-module__7aaZMW__footnotesScrollArea::-webkit-scrollbar-track{background:#0000001a}.content-module__7aaZMW__footnotesScrollArea::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.content-module__7aaZMW__markdown blockquote{border-left:4px solid var(--accent);color:#ffdcb0;background:#ff99330d;margin:20px 0;padding:15px 20px;font-family:Oranienbaum-Regular,serif;font-size:18px;font-style:italic}.content-module__7aaZMW__markdown blockquote p{font-family:Oranienbaum-Regular,serif;font-size:18px}.content-module__7aaZMW__markdown q{font-family:Oranienbaum-Regular,serif;font-style:italic}.content-module__7aaZMW__markdown details{border:1px solid var(--accent);background:#0006;border-radius:4px;margin:15px 0;padding:10px;transition:all .3s;overflow:hidden}.content-module__7aaZMW__markdown summary{cursor:pointer;color:var(--accent);-webkit-user-select:none;user-select:none;outline:none;justify-content:space-between;align-items:center;min-height:24px;padding:5px;font-weight:700;list-style:none;display:flex}.content-module__7aaZMW__markdown summary::-webkit-details-marker{display:none}.content-module__7aaZMW__markdown summary>*{display:inline-block}.content-module__7aaZMW__markdown summary:after{content:"▼";flex-shrink:0;margin-left:10px;font-size:12px;transition:transform .3s;transform:rotate(-90deg)}.content-module__7aaZMW__markdown details[open] summary:after{transform:rotate(0)}.content-module__7aaZMW__markdown details[open] summary{border-bottom:1px dashed #ff99334d;margin-bottom:10px;padding-bottom:10px}.content-module__7aaZMW__markdown summary:hover{text-shadow:0 0 5px var(--accent);background:#ff99331a}.content-module__7aaZMW__markdown iframe{border:2px solid var(--accent);max-width:100%;margin:20px auto;display:block;box-shadow:0 0 10px #00000080}.content-module__7aaZMW__dualContainer{grid-template-columns:1fr 1fr;gap:20px;margin-top:20px;display:grid}@media (max-width:768px){.content-module__7aaZMW__dualContainer{grid-template-columns:1fr}}.content-module__7aaZMW__quoteBox a{color:var(--accent);border-bottom:1px dotted var(--accent);font-weight:600;text-decoration:none;transition:all .2s;position:relative}.content-module__7aaZMW__quoteBox a:hover{text-shadow:0 0 8px var(--accent);cursor:help;background:#f933}.content-module__7aaZMW__lightbox{z-index:99999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.3s content-module__7aaZMW__fadeIn;display:flex;position:fixed;top:0;left:0}.content-module__7aaZMW__lightbox img{border:2px solid var(--accent);object-fit:contain;max-width:95vw;max-height:95vh;box-shadow:0 0 50px #ff99334d}.content-module__7aaZMW__lightboxClose{color:var(--accent);cursor:pointer;text-shadow:0 0 10px var(--accent);z-index:10000;background:0 0;border:none;font-size:40px;line-height:1;position:absolute;top:30px;right:30px}.content-module__7aaZMW__markdown hr{background:var(--accent);opacity:.4;border:0;height:1px;margin:40px 0}.content-module__7aaZMW__interestingBlock{border:1px solid var(--accent);color:#ccc;background:linear-gradient(135deg,#2a2a2a 0%,#333 100%);border-radius:8px;margin:30px 0;padding:20px;position:relative;box-shadow:0 4px 15px #0000004d}.content-module__7aaZMW__interestingBlock h3{color:var(--accent);text-transform:uppercase;border-bottom:2px solid #ff99334d;align-items:center;gap:10px;margin-top:0;margin-bottom:15px;padding-bottom:10px;font-size:18px;display:flex}.content-module__7aaZMW__interestingBlock h3:before{content:"!";border:2px solid var(--accent);width:24px;height:24px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.content-module__7aaZMW__contentImage{cursor:zoom-in;border:3px solid #fff;border-radius:2px;max-width:100%;height:auto;margin:20px 0;display:block;box-shadow:0 4px 15px #0000004d}.content-module__7aaZMW__floatLeft{float:left;clear:left;width:100%;max-width:320px;margin:0 25px 20px 0}.content-module__7aaZMW__userGrid{flex-wrap:wrap;justify-content:space-around;gap:20px;margin:30px 0;display:flex}.content-module__7aaZMW__userCard{text-align:center;border:1px solid var(--accent);background:#0000004d;width:180px;padding:15px}.content-module__7aaZMW__userCard img{object-fit:cover;border:2px solid var(--accent);width:100%;height:180px;margin-bottom:10px}.content-module__7aaZMW__chartTable{border-collapse:collapse;width:100%;font-family:var(--font-handjet),monospace;margin:20px 0}.content-module__7aaZMW__chartTable th{text-align:left;border-bottom:2px solid var(--accent);color:var(--accent);padding:10px}.content-module__7aaZMW__chartTable td{border-bottom:1px dashed #ff99334d;padding:8px 10px}@media (max-width:768px){.content-module__7aaZMW__floatLeft{float:none;max-width:100%;margin:20px 0}}.contentImage{cursor:zoom-in;border:3px solid #fff;border-radius:2px;max-width:100%;height:auto;margin:20px auto;display:block;box-shadow:0 4px 15px #0000004d}.floatLeft{float:left;clear:left;width:100%;max-width:320px;margin:0 25px 20px 0}.floatRight{float:right;clear:right;width:100%;max-width:320px;margin:0 0 20px 25px}.content-module__7aaZMW__markdown .content-module__7aaZMW__centerFigure,.content-module__7aaZMW__centerFigure{text-align:center;width:100%;box-shadow:none;background:0 0;border:none;margin:30px 0;padding:0;flex-direction:column!important;display:block!important}.content-module__7aaZMW__markdown .content-module__7aaZMW__centerFigure img,.content-module__7aaZMW__centerFigure img{flex-shrink:0;width:auto;height:auto;margin:0 auto;display:block;max-width:min(100%,900px)!important}.content-module__7aaZMW__markdown .content-module__7aaZMW__centerFigure figcaption,.content-module__7aaZMW__centerFigure figcaption{text-align:center;color:#eb8e31c7;font-size:14px;font-family:var(--font-advent-pro),sans-serif;flex:none;margin-top:10px}.content-module__7aaZMW__markdown .content-module__7aaZMW__fullWidthFigure,.content-module__7aaZMW__fullWidthFigure{text-align:center;width:100%;box-shadow:none;background:0 0;border:none;margin:30px 0;padding:0;flex-direction:column!important;display:block!important}.content-module__7aaZMW__markdown .content-module__7aaZMW__fullWidthFigure img,.content-module__7aaZMW__fullWidthFigure img{flex-shrink:0;height:auto;margin:0;display:block;width:100%!important;max-width:100%!important}.content-module__7aaZMW__markdown .content-module__7aaZMW__fullWidthFigure figcaption,.content-module__7aaZMW__fullWidthFigure figcaption{text-align:center;color:#eb8e31c7;font-size:14px;font-family:var(--font-advent-pro),sans-serif;flex:none;margin-top:10px}.userGrid{flex-wrap:wrap;justify-content:center;gap:20px;margin:30px 0;display:flex}.userCard{text-align:center;border:1px solid var(--accent);background:#0000004d;flex-direction:column;align-items:center;width:180px;padding:15px;display:flex}.userCard img{object-fit:cover;border:2px solid var(--accent);width:100%;height:180px;margin-bottom:10px}.content-module__7aaZMW__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:15px;margin-top:20px;display:grid}.content-module__7aaZMW__categoryItem{cursor:pointer;text-align:center;background:#0a080499;border:1px solid #eba52859;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:100px;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px #00000080}.content-module__7aaZMW__categoryItem:before{content:"";background:linear-gradient(90deg,#0000,#eba52826,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.content-module__7aaZMW__categoryItem:hover:before{left:100%}.content-module__7aaZMW__categoryItem:hover{background:#eba5280d;border-color:#eba52899;transform:translateY(-2px);box-shadow:0 0 25px #eba52840,inset 0 0 15px #eba5281a}.content-module__7aaZMW__dirPrefix{color:var(--accent);opacity:.8;font-size:14px;font-weight:700;font-family:var(--font-handjet),monospace;margin-bottom:8px}.content-module__7aaZMW__categoryLabel{color:#eba528d9;text-shadow:0 0 5px #000c;text-transform:uppercase;letter-spacing:.05em;font-family:Advent Pro,sans-serif;font-size:16px;font-weight:500;line-height:1.2}.content-module__7aaZMW__categoryItem:hover .content-module__7aaZMW__categoryLabel{color:#ffc850f2;text-shadow:0 0 8px #eba52866}.chartTable{border-collapse:collapse;width:100%;margin:20px 0;font-family:Handjet,monospace}.chartTable th{text-align:left;border-bottom:2px solid var(--accent);color:var(--accent);padding:10px}.chartTable td{border-bottom:1px dashed #ff99334d;padding:8px 10px}.content-module__7aaZMW__markdown figure{background:#0006;border:1px solid #ff99334d;border-radius:6px;flex-direction:row;align-items:center;gap:30px;width:100%;margin:40px 0;padding:20px;display:flex;box-shadow:0 0 15px #0000004d}.content-module__7aaZMW__userGrid figure,.content-module__7aaZMW__userCard figure{box-shadow:none!important;background:0 0!important;border:none!important;margin:0!important;padding:0!important;display:block!important}.content-module__7aaZMW__userGrid figure img,.content-module__7aaZMW__userCard figure img{object-fit:cover!important;width:100%!important;max-width:100%!important;height:180px!important;margin:0!important}.content-module__7aaZMW__userGrid figcaption,.content-module__7aaZMW__userCard figcaption{text-align:center!important;margin-top:10px!important;font-size:16px!important;display:block!important}.content-module__7aaZMW__markdown figure img{border:1px solid #ffffff1a;flex-shrink:0;max-width:60%;height:auto;box-shadow:0 5px 15px #00000080}.content-module__7aaZMW__markdown figcaption{color:var(--accent);text-align:left;text-transform:none;text-shadow:0 0 10px #00000080;flex:1;font-family:Handjet,monospace;font-size:20px;line-height:1.3}@media (max-width:768px){.content-module__7aaZMW__markdown figure{flex-direction:column;align-items:center;gap:15px}.content-module__7aaZMW__markdown figure img{max-width:100%}.content-module__7aaZMW__markdown figcaption{text-align:center;width:100%}}:is(.floatLeft img,.floatRight img){max-width:100%!important}.floatLeft figure{margin:0}.content-module__7aaZMW__lightbox{z-index:200000!important;background:#000000f2!important}.content-module__7aaZMW__lightbox img{object-fit:contain!important;background:0 0!important;border:none!important;width:auto!important;max-width:90vw!important;height:auto!important;max-height:90vh!important;box-shadow:0 0 30px #ff99334d!important}@media (max-width:768px){.floatLeft{float:none;max-width:100%;margin:20px 0}.floatRight{float:none;max-width:100%;margin:20px 0}}.content-module__7aaZMW__articleCard{border:1px solid var(--accent);background:#1a1610;border-radius:4px;align-items:flex-start;gap:25px;margin-bottom:30px;padding:20px;display:flex;box-shadow:0 4px 20px #00000080}.content-module__7aaZMW__cardLeft{flex-direction:column;flex:0 0 300px;gap:15px;display:flex}.content-module__7aaZMW__cardScreenshot{border:2px solid var(--accent);cursor:zoom-in;background:#000;width:100%;height:auto;display:block}.content-module__7aaZMW__cardRight{flex-direction:column;flex:1;gap:15px;display:flex}.content-module__7aaZMW__cardTitle{border-bottom:2px solid var(--accent);word-break:break-all;padding-bottom:10px;font-size:24px;font-weight:200}.content-module__7aaZMW__cardTitle a{color:var(--accent);text-decoration:none;transition:all .2s}.content-module__7aaZMW__cardTitle a:hover{text-shadow:0 0 10px var(--accent)}.content-module__7aaZMW__cardMetaList{flex-direction:column;gap:8px;display:flex}.content-module__7aaZMW__cardMetaRow{align-items:baseline;font-size:16px;display:flex}.content-module__7aaZMW__cardMetaLabel{color:var(--accent);flex-shrink:0;width:200px;font-size:16px;font-weight:200}.content-module__7aaZMW__cardMetaValue{color:#e0e0e0}.content-module__7aaZMW__cardBannerBlock{align-items:center;gap:10px;margin-top:15px;display:flex}.content-module__7aaZMW__cardBannerImg{border:1px solid #ff993380;width:auto;max-height:40px}@media (max-width:768px){.content-module__7aaZMW__articleCard{flex-direction:column}.content-module__7aaZMW__cardLeft{flex:none;width:100%}.content-module__7aaZMW__cardMetaLabel{width:120px}}.content-module__7aaZMW__articleTitleGlow{text-align:center;color:var(--accent);text-transform:uppercase;text-shadow:0 0 10px #f936;border-bottom:2px solid var(--accent);font-size:28px;font-weight:200;font-family:var(--font-primary),monospace;margin-top:0;margin-bottom:20px;padding-bottom:15px}.content-module__7aaZMW__articleCardFull{background:0 0;border:none;flex-direction:column;gap:0;margin-bottom:5px;padding:0;display:flex}.content-module__7aaZMW__articleCardFull .content-module__7aaZMW__cardLeft{width:100%;margin-bottom:0}.content-module__7aaZMW__articleCardFull .content-module__7aaZMW__cardRight{width:100%}.content-module__7aaZMW__articleCardFull .content-module__7aaZMW__cardScreenshot{object-fit:contain;border:none;width:100%;height:auto;display:block}.content-module__7aaZMW__articleCardFull+p,.content-module__7aaZMW__articleCardFull+div>p:first-child{margin-top:0!important}@media (max-width:600px){.content-module__7aaZMW__forumShell{padding:12px!important}.content-module__7aaZMW__forumTopBar{gap:8px;align-items:stretch!important;margin-bottom:12px!important;padding:8px!important}.content-module__7aaZMW__forumTopTitle{letter-spacing:.08em;font-size:12px}.content-module__7aaZMW__forumTopUser{font-size:11px;line-height:1.4}.content-module__7aaZMW__forumTopUser button,.content-module__7aaZMW__forumTopUser a{display:inline-block;margin:4px 8px 0 0!important;font-size:11px!important}.content-module__7aaZMW__forumTopActions{justify-content:space-between;width:100%}.content-module__7aaZMW__forumSearch{flex:1}.content-module__7aaZMW__forumSearchInput{min-width:0;width:100%!important;height:30px!important;font-size:12px!important}.content-module__7aaZMW__forumSearchBtn{padding:0 10px!important;font-size:12px!important}.content-module__7aaZMW__forumTabs{flex-wrap:wrap;gap:6px!important}.content-module__7aaZMW__forumTab{border-radius:6px;padding:6px 8px!important;font-size:12px!important}.content-module__7aaZMW__forumCategoryHeader{padding:8px 10px!important;font-size:14px!important}.content-module__7aaZMW__forumAlert{flex-direction:column;gap:8px;align-items:flex-start!important;padding:12px!important;display:flex!important}.content-module__7aaZMW__forumThreadHeader{flex-direction:column;gap:8px;align-items:flex-start!important}.content-module__7aaZMW__forumThreadHeader .content-module__7aaZMW__actionBtn{width:100%}.content-module__7aaZMW__forumThreadActions{width:100%;justify-content:flex-start!important;max-width:none!important}.content-module__7aaZMW__forumProfileHeader{font-size:12px!important}.content-module__7aaZMW__forumProfileBody{flex-direction:column!important;gap:10px!important;padding:10px!important}.content-module__7aaZMW__forumProfileLeft,.content-module__7aaZMW__forumProfileRight{width:100%!important}.content-module__7aaZMW__forumHideMobile{display:none!important}.content-module__7aaZMW__forumTopBar{flex-direction:column;gap:10px;align-items:flex-start!important}.content-module__7aaZMW__forumTable{width:100%!important;display:block!important}.content-module__7aaZMW__forumTable thead{display:none!important}.content-module__7aaZMW__forumTable tbody{width:100%!important;display:block!important}.content-module__7aaZMW__forumTable tr{border:1px solid #f933;border-radius:10px;margin-bottom:12px;padding:10px 12px;box-shadow:0 6px 18px #00000073;background:linear-gradient(#141210f5,#0c0a08f5)!important;display:block!important}.content-module__7aaZMW__forumTable td{line-height:1.4;text-align:left!important;border:none!important;width:100%!important;padding:6px 0!important;font-size:13px!important;display:block!important}.content-module__7aaZMW__forumStatCol{color:#b58a52;background:#ff993314;border:1px solid #ff993340;border-radius:999px;margin-right:8px;padding:2px 6px;width:auto!important;font-size:11px!important;display:inline-block!important}.content-module__7aaZMW__forumStatCol:before{content:attr(data-label);color:#aaa;margin-right:5px;font-weight:700}.content-module__7aaZMW__actionBtn{letter-spacing:.08em;border-width:1px;padding:8px 10px!important;font-size:12px!important}.content-module__7aaZMW__postContainer{flex-direction:column!important}.content-module__7aaZMW__postSidebar{background:#1a1a1a;border-bottom:1px solid #333;flex-wrap:wrap;align-items:center;gap:10px;display:flex;border-right:none!important;width:100%!important;padding:8px 10px!important}.content-module__7aaZMW__postSidebar img{object-fit:cover;border-radius:5px;width:44px!important;height:44px!important;margin:0!important}.content-module__7aaZMW__postSidebar div{text-align:left!important;margin:0!important}.content-module__7aaZMW__postContent{font-size:13px;line-height:1.55;padding:12px 10px!important}.content-module__7aaZMW__postMobileActions{gap:10px;margin-top:5px;display:flex}}.content-module__7aaZMW__adminEditBtn{color:#ffbe50d9;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 0 8px #ffb42866;font-size:13px;font-weight:500;font-family:var(--font-handjet),monospace;vertical-align:middle;background:linear-gradient(#0e0a04 0%,#080603 100%);border:1px solid #b46e0f59;border-radius:4px;align-items:center;gap:6px;margin-left:15px;padding:6px 12px;text-decoration:none;transition:all .2s;display:inline-flex}.content-module__7aaZMW__adminEditBtn:hover{color:#fffadc;text-shadow:0 0 12px #ffc83ccc;background:linear-gradient(#ffeb8226 0%,#e6a51e1f 30%,#af640a2e 50%,#6e3a0538 51%,#9b550a1f 70%,#5a2d030f 100%);border-color:#ffc85099;box-shadow:0 0 20px #ffb4284d,inset 0 1px #fff5b433}
@keyframes ArchiveWindow-module__m4nREq__amberFlow{0%{background-position:0%}to{background-position:200%}}.ArchiveWindow-module__m4nREq__shell{background:#0a0804;border:1px solid #a05f0a47;border-radius:14px;flex-direction:column;flex:1;width:100%;min-height:0;font-family:Share Tech Mono,monospace;display:flex;overflow:hidden}.ArchiveWindow-module__m4nREq__secHead{border-bottom:1px solid #9658082e;justify-content:space-between;align-items:center;padding:13px 18px;display:flex}.ArchiveWindow-module__m4nREq__shLabel{letter-spacing:.25em;text-transform:uppercase;color:#dc9b28d9;text-shadow:0 0 8px #dc961466;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.ArchiveWindow-module__m4nREq__shLabel:after{content:"";background:#b46e0f59;flex:1;height:1px;box-shadow:0 0 6px #dc961433}.ArchiveWindow-module__m4nREq__shAction{letter-spacing:.12em;text-transform:uppercase;color:#eb8e31cc;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:10px;transition:color .18s}.ArchiveWindow-module__m4nREq__shAction:hover{color:#eb8e31f2}.ArchiveWindow-module__m4nREq__thumbRow{scrollbar-width:none;flex:1;align-items:center;gap:10px;min-height:0;padding:16px 18px;display:flex;overflow-x:auto}.ArchiveWindow-module__m4nREq__thumbRow::-webkit-scrollbar{display:none}.ArchiveWindow-module__m4nREq__thumb{will-change:opacity;border:1px solid #96580833;border-radius:8px;flex-shrink:0;width:150px;height:100px;transition:border-color .2s,transform .18s,opacity .5s ease-in-out,visibility .5s ease-in-out;position:relative;overflow:hidden}.ArchiveWindow-module__m4nREq__thumb:hover{border-color:#eb8e318c;transform:translateY(-2px)}.ArchiveWindow-module__m4nREq__thumb img{object-fit:cover;filter:sepia(.3)saturate(.85)brightness(.8);width:100%;height:100%;transition:filter .2s}.ArchiveWindow-module__m4nREq__thumb:hover img{filter:sepia(.15)saturate()brightness(.95)}.ArchiveWindow-module__m4nREq__thumbPlaceholder{background:linear-gradient(135deg,#1e1004 0%,#3c2008 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ArchiveWindow-module__m4nREq__thumbPlaceholder span{letter-spacing:.12em;color:#eb8e31cc;font-size:10px}.ArchiveWindow-module__m4nREq__filterRow{gap:8px;padding:0 18px 14px;display:flex}.ArchiveWindow-module__m4nREq__filterBtn{cursor:pointer;text-align:center;letter-spacing:.14em;text-transform:uppercase;color:#eb8e31cc;background:#ffa01408;border:1px solid #96580838;border-radius:8px;flex:1;padding:9px 12px;font-family:inherit;font-size:11px;transition:background .18s,border-color .18s,color .18s}.ArchiveWindow-module__m4nREq__filterBtn:hover{color:#eb8e31e6;background:#ffa01412;border-color:#d28c1973}.ArchiveWindow-module__m4nREq__active{color:#eb8e31;background:#d28c141f;border-color:#e19b1e80}@media (max-width:900px){.ArchiveWindow-module__m4nREq__filterRow{flex-wrap:wrap}.ArchiveWindow-module__m4nREq__filterBtn{flex:calc(50% - 8px)}}
.GuestbookWindow-module__soiSwq__container{color:var(--text-color,#ffd);background-color:#0000;padding:15px 15px 50px;font-family:inherit;font-size:14px}.GuestbookWindow-module__soiSwq__pagination{border:1px solid var(--border-color,#555);background-color:#0000004d;justify-content:space-between;margin-bottom:10px;padding:4px;font-family:inherit;font-weight:700;display:flex}.GuestbookWindow-module__soiSwq__pages{color:var(--main-color,#f90)}.GuestbookWindow-module__soiSwq__pages a{color:var(--link-color,#0ff);margin:0 3px;text-decoration:none}.GuestbookWindow-module__soiSwq__pages a:hover{color:#fff;text-decoration:underline}.GuestbookWindow-module__soiSwq__pages .GuestbookWindow-module__soiSwq__current{color:#fff;font-weight:700}.GuestbookWindow-module__soiSwq__messages{flex-direction:column;gap:10px;width:100%;margin-bottom:20px;display:flex}.GuestbookWindow-module__soiSwq__messageBlock{border:1px solid var(--border-color,#555);background-color:#0000}.GuestbookWindow-module__soiSwq__messageRow{border-bottom:1px solid var(--border-color,#555);background-color:#3e2b7b66;justify-content:space-between;align-items:center;padding:4px 8px;font-size:14px;display:flex}.GuestbookWindow-module__soiSwq__author{color:var(--main-color,#f90);font-size:16px;font-weight:700;text-decoration:none}.GuestbookWindow-module__soiSwq__icon{vertical-align:middle;opacity:.8;border:0;width:auto;height:auto;margin-left:6px}.GuestbookWindow-module__soiSwq__icon:hover{opacity:1}.GuestbookWindow-module__soiSwq__date{text-align:right;color:#aaa;font-size:12px}.GuestbookWindow-module__soiSwq__contentRow{white-space:pre-wrap;color:#eee;padding:10px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.6}.GuestbookWindow-module__soiSwq__answerRow{color:#ccc;background-color:#6464641a;border-top:1px dashed #444;padding:8px 10px;font-style:italic}.GuestbookWindow-module__soiSwq__answerLabel{color:var(--main-color,#f90);font-weight:700}.GuestbookWindow-module__soiSwq__formContainer{border:1px solid var(--main-color,#f90);background-color:#0006;margin-top:30px;padding:15px;font-family:inherit;position:relative}.GuestbookWindow-module__soiSwq__formContainer:before{content:"";border:1px solid var(--main-color,#f90);pointer-events:none;opacity:.5;position:absolute;inset:2px}.GuestbookWindow-module__soiSwq__formHeader{color:var(--main-color,#f90);text-transform:uppercase;text-align:center;letter-spacing:2px;margin-bottom:15px;font-size:18px}.GuestbookWindow-module__soiSwq__formContainer input[type=text],.GuestbookWindow-module__soiSwq__formContainer input[type=email],.GuestbookWindow-module__soiSwq__formContainer textarea{color:#fff;background-color:#000;border:1px solid #555;padding:4px;font-family:inherit;font-size:14px}.GuestbookWindow-module__soiSwq__formContainer input:focus,.GuestbookWindow-module__soiSwq__formContainer textarea:focus{border-color:var(--main-color,#f90);outline:none}.GuestbookWindow-module__soiSwq__formContainer td{color:#ccc;padding:2px 0;font-size:14px}.GuestbookWindow-module__soiSwq__submitBtn,.GuestbookWindow-module__soiSwq__clearBtn{color:var(--main-color,#f90);border:1px solid var(--main-color,#f90);cursor:pointer;text-transform:uppercase;background-color:#333;padding:4px 12px;font-family:inherit;font-size:14px;transition:all .2s}.GuestbookWindow-module__soiSwq__submitBtn:hover,.GuestbookWindow-module__soiSwq__clearBtn:hover{background-color:var(--main-color,#f90);color:#000}.GuestbookWindow-module__soiSwq__submitBtn:disabled{opacity:.5;cursor:not-allowed}.GuestbookWindow-module__soiSwq__resultMsg{text-align:center;margin-bottom:10px;font-weight:700}.GuestbookWindow-module__soiSwq__replyBtn{color:var(--main-color,#f90);cursor:pointer;font-size:13px;text-decoration:none}.GuestbookWindow-module__soiSwq__replyBtn:hover{text-decoration:underline}.GuestbookWindow-module__soiSwq__replyForm{background-color:#0006;border-top:1px dashed #555;margin-top:5px;padding:10px}.GuestbookWindow-module__soiSwq__replyInput{color:#fff;background-color:#000;border:1px solid #555;width:100%;margin-bottom:5px;padding:6px;font-family:inherit;font-size:14px;display:block}.GuestbookWindow-module__soiSwq__replyInputMini{color:#fff;background-color:#000;border:1px solid #555;padding:2px 6px;font-family:inherit;font-size:12px;display:inline-block}.GuestbookWindow-module__soiSwq__submitBtnMini,.GuestbookWindow-module__soiSwq__clearBtnMini{color:var(--main-color,#f90);border:1px solid var(--main-color,#f90);cursor:pointer;text-transform:uppercase;background-color:#333;margin-right:5px;padding:3px 10px;font-family:inherit;font-size:11px;transition:all .2s}.GuestbookWindow-module__soiSwq__submitBtnMini:hover,.GuestbookWindow-module__soiSwq__clearBtnMini:hover{background-color:var(--main-color,#f90);color:#000}
@keyframes TopBar-module__zyPKba__eb{0%{opacity:.5}to{opacity:1}}.TopBar-module__zyPKba__topBar{height:var(--topbarH);border:1px solid #b46e0f59;border-bottom:2px solid var(--accent);box-shadow:0 0 0 1px #000000e6,inset 0 1px 0 #ffdc6414,0 2px 10px var(--shadow);z-index:2000;-webkit-user-select:none;user-select:none;background:#040300;border-radius:14px;align-items:center;margin:8px;padding:0 15px;display:flex;position:relative;top:0}.TopBar-module__zyPKba__topBar:before{content:"";z-index:100;pointer-events:none;background:repeating-linear-gradient(#0000 0 2px,#0000002e 2px 3px);position:absolute;inset:0}.TopBar-module__zyPKba__topBar:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 30% at 50% 100%,#c864080f 0%,#0000 70%);animation:3.5s ease-in-out infinite alternate TopBar-module__zyPKba__eb;position:absolute;inset:0}.TopBar-module__zyPKba__logo{color:var(--accent);text-shadow:0 0 10px #f93c;white-space:nowrap;letter-spacing:.02em;z-index:2;margin-right:30px;font-family:Advent Pro,sans-serif;font-size:20px;font-weight:700;position:relative}.TopBar-module__zyPKba__logoPrefix{color:#fff;text-shadow:0 0 10px #fff;animation:2s infinite TopBar-module__zyPKba__blink}.TopBar-module__zyPKba__navButton{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:#ffbe50d9;text-shadow:0 0 8px #ffb42866;-webkit-user-select:none;user-select:none;z-index:201;background:0 0;border:1px solid #b46e0f40;border-radius:4px;align-items:center;padding:6px 12px;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.TopBar-module__zyPKba__navButton:hover{color:#fffadc;text-shadow:0 0 12px #ffc83ccc;background:linear-gradient(#ffeb8226 0%,#e6a51e1f 30%,#af640a2e 50%,#6e3a0538 51%,#9b550a1f 70%,#5a2d030f 100%);border-color:#ffc85099;text-decoration:none;box-shadow:0 0 20px #ffb4284d,inset 0 1px #fff5b433}.TopBar-module__zyPKba__minimizedWindows{align-items:center;gap:5px;display:flex}.TopBar-module__zyPKba__minimizedBtn{border:1px solid var(--accent);color:var(--accent);cursor:pointer;-webkit-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;background:#2d2d2d;max-width:260px;padding:6px 12px;font-size:13px;font-weight:600;transition:all .2s;overflow:hidden}.TopBar-module__zyPKba__minimizedBtn:hover{background:var(--accent);color:#000;transform:scale(1.05)}.TopBar-module__zyPKba__navContainer{z-index:200;align-items:center;gap:8px;display:flex;position:relative}.TopBar-module__zyPKba__searchInput{background:var(--bg1);border:1px solid var(--accent);color:var(--accent);font-family:var(--font-handjet),monospace;outline:none;width:200px;padding:6px 30px 6px 12px;font-size:14px;transition:all .3s}.TopBar-module__zyPKba__searchInput:focus{border-color:#fff;box-shadow:0 0 10px #f936}.TopBar-module__zyPKba__searchIcon{color:var(--accent);pointer-events:none;opacity:.7;font-size:14px;position:absolute;right:8px}.TopBar-module__zyPKba__searchOverlay{z-index:9000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:flex-start;padding-top:80px;animation:.15s TopBar-module__zyPKba__fadeIn;display:flex;position:fixed;inset:0}@keyframes TopBar-module__zyPKba__fadeIn{0%{opacity:0}to{opacity:1}}.TopBar-module__zyPKba__searchModal{border:2px solid var(--accent);background:#1a1a1a;width:600px;max-width:calc(100vw - 40px);animation:.18s TopBar-module__zyPKba__slideDown;box-shadow:0 0 40px #ff993359,8px 8px #0009}@keyframes TopBar-module__zyPKba__slideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.TopBar-module__zyPKba__searchModalHeader{border-bottom:1px solid var(--accent);color:var(--accent);letter-spacing:1px;text-transform:uppercase;background:linear-gradient(90deg,#ff993326 0%,#0000 100%);justify-content:space-between;align-items:center;padding:8px 14px;font-size:13px;font-weight:700;display:flex}.TopBar-module__zyPKba__searchModalClose{color:var(--accent);cursor:pointer;background:0 0;border:1px solid #f936;padding:2px 8px;font-size:14px;transition:all .15s}.TopBar-module__zyPKba__searchModalClose:hover{background:var(--accent);color:#000}.TopBar-module__zyPKba__searchModalBody{padding:16px}.TopBar-module__zyPKba__profileLink{background:#ff99331a;border:1px solid #ff99334d;border-radius:4px;align-items:center;padding:4px 10px;text-decoration:none;transition:all .2s;display:flex}.TopBar-module__zyPKba__profileLink:hover{border-color:var(--accent);background:#f933}.TopBar-module__zyPKba__searchBtn{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:#ffbe50d9;text-shadow:0 0 8px #ffb42866;-webkit-user-select:none;user-select:none;background:linear-gradient(#0e0a04 0%,#080603 100%);border:1px solid #b46e0f59;border-radius:4px;padding:6px 12px;font-family:Share Tech Mono,monospace;font-size:11px;font-weight:500;transition:all .2s}.TopBar-module__zyPKba__searchBtn:hover{color:#fffadc;text-shadow:0 0 12px #ffc83ccc;background:linear-gradient(#ffeb8226 0%,#e6a51e1f 30%,#af640a2e 50%,#6e3a0538 51%,#9b550a1f 70%,#5a2d030f 100%);border-color:#ffc85099;box-shadow:0 0 20px #ffb4284d,inset 0 1px #fff5b433}.TopBar-module__zyPKba__loginBtn{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:#ffbe50d9;text-shadow:0 0 8px #ffb42866;-webkit-user-select:none;user-select:none;background:linear-gradient(#0e0a04 0%,#080603 100%);border:1px solid #b46e0f59;border-radius:4px;align-items:center;padding:6px 12px;font-family:Share Tech Mono,monospace;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.TopBar-module__zyPKba__loginBtn:hover{color:#fffadc;text-shadow:0 0 12px #ffc83ccc;background:linear-gradient(#ffeb8226 0%,#e6a51e1f 30%,#af640a2e 50%,#6e3a0538 51%,#9b550a1f 70%,#5a2d030f 100%);border-color:#ffc85099;text-decoration:none;box-shadow:0 0 20px #ffb4284d,inset 0 1px #fff5b433}.TopBar-module__zyPKba__profileAvatar{object-fit:cover;border:1px solid var(--accent);border-radius:50%;width:22px;height:22px}.TopBar-module__zyPKba__profileAvatarPlaceholder{background:var(--accent);color:#000;border:1px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.TopBar-module__zyPKba__profileName{color:var(--accent);white-space:nowrap;text-overflow:ellipsis;max-width:80px;font-size:11px;font-weight:600;overflow:hidden}.TopBar-module__zyPKba__profileWrapper{display:inline-block;position:relative}.TopBar-module__zyPKba__profileDropdown{z-index:3000;background:#040300;border:1px solid #b46e0f59;border-radius:4px;min-width:140px;margin-top:6px;animation:.25s cubic-bezier(.4,0,.2,1) TopBar-module__zyPKba__dropdownSlide;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 0 0 1px #000000e6,inset 0 1px #ffdc6414,0 32px 80px #000000d9}.TopBar-module__zyPKba__profileDropdownItem{color:#d28c23cc;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #b46e0f26;width:100%;padding:10px 14px;font-family:Share Tech Mono,monospace;font-size:12px;text-decoration:none;transition:all .2s;display:block}.TopBar-module__zyPKba__profileDropdownItem:last-child{border-bottom:none}.TopBar-module__zyPKba__profileDropdownItem:hover{color:#ffdc64f2;background:#ffc8641a}@media (max-width:768px){.TopBar-module__zyPKba__topBar{justify-content:flex-start;padding:0 10px;overflow-x:auto}.TopBar-module__zyPKba__logo{margin-right:15px;font-size:16px!important}.TopBar-module__zyPKba__menuItem{padding:4px 8px;font-size:12px}.TopBar-module__zyPKba__searchContainer,.TopBar-module__zyPKba__minimizedWindows{display:none}.TopBar-module__zyPKba__navContainer{gap:8px}.TopBar-module__zyPKba__navButton,.TopBar-module__zyPKba__navButtonSmall{padding:5px 10px;font-size:11px}}.TopBar-module__zyPKba__navContainer{align-items:center;gap:12px;margin-left:20px;display:flex}.TopBar-module__zyPKba__navButtonWrapper{z-index:202;display:inline-block;position:relative}.TopBar-module__zyPKba__navButton{cursor:pointer;letter-spacing:.12em;text-transform:uppercase;color:#ffbe50d9;text-shadow:0 0 8px #ffb42866;-webkit-user-select:none;user-select:none;background:linear-gradient(#0e0a04 0%,#080603 100%);border:1px solid #b46e0f59;border-radius:4px;padding:8px 16px;font-family:Share Tech Mono,monospace;font-size:12px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block;position:relative}.TopBar-module__zyPKba__navButton:hover{color:#fffadc;text-shadow:0 0 12px #ffc83ccc;background:linear-gradient(#ffeb8226 0%,#e6a51e1f 30%,#af640a2e 50%,#6e3a0538 51%,#9b550a1f 70%,#5a2d030f 100%);border-color:#ffc85099;box-shadow:0 0 20px #ffb4284d,inset 0 1px #fff5b433}.TopBar-module__zyPKba__navButtonSmall{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:#ffb43cb3;-webkit-user-select:none;user-select:none;background:linear-gradient(#0e0a04 0%,#080603 100%);border:1px solid #b46e0f59;border-radius:4px;padding:8px 14px;font-family:Share Tech Mono,monospace;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s}.TopBar-module__zyPKba__navButtonSmall:hover{color:#ffdc64e6;text-shadow:0 0 10px #ffb42880;background:linear-gradient(#ffeb821f 0%,#c887141a 100%);border-color:#ffbe4680}.TopBar-module__zyPKba__navDropdown{z-index:3000;margin-top:8px;animation:.25s cubic-bezier(.4,0,.2,1) TopBar-module__zyPKba__dropdownSlide;position:absolute;top:100%;left:0}@keyframes TopBar-module__zyPKba__dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.TopBar-module__zyPKba__navShell{background:#040300;border:1px solid #b46e0f59;border-radius:4px;width:280px;font-family:Share Tech Mono,monospace;position:relative;overflow:hidden;box-shadow:0 0 0 1px #000000e6,inset 0 1px #ffdc6414,0 32px 80px #000000d9}.TopBar-module__zyPKba__navShell:before{content:"";z-index:0;pointer-events:none;background:repeating-linear-gradient(#0000 0 2px,#0000002e 2px 3px);position:absolute;inset:0}.TopBar-module__zyPKba__navHeader{-webkit-user-select:none;user-select:none;z-index:1;border-bottom:1px solid #b46e0f33;align-items:center;gap:10px;padding:10px 14px;display:flex;position:relative}.TopBar-module__zyPKba__navHeaderIcon{border:1.5px solid #c8821473;border-radius:1px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.TopBar-module__zyPKba__navHeaderIcon span{background:#c882148c;width:8px;height:1.5px;display:block;position:relative}.TopBar-module__zyPKba__navHeaderIcon span:before,.TopBar-module__zyPKba__navHeaderIcon span:after{content:"";background:inherit;width:100%;height:100%;position:absolute;left:0}.TopBar-module__zyPKba__navHeaderIcon span:before{top:-3px}.TopBar-module__zyPKba__navHeaderIcon span:after{top:3px}.TopBar-module__zyPKba__navHeaderLabel{letter-spacing:.15em;text-transform:uppercase;color:#ffbe3c8c;font-family:Share Tech Mono,monospace;font-size:11px}.TopBar-module__zyPKba__navSection{z-index:1;border-bottom:1px solid #b46e0f26;position:relative}.TopBar-module__zyPKba__navSection:last-child{border-bottom:none}.TopBar-module__zyPKba__sectionHeader{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:stretch;display:flex;position:relative}.TopBar-module__zyPKba__sectionAccent{opacity:.4;background:linear-gradient(#ffe678e6 0%,#c8780a99 60%,#783c054d 100%);flex-shrink:0;width:2px;transition:opacity .25s}.TopBar-module__zyPKba__sectionHeader:hover .TopBar-module__zyPKba__sectionAccent{opacity:1}.TopBar-module__zyPKba__sectionHeaderInner{flex:1;justify-content:space-between;align-items:center;padding:9px 14px;display:flex}.TopBar-module__zyPKba__sectionTitle{letter-spacing:.18em;text-transform:uppercase;color:#ffb937cc;text-shadow:0 0 8px #ffb42880;font-family:Share Tech Mono,monospace;font-size:10px}.TopBar-module__zyPKba__sectionArrow{border-bottom:1.5px solid #c8821473;border-right:1.5px solid #c8821473;width:8px;height:8px;transition:transform .25s;transform:rotate(45deg)translateY(-2px)}.TopBar-module__zyPKba__sectionHeader.TopBar-module__zyPKba__collapsed .TopBar-module__zyPKba__sectionArrow{transform:rotate(-45deg)translateY(2px)}.TopBar-module__zyPKba__sectionItems{max-height:600px;transition:max-height .32s cubic-bezier(.4,0,.2,1);overflow:hidden}.TopBar-module__zyPKba__sectionItems.TopBar-module__zyPKba__collapsed{max-height:0}.TopBar-module__zyPKba__navItem{cursor:pointer;border-top:1px solid #b46e0a1a;align-items:stretch;display:flex;position:relative;overflow:hidden}.TopBar-module__zyPKba__itemBar{z-index:5;pointer-events:none;background:linear-gradient(#ffd2502e 0%,#b4640a1f 100%);flex-shrink:0;width:2px;transition:background .22s;position:relative}.TopBar-module__zyPKba__itemText{color:#d28c2399;letter-spacing:.04em;z-index:5;pointer-events:none;text-shadow:0 0 4px #dc961459,0 0 1px #ffd25033;flex:1;padding:7.5px 14px;font-family:Share Tech Mono,monospace;font-size:12px;transition:color .1s;position:relative}.TopBar-module__zyPKba__itemDot{z-index:5;pointer-events:none;background:#b46e0f33;border-radius:50%;flex-shrink:0;align-self:center;width:3px;height:3px;margin-right:14px;transition:background .22s,box-shadow .22s;position:relative}.TopBar-module__zyPKba__glassBody{pointer-events:none;z-index:1;background:linear-gradient(#ffeb8217 0%,#c8871412 30%,#96520721 50%,#5f30032b 51%,#82440717 70%,#4b24020a 100%);transition:background .25s;position:absolute;inset:0}.TopBar-module__zyPKba__glassDome{pointer-events:none;z-index:2;position:absolute;inset:0;overflow:hidden}.TopBar-module__zyPKba__glassDome:before{content:"";background:radial-gradient(80% 100% at 50% -10%,#fffcd221 0%,#ffeb8c0f 35%,#0000 75%);height:55%;transition:background .25s;position:absolute;top:0;left:-10%;right:-10%}.TopBar-module__zyPKba__glassDome:after{content:"";background:radial-gradient(70% 80% at 50% 110%,#c86e0817 0%,#0000 70%);height:60%;transition:background .25s;position:absolute;bottom:-4px;left:5%;right:5%}.TopBar-module__zyPKba__glassRim{pointer-events:none;z-index:3;transition:box-shadow .25s;position:absolute;inset:0;box-shadow:inset 0 1px #fff5b41a,inset 0 -1px #5023024d}.TopBar-module__zyPKba__navItem:hover .TopBar-module__zyPKba__glassBody{background:linear-gradient(#ffeb8233 0%,#e6a51e38 30%,#af640a4d 50%,#6e3a055c 51%,#9b550a33 70%,#5a2d031a 100%)}.TopBar-module__zyPKba__navItem:hover .TopBar-module__zyPKba__glassDome:before{background:radial-gradient(85% 110% at 50% -10%,#fffddc6b 0%,#ffee9b33 30%,#0000 80%)}.TopBar-module__zyPKba__navItem:hover .TopBar-module__zyPKba__glassDome:after{background:radial-gradient(75% 90% at 50% 110%,#dc820c42 0%,#0000 72%)}.TopBar-module__zyPKba__navItem:hover .TopBar-module__zyPKba__glassRim{box-shadow:inset 0 1px #fff8be6b,inset 0 -1px #5a2a038c,inset 1px 0 #ffe46e1a,inset -1px 0 #ffe46e12}.TopBar-module__zyPKba__navItem:hover .TopBar-module__zyPKba__itemBar{background:linear-gradient(#fff296e6 0%,#dc9114b3 50%,#8c480866 100%)}.TopBar-module__zyPKba__navItem:hover .TopBar-module__zyPKba__itemDot{background:#ffd580;box-shadow:0 0 8px 2px #ffd250b3}.TopBar-module__zyPKba__navItem:hover .TopBar-module__zyPKba__itemText{color:#ffdc64f2;text-shadow:0 0 6px #ffc828b3,0 0 14px #ffb41459}.TopBar-module__zyPKba__navItem:active{transition-duration:60ms;transform:scaleY(.975)}.TopBar-module__zyPKba__standaloneSection{padding:6px 0}.TopBar-module__zyPKba__standaloneTitle{letter-spacing:.22em;text-transform:uppercase;color:#b46e1447;padding:8px 14px 4px;font-family:Share Tech Mono,monospace;font-size:10px}.TopBar-module__zyPKba__tooltipDropdown{z-index:3000;margin-top:8px;animation:.25s cubic-bezier(.4,0,.2,1) TopBar-module__zyPKba__dropdownSlide;position:absolute;top:100%;left:0}.TopBar-module__zyPKba__tooltipShell{background:#040300;border:1px solid #b46e0f59;border-radius:4px;width:240px;font-family:Share Tech Mono,monospace;position:relative;overflow:hidden;box-shadow:0 0 0 1px #000000e6,inset 0 1px #ffdc6414,0 32px 80px #000000d9}.TopBar-module__zyPKba__tooltipHeader{letter-spacing:.15em;text-transform:uppercase;color:#ffbe3c8c;z-index:2;border-bottom:1px solid #b46e0f33;padding:10px 14px;font-family:Share Tech Mono,monospace;font-size:11px;position:relative}.TopBar-module__zyPKba__tooltipItem{cursor:pointer;z-index:2;border-bottom:1px solid #b46e0f1a;padding:8px 14px;transition:background .2s;position:relative}.TopBar-module__zyPKba__tooltipItem:hover{background:#ffc8640d}.TopBar-module__zyPKba__tooltipItem:last-child{border-bottom:none}.TopBar-module__zyPKba__tooltipTitle{color:#ffc864e6;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:12px;overflow:hidden}.TopBar-module__zyPKba__tooltipMeta{color:#b4822899;font-size:10px}.TopBar-module__zyPKba__tooltipUser{z-index:2;border-bottom:1px solid #b46e0f1a;align-items:center;gap:10px;padding:6px 14px;display:flex;position:relative}.TopBar-module__zyPKba__tooltipUser:last-child{border-bottom:none}.TopBar-module__zyPKba__tooltipAvatar{object-fit:cover;border:1px solid var(--accent);border-radius:50%;width:24px;height:24px}.TopBar-module__zyPKba__tooltipAvatarPlaceholder{background:var(--accent);color:#000;border:1px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.TopBar-module__zyPKba__tooltipUsername{color:#d28c23cc;font-family:Share Tech Mono,monospace;font-size:12px}.TopBar-module__zyPKba__tooltipThreadTitle{color:#ffc864e6;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:11px;font-weight:600;overflow:hidden}.TopBar-module__zyPKba__tooltipContent{color:#b48228b3;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}.TopBar-module__zyPKba__cursorLight{pointer-events:none;z-index:3;background:radial-gradient(circle at var(--cx,50%)var(--cy,50%),#ffdc641f 0%,transparent 50%);opacity:0;transition:opacity .2s;position:absolute;inset:0}.TopBar-module__zyPKba__navItem:hover .TopBar-module__zyPKba__cursorLight{opacity:1}.TopBar-module__zyPKba__sheen{pointer-events:none;z-index:4;background:linear-gradient(var(--sheen-angle,152deg),transparent 28%,#fffcd20f 42%,transparent 56%);position:absolute;inset:0}.TopBar-module__zyPKba__navItem:hover .TopBar-module__zyPKba__sheen{background:linear-gradient(var(--sheen-angle,152deg),transparent 26%,#fffdd742 42%,transparent 58%)}.TopBar-module__zyPKba__ripple{pointer-events:none;z-index:10;background:radial-gradient(circle,#ffdc64e6 0%,#0000 70%);border-radius:50%;width:8px;height:8px;animation:.55s cubic-bezier(.2,0,.4,1) forwards TopBar-module__zyPKba__ripple-out;position:absolute;transform:translate(-50%,-50%)scale(0)}@keyframes TopBar-module__zyPKba__ripple-out{to{opacity:0;transform:translate(-50%,-50%)scale(28)}}.TopBar-module__zyPKba__itemText.TopBar-module__zyPKba__scrambling{color:#ffd246e6;text-shadow:0 0 6px #ffc828b3,0 0 14px #ffb41459}@media (max-width:1100px){div[class*=NewsTicker]{display:none}}
.FormattedText-module__h-Xujq__spoiler{color:#0000;cursor:pointer;-webkit-user-select:none;user-select:none;text-shadow:0 0 10px #fff9;background:#ffffff1a;border:1px solid #ffffff0d;border-radius:4px;padding:0 4px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline;position:relative}.FormattedText-module__h-Xujq__spoiler:hover{background:#ffffff26}.FormattedText-module__h-Xujq__revealed{color:#eee;text-shadow:none;cursor:default;-webkit-user-select:text;user-select:text;background:#ffffff0d;border-color:#fff3}.FormattedText-module__h-Xujq__quote{border-left:3px solid var(--accent,#f93);background:#ff99330d;margin:.45rem 0;padding:.35rem .75rem;font-style:italic}.FormattedText-module__h-Xujq__quoteAuthor{color:var(--accent);margin-bottom:.25rem;font-size:.85rem;font-weight:700;display:block}.FormattedText-module__h-Xujq__hideBlock{border:1px solid #ff99334d;border-radius:4px;margin:.45rem 0;overflow:hidden}.FormattedText-module__h-Xujq__hideTitle{cursor:pointer;background:#ff99331a;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:flex}.FormattedText-module__h-Xujq__hideTitle:hover{background:#f933}.FormattedText-module__h-Xujq__hideContent{background:#0006;padding:.65rem .75rem}.FormattedText-module__h-Xujq__link{color:var(--accent,#f93);border-bottom:1px dashed #ff99334d;text-decoration:none}.FormattedText-module__h-Xujq__link:hover{color:#ffb366;border-bottom-style:solid}.FormattedText-module__h-Xujq__inlineImage{border-radius:4px;max-width:100%;height:auto;margin:.5rem 0;display:block;box-shadow:0 4px 15px #0006}.FormattedText-module__h-Xujq__hr{border:0;border-top:1px solid #ffffff1a;margin:.6rem 0}.FormattedText-module__h-Xujq__ul,.FormattedText-module__h-Xujq__ol{margin:.4rem 0;padding-left:2rem;list-style-type:disc}.FormattedText-module__h-Xujq__ol{list-style-type:decimal}.FormattedText-module__h-Xujq__li{margin-bottom:.2rem;line-height:1.45}.FormattedText-module__h-Xujq__formattedText{font-family:var(--formatted-text-font,var(--font-primary)),monospace;font-size:var(--formatted-text-size,1.1rem);line-height:1.45}.FormattedText-module__h-Xujq__formattedText p{margin:0}.FormattedText-module__h-Xujq__formattedText h1,.FormattedText-module__h-Xujq__formattedText h2,.FormattedText-module__h-Xujq__formattedText h3{margin:0;line-height:1.05}.FormattedText-module__h-Xujq__h1,.FormattedText-module__h-Xujq__h2,.FormattedText-module__h-Xujq__h3{color:var(--accent);font-family:var(--font-handjet),monospace;margin:0}.FormattedText-module__h-Xujq__h1{font-size:1.8rem}.FormattedText-module__h-Xujq__h2{font-size:1.75rem}.FormattedText-module__h-Xujq__h3{font-size:1.25rem}.FormattedText-module__h-Xujq__youtubeWrapper{aspect-ratio:16/9;border-radius:8px;margin:1.5rem 0;overflow:hidden;box-shadow:0 4px 15px #0006}.FormattedText-module__h-Xujq__smiley{vertical-align:middle;width:auto;max-height:24px;margin:0 2px;display:inline-block}.FormattedText-module__h-Xujq__bookCardsBlock{margin:1rem 0}.FormattedText-module__h-Xujq__bookCardsRow{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:14px;margin:0;padding-bottom:0;display:flex;overflow:auto hidden}.FormattedText-module__h-Xujq__bookCardsRowSingle{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:center;gap:14px;margin:0 auto;padding-bottom:0;display:flex;overflow:auto hidden}.FormattedText-module__h-Xujq__bookCardsRow::-webkit-scrollbar{height:6px}.FormattedText-module__h-Xujq__bookCardsRow::-webkit-scrollbar-thumb{background:#a05f0a59;border-radius:4px}.FormattedText-module__h-Xujq__scrollArrows{justify-content:center;align-items:center;gap:1.25rem;margin-top:.35rem;margin-bottom:0;padding:0;line-height:1;display:flex}.FormattedText-module__h-Xujq__scrollArrow{color:#ff9933d9;cursor:pointer;font-size:1.6rem;font-weight:500;font-family:var(--font-handjet),monospace;background:0 0;border:none;min-width:60px;padding:.3rem 1.2rem;line-height:1;transition:all .2s}.FormattedText-module__h-Xujq__scrollArrow:hover:not(:disabled){color:#ffb450f2;transform:scale(1.05)}.FormattedText-module__h-Xujq__scrollArrow:disabled{color:#a05f0a33;cursor:default;transform:none}.FormattedText-module__h-Xujq__bookCardWrapper{vertical-align:top;flex:0 0 680px;max-width:680px;margin:0;display:inline-flex}.FormattedText-module__h-Xujq__bookCard{background:#0a0804;border:1px solid #a05f0a47;border-radius:14px;align-items:stretch;width:100%;display:flex;overflow:hidden}.FormattedText-module__h-Xujq__bookCardCoverCol{background:linear-gradient(145deg,#12090300,#0a0703);flex-shrink:0;align-self:stretch;width:180px;position:relative;overflow:hidden}.FormattedText-module__h-Xujq__bookCardImg{object-fit:cover;object-position:top;filter:brightness(.88)saturate(.9);width:100%;height:280px;transition:filter .3s;display:block}.FormattedText-module__h-Xujq__bookCardImgReflection{object-fit:cover;object-position:bottom;opacity:.3;filter:blur(.35px)brightness(.62)saturate(.9);z-index:1;pointer-events:none;width:100%;height:calc(100% - 280px);position:absolute;top:280px;bottom:0;left:0;transform:scaleY(-1);-webkit-mask-image:linear-gradient(#000000eb,#0000);mask-image:linear-gradient(#000000eb,#0000)}.FormattedText-module__h-Xujq__bookCardCoverCol:before{content:"";z-index:2;pointer-events:none;background:radial-gradient(120% 70% at 50% 0,#dc962333 0%,#dc962300 55%),repeating-linear-gradient(#d28a180d 0 1px,#0000 1px 4px);position:absolute;inset:280px 0 0}.FormattedText-module__h-Xujq__bookCardCoverCol:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(#0a08041f,#0a0804b8);height:auto;position:absolute;inset:280px 0 0}.FormattedText-module__h-Xujq__bookCard:hover .FormattedText-module__h-Xujq__bookCardImg{filter:brightness(.95)saturate()}.FormattedText-module__h-Xujq__bookCardPlaceholder{background:linear-gradient(145deg,#161008,#0d0b06);flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;min-height:280px;display:flex}.FormattedText-module__h-Xujq__bookCardPlaceholder span{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.2em;text-transform:uppercase;color:#b4690f4d;text-align:center;font-size:9px}.FormattedText-module__h-Xujq__bookCardBadge{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.18em;text-transform:uppercase;color:#e19b1ed9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0804d1;border:1px solid #b4731266;border-radius:4px;padding:3px 8px;font-size:8px;position:absolute;bottom:10px;left:10px}.FormattedText-module__h-Xujq__bookCardInfo{flex-direction:column;flex:1;gap:0;min-width:0;padding:16px 18px;display:flex}.FormattedText-module__h-Xujq__bookCardSeries{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.2em;text-transform:uppercase;color:#a05a0c66;margin-bottom:2px;font-size:9px}.FormattedText-module__h-Xujq__bookCardTitle{color:#f2b230f2;margin-bottom:1px;font-family:EB Garamond,Oranienbaum-Regular,Georgia,serif;font-size:20px;font-weight:500;line-height:1.25}.FormattedText-module__h-Xujq__bookCardOrig{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.04em;color:#9b5a0c66;margin-bottom:6px;font-size:11px}.FormattedText-module__h-Xujq__bookCardDivider{background:#8c4e0826;height:1px;margin-bottom:8px}.FormattedText-module__h-Xujq__bookCardMetaGrid{grid-template-columns:1fr 1fr;gap:8px 16px;margin-bottom:8px;display:grid}.FormattedText-module__h-Xujq__bookCardMetaItem{flex-direction:column;gap:2px;display:flex}.FormattedText-module__h-Xujq__bookCardMetaLabel{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.2em;text-transform:uppercase;color:#91500a61;font-size:8px}.FormattedText-module__h-Xujq__bookCardMetaValue{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.04em;color:#e8a42ce6;font-size:16px;line-height:1.25}.FormattedText-module__h-Xujq__bookCardRatingRow{align-items:center;gap:8px;margin-bottom:8px;display:flex}.FormattedText-module__h-Xujq__bookCardStars{gap:2px;display:flex}.FormattedText-module__h-Xujq__bookCardStar{font-size:13px;line-height:1}.FormattedText-module__h-Xujq__bookCardStarFull{color:#ebaf23e6}.FormattedText-module__h-Xujq__bookCardStarHalf{color:#ebaf2380}.FormattedText-module__h-Xujq__bookCardStarEmpty{color:#82460840}.FormattedText-module__h-Xujq__bookCardRatingNum{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.04em;color:#ebaf23e0;font-size:14px}.FormattedText-module__h-Xujq__bookCardRatingCnt{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.08em;color:#91500a61;font-size:10px}.FormattedText-module__h-Xujq__bookCardTagsRow{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.FormattedText-module__h-Xujq__bookCardPill{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.14em;text-transform:uppercase;color:#b9701299;background:#ff960f08;border:1px solid #96550a38;border-radius:20px;padding:3px 8px;font-size:9px}.FormattedText-module__h-Xujq__bookCardPillAccent{color:#e69e23d1;background:#d28a1412;border-color:#d28a1861}.FormattedText-module__h-Xujq__bookCardDesc{color:#cd8a1eb3;flex:1;margin:0 0 8px;font-family:EB Garamond,Oranienbaum-Regular,Georgia,serif;font-size:14px;line-height:1.65}.FormattedText-module__h-Xujq__bookCardFooter{border-top:1px solid #8c4e0826;justify-content:space-between;align-items:center;gap:10px;padding-top:10px;display:flex}.FormattedText-module__h-Xujq__bookCardLink{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.16em;text-transform:uppercase;color:#b9701280;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #96550a38;border-radius:6px;padding:6px 14px;font-size:10px;text-decoration:none;transition:all .18s}.FormattedText-module__h-Xujq__bookCardLink:hover{color:#eea828e6;background:#d287120f;border-color:#d78a1880}.FormattedText-module__h-Xujq__bookCardIsbn{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.1em;color:#82460847;text-align:right;font-size:9px}.FormattedText-module__h-Xujq__siteCardWrapper{width:100%;max-width:760px;margin:0;display:inline-flex}.FormattedText-module__h-Xujq__siteCard{background:#0a0804;border:1px solid #a05f0a47;border-radius:14px;align-items:stretch;width:100%;display:flex;overflow:hidden}.FormattedText-module__h-Xujq__siteScreenshotCol{background:#0d0b06;border-right:1px solid #8c4e082e;flex-direction:column;flex-shrink:0;width:220px;display:flex;position:relative;overflow:hidden}.FormattedText-module__h-Xujq__siteScreenshotLabel{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.2em;text-transform:uppercase;color:#94520a61;border-bottom:1px solid #8c4e0826;flex-shrink:0;padding:8px 12px;font-size:8px}.FormattedText-module__h-Xujq__siteScreenshotWrap{flex:1;min-height:180px;position:relative;overflow:hidden}.FormattedText-module__h-Xujq__siteScreenshotImg{object-fit:cover;object-position:top center;filter:sepia(.2)saturate(.85)brightness(.82);width:100%;height:100%;transition:filter .3s,transform .4s;display:block}.FormattedText-module__h-Xujq__siteCard:hover .FormattedText-module__h-Xujq__siteScreenshotImg{filter:sepia(.1)saturate(.95)brightness(.92);transform:scale(1.03)}.FormattedText-module__h-Xujq__siteScreenshotPlaceholder{background:linear-gradient(145deg,#131008,#0c0a06);justify-content:center;align-items:center;width:100%;height:100%;min-height:200px;display:flex}.FormattedText-module__h-Xujq__siteScreenshotPlaceholder span{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.18em;text-transform:uppercase;color:#a55f0e47;font-size:9px}.FormattedText-module__h-Xujq__siteStatusBadge{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.18em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#080602d9;border-radius:4px;padding:3px 9px;font-size:9px;position:absolute;bottom:10px;left:10px}.FormattedText-module__h-Xujq__siteStatusOnline{color:#5ad278e6;border:1px solid #50c86e66}.FormattedText-module__h-Xujq__siteStatusOffline{color:#c85a46d9;border:1px solid #b4503c66}.FormattedText-module__h-Xujq__siteStatusUnknown{color:#c88216bf;border:1px solid #aa690f59}.FormattedText-module__h-Xujq__siteInfoCol{flex-direction:column;flex:1;min-width:0;padding:18px 20px;display:flex}.FormattedText-module__h-Xujq__siteTitle{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.04em;color:#f2b230f2;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:18px;overflow:hidden}.FormattedText-module__h-Xujq__siteSubtitle{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.06em;color:#9b5a0c6b;margin-bottom:14px;font-size:11px}.FormattedText-module__h-Xujq__siteDivider{background:#8c4e0826;height:1px;margin-bottom:14px}.FormattedText-module__h-Xujq__siteMetaList{flex-direction:column;gap:9px;margin-bottom:14px;display:flex}.FormattedText-module__h-Xujq__siteMetaRow{align-items:baseline;display:flex}.FormattedText-module__h-Xujq__siteMetaKey{width:130px;font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.14em;text-transform:uppercase;color:#d28a1880;flex-shrink:0;font-size:10px}.FormattedText-module__h-Xujq__siteMetaVal{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.03em;color:#d7941ecc;flex:1;min-width:0;font-size:13px}.FormattedText-module__h-Xujq__siteTagsRow{flex-wrap:wrap;gap:5px;margin-bottom:14px;display:flex}.FormattedText-module__h-Xujq__sitePill{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.16em;text-transform:uppercase;color:#b9701294;background:#ff960f08;border:1px solid #96550a38;border-radius:20px;padding:2px 8px;font-size:8px}.FormattedText-module__h-Xujq__sitePillAccent{color:#e69e23d9;background:#d28a1412;border-color:#d28a1861}.FormattedText-module__h-Xujq__siteDescription{color:#c8871cad;flex:1;margin:0 0 14px;font-family:EB Garamond,Oranienbaum-Regular,Georgia,serif;font-size:14px;line-height:1.65}.FormattedText-module__h-Xujq__siteFooter{border-top:1px solid #8c4e0826;justify-content:space-between;align-items:center;gap:10px;padding-top:12px;display:flex}.FormattedText-module__h-Xujq__siteOpenBtn,.FormattedText-module__h-Xujq__siteWaybackBtn{font-family:"Share Tech Mono",var(--font-handjet),monospace;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:5px 13px;font-size:10px;text-decoration:none;transition:all .18s}.FormattedText-module__h-Xujq__siteOpenBtn{color:#b9701280;border:1px solid #96550a38}.FormattedText-module__h-Xujq__siteOpenBtn:hover{color:#eea828e6;background:#d287120f;border-color:#d78a1880}.FormattedText-module__h-Xujq__siteWaybackBtn{color:#64aaf073;border:1px solid #649bdc2e}.FormattedText-module__h-Xujq__siteWaybackBtn:hover{color:#82c3ffd9;background:#5096e60d;border-color:#64aaf066}@media (max-width:760px){.FormattedText-module__h-Xujq__bookCardsRow{gap:10px}.FormattedText-module__h-Xujq__bookCardWrapper{flex:0 0 min(680px,100vw - 48px);max-width:min(680px,100vw - 48px)}.FormattedText-module__h-Xujq__bookCard{flex-direction:column;width:100%}.FormattedText-module__h-Xujq__bookCardCoverCol{width:100%;height:240px}.FormattedText-module__h-Xujq__bookCardPlaceholder{min-height:240px}.FormattedText-module__h-Xujq__bookCardMetaGrid{grid-template-columns:1fr}.FormattedText-module__h-Xujq__bookCardFooter{flex-direction:column;align-items:flex-start}.FormattedText-module__h-Xujq__bookCardIsbn{text-align:left}.FormattedText-module__h-Xujq__siteCardWrapper{max-width:min(720px,100vw - 48px)}.FormattedText-module__h-Xujq__siteCard{flex-direction:column}.FormattedText-module__h-Xujq__siteScreenshotCol{border-bottom:1px solid #8c4e082e;border-right:0;width:100%;min-height:220px}.FormattedText-module__h-Xujq__siteFooter{flex-direction:column;align-items:flex-start}}
.InterestingEditor-module__g-OsyG__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__g-OsyG__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__g-OsyG__modalTitle{color:var(--accent,#f93);text-transform:uppercase;letter-spacing:1px;margin:0 0 1.5rem;font-size:1.5rem}.InterestingEditor-module__g-OsyG__form{flex-direction:column;gap:1.25rem;display:flex}.InterestingEditor-module__g-OsyG__field{flex-direction:column;flex:1;gap:.5rem;display:flex}.InterestingEditor-module__g-OsyG__label{color:#aaa;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.InterestingEditor-module__g-OsyG__input,.InterestingEditor-module__g-OsyG__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__g-OsyG__input:focus,.InterestingEditor-module__g-OsyG__textarea:focus{border-color:var(--accent,#f93)}.InterestingEditor-module__g-OsyG__textarea{resize:vertical;min-height:200px}.InterestingEditor-module__g-OsyG__toolbar{flex-wrap:wrap;gap:.4rem;margin-bottom:.2rem;display:flex}.InterestingEditor-module__g-OsyG__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__g-OsyG__toolBtn:hover{color:#fff;background:#ff99332e;border-color:#ff9933a6}.InterestingEditor-module__g-OsyG__toolbarHint{color:#9c9c9c;margin-bottom:.25rem;font-size:.72rem}.InterestingEditor-module__g-OsyG__row{gap:1rem;display:flex}.InterestingEditor-module__g-OsyG__actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.InterestingEditor-module__g-OsyG__saveBtn,.InterestingEditor-module__g-OsyG__cancelBtn{cursor:pointer;text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:.75rem 2rem;font-weight:700;transition:all .2s}.InterestingEditor-module__g-OsyG__saveBtn{background:var(--accent,#f93);color:#000;border:none}.InterestingEditor-module__g-OsyG__saveBtn:hover:not(:disabled){box-shadow:0 0 15px var(--accent)}.InterestingEditor-module__g-OsyG__saveBtn:disabled{opacity:.5}.InterestingEditor-module__g-OsyG__cancelBtn{color:#fff;background:0 0;border:1px solid #fff3}.InterestingEditor-module__g-OsyG__cancelBtn:hover{background:#ffffff0d}
.BookCardPicker-module__9XjIba__overlay{z-index:10000;background:#000000d9;justify-content:center;align-items:flex-start;padding-top:10vh;display:flex;position:fixed;inset:0}.BookCardPicker-module__9XjIba__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__9XjIba__header{background:#ff99330d;border-bottom:1px solid #f933;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.BookCardPicker-module__9XjIba__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__9XjIba__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__9XjIba__closeBtn:hover{color:var(--accent,#f93)}.BookCardPicker-module__9XjIba__searchBox{border-bottom:1px solid #ff993326;padding:16px 18px;position:relative}.BookCardPicker-module__9XjIba__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__9XjIba__input:focus{background:#ff99331a;border-color:#ff993380}.BookCardPicker-module__9XjIba__input::placeholder{color:#ffc89666}.BookCardPicker-module__9XjIba__spinner{color:var(--accent,#f93);font-size:1.1rem;animation:1s linear infinite BookCardPicker-module__9XjIba__spin;position:absolute;top:50%;right:28px;transform:translateY(-50%)}@keyframes BookCardPicker-module__9XjIba__spin{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}.BookCardPicker-module__9XjIba__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__9XjIba__list{max-height:45vh;padding:8px;overflow-y:auto}.BookCardPicker-module__9XjIba__empty{text-align:center;color:#ffc89666;padding:30px;font-size:.9rem}.BookCardPicker-module__9XjIba__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__9XjIba__bookItem:hover,.BookCardPicker-module__9XjIba__bookItem.BookCardPicker-module__9XjIba__selected{background:#ff99331a;border-color:#ff99334d}.BookCardPicker-module__9XjIba__thumb{background:#0000004d;border-radius:4px;flex-shrink:0;width:48px;height:72px;overflow:hidden}.BookCardPicker-module__9XjIba__thumbImg{object-fit:cover;width:100%;height:100%}.BookCardPicker-module__9XjIba__thumbPlaceholder{background:#1a1a2e;width:100%;height:100%}.BookCardPicker-module__9XjIba__info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.BookCardPicker-module__9XjIba__titleRow{align-items:center;gap:8px;display:flex}.BookCardPicker-module__9XjIba__bookTitle{color:#fda;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.BookCardPicker-module__9XjIba__badge{flex-shrink:0;font-size:.75rem}.BookCardPicker-module__9XjIba__canon{color:#22c55e}.BookCardPicker-module__9XjIba__legends{color:#a855f7}.BookCardPicker-module__9XjIba__meta{color:#ffc89699;gap:8px;font-size:.8rem;display:flex}.BookCardPicker-module__9XjIba__arrow{color:#f936;font-size:1.2rem;transition:color .15s}.BookCardPicker-module__9XjIba__bookItem:hover .BookCardPicker-module__9XjIba__arrow,.BookCardPicker-module__9XjIba__bookItem.BookCardPicker-module__9XjIba__selected .BookCardPicker-module__9XjIba__arrow{color:var(--accent,#f93)}
.InterestingSection-module__Gkc9hG__section{width:100%;max-height:220px;margin:0;position:relative;-webkit-mask-image:linear-gradient(#000 0% 70%,#0000 100%);mask-image:linear-gradient(#000 0% 70%,#0000 100%)}.InterestingSection-module__Gkc9hG__header{border-bottom:1px solid #ff99331a;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.25rem;display:flex}.InterestingSection-module__Gkc9hG__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__Gkc9hG__title:before{content:"★";color:#fc3;filter:drop-shadow(0 0 5px #fc3);font-size:.9rem}.InterestingSection-module__Gkc9hG__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__Gkc9hG__addBtn:hover{color:#000;background:#f93;border-color:#f93}.InterestingSection-module__Gkc9hG__grid{scrollbar-width:none;flex-direction:column;gap:.5rem;max-height:180px;padding:0 .5rem 2rem 0;display:flex;overflow-y:auto}.InterestingSection-module__Gkc9hG__grid::-webkit-scrollbar{display:none}.InterestingSection-module__Gkc9hG__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__Gkc9hG__articleCard:hover{background:#ffffff0d;border-color:#f933;transform:translate(4px)}.InterestingSection-module__Gkc9hG__imageWrap{border-radius:4px;flex-shrink:0;width:40px;height:40px;margin-right:.75rem;overflow:hidden}.InterestingSection-module__Gkc9hG__image{object-fit:cover;opacity:.7;width:100%;height:100%}.InterestingSection-module__Gkc9hG__articleContent{flex-direction:column;flex:1;min-width:0;display:flex}.InterestingSection-module__Gkc9hG__articleTitle{white-space:nowrap;text-overflow:ellipsis;color:#eee;margin:0;font-size:.9rem;font-weight:700;overflow:hidden}.InterestingSection-module__Gkc9hG__articlePreview{color:#666;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}.InterestingSection-module__Gkc9hG__articleLinksRow{align-items:center;gap:.4rem;margin-top:.2rem;display:flex}.InterestingSection-module__Gkc9hG__articlePermalink{color:#ffb366d9;border-bottom:1px dashed #ffb36673;font-size:.62rem;text-decoration:none;transition:all .2s}.InterestingSection-module__Gkc9hG__articlePermalink:hover{color:#ffd1a3;border-bottom-color:#ffd1a3e6}.InterestingSection-module__Gkc9hG__articleFooter{justify-content:flex-end;margin-top:.25rem;display:flex}.InterestingSection-module__Gkc9hG__adminActions{gap:.5rem;display:flex}.InterestingSection-module__Gkc9hG__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__Gkc9hG__adminBtn:hover{color:#000;background:#f93}.InterestingSection-module__Gkc9hG__readMore{display:none}.InterestingSection-module__Gkc9hG__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__Gkc9hG__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__Gkc9hG__readerOpen;display:flex;position:relative;box-shadow:0 0 50px #000,0 0 20px #ff99331a}@keyframes InterestingSection-module__Gkc9hG__readerOpen{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.InterestingSection-module__Gkc9hG__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__Gkc9hG__closeReader:hover{background:#f93;transform:rotate(90deg)}.InterestingSection-module__Gkc9hG__readerHero{object-fit:cover;border-radius:12px 12px 0 0;flex-shrink:0;width:100%;height:300px}.InterestingSection-module__Gkc9hG__readerBody{scrollbar-width:thin;scrollbar-color:#f93 #0003;flex:1;padding:3rem;overflow-y:auto}.InterestingSection-module__Gkc9hG__readerBody::-webkit-scrollbar{width:8px}.InterestingSection-module__Gkc9hG__readerBody::-webkit-scrollbar-thumb{background:#f93;border-radius:4px}.InterestingSection-module__Gkc9hG__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__Gkc9hG__readerText{color:#ccc;font-size:1.1rem;line-height:1.8}.InterestingSection-module__Gkc9hG__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__Gkc9hG__externalLink:hover{color:#ffb366;border-bottom-color:#f93}@media (max-width:768px){.InterestingSection-module__Gkc9hG__readerOverlay{padding:0}.InterestingSection-module__Gkc9hG__readerContent{border-radius:0;max-height:100vh}.InterestingSection-module__Gkc9hG__readerBody{padding:1.5rem}.InterestingSection-module__Gkc9hG__readerTitle{font-size:1.75rem}}@media (max-width:640px){.InterestingSection-module__Gkc9hG__section{max-height:120px;padding:0 .5rem;overflow:hidden}.InterestingSection-module__Gkc9hG__header{margin-bottom:.3rem;padding-bottom:.15rem}.InterestingSection-module__Gkc9hG__title{font-size:.8rem}.InterestingSection-module__Gkc9hG__title:before{font-size:.7rem}.InterestingSection-module__Gkc9hG__grid{gap:.3rem;max-height:80px}.InterestingSection-module__Gkc9hG__articleCard{padding:.3rem}.InterestingSection-module__Gkc9hG__articleTitle{font-size:.95rem}.InterestingSection-module__Gkc9hG__articlePreview{font-size:.85rem}.InterestingSection-module__Gkc9hG__articleContent{overflow:hidden}.InterestingSection-module__Gkc9hG__imageWrap{width:28px;height:28px;margin-right:.4rem}.InterestingSection-module__Gkc9hG__readerOverlay{width:100vw;height:100vh;padding:0;position:fixed;inset:0}.InterestingSection-module__Gkc9hG__readerContent{border-radius:0;flex-direction:column;width:100%;max-width:100vw;height:100vh;max-height:100vh;display:flex}.InterestingSection-module__Gkc9hG__readerHero{flex-shrink:0;height:180px}.InterestingSection-module__Gkc9hG__readerBody{-webkit-overflow-scrolling:touch;flex:1;padding:1rem;overflow:hidden auto}.InterestingSection-module__Gkc9hG__readerTitle{margin-bottom:.8rem;padding-right:40px;font-size:1.2rem}.InterestingSection-module__Gkc9hG__readerText{font-size:.85rem;line-height:1.5}.InterestingSection-module__Gkc9hG__readerText strong{font-weight:700}.InterestingSection-module__Gkc9hG__externalLink{margin-top:1.5rem;font-size:.85rem}.InterestingSection-module__Gkc9hG__readerAdmin{flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-bottom:1rem}.InterestingSection-module__Gkc9hG__adminBtnLarge,.InterestingSection-module__Gkc9hG__adminBtnLargeDanger{width:100%;padding:.6rem 1rem;font-size:.85rem}.InterestingSection-module__Gkc9hG__closeReader{width:40px;height:40px;font-size:1rem;top:.5rem;right:.5rem}}.InterestingSection-module__Gkc9hG__readerAdmin{border-top:1px solid #ffffff0d;gap:1.5rem;margin-top:4rem;padding-top:2rem;display:flex}.InterestingSection-module__Gkc9hG__adminBtnLarge{color:#000;cursor:pointer;background:#f93;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:700;transition:all .2s}.InterestingSection-module__Gkc9hG__adminBtnLarge:hover{background:#ffb366;transform:translateY(-2px);box-shadow:0 5px 15px #f933}.InterestingSection-module__Gkc9hG__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__Gkc9hG__adminBtnLargeDanger:hover{background:#ff44441a;border-color:#f44}
.MobileFiltersDrawer-module__uQgHWq__overlay{z-index:10000;-webkit-backdrop-filter:blur(10px);opacity:0;pointer-events:none;background:#000000d9;transition:opacity .25s;position:fixed;inset:0}.MobileFiltersDrawer-module__uQgHWq__overlayVisible{opacity:1;pointer-events:auto}.MobileFiltersDrawer-module__uQgHWq__drawer{z-index:10001;background:#08080efa;border-top:1px solid #f936;border-radius:20px 20px 0 0;flex-direction:column;height:min(96vh,100dvh - 8px);transition:transform .35s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -10px 40px #000c}.MobileFiltersDrawer-module__uQgHWq__drawerVisible{transform:translateY(0)}.MobileFiltersDrawer-module__uQgHWq__drawerHandle{flex-shrink:0;justify-content:center;align-items:center;padding:12px 0 8px;display:flex}.MobileFiltersDrawer-module__uQgHWq__drawerHandleBar{background:#f936;border-radius:2px;width:36px;height:4px}.MobileFiltersDrawer-module__uQgHWq__drawerHeader{border-bottom:1px solid #ff993326;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 20px 14px;display:flex}.MobileFiltersDrawer-module__uQgHWq__drawerTitle{color:#f93;text-transform:uppercase;letter-spacing:.08em;font-size:1.1rem;font-weight:800;font-family:var(--font-primary),monospace}.MobileFiltersDrawer-module__uQgHWq__drawerClose{color:#f93;cursor:pointer;background:#ff99331f;border:1px solid #ff99334d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .2s;display:flex}.MobileFiltersDrawer-module__uQgHWq__drawerClose:hover{background:#ff993340}.MobileFiltersDrawer-module__uQgHWq__drawerBody{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ff99334d transparent;flex:1;padding:16px 16px 100px;overflow-y:auto}.MobileFiltersDrawer-module__uQgHWq__drawerBody::-webkit-scrollbar{width:4px}.MobileFiltersDrawer-module__uQgHWq__drawerBody::-webkit-scrollbar-thumb{background:#ff99334d;border-radius:4px}.MobileFiltersDrawer-module__uQgHWq__fab{z-index:9999;cursor:pointer;font-family:var(--font-primary),monospace;text-transform:uppercase;letter-spacing:.06em;color:#f93;background:linear-gradient(#ffffff26 0%,#ffffff0d 48%,#0003 50%,#00000080 100%),#140c04f2;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:13px 18px;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.2,0,0,1);display:flex;position:fixed;bottom:20px;left:12px;right:12px;box-shadow:0 0 0 1px #ff9933b3,0 0 15px 2px #ff78144d,0 4px 20px #0009}.MobileFiltersDrawer-module__uQgHWq__fab:active{transform:scale(.95)}.MobileFiltersDrawer-module__uQgHWq__fabBadge{color:#000;background:#f93;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:900;display:flex}.MobileFiltersDrawer-module__uQgHWq__applyBtn{background:#08080ef2;border-top:1px solid #ff993326;flex-shrink:0;padding:16px 20px;position:sticky;bottom:0;left:0;right:0}.MobileFiltersDrawer-module__uQgHWq__applyBtnInner{width:100%;font-family:var(--font-primary),monospace;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;color:#000;background:linear-gradient(#ffb347 0%,#f93 100%);border:none;border-radius:12px;padding:14px;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #f936}.MobileFiltersDrawer-module__uQgHWq__applyBtnInner:active{transform:scale(.98)}@media (min-width:641px){.MobileFiltersDrawer-module__uQgHWq__fab,.MobileFiltersDrawer-module__uQgHWq__overlay,.MobileFiltersDrawer-module__uQgHWq__drawer{display:none}}
.books-module__J0LWca__page{min-height:100vh;color:var(--accent,#f93);font-family:var(--font-primary),monospace;background:#04040ad1;padding:2rem 1rem;overflow-x:hidden}.books-module__J0LWca__loadingState{min-height:60vh;color:var(--accent,#f93);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1.1rem;display:flex}.books-module__J0LWca__loadingSpinner{border:3px solid #f933;border-top-color:var(--accent,#f93);border-radius:50%;width:40px;height:40px;animation:1s linear infinite books-module__J0LWca__spin}@keyframes books-module__J0LWca__spin{to{transform:rotate(360deg)}}.books-module__J0LWca__hero{z-index:1000;width:100%;margin-bottom:2rem;padding:1rem;position:relative}.books-module__J0LWca__starfield{display:none}.books-module__J0LWca__heroContent{z-index:1;grid-template-columns:320px 1fr;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.books-module__J0LWca__heroRight{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.books-module__J0LWca__heroSubtitle{color:#888;margin:0;font-family:ZenMaruGothic-Light,sans-serif;font-size:1rem}.books-module__J0LWca__searchBar{justify-content:center;width:100%;margin-top:1rem;display:flex}.books-module__J0LWca__main{z-index:1;gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 1rem 4rem;display:flex;position:relative}@media (max-width:900px){.books-module__J0LWca__heroContent{grid-template-columns:1fr;gap:1rem}.books-module__J0LWca__main{flex-direction:column}.books-module__J0LWca__hero{padding:1rem}}@media (max-width:640px){.books-module__J0LWca__page{max-width:100vw;padding:0;overflow-x:hidden}.books-module__J0LWca__hero{margin-bottom:0;padding:.5rem 0 0}.books-module__J0LWca__heroContent{grid-template-columns:1fr;gap:.4rem}.books-module__J0LWca__heroRight{gap:.4rem;padding:0}.books-module__J0LWca__main{flex-direction:column;gap:0;padding:0 8px 5rem}.books-module__J0LWca__searchBar{margin-top:0;padding:0 12px}.books-module__J0LWca__navMenu{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:6px;margin-bottom:0;padding:4px 12px 6px;display:flex;overflow-x:auto}.books-module__J0LWca__navMenu::-webkit-scrollbar{display:none}.books-module__J0LWca__navMenu>button,.books-module__J0LWca__navMenu>a{flex-shrink:0;border-radius:14px!important;height:28px!important;padding:0 10px!important}.books-module__J0LWca__navMenu>button span[class*=tagLabel],.books-module__J0LWca__navMenu>a span[class*=tagLabel]{white-space:nowrap;font-size:11px!important}body.surprise-open .books-module__J0LWca__searchBar{display:none}}@media (max-width:380px){.books-module__J0LWca__page{padding:0}.books-module__J0LWca__hero{padding:.25rem 0 0}.books-module__J0LWca__main{padding:0 4px 5rem}}.books-module__J0LWca__navMenu{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin-bottom:20px;display:flex}
.Taskbar-module__PZzBNq__taskbar{height:var(--taskbarH);border-top:2px solid var(--accent);box-shadow:0 -2px 10px var(--shadow);z-index:5000;-webkit-user-select:none;user-select:none;background:linear-gradient(#3d3d3d 0%,#1a1a1a 100%);align-items:center;gap:8px;padding:0 15px;display:flex;position:relative;bottom:auto;left:auto;right:auto}.Taskbar-module__PZzBNq__taskbarBtn{border:1px solid var(--accent);color:var(--accent);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#2d2d2d;padding:6px 14px;font-size:14px;font-weight:600;transition:all .2s}.Taskbar-module__PZzBNq__taskbarBtn:hover{background:var(--accent);color:#000;box-shadow:0 0 10px #f93c}.Taskbar-module__PZzBNq__taskbarBtn.Taskbar-module__PZzBNq__taskActive{background:var(--accent);color:#000;box-shadow:0 0 10px #ff9933a6}.Taskbar-module__PZzBNq__quicklaunch{gap:6px;display:flex}.Taskbar-module__PZzBNq__taskbarPrograms{flex:auto;gap:6px;padding:0 6px;display:flex;overflow-x:auto}.Taskbar-module__PZzBNq__taskbarPrograms::-webkit-scrollbar{height:8px}.Taskbar-module__PZzBNq__taskbarPrograms::-webkit-scrollbar-track{background:#00000059}.Taskbar-module__PZzBNq__taskbarPrograms::-webkit-scrollbar-thumb{background:var(--accent);border:1px solid #000;border-radius:6px}.Taskbar-module__PZzBNq__clock{color:var(--accent);border:1px solid var(--accent);background:#00000080;margin-left:auto;padding:6px 18px;font-size:18px;font-weight:700}@media (max-width:768px){.Taskbar-module__PZzBNq__btnText{display:none}.Taskbar-module__PZzBNq__taskbar{gap:4px;padding:0 5px}.Taskbar-module__PZzBNq__taskbarBtn{padding:6px 8px}.Taskbar-module__PZzBNq__clock{padding:6px 8px;font-size:14px}}
.articlePage-module__VSMIDa__articleBody{color:#ccc;--formatted-text-font:"ZenMaruGothic-Regular";font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.8}.articlePage-module__VSMIDa__articleBody p{margin-bottom:16px;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.75}.articlePage-module__VSMIDa__articleBody strong{color:var(--accent,#f93);font-weight:700}.articlePage-module__VSMIDa__articleBody em{font-style:italic}.articlePage-module__VSMIDa__articleBody h1,.articlePage-module__VSMIDa__articleBody h2,.articlePage-module__VSMIDa__articleBody h3{color:var(--accent,#f93);margin-top:2rem;margin-bottom:.75rem;font-family:Oranienbaum-Regular,serif;line-height:1.3}.articlePage-module__VSMIDa__articleBody h1{font-size:1.75rem}.articlePage-module__VSMIDa__articleBody h2{font-size:1.45rem}.articlePage-module__VSMIDa__articleBody h3{font-size:1.2rem}.articlePage-module__VSMIDa__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__VSMIDa__articleBody ul,.articlePage-module__VSMIDa__articleBody ol{margin-bottom:1rem;margin-left:1.5rem;font-family:ZenMaruGothic-Regular,sans-serif;font-size:16px;line-height:1.75}.articlePage-module__VSMIDa__articleBody li{margin-bottom:.5rem}.articlePage-module__VSMIDa__articleBody a{color:var(--accent,#f93);border-bottom:1px dotted var(--accent,#f93);text-decoration:none;transition:all .2s}.articlePage-module__VSMIDa__articleBody a:hover{text-shadow:0 0 8px var(--accent,#f93);background:#ff99331a}.articlePage-module__VSMIDa__articleMain{background:#000000bf;border:1px solid #ff99332e;border-radius:12px;padding:2rem 1rem 4rem;box-shadow:0 4px 24px #0006}.articlePage-module__VSMIDa__articleTitle{color:#fff;margin:0 0 .8rem;font-family:Oranienbaum-Regular,serif;font-size:2rem;font-weight:400;line-height:1.2}.articlePage-module__VSMIDa__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__VSMIDa__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__VSMIDa__langSwitchBtn:hover{color:#ffd3a1}.articlePage-module__VSMIDa__langSwitchActive{color:#ffd3a1;background:#ff99332e;border-color:#ff99334d}@media (max-width:768px){.articlePage-module__VSMIDa__articleBody,.articlePage-module__VSMIDa__articleBody p,.articlePage-module__VSMIDa__articleBody ul,.articlePage-module__VSMIDa__articleBody ol{font-size:15px}.articlePage-module__VSMIDa__articleTitle{font-size:1.5rem}.articlePage-module__VSMIDa__langSwitchWrap{opacity:.92;margin-top:1rem}}
