*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--surface:#1a1a1a;--surface-elevated:#242424;--border:#2a2a2a;--primary:#f5c518;--accent:#ff6b00;--pass:#ff8c00;--fail:#e53935;--text:#fff;--text-secondary:#888;--text-disabled:#444}html,body,#root{background:var(--bg);height:100%;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}input,textarea,select{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text);border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--primary)}input::placeholder,textarea::placeholder{color:var(--text-secondary)}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@media (width<=767px){table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}h1{font-size:20px!important}}.module-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:20px;transition:border-color .6s,box-shadow .6s}.module-card-active{border-color:#f5c518;box-shadow:0 0 20px #f5c51826}.safety-tape{background:repeating-linear-gradient(-45deg,#f5c518,#f5c518 10px,#111 10px 20px);flex-shrink:0;width:100%;height:20px}
