*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-text:#1a1a2e;--color-text-secondary:#6b7280;--color-bg:#ffffff;--color-bg-subtle:#f9fafb;--color-border:#e5e7eb;--color-accent:#2563eb;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:720px;margin:0 auto;padding:0 24px}.header{padding:48px 0 0}.wordmark{font-size:15px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text)}.hero{padding:64px 0 48px}.hero-title{font-size:48px;font-weight:700;letter-spacing:-.025em;line-height:1.1;margin-bottom:16px}.hero-description{font-size:18px;color:var(--color-text-secondary);max-width:480px}.info-section{background:var(--color-bg-subtle);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:48px 0}.card{margin-bottom:40px}.card:last-child{margin-bottom:0}.card-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:8px}.card-value{font-size:16px;font-weight:500}.card-value code{font-family:SF Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:15px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;padding:2px 8px}.protocol-badge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent);background:#eff6ff;border-radius:4px;padding:2px 8px;margin-left:8px;vertical-align:middle}.tool-list{list-style:none}.tool-list li{padding:8px 0;border-bottom:1px solid var(--color-border)}.tool-list li:last-child{border-bottom:none}.tool-name{font-family:SF Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;font-weight:600}.tool-description{font-size:14px;color:var(--color-text-secondary);margin-left:4px}.transport-list{display:flex;gap:8px}.transport-badge{font-size:13px;font-weight:500;background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;padding:4px 12px}.footer{padding:48px 0;font-size:13px;color:var(--color-text-secondary)}.auth-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-subtle)}.auth-header{padding:24px 0;text-align:center}.auth-wordmark{font-weight:700;font-size:18px;color:var(--color-text);text-decoration:none;letter-spacing:-.01em}.auth-main{flex:1 1;display:flex;align-items:center;justify-content:center;padding:16px}.auth-card{width:100%;max-width:420px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;padding:32px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.auth-title{font-size:22px;font-weight:600;margin-bottom:6px}.auth-subtitle{color:var(--color-text-secondary);font-size:14px;margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form-secondary{margin-top:12px}.auth-label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500}.auth-optional{font-weight:400;color:var(--color-text-secondary)}.auth-input{font:inherit;padding:9px 12px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg);color:var(--color-text)}.auth-input:focus{outline:2px solid var(--color-accent);outline-offset:-1px;border-color:var(--color-accent)}.auth-button{font:inherit;font-weight:500;padding:10px 16px;border-radius:6px;border:1px solid transparent;cursor:pointer;text-align:center;text-decoration:none}.auth-button-primary{background:var(--color-accent);color:#fff}.auth-button-primary:hover{filter:brightness(.95)}.auth-button-secondary{background:var(--color-bg);color:var(--color-text);border-color:var(--color-border)}.auth-button-secondary:hover:not(:disabled){background:var(--color-bg-subtle)}.auth-button:disabled{opacity:.5;cursor:not-allowed}.auth-error{background:#fef2f2;color:#991b1b;font-size:13px;padding:9px 12px;border-radius:6px}.auth-success{background:#f0fdf4;color:#166534;font-size:14px;padding:14px 16px;border-radius:6px;line-height:1.5}.auth-divider{height:1px;background:var(--color-border);margin:24px 0 16px}.auth-footer{font-size:13px;color:var(--color-text-secondary);text-align:center;line-height:1.8}.auth-footer a{color:var(--color-accent);text-decoration:none}.auth-footer a:hover{text-decoration:underline}.dashboard-shell{min-height:100vh;background:var(--color-bg-subtle)}.dashboard-topbar{background:var(--color-bg);border-bottom:1px solid var(--color-border)}.dashboard-topbar-inner{max-width:960px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.dashboard-wordmark{font-weight:700;font-size:17px;color:var(--color-text);text-decoration:none}.dashboard-topbar-right{display:flex;align-items:center;gap:16px;font-size:13px}.dashboard-user{color:var(--color-text-secondary)}.dashboard-signout{font:inherit;font-size:13px;padding:6px 12px;background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border);border-radius:6px;cursor:pointer}.dashboard-signout:hover{background:var(--color-bg-subtle)}.dashboard-main{max-width:960px;margin:0 auto;padding:32px 24px}.dashboard-section{display:flex;flex-direction:column;gap:16px}.dashboard-h1{font-size:24px;font-weight:600}.dashboard-h2{font-size:16px;font-weight:600;margin-bottom:12px}.dashboard-lede{color:var(--color-text-secondary);font-size:14px;line-height:1.6}.dashboard-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;padding:20px 24px}.dashboard-card-attention{border-color:var(--color-accent);background:#eff6ff}.dashboard-card-attention .dashboard-h2{color:var(--color-accent)}.dashboard-dl{display:grid;grid-template-columns:140px 1fr;grid-gap:8px 16px;gap:8px 16px;font-size:14px}.dashboard-dl dt{color:var(--color-text-secondary)}.dashboard-dl code{font-family:ui-monospace,Cascadia Code,Source Code Pro,monospace;font-size:13px;background:var(--color-bg-subtle);padding:1px 6px;border-radius:4px}.dashboard-warn{background:#fef3c7;color:#92400e;padding:12px 16px;border-radius:6px;font-size:14px;line-height:1.5}.dashboard-subnav{display:flex;gap:20px;border-bottom:1px solid var(--color-border);margin-bottom:8px;padding-bottom:8px;font-size:14px}.dashboard-sublink{color:var(--color-text-secondary);text-decoration:none}.dashboard-sublink:hover{color:var(--color-text)}.dashboard-sublink-active{color:var(--color-text);font-weight:600}.dashboard-form{display:flex;flex-direction:column;gap:16px;max-width:520px}.dashboard-form-inline{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;margin-bottom:12px}.dashboard-form-inline .dashboard-label{flex:1 1;min-width:180px}.dashboard-form-actions{display:flex;gap:12px}.dashboard-label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500}.dashboard-input{font:inherit;padding:9px 12px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg);color:var(--color-text)}.dashboard-input:focus{outline:2px solid var(--color-accent);outline-offset:-1px;border-color:var(--color-accent)}.dashboard-input-narrow{max-width:140px}.dashboard-help{font-weight:400;font-size:12px;color:var(--color-text-secondary)}.dashboard-button{font:inherit;font-weight:500;font-size:13px;padding:8px 14px;border-radius:6px;border:1px solid transparent;cursor:pointer;text-align:center}.dashboard-button-primary{background:var(--color-accent);color:#fff}.dashboard-button-primary:hover{filter:brightness(.95)}.dashboard-button-secondary{background:var(--color-bg);color:var(--color-text);border-color:var(--color-border)}.dashboard-button-secondary:hover{background:var(--color-bg-subtle)}.dashboard-button-danger{background:var(--color-bg);color:#b91c1c;border-color:#fecaca}.dashboard-button-danger:hover{background:#fef2f2}.dashboard-success{padding:9px 12px}.dashboard-success,.dashboard-success-block{background:#f0fdf4;color:#166534;font-size:13px;border-radius:6px}.dashboard-success-block{padding:12px 14px;margin-top:12px;line-height:1.5;display:flex;flex-direction:column;gap:8px}.dashboard-error{background:#fef2f2;color:#991b1b;font-size:13px;padding:9px 12px;border-radius:6px}.dashboard-error-inline{color:#991b1b;font-size:12px;margin-left:8px}.dashboard-table{width:100%;border-collapse:collapse;font-size:14px}.dashboard-table td,.dashboard-table th{padding:10px 12px;text-align:left;border-bottom:1px solid var(--color-border);vertical-align:middle}.dashboard-table th{font-size:12px;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em}.dashboard-table tr:last-child td{border-bottom:none}.dashboard-tag{display:inline-block;margin-left:8px;padding:1px 8px;font-size:11px;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-subtle);border-radius:999px}.dashboard-tag-neutral{margin-left:0}.dashboard-tag-warning{margin-left:0;background:#fef3c7;color:#92400e}.dashboard-row-actions{display:inline-flex;align-items:center;gap:8px}.dashboard-pack-list{list-style:none;display:flex;flex-direction:column;gap:12px;margin:16px 0}.dashboard-pack-row{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.dashboard-pack-row input{margin-top:3px}.dashboard-pack-text{display:flex;flex-direction:column;gap:2px}.dashboard-muted{color:var(--color-text-secondary);font-style:italic}.dashboard-inline-form{display:inline-flex;align-items:center;gap:6px}.dashboard-copy-row{display:flex;align-items:center;gap:8px}.dashboard-copy-code{font-family:ui-monospace,Cascadia Code,Source Code Pro,monospace;font-size:12px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:4px;padding:6px 10px;flex:1 1;overflow-x:auto;white-space:nowrap}.dashboard-row-between{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.usage-chart{margin-top:8px}.usage-chart svg{width:100%;height:200px;display:block}.usage-chart-bar{fill:var(--color-accent)}.usage-chart-bar:hover{fill:#1d4ed8}.usage-chart-axis{font-size:8px;fill:var(--color-text-secondary)}