:root{--bg-primary: #f8f9fc;--bg-secondary: #ffffff;--bg-tertiary: #f0f2fa;--bg-card: #ffffff;--bg-card-hover: #ffffff;--bg-dark-code: #041540;--text-primary: #041540;--text-secondary: #44474f;--text-muted: #75777f;--accent-primary: #ee6d3c;--accent-primary-hover: #d95a28;--accent-secondary: #f9b021;--accent-purple: #705df2;--accent-glow: rgba(238, 109, 60, .25);--status-online: #0b8043;--status-online-bg: #e6f7f0;--status-offline: #ba1a1a;--status-offline-bg: #fde8e8;--status-warn: #b45309;--status-warn-bg: #fef3c7;--status-info: #1d4ed8;--status-info-bg: #dbeafe;--status-security: #ee6d3c;--status-security-bg: #ffede6;--border-color: #e1e4ec;--border-focus: #ee6d3c;--font-main: Manrope, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--font-mono: JetBrains Mono, Fira Code, monospace;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(4, 21, 64, .07), 0 1px 2px rgba(4, 21, 64, .03);--shadow-md: 0 4px 12px rgba(4, 21, 64, .06), 0 2px 4px rgba(4, 21, 64, .03);--shadow-lg: 0 10px 24px rgba(4, 21, 64, .09), 0 4px 8px rgba(4, 21, 64, .04);--shadow-glow: 0 0 16px rgba(238, 109, 60, .25);--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{height:100%;height:100dvh;margin:0;padding:0;overflow:hidden;background-color:#f8f9fc;color:#041540;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;vertical-align:middle;display:inline-block;line-height:1}.container{width:100%;max-width:1400px;margin:0 auto;padding:16px}@media(min-width:641px){.container{padding:24px}}@media(min-width:1025px){.container{padding:32px 48px}}.card{background:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid #e1e4ec;border-radius:16px;padding:24px;box-shadow:0 4px 12px #0415400f,0 2px 4px #04154008;transition:transform .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.card:hover{border-color:#ee6d3c59}.interactive-card{background:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid #e1e4ec;border-radius:16px;padding:24px;box-shadow:0 4px 12px #0415400f,0 2px 4px #04154008;transition:transform .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.interactive-card:hover{border-color:#ee6d3c59}.interactive-card{cursor:pointer}.interactive-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #04154017,0 4px 8px #0415400a;border-color:#ee6d3c73}.interactive-card:active{transform:translateY(0)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:12px;border:1px solid transparent;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;text-decoration:none}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-primary{background:linear-gradient(135deg,#ee6d3c,#d95a28);color:#fff;box-shadow:0 4px 14px #ee6d3c40}.btn-primary:hover{background:linear-gradient(135deg,#d95a28,#bf4618);box-shadow:0 6px 18px #ee6d3c66}.btn-secondary{background:#f0f2fa;color:#041540;border-color:#e1e4ec}.btn-secondary:hover{background:#e2e6f2;border-color:#c9cedd}.btn-outline{background:#fff;color:#041540;border-color:#e1e4ec}.btn-outline:hover{background:#f0f2fa;border-color:#ee6d3c;color:#ee6d3c}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 14px #ef444440}.btn-danger:hover{background:#dc2626;box-shadow:0 6px 18px #ef444459}.btn-sm{padding:8px 14px;font-size:13px;border-radius:8px}.btn-lg{padding:14px 24px;font-size:16px;font-weight:600;border-radius:16px}.btn-icon{padding:8px;border-radius:9999px;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:600;color:#44474f;letter-spacing:.2px}.form-input,.form-select,.form-control{background:#fff;border:1px solid #e1e4ec;border-radius:12px;padding:12px 16px;font-size:14px;color:#041540;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;outline:none;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.form-input:focus,.form-select:focus,.form-control:focus{border-color:#ee6d3c;box-shadow:0 0 0 3px #ee6d3c40}.form-input::placeholder,.form-select::placeholder,.form-control::placeholder{color:#75777f}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:9999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.badge-online{background:#e6f7f0;color:#0b8043;border:1px solid #a3e6cb}.badge-offline{background:#fde8e8;color:#ba1a1a;border:1px solid #f8b4b4}.badge-warn{background:#fef3c7;color:#b45309;border:1px solid #fde68a}.badge-info{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.badge-security{background:#ffede6;color:#ee6d3c;border:1px solid #ffd0bf}.status-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.switch{position:relative;display:inline-flex;align-items:center;justify-content:center;width:48px;height:28px;cursor:pointer}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#f0f2fa;transition:all .25s cubic-bezier(.4,0,.2,1);border-radius:28px;border:1px solid #e1e4ec}.switch .slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:transform .25s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 1px 4px #0415402e}.switch input:checked+.slider{background-color:#ee6d3c;border-color:#ee6d3c}.switch input:checked+.slider:before{transform:translate(20px)}.range-slider,input[type=range]{width:100%;accent-color:#ee6d3c;cursor:pointer}@keyframes pulse-glow{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1.05);opacity:1}to{transform:scale(.95);opacity:.7}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
