@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--gmtr-bg: #0E0E0E;--gmtr-surface: #1A1A1A;--gmtr-surface-hover: #242424;--gmtr-surface-raised: #2A2A2A;--gmtr-surface-active: #2E2E2E;--gmtr-border: #333333;--gmtr-border-hover: #444444;--gmtr-text: #ECECEC;--gmtr-text-secondary: #A0A0A0;--gmtr-text-muted: #707070;--gmtr-text-faint: #4A4A4A;--gmtr-primary: #3B82F6;--gmtr-primary-hover: #2563EB;--gmtr-accent: #60A5FA;--gmtr-accent-warm: #F59E0B;--gmtr-accent-purple: #A78BFA;--gmtr-accent-green: #4ADE80;--gmtr-success: #4ADE80;--gmtr-warning: #FACC15;--gmtr-error: #F87171;--gmtr-glow-primary: rgba(59, 130, 246, .06);--gmtr-glow-warm: rgba(245, 158, 11, .05);--gmtr-glow-purple: rgba(167, 139, 250, .05);--font-wordmark: "Outfit", sans-serif;--font-heading: "Inter", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace;--content-width: 720px;--content-width-wide: 1100px;--nav-height: 64px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{background-color:var(--gmtr-bg);color:var(--gmtr-text);font-family:var(--font-body);font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--gmtr-text);margin-top:2em;margin-bottom:.5em}h1{font-size:2.5rem;margin-top:0}h2{font-size:1.75rem}h3{font-size:1.25rem}p{margin-bottom:1.25em;color:var(--gmtr-text-secondary)}strong{color:var(--gmtr-text)}a{color:var(--gmtr-primary);text-decoration:none;transition:color .15s}a:hover{color:var(--gmtr-accent)}blockquote{border-left:3px solid var(--gmtr-primary);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--gmtr-surface);border-radius:0 8px 8px 0;color:var(--gmtr-text);font-style:italic}code{font-family:var(--font-mono);font-size:.875rem;background:var(--gmtr-surface);padding:.15em .4em;border-radius:4px;color:var(--gmtr-accent)}pre{background:var(--gmtr-surface);padding:1.5rem;border-radius:8px;border:1px solid var(--gmtr-border);overflow-x:auto;margin:1.5rem 0}pre code{background:none;padding:0}hr{border:none;border-top:1px solid var(--gmtr-border);margin:3rem 0}.content{max-width:var(--content-width);margin:0 auto;padding:2rem 1.5rem}.content-wide{max-width:var(--content-width-wide);margin:0 auto;padding:2rem 1.5rem}.stat-value{font-family:var(--font-mono);font-size:2rem;font-weight:500;color:var(--gmtr-primary)}table{width:100%;border-collapse:collapse;margin:1.5rem 0}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gmtr-border)}th{color:var(--gmtr-text);font-weight:600}td{color:var(--gmtr-text-secondary)}.hidden-until-accepted{display:none!important}.nav{position:sticky;top:0;z-index:100;background:#0e0e0ed9;backdrop-filter:blur(12px);border-bottom:1px solid var(--gmtr-border);height:var(--nav-height)}.nav-inner{max-width:var(--content-width-wide);margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:100%}.wordmark{font-family:var(--font-wordmark);font-weight:600;font-size:1.25rem;color:var(--gmtr-text);text-decoration:none;letter-spacing:-.02em}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--gmtr-text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--gmtr-text)}.nav-actions{display:flex;align-items:center;margin-left:1.5rem}.nav-cta{background:var(--gmtr-primary);color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s}.nav-cta:hover{background:var(--gmtr-primary-hover);color:#fff}.footer{border-top:1px solid var(--gmtr-border);padding:4rem 0 2rem;margin-top:4rem}.footer-inner{max-width:var(--content-width-wide);margin:0 auto;padding:0 1.5rem}.footer-brand{margin-bottom:2rem}.footer-brand p{color:var(--gmtr-text-muted);font-size:.875rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.footer-col{display:flex;flex-direction:column;gap:.5rem}.footer-heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gmtr-text-muted);margin:0 0 .5rem}.footer-col a{color:var(--gmtr-text-secondary);font-size:.875rem;text-decoration:none}.footer-col a:hover{color:var(--gmtr-text)}.footer-bottom{border-top:1px solid var(--gmtr-border);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:var(--gmtr-text-muted);font-size:.75rem;margin:0}.footer-trust{color:var(--gmtr-text-muted)}.footer-trademark{color:var(--gmtr-text-faint);font-size:.65rem;margin-top:8px}.modal-backdrop{position:fixed;inset:0;z-index:1000;background:#000000bf;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem}.modal-backdrop[hidden]{display:none}.modal{background:var(--gmtr-surface, #1A1A1A);border:1px solid var(--gmtr-border, #333);border-radius:12px;padding:2.5rem;max-width:520px;width:100%;position:relative;max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--gmtr-text-muted);font-size:1.5rem;cursor:pointer;line-height:1;padding:.25rem}.modal-close:hover{color:var(--gmtr-text)}#ea-title{font-family:var(--font-heading, Inter, sans-serif);font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:var(--gmtr-text, #ECECEC)}.modal-subtitle{color:var(--gmtr-text-secondary, #999);font-size:.875rem;margin:0 0 1.5rem}.modal-form{display:flex;flex-direction:column;gap:1rem}.modal-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-field{display:flex;flex-direction:column;gap:.25rem}.modal-field label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gmtr-text-secondary, #999)}.modal-field input,.modal-field select{background:var(--gmtr-bg, #111);border:1px solid var(--gmtr-border, #333);border-radius:6px;padding:.625rem .75rem;font-size:.875rem;color:var(--gmtr-text, #ECECEC);font-family:inherit}.modal-field input::placeholder{color:var(--gmtr-text-muted, #666)}.modal-field input:focus,.modal-field select:focus{outline:none;border-color:var(--gmtr-primary, #3B82F6)}.modal-field select{cursor:pointer}.modal-field select option{background:var(--gmtr-bg, #111)}.btn-modal-submit{width:100%;margin-top:.5rem;padding:.75rem;font-size:1rem;font-weight:600;background:var(--gmtr-primary, #3B82F6);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .15s}.btn-modal-submit:hover{background:var(--gmtr-primary-hover, #2563EB)}.btn-modal-submit:disabled{opacity:.6;cursor:not-allowed}.modal-status{font-size:.875rem;text-align:center;min-height:1.25rem}.modal-success{color:#22c55e}.modal-error{color:#ef4444}@media(max-width:800px){.nav-links{display:none}.footer-links{grid-template-columns:1fr}.modal{padding:1.5rem}.modal-row{grid-template-columns:1fr}}
