@import "https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,300..800;1,6..72,300..800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--teal:#47eaed;--teal-dim:#2ab8bb;--teal-glow:#47eaed1f;--gold:#e9c349;--gold-dim:#c49e2e;--gold-glow:#e9c3491f;--bg:#0c0e14;--surface-lo:#111318;--surface-mid:#171921;--surface-hi:#1e2130;--surface-top:#252840;--text:#dfe3f0;--text-dim:#9aa0be;--text-faint:#5a607c;--success:#4ade80;--danger:#f87171;--warning:var(--gold);--radius-sm:6px;--radius:10px;--radius-lg:16px;--font:"Newsreader", Georgia, serif;--font-mono:"JetBrains Mono", "Cascadia Code", "Fira Mono", monospace}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-size:16px;line-height:1.6}a{color:var(--teal);text-decoration:none;transition:color .15s}a:hover{color:var(--teal-dim);text-decoration:underline}h1,h2,h3,h4{font-family:var(--font);letter-spacing:-.01em;color:var(--text);line-height:1.2}h1{margin-bottom:1.5rem;font-size:clamp(1.7rem,4vw,2.4rem);font-weight:700}h2{margin-bottom:1rem;font-size:1.3rem;font-weight:600}h3{margin-bottom:.75rem;font-size:1.05rem;font-weight:600}.page-title{color:var(--text);letter-spacing:-.02em;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);font-size:.7rem;font-weight:700}.muted{color:var(--text-dim);font-size:.875rem}.faint{color:var(--text-faint);font-size:.8rem}.page{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem}.page-narrow{max-width:720px;margin:0 auto;padding:2.5rem 1.5rem}.nav-bar{background:var(--surface-lo);z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #ffffff0a;align-items:center;height:56px;padding:0 1.75rem;display:flex;position:sticky;top:0}.nav-logo{font-family:var(--font);color:var(--teal);letter-spacing:-.01em;white-space:nowrap;align-items:center;gap:.45rem;margin-right:2rem;font-size:1.15rem;font-weight:700;text-decoration:none;transition:color .15s;display:flex}.nav-logo:hover{color:var(--teal-dim);text-decoration:none}.nav-links{flex:1;gap:.25rem;display:flex}.nav-link{font-family:var(--font);color:var(--text-dim);border-radius:var(--radius-sm);white-space:nowrap;padding:.35rem .9rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .15s,background .15s}.nav-link:hover{color:var(--text);background:var(--surface-hi);text-decoration:none}.nav-link.active{color:var(--teal);background:var(--teal-glow);font-weight:600}.nav-actions{align-items:center;gap:.75rem;display:flex}.nav-user{color:var(--text-faint);font-size:.8rem;font-style:italic}.surface{background:var(--surface-mid);border-radius:var(--radius);padding:1.5rem}.surface-lo{background:var(--surface-lo);border-radius:var(--radius);padding:1.5rem}.surface-hi{background:var(--surface-hi);border-radius:var(--radius);padding:1.5rem}.surface-top{background:var(--surface-top);border-radius:var(--radius);padding:1.5rem}.card{background:var(--surface-mid);border-radius:var(--radius);padding:1.5rem}.card+.card{margin-top:1rem}.card-inset{background:var(--surface-hi);border-radius:var(--radius-sm);padding:1rem 1.25rem}button{cursor:pointer;border-radius:var(--radius-sm);font-size:.9rem;font-family:var(--font);border:none;padding:.5rem 1.2rem;font-weight:600;line-height:1.4;transition:background .15s,color .15s,box-shadow .15s}button:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--teal);border-radius:var(--radius);color:#0c0e14}.btn-primary:hover:not(:disabled){background:var(--teal-dim);box-shadow:0 0 12px var(--teal-glow)}.btn-secondary{background:var(--surface-hi);color:var(--text)}.btn-secondary:hover:not(:disabled){background:var(--surface-top)}.btn-ghost{color:var(--text-dim);background:0 0;padding:.4rem .8rem}.btn-ghost:hover:not(:disabled){color:var(--text);background:var(--surface-hi)}.btn-danger{color:var(--danger);background:#f8717126;border:1px solid #f8717140}.btn-danger:hover:not(:disabled){background:#f8717140}.btn-sm{padding:.3rem .8rem;font-size:.8rem}input,textarea,select{background:var(--surface-hi);border-radius:var(--radius-sm);color:var(--text);font-size:.95rem;font-family:var(--font);border:1px solid #ffffff0f;outline:none;width:100%;padding:.5rem .75rem;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{border-color:var(--teal);box-shadow:0 0 0 2px var(--teal-glow)}select{cursor:pointer}input::placeholder,textarea::placeholder{color:var(--text-faint)}label{color:var(--text-dim);letter-spacing:.01em;margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.field{margin-bottom:1rem}.badge{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.15rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge-victory{color:#4ade80;background:#4ade801f}.badge-defeat{color:#f87171;background:#f871711f}.runs-defeat-reason{color:var(--text-faint);text-transform:none;letter-spacing:normal;margin-top:.15rem;font-size:.65rem;font-weight:400;display:block}.badge-pending{color:#e9c349;background:#e9c3491f}.badge-unknown{background:var(--surface-hi);color:var(--text-faint)}.badge-teal{background:var(--teal-glow);color:var(--teal)}.stat-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;display:grid}.stat-box{background:var(--surface-hi);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:.3rem;padding:1.1rem 1rem;display:flex}.stat-box .value{color:var(--gold);letter-spacing:-.03em;font-size:2rem;font-weight:700;line-height:1}.stat-box .value.teal{color:var(--teal)}.stat-box .label{color:var(--text-faint);letter-spacing:.07em;text-transform:uppercase;font-size:.72rem;font-weight:600}.runs-table-wrap{background:var(--surface-mid);border-radius:var(--radius);overflow:hidden}.runs-table{border-collapse:collapse;width:100%;font-size:.88rem}.runs-th{text-align:left;color:var(--text-faint);text-transform:uppercase;letter-spacing:.08em;background:var(--surface-lo);white-space:nowrap;padding:.6rem .85rem;font-size:.68rem;font-weight:700}.runs-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .1s}.runs-th-sortable:hover{color:var(--text-dim)}.runs-th-sortable.active{color:var(--teal)}.sort-icon{opacity:.5;margin-left:.2rem;font-size:.65rem}.runs-row{border-top:1px solid #ffffff09;transition:background .1s}.runs-row-link{cursor:pointer}.runs-row-link:hover{background:var(--surface-hi)}.runs-td{vertical-align:middle;padding:.65rem .85rem}.runs-td-muted{color:var(--text-dim);font-size:.82rem}.runs-td-bold{font-weight:600}.runs-td-mono{font-family:var(--font-mono);color:var(--text-faint);font-size:.78rem}.chip{background:var(--surface-hi);color:var(--text-dim);cursor:pointer;white-space:nowrap;font-size:.78rem;font-weight:600;font-family:var(--font);border:1px solid #0000;border-radius:999px;align-items:center;padding:.25rem .65rem;transition:all .12s;display:inline-flex}.chip:hover{color:var(--text);background:var(--surface-top)}.chip.active{background:var(--teal-glow);color:var(--teal);border-color:#47eaed40}.chip.active-gold{background:var(--gold-glow);color:var(--gold);border-color:#e9c34940}.filter-panel{background:var(--surface-lo);border-radius:var(--radius);flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.filter-group{flex-direction:column;gap:.4rem;display:flex}.chip-row{flex-wrap:wrap;gap:.35rem;display:flex}input[type=range]{appearance:none;background:var(--surface-top);height:4px;box-shadow:none;cursor:pointer;border:none;border-radius:2px;padding:0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--teal);cursor:pointer;width:14px;height:14px;box-shadow:0 0 6px var(--teal-glow);border-radius:50%}input[type=range]::-moz-range-thumb{background:var(--teal);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.skeleton{background:linear-gradient(90deg, var(--surface-hi) 25%, var(--surface-top) 50%, var(--surface-hi) 75%);background-size:200% 100%;border-radius:4px;animation:1.5s infinite shimmer;display:inline-block}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.spinner{color:var(--text-faint);text-align:center;padding:2rem;font-style:italic}.error-msg{color:var(--danger);margin-top:.5rem;font-size:.9rem}.success-msg{color:var(--success);margin-top:.5rem;font-size:.9rem}.divider{border:none;border-top:1px solid #ffffff0d;margin:1.5rem 0}.token-box{background:var(--surface-lo);border-radius:var(--radius-sm);font-family:var(--font-mono);word-break:break-all;color:var(--teal);letter-spacing:.03em;padding:.85rem 1rem;font-size:.75rem;line-height:1.6}code{font-family:var(--font-mono);background:var(--surface-hi);color:var(--gold);border-radius:3px;padding:.15em .4em;font-size:.83em}pre{background:var(--surface-lo);border-radius:var(--radius-sm);font-family:var(--font-mono);color:var(--text);padding:1rem;font-size:.82rem;line-height:1.6;overflow-x:auto}.faq-item{background:var(--surface-mid);border-radius:var(--radius);overflow:hidden}.faq-item+.faq-item{margin-top:.5rem}.faq-item summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:1rem;font-weight:600;list-style:none;transition:background .12s;display:flex}.faq-item summary:hover{background:var(--surface-hi)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--teal);flex-shrink:0;margin-left:1rem;font-size:1.2rem;font-weight:300;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item[open] summary{background:var(--surface-hi)}.faq-body{color:var(--text-dim);padding:0 1.25rem 1.25rem;font-size:.93rem;line-height:1.75}.faq-body p+p{margin-top:.5rem}.faq-body ul{padding-left:1.25rem}.faq-body li{margin-bottom:.25rem}.hero{background:linear-gradient(150deg, var(--surface-lo) 0%, var(--surface-mid) 60%, var(--surface-hi) 100%);border-radius:var(--radius-lg);padding:clamp(2.5rem,5vw,4rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle, var(--teal-glow) 0%, transparent 70%);pointer-events:none;width:320px;height:320px;position:absolute;top:-60px;right:-80px}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem;font-size:.72rem;font-weight:700}.hero-title{color:var(--text);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.1}.hero-title em{color:var(--teal);font-style:italic}.hero-subtitle{color:var(--text-dim);max-width:560px;margin-bottom:2rem;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.7}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero em,.card em{color:var(--teal);font-style:italic}.under-construction{text-align:center;color:var(--text-dim);padding:4rem 2rem}.under-construction .uc-icon{filter:grayscale(.3);margin-bottom:1rem;font-size:3.5rem}.under-construction h2{color:var(--text-dim);font-style:italic}.under-construction p{max-width:420px;margin:.5rem auto 0;font-size:.92rem}.runs-layout{grid-template-columns:220px 1fr;align-items:start;gap:1.5rem;display:grid}@media (width<=768px){.runs-layout{grid-template-columns:1fr}}.step-list{counter-reset:step;flex-direction:column;gap:.85rem;list-style:none;display:flex}.step-list li{counter-increment:step;color:var(--text-dim);align-items:flex-start;gap:.9rem;font-size:.95rem;line-height:1.5;display:flex}.step-list li:before{content:counter(step);background:var(--teal-glow);width:1.7rem;height:1.7rem;color:var(--teal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.05rem;font-size:.75rem;font-weight:700;display:flex}.login-wrap{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.login-card{background:var(--surface-mid);border-radius:var(--radius-lg);width:100%;max-width:420px;padding:2.5rem 2rem}.login-card h1{text-align:center;margin-bottom:.25rem;font-size:1.6rem}.login-subtitle{text-align:center;color:var(--text-faint);margin-bottom:2rem;font-size:.85rem;font-style:italic}.social-btn{border-radius:var(--radius-sm);width:100%;font-size:.92rem;font-weight:600;font-family:var(--font);cursor:pointer;justify-content:center;align-items:center;gap:.6rem;padding:.65rem 1rem;text-decoration:none;transition:background .15s;display:flex}.social-btn-google{background:var(--surface-hi);color:var(--text);border:1px solid #ffffff14}.social-btn-google:hover{background:var(--surface-top);text-decoration:none}.social-divider{color:var(--text-faint);align-items:center;gap:.75rem;margin:1.25rem 0;font-size:.78rem;display:flex}.social-divider:before,.social-divider:after{content:"";background:#ffffff0f;flex:1;height:1px}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.text-center{text-align:center}.w-full{width:100%}.italic{font-style:italic}:root{--surface:var(--surface-mid);--surface2:var(--surface-hi);--border:#ffffff0f;--accent:var(--teal-dim);--accent2:var(--teal);--radius:10px;--font:"Newsreader", Georgia, serif}.step-number{background:var(--surface-hi,#2a2d3a);width:1.6rem;height:1.6rem;color:var(--teal);vertical-align:middle;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:.6rem;font-size:.82rem;font-weight:700;display:inline-flex}.legal section{margin-bottom:2rem}.legal h2{color:var(--text);margin-bottom:.75rem;font-size:1.1rem}.legal h3{color:var(--text);margin-top:1rem;margin-bottom:.5rem;font-size:.95rem}.legal p{color:var(--text-dim);margin-bottom:.75rem;font-size:.92rem;line-height:1.75}.legal ul,.legal ol{color:var(--text-dim);margin-bottom:.75rem;padding-left:1.25rem;font-size:.92rem;line-height:1.8}.legal li{margin-bottom:.35rem}.legal strong{color:var(--text)}
