*,*:before,*:after{box-sizing:border-box}:root{--bg: #111113;--surface: #1c1c1e;--surface2: #111113;--border: #2c2c2e;--text: #f5f5f7;--muted: #aeaeb2;--dim: #636366;--accent: #f97316;--accent-dk: #ea6c0a;--accent-glow: rgba(249,115,22,.18);--danger: #f87171;--status-open: #6B7280;--status-planned: #8B5CF6;--status-in_progress: #F59E0B;--status-resolved: #10B981;--status-closed: #374151;--type-bug: #f87171;--type-feature: #60a5fa;--type-question: #a78bfa;--type-other: #94a3b8}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:var(--text);background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:10px 14px;width:100%;outline:none;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}select option{background:var(--surface)}textarea{resize:vertical;min-height:100px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
