*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--ht-orange:#e85d04;--ht-orange-dark:#c44d00;--ht-orange-light:#f70;--bg-primary:#0d1117;--bg-secondary:#161b22;--bg-card:#1c2230;--bg-hover:#232b3b;--border:#2d3748;--border-light:#3d4f63;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--green:#22c55e;--yellow:#f59e0b;--red:#ef4444;--blue:#3b82f6;--purple:#8b5cf6}body,html{height:100%;background:var(--bg-primary);color:var(--text-primary)}body{font-family:Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:var(--ht-orange);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}