:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:#020617;color:#e2e8f0}.app-shell{min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #1e293b;background:#0f172a}.header nav{display:flex;gap:14px}.header a{color:#60a5fa;text-decoration:none;font-weight:600}.config-banner{margin:12px 20px 0;padding:10px 12px;border:1px solid #f59e0b;background:#422006;color:#fcd34d;border-radius:8px;font-size:14px}.scope-banner{margin:12px 20px 0;padding:10px 12px;border:1px solid #1d4ed8;background:#172554;color:#93c5fd;border-radius:8px;font-size:14px}.page{max-width:960px;margin:0 auto;padding:40px 20px}.card{border:1px solid #1e293b;border-radius:10px;background:#0b1220;padding:16px;margin-top:16px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.input{width:100%;border:1px solid #334155;border-radius:8px;padding:8px 10px;font:inherit;background:#020617;color:#e2e8f0}.button{border:none;border-radius:8px;padding:10px 12px;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.button:disabled{opacity:.6;cursor:not-allowed}.muted{color:#94a3b8}.error-text{color:#fca5a5}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid #1e293b;padding:8px;text-align:left}
