@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--color-canvas:#1c1c1c;--color-panel:#272727;--color-card:#303030;--color-card-hover:#383838;--color-border:#3a3a3a;--color-border-subtle:#2e2e2e;--color-text-primary:#f0f0f0;--color-text-secondary:#888888;--color-text-muted:#555555;--color-start:#10b981;--color-start-glow:#10b98140;--color-success:#22c55e;--color-error:#ef4444;--color-warning:#f59e0b;--color-info:#3b82f6;--radius-panel:10px;--radius-input:8px;--shadow-panel:0 0 0 1px var(--color-border);--shadow-modal:0 24px 64px rgba(0,0,0,0.8)}body,html{height:100%;font-family:Inter,system-ui,sans-serif;background:var(--color-canvas);color:var(--color-text-primary);-webkit-font-smoothing:antialiased}a{color:var(--color-start);text-decoration:none;transition:opacity .15s}a:hover{opacity:.8}::selection{background:var(--color-start);color:#fff}