@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg: #0d1117;--bg-soft: #111827;--surface: #161b22;--surface-2: #1f2937;--stroke: #2a3441;--text: #e6edf3;--muted: #98a6b8;--primary: #3b82f6;--primary-2: #2563eb;--danger: #ef4444;--success: #22c55e;--shadow: 0 12px 32px rgba(0, 0, 0, .35)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--text);font-family:Space Grotesk,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:radial-gradient(1000px 500px at 10% -20%,#172036 0%,transparent 60%),var(--bg)}.container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px 16px}.card{width:100%;max-width:460px;border-radius:16px;padding:24px;border:1px solid var(--stroke);background:var(--surface);box-shadow:var(--shadow)}.card.wide{max-width:1180px}.dashboard-shell{padding:22px}h1,h2{margin:0;letter-spacing:-.02em}h1{font-size:clamp(1.8rem,2.2vw,2.5rem);margin-top:8px}h2{font-size:clamp(1.1rem,1.6vw,1.45rem);margin-bottom:10px}p{margin:0}.muted{color:var(--muted)}.eyebrow{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#c7d2fe;border:1px solid #2d3a50;background:#172131}.auth-card{max-width:470px}.form-stack{margin-top:16px;display:flex;flex-direction:column;gap:10px}label{font-size:.9rem;font-weight:500;color:#d2d9e2}input,select,textarea,button{height:44px;width:100%;border-radius:10px;border:1px solid var(--stroke);padding:0 12px;font:inherit}input,select,textarea{background:var(--surface-2);color:var(--text)}input::placeholder,textarea::placeholder{color:#7e8fa4}input:focus,select:focus,textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}button{border:1px solid transparent;cursor:pointer;font-weight:600;color:#f8fafc;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-2) 100%);transition:filter .18s ease,transform .12s ease}button:hover{filter:brightness(1.06);transform:translateY(-1px)}button:disabled{cursor:not-allowed;transform:none;filter:saturate(.6)}button.secondary{background:#303b49}button.danger{background:linear-gradient(180deg,#f05252,#dc2626)}.link-btn{margin-top:12px;width:auto;height:auto;padding:0;border:none;background:transparent;box-shadow:none;color:#93c5fd;font-weight:600}.link-btn:hover{transform:none;text-decoration:underline}.header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.icon-btn{width:44px;height:44px;padding:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.icon-btn svg{width:18px;height:18px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.add-btn{width:auto;min-width:180px;padding:0 12px}.title-wrap{display:flex;flex-direction:column;gap:8px}.top-tabs{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.top-tab{width:auto;min-width:120px;height:40px;border-radius:10px;padding:0 14px;border:1px solid #3a4759;background:#1b2634;color:#d8e4f2;font-weight:600}.top-tab:hover{transform:none;filter:brightness(1.04)}.top-tab.active{border-color:#4f78ff;background:linear-gradient(180deg,#3b82f6,#2563eb);color:#f8fbff}.top-tab-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.error,.success{margin-bottom:10px;border-radius:10px;padding:10px 12px;border:1px solid;font-size:.92rem}.error{color:#fecaca;border-color:#7f1d1d;background:#7f1d1d47}.success{color:#bbf7d0;border-color:#14532d;background:#14532d47;opacity:1;transform:translateY(0);transition:opacity .45s ease,transform .45s ease}.success-fade{opacity:0;transform:translateY(-4px)}.dash-grid{display:grid;grid-template-columns:1fr;gap:14px}.inline-actions{display:flex;gap:8px;flex-wrap:wrap}.surface{background:var(--surface);border:1px solid var(--stroke);border-radius:14px;padding:14px}.grid-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.checkbox{min-height:44px;border:1px dashed #3a4a5f;border-radius:10px;display:flex;align-items:center;gap:10px;padding:0 10px;color:#d7e0ea}.checkbox input{width:16px;height:16px;margin:0;accent-color:#3b82f6}.list{display:flex;flex-direction:column;gap:10px}.list-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border:1px solid #2f3a48;border-radius:12px;background:#131a24}.list-item strong{font-size:1.02rem}.mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mode-active{border-color:#4f78ff;box-shadow:inset 0 0 0 1px #4f78ff}.config-form-sections{display:flex;flex-direction:column;gap:10px}.config-surface h3{margin:0 0 10px;font-size:.98rem;color:#c6d4e7;text-transform:capitalize}.field-wrap{display:flex;flex-direction:column;gap:6px}.field-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.field-label-row label{margin:0}.help-wrap{position:relative;display:inline-flex}.help-icon-btn{width:22px;min-width:22px;height:22px;border-radius:999px;border:1px solid #41526b;background:#1f2c3f;color:#dce9fb;padding:0;font-size:12px;line-height:1;font-weight:700;box-shadow:none}.help-icon-btn:hover{transform:none;filter:brightness(1.08)}.help-pop{position:absolute;top:28px;right:0;z-index:20;width:240px;padding:8px 10px;border-radius:8px;border:1px solid #3b4d67;background:#0f1a29;color:#cfdcf0;font-size:.82rem;line-height:1.45;box-shadow:0 10px 24px #00000059}.list-item p{margin-top:5px;color:var(--muted)}.cyber-terminal{margin-top:8px;border:1px solid #1f5a4a;border-radius:10px;background:linear-gradient(rgba(26,255,183,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(26,255,183,.03) 1px,transparent 1px),radial-gradient(circle at 20% 0%,rgba(15,185,129,.18),transparent 45%),#07140f;background-size:3px 3px,3px 3px,auto,auto;box-shadow:inset 0 0 0 1px #1f5a4a80,0 0 24px #10b98114;padding:10px 12px;position:relative;overflow:hidden}.cyber-terminal:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:repeating-linear-gradient(to bottom,rgba(226,255,242,.035) 0px,rgba(226,255,242,.035) 1px,transparent 2px,transparent 4px)}.terminal-head{display:flex;align-items:center;gap:6px;margin-bottom:8px}.dot{width:8px;height:8px;border-radius:999px}.dot-red{background:#f87171}.dot-yellow{background:#fbbf24}.dot-green{background:#34d399}.terminal-title{margin-left:6px;color:#90ffe1;font-size:.78rem;letter-spacing:.04em;text-transform:lowercase;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.cyber-terminal .terminal-line{margin:0;color:#73f3c8;text-shadow:0 0 8px rgba(77,240,176,.18);font-size:.86rem;line-height:1.45;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;word-break:break-word}.cyber-terminal .terminal-line+.terminal-line{margin-top:4px}.cyber-terminal .terminal-key{color:#b5ffe8}.cyber-terminal .terminal-ok{color:#6fffd4}.cyber-terminal .terminal-bad{color:#ff8b8b}.actions{min-width:260px;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.actions button{width:auto;min-width:84px;padding:0 12px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02060cad;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:flex-start;justify-content:center;padding:16px;overflow-y:auto;z-index:1000}.modal-card{width:min(920px,100%);max-height:calc(100vh - 32px);border-radius:14px;border:1px solid var(--stroke);background:#0f1621;box-shadow:0 28px 60px #00000080;padding:14px;overflow-y:auto}.modal-lg{width:min(1120px,100%)}.template-list{display:flex;flex-direction:column;gap:10px}.template-item{border:1px solid #2f3a48;border-radius:10px;padding:10px;display:flex;justify-content:space-between;align-items:center;gap:10px;background:#121922}.template-item p{margin-top:4px;color:var(--muted)}.template-item button{width:auto;min-width:100px}.json-area{width:100%;min-height:360px;border-radius:10px;border:1px solid var(--stroke);padding:10px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.86rem;color:#dbe5f0;background:#0b111a}.ghost-btn{width:40px;min-width:40px;height:40px;border-radius:10px;background:#243041;color:#d4e2f4;box-shadow:none}.nav-link-btn{width:auto;min-width:120px;height:44px;padding:0 14px;border-radius:10px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:600;color:#f8fafc;background:#303b49}.sound-btn{width:auto;min-width:110px;padding:0 14px}.compact-check{width:auto;min-height:44px;padding:0 12px;white-space:nowrap}.debug-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;margin-bottom:14px}.debug-card{min-height:180px}.status-chip{width:auto;min-width:88px;height:30px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;border:1px solid var(--stroke)}.status-ok{color:#bbf7d0;background:#14532d59;border-color:#14532d}.status-off{color:#dbe5f0;background:#303b49cc}.debug-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0}.debug-meta div,.debug-lines p{display:flex;flex-direction:column;gap:4px}.debug-lines{display:flex;flex-direction:column;gap:8px}.debug-lines p{margin:0;padding:9px 10px;border-radius:10px;border:1px solid #273241;background:#101721;word-break:break-word}.debug-error{border-color:#7f1d1d!important;background:#7f1d1d38!important;color:#fecaca}.log-filter{max-width:280px}.log-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.log-item{padding:12px;border-radius:12px;border:1px solid #2f3a48;background:#111825}.log-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.log-head span{color:var(--muted);font-size:.85rem;white-space:nowrap}.log-info{border-left:3px solid #3b82f6}.log-warn{border-left:3px solid #f59e0b}.log-error{border-left:3px solid #ef4444}@media (max-width: 900px){.container{padding:18px 10px}.card,.dashboard-shell{padding:14px;border-radius:14px}.grid-form{grid-template-columns:1fr}.list-item{flex-direction:column;align-items:flex-start}.actions{min-width:0;width:100%;justify-content:flex-start}.actions button{width:100%}.header-row{flex-direction:column;align-items:stretch}.icon-btn{align-self:flex-end}.section-head{flex-direction:column;align-items:flex-start}.inline-actions,.inline-actions button,.add-btn,.top-tab{width:100%}.template-item{flex-direction:column;align-items:flex-start}.template-item button{width:100%}.debug-meta{grid-template-columns:1fr}.log-head{flex-direction:column}.log-filter,.nav-link-btn{width:100%;max-width:none}}
