:root{--z-topbar: 100;--z-overlay: 300;--z-modal: 400;--primary-color: #0070f3;--primary-hover: #0050c0;--topbar-bg: #3a3a3a;--secondary-color: #646464;--success-color: #28a745;--error-color: #cc3333;--background-color: #ffffff;--text-color: #333333;--border-color: #dddddd;--surface-color: #ffffff;--surface-raised: #f5f5f5;--surface-hover: #e9e9e9;--text-muted: #666666;--spacing-unit: 1rem;--color-win-bg: #d4edda;--color-win-text: #155724;--color-loss-bg: #f8d7da;--color-loss-text: #721c24;--color-tie-bg: #e2e3e5;--color-tie-text: #383d41}@media (prefers-color-scheme: dark){:root{--topbar-bg: #000000;--background-color: #121212;--text-color: #e8e8e8;--border-color: #3a3a3a;--secondary-color: #9e9e9e;--success-color: #66bb6a;--error-color: #ff6b6b;--surface-color: #1e1e1e;--surface-raised: #2a2a2a;--surface-hover: #333333;--text-muted: #a0a0a0;--color-win-bg: #1a3d1a;--color-win-text: #a5d6a7;--color-loss-bg: #3d1a1a;--color-loss-text: #ef9a9a;--color-tie-bg: #2a2a2a;--color-tie-text: #bdbdbd}}*{box-sizing:border-box;margin:0;padding:0}html{overscroll-behavior-y:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}#tsparticles-effect,#tsparticles-effect canvas{pointer-events:none!important}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.5;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none;padding-top:calc(56px + env(safe-area-inset-top,0px))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}main{max-width:100%;margin:0 auto;padding:1rem}@media (min-width: 768px){main{max-width:800px;padding:2rem}}h1{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-color)}@media (min-width: 768px){h1{font-size:1.75rem}}h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--text-color)}form{display:flex;flex-direction:column;gap:1rem}label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--text-color)}input,textarea,select{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;background:var(--surface-color);color:var(--text-color);transition:border-color .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color)}button{padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;-webkit-tap-highlight-color:transparent}button:hover{background-color:var(--primary-hover)}button:disabled{background-color:var(--border-color);cursor:not-allowed}table{width:100%;border-collapse:collapse;margin:1rem 0}th,td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border-color);font-size:.875rem}th{background:var(--surface-raised);font-weight:600;color:var(--text-color)}.error{padding:.5rem;background:#fff0f0;color:var(--error-color);border-radius:8px;margin-bottom:0;font-size:.875rem}.success{padding:.5rem;background:#f0fff0;color:var(--success-color);border-radius:8px;margin-bottom:0;font-size:.875rem}@media (prefers-color-scheme: dark){.error{background:#2d1515}.success{background:#0d2a0d}}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}.section{margin:1.5rem 0}button.reset{padding:.25rem .5rem;color:#fff;border:none;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer}button.reset{background:var(--primary-color);margin-right:.5rem}button.reset:hover{background:var(--primary-hover)}.enabled{color:var(--success-color);font-weight:500}.disabled{color:var(--error-color);font-weight:500}tr.disabled td{text-decoration:line-through;opacity:.5}tr.disabled td:last-child{text-decoration:none;opacity:1}@keyframes vt-slide-out-left{to{transform:translate(-100%)}}@keyframes vt-slide-in-right{0%{transform:translate(100%)}}@keyframes vt-slide-out-right{to{transform:translate(100%)}}@keyframes vt-slide-in-left{0%{transform:translate(-100%)}}.topbar.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:calc(56px + env(safe-area-inset-top,0px));padding-top:env(safe-area-inset-top,0px);background:linear-gradient(to bottom,rgba(0,0,0,.45) 0%,rgba(0,0,0,0) env(safe-area-inset-top,0px)),var(--topbar-bg, #3a3a3a);color:#fff;z-index:var(--z-topbar);box-shadow:0 1px #ffffff26,0 2px 8px #00000080}.topbar-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.topbar-brand.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;padding:.5rem;text-decoration:none}.brand-icon.svelte-12qhfyh{font-size:1.4rem;padding:0;margin:0;display:block;flex-shrink:0}.topbar-actions.svelte-12qhfyh{display:flex!important;flex-direction:row!important;align-items:center;gap:.5rem;margin-left:auto}.topbar-link.svelte-12qhfyh{display:flex;align-items:center;gap:.4rem;color:#fff;text-decoration:none;padding:.5rem .75rem;border-radius:6px;transition:background .2s;font-size:.9rem;font-weight:500}.topbar-link.svelte-12qhfyh:hover,.topbar-link.svelte-12qhfyh:active{background:#ffffff26}.content-wrap.svelte-12qhfyh{min-height:0;overflow-x:clip}@media (max-width: 600px){.brand-text.svelte-12qhfyh,.topbar-link-text.svelte-12qhfyh{display:none}.topbar-link.svelte-12qhfyh{padding:.5rem}}.topbar-link-button.svelte-12qhfyh{background:transparent;border:none;font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer}.modal-backdrop.svelte-12qhfyh{position:fixed;top:calc(62px + env(safe-area-inset-top,0px));left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);border:none;padding:0;cursor:pointer}.submit-backdrop.svelte-12qhfyh{align-items:flex-start}.modal.svelte-12qhfyh{background:var(--surface-color);border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;padding:1.25rem;box-shadow:0 10px 30px #0003}.submit-modal.svelte-12qhfyh{border-radius:0 0 12px 12px;max-height:calc(100vh - 56px - env(safe-area-inset-top,0px))}.modal.svelte-12qhfyh form:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:.75rem}.message-container.svelte-12qhfyh{min-height:2.5rem}.modal.svelte-12qhfyh textarea:where(.svelte-12qhfyh){width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;font-family:inherit;font-size:1rem;resize:vertical}.modal-actions.svelte-12qhfyh{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.modal-actions.svelte-12qhfyh button.secondary:where(.svelte-12qhfyh){background:var(--surface-raised);color:var(--text-color);border:1px solid var(--border-color)}
