*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--bg:#0a0a0a;--surface:#1a1a1a;--surface-elevated:#242424;--border:#2a2a2a;--primary:#f5c518;--accent:#ff6b00;--pass:#ff8c00;--fail:#e53935;--text:#fff;--text-strong:#ccc;--text-muted:#aaa;--text-secondary:#888;--text-dim:#666;--text-faint:#555;--text-disabled:#444}[data-theme=light]{--bg:#f4f5f7;--surface:#fff;--surface-elevated:#fff;--border:#e2e4e8;--primary:#f5c518;--accent:#ff6b00;--pass:#e07a00;--fail:#e53935;--text:#1a1a1a;--text-strong:#2a2a2a;--text-muted:#707070;--text-secondary:#5a5f66;--text-dim:#8a9099;--text-faint:#a0a6ad;--text-disabled:#b5b9bf}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:var(--surface);border:1px solid var(--border);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}
