@import"https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Courier+Prime:wght@400;700&display=swap";:root{--space: #050608;--titanium: #1a1f2e;--panel: #101522;--text: #e8eaed;--orange: #ff6b35;--ice: #64dfdf;--green: #39ff14;--amber: #ffbe0b;--red: #ff4757;--panel-bright: #182034}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 10% 0%,#1f273d 0%,var(--space) 40%);color:var(--text);font-family:Rajdhani,sans-serif;overflow-x:hidden}.onyx-root{min-height:100vh;padding:1rem}.card{background:linear-gradient(180deg,rgba(255,255,255,.03),transparent),var(--panel);border:1px solid rgba(255,107,53,.2);border-radius:8px;padding:.9rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.grid{display:grid;grid-template-columns:340px 1fr;gap:1rem}.mono{font-family:Courier Prime,monospace}.section-title{margin-bottom:.5rem;letter-spacing:2px;color:#ff6b3599;font-size:.65rem}.privacy-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .7rem;border:1px solid rgba(57,255,20,.35);border-radius:999px;color:#39ff14;font-size:.72rem;background:#39ff1414}.badge-dot{width:7px;height:7px;border-radius:50%;background:#39ff14;box-shadow:0 0 8px #39ff14}.status-grid{display:grid;gap:.5rem;grid-template-columns:repeat(6,1fr)}.status-card{text-align:center;padding:.6rem}.status-dot{width:7px;height:7px;border-radius:50%;display:block;margin:0 auto .3rem}.status-value{font-size:.65rem;font-weight:700}.status-label{font-size:.52rem;color:#e8eaed73;letter-spacing:1px}.task-grid{display:flex;flex-wrap:wrap;gap:.4rem}.task-btn{display:flex;gap:.45rem;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:transparent;color:#dbe4ea;padding:.35rem .6rem;cursor:pointer}.task-btn.active{border-color:var(--task-color);background:color-mix(in srgb,var(--task-color) 14%,transparent)}.task-title{font-size:.66rem}.task-sub{font-size:.55rem;opacity:.65}.loader-head{font-size:.95rem;margin-bottom:.3rem}.loader-model{opacity:.78;font-size:.72rem;margin-bottom:.5rem}.loader-status{font-size:.75rem;margin-bottom:.45rem}.loader-bar{height:8px;border-radius:999px;overflow:hidden;background:#ffffff1a}.loader-bar-fill{height:100%;background:linear-gradient(90deg,#ff6b35,#39ff14)}.loader-msg{margin-top:.3rem;font-size:.68rem;opacity:.75}.primary-btn{margin-top:.55rem;width:100%;border:none;border-radius:6px;padding:.55rem;background:linear-gradient(135deg,#ff6b35,#f54f7f);color:#fff;cursor:pointer;font-weight:700}.perf{font-size:.74rem;line-height:1.8}.input-textarea,.input-field{width:100%;background:#00000059;color:#e8eaed;border:1px solid rgba(100,223,223,.35);border-radius:6px;padding:.6rem;outline:none}.input-field{margin-top:.5rem;border-color:#ffbe0b59}.ghost-btn{border:1px solid rgba(100,223,223,.5);background:transparent;color:#64dfdf;border-radius:6px;padding:.45rem .75rem;cursor:pointer}.run-btn{margin-left:auto;border:none;border-radius:6px;padding:.45rem .9rem;background:linear-gradient(90deg,#64dfdf,#a29bfe);color:#111;cursor:pointer;font-weight:700}.run-btn:disabled{background:#ffffff1a;color:#7b8790;cursor:not-allowed}.terminal{margin:0;background:#00000073;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:.8rem;min-height:200px;max-height:380px;overflow:auto;white-space:pre-wrap;line-height:1.5}textarea,input,button{font:inherit}@media (max-width: 900px){.grid{grid-template-columns:1fr}.status-grid{grid-template-columns:repeat(3,1fr)}}
