:root{--customer-bg:#f6f8fb;--customer-surface:#fff;--customer-surface-soft:#f8fafc;--customer-surface-elevated:#fff;--customer-hover:#eff6ff;--customer-focus:#2563eb2e;--customer-card-bg:#fffffff0;--customer-card-solid:#fff;--customer-sidebar-bg:#f8fafc;--customer-accent:#2563eb;--customer-accent-glow:#2563eb1a;--customer-text:#0f172a;--customer-text-muted:#64748b;--customer-border:#e2e8f0;--customer-radius-xl:24px;--customer-radius-lg:16px;--customer-shadow:0 10px 30px -5px #00000014;--customer-primary:var(--customer-accent);--customer-success:#16a34a;--customer-warning:#d97706;--customer-danger:#dc2626;--customer-info:#0891b2;--customer-purple:#7c3aed;--customer-muted:var(--customer-text-muted);--customer-shadow-lg:0 24px 70px -24px #0f172a59;--customer-chart-1:#2563eb;--customer-chart-2:#16a34a;--customer-chart-3:#7c3aed;--customer-chart-4:#d97706}.dark{--customer-bg:#020617;--customer-surface:#0f172a;--customer-surface-soft:#111c2f;--customer-surface-elevated:#172033;--customer-hover:#38bdf81f;--customer-focus:#38bdf83d;--customer-card-bg:#0f172af2;--customer-card-solid:#111827;--customer-sidebar-bg:#030712;--customer-accent:#38bdf8;--customer-accent-glow:#38bdf826;--customer-text:#f8fafc;--customer-text-muted:#94a3b8;--customer-border:#ffffff1a;--customer-shadow:0 20px 50px -12px #000c;--customer-muted:var(--customer-text-muted);--customer-shadow-lg:0 30px 80px -28px #000000e6}.lw-dashboard-container{background:var(--customer-bg);width:100%;height:100dvh;min-height:100dvh;color:var(--customer-text);box-sizing:border-box;gap:16px;padding:16px;font-family:Inter,system-ui,sans-serif;display:flex;overflow:hidden}.lw-dashboard-sidebar{background:var(--customer-sidebar-bg);border:1px solid var(--customer-border);border-radius:var(--customer-radius-xl);width:240px;box-shadow:var(--customer-shadow);z-index:100;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.lw-dashboard-sidebar.collapsed{width:80px}.sidebar-header{flex-shrink:0;align-items:center;height:80px;padding:0 24px;display:flex}.logo-text{color:var(--customer-accent);letter-spacing:.05em;text-transform:uppercase;font-size:22px;font-style:italic;font-weight:900}.sidebar-nav{scrollbar-width:none;flex-direction:column;flex:1;gap:4px;padding:0 12px;display:flex;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav-item{color:var(--customer-text-muted);border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex;position:relative}.sidebar-nav-item:hover{background:var(--customer-accent-glow);color:var(--customer-accent)}.sidebar-nav-item.active{background:var(--customer-card-bg);color:var(--customer-accent);border-color:var(--customer-border);box-shadow:0 4px 12px #00000005}.lw-dashboard-main{flex-direction:column;flex:1;gap:16px;min-width:0;height:100%;display:flex;overflow:hidden}.lw-dashboard-header{background:var(--customer-sidebar-bg);border:1px solid var(--customer-border);border-radius:var(--customer-radius-xl);z-index:90;height:72px;box-shadow:var(--customer-shadow);flex-shrink:0;justify-content:space-between;align-items:center;padding:0 24px;display:flex}.header-left,.header-right{align-items:center;gap:12px;min-width:0;display:flex}.header-left{flex:1}.header-title{color:var(--customer-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lw-dashboard-content{scrollbar-width:thin;flex:1;padding:0 0 24px;overflow-y:auto}.page-card-container>div{min-width:0}.customer-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.customer-page-action{flex-shrink:0;align-items:center;gap:8px;display:flex}.customer-eyebrow{color:var(--customer-accent);letter-spacing:.05em;text-transform:uppercase;opacity:.8;margin-bottom:8px;font-size:11px;font-weight:800}.customer-page-header h2{color:var(--customer-text);letter-spacing:-.02em;margin:0;font-size:28px;font-weight:800;line-height:1.1}.customer-page-header p{color:var(--customer-text-muted);max-width:760px;margin:8px 0 0;font-size:14px;line-height:1.6}.customer-primary-btn,.customer-secondary-btn,.customer-danger-btn,.customer-icon-btn{border:1px solid var(--customer-border);cursor:pointer;touch-action:manipulation;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-width:44px;min-height:44px;padding:0 16px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.customer-primary-btn{background:var(--customer-accent);border-color:var(--customer-accent);color:#fff;box-shadow:0 4px 12px var(--customer-accent-glow)}.customer-secondary-btn,.customer-icon-btn{background:var(--customer-surface);color:var(--customer-text)}.customer-icon-btn{width:44px;height:44px;padding:0}.customer-primary-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.customer-secondary-btn:hover{background:var(--customer-hover);border-color:var(--customer-accent)}.customer-primary-btn:focus-visible,.customer-secondary-btn:focus-visible,.customer-danger-btn:focus-visible,.customer-icon-btn:focus-visible,.dashboard-btn:focus-visible,.header-tool-btn:focus-visible,.header-icon-btn:focus-visible,.user-profile:focus-visible,.dropdown-item:focus-visible,.dashboard-dialog-close:focus-visible{outline:3px solid var(--customer-focus);outline-offset:2px}.customer-grid{gap:16px;min-width:0;display:grid}.customer-grid.metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.customer-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-card{background:var(--customer-card-bg);border-radius:var(--customer-radius-lg);border:1px solid var(--customer-border);backdrop-filter:blur(10px);box-sizing:border-box;min-width:0;padding:24px}.dashboard-page-card{min-width:0}.metric-card{padding-left:28px;position:relative;overflow:hidden}.metric-card:before{content:"";background:var(--customer-accent);width:4px;position:absolute;inset:0 auto 0 0}.metric-card.tone-green:before{background:var(--customer-success)}.metric-card.tone-amber:before{background:var(--customer-warning)}.metric-card.tone-red:before{background:var(--customer-danger)}.metric-card.tone-purple:before{background:var(--customer-purple)}.metric-card span,.metric-label{color:var(--customer-text-muted);text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.metric-card strong,.metric-value{color:var(--customer-text);font-size:24px;font-weight:850;line-height:1;display:block}.metric-card p,.metric-detail{color:var(--customer-text-muted);margin:8px 0 0;font-size:12px;line-height:1.45}.customer-table-wrap{background:var(--customer-surface);border:1px solid var(--customer-border);border-radius:12px;overflow-x:auto}.customer-table{border-collapse:collapse;width:100%;min-width:860px}.customer-table th,.customer-table td{border-bottom:1px solid var(--customer-border);color:var(--customer-text);text-align:left;vertical-align:middle;padding:16px}.customer-table th{color:var(--customer-text-muted);text-transform:uppercase;background:var(--customer-surface-soft);z-index:1;font-size:11px;font-weight:800;position:sticky;top:0}.customer-table tr:hover td{background:var(--customer-accent-glow)}.status-pill{text-transform:uppercase;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.status-running,.status-active,.status-paid{color:var(--customer-success);background:#16a34a1a}.status-stopped,.status-pending{color:var(--customer-warning);background:#d977061a}.status-warning,.status-open,.status-acknowledged,.status-expiring{color:var(--customer-warning);background:#d977061f}.status-failed,.status-critical,.status-revoked{color:var(--customer-danger);background:#dc26261f}.status-resolved,.status-credited,.status-info{color:var(--customer-info);background:#0891b21f}.status-starting{color:var(--customer-purple);background:#7c3aed1f}.header-tool-btn{background:var(--customer-surface);border:1px solid var(--customer-border);height:40px;color:var(--customer-text-muted);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:0 12px;display:flex}.header-icon-btn{background:var(--customer-surface);border:1px solid var(--customer-border);color:var(--customer-text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.header-divider{background:var(--customer-border);width:1px;height:28px}.credit-badge{white-space:nowrap}.user-dropdown-menu,.floating-dropdown{background:var(--customer-card-solid);border:1px solid var(--customer-border);z-index:2000;border-radius:16px;min-width:180px;padding:8px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 15px 40px #0003}.user-dropdown-menu:before,.floating-dropdown:before{content:"";background:0 0;height:12px;position:absolute;top:-12px;left:0;right:0}.dropdown-item{width:100%;color:var(--customer-text);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.dropdown-item:hover{background:var(--customer-hover);color:var(--customer-accent)}.dropdown-item.active{background:var(--customer-accent-glow);color:var(--customer-accent)}.dropdown-item.logout{color:var(--customer-danger)}.dropdown-divider{background:var(--customer-border);height:1px;margin:6px 4px}.util-bar{background:var(--customer-surface-soft);border-radius:999px;height:6px;overflow:hidden}.util-bar span{background:var(--customer-accent);height:100%;display:block}.ai-chat-bubble{border-radius:20px;max-width:80%;padding:16px;font-size:14px;line-height:1.6}.ai-chat-bubble.user{background:var(--customer-accent);color:#fff;border-bottom-right-radius:4px}.ai-chat-bubble.assistant{background:var(--customer-surface-soft);color:var(--customer-text);border:1px solid var(--customer-border);border-bottom-left-radius:4px}.ai-chat-input-wrap{background:var(--customer-surface);border:1px solid var(--customer-border);box-shadow:var(--customer-shadow);border-radius:24px;align-items:center;gap:12px;padding:8px 8px 8px 20px;display:flex}.skeleton-bar{background:var(--customer-surface-soft);border-radius:6px;width:100%;max-width:120px;height:12px;position:relative;overflow:hidden}.skeleton-bar:after{content:"";background:linear-gradient(90deg, transparent, var(--customer-border), transparent);animation:1.5s infinite skeleton-wave;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-wave{to{transform:translate(100%)}}.skeleton-row td{padding:20px 16px!important}.customer-tooltip-wrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.customer-tooltip-trigger{cursor:help;opacity:.4;color:var(--customer-text);transition:opacity .2s;display:flex}.customer-tooltip-wrap:hover .customer-tooltip-trigger{opacity:.8}.customer-tooltip-content{background:var(--customer-surface);border:1px solid var(--customer-border);width:220px;color:var(--customer-text);box-shadow:var(--customer-shadow-lg);pointer-events:none;opacity:0;z-index:1000;text-align:left;border-radius:12px;padding:10px 14px;font-size:12px;line-height:1.5;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(-8px)}.customer-tooltip-wrap:hover .customer-tooltip-content{opacity:1;transform:translate(-50%)translateY(-12px)}.customer-tooltip-content:after{content:"";border:6px solid #0000;border-top-color:var(--customer-border);position:absolute;top:100%;left:50%;transform:translate(-50%)}.dashboard-input-group{margin-bottom:24px}.dashboard-label{color:var(--customer-text-muted);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.dashboard-input{background:var(--customer-surface-soft);border:1px solid var(--customer-border);width:100%;color:var(--customer-text);box-sizing:border-box;border-radius:12px;padding:14px 16px;font-size:15px;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1)}.dashboard-input:focus{border-color:var(--customer-accent);background:var(--customer-card-solid);box-shadow:0 0 0 4px var(--customer-accent-glow), 0 10px 20px -5px #0000001a;outline:none;transform:translateY(-1px)}.dashboard-input:-webkit-autofill{-webkit-text-fill-color:var(--customer-text);box-shadow:inset 0 0 20px 20px var(--customer-surface-soft);-webkit-background-clip:text;transition:background-color 5000s ease-in-out}.dashboard-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--customer-text);box-shadow:inset 0 0 20px 20px var(--customer-surface-soft);-webkit-background-clip:text;transition:background-color 5000s ease-in-out}.dashboard-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--customer-text);box-shadow:inset 0 0 20px 20px var(--customer-surface-soft);-webkit-background-clip:text;transition:background-color 5000s ease-in-out}.dashboard-input:-webkit-autofill:active{-webkit-text-fill-color:var(--customer-text);box-shadow:inset 0 0 20px 20px var(--customer-surface-soft);-webkit-background-clip:text;transition:background-color 5000s ease-in-out}.dashboard-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.dashboard-btn.primary{background:var(--customer-accent);color:#fff}.dashboard-btn.primary:hover{background:#0891b2;transform:translateY(-1px);box-shadow:0 4px 12px #06b6d44d}.dashboard-btn.secondary{background:var(--customer-surface-soft);color:var(--customer-text);border:1px solid var(--customer-border)}.dashboard-btn.secondary:hover{background:var(--customer-border)}.dashboard-btn.danger{color:#dc2626;background:#fef2f2;border:1px solid #fee2e2}.dashboard-btn.danger:hover{background:#fee2e2}.dashboard-search-container{align-items:center;width:100%;max-width:400px;display:flex;position:relative}.customer-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.customer-select{background:var(--customer-surface);border:1px solid var(--customer-border);color:var(--customer-text);border-radius:12px;min-height:44px;padding:0 40px 0 14px;font-size:14px;font-weight:650}.customer-muted{color:var(--customer-text-muted)}.customer-stat-row{border-bottom:1px solid var(--customer-border);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.dashboard-modal-overlay,.dashboard-route-loader{backdrop-filter:blur(8px);z-index:10000;background:#0206178f;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dashboard-contact-dialog{background:var(--customer-card-solid);border:1px solid var(--customer-border);box-shadow:var(--customer-shadow-lg);color:var(--customer-text);text-align:center;border-radius:16px;width:min(100%,440px);max-width:440px;padding:32px;position:relative}.dashboard-dialog-close{background:var(--customer-surface-soft);border:1px solid var(--customer-border);color:var(--customer-text-muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:absolute;top:14px;right:14px}.dashboard-dialog-icon{background:var(--customer-accent-glow);color:var(--customer-accent);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;display:inline-flex}.dashboard-contact-dialog h2{color:var(--customer-text);margin:0 0 10px;font-size:22px;font-weight:850}.dashboard-contact-dialog p{color:var(--customer-text-muted);margin:0 0 24px;font-size:14px;line-height:1.65}.dashboard-dialog-actions{flex-direction:column;gap:10px;display:flex}.dashboard-route-loader{z-index:9000;flex-direction:column;gap:14px}.dashboard-loader-mark{background:var(--customer-accent);color:#fff;letter-spacing:.04em;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-size:18px;font-style:italic;font-weight:900;display:flex}.dashboard-loader-copy{color:#fff;font-size:14px;font-weight:750}.dashboard-loader-bar{background:#ffffff2e;border-radius:999px;width:180px;height:4px;overflow:hidden}.dashboard-loader-bar span{border-radius:inherit;background:#fff;width:44%;height:100%;animation:1s ease-in-out infinite dashboard-loader;display:block}@keyframes dashboard-loader{0%{transform:translate(-110%)}to{transform:translate(250%)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.dashboard-search-container .search-icon{color:var(--customer-text-muted);pointer-events:none;opacity:.6;position:absolute;left:14px}.dashboard-search-input{background:var(--customer-surface-soft);border:1px solid var(--customer-border);width:100%;color:var(--customer-text);box-sizing:border-box;border-radius:12px;padding:10px 16px 10px 42px;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1)}.dashboard-search-input:focus{border-color:var(--customer-accent);background:var(--customer-surface);box-shadow:0 0 0 4px var(--customer-accent-glow);outline:none}.language-toggle-container{display:inline-block;position:relative}.language-dropdown{opacity:0;visibility:hidden;min-width:140px;transition:all .2s;transform:translateY(10px)}@media (width<=1024px){.customer-grid.metrics{grid-template-columns:repeat(2,1fr)}.customer-grid.two{grid-template-columns:1fr}.tool-btn-label,.credit-badge{display:none!important}}.mobile-only{display:none!important}@media (width<=768px){.lw-dashboard-container{gap:0;padding:0}.lw-dashboard-sidebar{border-radius:0 24px 24px 0;height:100dvh;position:fixed;inset:0 auto 0 0;transform:translate(-100%);width:280px!important}.lw-dashboard-sidebar.mobile-open{transform:translate(0)}.lw-dashboard-overlay{z-index:90;background:#0206178f;position:fixed;inset:0}.lw-dashboard-header{height:64px;min-height:64px;padding:0 14px}.lw-dashboard-content{padding:16px}.page-card-container{gap:16px!important}.customer-grid.metrics{grid-template-columns:1fr}.mobile-only{display:flex!important}.desktop-only{display:none!important}.customer-page-header{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:20px}.customer-page-header h2{font-size:24px}.customer-page-action,.customer-page-action>*,.customer-toolbar,.customer-toolbar>*,.dashboard-search-container{width:100%}.customer-toolbar{flex-direction:column;align-items:stretch}.customer-primary-btn,.customer-secondary-btn,.customer-danger-btn{width:100%}.user-profile span:not(:first-child),.header-divider{display:none!important}}@media (width<=480px){.lw-dashboard-content{padding:12px}.customer-card{padding:20px}.dashboard-page-card:not(.no-padding){padding:20px!important}.customer-table th,.customer-table td{padding:14px 12px}.dashboard-contact-dialog{padding:28px 20px 20px}}.vms-container{width:100%}.vms-actions-bar{background-color:var(--customer-surface);border:1px solid var(--customer-border);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:16px 24px;display:flex;box-shadow:0 4px 20px -4px #0000001a}.vms-search-wrap{flex:1;min-width:280px}.vms-batch-actions{border-left:1px solid var(--customer-border);align-items:center;gap:8px;padding-left:16px;display:flex}.vm-card{background-color:var(--customer-surface);border:1px solid var(--customer-border);cursor:pointer;border-radius:16px;align-items:center;gap:24px;padding:20px;transition:all .2s;display:flex}.vm-card.selected{border-color:var(--customer-accent);box-shadow:0 8px 30px -10px var(--customer-accent-glow)}.vm-info-section{align-items:center;gap:16px;min-width:240px;display:flex}.vm-specs-section{align-items:center;gap:32px;padding:0 32px;display:flex}.vm-network-section{min-width:180px}.vm-actions-section{gap:8px;display:flex}.vm-icon-danger{color:var(--customer-danger)}.vm-selection-count{color:var(--customer-text-muted);white-space:nowrap;margin-left:8px;font-size:13px;font-weight:800}.vm-notice{border:1px solid var(--customer-border);border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:14px;font-weight:700}.vm-notice.success{color:var(--customer-success);background:#16a34a1a}.vm-notice.error{color:var(--customer-danger);background:#dc26261a}.vm-notice.info{background:var(--customer-accent-glow);color:var(--customer-accent)}.vm-select-box{border:2px solid var(--customer-border);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:inline-flex}.vm-select-box span{background:#fff;border-radius:2px;width:8px;height:8px}.vm-server-icon{background:var(--customer-accent-glow);color:var(--customer-accent);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.vm-name{color:var(--customer-text);text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:16px;font-weight:850;overflow:hidden}.vm-subtitle{color:var(--customer-text-muted);align-items:center;gap:8px;min-width:0;display:flex}.vm-subtitle span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.vm-subtitle i{background:var(--customer-border);border-radius:2px;flex:none;width:4px;height:4px}.vm-specs-section div{text-align:center}.vm-specs-section span{color:var(--customer-text-muted);margin-bottom:4px;font-size:11px;font-weight:800;display:block}.vm-specs-section strong{color:var(--customer-text);text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:14px;font-weight:850;display:block;overflow:hidden}.vm-network-section div{align-items:center;gap:8px;margin-bottom:4px;display:flex}.vm-network-section div span{color:var(--customer-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;overflow:hidden}.vm-network-section>span{color:var(--customer-text-muted);font-size:12px;font-weight:650}.vm-loading{color:var(--customer-text-muted);justify-content:center;align-items:center;gap:12px;padding:64px 0;display:flex}.vm-modal{text-align:left;width:min(100%,760px);max-width:760px;max-height:92vh;overflow-y:auto}.vm-detail-modal{width:min(100%,980px);max-width:980px}.vm-modal h2{margin-right:48px}.vm-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;display:grid}.vm-textarea{resize:vertical;min-height:108px}.vm-segment,.vm-tabs{background:var(--customer-surface-soft);border:1px solid var(--customer-border);border-radius:12px;gap:4px;margin-bottom:20px;padding:4px;display:flex}.vm-segment button,.vm-tabs button{color:var(--customer-text-muted);cursor:pointer;background:0 0;border:0;border-radius:9px;flex:1;min-height:38px;padding:0 12px;font-size:13px;font-weight:800}.vm-segment button.active,.vm-tabs button.active{background:var(--customer-card-solid);color:var(--customer-accent);box-shadow:0 4px 12px #0f172a14}.vm-checkbox{color:var(--customer-text);cursor:pointer;align-items:center;gap:10px;margin:4px 0 20px;font-size:14px;font-weight:800;display:flex}.vm-checkbox input{width:16px;height:16px}.vm-form-note{color:var(--customer-text-muted);margin:0 0 14px;font-size:13px}.vm-error{color:var(--customer-danger);background:#dc26261a;border:1px solid #dc262633;border-radius:12px;margin:12px 0;padding:12px 14px;font-size:13px;font-weight:750}.vm-modal-actions,.vm-row-actions,.vm-quick-actions,.vm-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vm-modal-actions{justify-content:flex-end;margin-top:20px}.vm-detail-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.vm-detail-header p{margin-right:48px}.vm-quick-actions{border-bottom:1px solid var(--customer-border);margin-bottom:20px;padding-bottom:18px}.vm-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.vm-field{background:var(--customer-surface-soft);border:1px solid var(--customer-border);border-radius:12px;padding:14px}.vm-field span{color:var(--customer-text-muted);text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:850;display:block}.vm-field strong{color:var(--customer-text);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;min-width:0;font-size:15px;font-weight:850;display:flex;overflow:hidden}.vm-toolbar{justify-content:space-between;margin-bottom:16px}.vm-firewall-state{color:var(--customer-text);align-items:center;gap:8px;font-size:14px;font-weight:800;display:flex}.vm-inline-editor,.vm-snapshot-create{background:var(--customer-surface-soft);border:1px solid var(--customer-border);border-radius:14px;margin-bottom:16px;padding:16px}.vm-snapshot-create{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:start;gap:0 12px;display:grid}.vm-rule-list{gap:10px;display:grid}.vm-rule-row{background:var(--customer-surface);border:1px solid var(--customer-border);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.vm-rule-row strong,.vm-rule-row span{display:block}.vm-rule-row strong{color:var(--customer-text);margin-bottom:4px;font-size:14px;font-weight:850}.vm-rule-row span{color:var(--customer-text-muted);font-size:12px;line-height:1.45}.vm-metric-chart{background:var(--customer-surface-soft);border:1px solid var(--customer-border);border-radius:14px;align-items:end;gap:4px;height:240px;padding:18px;display:flex;overflow-x:auto}.vm-metric-bar{flex:1 0 8px;align-items:end;gap:2px;min-width:8px;height:100%;display:flex}.vm-metric-bar span,.vm-metric-bar i{border-radius:999px 999px 0 0;width:50%;display:block}.vm-metric-bar span{background:var(--customer-chart-1)}.vm-metric-bar i{background:var(--customer-chart-2)}.vm-chart-legend{color:var(--customer-text-muted);justify-content:flex-end;gap:18px;margin-top:10px;font-size:12px;font-weight:800;display:flex}.vm-chart-legend span:before{background:var(--customer-chart-1);content:"";border-radius:999px;width:8px;height:8px;margin-right:6px;display:inline-block}.vm-chart-legend span:last-child:before{background:var(--customer-chart-2)}@media (width<=1200px){.vm-card{flex-wrap:wrap;gap:20px}.vm-specs-section{flex:1;justify-content:space-around;padding:0}}@media (width<=992px){.vms-container{padding:0 20px}.vm-card{padding:16px}.vm-info-section{min-width:200px}.vm-network-section{min-width:150px}}@media (width<=768px){.vms-actions-bar{padding:12px 16px}.vms-batch-actions{border-left:none;width:100%;padding-bottom:4px;padding-left:0;overflow-x:auto}.vm-card{flex-direction:column;align-items:flex-start;gap:16px}.vm-info-section{width:100%}.vm-specs-section{background:var(--customer-surface-soft);border-radius:12px;width:100%;padding:12px}.vm-network-section{width:100%}.vm-actions-section{border-top:1px solid var(--customer-border);justify-content:flex-end;width:100%;padding-top:12px}.vm-form-grid,.vm-detail-grid,.vm-snapshot-create{grid-template-columns:1fr}.vm-detail-header,.vm-rule-row{flex-direction:column;align-items:flex-start}}@media (width<=480px){.vms-search-wrap{min-width:100%}.vm-specs-section{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}}