.btn-base.svelte-11fzodu{cursor:pointer;touch-action:manipulation;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:600;transition:all .2s;display:inline-flex}.btn-base.svelte-11fzodu:hover:not(.btn-disabled):not(.btn-loading){transform:translateY(-1px)}.btn-base.svelte-11fzodu:disabled,.btn-disabled.svelte-11fzodu{opacity:.5;cursor:not-allowed;transform:none!important}.btn-loading.svelte-11fzodu{cursor:wait}.btn-sm.svelte-11fzodu{padding:6px 12px;font-size:.8rem}.btn-md.svelte-11fzodu{padding:12px 16px;font-size:.9rem}.btn-lg.svelte-11fzodu{padding:14px 20px;font-size:1rem}.btn-primary.svelte-11fzodu{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:2px solid #1e40af}.btn-primary.svelte-11fzodu:hover:not(.btn-disabled):not(.btn-loading){background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 12px #2563eb66}.btn-secondary.svelte-11fzodu{color:#fff;background:linear-gradient(135deg,#6b7280,#4b5563);border:2px solid #374151}.btn-secondary.svelte-11fzodu:hover:not(.btn-disabled):not(.btn-loading){background:linear-gradient(135deg,#4b5563,#374151)}.btn-danger.svelte-11fzodu{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #b91c1c}.btn-danger.svelte-11fzodu:hover:not(.btn-disabled):not(.btn-loading){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 8px #dc262666}.btn-success.svelte-11fzodu{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border:2px solid #047857}.btn-success.svelte-11fzodu:hover:not(.btn-disabled):not(.btn-loading){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98166}.btn-ghost.svelte-11fzodu{color:#94a3b8;background:0 0;border:1px solid #475569}.btn-ghost.svelte-11fzodu:hover:not(.btn-disabled):not(.btn-loading){color:#fff;border-color:#60a5fa}.btn-uppercase.svelte-11fzodu{text-transform:uppercase}.btn-spinner.svelte-11fzodu{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:1s linear infinite svelte-11fzodu-spin}@keyframes svelte-11fzodu-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-backdrop.svelte-1j63hcr{background:var(--bg-overlay,#0006);width:100%;height:100%;z-index:var(--z-modal,2000);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.modal-container{box-shadow:var(--shadow-xl,0 20px 25px -5px #0006);overflow:hidden}.modal-footer.svelte-1j63hcr{gap:var(--space-3,.75rem);justify-content:flex-end;display:flex}.modal-header-section{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex;padding:8px 16px!important}.modal-header-section .section-header{flex:1;justify-content:flex-start;align-items:center!important;min-height:auto!important;margin-bottom:0!important}.modal-header-section .section-content{display:none}.modal-header-section .section-actions{margin-top:0!important}.modal-header-section .section-title{margin:0!important;font-size:1.1rem!important;line-height:1.2!important}.loading-container.svelte-1d2u6tn{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.loading-spinner.svelte-1d2u6tn{border-style:solid;border-color:#0000;border-radius:50%;animation:1s linear infinite svelte-1d2u6tn-spin}.spinner-xs.svelte-1d2u6tn{border-width:2px;width:16px;height:16px}.spinner-sm.svelte-1d2u6tn{border-width:2px;width:24px;height:24px}.spinner-md.svelte-1d2u6tn{border-width:3px;width:32px;height:32px}.spinner-lg.svelte-1d2u6tn{border-width:3px;width:40px;height:40px}.spinner-xl.svelte-1d2u6tn{border-width:4px;width:48px;height:48px}.spinner-primary.svelte-1d2u6tn{border-color:#3b82f6 #3b82f6 #374151 #374151}.spinner-blue.svelte-1d2u6tn{border-color:#60a5fa #60a5fa #475569 #475569}.spinner-teal.svelte-1d2u6tn{border-color:#3498db #3498db #34495e #34495e}.spinner-white.svelte-1d2u6tn{border-color:#fff #fff #ffffff4d #ffffff4d}.loading-text.svelte-1d2u6tn{color:#e2e8f0;text-align:center;margin:0;font-size:.9rem}@keyframes svelte-1d2u6tn-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.metric-tooltip-container.svelte-1ejuo3h{align-items:center;margin-left:4px;display:inline-flex}.metric-tooltip-container-inline.svelte-1ejuo3h{margin-left:0}.metric-tooltip-trigger.svelte-1ejuo3h{cursor:help;background:0 0;border:none;outline:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.metric-tooltip-trigger-inline.svelte-1ejuo3h{cursor:help;border-radius:2px}.metric-tooltip-portal{box-sizing:border-box;color:#f3f4f6;white-space:pre-line;z-index:99999;pointer-events:none;opacity:0;background:#111827f2;border:1px solid #60a5fa4d;border-radius:6px;width:max-content;min-width:min(300px,100vw - 1rem);max-width:min(450px,100vw - 1rem);padding:.75rem 1rem;font-size:.875rem;line-height:1.5;animation:.2s ease-out forwards svelte-1ejuo3h-metricTooltipFadeIn;position:fixed;transform:none;box-shadow:0 4px 12px #00000080}.metric-tooltip-portal-no-animate{opacity:1;animation:none}@keyframes svelte-1ejuo3h-metricTooltipFadeIn{0%{opacity:0}to{opacity:1}}.metric-tooltip-comparison-portal{color:#f3f4f6;white-space:normal;z-index:99999;pointer-events:auto;opacity:0;background:#111827f2;border:1px solid #60a5fa4d;border-radius:6px;flex-direction:column;width:max-content;min-width:min(320px,92vw);max-width:min(520px,94vw);max-height:min(72vh,400px);padding:.5rem .65rem;font-size:.8125rem;line-height:1.3;animation:.2s ease-out forwards svelte-160ljpp-comparisonTooltipFadeIn;display:flex;position:fixed;transform:translate(-50%,calc(-100% - 8px));box-shadow:0 4px 12px #00000080}.metric-tooltip-comparison-portal.metric-tooltip-portal-bottom{animation:.2s ease-out forwards svelte-160ljpp-comparisonTooltipFadeInBottom;transform:translate(-50%)}.metric-tooltip-comparison-portal:after{content:"";border-top:6px solid #111827f2;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.metric-tooltip-comparison-portal.metric-tooltip-portal-bottom:after{border-top:none;border-bottom:6px solid #111827f2;top:auto;bottom:100%}@keyframes svelte-160ljpp-comparisonTooltipFadeIn{0%{opacity:0;transform:translate(-50%,calc(-100% - 4px))}to{opacity:1;transform:translate(-50%,calc(-100% - 8px))}}@keyframes svelte-160ljpp-comparisonTooltipFadeInBottom{0%{opacity:0;transform:translate(-50%,-4px)}to{opacity:1;transform:translate(-50%)}}.metric-tooltip-comparison-title{color:#e5e7eb;border-bottom:1px solid #60a5fa40;flex-shrink:0;margin-bottom:.35rem;padding-bottom:.25rem;font-weight:600}.metric-tooltip-comparison-body{flex:auto;min-height:0;overflow:hidden auto}.metric-tooltip-comparison-row{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;column-gap:.75rem;margin-top:.2rem;display:grid}.metric-tooltip-comparison-row:first-child{margin-top:0}.metric-tooltip-comparison-row-name{color:#d1d5db;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:500;overflow:hidden}.metric-tooltip-comparison-row-value{text-align:right;font-variant-numeric:tabular-nums;color:#9ca3af;white-space:nowrap;justify-self:end}.metric-tooltip-comparison-row--viewer .metric-tooltip-comparison-row-name{color:#93c5fd;font-weight:700}.metric-tooltip-comparison-row--viewer .metric-tooltip-comparison-row-value{color:#cbd5e1;font-weight:600}.ad-banner-container.svelte-payufr{border-top:1px solid #4755694d;justify-content:center;align-items:center;width:100%;margin:0 auto;padding-top:1rem;display:flex;position:relative}.ad-banner-container.svelte-payufr:not(.ad-loaded):not(.ad-loading){display:none}.ad-loading.svelte-payufr{opacity:.5;justify-content:center;align-items:center;width:100%;min-height:100px;display:flex}.ad-loading-spinner.svelte-payufr{border:3px solid #fff3;border-top-color:#fff9;border-radius:50%;width:24px;height:24px;animation:1s linear infinite svelte-payufr-spin}@keyframes svelte-payufr-spin{to{transform:rotate(360deg)}}.adsbygoogle{max-width:100%;display:block}div[id^=aswift_][id$=_host]:empty{width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important}div[id^=aswift_][id$=_host]:not(:has(iframe)){width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important}.chart-container.svelte-1pig0f{background:#0f172a99;border:1px solid #47556980;border-radius:6px;flex-direction:column;margin-top:.5rem;padding:6px;display:flex}.chart-container.svelte-1pig0f:first-child{margin-top:0}.chart-title.svelte-1pig0f{color:#f8fafc;flex-shrink:0;margin-bottom:2px;font-size:12px;font-weight:700}.chart-title-row.svelte-1pig0f{align-items:center;width:fit-content;margin-bottom:2px;display:inline-flex}.chart-wrapper.svelte-1pig0f{flex:1;min-height:0;position:relative}canvas.svelte-1pig0f{width:100%!important;height:100%!important}.legend.svelte-1pig0f{border-top:1px solid #4755694d;flex-wrap:wrap;justify-content:center;gap:4px;margin-top:2px;padding-top:2px;display:flex}.legend-item.svelte-1pig0f{cursor:pointer;background:#1e293b80;border-radius:3px;align-items:center;gap:2px;padding:1px 4px;transition:all .2s;display:flex}.legend-item.svelte-1pig0f:hover,.legend-item.highlighted.svelte-1pig0f{background:#3b82f633}.legend-item.dimmed.svelte-1pig0f{opacity:.4}.legend-color.svelte-1pig0f{border-radius:1px;flex-shrink:0;width:8px;height:8px}.legend-label.svelte-1pig0f{color:#cbd5e1;white-space:nowrap;font-size:.65rem}.home-bg.svelte-1tcbt3a{background-image:var(--bg-gradient), var(--home-bg-src);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2.5rem 1rem;display:flex}.home-content.svelte-1tcbt3a{width:min(980px,100%)}.home-panel{border-radius:16px}.hero.svelte-1tcbt3a{text-align:center;margin-bottom:1.5rem}.hero.svelte-1tcbt3a h1:where(.svelte-1tcbt3a){letter-spacing:.02em;background:var(--title-gradient);-webkit-text-fill-color:transparent;text-shadow:0 2px 10px #00000040;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:800}.tagline.svelte-1tcbt3a{color:#cbd5e1;margin:0;line-height:1.4}.cta-row.svelte-1tcbt3a{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1.25rem 0 1.5rem;display:grid}@media (width<=820px){.cta-row.svelte-1tcbt3a{grid-template-columns:1fr}}.game-card.svelte-8n6u14{background:var(--bg-panel-light,#1e293bcc);border:1px solid var(--border-light,#475569);border-radius:var(--radius-lg,8px);margin-bottom:.75rem;padding:1rem;transition:all .2s}.game-card.svelte-8n6u14:hover{border-color:var(--color-primary-400,#60a5fa);background:var(--bg-panel-light,#1e293bf2)}.game-header.svelte-8n6u14{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.game-title.svelte-8n6u14{color:var(--text-primary,#f8fafc);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}.game-id-label.svelte-8n6u14{font-weight:500}.game-id-value.svelte-8n6u14{font-family:monospace;font-weight:600}.game-details.svelte-8n6u14{color:var(--text-tertiary,#94a3b8);font-size:.9rem}.separator.svelte-8n6u14{opacity:.5;margin:0 .5rem}.player-slots.svelte-8n6u14{flex-wrap:wrap;justify-content:flex-start;gap:.5rem;display:flex}.player-slot.svelte-8n6u14{flex-direction:column;align-items:center;gap:.375rem;display:flex}.slot-label.svelte-8n6u14{color:var(--text-tertiary,#94a3b8);font-size:.75rem;font-weight:500}.slot-button{min-width:80px;transition:all .2s}.slot-button.open:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.slot-button.creator{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.slot-button.taken{opacity:.7}.slot-button.ai{opacity:.6;font-style:italic}.slot-button.disabled{opacity:.4}@media (width<=640px){.player-slots.svelte-8n6u14{flex-direction:column;gap:.75rem}.game-header.svelte-8n6u14{flex-direction:column;align-items:flex-start;gap:.5rem}.slot-button{min-width:70px}}.usage-stats-view.svelte-h6md3p{flex-direction:column;gap:24px;display:flex}.kpi-row.svelte-h6md3p{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.kpi-card.svelte-h6md3p{text-align:center;background:#0f172a99;border:1px solid #47556980;border-radius:8px;padding:12px 16px}.kpi-value.svelte-h6md3p{color:#f8fafc;font-size:1.5rem;font-weight:700;line-height:1.2}.kpi-label.svelte-h6md3p{color:#94a3b8;margin-top:4px;font-size:.75rem}.chart-section.svelte-h6md3p{min-height:260px}.table-section.svelte-h6md3p{background:#0f172a99;border:1px solid #47556980;border-radius:8px;padding:16px}.table-section.svelte-h6md3p h2:where(.svelte-h6md3p){color:#f8fafc;text-align:center;margin:0 0 12px;font-size:.875rem;font-weight:600}.player-table-wrapper.svelte-h6md3p{max-height:480px;overflow:auto}.player-table.svelte-h6md3p{table-layout:fixed;border-collapse:collapse;width:max-content;min-width:100%;font-size:.75rem}.player-table.svelte-h6md3p th:where(.svelte-h6md3p){z-index:1;box-sizing:border-box;color:#94a3b8;text-align:left;white-space:nowrap;background:#1e293bf2;border-bottom:1px solid #47556980;padding:8px 12px 8px 10px;font-weight:600;position:sticky;top:0;overflow:hidden}.th-inner.svelte-h6md3p{min-height:100%;position:relative}.th-label.svelte-h6md3p{text-overflow:ellipsis;padding-right:6px;display:block;overflow:hidden}.col-resizer.svelte-h6md3p{cursor:col-resize;touch-action:none;-webkit-user-select:none;user-select:none;width:8px;height:100%;position:absolute;top:0;right:0}.col-resizer.svelte-h6md3p:after{content:"";background:#47556966;border-radius:1px;width:2px;transition:background .15s;position:absolute;top:0;bottom:0;left:3px}.col-resizer.svelte-h6md3p:hover:after,.col-resizer-active.svelte-h6md3p:after{background:#3b82f6}.col-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.col-resizing *{cursor:col-resize!important}.player-table.svelte-h6md3p td:where(.svelte-h6md3p){color:#cbd5e1;vertical-align:top;border-bottom:1px solid #47556933;padding:6px 10px;overflow:hidden}.player-table.svelte-h6md3p tr:where(.svelte-h6md3p):hover td:where(.svelte-h6md3p){background:#3b82f61a}.date-cell.svelte-h6md3p{white-space:nowrap;color:#94a3b8;font-family:monospace}.players-cell.svelte-h6md3p{word-break:break-word;overflow-wrap:anywhere}.no-players.svelte-h6md3p{color:#64748b;font-style:italic}.page.svelte-1uha8ag{max-width:1200px;margin:0 auto;padding:24px 16px 48px}.page-header.svelte-1uha8ag{text-align:center;margin-bottom:24px}.page-header.svelte-1uha8ag h1:where(.svelte-1uha8ag){color:#f8fafc;margin:0 0 8px;font-size:1.75rem;font-weight:700}.subtitle.svelte-1uha8ag{color:#94a3b8;margin:0;font-size:.95rem}.content.svelte-1uha8ag{min-height:400px}.state-panel.svelte-1uha8ag{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:300px;display:flex}.state-panel.error.svelte-1uha8ag p:where(.svelte-1uha8ag){color:#fca5a5}.hint.svelte-1uha8ag{opacity:.7;font-size:.875rem}
