:root{--bg: #050505;--bg-elevated: #0d0d0d;--surface: #111111;--surface-2: #181818;--border: #2a2a2a;--border-bright: rgba(212, 175, 55, .35);--text: #f5f5f5;--muted: #a3a3a3;--accent: #b91c1c;--accent-dim: #7f1d1d;--accent-glow: rgba(185, 28, 28, .45);--gold: #d4af37;--gold-dim: #a68a2e;--link: #e8c547;--link-dim: var(--gold);--glow-ice: rgba(212, 175, 55, .25);--glow-violet: rgba(185, 28, 28, .2);--glow-ember: #d4af37;--rune: #c9b87a;--rune-dim: rgba(201, 184, 122, .45);--font-sans: "Outfit", "Segoe UI", system-ui, sans-serif;--font-runes: "Noto Sans Runic", "Segoe UI Historic", serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.55}a{color:var(--link);text-decoration:none;transition:color .15s ease,text-shadow .15s ease}a:hover{text-decoration:none;color:var(--link-dim);text-shadow:0 0 14px rgba(212,175,55,.35)}.site-root{position:relative;min-height:100vh}.site-ambient{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.site-ambient__wallpaper{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background-color:var(--bg);background-image:url(/nordic-wallpaper.png);background-size:cover;background-position:center center;background-repeat:no-repeat;transform:scale(1.03)}.site-ambient__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 95% 65% at 50% 18%,rgba(5,5,5,.5) 0%,transparent 58%),radial-gradient(ellipse 70% 55% at 85% 75%,rgba(127,29,29,.12),transparent 50%),radial-gradient(ellipse 60% 50% at 10% 60%,rgba(212,175,55,.05),transparent 48%),linear-gradient(180deg,#050505ad,#050505c7 42%,#050505e0);box-shadow:inset 0 0 100px #00000080}.site-ambient__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.48}.site-ambient__grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:overlay}.layout{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding:0 1.35rem 3rem}nav.top{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center;padding:1.1rem 0 1rem;border-bottom:1px solid transparent;border-image:linear-gradient(90deg,transparent,var(--border-bright),var(--accent-glow),var(--border-bright),transparent) 1;margin-bottom:0;background:linear-gradient(180deg,rgba(12,12,12,.92) 0%,transparent 100%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}nav.top a.brand{font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text);display:flex;align-items:center;gap:.55rem;font-size:.95rem}nav.top a.brand:hover{text-decoration:none;color:var(--accent);text-shadow:0 0 20px var(--accent-glow)}nav.top a.brand .brand-logo{width:44px;height:44px;object-fit:contain;flex-shrink:0}.hero .hero-logo{display:block;margin:0 auto;max-width:min(420px,92vw);width:100%;height:auto;object-fit:contain}nav.top .nav-links{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-left:auto;align-items:center}nav.top .nav-links a,nav.top .nav-links a:link{color:var(--muted);font-size:.9rem;font-weight:500;padding:.25rem 0;border-bottom:1px solid transparent}nav.top .nav-links a:hover{color:var(--text);border-bottom-color:#d4af3780;text-shadow:none}nav.top .nav-text-btn{background:none;border:none;border-bottom:1px solid transparent;color:var(--muted);font:inherit;font-size:.9rem;font-weight:500;padding:.25rem 0;cursor:pointer;font-family:var(--font-sans)}nav.top .nav-text-btn:hover{color:var(--text);border-bottom-color:#d4af3773}.nav-auth-placeholder{font-size:.9rem;padding:.25rem .35rem;-webkit-user-select:none;user-select:none}.inline-text-btn{background:none;border:none;padding:0;margin:0;color:var(--accent);text-decoration:underline;cursor:pointer;font:inherit;font-size:inherit}.inline-text-btn:hover{color:var(--text)}.rune-frieze{position:relative;margin:.65rem 0 1.5rem;padding:.45rem .35rem;border-radius:8px;background:linear-gradient(105deg,#181818e6,#0a0a0ad9);border:1px solid rgba(212,175,55,.15);box-shadow:inset 0 1px #ffffff08}.rune-frieze__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .15rem;font-family:var(--font-runes);font-size:clamp(1rem,2.5vw,1.35rem);letter-spacing:.35em;color:var(--rune);text-shadow:0 0 24px rgba(196,181,160,.15)}.rune-frieze__group{display:inline-flex;align-items:center;gap:.25rem}.rune-frieze__dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--rune-dim);margin:0 .15rem;vertical-align:middle}.rune-frieze__runes{cursor:help;text-decoration:none;border-bottom:1px dotted var(--rune-dim);font-variant-numeric:tabular-nums}.rune-frieze__runes:hover{color:var(--gold);border-bottom-color:#d4af378c}.rune-tooltip{position:fixed;z-index:10000;transform:translate(-50%,calc(-100% - 10px));max-width:min(320px,92vw);padding:.4rem .65rem;font-size:.78rem;font-family:var(--font-sans);letter-spacing:.02em;line-height:1.35;background:#080808f7;border:1px solid var(--gold-dim);color:var(--text);border-radius:8px;pointer-events:none;box-shadow:0 10px 28px #0000008c}.site-main{min-height:12rem}.site-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--muted)}.site-footer__links{margin-bottom:.5rem}.site-footer__links a{color:var(--muted)}.site-footer__links a:hover{color:var(--link)}.hero{text-align:center;padding:1.5rem 0 3rem}.hero-panel{margin:0 auto;max-width:38rem;padding:2rem 1.5rem 2.25rem;border-radius:16px;background:linear-gradient(165deg,#161616f2,#080808fa);border:1px solid rgba(212,175,55,.2);box-shadow:0 0 0 1px #00000080,0 24px 48px -24px #000000bf,0 0 60px -20px #b91c1c26}.hero-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:600;margin:.75rem 0 .5rem;letter-spacing:.04em;background:linear-gradient(120deg,var(--text) 0%,var(--gold) 55%,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-lead{color:var(--muted);max-width:32rem;margin:0 auto;font-size:1.02rem}.hero-actions{margin-top:1.65rem}.hero--compact{padding:3rem 1rem;text-align:center}.hero-login-hint{margin-top:1.35rem;font-size:.92rem}.hero-login-link{color:var(--gold);font-weight:600}.home-member{max-width:960px;margin:0 auto}.home-member-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.home-member-card .btn.primary{margin-top:.35rem}.home-member-links{margin:0;padding-left:1.15rem}.home-member-links li{margin:.35rem 0}.btn{display:inline-block;padding:.55rem 1.15rem;border-radius:8px;border:1px solid var(--border);background:linear-gradient(180deg,var(--surface-2),var(--surface));color:var(--text);cursor:pointer;font-size:.95rem;font-family:inherit;font-weight:500;box-shadow:0 2px 8px #00000040;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #00000059;border-color:var(--border-bright)}.btn.primary{background:linear-gradient(135deg,#dc2626 0%,var(--accent) 45%,var(--accent-dim) 100%);border-color:#f8717159;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.45)}.btn.primary:hover{border-color:#d4af3773;box-shadow:0 4px 22px var(--accent-glow)}.btn.danger{background:linear-gradient(135deg,#7f1d1d,#b91c1c);border-color:#f8717159;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}.btn.danger:hover{box-shadow:0 4px 18px #dc262659}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:linear-gradient(160deg,#181818d9,#0c0c0cf2);border:1px solid rgba(212,175,55,.1);border-radius:12px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 8px 24px -12px #00000080}input,textarea{width:100%;max-width:420px;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--border);background:#0a0b10a6;color:var(--text)}label{display:block;margin:.75rem 0 .25rem;font-size:.85rem;color:var(--muted)}.error{color:#f87171;font-size:.9rem}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{border-bottom:1px solid var(--border);padding:.5rem .35rem;text-align:left}pre.md{white-space:pre-wrap;color:var(--muted)}.roster-role-card h3,.roster-role-card h4{margin-top:0}.roster-profile-link{color:var(--gold, #c9a227);text-decoration:none;font-weight:600}.roster-profile-link:hover{text-decoration:underline}.roster-site-only-card h3{margin-top:0}.roster-list{margin:0;padding-left:1.25rem}.roster-list li{margin:.35rem 0}.roster-handle{color:var(--muted);font-size:.9em}.roster-adult-badge{display:inline-block;margin-left:.5rem;padding:.1rem .35rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;border-radius:4px;background:#b91c1c40;color:#fecaca;border:1px solid var(--accent-dim);vertical-align:middle}.roster-adult-hint{display:inline-block;padding:.1rem .35rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;border-radius:4px;background:#b91c1c40;color:#fecaca;border:1px solid var(--accent-dim);vertical-align:middle}.page-header{margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.page-header h2{margin:0 0 .35rem;font-size:1.5rem;color:var(--text)}.page-header .crumb{font-size:.85rem;color:var(--muted)}.page-header .crumb a{color:var(--link)}.page-header .crumb.crumb--wrap{line-height:1.35}.forum-board-list{display:flex;flex-direction:column;gap:.35rem}.forum-catalog-stack{display:flex;flex-direction:column;gap:2.25rem}.forum-catalog-section{margin:0;padding:0}.forum-catalog-section__header{margin-bottom:.9rem}.forum-catalog-section__title{margin:0 0 .35rem;font-size:1.12rem;font-weight:600;color:var(--gold);letter-spacing:.02em}.forum-catalog-section__desc{margin:0;font-size:.88rem;line-height:1.35}.forum-catalog-section--ungrouped .forum-catalog-section__title{color:var(--muted)}.forum-board-tree--root{list-style:none;padding:0;margin:0}.forum-board-tree--nested{list-style:none;padding:0 0 0 .85rem;margin:.4rem 0 .85rem .5rem;border-left:1px solid rgba(212,175,55,.12)}.forum-board-row{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;padding:.85rem 1rem;background:linear-gradient(180deg,#141414f2,#0c0c0cfa);border:1px solid var(--border);border-radius:4px;transition:border-color .15s ease}.forum-board-row:hover{border-color:#d4af3740}.forum-board-row a.board-title{font-weight:600;color:var(--gold);font-size:1.05rem}.forum-board-row .board-desc{font-size:.85rem;color:var(--muted);margin-top:.2rem}.forum-board-row .board-stats{text-align:right;font-size:.8rem;color:var(--muted)}.forum-board-root-hint{margin-top:.28rem;font-size:.8rem}.forum-board-row--compact{padding:.65rem .85rem}.forum-subboards-panel{margin-bottom:1.25rem;padding-top:.55rem;padding-bottom:.55rem}.forum-subboards-toggle{display:inline-flex;align-items:center;gap:.4rem;margin:0;padding:.15rem 0;background:transparent;border:none;cursor:pointer;font:inherit;font-weight:600;color:var(--gold);text-align:left}.forum-subboards-toggle:hover{text-decoration:underline}.forum-subboards-toggle:focus-visible{outline:2px solid rgba(212,175,55,.45);outline-offset:2px}.forum-subboards-toggle__chevron{display:inline-block;width:1rem;flex-shrink:0;font-size:.72rem;opacity:.85}.forum-subboards-toggle__count{font-weight:400}.forum-subboards-list{margin-top:.75rem;margin-bottom:0}.forum-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:4px;background:var(--surface)}table.forum-table{font-size:.88rem}table.forum-table th{background:#b91c1c33;color:#fecaca;font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;padding:.55rem .65rem;border-bottom:1px solid var(--border)}table.forum-table td{padding:.6rem .65rem;vertical-align:top;border-bottom:1px solid var(--border)}table.forum-table tr:hover td{background:#d4af370a}.forum-table .col-topic{width:55%}.forum-table .col-avatar{width:44px}.forum-table .topic-title{font-weight:600;color:var(--text)}.forum-table .topic-meta{font-size:.78rem;color:var(--muted);margin-top:.15rem}.forum-pill{display:inline-block;padding:.1rem .35rem;font-size:.65rem;font-weight:700;border-radius:3px;margin-right:.35rem;text-transform:uppercase}.forum-pill--pin{background:#d4af3733;color:var(--gold)}.forum-pill--lock{background:#73737340;color:var(--muted)}.forum-post{display:grid;grid-template-columns:216px 1fr;gap:0;border:1px solid var(--border);border-radius:4px;margin-bottom:.65rem;overflow:hidden;background:var(--surface)}@media(max-width:640px){.forum-post{grid-template-columns:1fr}}.forum-post__side{background:#00000059;padding:.85rem;border-right:1px solid var(--border);font-size:.82rem;display:flex;flex-direction:column;gap:.35rem}.forum-post__body{padding:.85rem 1rem;font-size:.92rem;line-height:1.5}.forum-post__body--md{white-space:normal;word-break:break-word}.forum-post__reputation-row{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.forum-post__author{font-weight:700;color:var(--gold)}.forum-post__rank{font-size:.75rem;color:var(--muted)}.forum-post__reputation-block{line-height:1}.forum-post__counts{font-size:.75rem;color:var(--muted)}.forum-post__profile-link{font-size:.76rem;color:var(--link)}.forum-post__profile-link:hover{text-decoration:underline}.forum-post__date{color:var(--muted);font-size:.75rem}.forum-post__rep-buttons{display:inline-flex;gap:.25rem}.forum-rep-thumb{display:grid;place-items:center;width:1.95rem;height:1.65rem;padding:0;margin:0;border:1px solid var(--border);border-radius:6px;background:#00000059;font-size:.92rem;line-height:1;cursor:pointer;transition:transform .06s ease,box-shadow .12s ease,opacity .12s ease}.forum-rep-thumb:disabled{opacity:.45;cursor:wait}.forum-rep-thumb--up{border-color:#4ade8073}.forum-rep-thumb--up:hover:not(:disabled){box-shadow:0 0 12px #4ade8059}.forum-rep-thumb--down{border-color:#f871718c}.forum-rep-thumb--down:hover:not(:disabled){box-shadow:0 0 12px #f871714d}.forum-rep-thumb--up.forum-rep-thumb--chosen{background:#16a34a59}.forum-rep-thumb--down.forum-rep-thumb--chosen{background:#b91c1c73}.forum-md-root{color:var(--text)}.forum-md-root h1{margin:.35rem 0 .5rem;font-size:1.38rem;font-weight:700}.forum-md-root h2{margin:.85rem 0 .4rem;font-size:1.22rem;font-weight:700}.forum-md-root h3{margin:.72rem 0 .32rem;font-size:1.06rem;font-weight:700}.forum-md-root h4{margin:.6rem 0 .28rem;font-size:.96rem;font-weight:700}.forum-md-root p{margin:.45rem 0}.forum-md-root ul,.forum-md-root ol{margin:.45rem 0 .45rem 1.15rem;padding:0}.forum-md-root blockquote{margin:.55rem 0;padding:.35rem .65rem;border-left:3px solid rgba(212,175,55,.55);background:#0003}.forum-md-root hr{border:none;border-top:1px solid var(--border);margin:.85rem 0}.forum-md-root table{width:max(280px,100%);max-width:100%;border-collapse:collapse;margin:.65rem 0;font-size:.88rem}.forum-md-root th,.forum-md-root td{border:1px solid var(--border);padding:.32rem .45rem;vertical-align:top}.forum-md-root th{background:#00000061}.forum-md-root pre{margin:.55rem 0;padding:.65rem .75rem;border-radius:6px;border:1px solid rgba(212,175,55,.12);background:#00000080;overflow:auto;max-width:100%}.forum-md-root code:not(pre code){padding:.06rem .28rem;border-radius:4px;background:#0006;font-size:.86em}.forum-md-root pre code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.84rem;line-height:1.5}.forum-md-root a{color:var(--link);text-decoration-thickness:1px;text-underline-offset:.12em}.forum-md-root img{max-width:100%;height:auto;border-radius:4px}.forum-md-root input[type=checkbox]{margin-right:.35rem}.forum-md-spoiler{margin:.5rem 0}.forum-md-spoiler-btn{display:inline-block;padding:.3rem .65rem;border-radius:6px;border:1px solid rgba(212,175,55,.38);background:#0006;color:var(--gold);font-size:.78rem;cursor:pointer}.forum-md-spoiler--open .forum-md-spoiler-body{padding:.45rem;border:1px dashed rgba(212,175,55,.22);border-radius:6px}.forum-md-guide{margin:.35rem 0 .75rem;font-size:.82rem;background:#0003;border:1px solid rgba(212,175,55,.12);border-radius:6px;padding:.35rem .5rem}.forum-md-guide summary{cursor:pointer;color:var(--gold)}.forum-md-guide__body{margin-top:.4rem;padding-left:.65rem;border-left:2px solid rgba(212,175,55,.15)}.forum-md-guide__body ul{margin:.35rem 0 0;padding-left:1.05rem}.forum-md-guide kbd{font-family:inherit}.forum-compose-preview{background:#0003}.topic-author-link{color:var(--link)}.topic-author-link:hover{text-decoration:underline}.rep-stars{letter-spacing:.06em;font-size:.92rem;-webkit-user-select:none;user-select:none}.rep-star{opacity:.9}.rep-star--empty{opacity:.2}.rep-star--neg{color:#f87171;text-shadow:0 0 6px rgba(248,113,113,.45)}.rep-star--pos{color:#fbbf24;text-shadow:0 0 6px rgba(251,191,36,.35)}.confirm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#0000008c;display:grid;place-items:center;padding:1rem}.confirm-modal{max-width:420px;width:100%;background:linear-gradient(160deg,#181818fa,#0a0a0efc);border:1px solid rgba(212,175,55,.2);border-radius:10px;padding:1.1rem 1.25rem;box-shadow:0 16px 40px #0000008c}.confirm-modal h3{margin:0 0 .5rem;color:var(--text)}.confirm-modal__body{margin:0 0 1rem;font-size:.92rem;color:var(--muted)}.confirm-modal__actions{display:flex;justify-content:flex-end;gap:.5rem}.forum-admin-board-tree{list-style:none;padding:0;margin:0}.forum-admin-board-tree--root{margin-top:.65rem}.forum-admin-board-li{margin-bottom:.35rem}.forum-admin-board-li--drag{opacity:.6}.forum-admin-board-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.35rem .5rem;padding:.45rem;border:1px solid var(--border);border-radius:6px;background:#0000002e}.forum-admin-grip{cursor:grab;color:var(--muted);font-size:.95rem;line-height:1;margin-right:.35rem;-webkit-user-select:none;user-select:none}.forum-admin-grip:active{cursor:grabbing}.forum-admin-drop-slot{list-style:none;height:10px;margin:0;padding:0;position:relative}.forum-admin-drop-slot__line{position:absolute;left:0;right:0;top:50%;height:3px;margin-top:-1px;border-radius:2px;background:transparent;transition:background .15s ease,height .12s ease}.forum-admin-drop-slot--active .forum-admin-drop-slot__line{background:#d4af371f}.forum-admin-drop-slot--active:hover .forum-admin-drop-slot__line{background:#d4af3773;height:4px}.user-public-profile__head{display:flex;gap:1rem;align-items:flex-start}.user-public-profile__avatar{width:92px;height:92px;border-radius:8px;object-fit:cover;border:1px solid var(--border)}.user-public-profile__avatar-placeholder{width:92px;height:92px;border-radius:8px;background:#ffffff0f}.user-public-profile__rank{color:var(--gold);font-weight:600;margin-bottom:.25rem}.user-public-profile__meta{margin:.65rem 0 0;font-size:.92rem}.user-public-profile__meta-block{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--border)}.user-public-profile__facts{margin:.35rem 0 0;padding-left:1.15rem}.user-public-profile__facts li{margin:.25rem 0}.user-public-profile__private-note{margin:.75rem 0 0;font-size:.88rem}.user-public-profile__links{margin-top:1rem}.user-public-profile__links h4,.user-public-profile__section h4{margin:0 0 .45rem;color:var(--gold);font-size:.95rem}.user-public-profile__link-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.45rem 1rem}.user-public-profile__section{margin-top:1.15rem;padding-top:.85rem;border-top:1px solid var(--border)}.user-public-profile__hours{font-size:.82rem;color:var(--muted);line-height:1.45}.user-public-profile__hours-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.5rem;list-style:none}.online-hour-crumb{display:inline-flex;align-items:center;padding:.35rem .62rem;border-radius:999px;border:1px solid transparent;font-size:.84rem;font-weight:650;letter-spacing:.03em;line-height:1.15;text-shadow:0 1px 2px rgba(0,0,0,.45)}.online-hour-crumb:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.user-public-profile__about .forum-md-root{margin-top:.35rem}.account-timezone-select{max-width:100%;width:min(100%,40rem);padding:.45rem .55rem;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:6px}.account-extended__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.account-social-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.65rem}.online-hours-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(52px,1fr));gap:.35rem;margin-top:.45rem}.online-hours-picker__cell{margin:0;padding:.35rem .2rem;border-radius:4px;border:1px solid var(--border);background:#00000059;color:var(--muted);cursor:pointer;font-size:.62rem;line-height:1.15;transition:border-color .12s ease,background .12s ease,color .12s ease}.online-hours-picker__cell:hover:not(:disabled){border-color:#d4af3759}.online-hours-picker__cell--on{border-color:#d4af378c;background:#b91c1c2e;color:var(--text)}.online-hours-picker__cell:disabled{opacity:.55;cursor:not-allowed}.online-hours-picker__label{display:block}.favorite-games-preview{list-style:none;margin:.35rem 0 0;padding:0;display:flex;flex-direction:column;gap:.45rem}.favorite-games-preview__item{display:flex;align-items:center;gap:.65rem}.favorite-games-preview__img{width:92px;height:34px;object-fit:cover;border-radius:4px;border:1px solid var(--border);flex-shrink:0}.favorite-games-preview__placeholder{width:92px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;border:1px dashed var(--border);font-size:1rem;flex-shrink:0}.favorite-games-preview__title{font-size:.9rem}.support-layout{display:grid;grid-template-columns:260px 1fr;gap:1.25rem;align-items:start}@media(max-width:800px){.support-layout{grid-template-columns:1fr}}.support-sidebar{border:1px solid var(--border);border-radius:6px;background:var(--surface);padding:.75rem}.support-sidebar h3{margin:0 0 .5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gold)}.support-ticket-row{display:block;padding:.45rem .5rem;border-radius:4px;margin-bottom:.25rem;font-size:.85rem;color:var(--muted);border:1px solid transparent}.support-ticket-row:hover{background:#d4af370f;color:var(--text)}.support-ticket-row.active{border-color:#d4af3759;background:#b91c1c1f;color:var(--text)}.support-main{border:1px solid var(--border);border-radius:6px;background:var(--surface);min-height:320px}.support-thread-header{padding:.85rem 1rem;border-bottom:1px solid var(--border);background:#00000040}.support-msg{padding:.85rem 1rem;border-bottom:1px solid var(--border)}.support-msg--staff{background:#b91c1c0f;border-left:3px solid var(--accent)}.badge-status{display:inline-block;padding:.15rem .45rem;font-size:.72rem;font-weight:700;border-radius:4px;text-transform:uppercase}.badge-status--open{background:#22c55e33;color:#86efac}.badge-status--pending{background:#d4af3733;color:var(--gold)}.badge-status--closed{background:#73737340;color:var(--muted)}.calendar-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.calendar-nav h2{margin:0;font-size:1.25rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;background:var(--border);border:1px solid var(--border);border-radius:6px;overflow:hidden}.calendar-dow{padding:.4rem;text-align:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#b91c1c40;color:#fecaca}.calendar-cell{min-height:88px;background:var(--surface);padding:.25rem;font-size:.75rem;vertical-align:top}.calendar-cell--muted{opacity:.35}.calendar-cell--today{outline:1px solid var(--gold);outline-offset:-2px}.calendar-day-num{font-weight:700;color:var(--muted);margin-bottom:.2rem}.calendar-event-link{display:block;padding:.1rem .25rem;margin-bottom:2px;border-radius:2px;background:#b91c1c40;color:#fecaca;font-size:.68rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event-link:hover{background:#d4af3733;color:var(--gold)}.led{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.35rem;vertical-align:middle;box-shadow:0 0 8px currentColor}.led--green{background:#22c55e;color:#22c55e}.led--yellow{background:#eab308;color:#eab308}.led--red{background:#ef4444;color:#ef4444}.account-grid{display:grid;gap:1rem}@media(min-width:720px){.account-grid{grid-template-columns:1fr 1fr;align-items:start}}.account-card h3{margin-top:0;font-size:1rem;color:var(--gold);border-bottom:1px solid var(--border);padding-bottom:.35rem}.muted{color:var(--muted)}
