@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";.gmtr-consent-bar{position:fixed;bottom:0;left:0;right:0;background:#0a0a0a;color:#f4f4f4;z-index:10000;border-top:1px solid var(--gmtr-border, rgba(255,255,255,.1))}.gmtr-consent__inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:relative}.gmtr-consent__inner p{margin:0;font-size:.875rem;line-height:1.5;color:#c6c6c6}.gmtr-consent__inner a{color:#c6c6c6;text-decoration:underline}.gmtr-consent__actions{display:flex;gap:.5rem;flex-shrink:0}.gmtr-consent__btn{padding:.5rem 1rem;font-size:.8125rem;border:1px solid rgba(255,255,255,.2);background:transparent;color:#f4f4f4;cursor:pointer;white-space:nowrap;border-radius:4px}.gmtr-consent__btn:hover{background:#ffffff14}.gmtr-consent__btn--accept{background:var(--gmtr-primary, #3b82f6);border-color:var(--gmtr-primary, #3b82f6);color:#fff}.gmtr-consent__btn--accept:hover{background:var(--gmtr-primary-hover, #2563eb)}.gmtr-consent__close-x{position:absolute;top:.75rem;right:1rem;border:none;font-size:1.25rem;padding:.25rem .5rem}.gmtr-consent__categories{flex:1}.gmtr-consent__heading{font-size:.9375rem;font-weight:500;color:#f4f4f4;margin:0 0 .75rem}.gmtr-consent__heading a{font-size:.75rem;margin-left:.5rem}.gmtr-consent__category{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.8125rem;color:#c6c6c6;cursor:default}.gmtr-consent__category:last-of-type{border-bottom:none}.gmtr-consent__category input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:var(--gmtr-primary, #3b82f6);cursor:pointer}.gmtr-consent__detail{display:block;font-size:.6875rem;color:#fff6;margin-top:.125rem}.gmtr-consent__always{font-size:.6875rem;color:#fff6;font-style:italic}@media(max-width:672px){.gmtr-consent__inner{flex-direction:column;align-items:stretch;padding:1rem}.gmtr-consent__actions{flex-wrap:wrap}}: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-dropdown{position:relative;display:flex;align-items:center}.nav-dropdown-trigger{background:none;border:none;color:var(--gmtr-text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;font-family:inherit;padding:0;line-height:1;display:flex;align-items:center;height:100%;transition:color .15s}.nav-dropdown-trigger:hover{color:var(--gmtr-text)}.nav-arrow{font-size:.6rem;margin-left:3px;opacity:.6}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:12px;min-width:160px;z-index:200}.nav-dropdown-menu-inner{background:#1a1a1af2;backdrop-filter:blur(12px);border:1px solid var(--gmtr-border);border-radius:8px;padding:.5rem 0;display:flex;flex-direction:column}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu-inner a{padding:.5rem 1rem;font-size:.85rem;white-space:nowrap;color:var(--gmtr-text-secondary);text-decoration:none;transition:color .15s,background .15s}.nav-dropdown-menu-inner a:hover{background:#3b82f61a;color:var(--gmtr-text)}.nav-actions{display:flex;align-items:center;margin-left:1.5rem}.nav-cta{background:var(--gmtr-primary);color:#fff;padding:.6rem 1.4rem;border-radius:6px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s;margin-left:.5rem;white-space:nowrap}.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}.nav-search{display:flex;align-items:center;background:transparent;border:none;padding:6px;color:var(--gmtr-text-muted);cursor:pointer;transition:color .15s}.nav-search:hover{color:var(--gmtr-text)}.gmtr-search-modal{position:fixed;inset:0;z-index:11000;display:flex;align-items:flex-start;justify-content:center;padding-top:80px}.gmtr-search-modal__backdrop{position:absolute;inset:0;background:#0009;backdrop-filter:blur(4px)}.gmtr-search-modal__panel{position:relative;width:640px;max-width:calc(100% - 2rem);background:var(--gmtr-bg, #0a0a0a);border:1px solid var(--gmtr-border);border-radius:12px;box-shadow:0 24px 48px #0006;overflow:hidden}.gmtr-search__input-wrap{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--gmtr-border)}.gmtr-search__input-wrap:focus-within{border-color:var(--gmtr-primary)}.gmtr-search__icon{color:var(--gmtr-text-muted);flex-shrink:0}.gmtr-search__input{flex:1;background:transparent;border:none;outline:none;font-size:1rem;color:var(--gmtr-text);font-family:var(--font-body)}.gmtr-search__input::placeholder{color:var(--gmtr-text-muted)}.gmtr-search__kbd{font-size:.65rem;color:var(--gmtr-text-muted);border:1px solid var(--gmtr-border);border-radius:4px;padding:2px 6px;font-family:var(--font-body)}.gmtr-search__results{max-height:400px;overflow-y:auto;padding:.5rem}.gmtr-search__empty{padding:2rem 1rem;text-align:center;color:var(--gmtr-text-muted);font-size:.9rem}.gmtr-search__result{display:block;padding:.75rem 1rem;border-radius:8px;text-decoration:none;color:var(--gmtr-text);transition:background .1s}.gmtr-search__result:hover{background:#ffffff0f}.gmtr-search__result-title{font-weight:600;font-size:.9rem;margin-bottom:.25rem}.gmtr-search__result-excerpt{font-size:.8rem;color:var(--gmtr-text-muted);line-height:1.5}.gmtr-search__result-excerpt mark{background:#3b82f633;color:var(--gmtr-text);border-radius:2px}@media(max-width:672px){.gmtr-search-modal{padding-top:0}.gmtr-search-modal__panel{margin:0;max-height:100vh;height:100vh;border-radius:0}.nav-search{padding:4px}}.modal-auth-desc{font-size:.85rem;color:var(--gmtr-text-muted);margin:0 0 1.5rem}.modal-auth-buttons{display:grid;gap:.75rem}.btn-auth{display:flex;width:100%;align-items:center;justify-content:center;gap:.75rem;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;font-family:var(--font-body);transition:border-color .15s}.btn-google{background:var(--gmtr-surface);border:1px solid var(--gmtr-border);color:var(--gmtr-text)}.btn-google:hover{border-color:var(--gmtr-border-hover)}.btn-github{background:#111827;border:1px solid #1f2937;color:#f9fafb}.btn-github:hover{filter:brightness(1.1)}.modal-auth-error{color:var(--gmtr-error);font-size:.85rem;margin-top:1rem;min-height:1.2em}.ea-authed-user{font-size:.8rem;color:var(--gmtr-text-muted);margin-bottom:1rem;padding:.5rem 0;border-bottom:1px solid var(--gmtr-border)}.footer-brand{margin-bottom:2rem}.footer-brand p{color:var(--gmtr-text-muted);font-size:.875rem}.footer-links{display:grid;grid-template-columns:repeat(5,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}}
