@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F3F4F6;--surface: #FFFFFF;--surface2: #F8FAFC;--surface3: #E5E7EB;--teal: #0078D4;--teal-l: #EFF6FC;--teal-b: #106EBE;--teal-d: #005A9E;--teal-m: #2899F5;--text: #111827;--muted: #4B5563;--m2: #6B7280;--border: #D1D5DB;--border-b: #B6BBC3;--red: #D13438;--red-l: #FDE7E9;--green: #107C10;--green-l: #DFF6DD;--amber: #FFB900;--amber-l: #FFF4CE;--blue: #0078D4;--blue-l: #EFF6FC;--nav-bg: #111827;--nav-text: #D1D5DB;--nav-active:#FFFFFF;--nav-hover: rgba(255,255,255,.08);--sans: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mono: "JetBrains Mono","Cascadia Code","Courier New",monospace;--shadow-sm: none;--shadow: none;--shadow-lg: none;--radius: 2px;--radius-lg: 2px;--btn-h: 32px;--btn-px: 14px;--control-h: 32px}html,body,#root{height:100%}body{font-family:var(--sans);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:var(--sans);outline:none}button{min-height:var(--btn-h);padding:0 var(--btn-px);border-radius:2px;font-size:13px;font-weight:600}input,select,textarea{min-height:var(--control-h);border-radius:2px}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-b);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--teal)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in{animation:fadeIn .25s ease}.spinner{animation:spin 1s linear infinite}.skeleton{background:linear-gradient(90deg,var(--surface2) 25%,var(--surface3) 50%,var(--surface2) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius)}.progress-bar{height:6px;background:var(--surface3);border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--teal);border-radius:0;transition:width .25s ease}.kui-page{padding:24px;background:var(--bg);min-height:100%}.kui-panel{background:var(--surface);border:1px solid var(--border);border-radius:2px;box-shadow:none}.kui-section{background:var(--surface);border:1px solid var(--border);border-radius:2px}.kui-btn{height:32px;padding:0 14px;border-radius:2px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:13px;font-weight:600;cursor:pointer}.kui-btn-primary{border-color:var(--teal);background:var(--teal);color:#fff}.kui-btn-danger{border-color:var(--red);background:var(--red);color:#fff}.kui-input{height:32px;padding:0 10px;border:1px solid var(--border);border-radius:2px;background:var(--surface);color:var(--text);font-size:13px}.kui-badge{display:inline-flex;align-items:center;height:22px;padding:0 8px;border:1px solid var(--border);border-radius:2px;background:var(--surface2);font-size:11px;font-weight:700}.kui-tabs{display:flex;border-bottom:1px solid var(--border)}.kui-tab{height:38px;padding:0 16px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:13px;font-weight:600}.kui-tab-active{border-bottom-color:var(--teal);color:var(--text)}
