:root{--bg-deep: #07080c;--bg-card: rgba(18, 22, 32, .72);--bg-card-solid: #121620;--stroke: rgba(255, 255, 255, .08);--stroke-strong: rgba(255, 255, 255, .14);--text: #f4f6fb;--text-muted: #94a3b8;--accent: #f4b942;--accent-2: #ff6b4a;--accent-glow: rgba(244, 185, 66, .35);--danger: #f87171;--radius-lg: 20px;--radius-md: 14px;--radius-sm: 10px;--font-sans: "Manrope", system-ui, sans-serif;--font-display: "Unbounded", "Manrope", sans-serif;--shadow-card: 0 4px 24px rgba(0, 0, 0, .35);--ease: cubic-bezier(.34, 1.2, .64, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:dark}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:16px;line-height:1.55;color:var(--text);background:var(--bg-deep);-webkit-font-smoothing:antialiased}.shell{position:relative;min-height:100vh;overflow-x:hidden;padding-bottom:env(safe-area-inset-bottom,0)}.shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 100% 80% at 50% -30%,rgba(244,185,66,.14),transparent 55%),radial-gradient(ellipse 70% 50% at 100% 50%,rgba(255,107,74,.08),transparent 50%),radial-gradient(ellipse 60% 40% at 0% 80%,rgba(99,102,241,.06),transparent 45%),linear-gradient(180deg,#0a0c12,#07080c 40%,#05060a);pointer-events:none}.shell:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 85% 70% at 50% 40%,black 10%,transparent 72%);mask-image:radial-gradient(ellipse 85% 70% at 50% 40%,black 10%,transparent 72%);pointer-events:none}.shell-inner{position:relative;z-index:1}.login{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:clamp(1.25rem,4vw,2.5rem)}.login-brand{text-align:center;margin-bottom:2rem;max-width:28rem}.login-ellipsis{display:block;font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2rem);letter-spacing:.35em;color:var(--accent);text-shadow:0 0 32px var(--accent-glow);margin-bottom:.35rem;animation:pulse-soft 4s var(--ease) infinite}.login-title{font-family:var(--font-display);font-size:clamp(1.65rem,4.5vw,2.35rem);font-weight:600;line-height:1.2;margin:0 0 .75rem;background:linear-gradient(120deg,#fff 20%,var(--accent) 95%);-webkit-background-clip:text;background-clip:text;color:transparent}.login-tagline{margin:0;font-size:1rem;color:var(--text-muted);font-weight:500}.login-card{width:100%;max-width:420px;padding:clamp(1.5rem,4vw,2rem);border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--stroke-strong);box-shadow:var(--shadow-card),0 0 0 1px #ffffff0a inset;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.login-card h2{margin:0 0 .35rem;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.login-card-desc{margin:0 0 1.25rem;font-size:.95rem;color:var(--text-muted)}.login-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.input{width:100%;padding:.85rem 1rem;font:inherit;color:var(--text);background:#00000059;border:1px solid var(--stroke);border-radius:var(--radius-sm);outline:none;transition:border-color .2s,box-shadow .2s}.input::placeholder{color:#94a3b8a6}.input:hover{border-color:var(--stroke-strong)}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.schedule-register-block .input:focus,.schedule-party-input-inline:focus{border-color:#f4b942bf;box-shadow:0 0 0 2px #f4b94238}select{color-scheme:dark}select.input,select.stats-chart-year-select,select.stats-all-games-sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bg-card-solid);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath stroke='%23cbd5e1' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' d='M3.5 5.25 7 8.75l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .72rem center;cursor:pointer}select.input{padding-right:2.45rem}select.input option,select.stats-chart-year-select option,select.stats-all-games-sort-select option{background-color:#161b27;color:#e8edf5}select.input:disabled,select.stats-chart-year-select:disabled,select.stats-all-games-sort-select:disabled{opacity:.55;cursor:not-allowed}select.stats-chart-year-select:focus-visible,select.stats-all-games-sort-select:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.35rem;font:inherit;font-weight:600;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:transform .15s var(--ease),box-shadow .2s,opacity .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{width:100%;margin-top:1.1rem;color:#121620;background:linear-gradient(135deg,var(--accent) 0%,#ffd089 100%);box-shadow:0 4px 20px #f4b94259}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 28px #f4b94273}.btn-primary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn-primary.btn-sm,.btn-primary.btn-tab{width:auto;margin-top:0}.btn-ghost{color:var(--text);background:#ffffff0f;border:1px solid var(--stroke)}.btn-ghost:hover{background:#ffffff1a;border-color:var(--stroke-strong)}.btn-vk{color:#fff;background:linear-gradient(135deg,#2787f5,#4a8eff);border:1px solid rgba(255,255,255,.18)}.btn-vk:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2787f559}.btn-sm{padding:.45rem .85rem;font-size:.88rem}.btn-tab{padding:.55rem 1rem;font-size:.9rem;font-weight:600;color:var(--text-muted);background:transparent;border:1px solid transparent;border-radius:999px;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.btn-tab:hover{color:var(--text);background:#ffffff0d}.btn-tab[aria-pressed=true]{color:#121620;background:linear-gradient(135deg,var(--accent),#ffd089);border-color:#fff3}.btn-tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.portal{width:100%;box-sizing:border-box;max-width:min(1180px,calc(100vw - 2rem));margin:0 auto;padding:clamp(1rem,3vw,1.75rem) clamp(1rem,3vw,1.5rem) 3rem;min-width:0}.portal.portal--wide{max-width:min(1540px,calc(100vw - 2rem))}.stats-table-wrap{width:100%;overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--stroke);background:#0c0f16bf;margin-bottom:1.5rem;-webkit-overflow-scrolling:touch}.stats-table{width:100%;min-width:520px;border-collapse:collapse;font-size:.9rem}.stats-table th,.stats-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--stroke)}.stats-table th{font-family:var(--font-display);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:#00000059}.stats-table tbody tr:hover{background:#f4b9420f}.stats-table tbody tr:last-child td{border-bottom:none}.stats-table-title{font-weight:600;color:var(--text);max-width:22rem}.stats-table-num{font-variant-numeric:tabular-nums;color:var(--text-muted);white-space:nowrap}.schedule-table-wrap{width:100%;overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--stroke);background:#0c0f16bf;margin-bottom:1.5rem;-webkit-overflow-scrolling:touch}.schedule-table{width:100%;min-width:720px;border-collapse:collapse;font-size:.88rem}.schedule-table th,.schedule-table td{padding:.65rem .85rem;text-align:left;vertical-align:middle;border-bottom:1px solid var(--stroke)}.schedule-table th{font-family:var(--font-display);font-size:.68rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);background:#00000059;white-space:nowrap}.schedule-th-narrow{width:2.75rem;text-align:center}.schedule-th-action{width:1%;text-align:right}.schedule-table-divider td{padding:.5rem .85rem;background:linear-gradient(90deg,rgba(244,185,66,.12) 0%,rgba(244,185,66,.04) 50%,transparent 100%);border-bottom:1px solid var(--stroke-strong)}.schedule-divider-label{font-family:var(--font-display);font-size:.78rem;font-weight:600;letter-spacing:.04em;color:var(--accent);text-transform:uppercase}.schedule-table-row:hover td{background:#f4b9420d}.schedule-table tbody tr:last-child td{border-bottom:none}.schedule-cell-time{white-space:nowrap}.schedule-time-pill{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-family:var(--font-display);font-size:.78rem;font-weight:700;color:#121620;background:linear-gradient(135deg,var(--accent),#ffd089)}.schedule-cell-muted{color:var(--text-muted);white-space:nowrap}.schedule-cell-date{font-variant-numeric:tabular-nums}.schedule-cell-title{font-weight:600;line-height:1.35;min-width:12rem;max-width:28rem}.schedule-cell-venue-mine{background:linear-gradient(135deg,#22c55e6b,#4ade8038);box-shadow:inset 0 0 0 1px #22c55e73;border-radius:var(--radius-sm);color:#ecfdf5}.schedule-mine-tag{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#ecfdf5d9;white-space:nowrap}.schedule-row-highlight td{background:#22c55e29}.schedule-table-row.schedule-row-highlight:hover td{background:#22c55e33}.schedule-table-detail.schedule-detail-highlight td{background:#22c55e1a;box-shadow:inset 4px 0 #22c55ed9}.schedule-row-waitlist td{background:#fbbf2424}.schedule-table-row.schedule-row-waitlist:hover td{background:#fbbf242e}.schedule-table-detail.schedule-detail-waitlist td{background:#fbbf2417;box-shadow:inset 4px 0 #f59e0be6}.schedule-cell-venue-waitlist{background:linear-gradient(135deg,#fbbf2459,#fcd34d2e);box-shadow:inset 0 0 0 1px #f59e0b73;border-radius:var(--radius-sm);color:#fffbeb}.schedule-roster-mine{font-weight:600;color:#86efac}.schedule-row-squad .schedule-time-pill,.schedule-card--squad .schedule-time-pill{color:#f8fafc;background:linear-gradient(135deg,#6366f1,#4338ca);box-shadow:0 0 0 1px #c7d2fe73,0 1px 8px #4338ca59}.schedule-squad-tag{color:#a5b4fc;font-size:.88em;font-weight:500}.schedule-reserve-tag{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fde68a;white-space:nowrap}.schedule-my-status{margin:.5rem 0 .35rem;padding:.5rem .65rem;border-radius:var(--radius-sm);font-size:.8rem;line-height:1.45;color:var(--text)}.schedule-my-status--waitlist{background:#fbbf241f;border:1px solid rgba(245,158,11,.35);color:#fef3c7}.schedule-my-status--squad{background:#6366f11f;border:1px solid rgba(129,140,248,.35);color:#e0e7ff}.schedule-card-reserve-ok{margin:0 0 .75rem;padding:.65rem .75rem;border-radius:var(--radius-sm);background:linear-gradient(135deg,#fbbf2438,#fcd34d14);border:1px solid rgba(245,158,11,.4);font-size:.82rem;line-height:1.45;color:#fffbeb}.schedule-card-reserve-ok--inline{margin-top:.5rem}.schedule-register-hint{margin:0 0 .5rem;padding:.45rem .55rem;border-radius:var(--radius-sm);font-size:.78rem;line-height:1.45;color:#e2e8f0;background:#0f172a8c;border:1px solid rgba(148,163,184,.2)}.schedule-register-hint--table{margin-bottom:.35rem}.schedule-roster-section-hint{margin:.35rem 0 .45rem;font-size:.76rem;line-height:1.45;color:var(--text-muted)}.schedule-roster-section-hint strong{color:var(--text);font-weight:600}.schedule-admin-squad{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem}.schedule-squad-party-label{display:flex;flex-direction:column;gap:.25rem;min-width:5.5rem}.schedule-squad-party-k{font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.schedule-squad-party-input:disabled{opacity:.45}.schedule-squad-toggle{flex:1;min-width:10rem;min-height:40px}.schedule-admin-actions{margin-top:.85rem;padding-top:.65rem;border-top:1px dashed var(--stroke);display:flex;flex-direction:column;align-items:stretch;gap:.65rem}.admin-register-chat{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.admin-register-chat-label{width:100%;font-size:.85rem;color:var(--text-muted)}.admin-register-select{flex:1;min-width:11rem}.admin-register-manual{flex:1;min-width:10rem}.schedule-cards-wrap{width:100%;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.schedule-cards-day-title{margin:0 0 .75rem;font-family:var(--font-display);font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent)}.schedule-cards-list{display:flex;flex-direction:column;gap:.85rem}.schedule-card{border-radius:var(--radius-md);border:1px solid var(--stroke);background:#0c0f16e0;padding:1rem 1rem 1.1rem;box-shadow:0 8px 28px #00000047}.schedule-card--highlight{border-color:#22c55e8c;box-shadow:0 8px 28px #00000047,inset 0 0 0 2px #22c55e38;background:linear-gradient(165deg,#22c55e33,#0c0f16f0 48%)}.schedule-card--waitlist{border-color:#f59e0b80;box-shadow:0 8px 28px #00000047,inset 0 0 0 2px #fbbf2440;background:linear-gradient(165deg,#fbbf2424,#0c0f16f0 48%)}.schedule-card-venue--waitlist{background:linear-gradient(135deg,#fbbf2452,#fcd34d24);box-shadow:inset 0 0 0 1px #f59e0b66;border-radius:var(--radius-sm);color:#fffbeb}.schedule-card-head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.65rem}.schedule-card-meta{font-size:.82rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.schedule-card-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:600;line-height:1.35}.schedule-card-venue{margin:0 0 .65rem;font-size:.9rem;line-height:1.4;color:var(--text-muted)}.schedule-card-venue--mine{color:#ecfdf5;padding:.45rem .55rem;margin-left:-.15rem;margin-right:-.15rem;background:linear-gradient(135deg,#22c55e6b,#4ade8038);box-shadow:inset 0 0 0 1px #22c55e73;border-radius:var(--radius-sm)}.schedule-card-slots{margin:0 0 .65rem;font-size:.84rem;color:var(--text-muted)}.schedule-card-roster{margin-bottom:.85rem}.schedule-card-actions{display:flex;flex-direction:column;gap:.55rem}.schedule-register-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:.5rem .65rem;width:100%}.schedule-register-row--table{justify-content:flex-end;width:auto;max-width:100%;margin-left:auto}.schedule-party-inline{display:inline-flex;align-items:center;gap:.35rem;flex:0 0 auto;min-height:44px}.schedule-party-label-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;min-width:0}.schedule-party-inline-k{font-size:.78rem;font-weight:600;color:var(--text);line-height:1.2;white-space:normal}.schedule-party-inline-sub{font-size:.68rem;font-weight:500;color:var(--text-muted);line-height:1.25;max-width:11rem}.schedule-party-inline-sub--compact{max-width:6rem}.schedule-th-stack{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.08rem;line-height:1.15}.schedule-th-stack-main{font:inherit;letter-spacing:inherit;text-transform:inherit}.schedule-th-stack-sub{font-family:var(--font-sans);font-size:.58rem;font-weight:600;letter-spacing:.04em;text-transform:none;color:#94a3b8e6;white-space:nowrap}.schedule-party-input-inline{width:3.35rem;max-width:none;min-height:44px;padding:.4rem .35rem;text-align:center}.schedule-party-global-hint{margin:0;font-size:.82rem;line-height:1.45}.schedule-card-btn{width:100%;min-height:44px}.schedule-register-row .schedule-card-btn--with-party{flex:1 1 auto;min-width:0;width:auto}@media(max-width:520px){.schedule-register-row:not(.schedule-register-row--table){flex-direction:column;align-items:stretch}.schedule-register-row:not(.schedule-register-row--table) .schedule-party-inline{width:100%;justify-content:space-between}.schedule-register-row:not(.schedule-register-row--table) .schedule-card-btn--with-party{width:100%}}.schedule-cell-action .schedule-btn--with-party{flex:0 1 auto;min-width:0;white-space:nowrap}.admin-panel{margin:0 0 .85rem;padding:.85rem 1rem .95rem;border-radius:var(--radius-md);border:1px solid var(--stroke-strong);border-left:3px solid rgba(244,185,66,.55);background:#0e1118eb}.admin-panel:last-child{margin-bottom:0}.admin-panel-summary{cursor:pointer;font-family:var(--font-display);font-weight:600;font-size:.95rem;list-style:none;padding-left:.15rem}.admin-panel-summary::-webkit-details-marker{display:none}.admin-form{display:grid;gap:.6rem;margin-top:1rem;max-width:28rem}.admin-hint{margin:.5rem 0 .75rem}.admin-past-scroll{max-height:22rem;overflow-y:auto;margin-top:.65rem;-webkit-overflow-scrolling:touch}.admin-past-list{list-style:none;margin:0;padding:0}.admin-past-item{padding:1rem;margin-bottom:.65rem;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:#0003}.admin-past-head{display:flex;flex-direction:column;gap:.2rem}.admin-past-meta{font-size:.82rem;color:var(--text-muted)}.admin-past-form{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;margin-top:.65rem}.admin-past-form .btn-primary{width:100%;order:1}@media(min-width:480px){.admin-past-form{flex-direction:row;flex-wrap:wrap;align-items:center}.admin-past-form .btn-primary{width:auto;order:0}.admin-past-form .btn{align-self:flex-start}}.admin-stat-archive-editor{max-width:36rem}.admin-stat-archive-editor-grid{display:grid;grid-template-columns:minmax(6.5rem,auto) 1fr;gap:.45rem .75rem;align-items:center;margin-top:.5rem}.admin-stat-archive-editor-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.admin-stat-archive-edit-tr td{padding:1rem .85rem;background:#00000038;border-bottom:1px solid var(--stroke)}.stats-table-admin-actions{white-space:nowrap;vertical-align:middle;text-align:end}.stats-charts{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.stats-chart-card{padding:1rem;border-radius:var(--radius-md);background:#121620b8;border:1px solid var(--stroke);box-shadow:0 12px 36px #00000038;position:relative;overflow:hidden}.stats-chart-card--glow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(125deg,rgba(244,185,66,.35),transparent 40%,transparent 60%,rgba(99,102,241,.28));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.85}@media(prefers-reduced-motion:no-preference){.stats-chart-card--glow:before{animation:stats-glow-rotate 10s linear infinite}}@keyframes stats-glow-rotate{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(12deg)}}.stats-chart-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.65rem 1rem;margin-bottom:.65rem}.stats-chart-head .stats-chart-title{margin:0}.stats-chart-title{margin:0 0 .65rem;font-family:var(--font-display);font-size:.95rem;font-weight:600}.stats-chart-year-label{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.stats-chart-year-k{font-size:.62rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.stats-chart-year-select{font:inherit;font-size:.82rem;padding:.42rem 2.35rem .42rem .65rem;border-radius:var(--radius-sm);border:1px solid var(--stroke);color:var(--text);cursor:pointer;min-width:8.5rem}.stats-chart-fallback{margin:0;padding:1rem .25rem .5rem;font-size:.84rem;color:var(--text-muted);line-height:1.45}.stats-chart-box{width:100%;min-height:220px}.stats-chart-box-bar{min-height:180px}.stats-chart-box-bar .recharts-cartesian-axis-tick text{dominant-baseline:middle}.stats-recharts-tooltip{padding:.45rem .7rem;background:#121620;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);box-shadow:0 10px 28px #0006}.stats-recharts-tooltip-label{margin:0 0 .3rem;font-size:.72rem;color:#94a3b8;line-height:1.3}.stats-recharts-tooltip-metric{margin:0;font-size:.84rem;font-weight:600;color:#e2e8f0;font-variant-numeric:tabular-nums;line-height:1.35}.schedule-cell-venue{color:#c8d2e0;line-height:1.4;max-width:14rem}.schedule-cell-num{text-align:center;font-variant-numeric:tabular-nums}.schedule-cell-action{text-align:right;white-space:nowrap;vertical-align:middle}.schedule-cell-action:has(.schedule-register-row){white-space:normal;min-width:9.5rem}.schedule-btn{padding:.4rem .75rem;font-size:.82rem}.portal-header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--stroke)}.portal-brand-block{flex:1 1 200px;min-width:0}.portal-brand-kicker{margin:0 0 .2rem;font-family:var(--font-display);font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.portal-brand-name{margin:0;font-family:var(--font-display);font-size:clamp(1.05rem,2.5vw,1.35rem);font-weight:600;line-height:1.25}.portal-title{margin:.15rem 0 0;font-size:1.5rem;font-weight:700}.portal-user{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.portal-user-row{display:flex;align-items:center;gap:.65rem}.portal-user-details{min-width:0}.portal-user-name-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .65rem}.portal-user-name{font-weight:600}.portal-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--stroke-strong);box-shadow:0 2px 12px #0000004d}.portal-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.guest-field{margin-bottom:1.25rem;padding:1rem;border-radius:var(--radius-md);background:#00000040;border:1px solid var(--stroke)}.alert{padding:.85rem 1rem;border-radius:var(--radius-sm);background:#f871711f;border:1px solid rgba(248,113,113,.35);color:#fecaca;font-size:.92rem}.alert-success{background:#22c55e1f;border-color:#86efac59;color:#bbf7d0}.alert-success.tight-top{margin-top:.65rem;margin-bottom:0}.admin-panel-schedule-import{margin-bottom:0}.admin-stack{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(244,185,66,.2)}.admin-stack-head{margin-bottom:1rem}.admin-stack-title{margin:0 0 .35rem;font-family:var(--font-display);font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.admin-stack-lead{margin:0;font-size:.86rem;line-height:1.45;color:var(--text-muted);max-width:40rem}.schedule-user-toolbar{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.25rem;padding:1.05rem 1.1rem 1.1rem;border-radius:var(--radius-md);border:1px solid var(--stroke-strong);background:linear-gradient(165deg,#121620eb,#080a10c7);box-shadow:var(--shadow-card)}.schedule-user-toolbar-head{margin:0}.schedule-user-toolbar-title{margin:0 0 .4rem;font-family:var(--font-display);font-size:.98rem;font-weight:600;letter-spacing:.02em;color:var(--text)}.schedule-user-toolbar-lead{margin:0;font-size:.88rem;line-height:1.45;color:var(--text-muted)}.admin-schedule-nav-hint{margin:.35rem 0 0;padding:.55rem .65rem;border-radius:var(--radius-sm);font-size:.82rem;line-height:1.45;color:#fde68a;background:#f59e0b1a;border:1px solid rgba(245,158,11,.28)}.admin-schedule-nav-hint-link{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.admin-schedule-nav-hint-link:hover{color:#ffd089}.schedule-filters-surface{border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.09);background:#00000057;padding:.75rem .9rem .85rem;display:flex;flex-direction:column;gap:.65rem}.schedule-filters-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 0;padding-top:.15rem;border-top:1px solid rgba(255,255,255,.06)}.schedule-filters-heading{flex:0 0 100%;margin:0;padding:.35rem 0 .15rem;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8f2}.schedule-filter-reg--integrated{display:inline-flex;align-items:center;gap:.5rem;margin:0;padding:.35rem 1rem .35rem 0;border:none;background:transparent;font-size:.88rem;color:var(--text);cursor:pointer;max-width:100%}.schedule-filter-reg--integrated input{width:1rem;height:1rem;accent-color:var(--accent)}.schedule-calendar-filter--integrated{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .6rem;padding:.35rem 0 .35rem 1rem;margin:0;border:none;background:transparent;border-left:1px solid rgba(255,255,255,.1)}.schedule-help-disclosure--embedded{border:none;background:transparent}.schedule-help-disclosure--embedded .schedule-help-disclosure-summary{padding:.15rem 0 .35rem;font-size:.82rem}.schedule-help-disclosure--embedded[open] .schedule-help-disclosure-summary{border-bottom:none;padding-bottom:.45rem}.schedule-help-disclosure--embedded .schedule-help-disclosure-body{padding:0 0 .5rem;border-bottom:1px solid rgba(255,255,255,.06)}.schedule-vk-only-hint--compact{margin:0;padding:0;border:none;background:transparent;font-size:.84rem;line-height:1.45;color:#c7d2fe}.schedule-help-disclosure{margin:0;border-radius:var(--radius-sm);border:1px solid var(--stroke);background:#00000038}.schedule-help-disclosure-summary{cursor:pointer;padding:.55rem .75rem;font-size:.84rem;font-weight:600;color:var(--text-muted);list-style:none}.schedule-help-disclosure-summary::-webkit-details-marker{display:none}.schedule-help-disclosure[open] .schedule-help-disclosure-summary{color:var(--accent);border-bottom:1px solid var(--stroke)}.schedule-help-disclosure-body{margin:0;padding:.65rem .8rem .75rem;font-size:.82rem;line-height:1.5;color:#cbd5e1}.schedule-help-disclosure-body--follow{padding-top:0;border-top:1px solid rgba(255,255,255,.07)}.schedule-filter-reg{display:inline-flex;align-items:center;gap:.5rem;margin:0;padding:.55rem .65rem;border-radius:var(--radius-sm);border:1px solid var(--stroke);background:#0003;font-size:.88rem;color:var(--text);cursor:pointer;width:fit-content;max-width:100%}.schedule-filter-reg input{width:1rem;height:1rem;accent-color:var(--accent)}.schedule-calendar-filter{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;padding:.55rem .65rem;border-radius:var(--radius-sm);border:1px solid var(--stroke);background:#0003}.schedule-calendar-filter-label{margin:0;font-size:.82rem;font-weight:600;color:var(--text-muted)}.schedule-calendar-input{min-height:40px;max-width:11rem;color-scheme:dark}.schedule-calendar-reset{white-space:nowrap}.input-narrow{max-width:6rem}.field-hint{margin:.35rem 0 0;font-size:.8rem;color:var(--text-muted)}.schedule-table-detail td{padding:.45rem .85rem .65rem;background:#00000038;border-bottom:1px solid var(--stroke)}.schedule-capacity{display:inline-block;margin:.35rem 0 .55rem;padding:.5rem .72rem;border-radius:var(--radius-sm);font-size:.82rem;color:var(--text-muted);line-height:1.45;background:#00000047;border:1px solid rgba(255,255,255,.06)}.schedule-register-block{padding:.45rem .55rem;border-radius:var(--radius-sm);background:#0f172a73;border:1px solid rgba(148,163,184,.16)}.schedule-register-block--table{display:inline-flex;justify-content:flex-end;vertical-align:middle}.admin-register-chat--panel{padding:.75rem .85rem;border-radius:var(--radius-sm);background:#4338ca14;border:1px solid rgba(129,140,248,.22)}.admin-register-chat--panel .admin-register-chat-label{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#a5b4fc}.schedule-admin-squad--panel{padding:.65rem .75rem;margin-top:.35rem;border-radius:var(--radius-sm);background:#0003;border:1px dashed rgba(148,163,184,.28)}.schedule-roster{margin:0;padding-left:1.15rem;font-size:.8rem;color:var(--text)}.schedule-roster li{margin:.35rem 0;display:flex;flex-wrap:wrap;align-items:flex-start;gap:.4rem .65rem;list-style-position:outside}.schedule-roster-line{flex:1 1 auto;min-width:0;line-height:1.4}.schedule-roster-admin{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;justify-content:flex-end;flex:0 1 auto;margin-left:auto}.schedule-roster-move.btn-sm{padding:.25rem .5rem;font-size:.72rem}.schedule-roster-remove{margin-left:0}@media(max-width:520px){.schedule-roster li{flex-direction:column;align-items:stretch}.schedule-roster-admin{margin-left:0;justify-content:flex-start}}.schedule-roster-empty{margin:0;font-size:.78rem;color:var(--text-muted)}.badge-wait{margin-left:.35rem;font-size:.62rem;padding:.08rem .3rem;border-radius:4px;background:#f871712e;color:#fecaca;vertical-align:middle;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.loader-inline{justify-content:center;margin:1rem 0 1.25rem;min-height:3rem}.loader{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.95rem}.loader-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:bounce-dot .9s ease-in-out infinite}.loader-dot:nth-child(2){animation-delay:.15s}.loader-dot:nth-child(3){animation-delay:.3s}.list-plain{list-style:none;padding:0;margin:0}.empty-state{text-align:center;padding:2.5rem 1.25rem;color:var(--text-muted);border:1px dashed var(--stroke);border-radius:var(--radius-md);background:#0003}.stats-hint{overflow-wrap:anywhere;word-break:break-word;margin:0 0 1.25rem;font-size:.88rem;color:var(--text-muted);line-height:1.6}.stats-hint-legacy{border-left:3px solid var(--accent);padding-left:.75rem}.stats-dash{margin-bottom:.5rem;min-width:0}.stats-dash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:.75rem;margin-bottom:1.5rem}.stats-dash-grid .stat-card{margin-bottom:0}.stats-dash-grid--kpi .stat-card{opacity:0;transform:translateY(12px)}@media(prefers-reduced-motion:no-preference){.stats-dash-grid--kpi .stat-card{animation:stats-kpi-in .55s cubic-bezier(.22,1,.36,1) forwards}.stats-dash-grid--kpi .stat-card:nth-child(1){animation-delay:.04s}.stats-dash-grid--kpi .stat-card:nth-child(2){animation-delay:.1s}.stats-dash-grid--kpi .stat-card:nth-child(3){animation-delay:.16s}.stats-dash-grid--kpi .stat-card:nth-child(4){animation-delay:.22s}}@media(prefers-reduced-motion:reduce){.stats-dash-grid--kpi .stat-card{opacity:1;transform:none}}@keyframes stats-kpi-in{to{opacity:1;transform:translateY(0)}}.stats-insights{margin-bottom:1.5rem;padding:1rem 1.1rem;border-radius:var(--radius-md);border:1px solid rgba(244,185,66,.22);background:linear-gradient(160deg,#f4b9420f,#0c0f16e0 55%)}.stats-insights-title{margin:0 0 .75rem;font-family:var(--font-display);font-size:.92rem;font-weight:600;color:#fde68a}.stats-insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.65rem;align-items:stretch}.stats-insight-card{display:flex;flex-direction:column;min-height:7.25rem;padding:.75rem .85rem;border-radius:var(--radius-sm);background:#00000047;border:1px solid var(--stroke);transition:border-color .2s,transform .2s}@media(prefers-reduced-motion:no-preference){.stats-insight-card:hover{border-color:#f4b94273;transform:translateY(-2px)}}.stats-insight-card--gold{border-color:#fbbf2466;box-shadow:0 0 0 1px #fbbf241f}.stats-insight-card--streak{border-color:#a78bfa59}.stats-insight-card--win{border-color:#4ade8059}.stats-insight-k{margin:0 0 .25rem;font-size:.65rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#9ca8bc}.stats-insight-val{margin:0;font-family:var(--font-display);font-size:1.45rem;font-weight:800;font-variant-numeric:tabular-nums;color:#fde68a;line-height:1.1}.stats-insight-sub{margin:.35rem 0 0;font-size:.8rem;color:#a8b2c3;line-height:1.35}.stats-insight-win-title{font-weight:600;color:#bbf7d0}.stats-insight-meta{margin-top:auto;padding-top:.45rem;font-size:.72rem;color:#9ca8bc;font-variant-numeric:tabular-nums}.stats-insights-trend{margin:1rem 0 0;padding:.65rem .85rem;border-radius:var(--radius-sm);border:1px solid rgba(129,140,248,.35);background:#4f46e51f;font-size:.8rem;font-weight:500;color:#c7d2fe;line-height:1.45}.stat-card-podium-row--live .medal{transition:transform .25s}@media(prefers-reduced-motion:no-preference){.stats-dash--ready .stat-card-podium-row--live .medal{animation:stats-medal-pop .55s cubic-bezier(.34,1.56,.64,1) both}.stats-dash--ready .stat-card-podium-row--live .medal:nth-child(2){animation-delay:.08s}.stats-dash--ready .stat-card-podium-row--live .medal:nth-child(3){animation-delay:.16s}}@keyframes stats-medal-pop{0%{transform:scale(.65);opacity:0}to{transform:scale(1);opacity:1}}.stat-card-k{margin:0 0 .35rem;font-size:.65rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#9ca8bc}.stat-card-val{margin:0;font-family:var(--font-display);font-size:1.65rem;font-weight:700;line-height:1.1;color:var(--text)}.stat-card-sub{margin:.5rem 0 0;font-size:.78rem;color:#a8b2c3;line-height:1.45}.stat-card-accent{background:linear-gradient(145deg,#f4b9422e,#121620f2 45%);border-color:#f4b94259}.stat-card-podium .stat-card-val{font-size:1.25rem}.stat-card-podium-row{margin:.25rem 0 0;display:flex;align-items:center;gap:.5rem}.medal{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;padding:.2rem .45rem;border-radius:8px;font-family:var(--font-display);font-weight:800;font-size:.95rem}.medal-gold{background:linear-gradient(135deg,#fbbf24,#d97706);color:#1a1003}.medal-silver{background:linear-gradient(135deg,#e2e8f0,#94a3b8);color:#1e293b}.medal-bronze{background:linear-gradient(135deg,#fdba74,#c2410c);color:#1c0a02}.stats-me{margin-bottom:1.35rem;padding:1rem 1.15rem;border-radius:var(--radius-md);border:1px solid rgba(34,197,94,.35);background:#22c55e14}.stats-me-title{margin:0 0 .65rem;font-family:var(--font-display);font-size:.95rem;font-weight:600;color:#86efac}.stats-me-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.stats-me-card{padding:.65rem .75rem;border-radius:var(--radius-sm);background:#00000040;border:1px solid var(--stroke)}.stats-me-k{margin:0 0 .25rem;font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.stats-me-val{margin:0;font-family:var(--font-display);font-size:1.35rem;font-weight:700}.stats-me-sub{margin:.25rem 0 0;font-size:.8rem;color:var(--text-muted)}.stats-me-hint{margin:.65rem 0 0;font-size:.78rem;color:var(--text-muted)}.stats-dash-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1rem;margin-bottom:1.35rem}.stats-panel{padding:1rem 1.1rem;border-radius:var(--radius-md);border:1px solid var(--stroke);background:#0c0f16bf}.stats-panel-head{min-height:3.35rem;margin-bottom:.65rem}.stats-panel-title{margin:0;font-family:var(--font-display);font-size:.88rem;font-weight:600;color:var(--text)}.stats-panel-hint{margin:.28rem 0 0;font-size:.76rem;color:#a8b2c3;line-height:1.45}.stats-panel-hint-note{display:inline;color:#8b96ab;font-size:.72rem}.stats-bars{display:flex;flex-direction:column;gap:.38rem;max-height:320px;overflow-y:auto;padding-right:.65rem;margin-right:.1rem;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.45) rgba(15,18,28,.6)}.stats-bars::-webkit-scrollbar{width:7px}.stats-bars::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}.stats-bars::-webkit-scrollbar-track{background:#0f121c80;border-radius:999px}.stats-bar-row{display:grid;grid-template-columns:2rem 1fr auto;align-items:center;gap:.45rem;font-size:.8rem}.stats-bar-row-title{grid-template-columns:minmax(0,1.2fr) 1fr auto}.stats-bar-label{font-variant-numeric:tabular-nums;color:var(--text-muted);text-align:right}.stats-bar-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted);font-size:.76rem}.stats-bar-track{height:8px;border-radius:999px;background:#ffffff0f;overflow:hidden}.stats-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#6366f1e6,#f4b942d9);transform:scaleX(0);transform-origin:left center;transition:transform .9s cubic-bezier(.22,.61,.36,1);will-change:transform}.stats-dash--ready .stats-bar-fill{transform:scaleX(1)}@media(prefers-reduced-motion:reduce){.stats-bar-fill{transition:none;transform:scaleX(1)!important}}.stats-bar-fill-warm{background:linear-gradient(90deg,#f4b942d9,#ff6b4abf)}.stats-bar-fill--podium-gold{background:linear-gradient(90deg,#fbbf24f2,#d97706b8)}.stats-bar-fill--podium-silver{background:linear-gradient(90deg,#e2e8f0eb,#94a3b89e)}.stats-bar-fill--podium-bronze{background:linear-gradient(90deg,#fdba74eb,#c2410cc7)}.stats-bar-fill--place-other{background:linear-gradient(90deg,#818cf8d1,#6366f16b)}.stats-bar-count{font-variant-numeric:tabular-nums;color:#b8c4d6;min-width:2rem;text-align:right;padding-left:.35rem}.stats-roster-wrap{margin-bottom:1.25rem}.stats-roster-table{min-width:420px}.stats-roster-mine td{background:#22c55e1f;color:#bbf7d0}.stats-roster-empty-block{margin-bottom:1.25rem}.stats-tag-guest{margin-left:.35rem;font-size:.65rem;padding:.1rem .35rem;border-radius:4px;background:#94a3b833;color:var(--text-muted);vertical-align:middle;text-transform:uppercase;letter-spacing:.04em}.stats-all-games-wrap{margin-top:1.5rem}.stats-all-games-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1.25rem;margin-bottom:.5rem}.stats-all-games-search-label,.stats-all-games-sort-label{display:flex;flex-direction:column;gap:.2rem;min-width:min(100%,14rem);flex:1 1 180px}.stats-all-games-search-k,.stats-all-games-sort-k{font-size:.62rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted)}.stats-all-games-search-input{width:100%;max-width:22rem}.stats-all-games-sort-select{font:inherit;font-size:.88rem;padding:.45rem 2.35rem .45rem .65rem;border-radius:var(--radius-sm);border:1px solid var(--stroke);color:var(--text);cursor:pointer;width:100%;max-width:16rem}.stats-all-games-count{margin:0 0 .6rem;font-size:.78rem;color:var(--text-muted)}.stats-game-row--gold td{background:#fbbf2417;box-shadow:inset 3px 0 #fbbf24a6}.stats-game-row--silver td{background:#e2e8f012;box-shadow:inset 3px 0 #94a3b88c}.stats-game-row--bronze td{background:#fdba7414;box-shadow:inset 3px 0 #ea580c73}.stats-table--games tbody tr{transition:background-color .18s}.stats-table--games tbody tr:hover td{background:#ffffff0a}.stats-place-pill{display:inline-flex;align-items:center;justify-content:center;min-width:1.65rem;padding:.12rem .4rem;border-radius:999px;font-weight:700;font-variant-numeric:tabular-nums;font-size:.88rem}.stats-place-pill--gold{background:linear-gradient(135deg,#fcd34d,#d97706);color:#1a1003}.stats-place-pill--silver{background:linear-gradient(135deg,#e2e8f0,#64748b);color:#0f172a}.stats-place-pill--bronze{background:linear-gradient(135deg,#fdba74,#c2410c);color:#1c0a02}.stats-all-games-card.stats-game-row--gold{background:#fbbf2412;box-shadow:inset 4px 0 #fbbf2499}.stats-all-games-card.stats-game-row--silver{background:#e2e8f00d;box-shadow:inset 4px 0 #94a3b880}.stats-all-games-card.stats-game-row--bronze{background:#fdba740f;box-shadow:inset 4px 0 #ea580c73}.stats-all-games-cards{list-style:none;margin:0;padding:0;border-radius:var(--radius-md);border:1px solid var(--stroke);background:#0c0f16bf;overflow:hidden}.stats-all-games-card{display:flex;flex-direction:column;padding:1rem 1.05rem;border-bottom:1px solid var(--stroke)}.stats-all-games-card-editor{margin-top:.75rem;padding-top:.85rem;border-top:1px solid var(--stroke)}.stats-all-games-card-edit{margin-top:.65rem;align-self:flex-start}.stats-all-games-card:last-child{border-bottom:none}.stats-all-games-card-date{display:block;font-size:.78rem;font-variant-numeric:tabular-nums;color:var(--text-muted);margin-bottom:.35rem}.stats-all-games-card-title{margin:0 0 .65rem;font-size:.98rem;font-weight:600;line-height:1.4;color:var(--text)}.stats-all-games-card-metrics{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem}.stats-all-games-metric{min-width:4.5rem}.stats-all-games-metric-k{display:block;font-size:.65rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.15rem}.stats-all-games-metric-v{font-variant-numeric:tabular-nums;font-size:1rem;color:var(--text)}.stats-mobile-cards{list-style:none;margin:0;padding:0}.stats-mobile-cards--bordered{border-radius:var(--radius-md);border:1px solid var(--stroke);background:#0c0f16bf;overflow:hidden}.stats-mobile-card{padding:.9rem 1rem;border-bottom:1px solid var(--stroke)}.stats-mobile-cards--bordered .stats-mobile-card:last-child{border-bottom:none}.stats-mobile-card--mine{background:#22c55e1a;box-shadow:inset 3px 0 #22c55e8c}.stats-mobile-card--row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stats-mobile-card-leading{min-width:0;flex:1}.stats-mobile-card-trailing{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.08rem;text-align:right}.stats-mobile-card-title{font-weight:600;line-height:1.35;color:var(--text)}.stats-mobile-card-meta{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem}.stats-mobile-metric{min-width:3.25rem}.stats-mobile-card-k{display:block;font-size:.65rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.1rem}.stats-mobile-card-num{font-variant-numeric:tabular-nums;font-size:.95rem;color:var(--text)}.schedule-card-footnote{margin:.5rem 0 0;font-size:.75rem;line-height:1.45;color:var(--text-muted)}.stats-table-heading{margin:0 0 .65rem;font-family:var(--font-display);font-size:1.02rem;font-weight:600;color:var(--text)}.empty-state.tight{padding:1.15rem 1rem;text-align:left}.stat-card{padding:1rem 1.15rem;margin-bottom:.65rem;border-radius:var(--radius-sm);background:#121620e6;border:1px solid var(--stroke);font-size:.92rem;transition:border-color .2s}.stat-card:hover{border-color:var(--stroke-strong)}.stat-card strong{display:block;font-size:1rem;margin-bottom:.35rem}.stat-meta{color:var(--text-muted);line-height:1.45}code.inline{font-family:ui-monospace,monospace;font-size:.84em;padding:.12em .35em;border-radius:6px;background:#00000073;border:1px solid var(--stroke)}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.65}}@keyframes bounce-dot{0%,80%,to{transform:scale(.75);opacity:.5}40%{transform:scale(1.1);opacity:1}}@media(max-width:900px){.stats-charts{grid-template-columns:1fr}.portal,.portal.portal--wide{max-width:100%}}@media(max-width:640px){html{font-size:15px}.portal-brand-block{flex:0 0 auto}.portal-header{flex-direction:column;align-items:flex-start;gap:.6rem;margin-bottom:.75rem;padding-bottom:.75rem}.portal-title{font-size:1.2rem;line-height:1.2}.portal-brand-kicker{margin-bottom:.1rem;font-size:.68rem;letter-spacing:.14em}.guest-field{margin-bottom:.75rem;padding:.65rem .75rem}.schedule-user-toolbar{gap:.6rem;margin-bottom:.75rem;padding:.75rem .8rem .85rem}.schedule-user-toolbar-title{font-size:.92rem}.schedule-user-toolbar-lead{font-size:.82rem}.schedule-filters-surface{padding:.62rem .72rem .72rem}.schedule-filter-reg--integrated{padding-right:0;flex:1 1 auto}.schedule-calendar-filter--integrated{flex:1 1 100%;border-left:none;border-top:1px solid rgba(255,255,255,.09);padding:.55rem 0 0;margin-top:.15rem}.schedule-vk-only-hint{font-size:.78rem;line-height:1.4;margin:0}.admin-panel{margin:0 0 .75rem;padding:.65rem .75rem}.admin-panel-summary{font-size:.88rem}.admin-hint{margin:.35rem 0 .5rem;font-size:.74rem;line-height:1.45}.admin-panel-schedule-import{margin-bottom:.75rem}.schedule-cards-wrap{gap:1rem;margin-bottom:1rem}.schedule-cards-day-title{margin:0 0 .45rem;font-size:.76rem}.schedule-cards-list{gap:.65rem}.schedule-card{padding:.75rem .8rem .85rem}.schedule-card-head{margin-bottom:.45rem}.schedule-card-title{font-size:.98rem;margin-bottom:.35rem}.schedule-card-venue{margin-bottom:.45rem;font-size:.86rem}.schedule-card-slots{margin-bottom:.45rem;font-size:.8rem}.schedule-card-footnote{margin-top:.4rem;font-size:.72rem;line-height:1.4}.schedule-party-global-hint{font-size:.78rem}.schedule-party-input-inline{min-height:42px;width:3.15rem}.schedule-party-inline{min-height:42px}.portal-user{align-items:flex-start;width:100%}.portal-nav{position:sticky;top:0;z-index:8;margin:0 -.35rem .65rem;padding:.4rem .35rem;background:#07080ceb;border-bottom:1px solid var(--stroke);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:.4rem}.portal-nav .btn-tab{flex:1;justify-content:center;text-align:center;font-size:.88rem}.shell-inner.portal{padding-left:clamp(.65rem,3vw,1rem);padding-right:clamp(.65rem,3vw,1rem);padding-bottom:2rem}.schedule-table-wrap{margin:0 -.35rem;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius-sm)}.schedule-table{font-size:.82rem;min-width:620px}.schedule-btn{padding:.35rem .55rem;font-size:.78rem}.btn-tab{min-height:40px;padding:.42rem .65rem}.alert,.alert-success{padding:.65rem .75rem;font-size:.86rem;margin-bottom:.5rem}.field-hint.admin-hint{margin-top:0;margin-bottom:.5rem}.stats-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.stats-bars{max-height:240px;overflow-y:auto}}@media(prefers-reduced-motion:reduce){.login-ellipsis,.loader-dot{animation:none}}
