:root{--bg-body: #f4f6f9;--bg-sidebar: #1e293b;--bg-card: #ffffff;--bg-muted: #f1f5f9;--bg-subtle: #f8fafc;--bg-elevated: #ffffff;--bg-input: #ffffff;--text-main: #334155;--text-muted: #64748b;--text-inverse: #f8fafc;--text-light: #f8fafc;--primary: #2563eb;--accent: #2563eb;--accent-hover: #1d4ed8;--danger: #ef4444;--success: #10b981;--warning: #f59e0b;--success-bg: #d1fae5;--success-text: #065f46;--success-border: #6ee7b7;--danger-bg: #fee2e2;--danger-text: #991b1b;--danger-border: #fca5a5;--warning-bg: #fef3c7;--warning-text: #92400e;--warning-border: #fcd34d;--info-bg: #eff6ff;--info-text: #1e40af;--info-border: #93c5fd;--border: #e2e8f0;--border-strong: #cbd5e1;--selection-bg: #e0e7ff;--selection-text: #1e40af;--button-secondary-bg: #f8fafc;--button-secondary-text: #334155;--button-secondary-border: #cbd5e1;--button-disabled-bg: #f1f5f9;--button-disabled-text: #94a3b8;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--font-family: "Inter", system-ui, -apple-system, sans-serif;--radius-md: .5rem;--radius-lg: .75rem;--focus-ring: rgba(59, 130, 246, .9)}:root.dark{--bg-body: #0f172a;--bg-sidebar: #020617;--bg-card: #1e293b;--bg-muted: #334155;--bg-subtle: #1e293b;--bg-elevated: #334155;--bg-input: #0f172a;--text-main: #f8fafc;--text-muted: #94a3b8;--text-inverse: #0f172a;--text-light: #f8fafc;--primary: #3b82f6;--accent: #3b82f6;--accent-hover: #60a5fa;--danger: #f87171;--success: #34d399;--warning: #fbbf24;--success-bg: rgba(16, 185, 129, .2);--success-text: #34d399;--success-border: rgba(16, 185, 129, .5);--danger-bg: rgba(239, 68, 68, .2);--danger-text: #f87171;--danger-border: rgba(239, 68, 68, .5);--warning-bg: rgba(245, 158, 11, .2);--warning-text: #fbbf24;--warning-border: rgba(245, 158, 11, .5);--info-bg: rgba(59, 130, 246, .2);--info-text: #60a5fa;--info-border: rgba(59, 130, 246, .5);--border: #475569;--border-strong: #64748b;--selection-bg: rgba(59, 130, 246, .2);--selection-text: #f8fafc;--button-secondary-bg: #334155;--button-secondary-text: #f8fafc;--button-secondary-border: #475569;--button-disabled-bg: #1e293b;--button-disabled-text: #64748b;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .5);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .6), 0 2px 4px -1px rgba(0, 0, 0, .5);--focus-ring: rgba(96, 165, 250, .9)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--bg-body);color:var(--text-main);-webkit-font-smoothing:antialiased}.login-page{min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-x:hidden;background:radial-gradient(circle at top left,var(--selection-bg),transparent 38rem),var(--bg-body)}.login-page[data-background-enabled=true]{background:radial-gradient(circle at 12% 12%,var(--selection-bg),transparent 28rem),radial-gradient(circle at 88% 88%,var(--info-bg),transparent 26rem),var(--bg-body)}.login-shell{position:relative;z-index:1;width:min(100%,1100px);min-height:640px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);overflow:hidden;border:1px solid var(--border);border-radius:1.25rem;background:var(--bg-card);box-shadow:var(--shadow-md)}.login-shell--with-background{box-shadow:var(--shadow-md)}.login-info-panel{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;padding:3rem;overflow:hidden;background:radial-gradient(circle at 85% 15%,var(--selection-bg),transparent 20rem),linear-gradient(145deg,var(--bg-sidebar),var(--primary));color:var(--text-light)}.login-visual-panel--has-image{background:var(--bg-sidebar)}.login-background-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.login-background-image picture,.login-background-image img{display:block;width:100%;height:100%}.login-background-image img{object-fit:cover;object-position:center}.login-background-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg-sidebar);opacity:.72}.dark .login-background-image:after{opacity:.82}.login-info-panel:after{content:"";position:absolute;right:-8rem;bottom:-8rem;width:22rem;height:22rem;border:1px solid var(--border-strong);border-radius:50%;opacity:.28;pointer-events:none;z-index:1}.login-brand,.login-brand>span:last-child,.login-info-content,.login-form-header,.login-form,.login-field{display:flex;flex-direction:column}.login-brand{position:relative;z-index:2;flex-direction:row;align-items:center;gap:.75rem}.login-brand-icon,.login-form-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--primary);background:var(--selection-bg);border:1px solid var(--border);border-radius:.9rem}.login-brand-icon{width:3rem;height:3rem;color:var(--text-light);border-color:var(--text-muted)}.login-brand strong{font-size:1.25rem;line-height:1.2;letter-spacing:.04em}.login-brand small{margin-top:.15rem;color:var(--text-light);font-size:.8rem;opacity:.82}.login-info-content{position:relative;z-index:2;gap:1rem;max-width:30rem}.login-eyebrow{color:var(--primary);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.login-info-panel .login-eyebrow{color:var(--text-light);opacity:.82}.login-info-content h1{max-width:28rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08;letter-spacing:-.035em}.login-info-content>p:not(.login-eyebrow){max-width:27rem;color:var(--text-light);font-size:1rem;line-height:1.7;opacity:.86}.login-benefits{display:grid;gap:.75rem;margin-top:1rem;list-style:none}.login-benefits li{display:flex;align-items:center;gap:.6rem;color:var(--text-light);font-size:.9rem}.login-benefits svg{flex:0 0 auto}.login-info-footer{position:relative;z-index:2;color:var(--text-light);font-size:.8rem;opacity:.72}.login-form-panel{display:flex;align-items:center;justify-content:center;padding:3rem;background:var(--bg-card)}.login-form-card{width:min(100%,400px)}.login-form-header{align-items:flex-start;gap:.65rem;margin-bottom:2rem}.login-form-icon{width:3.25rem;height:3.25rem;margin-bottom:.35rem}.login-brand-logo{width:auto;max-width:min(100%,13rem);max-height:4.75rem;object-fit:contain;padding:.55rem;border:1px solid var(--border);border-radius:.85rem;background:var(--bg-muted)}.login-form-header h2{color:var(--text-main);font-size:1.85rem;line-height:1.2;letter-spacing:-.025em}.login-form-header>p:last-child{color:var(--text-muted);font-size:.9rem;line-height:1.6}.login-error{margin-bottom:1.25rem;padding:.8rem .9rem;border:1px solid var(--danger-border);border-radius:var(--radius-md);background:var(--danger-bg);color:var(--danger-text);font-size:.875rem;line-height:1.5}.login-form{gap:1.15rem}.login-field{gap:.45rem}.login-field label{color:var(--text-main);font-size:.875rem;font-weight:600}.login-input-wrap{position:relative}.login-input-wrap>svg{position:absolute;top:50%;left:.9rem;z-index:1;color:var(--text-muted);transform:translateY(-50%);pointer-events:none}.login-input.ui-input{min-height:3.25rem;padding:.75rem .9rem .75rem 2.8rem;font-size:1rem}.login-input.ui-input::placeholder{color:var(--text-muted);opacity:.8}.login-submit.ui-button{width:100%;min-height:3.25rem;margin-top:.35rem;font-size:1rem;font-weight:700}.login-help-text{margin-top:1.5rem;color:var(--text-muted);font-size:.78rem;line-height:1.5;text-align:center}@media (max-width: 820px){.login-page{align-items:flex-start;padding:1rem}.login-shell{min-height:0;grid-template-columns:minmax(0,1fr)}.login-info-panel{gap:1.25rem;padding:1.5rem}.login-visual-panel--has-image{min-height:18rem}.login-info-content{gap:.65rem}.login-info-content h1{max-width:32rem;font-size:clamp(1.45rem,7vw,2rem);line-height:1.15}.login-info-content>p:not(.login-eyebrow){line-height:1.5}.login-benefits,.login-info-footer{display:none}.login-form-panel{padding:1.75rem 1.5rem 2rem}.login-form-header{margin-bottom:1.5rem}.login-brand-logo{max-height:4rem}}@media (max-width: 420px){.login-page{padding:0;background:var(--bg-card)}.login-shell{border:0;border-radius:0;box-shadow:none}.login-info-panel,.login-form-panel{padding-inline:1.25rem}.login-brand-icon{width:2.65rem;height:2.65rem}.login-visual-panel--has-image{min-height:15rem}.login-form-header h2{font-size:1.65rem}}.app-container{display:flex;min-height:100vh}.sidebar{width:250px;background-color:var(--bg-sidebar);color:var(--text-light);display:flex;flex-direction:column;transition:width .3s ease}.sidebar.collapsed{width:75px}.sidebar.collapsed .sidebar-header h2,.sidebar.collapsed .sidebar-header img,.sidebar.collapsed .nav-item span,.sidebar.collapsed .sidebar-section-title{display:none}.sidebar.collapsed .nav-item{justify-content:center;padding:.75rem 0}.sidebar-section-title{padding:0 1.5rem;font-size:.75rem;color:#64748b;text-transform:uppercase;margin-top:1rem;margin-bottom:.5rem;white-space:nowrap;overflow:hidden}.sidebar-header{padding:1.5rem;font-size:1.25rem;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.75rem}.sidebar-nav{padding:1rem 0;flex:1;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#cbd5e1;text-decoration:none;transition:all .2s ease;cursor:pointer;white-space:nowrap;overflow:hidden}.sidebar .nav-item>svg{flex:0 0 20px;width:20px;height:20px;min-width:20px}.sidebar .nav-item>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.nav-item:hover,.nav-item.active{background-color:#ffffff1a;color:#fff;border-left:3px solid var(--primary)}.sidebar-nav-group{display:flex;flex-direction:column;gap:.125rem}.sidebar-nav-group+.sidebar-nav-group{margin-top:.85rem}.nav-item-block{display:flex;flex-direction:column}.nav-item-shell{display:flex;align-items:stretch;min-width:0}.nav-item-main{flex:1 1 auto;min-width:0}.nav-expand-toggle{flex:0 0 2rem;border:0;background:transparent;color:var(--text-light);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;opacity:.72;transition:background-color .2s ease,opacity .2s ease}.nav-expand-toggle:hover{background-color:color-mix(in srgb,var(--text-light) 12%,transparent);opacity:1}.nav-subitems{display:flex;flex-direction:column;gap:.125rem;margin:.15rem 0 .35rem 2.6rem;padding-left:.75rem;border-left:1px solid color-mix(in srgb,var(--text-light) 18%,transparent)}.nav-subitem{display:flex;align-items:center;gap:.45rem;min-height:1.75rem;padding:.25rem .75rem .25rem 0;color:var(--text-light);font-size:.82rem;line-height:1.25;opacity:.72}.nav-subitem-button{width:100%;border:0;border-radius:.35rem;background:transparent;font-family:inherit;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease,opacity .2s ease}.nav-subitem-button:hover,.nav-subitem-button:focus-visible,.nav-subitem-button.active{background-color:color-mix(in srgb,var(--text-light) 12%,transparent);color:var(--text-light);opacity:1}.nav-subitem-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.nav-subitem-button.active .nav-subitem-marker{background:var(--primary);opacity:1;box-shadow:0 0 0 2px color-mix(in srgb,var(--text-light) 24%,transparent)}.nav-subitem-marker{width:.35rem;height:.35rem;border-radius:50%;background:var(--primary);opacity:.8;flex:0 0 auto}.nav-item-danger:not(.active){color:var(--danger)}.sidebar-footer{padding:1.5rem;border-top:1px solid color-mix(in srgb,var(--text-light) 14%,transparent)}.sidebar.collapsed .nav-expand-toggle,.sidebar.collapsed .nav-subitems{display:none}.main-content{flex:1;padding:2rem;overflow-y:auto}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.header h1{font-size:1.75rem;font-weight:600;color:var(--text-main)}.user-profile{display:flex;align-items:center;gap:.5rem;font-weight:500}.user-session-cluster{display:flex;align-items:center;gap:.75rem;min-width:0}.session-countdown{display:inline-flex;align-items:center;gap:.35rem;min-height:2rem;padding:.35rem .55rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted);color:var(--text-main);font-size:.8rem;font-weight:700;line-height:1;white-space:nowrap}.session-countdown svg{flex:0 0 auto;color:var(--text-muted)}.session-countdown--warning{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.session-countdown--critical,.session-countdown--expired{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.session-countdown--warning svg,.session-countdown--critical svg,.session-countdown--expired svg{color:currentColor}@media (max-width: 720px){.header{align-items:flex-start;flex-direction:column;gap:.85rem}.user-session-cluster{flex-wrap:wrap;justify-content:flex-start}}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:var(--bg-card);padding:1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);display:flex;align-items:flex-start;justify-content:space-between;transition:transform .2s,box-shadow .2s}.metric-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.metric-info{display:flex;flex-direction:column;gap:.5rem}.metric-title{color:var(--text-muted);font-size:.875rem;font-weight:500}.metric-value{font-size:1.75rem;font-weight:700}.metric-icon{padding:.75rem;border-radius:var(--radius-lg)}.metric-icon.blue{background-color:var(--info-bg);color:var(--info-text);border:1px solid var(--info-border)}.metric-icon.red{background-color:var(--danger-bg);color:var(--danger-text);border:1px solid var(--danger-border)}.metric-icon.green{background-color:var(--success-bg);color:var(--success-text);border:1px solid var(--success-border)}.metric-icon.yellow{background-color:var(--warning-bg);color:var(--warning-text);border:1px solid var(--warning-border)}.dashboard-grid{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem}.widget-card{background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.5rem}.widget-title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-main);padding-bottom:.75rem;border-bottom:1px solid var(--border)}.vendors-registry-shell{display:flex;flex-direction:column;gap:.85rem;min-width:0}.vendors-registry-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.vendors-registry-heading{min-width:0}.vendors-registry-heading h2{margin:0;color:var(--text-main);font-size:1.28rem;font-weight:700;line-height:1.2}.vendors-registry-heading p{margin:.25rem 0 0;color:var(--text-muted);font-size:.9rem;line-height:1.45}.vendors-registry-add-button{gap:.45rem;min-height:2.25rem;white-space:nowrap}.vendors-registry-panel{display:flex;flex-direction:column;gap:.85rem;padding:.95rem}.vendors-registry-search{display:flex;align-items:center;gap:.5rem;width:min(42rem,100%);padding:.55rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle);color:var(--text-muted);transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.vendors-registry-search:focus-within{border-color:var(--primary);background:var(--bg-card);box-shadow:0 0 0 2px var(--focus-ring)}.vendors-registry-search svg{flex-shrink:0}.vendors-registry-search-input{width:100%;min-width:0;border:0;background:transparent;color:var(--text-main);font:inherit;font-size:.9rem;outline:0}.vendors-registry-search input.vendors-registry-search-input:focus,.vendors-registry-search input.vendors-registry-search-input:focus-visible{border:0;outline:0;box-shadow:none}:root.dark .vendors-registry-search input.vendors-registry-search-input:not([type=checkbox]):not([type=radio]),.dark .vendors-registry-search input.vendors-registry-search-input:not([type=checkbox]):not([type=radio]){background:transparent;border:0;color:var(--text-main)}.vendors-registry-search-input::placeholder{color:var(--text-muted)}.vendors-registry-table-wrap{width:100%;overflow-x:auto}.vendors-registry-table{min-width:760px}.vendors-registry-table th{color:var(--text-muted);font-size:.75rem;font-weight:700}.vendors-registry-table th,.vendors-registry-table td{padding:.58rem .7rem;vertical-align:middle}.vendors-registry-row:hover td{background:var(--bg-subtle)}.vendors-registry-name-cell{display:inline-flex;align-items:center;gap:.45rem;color:var(--text-main);font-size:.9rem;font-weight:700}.vendors-registry-name-cell svg{color:var(--primary)}.vendors-registry-nip{color:var(--text-main);font-family:var(--font-mono, ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace);font-size:.84rem}.vendors-registry-contact{color:var(--text-main);font-size:.86rem}.vendors-registry-actions-column,.vendors-registry-actions-cell{text-align:center;white-space:nowrap}.vendors-registry-row-actions{justify-content:center}.vendors-registry-empty-cell,.vendors-registry-state{padding:2rem 1rem;color:var(--text-muted);text-align:center}.vendors-registry-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-start;justify-content:center;padding:clamp(.75rem,3vw,1.5rem);overflow-y:auto;overscroll-behavior:contain;background:color-mix(in srgb,var(--bg-main) 42%,black 58%)}.vendors-registry-modal{width:min(560px,calc(100vw - 2rem));margin:0 auto;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:var(--shadow-md)}.vendors-registry-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.vendors-registry-modal-header h3{margin:0;color:var(--text-main);font-size:1.12rem;font-weight:700}.vendors-registry-modal-header p{margin:.3rem 0 0;color:var(--text-muted);font-size:.86rem;line-height:1.45}.vendors-registry-modal-close{flex-shrink:0;color:var(--text-muted)}.vendors-registry-form{display:flex;flex-direction:column;gap:.85rem}.vendors-registry-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.vendors-registry-form-field{display:flex;flex-direction:column;gap:.35rem}.vendors-registry-form-field>span{color:var(--text-main);font-size:.82rem;font-weight:700}.vendors-registry-form-error{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem;padding:.7rem .75rem;border:1px solid var(--danger-border);border-radius:var(--radius-md);background:var(--danger-bg);color:var(--danger-text);font-size:.86rem}.vendors-registry-submit{justify-content:center;width:100%;margin-top:.25rem}@media (max-width: 760px){.vendors-registry-header{flex-direction:column;align-items:stretch}.vendors-registry-add-button,.vendors-registry-search{width:100%}}@media (max-width: 640px){.vendors-registry-panel,.vendors-registry-modal{padding:1rem}.vendors-registry-form-grid{grid-template-columns:1fr}}.software-registry-shell{display:flex;flex-direction:column;gap:1rem;min-width:0;min-height:0;color:var(--text-main)}.software-registry-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);box-shadow:var(--shadow-sm)}.software-registry-heading{display:flex;flex-direction:column;gap:.35rem;min-width:0}.software-registry-heading h2{margin:0;color:var(--text-main);font-size:1.25rem;line-height:1.25}.software-registry-heading p{max-width:58rem;margin:0;color:var(--text-muted);font-size:.86rem;line-height:1.45}.software-registry-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.software-registry-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem;min-width:0}.software-registry-summary-item{display:flex;flex-direction:column;gap:.25rem;min-width:0;padding:.7rem .85rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);box-shadow:var(--shadow-sm)}.software-registry-summary-item span{color:var(--text-muted);font-size:.76rem;font-weight:700;line-height:1.2;text-transform:uppercase}.software-registry-summary-item strong{color:var(--text-main);font-size:1.1rem;line-height:1.1}.software-registry-panel{display:flex;flex-direction:column;gap:1rem;min-width:0;padding:1rem}.software-registry-toolbar{display:grid;grid-template-columns:minmax(18rem,2fr) repeat(2,minmax(12rem,1fr)) auto;gap:.75rem;align-items:end;min-width:0}.software-registry-search{display:flex;align-items:center;gap:.55rem;min-width:0;min-height:2.5rem;padding:.5rem .7rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-input);color:var(--text-muted)}.software-registry-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px var(--focus-ring)}.software-registry-search-input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--text-main);font:inherit}.software-registry-search input.software-registry-search-input:focus,.software-registry-search input.software-registry-search-input:focus-visible{border:0;outline:0;background:transparent;box-shadow:none}:root.dark .software-registry-search input.software-registry-search-input:not([type=checkbox]):not([type=radio]),.dark .software-registry-search input.software-registry-search-input:not([type=checkbox]):not([type=radio]){border:0;background:transparent}.software-registry-search-input::placeholder{color:var(--text-muted)}.software-registry-filter{display:flex;flex-direction:column;gap:.3rem;min-width:0;color:var(--text-main);font-size:.78rem;font-weight:700}.software-registry-filter>span{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted)}.software-registry-select,.software-registry-page-size-select{min-height:2.35rem;border-color:var(--border);background:var(--bg-input);color:var(--text-main)}.software-registry-clear{align-self:end;white-space:nowrap}.software-registry-list-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;color:var(--text-muted);font-size:.84rem}.software-registry-table-wrap{min-width:0;overflow-x:auto;overflow-y:visible;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card)}.software-registry-table{min-width:760px}.software-registry-table th{background:var(--bg-muted);color:var(--text-muted);font-weight:700}.software-registry-table th,.software-registry-table td{vertical-align:middle}.software-registry-select-column{width:2.75rem}.software-registry-logo-column,.software-registry-logo-cell{width:4.5rem;text-align:center}.software-registry-actions-column,.software-registry-actions-cell{width:8rem;text-align:center}.software-registry-row{cursor:pointer}.software-registry-row--expanded td{background:var(--bg-body)}.software-registry-muted-cell{color:var(--text-muted)}.software-registry-logo{width:2rem;height:2rem;padding:.15rem;border:1px solid var(--border);border-radius:.35rem;background:var(--bg-card);object-fit:contain}.software-registry-logo-placeholder{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px dashed var(--border);border-radius:.35rem;background:var(--bg-muted);color:var(--text-muted)}.software-registry-name-cell{min-width:14rem}.software-registry-name{display:inline-flex;align-items:center;gap:.45rem;min-width:0;color:var(--text-main);font-weight:700}.software-registry-name svg{flex:0 0 auto;color:var(--primary)}.software-registry-manufacturer{color:var(--text-main);font-weight:600}.software-registry-category{display:inline-flex;align-items:center;min-height:1.5rem;padding:.12rem .5rem;border:1px solid var(--info-border);border-radius:999px;background:var(--info-bg);color:var(--info-text);font-size:.75rem;font-weight:700;line-height:1.2}.software-registry-row-actions{display:flex;justify-content:center;gap:.35rem}.software-registry-row-action{min-width:2rem;min-height:2rem;border:1px solid var(--border);color:var(--text-main)}.software-registry-row-action--info{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.software-registry-row-action--edit{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.software-registry-row-action--delete{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.software-registry-details-row td{padding:0;border-bottom:1px solid var(--border);background:var(--bg-muted)}.software-registry-details{padding:1rem 1.25rem;border-left:.25rem solid var(--primary)}.software-registry-empty-cell,.software-registry-state{padding:2rem;text-align:center;color:var(--text-muted)}.software-registry-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;color:var(--text-muted);font-size:.84rem}.software-registry-footer-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem;min-width:0;margin-left:auto}.software-registry-page-size,.software-registry-pagination{display:flex;align-items:center;gap:.5rem}.software-registry-page-size-select{width:5rem;padding:.35rem .5rem}.software-registry-pagination span{color:var(--text-main);font-weight:700}.software-registry-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:auto;background:color-mix(in srgb,var(--bg-body) 68%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.software-registry-modal{width:min(42rem,96vw);max-height:min(44rem,calc(100dvh - 2rem));padding:1.25rem;overflow:auto}.software-registry-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.software-registry-modal-header h3{margin:0;color:var(--text-main);font-size:1.08rem}.software-registry-form{display:flex;flex-direction:column;gap:1rem}.software-registry-form-field{display:flex;flex-direction:column;gap:.35rem;color:var(--text-main);font-weight:700}.software-registry-form-field>span{font-size:.86rem}.software-registry-form-error{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;border:1px solid var(--danger-border);border-radius:.5rem;background:var(--danger-bg);color:var(--danger-text)}.software-registry-logo-box{display:flex;flex-direction:column;gap:.45rem;padding:1rem;border:1px dashed var(--primary);border-radius:.5rem;background:var(--bg-muted);color:var(--text-main)}.software-registry-logo-box>span{font-weight:700}.software-registry-logo-box small{color:var(--text-muted)}.software-registry-upload-button{align-self:flex-start}.software-registry-file-input{display:none}.software-registry-submit{width:100%;margin-top:.35rem}@media (max-width: 980px){.software-registry-header{flex-direction:column}.software-registry-header-actions{justify-content:flex-start}.software-registry-toolbar{grid-template-columns:1fr 1fr}.software-registry-search{grid-column:1 / -1}.software-registry-clear{align-self:stretch}}@media (max-width: 640px){.software-registry-header,.software-registry-panel{padding:.85rem}.software-registry-summary,.software-registry-toolbar{grid-template-columns:minmax(0,1fr)}.software-registry-footer,.software-registry-page-size,.software-registry-pagination,.software-registry-footer-controls{align-items:stretch;flex-direction:column}.software-registry-footer-controls{width:100%;margin-left:0}.software-registry-pagination .ui-button{width:100%}.software-registry-modal-backdrop{align-items:stretch;padding:.5rem}.software-registry-modal{width:100%;max-height:96dvh}}.licenses-registry-shell{display:flex;flex-direction:column;gap:1rem;min-width:0;min-height:0;color:var(--text-main)}.licenses-registry-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);box-shadow:var(--shadow-sm)}.licenses-registry-heading{display:flex;flex-direction:column;gap:.35rem;min-width:0}.licenses-registry-heading h2{margin:0;color:var(--text-main);font-size:1.25rem;line-height:1.25}.licenses-registry-heading p{max-width:64rem;margin:0;color:var(--text-muted);font-size:.86rem;line-height:1.45}.licenses-registry-header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.licenses-registry-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem;min-width:0}.licenses-registry-summary-item{display:grid;grid-template-columns:auto 1fr;gap:.2rem .55rem;align-items:center;min-width:0;padding:.7rem .85rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);box-shadow:var(--shadow-sm)}.licenses-registry-summary-item svg{grid-row:1 / 3;color:var(--primary)}.licenses-registry-summary-item span{color:var(--text-muted);font-size:.74rem;font-weight:700;line-height:1.2;text-transform:uppercase}.licenses-registry-summary-item strong{color:var(--text-main);font-size:1.08rem;line-height:1.1}.licenses-registry-panel{display:flex;flex-direction:column;gap:1rem;min-width:0;padding:1rem}.licenses-registry-toolbar{display:grid;grid-template-columns:minmax(18rem,1.7fr) repeat(3,minmax(11rem,1fr));gap:.75rem;align-items:end;min-width:0}.licenses-registry-search{display:flex;align-items:center;gap:.55rem;min-width:0;min-height:2.5rem;padding:.5rem .7rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-input);color:var(--text-muted)}.licenses-registry-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px var(--focus-ring)}.licenses-registry-search-input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--text-main);font:inherit}.licenses-registry-search input.licenses-registry-search-input:focus,.licenses-registry-search input.licenses-registry-search-input:focus-visible{border:0;outline:0;background:transparent;box-shadow:none}:root.dark .licenses-registry-search input.licenses-registry-search-input:not([type=checkbox]):not([type=radio]),.dark .licenses-registry-search input.licenses-registry-search-input:not([type=checkbox]):not([type=radio]){border:0;background:transparent}.licenses-registry-search-input::placeholder{color:var(--text-muted)}.licenses-registry-filter{display:flex;flex-direction:column;gap:.3rem;min-width:0;color:var(--text-main);font-size:.78rem;font-weight:700}.licenses-registry-filter>span{color:var(--text-muted)}.licenses-registry-select,.licenses-registry-page-size-select{min-height:2.35rem;border-color:var(--border);background:var(--bg-input);color:var(--text-main)}.licenses-registry-clear{align-self:end;white-space:nowrap}.licenses-registry-list-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;color:var(--text-muted);font-size:.84rem}.licenses-registry-table-wrap{min-width:0;overflow-x:auto;overflow-y:visible;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card)}.licenses-registry-table{min-width:980px}.licenses-registry-table th{background:var(--bg-muted);color:var(--text-muted);font-weight:700}.licenses-registry-table th,.licenses-registry-table td{padding:.52rem .68rem;vertical-align:middle}.licenses-registry-sort-button{display:inline-flex;align-items:center;gap:.35rem;min-height:1.75rem;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:700;cursor:pointer}.licenses-registry-sort-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.licenses-registry-actions-column,.licenses-registry-actions-cell{width:9rem;text-align:center}.licenses-registry-row{cursor:pointer}.licenses-registry-row--expanded td{background:var(--bg-body)}.licenses-registry-muted-cell{color:var(--text-muted)}.licenses-registry-software-cell{min-width:14rem}.licenses-registry-software-name{color:var(--text-main);font-size:.88rem;font-weight:700;line-height:1.25}.licenses-registry-key-cell code{display:inline-block;max-width:18rem;padding:.12rem .34rem;overflow:hidden;border:1px solid var(--border);border-radius:.35rem;background:var(--bg-muted);color:var(--text-main);font-size:.78rem;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.licenses-registry-provider-cell{display:flex;flex-direction:column;gap:.15rem;color:var(--text-muted);font-size:.8rem;line-height:1.25}.licenses-registry-license-type{color:var(--text-main);font-size:.82rem;font-weight:700}.licenses-registry-seats{display:inline-flex;align-items:center;gap:.25rem;color:var(--text-main);font-size:.82rem;line-height:1.2}.licenses-registry-seats strong{color:var(--primary)}.licenses-registry-badge{display:inline-flex;align-items:center;min-height:1.5rem;padding:.12rem .5rem;border:1px solid var(--border);border-radius:999px;font-size:.75rem;font-weight:700;line-height:1.2;white-space:nowrap}.licenses-registry-badge--success{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.licenses-registry-badge--warning{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.licenses-registry-badge--danger{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.licenses-registry-badge--neutral{border-color:var(--border);background:var(--bg-muted);color:var(--text-muted)}.licenses-registry-row-actions{display:flex;justify-content:center;gap:.35rem}.licenses-registry-row-action{min-width:2rem;min-height:2rem;border:1px solid var(--border);color:var(--text-main)}.licenses-registry-row-action--info{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.licenses-registry-row-action--edit{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.licenses-registry-row-action--delete{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.licenses-registry-details-row td{padding:0;border-bottom:1px solid var(--border);background:var(--bg-muted)}.licenses-registry-details{padding:1rem 1.25rem;border-left:.25rem solid var(--primary)}.licenses-registry-empty-cell,.licenses-registry-state{padding:2rem;text-align:center;color:var(--text-muted)}.licenses-registry-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;color:var(--text-muted);font-size:.84rem}.licenses-registry-footer-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem;min-width:0;margin-left:auto}.licenses-registry-page-size,.licenses-registry-pagination{display:flex;align-items:center;gap:.5rem}.licenses-registry-page-size-select{width:5rem;padding:.35rem .5rem}.licenses-registry-pagination span{color:var(--text-main);font-weight:700}.licenses-registry-modal-backdrop,.license-qr-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:auto;background:color-mix(in srgb,var(--bg-body) 68%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.licenses-registry-modal{width:min(42rem,96vw);max-height:min(44rem,calc(100dvh - 2rem));padding:1.25rem;overflow:auto}.licenses-registry-modal-header,.license-qr-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.licenses-registry-modal-header h3,.license-qr-modal-header h3{display:inline-flex;align-items:center;gap:.5rem;margin:0;color:var(--text-main);font-size:1.08rem}.licenses-registry-form-error,.license-qr-modal-error{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;border:1px solid var(--danger-border);border-radius:.5rem;background:var(--danger-bg);color:var(--danger-text)}.licenses-registry-submit{width:100%;margin-top:1rem}.license-qr-modal-card{width:min(33rem,96vw);max-height:min(42rem,calc(100dvh - 2rem));padding:1.25rem;overflow:auto;border:1px solid var(--border);border-radius:.75rem;background:var(--bg-card);box-shadow:var(--shadow-md);color:var(--text-main)}.license-qr-modal-close{color:var(--text-muted)}.license-qr-modal-state{padding:2rem;text-align:center;color:var(--text-muted)}.license-qr-modal-content{display:flex;flex-direction:column;gap:1.25rem}.license-qr-modal-warning{display:flex;align-items:center;gap:.5rem;padding:.85rem;border:1px solid var(--warning-border);border-radius:.5rem;background:var(--warning-bg);color:var(--warning-text);font-weight:700}.license-qr-modal-preview{display:flex;gap:1.25rem;align-items:flex-start}.license-qr-code-box{flex:0 0 auto;width:min-content;padding:.5rem;border:1px solid var(--border);border-radius:.5rem;background:var(--text-light)}.license-qr-modal-details{display:flex;flex:1;flex-direction:column;gap:.45rem;min-width:0;color:var(--text-main);font-size:.9rem}.license-qr-modal-code{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem;color:var(--text-main);font-size:1.1rem;font-weight:800}.license-qr-modal-code span{color:var(--text-muted);font-size:.8rem;font-weight:600}.license-qr-status--active{color:var(--success-text)}.license-qr-status--inactive{color:var(--danger-text)}.license-qr-field{display:flex;flex-direction:column;gap:.2rem;margin-top:.35rem}.license-qr-field>span{color:var(--text-muted);font-size:.74rem;font-weight:700;text-transform:uppercase}.license-qr-field code{align-self:flex-start;max-width:100%;padding:.2rem .4rem;overflow:hidden;border:1px solid var(--border);border-radius:.35rem;background:var(--bg-muted);color:var(--text-main);font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;text-overflow:ellipsis;white-space:nowrap}.license-qr-modal-muted{margin-top:.35rem;color:var(--text-muted);font-size:.8rem;line-height:1.5}.license-qr-modal-actions{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.license-qr-print-button{flex:1}.license-qr-modal-action{position:relative;min-width:2.5rem;min-height:2.5rem;border:1px solid var(--border);color:var(--text-main)}.license-qr-copy-status{position:absolute;top:-2rem;left:50%;padding:.25rem .5rem;border-radius:.35rem;background:var(--bg-sidebar);color:var(--text-light);font-size:.75rem;white-space:nowrap;transform:translate(-50%)}@media (max-width: 1100px){.licenses-registry-toolbar{grid-template-columns:1fr 1fr}.licenses-registry-search{grid-column:1 / -1}}@media (max-width: 720px){.licenses-registry-header,.licenses-registry-panel{padding:.85rem}.licenses-registry-header{flex-direction:column}.licenses-registry-header-actions{justify-content:flex-start}.licenses-registry-summary,.licenses-registry-toolbar{grid-template-columns:minmax(0,1fr)}.licenses-registry-clear{align-self:stretch}.licenses-registry-footer,.licenses-registry-page-size,.licenses-registry-pagination,.licenses-registry-footer-controls,.license-qr-modal-preview,.license-qr-modal-actions{align-items:stretch;flex-direction:column}.licenses-registry-footer-controls{width:100%;margin-left:0}.licenses-registry-pagination .ui-button,.license-qr-print-button{width:100%}.licenses-registry-modal-backdrop,.license-qr-modal-backdrop{align-items:stretch;padding:.5rem}.licenses-registry-modal,.license-qr-modal-card{width:100%;max-height:96dvh}}.dashboard-page{display:flex;flex-direction:column;gap:1.25rem;min-width:0;color:var(--text-main)}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.25rem;color:var(--text-main)}.dashboard-header-main{display:flex;flex-direction:column;gap:.35rem;min-width:0;color:var(--text-main)}.dashboard-title{margin:0;color:var(--text-main);font-size:1.45rem;font-weight:700;line-height:1.2}.dashboard-subtitle{margin:0;max-width:48rem;color:var(--text-muted);font-size:.92rem;line-height:1.55}.dashboard-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem;color:var(--text-main)}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;color:var(--text-main)}.dashboard-kpi-card{--dashboard-accent: var(--primary);--dashboard-accent-bg: var(--info-bg);--dashboard-accent-text: var(--info-text);--dashboard-accent-border: var(--info-border);position:relative;display:flex;flex-direction:column;gap:.85rem;min-width:0;min-height:8.5rem;padding:1rem;overflow:hidden;background:linear-gradient(135deg,var(--bg-card),var(--bg-subtle));border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--text-main)}.dashboard-kpi-card:before{content:"";position:absolute;inset:0 auto 0 0;width:.25rem;background:var(--dashboard-accent)}.dashboard-kpi-icon{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;flex:0 0 auto;color:var(--dashboard-accent-text);background:var(--dashboard-accent-bg);border:1px solid var(--dashboard-accent-border);border-radius:var(--radius-md)}.dashboard-kpi-card--info{--dashboard-accent: var(--primary);--dashboard-accent-bg: var(--info-bg);--dashboard-accent-text: var(--info-text);--dashboard-accent-border: var(--info-border)}.dashboard-kpi-card--danger{--dashboard-accent: var(--danger);--dashboard-accent-bg: var(--danger-bg);--dashboard-accent-text: var(--danger-text);--dashboard-accent-border: var(--danger-border)}.dashboard-kpi-card--success{--dashboard-accent: var(--success);--dashboard-accent-bg: var(--success-bg);--dashboard-accent-text: var(--success-text);--dashboard-accent-border: var(--success-border)}.dashboard-kpi-card--warning{--dashboard-accent: var(--warning);--dashboard-accent-bg: var(--warning-bg);--dashboard-accent-text: var(--warning-text);--dashboard-accent-border: var(--warning-border)}.dashboard-kpi-card--neutral{--dashboard-accent: var(--border-strong);--dashboard-accent-bg: var(--bg-muted);--dashboard-accent-text: var(--text-muted);--dashboard-accent-border: var(--border)}button.dashboard-kpi-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;text-align:left}.dashboard-kpi-card--action{cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.dashboard-kpi-card--action:hover{border-color:var(--dashboard-accent-border);box-shadow:var(--shadow-md);transform:translateY(-1px)}.dashboard-kpi-card--action:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.dashboard-kpi-card--planned{--dashboard-accent: var(--border-strong);--dashboard-accent-bg: var(--bg-muted);--dashboard-accent-text: var(--text-muted);--dashboard-accent-border: var(--border)}button.dashboard-kpi-card:disabled,button.dashboard-kpi-card[aria-disabled=true]{cursor:not-allowed;opacity:.82}.dashboard-kpi-card--planned .dashboard-kpi-icon{border-style:dashed}.dashboard-kpi-card--planned .dashboard-kpi-value{color:var(--text-muted)}.dashboard-kpi-content{display:flex;align-items:flex-start;gap:.8rem;min-width:0}.dashboard-kpi-body{display:flex;flex:1 1 auto;flex-direction:column;gap:.45rem;min-width:0}.dashboard-kpi-label{color:var(--text-muted);font-size:.78rem;font-weight:700;letter-spacing:0;line-height:1.35;text-transform:uppercase}.dashboard-kpi-value{color:var(--text-main);font-size:1.85rem;font-weight:800;line-height:1}.dashboard-kpi-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:auto;color:var(--text-muted);font-size:.82rem;line-height:1.4}.dashboard-kpi-meta--stacked{align-items:stretch;flex-direction:column;gap:.35rem}.dashboard-kpi-split{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.dashboard-kpi-alert{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;color:var(--danger-text);font-size:.82rem;font-weight:700;text-align:right}.dashboard-kpi-alert>span:first-child{display:inline-flex;align-items:center;gap:.3rem}.dashboard-section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;align-items:start;color:var(--text-main)}.dashboard-section{display:flex;flex-direction:column;gap:.85rem;min-width:0;color:var(--text-main)}.dashboard-panel,.dashboard-chart-card,.dashboard-list-card{min-width:0;padding:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--text-main)}.dashboard-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.95rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);color:var(--text-main)}.dashboard-panel-title{margin:0;color:var(--text-main);font-size:1rem;font-weight:700;line-height:1.3}.dashboard-panel-description{margin:.25rem 0 0;color:var(--text-muted);font-size:.84rem;line-height:1.5}.dashboard-chart-card{min-height:22rem;color:var(--text-main)}.dashboard-chart-body{width:100%;height:18.75rem;min-height:18rem}.dashboard-list-card{display:flex;flex-direction:column;gap:.75rem;color:var(--text-main)}.dashboard-status-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0;padding:.65rem 0;border-bottom:1px solid var(--border);color:var(--text-main)}.dashboard-status-row:last-child{border-bottom:0}.dashboard-status-row__label,.dashboard-status-row__value{min-width:0;overflow-wrap:anywhere}.dashboard-status-row__label{color:var(--text-muted)}.dashboard-status-row__value{font-weight:700}.dashboard-status-row--success .dashboard-status-row__value{color:var(--success-text)}.dashboard-status-row--danger .dashboard-status-row__value{color:var(--danger-text)}.dashboard-table-wrap{min-width:0;overflow-x:auto}.dashboard-table-compact{font-size:.85rem}.dashboard-cell-truncate{max-width:9.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-empty-row{color:var(--text-muted);text-align:center}.dashboard-manifest-shell{gap:1rem}.dashboard-manifest-shell__notice{display:grid;gap:.45rem;border-style:dashed;background:var(--bg-subtle)}.dashboard-manifest-shell__notice>strong{color:var(--text-main);font-size:.92rem;line-height:1.35}.dashboard-manifest-shell__notice>span{color:var(--text-muted);font-size:.84rem;line-height:1.5}.dashboard-manifest-shell__template-list{display:grid;gap:.5rem;margin:.35rem 0 0;list-style:none}.dashboard-manifest-shell__template-list li{display:grid;gap:.18rem;min-width:0;padding:.55rem .65rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card)}.dashboard-manifest-shell__template-list strong,.dashboard-manifest-shell__template-list span{min-width:0;overflow-wrap:anywhere;line-height:1.35}.dashboard-manifest-shell__template-list span{color:var(--text-muted);font-size:.78rem}.dashboard-manifest-shell__widget{display:grid;gap:.8rem;align-content:start}.dashboard-manifest-shell__slot{flex:0 0 auto;max-width:10rem;padding:.25rem .5rem;overflow-wrap:anywhere;border:1px solid var(--info-border);border-radius:999px;background:var(--info-bg);color:var(--info-text);font-size:.72rem;font-weight:800;line-height:1.25}.dashboard-manifest-shell__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.55rem;margin:0}.dashboard-manifest-shell__meta div{min-width:0;padding:.55rem .65rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle)}.dashboard-manifest-shell__meta dt,.dashboard-manifest-shell__meta dd{min-width:0;margin:0;overflow-wrap:anywhere;line-height:1.35}.dashboard-manifest-shell__meta dt{color:var(--text-muted);font-size:.72rem;font-weight:800}.dashboard-manifest-shell__meta dd{margin-top:.18rem;color:var(--text-main);font-size:.8rem;font-weight:700}.dashboard-manifest-shell__widget-data{display:grid;gap:.45rem;padding:.7rem .75rem;border:1px solid var(--success-border);border-radius:var(--radius-md);background:var(--success-bg);color:var(--success-text)}.dashboard-manifest-shell__widget-data>strong{color:inherit;font-size:.88rem;line-height:1.35}.dashboard-manifest-shell__widget-data>span{color:inherit;font-size:.8rem;line-height:1.45}.dashboard-manifest-shell__widget-data ul{display:grid;gap:.45rem;margin:.2rem 0 0;padding:0;list-style:none}.dashboard-manifest-shell__widget-data li{display:grid;gap:.2rem;min-width:0;padding:.5rem .6rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-main)}.dashboard-manifest-shell__widget-data li strong,.dashboard-manifest-shell__widget-data li span,.dashboard-manifest-shell__widget-data li small{min-width:0;overflow-wrap:anywhere;line-height:1.35}.dashboard-manifest-shell__widget-data li span,.dashboard-manifest-shell__widget-data li small{color:var(--text-muted);font-size:.78rem}.dashboard-manifest-shell__action-placeholder{justify-self:start;max-width:100%;margin-top:.2rem;padding:.35rem .55rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle);color:var(--text-muted);font:inherit;font-size:.78rem;font-weight:800;line-height:1.25;overflow-wrap:anywhere}.dashboard-manifest-shell__action-placeholder:disabled{cursor:not-allowed;opacity:.72}@media (max-width: 640px){.dashboard-manifest-shell__meta{grid-template-columns:1fr}}.dashboard-manifest-harness{gap:1rem}.dashboard-manifest-harness__controls{display:grid;gap:.75rem;border-style:dashed;background:var(--bg-subtle)}.dashboard-manifest-harness__controls>div:first-child{display:grid;gap:.25rem}.dashboard-manifest-harness__controls strong{color:var(--text-main);font-size:.95rem}.dashboard-manifest-harness__controls span{color:var(--text-muted);font-size:.84rem;line-height:1.45}.dashboard-manifest-harness__buttons{display:flex;flex-wrap:wrap;gap:.5rem}.dashboard-kb-section{gap:.9rem}.dashboard-kb-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.dashboard-kb-article{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;width:100%;min-width:0;padding:.85rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted);color:var(--text-main);font:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.dashboard-kb-article:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.dashboard-kb-article:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.dashboard-kb-article-main,.dashboard-kb-article-title,.dashboard-kb-article-meta,.dashboard-kb-tags{min-width:0}.dashboard-kb-article-main{display:flex;flex-direction:column;gap:.45rem}.dashboard-kb-article-title{display:inline-flex;align-items:flex-start;gap:.35rem;color:var(--text-main);font-weight:700;line-height:1.35}.dashboard-kb-article-title svg{flex:0 0 auto;color:var(--warning-text)}.dashboard-kb-article-meta{display:flex;flex-wrap:wrap;gap:.5rem;color:var(--text-muted);font-size:.78rem}.dashboard-kb-article-meta span{display:inline-flex;align-items:center;gap:.2rem}.dashboard-kb-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem}.dashboard-kb-state,.dashboard-kb-empty,.dashboard-kb-alert{padding:.85rem;border-radius:.5rem;line-height:1.45}.dashboard-kb-state,.dashboard-kb-empty{border:1px dashed var(--border);background:var(--bg-muted);color:var(--text-muted)}.dashboard-kb-empty p{margin:0}.dashboard-kb-alert{border:1px solid var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.dashboard-audit-list{display:flex;flex-direction:column;gap:.75rem}.dashboard-audit-entry{display:flex;flex-direction:column;gap:.35rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.dashboard-audit-entry:last-child{padding-bottom:0;border-bottom:0}.dashboard-audit-entry__meta,.dashboard-audit-entry__actor{display:flex;align-items:center;gap:.5rem;min-width:0}.dashboard-audit-entry__meta{justify-content:space-between}.dashboard-audit-action{color:var(--info-text);font-size:.75rem;font-weight:700}.dashboard-audit-time,.dashboard-audit-entry__actor{color:var(--text-muted);font-size:.75rem}.dashboard-audit-summary{color:var(--text-main);font-size:.85rem;line-height:1.5}.dashboard-audit-avatar{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;flex:0 0 auto;color:var(--text-inverse);background:var(--primary);border-radius:999px;font-size:.5rem;font-weight:700;line-height:1}@media (max-width: 760px){.dashboard-header,.dashboard-panel-header,.dashboard-status-row{align-items:stretch;flex-direction:column}.dashboard-actions{justify-content:flex-start}.dashboard-kpi-grid,.dashboard-section-grid{grid-template-columns:minmax(0,1fr)}}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.data-table th{color:var(--text-muted);font-weight:500;font-size:.875rem}.data-table tr:hover td{background-color:var(--bg-muted)}.badge{padding:.25rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge.create{background-color:var(--success-bg);color:var(--success-text)}.badge.update{background-color:var(--info-bg);color:var(--info-text)}.badge.delete{background-color:var(--danger-bg);color:var(--danger-text)}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr}}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:1000;transform:translateY(-150%);transition:transform .2s ease;background:var(--primary);color:#fff;padding:.75rem 1rem;border-radius:.5rem;box-shadow:var(--shadow-md);font-weight:700;text-decoration:none}.skip-link:focus{transform:translateY(0)}button.nav-item{width:100%;border:0;background:transparent;font:inherit;text-align:left}.nav-item:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.main-content:focus{outline:none}.error-boundary{display:flex;gap:1rem;align-items:flex-start;margin:2rem auto;max-width:720px;padding:1.5rem;border:1px solid var(--danger-border);border-radius:.75rem;background:var(--danger-bg);color:var(--danger-text);box-shadow:var(--shadow-sm)}.error-boundary h2{margin:0 0 .5rem}.error-boundary pre{white-space:pre-wrap;word-break:break-word;margin:1rem 0;padding:.75rem;border-radius:.5rem;background:var(--danger-bg);font-size:.85rem}.error-boundary button{display:inline-flex;align-items:center;gap:.5rem;border:none;border-radius:.5rem;background:var(--danger-bg);color:var(--danger-text);padding:.65rem .9rem;font-weight:700;cursor:pointer}.module-loading{display:flex;align-items:center;justify-content:center;min-height:16rem;margin:1rem 0;border:1px dashed var(--border);border-radius:.75rem;background:#ffffffb8;color:var(--text-muted);font-weight:700}.feedback-state{display:flex;align-items:center;justify-content:center;gap:.55rem;width:100%;padding:1rem;border-radius:.5rem;color:var(--text-muted);font-size:.92rem}.feedback-state--loading{justify-content:flex-start;padding-inline:0;color:var(--text-muted)}.feedback-state--empty{flex-direction:column;border:1px dashed var(--border-strong);background:var(--bg-muted);text-align:center}.feedback-state--empty strong{color:var(--text-main)}.feedback-state--empty span{color:var(--text-muted)}.feedback-state__spinner{width:.9rem;height:.9rem;border:2px solid var(--border-strong);border-top-color:var(--primary);border-radius:999px;animation:feedback-spin .75s linear infinite}.feedback-error{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.9rem;padding:.75rem;border:1px solid var(--danger-border);border-radius:.5rem;background:var(--danger-bg);color:var(--danger-text);font-size:.9rem}.feedback-state__retry{border:1px solid var(--danger-border);border-radius:.4rem;background:var(--bg-card);color:var(--danger-text);padding:.4rem .65rem;font-weight:700;cursor:pointer}.feedback-state__retry:disabled{cursor:not-allowed;opacity:.65}@keyframes feedback-spin{to{transform:rotate(360deg)}}@media print{:root,html,body{--bg-body: #ffffff !important;--bg-card: #ffffff !important;--bg-muted: #ffffff !important;--bg-subtle: #ffffff !important;--bg-elevated: #ffffff !important;--bg-input: #ffffff !important;--bg-sidebar: #ffffff !important;--text-main: #000000 !important;--text-muted: #000000 !important;--border: #000000 !important;--border-strong: #000000 !important;background:#fff!important;color:#000!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}}.dark .ql-toolbar{border-color:var(--border-strong)!important;background-color:var(--bg-muted)!important}.dark .ql-container{border-color:var(--border-strong)!important;background-color:var(--bg-input)!important;color:var(--text-main)!important}.dark .ql-editor{background-color:var(--bg-input)!important;color:var(--text-main)!important}.dark .ql-picker,.dark .ql-picker-label{color:var(--text-main)!important}.dark .ql-picker-options{background-color:var(--bg-elevated)!important;border-color:var(--border)!important;color:var(--text-main)!important}.dark .ql-stroke{stroke:var(--text-main)!important}.dark .ql-fill{fill:var(--text-main)!important}.dark .ql-tooltip{background-color:var(--bg-elevated)!important;color:var(--text-main)!important;border-color:var(--border)!important}.theme-rich-text{color:var(--text-main)}.theme-rich-text img{max-width:100%}.dark .theme-rich-text{color:var(--text-main)}.dark .theme-rich-text span[style*="color: rgb(0, 0, 0)"],.dark .theme-rich-text span[style*="color:#000"],.dark .theme-rich-text span[style*="color: #000000"]{color:var(--text-main)!important}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.85rem;cursor:pointer;transition:all .2s;border:1px solid transparent;outline:none}.ui-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.ui-button:disabled{cursor:not-allowed;opacity:.6;background:var(--button-disabled-bg);color:var(--button-disabled-text);border-color:transparent}.ui-button-primary{background:var(--primary, var(--accent));color:var(--text-inverse);border:1px solid transparent}.ui-button-primary:hover:not(:disabled){opacity:.9}.ui-button-secondary{background:var(--button-secondary-bg);color:var(--button-secondary-text);border:1px solid var(--button-secondary-border)}.ui-button-secondary:hover:not(:disabled){background:var(--bg-muted)}.ui-button-danger{background:var(--danger-bg);color:var(--text-inverse);border:1px solid transparent}.ui-button-danger:hover:not(:disabled){opacity:.9}.ui-button-warning{background:var(--warning-bg);color:var(--text-inverse);border:1px solid transparent}.ui-button-warning:hover:not(:disabled){opacity:.9}.ui-button-ghost{background:transparent;color:var(--text-main);border:1px solid transparent}.ui-button-ghost:hover:not(:disabled){background:var(--bg-muted)}.ui-button-icon{background:transparent;color:var(--text-main);border:none;padding:.25rem;border-radius:.25rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.ui-button-icon:hover:not(:disabled){background:var(--bg-muted)}.ui-button-icon:disabled{cursor:not-allowed;opacity:.5}.ui-input,.ui-select,.ui-textarea{padding:.5rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-input);color:var(--text-main);font-size:.85rem;width:100%;box-sizing:border-box;transition:border-color .2s,outline .2s}.ui-input:focus,.ui-select:focus,.ui-textarea:focus{outline:none;border-color:var(--primary)}.ui-card{background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;padding:1rem}.ui-card-muted{background:var(--bg-muted);border:1px solid var(--border);border-radius:.5rem;padding:1rem}.ui-section-header{margin:0 0 1rem;font-size:1.1rem;color:var(--primary);border-bottom:1px solid var(--border);padding-bottom:.5rem}.ui-badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.ui-badge-success{background:var(--success-bg);color:var(--success-text)}.ui-badge-warning{background:var(--warning-bg);color:var(--warning-text)}.ui-badge-danger{background:var(--danger-bg);color:var(--danger-text)}.ui-badge-info{background:var(--info-bg);color:var(--info-text)}.ui-badge-neutral{background:var(--bg-muted);color:var(--text-muted);border:1px solid var(--border)}.management-wipe-shell{display:grid;gap:1rem;min-width:0;color:var(--text-main);overflow:visible}.management-wipe-denied{display:grid;place-items:center;align-content:center;gap:.65rem;min-height:min(28rem,70dvh);padding:1rem;color:var(--text-main);text-align:center}.management-wipe-denied>svg{color:var(--danger)}.management-wipe-denied h2,.management-wipe-denied p{margin:0}.management-wipe-denied p{max-width:34rem;color:var(--text-muted);line-height:1.5}.management-wipe-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border)}.management-wipe-title{display:inline-flex;align-items:center;gap:.55rem;margin:0;padding:0 0 .85rem;border-bottom:3px solid var(--danger);color:var(--text-main);font-size:1.25rem;line-height:1.25;letter-spacing:0}.management-wipe-title>svg{flex:0 0 auto;color:var(--danger-text)}.management-wipe-content{display:grid;gap:1rem;min-width:0;overflow:visible}.management-wipe-card.widget-card{display:grid;gap:1.1rem;padding:1rem;overflow:visible}.management-wipe-alert{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:start;padding:.9rem 1rem;border:1px solid var(--danger-border);border-left:4px solid var(--danger);border-radius:8px;background:linear-gradient(90deg,color-mix(in srgb,var(--danger-bg) 76%,var(--bg-card) 24%),var(--bg-card));color:var(--danger-text)}.management-wipe-alert>svg{margin-top:.1rem;color:var(--danger-text)}.management-wipe-alert h3,.management-wipe-alert p{margin:0}.management-wipe-alert h3{color:var(--danger-text);font-size:1rem;font-weight:800;line-height:1.3}.management-wipe-alert p{margin-top:.45rem;color:var(--text-main);font-size:.9rem;line-height:1.55}.management-wipe-alert strong{color:var(--danger-text)}.management-wipe-vector-area,.management-wipe-vector-list,.management-wipe-auth,.management-wipe-field{display:grid;min-width:0}.management-wipe-vector-area{gap:.8rem}.management-wipe-section-title,.management-wipe-auth h3{margin:0;color:var(--text-main);font-size:1rem;font-weight:800;line-height:1.3}.management-wipe-vector-list{gap:.85rem}.management-wipe-vector-section{display:grid;gap:.65rem;min-width:0;padding:.8rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.management-wipe-vector-heading{margin:0;padding-bottom:.45rem;border-bottom:1px solid var(--border);color:var(--text-muted);font-size:.84rem;font-weight:800;line-height:1.25}.management-wipe-vector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,13.5rem),1fr));gap:.6rem}.management-wipe-vector-card{--management-wipe-accent: var(--primary);--management-wipe-selected-bg: var(--info-bg);--management-wipe-selected-border: var(--info-border);display:grid;grid-template-columns:1.15rem minmax(0,1fr);gap:.6rem;align-items:center;min-height:2.75rem;min-width:0;padding:.62rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text-main);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.management-wipe-vector-card--all{--management-wipe-accent: var(--danger-text);--management-wipe-selected-bg: var(--danger-bg);--management-wipe-selected-border: var(--danger-border);grid-template-columns:1.2rem minmax(0,1fr);min-height:3rem;border-width:2px}.management-wipe-vector-card--hr{--management-wipe-accent: var(--warning-text);--management-wipe-selected-bg: var(--warning-bg);--management-wipe-selected-border: var(--warning-border)}.management-wipe-vector-card--operations{--management-wipe-accent: var(--success-text);--management-wipe-selected-bg: var(--success-bg);--management-wipe-selected-border: var(--success-border)}.management-wipe-vector-card--system{--management-wipe-accent: var(--text-muted);--management-wipe-selected-bg: var(--bg-muted);--management-wipe-selected-border: var(--border-strong)}.management-wipe-vector-card:hover,.management-wipe-vector-card:focus-within{border-color:var(--management-wipe-selected-border);box-shadow:0 0 0 3px color-mix(in srgb,var(--focus-ring) 28%,transparent)}.management-wipe-vector-card.is-selected{border-color:var(--management-wipe-accent);background:var(--management-wipe-selected-bg)}.management-wipe-vector-card input{width:1.05rem;height:1.05rem;margin:0;accent-color:var(--management-wipe-accent)}.management-wipe-vector-card span{min-width:0;color:var(--text-main);font-size:.84rem;font-weight:650;line-height:1.25;overflow-wrap:anywhere}.management-wipe-vector-card.is-selected span{color:var(--management-wipe-accent);font-weight:800}.management-wipe-vector-card--all span{font-size:.95rem;letter-spacing:0}.management-wipe-auth{gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-muted)}.management-wipe-message{padding:.8rem .9rem;border:1px solid var(--border);border-radius:8px;font-weight:700;line-height:1.4}.management-wipe-message--error{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.management-wipe-message--success{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.management-wipe-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:end;min-width:0}.management-wipe-field{gap:.4rem}.management-wipe-field label{color:var(--text-main);font-size:.86rem;font-weight:800;line-height:1.25}.management-wipe-helper{color:var(--text-muted);font-size:.78rem;line-height:1.35}.management-wipe-helper strong{color:var(--danger-text)}.management-wipe-field-control{position:relative;display:flex;align-items:center}.management-wipe-field-control>svg{position:absolute;left:.75rem;z-index:1;color:var(--text-muted);pointer-events:none}.management-wipe-field-control:focus-within>svg{color:var(--danger-text)}.management-wipe-field-control .ui-input{min-height:2.6rem;padding-left:2.45rem;background:var(--bg-input);color:var(--text-main)}.management-wipe-field-control .ui-input:focus{border-color:var(--danger-border);box-shadow:0 0 0 3px color-mix(in srgb,var(--danger-bg) 76%,transparent)}.management-wipe-danger-button.ui-button{width:100%;min-height:3rem;margin-top:.35rem;border-color:var(--danger-border);background:var(--danger);color:var(--text-light);font-size:1rem;font-weight:850}.management-wipe-danger-button.ui-button:hover:not(:disabled),.management-wipe-danger-button.ui-button:focus-visible{background:var(--danger-text);color:var(--text-light)}@media (max-width: 760px){.management-wipe-header{align-items:stretch}.management-wipe-title{width:100%}.management-wipe-alert,.management-wipe-auth-grid{grid-template-columns:1fr}}.dictionaries-shell{display:flex;flex-direction:column;gap:1rem;color:var(--text-main)}.dictionaries-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dictionaries-header__copy{min-width:0}.dictionaries-header h2{display:flex;align-items:center;gap:.55rem;margin:.45rem 0 0;color:var(--text-main);font-size:1.55rem;line-height:1.2}.dictionaries-header h2 svg{color:var(--primary)}.dictionaries-header p{max-width:54rem;margin:.45rem 0 0;color:var(--text-muted);line-height:1.55}.dictionaries-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}.dictionaries-layout{display:grid;grid-template-columns:minmax(14rem,18rem) minmax(0,1fr);gap:1rem;align-items:start;overflow:visible}.dictionaries-category-list{display:flex;flex-direction:column;gap:.35rem;min-width:0;padding:.75rem}.dictionaries-category-list__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 .1rem .5rem;border-bottom:1px solid var(--border);color:var(--text-muted);font-size:.78rem;font-weight:700}.dictionaries-category-list__header strong{color:var(--text-main);font-size:.85rem}.dictionaries-category-button{display:grid;gap:.18rem;width:100%;min-width:0;padding:.65rem .7rem;border:1px solid transparent;border-radius:.5rem;background:transparent;color:var(--text-main);font:inherit;font-size:.84rem;text-align:left;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.dictionaries-category-button span,.dictionaries-category-button small{min-width:0;overflow-wrap:anywhere}.dictionaries-category-button span{font-weight:650}.dictionaries-category-button small{color:var(--text-muted);font-size:.72rem;line-height:1.35}.dictionaries-category-button:hover{border-color:var(--border);background:var(--bg-muted)}.dictionaries-category-button.is-active{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text);box-shadow:inset 0 0 0 1px var(--info-border)}.dictionaries-category-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.dictionaries-values-panel{min-width:0;padding:1rem}.dictionaries-values-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.dictionaries-values-panel__header h3,.dictionaries-modal-header h3{margin:.4rem 0 0;color:var(--text-main);line-height:1.2}.dictionaries-count{flex:0 0 auto;color:var(--text-muted);font-size:.8rem;font-weight:700}.dictionaries-table-wrap{overflow-x:auto;overflow-y:visible}.dictionaries-table{min-width:820px}.dictionaries-table th,.dictionaries-table td{padding:.62rem .75rem;vertical-align:middle}.dictionaries-value-key{color:var(--text-main);font-size:.9rem;overflow-wrap:anywhere}.dictionaries-muted,.dictionaries-code,.dictionaries-color-cell{color:var(--text-muted);font-size:.8rem}.dictionaries-code{font-family:var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace)}.dictionaries-color-cell{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.dictionaries-color-swatch{width:1rem;height:1rem;flex:0 0 1rem;border:1px solid var(--border);border-radius:.25rem;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--bg-card) 42%,transparent)}.dictionaries-number-cell{color:var(--text-main);font-variant-numeric:tabular-nums;text-align:center}.dictionaries-row--inactive td{color:var(--text-muted)}.dictionaries-row--inactive .dictionaries-value-key,.dictionaries-row--inactive .dictionaries-color-cell,.dictionaries-row--inactive .dictionaries-code{opacity:.68}.dictionaries-row-actions.table-action-group{justify-content:center}.dictionaries-table th:last-child,.dictionaries-table td:last-child{text-align:center}.dictionaries-empty{min-height:12rem}.dictionaries-empty svg{color:var(--text-muted)}.dictionaries-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;background:color-mix(in srgb,var(--bg-body) 66%,transparent)}.dictionaries-modal{width:min(100%,30rem);max-height:calc(100dvh - 2rem);overflow-y:auto}.dictionaries-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:1px solid var(--border)}.dictionaries-form,.dictionaries-field{display:flex;flex-direction:column}.dictionaries-form{gap:.75rem}.dictionaries-field{gap:.3rem}.dictionaries-field>span{color:var(--text-main);font-size:.82rem;font-weight:700}.dictionaries-form-grid{display:grid;grid-template-columns:minmax(6rem,.8fr) minmax(0,1.4fr);gap:.75rem}.dictionaries-color-input{height:2.25rem;padding:.18rem;cursor:pointer}.dictionaries-submit{width:100%;margin-top:.15rem}@media (max-width: 1040px){.dictionaries-layout{grid-template-columns:minmax(0,1fr)}.dictionaries-category-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}.dictionaries-category-list__header{grid-column:1 / -1}}@media (max-width: 680px){.dictionaries-header,.dictionaries-values-panel__header,.dictionaries-modal-header{flex-direction:column}.dictionaries-header__actions{width:100%;justify-content:stretch}.dictionaries-header__actions .ui-button{flex:1 1 12rem}.dictionaries-form-grid{grid-template-columns:minmax(0,1fr)}}.data-exchange-shell{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.data-exchange-denied{padding:2rem;text-align:center;color:var(--danger-text)}.data-exchange-header{display:flex;flex-direction:column;gap:.75rem}.data-exchange-kicker{display:flex;align-items:center;gap:.5rem;width:fit-content;margin:0;padding:.25rem .55rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-muted);color:var(--primary);font-size:.82rem;font-weight:700;line-height:1.25;letter-spacing:0}.data-exchange-kicker svg{flex:0 0 auto}.data-exchange-subtitle{max-width:58rem;margin:-.15rem 0 0;color:var(--text-muted);font-size:.92rem;line-height:1.45}.data-exchange-tabs{display:flex;align-items:center;gap:.5rem;margin-top:.35rem;border-bottom:1px solid var(--border)}.data-exchange-tab{display:inline-flex;align-items:center;gap:.45rem;min-height:2.4rem;margin:0;padding:.35rem .85rem .65rem;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--text-muted);font:inherit;font-size:.92rem;font-weight:600;cursor:pointer;transition:color .16s ease,border-color .16s ease,background-color .16s ease}.data-exchange-tab:hover{color:var(--text-main);background:var(--bg-muted)}.data-exchange-tab.is-active{color:var(--primary);border-bottom-color:var(--primary)}.data-exchange-tab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:.45rem .45rem 0 0}.data-exchange-notice{display:flex;align-items:flex-start;gap:.65rem;margin-top:.5rem;padding:.75rem .85rem;border:1px solid var(--info-border);border-radius:var(--radius-md);background:var(--info-bg);color:var(--info-text);font-size:.9rem;line-height:1.45;white-space:pre-wrap}.data-exchange-notice>div{flex:1 1 auto;min-width:0}.data-exchange-notice--success{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.data-exchange-notice--error{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.data-exchange-content,.data-exchange-actions-view,.data-exchange-history-view,.data-exchange-preview{display:flex;flex-direction:column;min-width:0}.data-exchange-content{gap:1.25rem}.data-exchange-actions-view,.data-exchange-history-view,.data-exchange-preview{gap:1rem}.data-exchange-intro{margin:0;color:var(--text-muted);font-size:.92rem;line-height:1.45}.data-exchange-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:1rem;align-items:stretch}.data-exchange-operation-card.widget-card{position:relative;--data-exchange-accent-bg: var(--info-bg);--data-exchange-accent: var(--info-text);--data-exchange-accent-text: var(--info-text);--data-exchange-accent-border: var(--info-border);display:flex;flex-direction:column;gap:.85rem;min-height:0;overflow:hidden;padding:1.1rem 1rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.data-exchange-operation-card.widget-card:before{content:"";position:absolute;inset:0 0 auto;height:.25rem;background:linear-gradient(90deg,var(--data-exchange-accent),color-mix(in srgb,var(--data-exchange-accent) 48%,transparent))}.data-exchange-operation-card--employees{--data-exchange-accent-bg: var(--bg-muted);--data-exchange-accent: var(--primary);--data-exchange-accent-text: var(--primary);--data-exchange-accent-border: var(--primary)}.data-exchange-operation-card--devices{--data-exchange-accent-bg: var(--info-bg);--data-exchange-accent: var(--info-text);--data-exchange-accent-text: var(--info-text);--data-exchange-accent-border: var(--info-border)}.data-exchange-operation-card--software{--data-exchange-accent-bg: var(--success-bg);--data-exchange-accent: var(--success-text);--data-exchange-accent-text: var(--success-text);--data-exchange-accent-border: var(--success-border)}.data-exchange-operation-card--licenses{--data-exchange-accent-bg: var(--warning-bg);--data-exchange-accent: var(--warning-text);--data-exchange-accent-text: var(--warning-text);--data-exchange-accent-border: var(--warning-border)}.data-exchange-card-title{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--data-exchange-accent-text);font-size:1rem;font-weight:700;line-height:1.3;letter-spacing:0}.data-exchange-card-title svg{flex:0 0 auto}.data-exchange-operation-card p{margin:0;color:var(--text-main);font-size:.86rem;line-height:1.45}.data-exchange-card-note{display:flex;align-items:flex-start;gap:.45rem;padding:.55rem .65rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-muted);color:var(--text-muted);font-size:.8rem;line-height:1.4}.data-exchange-card-note svg{flex:0 0 auto;margin-top:.1rem;color:var(--warning-text)}.data-exchange-card-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:auto;padding-top:.85rem;border-top:1px solid var(--border)}.data-exchange-card-action.ui-button,.data-exchange-upload-label.ui-button{flex:1 1 calc(50% - .3rem);min-width:8.75rem;min-height:2.35rem;padding:.48rem .7rem;border-color:color-mix(in srgb,var(--border) 72%,var(--text-main) 28%);border-radius:.42rem;background:linear-gradient(180deg,color-mix(in srgb,var(--button-secondary-bg) 86%,var(--text-main) 14%),var(--button-secondary-bg));color:var(--button-secondary-text);box-shadow:inset 0 1px color-mix(in srgb,var(--text-inverse) 16%,transparent),0 .35rem .8rem color-mix(in srgb,var(--text-main) 7%,transparent);font-size:.82rem;font-weight:600;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.data-exchange-card-action.ui-button:hover:not(:disabled),.data-exchange-card-action.ui-button:focus-visible,.data-exchange-upload-label.ui-button:hover,.data-exchange-upload-label.ui-button:focus-within{border-color:var(--data-exchange-accent-border);color:var(--text-main);box-shadow:inset 0 1px color-mix(in srgb,var(--text-inverse) 18%,transparent),0 .5rem 1rem color-mix(in srgb,var(--data-exchange-accent) 18%,transparent);transform:translateY(-1px)}.data-exchange-card-action--full.ui-button{flex-basis:100%}.data-exchange-upload-label.ui-button{border-color:var(--data-exchange-accent-border);background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 92%,var(--text-inverse) 8%),var(--primary));color:var(--text-inverse)}.data-exchange-upload-label.ui-button:hover,.data-exchange-upload-label.ui-button:focus-within{color:var(--text-inverse)}.data-exchange-card-action--full.ui-button{border-color:color-mix(in srgb,var(--border) 82%,var(--data-exchange-accent) 18%)}.data-exchange-upload-label{margin:0;cursor:pointer}.data-exchange-upload-label:focus-within{outline:2px solid var(--focus-ring);outline-offset:2px}.data-exchange-file-input{display:none}.data-exchange-section-title{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--text-main);font-size:1.08rem;font-weight:700;line-height:1.3;letter-spacing:0}.data-exchange-preview.widget-card,.data-exchange-history-card.widget-card{padding:1rem;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.data-exchange-preview-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(8.75rem,1fr));gap:.75rem}.data-exchange-preview-stat{padding:.75rem .85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-muted);text-align:center}.data-exchange-preview-stat--success{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.data-exchange-preview-stat--info{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.data-exchange-preview-stat--danger{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.data-exchange-preview-stat__value{color:inherit;font-size:1.65rem;font-weight:800;line-height:1.1}.data-exchange-preview-stat__label{margin-top:.25rem;color:inherit;font-size:.78rem;font-weight:600}.data-exchange-preview-actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.data-exchange-strong-action.ui-button{min-height:2.5rem;padding-inline:1.25rem;font-weight:700}.data-exchange-alert{padding:.9rem 1rem;border:1px solid var(--danger-border);border-radius:var(--radius-md);background:var(--danger-bg);color:var(--danger-text)}.data-exchange-alert h4{display:flex;align-items:center;gap:.5rem;margin:0 0 .6rem;color:inherit;font-size:.98rem;line-height:1.35}.data-exchange-alert ul{display:flex;flex-direction:column;gap:.25rem;margin:0;padding-left:1.35rem;color:inherit;font-size:.86rem;line-height:1.45}.data-exchange-alert i{opacity:.82}.data-exchange-preview-details{display:flex;flex-direction:column;gap:.75rem}.data-exchange-preview-details h4{margin:0;color:var(--text-main);font-size:.98rem}.data-exchange-table-wrap{width:100%;overflow-x:auto;overflow-y:visible}.data-exchange-table{width:100%;min-width:48rem;border-collapse:separate;border-spacing:0;font-size:.86rem}.data-exchange-table th,.data-exchange-table td{padding:.68rem .75rem;vertical-align:top}.data-exchange-table th{border-bottom:2px solid var(--border);background:var(--bg-hover);color:var(--text-muted);font-weight:700}.data-exchange-col-row{width:5rem}.data-exchange-col-action{width:7.5rem}.data-exchange-row-number,.data-exchange-main-cell{font-weight:600}.data-exchange-code{display:inline-block;max-width:100%;padding:.18rem .45rem;border-radius:var(--radius-sm);background:var(--bg-hover);color:var(--text-main);font-size:.8rem;white-space:nowrap}.data-exchange-muted{color:var(--text-muted);font-size:.78rem;font-weight:500}.data-exchange-action-badge{border:1px solid var(--info-border);background:var(--info-bg);color:var(--info-text);font-weight:700}.data-exchange-action-badge--create{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.data-exchange-action-badge--update{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.data-exchange-change-list{display:flex;flex-direction:column;gap:.25rem;margin:0;padding-left:1.1rem;color:var(--text-muted)}.data-exchange-change-list s{opacity:.72}.data-exchange-change-list span{color:var(--text-main);font-weight:600}.data-exchange-center-cell{text-align:center}.data-exchange-right-cell{text-align:right}.data-exchange-nowrap{white-space:nowrap}.data-exchange-history-index{margin-right:.5rem;color:var(--text-muted);font-size:.82rem}.data-exchange-audit-badge{border:1px solid var(--border);background:var(--bg-hover);color:var(--text-main);font-weight:600}.data-exchange-revert-button.ui-button{min-height:2.25rem;padding-inline:.75rem;border-color:var(--warning-border);background:var(--bg-muted);color:var(--warning-text);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--warning-border) 64%,transparent);font-weight:700}.data-exchange-revert-button.ui-button:hover:not(:disabled),.data-exchange-revert-button.ui-button:focus-visible{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text);box-shadow:inset 0 0 0 1px var(--warning-border),0 .45rem .9rem color-mix(in srgb,var(--warning-text) 16%,transparent)}.data-exchange-empty-cell{padding:2.75rem 1rem;text-align:center}.data-exchange-empty-state{display:flex;flex-direction:column;align-items:center;gap:.85rem;color:var(--text-muted)}.data-exchange-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:3.75rem;height:3.75rem;border-radius:999px;background:var(--bg-hover);color:var(--text-muted)}.data-exchange-empty-title{margin:0 0 .35rem;color:var(--text-main);font-size:1rem;font-weight:700}.data-exchange-empty-state p{margin:0;font-size:.9rem}@media (max-width: 760px){.data-exchange-kicker{font-size:.8rem}.data-exchange-tabs{align-items:stretch;overflow-x:auto}.data-exchange-tab{flex:0 0 auto}.data-exchange-card-action.ui-button,.data-exchange-upload-label.ui-button{flex-basis:100%}.data-exchange-preview-actions{align-items:stretch}.data-exchange-preview-actions .ui-button{flex:1 1 100%}}.ui-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:var(--text-muted);background:var(--bg-muted);border-radius:.5rem;border:1px dashed var(--border)}.org-structure-shell{display:flex;flex-direction:column;gap:1rem;min-height:0;color:var(--text-main)}.org-structure-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.org-structure-heading{display:flex;align-items:center;gap:.75rem;min-width:min(100%,20rem)}.org-structure-heading-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex:0 0 2.25rem;border-radius:var(--radius-md);background:var(--info-bg);color:var(--info-text);border:1px solid var(--info-border)}.org-structure-heading p{margin:0 0 .15rem;color:var(--text-muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.org-structure-heading h2{margin:0;color:var(--text-main);font-size:1.45rem;line-height:1.2}.org-structure-toolbar{display:flex;align-items:stretch;justify-content:flex-end;gap:.55rem;flex-wrap:wrap;min-width:0}.org-structure-toolbar-group{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;padding:.35rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);box-shadow:var(--shadow-sm)}.org-structure-action-button,.org-structure-file-button{min-height:2.25rem;padding:.45rem .7rem;font-size:.82rem;line-height:1.15}.org-structure-action-button svg,.org-structure-file-button svg{width:1rem;height:1rem}.org-structure-action-button--success{background:var(--success-bg);color:var(--success-text);border:1px solid var(--success-border)}.org-structure-action-button--warning{background:var(--warning-bg);color:var(--warning-text);border:1px solid var(--warning-border)}.org-structure-file-button{cursor:pointer}.org-tree-card{flex:0 1 auto;overflow:visible;padding:1rem}.org-tree-loading,.org-tree-empty{margin:0;color:var(--text-muted);font-size:.9rem}.org-tree-branch{display:flex;flex-direction:column;gap:.75rem}.org-tree-branch--nested{margin-left:1.15rem;padding-left:.85rem;border-left:1px dashed var(--border)}.org-unit-node{min-width:0}.org-unit-node--root{margin-bottom:.25rem}.org-unit-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem;padding:.8rem .9rem;background:var(--bg-card);border:1px solid var(--border);border-left:.25rem solid var(--org-unit-accent, var(--border-strong));border-radius:var(--radius-md);box-shadow:none}.org-unit-card--root{border-left-color:var(--org-unit-accent, var(--primary));box-shadow:var(--shadow-sm)}.org-unit-main{display:flex;align-items:flex-start;gap:.65rem;min-width:0}.org-unit-toggle,.org-unit-toggle-placeholder{width:1.75rem;height:1.75rem;flex:0 0 1.75rem}.org-unit-toggle{color:var(--text-muted);margin-top:-.1rem}.org-unit-card--root .org-unit-toggle{color:var(--primary)}.org-unit-copy{min-width:0;flex:1}.org-unit-title{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin:0;color:var(--text-main);font-size:1rem;line-height:1.25}.org-unit-status-badge{font-size:.68rem}.org-unit-meta{display:flex;flex-wrap:wrap;gap:.25rem .9rem;margin:.35rem 0 0;color:var(--text-muted);font-size:.8rem}.org-unit-meta div{display:inline-flex;align-items:baseline;gap:.3rem;min-width:0}.org-unit-meta dt,.org-unit-meta dd{margin:0}.org-unit-meta dt{font-weight:700}.org-unit-meta dd strong{color:var(--primary)}.org-unit-assign{margin-top:.55rem}.org-assign-open{padding:.32rem .55rem;font-size:.76rem;font-weight:600}.org-assign-panel{display:flex;flex-direction:column;gap:.35rem;max-width:44rem;padding:.7rem}.org-assign-field{position:relative}.org-assign-input{font-size:.82rem}.org-assign-results{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:100;max-height:min(16rem,50vh);overflow-y:auto;margin:0;padding:.2rem;list-style:none;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.org-assign-empty,.org-assign-result{padding:.48rem .55rem;border-radius:calc(var(--radius-md) - .15rem);font-size:.8rem}.org-assign-empty{color:var(--text-muted);font-style:italic}.org-assign-result{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--text-main)}.org-assign-result:not(.org-assign-result--disabled):hover{background:var(--bg-muted)}.org-assign-result--disabled{opacity:.6}.org-assign-result-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-assign-result-name span{color:var(--text-muted)}.org-assign-result-badge{flex:0 0 auto;font-size:.72rem;font-weight:700;white-space:nowrap}.org-assign-result-badge--muted{color:var(--text-muted)}.org-assign-result-badge--warning{color:var(--warning-text)}.org-assign-result-badge--success{color:var(--success-text)}.org-assign-dismiss{align-self:flex-start;color:var(--danger);font-size:.72rem}.org-unit-actions{display:flex;align-items:center;gap:.35rem}.org-unit-action{width:1.8rem;height:1.8rem}.org-unit-action--edit{color:var(--warning)}.org-unit-action--danger{color:var(--danger)}.org-member-section{margin:.45rem .75rem .85rem 2.75rem;padding-left:.85rem;border-left:1px solid var(--border)}.org-member-section h4{margin:0 0 .4rem;color:var(--text-muted);font-size:.78rem;font-weight:700}.org-member-list{display:flex;flex-direction:column;gap:.2rem}.org-member-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.32rem .55rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:calc(var(--radius-md) - .2rem);font-size:.8rem}.org-member-copy{min-width:0}.org-member-position{color:var(--text-muted)}.org-member-badge{margin-left:.4rem;font-size:.68rem}.org-draft-panel{padding:.9rem;background:var(--warning-bg);border:1px dashed var(--warning-border);border-radius:var(--radius-md)}.org-draft-panel h3{margin:0 0 .85rem;color:var(--warning-text);font-size:1rem}.org-draft-table-scroll{overflow-x:auto}@media (max-width: 900px){.org-structure-header,.org-structure-toolbar{flex-direction:column;align-items:stretch}.org-structure-toolbar-group{justify-content:flex-start}.org-unit-card{grid-template-columns:minmax(0,1fr)}.org-unit-actions{justify-content:flex-end}}@media (max-width: 640px){.org-tree-card{padding:.75rem}.org-tree-branch--nested{margin-left:.55rem;padding-left:.55rem}.org-unit-card{padding:.7rem}.org-unit-main{gap:.45rem}.org-member-section{margin-left:1.45rem;margin-right:0}.org-member-row,.org-assign-result{align-items:flex-start;flex-direction:column}}.hr-requests-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;min-height:0;color:var(--text-main)}.hr-requests-shell--with-form{grid-template-columns:minmax(300px,.9fr) minmax(0,1.45fr);align-items:start}.hr-requests-header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.hr-requests-heading{display:flex;align-items:center;gap:.75rem;min-width:min(100%,22rem)}.hr-requests-heading-icon,.hr-request-card-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:var(--radius-md);background:var(--info-bg);color:var(--info-text);border:1px solid var(--info-border)}.hr-requests-heading-icon{width:2.25rem;height:2.25rem}.hr-request-card-icon{width:2rem;height:2rem}.hr-requests-heading p,.hr-request-card-header p{margin:0 0 .15rem;color:var(--text-muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.hr-requests-heading h2,.hr-request-card-header h3{margin:0;color:var(--text-main);line-height:1.2}.hr-requests-heading h2{font-size:1.45rem}.hr-request-card-header h3{font-size:1.05rem}.hr-requests-summary{display:grid;grid-template-columns:repeat(4,minmax(7rem,1fr));gap:.55rem;min-width:min(100%,34rem)}.hr-request-summary-card{padding:.6rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.hr-request-summary-card span{display:block;color:var(--text-muted);font-size:.74rem;font-weight:700;text-transform:uppercase}.hr-request-summary-card strong{display:block;margin-top:.2rem;color:var(--text-main);font-size:1.35rem;line-height:1}.hr-request-form-card,.hr-request-workspace{min-width:0;padding:1rem}.hr-request-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.9rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.hr-request-card-header:not(.hr-request-card-header--workspace){justify-content:flex-start}.hr-request-card-header--workspace{align-items:flex-start}.hr-request-form{display:flex;flex-direction:column;gap:.9rem}.hr-request-fieldset{display:grid;gap:.75rem;margin:0;padding:0;border:0;min-inline-size:0}.hr-request-fieldset legend{margin-bottom:.55rem;color:var(--text-main);font-size:.9rem;font-weight:700}.hr-request-fieldset--resources{padding-top:.75rem;border-top:1px solid var(--border)}.hr-request-field,.hr-request-resource-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.hr-request-field label,.hr-request-resource-label label{color:var(--text-main);font-size:.82rem;font-weight:700}.hr-request-resource-label{display:flex;align-items:center;gap:.4rem;color:var(--primary)}.hr-request-help{color:var(--text-muted);font-size:.75rem;line-height:1.45}.hr-request-multi-select{min-height:7rem;font-size:.82rem}.hr-request-selected-list,.hr-request-resource-chips{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;min-width:0}.hr-request-selected-list{min-height:1.65rem;color:var(--text-muted);font-size:.76rem}.hr-request-submit .ui-button{width:100%}.hr-request-table-wrap{overflow-x:auto}.hr-request-workspace .data-table{min-width:760px}.hr-request-workspace .data-table th,.hr-request-workspace .data-table td{vertical-align:top}.hr-request-id{font-weight:700;color:var(--text-muted);font-variant-numeric:tabular-nums}.hr-request-assignment{display:block;color:var(--text-main);font-weight:700}.hr-request-workspace small{color:var(--text-muted)}.hr-request-muted{color:var(--text-muted);font-size:.78rem}.hr-request-status{display:inline-flex;align-items:center;min-height:1.55rem;padding:.18rem .55rem;border-radius:999px;font-size:.74rem;font-weight:700;white-space:nowrap;border:1px solid transparent}.hr-request-status--pending{background:var(--warning-bg);color:var(--warning-text);border-color:var(--warning-border)}.hr-request-status--approved{background:var(--success-bg);color:var(--success-text);border-color:var(--success-border)}.hr-request-status--rejected{background:var(--danger-bg);color:var(--danger-text);border-color:var(--danger-border)}.hr-request-decision-actions{display:flex;flex-wrap:wrap;gap:.4rem}.hr-request-decision-button{min-height:2rem;padding:.35rem .55rem;font-size:.78rem}.hr-request-decision-button--approve{color:var(--success-text);border-color:var(--success-border);background:var(--success-bg)}.hr-request-decision-button--reject{color:var(--danger-text);border-color:var(--danger-border);background:var(--danger-bg)}.hr-request-empty{padding:1.75rem 1rem;color:var(--text-muted);text-align:center;background:var(--bg-muted);border:1px dashed var(--border);border-radius:var(--radius-md)}.hr-requests-loading{color:var(--text-muted)}@media (max-width: 1100px){.hr-requests-shell--with-form{grid-template-columns:minmax(0,1fr)}}@media (max-width: 760px){.hr-requests-header{flex-direction:column}.hr-requests-summary{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;width:100%}.hr-request-card-header{align-items:flex-start;flex-direction:column}}.employee-list-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem;min-height:0;color:var(--text-main)}.employee-list-shell--with-preview{grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);align-items:start}.employee-list-main{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.employee-list-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;background:linear-gradient(135deg,var(--bg-card),var(--bg-subtle));border:1px solid var(--border);border-radius:var(--radius-md)}.employee-list-hero__copy{display:flex;flex-direction:column;gap:.45rem;max-width:42rem}.employee-list-hero__copy h2{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--text-main);font-size:1.35rem}.employee-list-hero__copy p{margin:0;color:var(--text-muted);line-height:1.5}.employee-bulk-toolbar{display:flex;flex-direction:column;gap:.9rem;padding:1rem;background:var(--bg-card);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.employee-bulk-toolbar__summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.employee-bulk-toolbar__summary h3,.employee-filter-card__header h3,.employee-table-card__header h3{margin:0;color:var(--text-main);font-size:1rem}.employee-bulk-toolbar__summary p,.employee-filter-card__header p,.employee-table-card__header p{margin:.25rem 0 0;color:var(--text-muted);font-size:.85rem;line-height:1.45}.employee-bulk-actions{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr) minmax(13rem,.55fr);gap:.75rem;align-items:stretch}.employee-bulk-actions__group{display:grid;grid-template-columns:minmax(8rem,.7fr) minmax(10rem,1fr) auto;gap:.5rem;align-items:end;padding:.75rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md)}.employee-bulk-actions__group--wide{grid-template-columns:minmax(12rem,.9fr) minmax(12rem,1fr) auto}.employee-bulk-actions__group label{color:var(--text-muted);font-size:.78rem;font-weight:700}.employee-bulk-actions__danger{display:flex;flex-direction:column;gap:.45rem;align-items:stretch;justify-content:flex-end;padding:.75rem;background:var(--danger-bg);color:var(--danger-text);border:1px solid var(--danger-border);border-radius:var(--radius-md)}.employee-bulk-actions__danger span{color:var(--danger-text);font-size:.78rem;font-weight:700}.employee-danger-button{color:var(--danger-text);border-color:var(--danger-border)}.employee-list-content{display:flex;flex-direction:column;gap:1rem;min-width:0}.employee-ops-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:.5rem;min-width:0}.employee-ops-card{display:flex;flex-direction:column;gap:.2rem;min-width:0;padding:.55rem .65rem;border:1px solid var(--border);border-radius:.4rem;background:var(--bg-card);color:var(--text-main)}.employee-ops-card small{color:var(--text-muted);font-size:.66rem;font-weight:700;line-height:1.1;letter-spacing:0;text-transform:uppercase}.employee-ops-card strong{color:var(--text-main);font-size:1.05rem;font-variant-numeric:tabular-nums;line-height:1.05}.employee-ops-card span{color:var(--text-muted);font-size:.7rem;line-height:1.25}.employee-ops-card--primary,.employee-ops-card--info{border-color:var(--info-border)}.employee-ops-card--success{border-color:var(--success-border)}.employee-ops-card--warning{border-color:var(--warning-border)}.employee-ops-card--neutral{border-color:var(--border-strong)}.employee-filter-card{display:flex;flex-direction:column;gap:1rem}.employee-filter-card__header,.employee-table-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.employee-filter-groups{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr);gap:.75rem}.employee-filter-group{display:grid;grid-template-columns:minmax(0,1fr);gap:.65rem;padding:.8rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md)}.employee-filter-group--wide{grid-template-columns:minmax(0,1.3fr) minmax(10rem,.7fr)}.employee-filter-group__title{grid-column:1 / -1}.employee-filter-group__title h4{margin:0;color:var(--text-main);font-size:.9rem}.employee-filter-group__title p{margin:.2rem 0 0;color:var(--text-muted);font-size:.78rem;line-height:1.4}.employee-filter-field{display:flex;flex-direction:column;gap:.3rem;min-width:0}.employee-filter-field span{color:var(--text-muted);font-size:.78rem;font-weight:700}.employee-filter-clear{align-self:end}.employee-table-card{display:flex;flex-direction:column;gap:.75rem;padding:0;overflow:hidden}.employee-table-card__header{padding:1rem 1rem 0}.employee-table-card .data-table{min-width:760px}.employee-table-scroll{min-width:0;overflow-x:auto;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.employee-table-row--selected td{background:var(--selection-bg);color:var(--text-main)}.employee-table-row--checked td{background:var(--selection-bg)}.employee-table-row--checked td:first-child{box-shadow:inset 3px 0 0 var(--primary)}.employee-table-empty{margin:.5rem;padding:2rem 1rem}.employee-pagination{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:.85rem 1rem 1rem;border-top:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);font-size:.875rem}.employee-pagination__controls{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.employee-page-size-control{display:inline-flex;align-items:center;gap:.45rem;color:var(--text-muted);font-size:.82rem;font-weight:700}.employee-page-size-control .ui-select{width:4.75rem;min-height:2.25rem}.employee-selected-panel{display:flex;flex-direction:column;gap:1rem;max-height:none;overflow:visible}.employee-selected-panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.employee-selected-panel__identity{display:flex;flex-direction:column;gap:.55rem;min-width:0}.employee-selected-panel__identity h2{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0;color:var(--text-main);font-size:1.35rem}.employee-selected-panel__identity p{margin:0;color:var(--text-muted);line-height:1.4}.employee-selected-panel__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:0}.employee-selected-panel__meta div{padding:.55rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md)}.employee-selected-panel__meta dt{color:var(--text-muted);font-size:.72rem;font-weight:700}.employee-selected-panel__meta dd{margin:.2rem 0 0;color:var(--text-main);font-weight:600;word-break:break-word}.employee-selected-panel__hint{padding:.65rem;background:var(--info-bg);color:var(--info-text);border:1px solid var(--info-border);border-radius:var(--radius-md)}.employee-selected-panel__warning{margin-top:.25rem;padding:.65rem;background:var(--danger-bg);color:var(--danger-text);border:1px solid var(--danger-border);border-radius:var(--radius-md);font-size:.85rem}.employee-selected-panel__actions{display:flex;align-items:flex-start;gap:.5rem}.employee-table-row{cursor:pointer}.employee-table-row:hover td{background:var(--bg-subtle)}.employee-table-checkbox-cell{width:2.5rem}.employee-inline-checkbox{cursor:pointer;accent-color:var(--primary)}.employee-table-cell-center{text-align:center}.employee-table-cell-strong{color:var(--text-main);font-weight:600}.employee-table-cell-small{color:var(--text-muted);font-size:.85rem}.employee-resource-pills,.employee-row-actions{display:flex;align-items:center;justify-content:center;gap:.35rem}.employee-resource-pill{font-size:.7rem;line-height:1.2}.employee-muted-dash{color:var(--text-muted)}.employee-row-action{border:1px solid transparent}.employee-row-action--profile{color:var(--info-text)}.employee-row-action--edit{color:var(--warning-text)}.employee-row-action--delete{color:var(--danger-text)}.employee-row-action:hover,.employee-row-action:focus-visible{border-color:var(--border);background:var(--bg-muted);outline:2px solid transparent;outline-offset:2px}.employee-row-action:focus-visible,.employee-quick-assign-option:focus-within,.employee-inline-checkbox:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.employee-selected-section-title{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--text-main);font-size:1.125rem}.employee-selected-resource-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.employee-selected-resource-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-main)}.employee-selected-resource-item:hover{border-color:var(--primary);background:var(--bg-subtle)}.employee-selected-resource-name{margin:0;color:var(--text-main);font-weight:600}.employee-selected-resource-meta,.employee-selected-empty{margin:0;color:var(--text-muted);font-size:.8rem}.employee-compact-danger-button,.employee-profile-compact-button{padding:.35rem .65rem;font-size:.8rem}.employee-quick-assign{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.employee-quick-assign-title{margin:0;color:var(--text-main);font-size:1rem}.employee-quick-assign-copy{margin:0;color:var(--text-muted);font-size:.85rem;line-height:1.45}.employee-quick-assign-info{margin:0;padding:.75rem;border:1px solid var(--info-border);border-radius:var(--radius-md);background:var(--info-bg);color:var(--info-text);font-size:.82rem;line-height:1.45}.employee-quick-assign-device-list{display:flex;flex-direction:column;gap:.5rem;max-height:22rem;overflow-y:auto}.employee-quick-assign-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.employee-quick-assign-card{display:flex;flex-direction:column;gap:.5rem;max-height:22rem;overflow-y:auto}.employee-quick-assign-card-title{color:var(--text-muted);font-size:.8rem;font-weight:700}.employee-quick-assign-category{margin-top:.5rem}.employee-quick-assign-category-title{color:var(--primary);font-size:.75rem;text-transform:uppercase}.employee-quick-assign-options{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem;padding-left:.5rem;border-left:2px solid var(--border-strong)}.employee-quick-assign-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--text-main);font-size:.85rem;line-height:1.35}.employee-quick-assign-free{color:var(--success-text);font-weight:700}.employee-quick-assign-empty{color:var(--text-muted);font-size:.8rem}.employee-quick-assign-footer{margin-top:.25rem}.employee-quick-assign-button{width:100%;justify-content:center}.employee-danger-label{display:block;margin-bottom:.25rem;color:var(--danger-text);font-size:.875rem}.employee-profile-table-head-row th{padding:.75rem;border-bottom:2px solid var(--border);color:var(--text-muted);font-size:.82rem;text-align:left}.employee-profile-table-actions-cell{text-align:right}.employee-profile-cell-strong{color:var(--text-main);font-weight:700}.employee-profile-detail-section{color:var(--text-main)}.employee-profile-detail-heading{margin:0 0 1rem;color:var(--text-main);font-size:1rem}.employee-profile-detail-table{width:100%;border-collapse:collapse}.employee-profile-detail-table--muted{opacity:.88}.employee-profile-table-empty{margin:.5rem 0;padding:1.25rem}.employee-profile-resource-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .5rem;border-radius:var(--radius-md);font-size:.75rem;font-weight:700}.employee-profile-resource-badge--device{border:1px solid var(--info-border);background:var(--info-bg);color:var(--info-text)}.employee-profile-resource-badge--license{border:1px solid var(--success-border);background:var(--success-bg);color:var(--success-text)}.employee-profile-resource-badge--returned{border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-main)}.employee-profile-license-context-pill{display:inline-flex;align-items:center;max-width:100%;padding:.18rem .55rem;border:1px solid var(--success-border);border-radius:var(--radius-md);background:var(--success-bg);color:var(--success-text);font-size:.75rem;font-weight:700;line-height:1.25;overflow-wrap:anywhere}.employee-profile-derived-license-stack{display:flex;flex-direction:column;gap:.85rem;min-width:0}.employee-profile-derived-device-panel{min-width:0;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-main)}.employee-profile-derived-device-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;min-width:0;margin-bottom:.8rem}.employee-profile-derived-device-header p{margin:.2rem 0 0;color:var(--text-muted);font-size:.82rem}.employee-profile-derived-device-eyebrow{display:block;margin-bottom:.2rem;color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:0;line-height:1.25;text-transform:uppercase}.employee-profile-derived-device-title{display:block;color:var(--text-main);font-size:.98rem;line-height:1.25;overflow-wrap:anywhere}.employee-profile-derived-device-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.45rem}.hr-list-shell,.hr-list-main{min-width:0}.employee-list-hero.hr-list-header{padding:.95rem 1rem;background:var(--bg-card);box-shadow:var(--shadow-sm)}.hr-list-header .ui-badge{align-self:flex-start}.hr-list-primary-action{min-height:2.35rem}.employee-filter-card.hr-list-toolbar{padding:.95rem;background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.hr-list-summary{color:var(--text-main)}.hr-list-filter-grid{gap:.65rem}.employee-filter-group.hr-list-filter-card{padding:.75rem;background:var(--bg-muted)}.employee-table-card.hr-list-table-wrap{border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden}.employee-table-card .hr-list-table{min-width:820px;margin:0}.hr-list-table th,.hr-list-table td{padding:.62rem .75rem;vertical-align:middle}.hr-list-table th{background:var(--bg-muted);color:var(--text-muted);font-size:.8rem}.hr-list-table tbody tr{transition:background-color .16s ease,color .16s ease}.hr-list-table tbody tr:hover td{background:var(--bg-subtle)}.hr-list-table tbody tr.employee-table-row--selected td,.hr-list-table tbody tr.employee-table-row--checked td,.hr-list-table tbody tr.employee-table-row--selected:hover td,.hr-list-table tbody tr.employee-table-row--checked:hover td{background:var(--selection-bg)}.hr-list-table tbody tr.employee-table-row--checked td:first-child{box-shadow:inset 3px 0 0 var(--primary)}.hr-list-sort-column{min-width:13rem}.hr-list-sort-button{display:inline-flex;align-items:center;justify-content:space-between;width:100%;gap:.6rem;margin:-.25rem -.35rem;padding:.25rem .35rem;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;color:var(--text-main);font:inherit;font-weight:700;text-align:left;cursor:pointer}.hr-list-sort-button:hover{background:var(--bg-muted);border-color:var(--border)}.hr-list-sort-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.hr-list-sort-indicator{display:inline-flex;align-items:center;gap:.25rem;color:var(--text-muted);font-size:.74rem;font-weight:800;letter-spacing:0}.hr-list-sort-button--asc .hr-list-sort-indicator,.hr-list-sort-button--desc .hr-list-sort-indicator{color:var(--primary)}.hr-list-person{min-width:12rem}.hr-list-person-name{display:block;color:var(--text-main);font-weight:700;line-height:1.35}.hr-list-person-id,.hr-list-meta{color:var(--text-muted);font-size:.83rem;line-height:1.35}.hr-list-status-chip,.hr-list-resource-chip{border:1px solid transparent}.hr-list-status-chip--active{border-color:var(--success-border)}.hr-list-status-chip--blocked{border-color:var(--warning-border)}.hr-list-status-chip--inactive{border-color:var(--danger-border)}.hr-list-action-group{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;flex-wrap:nowrap}.hr-list-action-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;min-width:2.25rem;height:2.25rem;min-height:2.25rem;padding:0;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);color:var(--text-main);cursor:pointer;overflow:hidden;isolation:isolate;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease,opacity .16s ease}.hr-list-action-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(110deg,transparent 0%,color-mix(in srgb,var(--bg-subtle) 72%,transparent) 46%,transparent 72%);opacity:0;transform:translate(-45%);transition:opacity .18s ease,transform .18s ease}.hr-list-action-button>svg{position:relative;z-index:1;flex-shrink:0}.hr-list-action-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 .6rem 1.2rem color-mix(in srgb,var(--text-main) 13%,transparent)}.hr-list-action-button:hover:not(:disabled):after{opacity:1;transform:translate(35%)}.hr-list-action-button:active:not(:disabled){transform:translateY(0);box-shadow:none}.hr-list-action-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.hr-list-action-button:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.hr-list-action-button--preview{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.hr-list-action-button--edit{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.hr-list-action-button--delete{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}@media (prefers-reduced-motion: reduce){.hr-list-action-button,.hr-list-action-button:after{transition-duration:.01ms!important;animation:none!important}}@media (max-width: 1200px){.employee-list-shell--with-preview,.employee-bulk-actions,.employee-filter-groups{grid-template-columns:minmax(0,1fr)}}@media (max-width: 760px){.employee-list-hero,.employee-bulk-toolbar__summary,.employee-filter-card__header,.employee-table-card__header,.employee-selected-panel__header{flex-direction:column}.employee-bulk-actions__group,.employee-bulk-actions__group--wide,.employee-filter-group--wide,.employee-quick-assign-grid,.employee-selected-panel__meta{grid-template-columns:minmax(0,1fr)}.employee-filter-clear{align-self:stretch}.employee-page-size-control{width:100%;justify-content:space-between}.hr-list-sort-button{gap:.4rem}}@media (prefers-reduced-motion: reduce){.hr-list-table tbody tr{transition:none}}.employee-bulk-feedback{display:flex;align-items:flex-start;gap:.75rem;margin:1rem 0;padding:.9rem 1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted);color:var(--text-main)}.employee-bulk-feedback strong{display:block;margin-bottom:.2rem;color:var(--text-main)}.employee-bulk-feedback p{margin:0;color:var(--text-muted);line-height:1.45}.employee-bulk-feedback--success{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.employee-bulk-feedback--success strong,.employee-bulk-feedback--success svg{color:var(--success-text)}.employee-bulk-feedback--error{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.employee-bulk-feedback--error strong,.employee-bulk-feedback--error svg{color:var(--danger-text)}.employee-bulk-confirm{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start;margin:1rem 0;padding:1rem;border:1px solid var(--warning-border);border-radius:.5rem;background:var(--warning-bg);color:var(--warning-text)}.employee-bulk-confirm--danger{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.employee-bulk-confirm h4{margin:.5rem 0 .25rem;color:inherit}.employee-bulk-confirm p,.employee-bulk-confirm li{color:inherit;line-height:1.45}.employee-bulk-confirm ul{margin:.5rem 0 0;padding-left:1.1rem}.employee-bulk-confirm__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.employee-bulk-spinner{animation:employee-bulk-spin .8s linear infinite}@keyframes employee-bulk-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 900px){.employee-bulk-confirm{grid-template-columns:minmax(0,1fr)}.employee-bulk-confirm__actions{justify-content:flex-start}}.system-accounts-shell{display:flex;flex-direction:column;gap:.85rem;min-height:0;overflow:visible;color:var(--text-main)}.system-accounts-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.system-accounts-header h2,.system-accounts-panel__header h3{margin:.4rem 0 0;color:var(--text-main);line-height:1.2}.system-accounts-header h2{font-size:1.65rem}.system-accounts-header p,.system-accounts-panel__header p{max-width:52rem;margin:.55rem 0 0;color:var(--text-muted);line-height:1.55}.system-accounts-header__notice,.system-accounts-alert{display:flex;align-items:flex-start;gap:.55rem;padding:.7rem .8rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted);color:var(--text-main);line-height:1.45}.system-accounts-header__notice{max-width:22rem;border-color:var(--info-border);background:var(--info-bg);color:var(--info-text);font-size:.82rem;font-weight:600}.system-accounts-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem}.system-accounts-summary-card{display:flex;align-items:center;gap:.6rem;min-width:0;padding:.65rem .75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);box-shadow:none}.system-accounts-summary-card>svg{flex:0 0 auto;width:1.05rem;height:1.05rem;color:var(--text-muted)}.system-accounts-summary-card span{display:block;color:var(--text-muted);font-size:.72rem;font-weight:700}.system-accounts-summary-card strong{display:block;margin-top:.1rem;color:var(--text-main);font-size:1.15rem;line-height:1}.system-accounts-summary-card--success{border-color:var(--success-border);background:var(--success-bg)}.system-accounts-summary-card--success>svg,.system-accounts-summary-card--success strong{color:var(--success-text)}.system-accounts-summary-card--info{border-color:var(--info-border);background:var(--info-bg)}.system-accounts-summary-card--info>svg,.system-accounts-summary-card--info strong{color:var(--info-text)}.system-accounts-summary-card--warning{border-color:var(--warning-border);background:var(--warning-bg)}.system-accounts-summary-card--warning>svg,.system-accounts-summary-card--warning strong{color:var(--warning-text)}.system-accounts-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:.85rem;align-items:start;overflow:visible}.system-accounts-panel{display:flex;flex-direction:column;gap:.85rem;min-width:0}.system-accounts-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;padding-bottom:.7rem;border-bottom:1px solid var(--border)}.system-accounts-table-wrap{overflow-x:auto;overflow-y:visible}.system-accounts-table{min-width:820px}.system-accounts-table th,.system-accounts-table td{padding:.65rem .75rem;vertical-align:top}.system-accounts-table th:last-child,.system-accounts-table td:last-child{text-align:center}.system-accounts-login-cell,.system-accounts-role-cell,.system-accounts-relation,.system-accounts-form,.system-accounts-field{display:flex;flex-direction:column;gap:.4rem}.system-accounts-login-cell strong{color:var(--text-main);font-size:.9rem}.system-accounts-login-cell span,.system-accounts-role-cell small,.system-accounts-relation small,.system-accounts-field small,.system-accounts-muted{color:var(--text-muted);font-size:.8rem;line-height:1.45}.system-accounts-role-cell .ui-badge,.system-accounts-relation .ui-badge{width:fit-content}.system-accounts-relation{gap:.32rem;padding:.5rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-subtle)}.system-accounts-relation--linked{border-color:var(--success-border);background:var(--success-bg)}.system-accounts-relation--technical{border-color:var(--info-border);background:var(--info-bg)}.system-accounts-relation--warning{border-color:var(--warning-border);background:var(--warning-bg)}.system-accounts-relation--danger{border-color:var(--danger-border);background:var(--danger-bg)}.system-accounts-employee-dl{display:grid;gap:.45rem;margin:0}.system-accounts-employee-dl div{min-width:0}.system-accounts-employee-dl dt{color:var(--text-muted);font-size:.72rem;font-weight:700}.system-accounts-employee-dl dd{margin:.15rem 0 0;color:var(--text-main);font-size:.84rem;font-weight:600;overflow-wrap:anywhere}.system-accounts-delete-button{color:var(--text-muted)}.system-accounts-delete-button:hover:not(:disabled),.system-accounts-delete-button:focus-visible{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.system-accounts-form-panel{position:sticky;top:1rem;align-self:start;max-height:none;overflow:visible}.system-accounts-action-cell{display:grid;justify-items:center;gap:.3rem}.system-accounts-row-actions.table-action-group{justify-content:center}.system-accounts-action-note{max-width:9.5rem;color:var(--text-muted);font-size:.72rem;line-height:1.35;text-align:center}.system-accounts-form{gap:.7rem}.system-accounts-field{gap:.35rem}.system-accounts-field>span{color:var(--text-main);font-size:.82rem;font-weight:700}.system-accounts-password-control{position:relative}.system-accounts-password-control>svg{position:absolute;top:50%;left:.75rem;z-index:1;color:var(--text-muted);transform:translateY(-50%);pointer-events:none}.system-accounts-password-control:focus-within>svg{color:var(--primary)}.system-accounts-password-control .ui-input{padding-left:2.5rem}.system-accounts-select-warning{border-color:var(--warning-border);box-shadow:0 0 0 3px var(--warning-bg)}.system-accounts-alert--danger{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.system-accounts-alert--info{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.system-accounts-alert--neutral{border-color:var(--border);background:var(--bg-muted);color:var(--text-main)}.system-accounts-alert--warning{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.system-accounts-role-preview{display:grid;gap:.75rem;padding:.85rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-subtle)}.system-accounts-role-preview__summary{display:flex;gap:.5rem;flex-wrap:wrap}.system-accounts-role-preview__cols{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.system-accounts-role-preview__cols h4,.system-accounts-role-preview__modules h4{margin:0 0 .4rem;font-size:.85rem}.system-accounts-perm-list{margin:0;padding-left:1.1rem;display:grid;gap:.2rem;font-size:.8rem;max-height:12rem;overflow-y:auto}.system-accounts-perm-list--gain li{color:var(--success-text)}.system-accounts-perm-list--loss li{color:var(--danger-text)}.system-accounts-role-preview__modules p{display:flex;flex-wrap:wrap;gap:.35rem;margin:0}@media (max-width: 720px){.system-accounts-role-preview__cols{grid-template-columns:1fr}}.system-accounts-submit{justify-content:center;width:100%}.system-accounts-empty{min-height:8rem}@media (max-width: 1180px){.system-accounts-header,.system-accounts-layout{grid-template-columns:minmax(0,1fr)}.system-accounts-header{flex-direction:column}.system-accounts-header__notice{max-width:none}.system-accounts-form-panel{position:static}}@media (max-width: 920px){.system-accounts-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 620px){.system-accounts-summary-grid{grid-template-columns:minmax(0,1fr)}.system-accounts-header h2{font-size:1.35rem}}.employee-profile-shell{display:flex;flex-direction:column;gap:1.25rem;max-width:1400px;margin:0 auto;color:var(--text-main)}.employee-profile-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;color:var(--text-muted);font-size:.875rem}.employee-profile-breadcrumb strong{color:var(--text-main)}.employee-profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(18rem,.9fr);align-items:stretch;gap:1rem;background:linear-gradient(135deg,var(--bg-card),var(--bg-subtle))}.employee-profile-avatar{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;color:var(--primary);background:var(--info-bg);border:1px solid var(--info-border);border-radius:var(--radius-md)}.employee-profile-identity{display:flex;flex-direction:column;gap:.55rem;min-width:0}.employee-profile-badges{display:flex;flex-wrap:wrap;gap:.45rem}.employee-profile-identity h1{margin:0;color:var(--text-main);font-size:1.65rem;line-height:1.2}.employee-profile-identity p{max-width:48rem;margin:0;color:var(--text-muted);line-height:1.5}.employee-profile-hero__metadata{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:0}.employee-profile-hero__metadata div,.employee-profile-context-list div{min-width:0;padding:.65rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md)}.employee-profile-hero__metadata dt,.employee-profile-context-list dt{color:var(--text-muted);font-size:.74rem;font-weight:700;text-transform:uppercase}.employee-profile-hero__metadata dd,.employee-profile-context-list dd{margin:.2rem 0 0;color:var(--text-main);font-weight:600;word-break:break-word}.employee-profile-context-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem}.employee-profile-context-card{display:flex;flex-direction:column;gap:1rem}.employee-profile-context-card--primary{border-left:4px solid var(--primary)}.employee-profile-card-header,.employee-profile-section-header,.employee-profile-tabs-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.employee-profile-card-header h2,.employee-profile-section-header h3,.employee-profile-tabs-header h2{margin:.35rem 0 0;color:var(--text-main);font-size:1rem}.employee-profile-card-header p,.employee-profile-section-header p{margin:.35rem 0 0;color:var(--text-muted);font-size:.85rem;line-height:1.45}.employee-profile-service-access-section,.employee-profile-legacy-permissions-section{margin-bottom:1.25rem}.employee-profile-access-summary{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.employee-profile-service-access-table{min-width:900px}.employee-profile-service-access-table td{vertical-align:top}.employee-profile-service-access-meta{display:block;margin-top:.25rem;color:var(--text-muted);font-size:.78rem;line-height:1.35}.employee-profile-context-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0}.employee-profile-secondary-list,.employee-profile-login-list,.employee-profile-org-section{display:flex;flex-direction:column;gap:.75rem}.employee-profile-secondary-item,.employee-profile-login-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0;padding:.75rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md)}.employee-profile-secondary-item{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr) minmax(0,1fr) auto}.employee-profile-secondary-item strong,.employee-profile-login-item strong{color:var(--text-main)}.employee-profile-secondary-item span:not(.ui-badge),.employee-profile-login-item p{margin:.2rem 0 0;color:var(--text-muted);font-size:.82rem}.employee-profile-login-card{display:flex;flex-direction:column;gap:1rem}.employee-profile-login-item>div{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;min-width:0}.employee-profile-login-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(12rem,.5fr) auto;gap:.6rem;align-items:end}.employee-profile-tabs-card{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden}.employee-profile-tabs-header{padding:1rem 1rem .85rem;background:var(--bg-card);border-bottom:1px solid var(--border)}.employee-profile-tabs{display:flex;flex-wrap:wrap;gap:.5rem;padding:.85rem 1rem;background:var(--bg-muted);border-bottom:1px solid var(--border-strong)}.employee-profile-tabs button{display:inline-flex;flex:1 1 12rem;align-items:center;justify-content:center;gap:.45rem;min-width:10.5rem;min-height:2.75rem;padding:.75rem .9rem;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-bottom:3px solid transparent;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;letter-spacing:0;cursor:pointer}.employee-profile-tabs button:hover,.employee-profile-tabs button:focus-visible,.employee-profile-tabs button.active{color:var(--primary);background:var(--bg-card);border-color:var(--border);border-bottom-color:var(--primary)}.employee-profile-tabs button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.employee-profile-tab-content{padding:1.1rem;background:var(--bg-card)}.employee-profile-org-form{display:flex;flex-direction:column;gap:.85rem}.employee-profile-org-form h4{margin:0;color:var(--text-main)}.employee-profile-org-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.employee-profile-org-form-grid label{display:block;margin-bottom:.3rem;color:var(--text-muted);font-size:.78rem;font-weight:700}.employee-profile-org-form-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.employee-profile-primary-checkbox{display:flex;align-items:center;gap:.45rem;margin-right:auto;color:var(--text-main);font-size:.85rem}.employee-profile-table-wrap{overflow-x:auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md)}.employee-profile-org-table{min-width:820px}.employee-profile-org-table th:last-child,.employee-profile-org-table td:last-child{text-align:right}.employee-profile-org-row--inactive{opacity:.65}.employee-profile-org-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.4rem}.employee-profile-org-actions .ui-button{padding:.35rem .55rem;font-size:.78rem}.employee-profile-primary-action{color:var(--warning-text);background:var(--warning-bg);border-color:var(--warning-border)}.employee-profile-danger-action{color:var(--danger-text);border-color:var(--danger-border)}.employee-profile-org-notes{display:flex;flex-direction:column;gap:.35rem;margin-top:1rem;padding:.75rem;color:var(--warning-text);background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:var(--radius-md);font-size:.85rem}.employee-profile-org-notes span{color:var(--text-muted);font-weight:700}.employee-profile-empty-compact{align-items:flex-start;padding:1rem;text-align:left}.employee-profile-loading{min-height:16rem}@media (max-width: 1100px){.employee-profile-hero,.employee-profile-context-grid{grid-template-columns:minmax(0,1fr)}.employee-profile-hero__metadata{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.employee-profile-card-header,.employee-profile-section-header,.employee-profile-tabs-header,.employee-profile-derived-device-header{flex-direction:column}.employee-profile-derived-device-actions{justify-content:flex-start}.employee-profile-hero__metadata,.employee-profile-context-list,.employee-profile-org-form-grid,.employee-profile-login-form,.employee-profile-secondary-item{grid-template-columns:minmax(0,1fr)}}.internal-documents-shell{display:flex;flex-direction:column;gap:1.25rem;min-height:0;overflow:visible;color:var(--text-main)}.internal-documents-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-sm)}.internal-documents-kicker,.internal-document-number{display:inline-flex;align-items:center;gap:.4rem;color:var(--primary);font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.internal-documents-hero h2{margin:.35rem 0 .4rem;font-size:1.55rem;color:var(--text-main)}.internal-documents-hero p{margin:0;max-width:760px;color:var(--text-muted);line-height:1.55}.internal-documents-summary{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:.75rem;min-width:240px}.internal-documents-summary div{padding:.9rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:.5rem}.internal-documents-summary span{display:block;font-size:1.45rem;font-weight:700;color:var(--text-main)}.internal-documents-summary small{color:var(--text-muted)}.internal-documents-controls{display:grid;grid-template-columns:minmax(240px,1fr) auto auto auto;gap:.75rem;align-items:center}.internal-documents-search{display:flex;align-items:center;gap:.55rem;min-width:0;min-height:2.65rem;padding:0 .75rem;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.internal-documents-search svg{flex:0 0 auto;color:currentColor;pointer-events:none}.internal-documents-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px var(--focus-ring)}.internal-documents-search-input{width:100%;min-width:0;min-height:2.35rem;padding:.45rem 0;color:var(--text-main);background:transparent;border:0;outline:none;font:inherit}.internal-documents-search-input::placeholder{color:var(--text-muted)}.internal-documents-search input.internal-documents-search-input,.internal-documents-search input.internal-documents-search-input:focus,.internal-documents-search input.internal-documents-search-input:focus-visible{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;border:0;box-shadow:none;outline:none}:root.dark .internal-documents-search input.internal-documents-search-input:not([type=checkbox]):not([type=radio]),.dark .internal-documents-search input.internal-documents-search-input:not([type=checkbox]):not([type=radio]){background:transparent;border:0;box-shadow:none;color:var(--text-main)}.internal-documents-filter-button{position:relative}.internal-documents-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .3rem;border-radius:999px;background:var(--primary);color:var(--text-inverse);font-size:.72rem;font-weight:700}.internal-documents-filter-chips,.internal-document-tags,.internal-documents-header-actions{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.internal-documents-filter-chip,.internal-document-tag{display:inline-flex;align-items:center;gap:.3rem;min-height:1.8rem;padding:.25rem .55rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-muted);color:var(--text-main);font-size:.78rem;font-weight:700}.internal-documents-filter-chip{cursor:pointer}.internal-documents-filter-chip:hover,.internal-documents-filter-chip--active{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.internal-document-tag--inactive{color:var(--text-muted);border-style:dashed}.internal-documents-alert{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;color:var(--danger-text);background:var(--danger-bg);border:1px solid var(--danger-border);border-radius:.5rem}.internal-documents-alert span{flex:1}.internal-documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.internal-documents-category-groups{display:flex;flex-direction:column;gap:.95rem}.internal-documents-category-section{display:flex;flex-direction:column;gap:.65rem;padding-top:.75rem;border-top:1px solid var(--border)}.internal-documents-category-section:first-child{padding-top:0;border-top:0}.internal-documents-category-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.internal-documents-category-heading h3{margin:.1rem 0 0;font-size:1.05rem;color:var(--text-main)}.internal-document-card{display:flex;flex-direction:column;gap:.58rem;min-height:0;padding:.78rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-sm)}.internal-document-card-header{display:grid;grid-template-columns:auto 1fr;gap:.58rem;align-items:start}.internal-document-icon{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;color:var(--primary);background:var(--info-bg);border:1px solid var(--info-border);border-radius:.5rem}.internal-document-card h3{margin:.15rem 0 0;font-size:.94rem;line-height:1.3;color:var(--text-main)}.internal-document-badges{display:flex;flex-wrap:wrap;gap:.32rem}.internal-document-description{margin:0;color:var(--text-muted);font-size:.84rem;line-height:1.42}.internal-document-meta{display:grid;gap:.34rem;margin:0}.internal-document-meta div{display:grid;grid-template-columns:104px 1fr;gap:.5rem;align-items:start}.internal-document-meta dt{display:inline-flex;align-items:center;gap:.28rem;color:var(--text-muted);font-size:.74rem}.internal-document-meta dd{margin:0;min-width:0;color:var(--text-main);font-size:.8rem;overflow-wrap:anywhere}.internal-document-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:auto;padding-top:.55rem;border-top:1px solid var(--border)}.internal-document-actions .ui-button{min-height:2.25rem;padding:.42rem .62rem;font-size:.82rem}.internal-documents-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem}.internal-documents-pagination div{display:flex;gap:.5rem}.internal-documents-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172ab8}.internal-documents-shell .internal-documents-modal-backdrop{align-items:center;min-height:100dvh;overflow:hidden;overscroll-behavior:contain}.internal-documents-modal{display:flex;flex-direction:column;width:min(1080px,96vw);max-height:92vh;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:0 24px 60px #0000004d;overflow:hidden}.internal-documents-shell .internal-documents-modal{max-height:min(92dvh,860px);margin:auto 0;overflow:hidden}.internal-documents-modal-header{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.internal-documents-modal-header h3{margin:.2rem 0 0;color:var(--text-main)}.internal-documents-preview-body{min-height:440px;background:var(--bg-muted);padding:1rem;overflow:auto}.internal-documents-shell .internal-documents-preview-body{overflow-y:auto}.internal-documents-preview-body iframe,.internal-documents-preview-body img{display:block;width:100%;min-height:68vh;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card)}.internal-documents-preview-body img{min-height:auto;max-height:72vh;object-fit:contain}.internal-documents-tabs{display:flex;flex-wrap:wrap;gap:.5rem;padding:.35rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-sm)}.internal-documents-tabs button{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem .85rem;border:1px solid transparent;border-radius:.45rem;background:transparent;color:var(--text-muted);font:inherit;font-size:.88rem;font-weight:700;cursor:pointer}.internal-documents-tabs button:hover,.internal-documents-tabs button.active{background:var(--info-bg);color:var(--info-text);border-color:var(--info-border)}.internal-documents-admin{display:flex;flex-direction:column;gap:1rem}.internal-documents-admin-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-sm)}.internal-documents-admin-header h3{margin:0;color:var(--text-main);font-size:1.1rem}.internal-documents-admin-header p{margin:.25rem 0 0;color:var(--text-muted);line-height:1.5}.internal-documents-admin-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(140px,1fr)) auto;gap:.75rem;align-items:center}.internal-documents-notice{padding:.8rem 1rem;border-radius:.5rem;border:1px solid var(--border);background:var(--bg-muted);color:var(--text-main)}.internal-documents-notice--success{background:var(--success-bg);color:var(--success-text);border-color:var(--success-border)}.internal-documents-admin-table-wrap{overflow-x:auto;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-sm)}.internal-documents-admin-table{min-width:920px}.internal-documents-admin-table td>span{display:block;margin-top:.2rem;color:var(--text-muted);font-size:.82rem}.internal-documents-row-actions{display:flex;align-items:center;gap:.35rem}.internal-documents-row-actions.table-action-group{justify-content:flex-end}.internal-documents-row-muted{opacity:.62}.internal-documents-form-modal{width:min(860px,96vw)}.internal-documents-category-modal{width:min(620px,96vw)}.internal-documents-filter-modal{width:min(960px,96vw)}.internal-documents-filter-body{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.25rem 1.25rem;min-height:0;overflow-y:auto;max-height:min(72dvh,720px)}.internal-documents-filter-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.internal-documents-filter-group{display:flex;flex-direction:column;gap:.65rem;min-width:0;padding:.85rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted)}.internal-documents-filter-group--wide{grid-column:1 / -1}.internal-documents-filter-group-header{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}.internal-documents-filter-group-header h4{margin:0;color:var(--text-main);font-size:.9rem}.internal-documents-filter-group-header p,.internal-documents-filter-subtitle{margin:.2rem 0 0;color:var(--text-muted);font-size:.78rem;line-height:1.4}.internal-documents-filter-group-header span{display:inline-flex;align-items:center;justify-content:center;min-width:1.6rem;height:1.6rem;padding:0 .45rem;border-radius:999px;background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);font-size:.78rem;font-weight:700}.internal-documents-filter-mini-search{min-height:2.25rem}.internal-documents-choice-scroll,.internal-documents-choice-grid,.internal-documents-segmented{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.internal-documents-choice-scroll{max-height:none;overflow:visible}.internal-documents-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.internal-documents-choice-pill{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.15rem;padding:.42rem .7rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-card);color:var(--text-main);font-size:.82rem;font-weight:700;line-height:1.25;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.internal-documents-choice-pill:hover,.internal-documents-choice-pill:focus-visible{border-color:var(--primary);box-shadow:0 0 0 2px var(--focus-ring);outline:none}.internal-documents-choice-pill--active{border-color:var(--primary);background:var(--primary);color:var(--text-inverse)}.internal-documents-choice-pill--checkbox{justify-content:flex-start}.internal-documents-segmented{padding:.25rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-card)}.internal-documents-segmented .internal-documents-choice-pill{flex:1 1 140px;border-color:transparent}.internal-documents-filter-subgrid,.internal-documents-date-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.internal-documents-date-grid label{display:flex;flex-direction:column;gap:.35rem;color:var(--text-muted);font-size:.82rem;font-weight:700}.internal-documents-form{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.25rem 1.25rem;overflow:auto}.internal-documents-shell .internal-documents-form{min-height:0;overflow-y:auto}.internal-documents-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.internal-documents-form label,.internal-documents-org-unit-picker legend{color:var(--text-main);font-size:.84rem;font-weight:700}.internal-documents-form label{display:flex;flex-direction:column;gap:.35rem}.internal-documents-form-wide{grid-column:1 / -1}.internal-documents-checkbox-label{flex-direction:row!important;align-items:center;gap:.5rem!important}.internal-documents-field-hint{color:var(--text-muted);font-size:.8rem;font-weight:500;line-height:1.45}.internal-documents-org-unit-picker,.internal-documents-tag-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem 1rem;margin:0;padding:.9rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted)}.internal-documents-org-unit-picker legend,.internal-documents-tag-picker legend{padding:0 .35rem}.internal-documents-org-unit-picker label,.internal-documents-tag-picker label{flex-direction:row;align-items:center;gap:.5rem;min-width:0;color:var(--text-main);font-weight:500}.internal-documents-org-unit-picker p,.internal-documents-tag-picker p{grid-column:1 / -1;margin:0;color:var(--text-muted)}.internal-documents-table-caption{padding:.75rem 1rem;color:var(--text-main);font-weight:700;text-align:left;border-bottom:1px solid var(--border)}.internal-documents-form-note{padding:.75rem;color:var(--info-text);background:var(--info-bg);border:1px solid var(--info-border);border-radius:.5rem;font-size:.86rem;line-height:1.5}.internal-documents-form-actions{display:flex;justify-content:flex-end;gap:.6rem;padding-top:.25rem}.internal-documents-versions-modal{width:min(1080px,94vw)}.internal-documents-versions-body{display:flex;flex-direction:column;gap:.75rem;min-height:0;padding:.85rem 1rem 1rem;overflow-y:auto;overflow-x:hidden}.internal-documents-current-version,.internal-documents-version-upload{padding:.72rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:.5rem}.internal-documents-current-version h4,.internal-documents-version-upload h4{margin:0 0 .25rem;color:var(--text-main);font-size:.9rem}.internal-documents-current-version p,.internal-documents-version-upload p{margin:0;color:var(--text-muted);font-size:.82rem;line-height:1.42}.internal-documents-version-upload{display:flex;flex-direction:column;gap:.58rem}.internal-documents-version-upload-grid{display:grid;grid-template-columns:minmax(190px,.9fr) minmax(260px,1.35fr);gap:.65rem;align-items:end}.internal-documents-version-file{min-width:0;margin:0;color:var(--text-muted);font-size:.8rem;overflow-wrap:anywhere}.internal-documents-version-hint{display:block;font-size:.76rem;margin-top:.28rem;line-height:1.35}.internal-documents-versions-list{display:flex;flex-direction:column;gap:.72rem;min-width:0}.internal-documents-version-empty{padding:.85rem;color:var(--text-muted);background:var(--bg-muted);border:1px solid var(--border);border-radius:.5rem;font-size:.86rem;line-height:1.45}.internal-documents-version-card{display:flex;flex-direction:column;gap:.65rem;min-width:0;padding:.78rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.55rem;box-shadow:var(--shadow-sm)}.internal-documents-version-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;min-width:0;padding-bottom:.55rem;border-bottom:1px solid var(--border)}.internal-documents-version-heading{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;min-width:0}.internal-documents-version-titleline{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.25rem;min-width:0;color:var(--text-main);font-size:.95rem}.internal-documents-version-card-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.internal-documents-version-details{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr);gap:.58rem .65rem;min-width:0}.internal-documents-version-detail{min-width:0;padding:.55rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:.45rem}.internal-documents-version-detail--file,.internal-documents-version-detail--note,.internal-documents-version-detail--preview{grid-column:span 2}.internal-documents-version-label{display:block;margin-bottom:.25rem;color:var(--text-muted);font-size:.68rem;font-weight:700;line-height:1.2;text-transform:uppercase}.internal-documents-version-file-name,.internal-documents-version-value,.internal-documents-version-muted,.internal-documents-version-checksum-value,.internal-documents-version-preview-stack{min-width:0;overflow-wrap:anywhere;word-break:break-word}.internal-documents-version-file-name,.internal-documents-version-value{display:block;color:var(--text-main);font-size:.82rem;line-height:1.35}.internal-documents-version-file-name{font-weight:700}.internal-documents-version-muted{display:block;margin-top:.18rem;color:var(--text-muted);font-size:.75rem;line-height:1.35}.internal-documents-version-checksum-value{display:block;color:var(--text-muted);font-family:var(--font-mono, ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace);font-size:.78rem;line-height:1.35}.internal-documents-version-preview-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.internal-documents-version-inline-action.ui-button{min-height:2rem;padding:.32rem .48rem;font-size:.72rem;line-height:1.2}.internal-documents-current-marker{display:inline-flex;align-items:center;gap:.25rem;margin-left:.4rem;color:var(--success-text);font-size:.78rem;font-weight:700}@media (max-width: 1200px){.internal-documents-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.internal-documents-search{grid-column:1 / -1}.internal-documents-admin-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.internal-documents-version-upload-grid{grid-template-columns:1fr}.internal-documents-version-details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.internal-documents-hero,.internal-documents-pagination,.internal-documents-admin-header{flex-direction:column;align-items:stretch}.internal-documents-summary,.internal-documents-controls,.internal-documents-grid,.internal-documents-filter-panel,.internal-documents-filter-subgrid,.internal-documents-date-grid,.internal-documents-admin-filters,.internal-documents-form-grid,.internal-documents-org-unit-picker,.internal-documents-tag-picker{grid-template-columns:1fr}.internal-documents-category-heading{align-items:flex-start;flex-direction:column}.internal-documents-version-card-header,.internal-documents-version-card-actions{align-items:stretch;flex-direction:column}.internal-documents-version-details,.internal-documents-version-detail--file,.internal-documents-version-detail--note,.internal-documents-version-detail--preview{grid-template-columns:1fr;grid-column:auto}.internal-document-meta div{grid-template-columns:1fr;gap:.2rem}.internal-documents-modal-backdrop{padding:.5rem}}.system-settings-shell{width:100%;min-height:0;padding:1rem;box-sizing:border-box}.system-settings-card{max-width:min(100%,72rem);margin:0 auto;display:flex;flex-direction:column;gap:1.15rem;overflow:visible}.system-settings-header{display:flex;flex-direction:column;gap:.35rem}.system-settings-title{display:flex;align-items:center;gap:.55rem;margin:0;color:var(--text-main);font-size:1.25rem;line-height:1.25}.system-settings-subtitle,.system-settings-section-copy,.system-settings-loading{margin:0;color:var(--text-muted);line-height:1.5}.system-settings-tabs{display:flex;flex-wrap:wrap;gap:.35rem;padding-bottom:.25rem;border-bottom:1px solid var(--border)}.system-settings-tab{display:inline-flex;align-items:center;gap:.35rem;min-height:2.3rem;padding:.45rem .75rem;border:1px solid transparent;border-radius:.5rem;background:transparent;color:var(--text-muted);font:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.system-settings-tab:hover{background:var(--bg-muted);color:var(--text-main);border-color:var(--border)}.system-settings-tab:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.system-settings-tab.is-active{background:var(--bg-muted);color:var(--primary);border-color:var(--primary)}.system-settings-tab-panel,.system-settings-form{display:flex;flex-direction:column;gap:1rem;min-width:0}.system-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.system-settings-grid--host{grid-template-columns:minmax(0,2fr) minmax(8rem,1fr)}.system-settings-field{min-width:0}.system-settings-field label,.system-settings-toggle-card label{display:block;margin-bottom:.3rem;color:var(--text-main);font-size:.84rem;font-weight:700;line-height:1.35}.system-settings-field span{display:block;margin-top:.35rem;color:var(--text-muted);font-size:.75rem;line-height:1.45}.system-settings-toggle-card{display:flex;align-items:center;gap:.7rem;padding:.8rem .9rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted)}.system-settings-toggle-card.is-active{background:var(--success-bg);color:var(--success-text)}.system-settings-toggle-card label{margin:0;cursor:pointer}.system-settings-checkbox{width:1rem;height:1rem;flex:0 0 auto;accent-color:var(--primary)}.system-settings-action-button{align-self:flex-start}.system-settings-subsection{display:flex;flex-direction:column;gap:.85rem;padding-top:1rem;border-top:1px solid var(--border)}.system-settings-subsection h3{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--text-main);font-size:1rem}.system-settings-inline-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center}.system-settings-message{padding:.75rem .85rem;border:1px solid var(--border);border-radius:.5rem;line-height:1.45}.system-settings-message--success{background:var(--success-bg);color:var(--success-text)}.system-settings-message--error{background:var(--danger-bg);color:var(--danger-text)}.system-settings-message--neutral{background:var(--info-bg);color:var(--info-text)}.session-security-settings{color:var(--text-main)}.session-security-form{display:flex;flex-direction:column;gap:1rem}.session-security-summary{display:flex;flex-direction:column;justify-content:center;gap:.55rem;min-height:100%}.session-security-summary strong{color:var(--text-main);font-size:1rem}.session-security-summary small{color:var(--text-muted);line-height:1.45}.system-settings-table-wrap{width:100%;overflow-x:auto;overflow-y:visible;border:1px solid var(--border);border-radius:.5rem}.system-settings-table{min-width:44rem}.system-settings-table th,.system-settings-table td{padding:.7rem .85rem}.system-settings-code-cell{color:var(--text-main);font-weight:700;white-space:nowrap}.system-settings-compact-button{padding:.38rem .65rem;font-size:.78rem}.system-settings-edit-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.system-settings-edit-header h3{margin:0;color:var(--text-main);font-size:1.05rem}.system-settings-hint-card{padding:.9rem;border:1px dashed var(--border-strong);border-radius:.5rem;background:var(--bg-muted)}.system-settings-hint-card strong{display:block;margin-bottom:.5rem;color:var(--text-main)}.system-settings-hint-card code{display:inline-flex;max-width:100%;padding:.25rem .5rem;overflow-wrap:anywhere;border-radius:.25rem;background:var(--bg-subtle);color:var(--text-main);font-size:.86rem;-webkit-user-select:all;user-select:all}.system-settings-quill{min-height:20rem;overflow:hidden;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card)}.system-settings-quill .quill{min-height:20rem;display:flex;flex-direction:column}.system-settings-quill .ql-toolbar.ql-snow{border:0;border-bottom:1px solid var(--border);background:var(--bg-muted)}.system-settings-quill .ql-container.ql-snow{min-height:16rem;border:0;background:var(--bg-input);color:var(--text-main);font-size:.9rem}.system-settings-quill .ql-editor{min-height:16rem}.system-settings-sla-label--critical{color:var(--danger-text)}.system-settings-sla-label--high{color:var(--warning-text)}.system-settings-sla-label--normal{color:var(--info-text)}.system-settings-sla-label--low{color:var(--success-text)}.system-settings-login-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(18rem,.8fr);gap:1rem;align-items:start}.system-settings-login-grid>.ui-card,.platform-branding-card>.ui-card{display:flex;flex-direction:column;gap:1rem}.system-settings-login-grid>.ui-card:last-child>strong{color:var(--text-main)}.system-settings-login-grid>.ui-card:last-child>.ui-card-muted{display:flex;flex-direction:column;gap:.75rem}.system-settings-login-grid>.ui-card:last-child>.ui-card-muted h3,.system-settings-login-grid>.ui-card:last-child>.ui-card-muted p{margin:0}.system-settings-login-grid>.ui-card:last-child>.ui-card-muted h3{color:var(--text-main)}.system-settings-login-grid>.ui-card:last-child>.ui-card-muted p,.system-settings-login-grid>.ui-card:last-child>.ui-card-muted small{color:var(--text-muted);line-height:1.5}.system-settings-actions{display:flex;gap:.75rem;flex-wrap:wrap}.platform-branding-title{margin-bottom:.35rem}.platform-branding-copy{margin:0;color:var(--text-muted);line-height:1.5}.platform-branding-card .ui-card-muted{border-style:dashed}.platform-branding-upload-label{display:flex;flex-direction:column;gap:.75rem;color:var(--primary);font-weight:700;cursor:pointer}.platform-branding-upload-label span{display:inline-flex;align-items:center;gap:.45rem}@media (max-width: 900px){.system-settings-card{padding:1rem}.system-settings-grid,.system-settings-grid--host,.system-settings-login-grid,.system-settings-inline-action{grid-template-columns:minmax(0,1fr)}.system-settings-inline-action .ui-button,.system-settings-actions .ui-button{width:100%}}.login-branding-section{display:flex;flex-direction:column;gap:1rem}.login-branding-assets-section{padding-top:1.25rem;border-top:1px solid var(--border)}.login-branding-section-title{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.login-branding-section-title .ui-section-header{margin-bottom:0}.login-branding-assets-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.login-branding-asset-card{display:flex;flex-direction:column;gap:.9rem;min-width:0}.login-branding-asset-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.login-branding-asset-card__header h4{margin:0 0 .45rem;color:var(--text-main);font-size:1rem}.login-branding-asset-card__header>svg{flex:0 0 auto;color:var(--text-muted)}.login-branding-asset-preview{display:flex;align-items:center;justify-content:center;min-height:8rem;overflow:hidden;border:1px dashed var(--border-strong);border-radius:.5rem;background:var(--bg-muted);color:var(--text-muted)}.login-branding-asset-preview--logo img{max-width:min(100%,12rem);max-height:6rem;object-fit:contain}.login-branding-asset-preview--background{min-height:9rem}.login-branding-asset-background{width:100%;min-height:9rem;background-position:center;background-repeat:no-repeat;background-size:cover}.login-branding-asset-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0}.login-branding-asset-meta div{min-width:0;padding:.55rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted)}.login-branding-asset-meta dt{color:var(--text-muted);font-size:.72rem;font-weight:700;text-transform:uppercase}.login-branding-asset-meta dd{margin:.2rem 0 0;color:var(--text-main);font-size:.85rem;font-weight:600;word-break:break-word}.login-branding-asset-actions{display:flex;flex-direction:column;gap:.55rem}.login-branding-asset-file-name,.login-branding-asset-error{font-size:.78rem;line-height:1.4}.login-branding-asset-file-name{color:var(--text-muted);word-break:break-word}.login-branding-asset-error{color:var(--danger-text)}.login-branding-asset-buttons{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 1100px){.login-branding-assets-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.login-branding-assets-grid{grid-template-columns:minmax(0,1fr)}}.dark input:not([type=checkbox]):not([type=radio]),.dark select,.dark textarea,.dark .ui-input,.dark .ui-select,.dark .ui-textarea{background-color:var(--bg-input);color:var(--text-main);border:1px solid var(--border)}.dark input:disabled,.dark select:disabled,.dark textarea:disabled{background-color:var(--button-disabled-bg);color:var(--button-disabled-text);border:1px dashed var(--border)}.dark input::placeholder,.dark textarea::placeholder{color:var(--text-muted)}.cmdb-listing-table th,.cmdb-listing-table td{vertical-align:middle}.cmdb-shell{--cmdb-surface: var(--bg-card);--cmdb-surface-muted: var(--bg-muted);--cmdb-surface-subtle: var(--bg-subtle);--cmdb-canvas-bg: var(--bg-subtle);--cmdb-canvas-line: var(--border);--cmdb-topology-grid-color: rgba(100, 116, 139, .14);--cmdb-topology-grid-opacity: .14;--cmdb-topology-grid-major-opacity: .08;--cmdb-hover-bg: var(--selection-bg);--cmdb-hover-text: var(--selection-text);--cmdb-elevation: var(--shadow-sm);--cmdb-action-shadow: 0 6px 16px rgba(15, 23, 42, .12);--cmdb-port-up: var(--success-text);--cmdb-port-down: var(--text-muted);--cmdb-port-admin-down: var(--danger-text);--cmdb-port-trunk: var(--border-strong);--cmdb-topology-edge-up: var(--primary);--cmdb-topology-edge-muted: var(--border-strong);--cmdb-rack-side-front: var(--primary);--cmdb-rack-side-back: var(--info-text);--cmdb-rack-side-both: color-mix(in srgb, var(--primary) 58%, var(--danger-text));--cmdb-rack-side-neutral: var(--text-muted);--cmdb-rack-assignment-bg: color-mix(in srgb, var(--info-bg) 62%, var(--cmdb-surface));--cmdb-rack-assignment-text: var(--text-main);--cmdb-rack-assignment-muted: var(--text-muted);--cmdb-rack-grid-bg: var(--cmdb-surface);--cmdb-rack-slot-bg: var(--cmdb-surface-subtle);--cmdb-rack-slot-border: var(--border);--cmdb-rack-utilization-track: var(--cmdb-surface-muted);--cmdb-vlan-1: #2563eb;--cmdb-vlan-2: #10b981;--cmdb-vlan-3: #d97706;--cmdb-vlan-4: #8b5cf6;--cmdb-vlan-5: #db2777;--cmdb-vlan-6: #0891b2;--cmdb-vlan-7: #dc2626;--cmdb-vlan-8: #64748b;display:flex;flex-direction:column;gap:1rem;min-width:0;min-height:0;color:var(--text-main)}:root.dark .cmdb-shell{--cmdb-canvas-bg: var(--bg-sidebar);--cmdb-canvas-line: var(--border-strong);--cmdb-topology-grid-color: rgba(148, 163, 184, .08);--cmdb-topology-grid-opacity: .08;--cmdb-topology-grid-major-opacity: .05;--cmdb-elevation: none;--cmdb-action-shadow: 0 10px 24px rgba(0, 0, 0, .28);--cmdb-rack-assignment-bg: color-mix(in srgb, var(--info-bg) 44%, var(--cmdb-surface));--cmdb-rack-grid-bg: var(--bg-card);--cmdb-rack-slot-bg: var(--bg-muted);--cmdb-rack-utilization-track: var(--border)}.cmdb-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);box-shadow:var(--cmdb-elevation)}.cmdb-header-main{display:flex;flex-direction:column;gap:.35rem;min-width:0}.cmdb-header-main>h1,.cmdb-header-main>h2,.cmdb-header-main>h3,.cmdb-header-main>p{margin:0}.cmdb-header-main>p{color:var(--text-muted);font-size:.86rem;line-height:1.45}.cmdb-devices-title{font-size:1.25rem;line-height:1.25}.cmdb-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem;min-width:0}.cmdb-header-actions>.cmdb-segmented-tabs,.cmdb-header-actions>.ui-button,.cmdb-header-actions>.cmdb-action-button{flex:0 0 auto}.cmdb-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;min-width:0;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted);color:var(--text-main)}.cmdb-toolbar--filters{align-items:center;gap:.65rem;padding:.7rem}.cmdb-toolbar--search{flex-wrap:nowrap;gap:.55rem;padding:0;border:0;background:transparent}.cmdb-toolbar>*{min-width:0}.cmdb-toolbar .ui-input,.cmdb-toolbar .ui-select,.cmdb-toolbar input,.cmdb-toolbar select{min-height:2.25rem}.cmdb-search,.cmdb-toolbar-search{display:flex;flex:2 1 24rem;align-items:center;gap:.55rem;min-width:18rem;min-height:2.35rem;padding:.45rem .65rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);box-shadow:inset 0 1px #ffffff0a;box-sizing:border-box;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.cmdb-search--full{flex-basis:100%;width:100%}.cmdb-search:hover,.cmdb-toolbar-search:hover{border-color:var(--border-strong)}.cmdb-search:focus-within,.cmdb-toolbar-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px var(--focus-ring)}.cmdb-search-icon{flex:0 0 auto;width:1.1rem;height:1.1rem;color:var(--text-muted);pointer-events:none}.cmdb-search-input,.cmdb-toolbar-search-input{flex:1 1 auto;min-width:0;min-height:1.55rem;padding:0;border:0;outline:0;background:transparent;box-shadow:none;color:var(--text-main);font:inherit;line-height:1.4}.cmdb-search .cmdb-search-input,.cmdb-search .cmdb-toolbar-search-input{width:auto;min-height:1.45rem;padding:0;border:0;outline:0;background:transparent;background-color:transparent;box-shadow:none}:root.dark .cmdb-search input.cmdb-search-input,:root.dark .cmdb-search input.cmdb-toolbar-search-input,:root.dark .cmdb-toolbar-search input.cmdb-search-input,:root.dark .cmdb-toolbar-search input.cmdb-toolbar-search-input{padding-left:0;border:0;outline:0;background:transparent;background-color:transparent;box-shadow:none}.cmdb-search-input::placeholder,.cmdb-toolbar-search-input::placeholder{color:var(--text-muted)}.cmdb-toolbar-filters{display:flex;flex:3 1 30rem;flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0}.cmdb-toolbar-select{flex:1 1 9.5rem;min-width:8.5rem;max-width:15rem}.cmdb-toolbar-action{flex:0 0 auto}.cmdb-tabs,.cmdb-segmented,.cmdb-segmented-tabs{display:flex;flex-wrap:nowrap;align-items:center;gap:.35rem;min-width:0;padding:.35rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);box-shadow:var(--cmdb-elevation);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.cmdb-tabs{max-width:100%}.cmdb-tab{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:.45rem;min-height:2.15rem;padding:.42rem .65rem;border:1px solid transparent;border-radius:.5rem;background:transparent;color:var(--text-muted);cursor:pointer;font:inherit;font-size:.86rem;font-weight:600;line-height:1.2;text-align:left;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.cmdb-tab>svg{flex:0 0 auto}.cmdb-tab:hover:not(:disabled){border-color:var(--info-border);background:var(--cmdb-surface-muted);color:var(--text-main);box-shadow:var(--cmdb-action-shadow)}.cmdb-tab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-tab[aria-selected=true],.cmdb-tab.is-active{border-color:var(--info-border);background:var(--cmdb-hover-bg);color:var(--cmdb-hover-text);box-shadow:inset 0 -2px 0 var(--primary)}.cmdb-tab:disabled{cursor:not-allowed;color:var(--button-disabled-text);background:var(--button-disabled-bg)}.cmdb-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;min-width:0}.cmdb-metric-card{display:flex;flex-direction:column;gap:.45rem;min-width:0;padding:.9rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);box-shadow:var(--cmdb-elevation)}.cmdb-metric-card>small{color:var(--text-muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.cmdb-metric-card>strong{font-size:1.35rem;line-height:1.2}.cmdb-devices-metrics{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.cmdb-device-metric-card{gap:.35rem;padding:.8rem}.cmdb-device-metric-card>span{color:var(--text-muted);font-size:.78rem;line-height:1.35}.cmdb-device-metric-card--primary{border-color:var(--info-border)}.cmdb-device-metric-card--success{border-color:var(--success-border)}.cmdb-device-metric-card--info{border-color:var(--info-border)}.cmdb-device-metric-card--warning{border-color:var(--warning-border)}.cmdb-device-metric-card--neutral{border-color:var(--border-strong)}.cmdb-devices-layout{display:flex;align-items:flex-start;gap:1rem;min-width:0;min-height:0}.cmdb-detail-layout.cmdb-devices-layout{display:flex;grid-template-columns:none}.cmdb-devices-list-card{display:flex;flex:3 1 0;flex-direction:column;min-width:0;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);box-shadow:var(--cmdb-elevation);transition:flex-basis .18s ease,box-shadow .18s ease}.cmdb-devices-list-card--compressed{flex:1.25 1 0}.cmdb-table-wrap{min-width:0;overflow:auto;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main)}.cmdb-table-wrap table{width:100%}.cmdb-table-wrap th{background:var(--cmdb-surface-muted);color:var(--text-muted)}.cmdb-table-wrap td,.cmdb-table-wrap th{border-color:var(--border)}.cmdb-devices-table-wrap{flex:1 1 auto}.cmdb-device-name-cell{min-width:14rem}.cmdb-device-name{display:flex;align-items:center;gap:.5rem;min-width:0}.cmdb-device-name>svg{flex:0 0 auto;color:var(--primary)}.cmdb-device-name strong{display:block;color:var(--text-main);line-height:1.25}.cmdb-device-name span,.cmdb-device-meta,.cmdb-row-muted,.cmdb-table-cell-muted{color:var(--text-muted);font-size:.78rem}.cmdb-device-meta{display:block;max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmdb-device-meta--org{display:inline-flex;max-width:12rem;padding:.12rem .45rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted);color:var(--text-main);font-weight:700}.cmdb-device-type{max-width:9rem;overflow:hidden;text-overflow:ellipsis}.cmdb-vm-summary{display:flex;flex-direction:column;align-items:flex-start;gap:.22rem;min-width:0}.cmdb-vm-summary-count{cursor:pointer}.cmdb-empty-table-cell{padding:1rem!important}.cmdb-table-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0;padding:.8rem 1rem;border-top:1px solid var(--border);background:var(--cmdb-surface);color:var(--text-muted);font-size:.875rem}.cmdb-pagination-info{min-width:0;color:var(--text-muted)}.cmdb-pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;min-width:0}.cmdb-pagination-controls{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.cmdb-pagination-button{min-height:2rem;padding:.35rem .75rem;border:1px solid var(--border);border-radius:.45rem;background:var(--cmdb-surface);color:var(--text-main);cursor:pointer;font:inherit;font-weight:700;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease}.cmdb-pagination-button:hover:not(:disabled){transform:translateY(-1px);border-color:var(--primary);box-shadow:var(--cmdb-action-shadow)}.cmdb-pagination-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-pagination-button:disabled{border-color:var(--border);background:var(--button-disabled-bg);color:var(--button-disabled-text);cursor:not-allowed;opacity:.85}.cmdb-pagination-current{color:var(--text-main);font-weight:700}.cmdb-action-group,.cmdb-row-actions{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:.35rem;white-space:nowrap}.cmdb-action-group--center{justify-content:center}.cmdb-action-button,.cmdb-shell .ui-button,.cmdb-shell .ui-button-icon{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease,opacity .16s ease}.cmdb-action-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.25rem;padding:.45rem .75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);font:inherit;font-size:.86rem;font-weight:700;cursor:pointer;overflow:hidden;isolation:isolate}.cmdb-action-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.28) 46%,transparent 72%);opacity:0;transform:translate(-45%);transition:opacity .18s ease,transform .18s ease}.cmdb-action-button>svg,.cmdb-action-button>span{position:relative;z-index:1}.cmdb-action-button--primary{border:1px solid transparent;background:var(--primary);color:var(--text-inverse)}.cmdb-action-button--danger{border:1px solid var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-action-button--icon,.cmdb-action-icon{width:2rem;min-width:2rem;min-height:2rem;height:2rem;padding:0;border:1px solid transparent;border-radius:.5rem;background:transparent}.cmdb-action-button--preview,.cmdb-action-icon--info{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.cmdb-action-button--qr{border-color:var(--info-border);background:var(--cmdb-surface-subtle);color:var(--primary)}.cmdb-action-qr-text{font-size:.72rem;font-weight:800;letter-spacing:0;line-height:1}.cmdb-action-button--edit,.cmdb-action-icon--warning{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-action-button--delete,.cmdb-action-icon--danger{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-action-button:hover:not(:disabled),.cmdb-shell .ui-button:hover:not(:disabled),.cmdb-shell .ui-button-icon:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--cmdb-action-shadow)}.cmdb-action-button:hover:not(:disabled):after{opacity:1;transform:translate(35%)}.cmdb-action-icon:hover:not(:disabled),.cmdb-shell .ui-button-icon:hover:not(:disabled){border-color:var(--border);background:var(--cmdb-surface-muted)}.cmdb-action-button:active:not(:disabled),.cmdb-shell .ui-button:active:not(:disabled),.cmdb-shell .ui-button-icon:active:not(:disabled){transform:translateY(0);box-shadow:none}.cmdb-action-button:focus-visible,.cmdb-shell .ui-button:focus-visible,.cmdb-shell .ui-button-icon:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-action-button:disabled,.cmdb-shell .ui-button:disabled,.cmdb-shell .ui-button-icon:disabled{transform:none;box-shadow:none;cursor:not-allowed;opacity:.72}.table-action-group{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;flex-wrap:nowrap;white-space:nowrap}.table-action-button.table-action-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2rem;min-width:2rem;height:2rem;min-height:2rem;padding:0;border:1px solid transparent;border-radius:.5rem;background:transparent;color:var(--text-muted);box-shadow:none;cursor:pointer;overflow:hidden;isolation:isolate;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease,opacity .16s ease}.table-action-button:after{display:none}.table-action-button>svg{position:relative;z-index:1;width:1rem;height:1rem;flex-shrink:0;stroke-width:2}.table-action-button:hover:not(:disabled),.table-action-button:focus-visible{border-color:var(--border);background:var(--bg-muted);color:var(--text-main);box-shadow:0 .35rem .8rem color-mix(in srgb,var(--text-main) 10%,transparent);transform:translateY(-1px)}.table-action-button--delete:hover:not(:disabled),.table-action-button--delete:focus-visible{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.table-action-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.table-action-button:active:not(:disabled){box-shadow:none;transform:translateY(0)}.table-action-button:disabled{cursor:not-allowed;opacity:.52;transform:none;box-shadow:none}@media (prefers-reduced-motion: reduce){.table-action-button{transition-duration:.01ms!important;animation:none!important}}.backup-operator-shell{display:flex;flex-direction:column;gap:.7rem}.backup-operator-header{display:flex;align-items:center;justify-content:space-between;gap:.85rem}.backup-operator-title-group{display:flex;align-items:center;min-width:0;gap:.75rem}.backup-operator-title-icon{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-muted);color:var(--primary);flex-shrink:0}.backup-operator-kicker{margin:0 0 .15rem;color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.backup-operator-header h2,.backup-operator-modal h3{margin:0;color:var(--text-main);letter-spacing:0}.backup-operator-header h2{font-size:1.25rem}.backup-operator-header-actions,.backup-operator-toolbar-row,.backup-operator-filter-group,.backup-operator-sort-group,.backup-operator-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}.backup-operator-search{display:inline-flex;align-items:center;min-width:min(100%,18rem);height:2.25rem;gap:.5rem;padding:0 .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-input);color:var(--text-muted);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.backup-operator-search--wide{flex:1 1 22rem}.backup-operator-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text-main);font:inherit}.backup-operator-search input:focus,.backup-operator-search input:focus-visible{border:0;outline:none;box-shadow:none}.backup-operator-search input::placeholder{color:var(--text-muted)}.backup-operator-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--selection-bg)}.backup-operator-toolbar-button{min-height:2.25rem;white-space:nowrap}.backup-operator-file-button{margin:0}.backup-operator-file-input{display:none}.backup-operator-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.backup-operator-summary-card{--backup-summary-accent: var(--border-strong);display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon value" "icon label";align-items:center;column-gap:.5rem;min-height:3.25rem;padding:.5rem .65rem;border:1px solid var(--border);border-left:2px solid var(--backup-summary-accent);border-radius:var(--radius-md);background:var(--bg-subtle);box-shadow:none}.backup-operator-summary-card--primary{--backup-summary-accent: var(--primary)}.backup-operator-summary-card--success{--backup-summary-accent: var(--success)}.backup-operator-summary-card--danger{--backup-summary-accent: var(--danger)}.backup-operator-summary-icon{grid-area:icon;display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:var(--radius-md);background:var(--bg-muted);color:var(--backup-summary-accent)}.backup-operator-summary-value{grid-area:value;color:var(--text-main);font-size:1rem;font-weight:800;line-height:1}.backup-operator-summary-label{grid-area:label;color:var(--text-muted);font-size:.72rem;font-weight:600}.backup-operator-tabs{display:flex;align-items:center;gap:.25rem;border-bottom:1px solid var(--border);overflow-x:auto}.backup-operator-tabs--compact{margin-bottom:1rem}.backup-operator-tab{display:inline-flex;align-items:center;gap:.45rem;min-height:2.2rem;padding:.15rem .75rem;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--text-muted);cursor:pointer;font:inherit;font-size:.88rem;font-weight:600;white-space:nowrap}.backup-operator-tab--active{border-bottom-color:var(--primary);color:var(--primary)}.backup-operator-tab:hover,.backup-operator-tab:focus-visible{color:var(--text-main);background:var(--bg-muted)}.backup-operator-panel{min-width:0}.backup-operator-toolbar{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.55rem;padding:.6rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card)}.backup-operator-toolbar-row{width:100%;justify-content:space-between;gap:.55rem}.backup-operator-toolbar-row--primary{align-items:center}.backup-operator-toolbar-row--secondary{align-items:flex-start}.backup-operator-filter-group{justify-content:flex-start;gap:.5rem;flex:1 1 auto}.backup-operator-sort-group{justify-content:flex-end;gap:.4rem;margin-left:auto;padding:.25rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle)}.backup-operator-toolbar-actions{justify-content:flex-end;margin-left:auto}.backup-operator-filter{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted);font-size:.8rem;font-weight:600}.backup-operator-select{width:auto;min-width:10.5rem;min-height:2.15rem;padding:.38rem .55rem;font-size:.8rem}.backup-operator-sort-direction{min-height:2.15rem;font-size:.8rem}.backup-operator-table-wrap{width:100%;overflow-x:auto}.backup-operator-table th,.backup-operator-table td{padding:.58rem .8rem;vertical-align:top}.backup-operator-clickable-row{cursor:pointer}.backup-operator-row-number{color:var(--text-muted);font-weight:700}.backup-operator-policy-heading{display:flex;align-items:center;gap:.45rem;margin-bottom:.25rem}.backup-operator-policy-code{display:inline-flex;align-items:center;padding:.12rem .4rem;border:1px solid var(--border);border-radius:.25rem;background:var(--bg-muted);color:var(--text-main);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem;font-weight:700}.backup-operator-muted{color:var(--text-muted);font-size:.82rem}.backup-operator-endpoint-line,.backup-operator-compact-cell{color:var(--text-main);font-size:.84rem;line-height:1.45}.backup-operator-endpoint-line span{color:var(--primary);font-weight:700}.backup-operator-endpoint-line--target span{color:var(--success)}.backup-operator-status-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.3rem}.backup-operator-status-badge{display:inline-flex;align-items:center;width:fit-content;gap:.25rem;padding:.22rem .55rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-muted);color:var(--text-muted);font-size:.74rem;font-weight:700;line-height:1.2}.backup-operator-status-badge--success{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.backup-operator-status-badge--danger{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.backup-operator-status-badge--neutral{border-color:var(--border);background:var(--bg-muted);color:var(--text-muted)}.backup-operator-inline-link{display:inline-flex;align-items:center;gap:.25rem;padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--primary);cursor:pointer;font:inherit;font-size:.82rem;text-align:left}.backup-operator-inline-link--compact{font-size:.75rem}.backup-operator-empty-cell,.backup-operator-empty-state{color:var(--text-muted);text-align:center}.backup-operator-empty-state{padding:1.5rem}.backup-operator-table-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .8rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.84rem}.backup-operator-pagination-controls{display:inline-flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.backup-operator-page-size{display:inline-flex;align-items:center;gap:.45rem;font-weight:700}.backup-operator-page-size-select{width:auto;min-width:4.5rem}.backup-operator-page-indicator{color:var(--text-main);font-weight:700;white-space:nowrap}.backup-operator-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:color-mix(in srgb,var(--bg-sidebar) 68%,transparent)}.backup-operator-modal{width:min(100%,56rem);max-height:calc(100dvh - 2rem);overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);box-shadow:var(--shadow-md)}.backup-operator-modal--details{width:min(100%,50rem)}.backup-operator-modal--test{width:min(100%,32rem)}.backup-operator-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.4rem;border-bottom:1px solid var(--border)}.backup-operator-modal-header h3{display:inline-flex;align-items:center;gap:.5rem;min-width:0;font-size:1.15rem}.backup-operator-modal-header h3 svg{color:var(--primary);flex-shrink:0}.backup-operator-modal-actions{display:inline-flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.backup-operator-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;padding:1.4rem}.backup-operator-detail-section h4,.backup-operator-form-heading,.backup-operator-form-section h4,.backup-operator-retention-section h5{margin:0;color:var(--primary);font-size:.96rem;font-weight:800;letter-spacing:0}.backup-operator-detail-section p{margin:.5rem 0;line-height:1.5}.backup-operator-note-box{margin-top:1rem}.backup-operator-divider{margin:1rem 0;border:0;border-top:1px solid var(--border)}.backup-operator-policy-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;padding:1.4rem}.backup-operator-form-column,.backup-operator-test-form{display:flex;flex-direction:column;gap:.9rem}.backup-operator-test-form{padding:1.4rem}.backup-operator-form-heading{display:flex;align-items:center;gap:.45rem;padding-bottom:.55rem;border-bottom:1px solid var(--border)}.backup-operator-field{min-width:0}.backup-operator-field>label{display:block;margin-bottom:.3rem;color:var(--text-muted);font-size:.82rem;font-weight:700}.backup-operator-form-row{display:flex;gap:.75rem}.backup-operator-form-row>.backup-operator-field{flex:1 1 0}.backup-operator-form-section{display:flex;flex-direction:column;gap:.85rem}.backup-operator-form-section h4{color:var(--text-main)}.backup-operator-password-row,.backup-operator-retention-row{display:flex;gap:.5rem}.backup-operator-password-toggle{width:2.3rem;min-width:2.3rem;border:1px solid var(--border);background:var(--bg-muted)}.backup-operator-schedule-tabs{display:flex;align-items:center;border-bottom:1px solid var(--border);overflow-x:auto}.backup-operator-schedule-tab{min-height:2.25rem;padding:.4rem .75rem;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--text-muted);cursor:pointer;font:inherit;font-size:.86rem;font-weight:700;white-space:nowrap}.backup-operator-schedule-tab--active{border-bottom-color:var(--primary);color:var(--primary)}.backup-operator-schedule-tab:hover,.backup-operator-schedule-tab:focus-visible{background:var(--bg-muted);color:var(--text-main)}.backup-operator-schedule-card-header{display:flex;align-items:center;gap:.5rem}.backup-operator-schedule-card-header h5{margin:0;color:var(--text-main);font-size:.92rem}.backup-operator-schedule-card-header svg:first-child{color:var(--primary)}.backup-operator-schedule-card-header svg:last-child{margin-left:auto;color:var(--success)}.backup-operator-schedule-note{margin-bottom:.3rem}.backup-operator-day-grid{display:flex;flex-wrap:wrap;gap:.45rem}.backup-operator-day-pill{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-elevated);color:var(--text-muted);cursor:pointer;font:inherit;font-size:.78rem;font-weight:800;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.backup-operator-day-pill--selected{border-color:var(--primary);background:var(--selection-bg);color:var(--selection-text)}.backup-operator-day-pill:hover,.backup-operator-day-pill:focus-visible{border-color:var(--primary);color:var(--text-main);transform:translateY(-1px)}.backup-operator-time-row{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.84rem}.backup-operator-time-input{min-height:2rem;padding:.25rem .5rem;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text-main);font:inherit}.backup-operator-retention-section{display:flex;flex-direction:column;gap:.85rem;padding-top:1rem;border-top:1px solid var(--border)}.backup-operator-retention-section h5{display:flex;align-items:center;gap:.5rem;color:var(--text-main)}.backup-operator-retention-input{max-width:4.5rem}.backup-operator-form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.backup-operator-form-actions--inline{justify-content:flex-start}@media (max-width: 1100px){.backup-operator-header{flex-direction:column;align-items:stretch}.backup-operator-header-actions{justify-content:flex-start;width:100%}.backup-operator-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 860px){.backup-operator-policy-form,.backup-operator-detail-grid{grid-template-columns:minmax(0,1fr)}.backup-operator-toolbar-row{align-items:stretch}.backup-operator-sort-group{margin-left:0}.backup-operator-form-row{flex-direction:column}}@media (max-width: 640px){.backup-operator-summary-grid{grid-template-columns:minmax(0,1fr)}.backup-operator-search,.backup-operator-toolbar-button,.backup-operator-toolbar-row,.backup-operator-filter-group,.backup-operator-sort-group,.backup-operator-toolbar-actions,.backup-operator-select,.backup-operator-filter,.backup-operator-table-footer,.backup-operator-pagination-controls{width:100%}.backup-operator-table-footer,.backup-operator-pagination-controls{align-items:stretch}.backup-operator-table-footer{flex-direction:column}.backup-operator-modal-header,.backup-operator-form-actions{flex-direction:column;align-items:stretch}}.cmdb-qr-label-modal,.cmdb-qr-label-card,.cmdb-qr-label-title,.cmdb-qr-label-value{color:#0f172a}.cmdb-qr-label-preview{display:flex;gap:1.5rem;color:#0f172a}.cmdb-qr-label-qr{flex-shrink:0;border:1px solid #cbd5e1}.cmdb-qr-label-details{color:#0f172a}.cmdb-qr-label-code{color:#0f172a;font-weight:700}.cmdb-qr-label-muted{color:#475569}.cmdb-qr-label-status--active{color:#047857}.cmdb-qr-label-status--inactive{color:#b91c1c}.cmdb-cable-label-modal,.cmdb-cable-label-card,.cmdb-cable-label-header,.cmdb-cable-label-content,.cmdb-cable-label-preview,.cmdb-cable-label-details,.cmdb-cable-label-title,.cmdb-cable-label-value,.cmdb-cable-label-code,.cmdb-cable-label-close,.cmdb-cable-label-actions{color:var(--text-main)}.cmdb-cable-label-qr{background:#fff}.cmdb-cable-label-muted,.cmdb-cable-label-preview .cmdb-cable-label-muted{color:var(--text-muted)}.cmdb-cable-label-status--active,.cmdb-cable-label-preview .cmdb-cable-label-status--active{color:var(--success-text)}.cmdb-cable-label-status--inactive,.cmdb-cable-label-preview .cmdb-cable-label-status--inactive{color:var(--danger-text)}.cmdb-cable-label-warning{border:1px solid var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-cable-label-error{border:1px solid var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-cable-label-close:focus-visible,.cmdb-cable-label-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-status-chip{display:inline-flex;align-items:center;gap:.35rem;min-height:1.45rem;padding:.18rem .5rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted);color:var(--text-main);font-size:.75rem;font-weight:700;line-height:1.2;white-space:nowrap}.cmdb-status-chip--neutral{border-color:var(--border-strong);background:var(--cmdb-surface-muted);color:var(--text-muted)}.cmdb-status-chip--success{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.cmdb-status-chip--warning{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-status-chip--danger{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-status-chip--info,.cmdb-status-chip--primary{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.cmdb-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.34fr);gap:1rem;min-width:0;align-items:start}.cmdb-side-panel{min-width:0;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);box-shadow:var(--cmdb-elevation)}.cmdb-devices-side-panel{flex:2 1 24rem;overflow:visible;padding:1rem}.cmdb-side-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.9rem;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.cmdb-side-panel-heading{min-width:0}.cmdb-side-panel-heading h2{margin:0 0 .45rem;color:var(--text-main);font-size:1.25rem;line-height:1.2}.cmdb-side-panel-meta{display:flex;flex-wrap:wrap;gap:.35rem}.cmdb-side-section{display:flex;flex-direction:column;gap:.6rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.cmdb-side-section:last-of-type{border-bottom:0}.cmdb-side-section-title,.cmdb-side-section-kicker{margin:0;color:var(--text-muted);font-size:.75rem;font-weight:800;line-height:1.2;text-transform:uppercase}.cmdb-side-fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.cmdb-side-fact{min-width:0;padding:.6rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted)}.cmdb-side-fact span{display:block;color:var(--text-muted);font-size:.72rem;font-weight:700;line-height:1.2;text-transform:uppercase}.cmdb-side-fact strong{display:block;margin-top:.25rem;overflow:hidden;color:var(--text-main);font-size:.86rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.cmdb-side-note{color:var(--text-muted);font-size:.84rem;line-height:1.45}.cmdb-side-stack{display:flex;flex-direction:column;gap:.5rem}.cmdb-side-assignment{display:flex;flex-direction:column;gap:.2rem;padding:.55rem .65rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted)}.cmdb-side-assignment strong{display:flex;align-items:center;gap:.3rem;color:var(--text-main);font-size:.86rem;line-height:1.3}.cmdb-side-assignment span{color:var(--text-muted);font-size:.76rem}.cmdb-side-local-users{display:flex;flex-direction:column;gap:.45rem;padding-top:.55rem;border-top:1px solid var(--border)}.cmdb-side-local-users>div{display:flex;flex-wrap:wrap;gap:.35rem}.cmdb-side-unit{padding:.65rem .75rem;border:1px solid var(--info-border);border-radius:.5rem;background:var(--info-bg);color:var(--info-text);font-weight:700}.cmdb-side-actions{display:flex;justify-content:center;padding-top:1rem}.cmdb-empty-state,.cmdb-loading-state,.cmdb-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;min-height:7rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-muted);text-align:center}.cmdb-error-state{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-devices-error{align-items:stretch;min-height:auto;padding:.75rem;text-align:left}.cmdb-empty-state--compact{min-height:4rem;padding:.75rem}.cmdb-loading-state{border-style:dashed}.cmdb-network-grid{display:grid;gap:.35rem;min-width:0;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-canvas-bg);color:var(--text-main)}.cmdb-network-grid>*{min-width:0}.cmdb-device-profile{--cmdb-device-profile-surface: var(--bg-card);--cmdb-device-profile-surface-muted: var(--bg-muted);--cmdb-device-profile-surface-subtle: var(--bg-subtle);--cmdb-device-profile-border: var(--border);--cmdb-device-profile-border-strong: var(--border-strong);--cmdb-device-profile-accent: var(--primary);--cmdb-device-profile-shadow: var(--shadow-sm);--cmdb-device-profile-success-bg: var(--success-bg);--cmdb-device-profile-warning-bg: var(--warning-bg);--cmdb-device-profile-danger-bg: var(--danger-bg);--cmdb-device-profile-info-bg: var(--info-bg);color:var(--text-main);min-width:0}:root.dark .cmdb-device-profile{--cmdb-device-profile-surface: var(--bg-card);--cmdb-device-profile-surface-muted: var(--bg-muted);--cmdb-device-profile-surface-subtle: var(--bg-sidebar);--cmdb-device-profile-shadow: none}.cmdb-device-profile-shell{width:100%;max-width:1400px;min-width:0;margin:0 auto}.cmdb-device-profile-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;min-width:0;color:var(--text-muted)}.cmdb-device-profile-breadcrumb>*{min-width:0;overflow-wrap:anywhere}.cmdb-device-profile-hero,.cmdb-device-profile-layout{min-width:0}.cmdb-device-profile-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(20rem,.85fr);gap:.7rem;align-items:stretch;margin-bottom:.65rem}.cmdb-device-profile-hero-main,.cmdb-device-profile-main,.cmdb-device-profile-aside,.cmdb-device-profile-section{min-width:0}.cmdb-device-profile-hero-main,.cmdb-device-profile-aside{border:1px solid var(--cmdb-device-profile-border);background:var(--cmdb-device-profile-surface);box-shadow:var(--cmdb-device-profile-shadow)}.cmdb-device-profile-hero-main,.cmdb-device-profile-aside{display:flex;flex-direction:column;gap:.65rem;padding:.75rem}.cmdb-device-profile-hero-header,.cmdb-device-profile-hero-identity{display:flex;align-items:flex-start;gap:.65rem;min-width:0}.cmdb-device-profile-hero-header{justify-content:space-between}.cmdb-device-profile-hero-identity{flex:1 1 auto}.cmdb-device-profile-hero-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--info-border);border-radius:.6rem;background:var(--info-bg);color:var(--cmdb-device-profile-accent)}.cmdb-device-profile-hero-icon svg{width:1.55rem;height:1.55rem}.cmdb-device-profile-hero-copy{min-width:0}.cmdb-device-profile-hero-title{display:block;max-width:100%;margin:.18rem 0 0;color:var(--text-main);font-size:clamp(1.12rem,1.45vw,1.45rem);font-weight:800;line-height:1.12;overflow-wrap:anywhere}.cmdb-device-profile-hero-subtitle{margin:.2rem 0 0;color:var(--text-muted);font-size:.8rem;line-height:1.35}.cmdb-device-profile-hero-meta,.cmdb-device-profile-hero-actions,.cmdb-device-profile-section-actions,.cmdb-device-profile-action-group{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;min-width:0}.cmdb-device-profile-hero-actions,.cmdb-device-profile-section-actions,.cmdb-device-profile-action-group{justify-content:flex-end}.cmdb-device-profile-action-group--start{justify-content:flex-start}.cmdb-device-profile-hero-details,.cmdb-device-profile-network-grid{display:grid;gap:.3rem;min-width:0}.cmdb-device-profile-hero-details{grid-template-columns:minmax(0,1fr);padding-top:.55rem;border-top:1px solid var(--cmdb-device-profile-border)}.cmdb-device-profile-network-grid{grid-template-columns:minmax(0,1fr)}.cmdb-device-profile-detail-row{display:grid;grid-template-columns:minmax(6rem,.32fr) minmax(0,1fr);gap:.5rem;align-items:center;min-width:0;padding:.35rem 0;border-bottom:1px dashed var(--cmdb-device-profile-border)}.cmdb-device-profile-detail-row:last-child{border-bottom:0}.cmdb-device-profile-detail-label{color:var(--text-muted);font-size:.72rem;font-weight:800;line-height:1.25;text-transform:uppercase}.cmdb-device-profile-detail-value{min-width:0;color:var(--text-main);font-size:.82rem;line-height:1.35;overflow-wrap:anywhere}.cmdb-device-profile-detail-value strong{color:var(--text-main)}.cmdb-device-profile-facts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.5rem;min-width:0;margin-bottom:.65rem}.cmdb-device-profile-fact-card{min-width:0;min-height:0;padding:.55rem .65rem;border:1px solid var(--cmdb-device-profile-border);border-radius:.5rem;background:var(--cmdb-device-profile-surface);color:var(--text-main);box-shadow:var(--cmdb-device-profile-shadow)}.cmdb-device-profile-fact-label{display:block;color:var(--text-muted);font-size:.72rem;font-weight:700;line-height:1.25;text-transform:uppercase}.cmdb-device-profile-fact-value{display:block;margin-top:.12rem;color:var(--text-main);font-size:.92rem;font-weight:800;line-height:1.2;overflow-wrap:anywhere}.cmdb-device-profile-fact-muted,.cmdb-device-profile-muted{color:var(--text-muted)}.cmdb-device-profile-fact-muted{display:block;margin-top:.12rem;font-size:.74rem;line-height:1.25}.cmdb-device-profile-section{border-radius:.5rem;color:var(--text-main)}.cmdb-device-profile-section-header{min-width:0}.cmdb-device-profile-hero .cmdb-device-profile-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding-bottom:.55rem;border-bottom:1px solid var(--cmdb-device-profile-border)}.cmdb-device-profile-section-title{color:var(--text-main);line-height:1.25;letter-spacing:0}.cmdb-device-profile-hero .cmdb-device-profile-section-title{margin:0;font-size:.9rem;font-weight:800}.cmdb-device-profile-hero .cmdb-device-profile-section-header p{margin:.15rem 0 0;font-size:.75rem;line-height:1.3}.cmdb-device-profile-voip-card{display:grid;gap:.75rem;margin:.85rem 0;padding:.85rem;border:1px solid var(--cmdb-device-profile-border);background:var(--cmdb-device-profile-surface);box-shadow:var(--cmdb-device-profile-shadow)}.cmdb-device-profile-voip-card .cmdb-device-profile-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.cmdb-device-profile-voip-card .cmdb-device-profile-section-title{display:inline-flex;align-items:center;gap:.4rem;margin:0;font-size:.95rem;font-weight:800}.cmdb-device-profile-voip-card .cmdb-device-profile-section-header p{margin:.15rem 0 0;font-size:.76rem;line-height:1.35}.cmdb-device-profile-voip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:.65rem}.cmdb-device-profile-voip-endpoint{display:grid;gap:.55rem;min-width:0;padding:.65rem;border:1px solid var(--cmdb-device-profile-border);border-radius:.5rem;background:var(--cmdb-device-profile-surface-muted)}.cmdb-device-profile-voip-endpoint-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.cmdb-device-profile-voip-endpoint-head strong,.cmdb-device-profile-voip-endpoint-head span{display:block}.cmdb-device-profile-voip-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;margin:0}.cmdb-device-profile-voip-facts div{min-width:0}.cmdb-device-profile-voip-facts dt{color:var(--text-muted);font-size:.68rem;font-weight:800}.cmdb-device-profile-voip-facts dd{margin:.1rem 0 0;color:var(--text-main);font-size:.78rem;font-weight:700;line-height:1.3;overflow-wrap:anywhere}.cmdb-device-profile-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(8.25rem,1fr));align-items:stretch;gap:.35rem;min-width:0;padding:.45rem;border-bottom:1px solid var(--cmdb-device-profile-border);background:var(--cmdb-device-profile-surface-muted);overflow:visible}.cmdb-device-profile-tablist{width:100%}.cmdb-device-profile-tab{display:inline-flex;align-items:center;justify-content:flex-start;gap:.35rem;width:100%;min-width:0;min-height:2.75rem;padding:.42rem .55rem;border:1px solid transparent;border-radius:.45rem;background:transparent;color:var(--text-muted);cursor:pointer;font:inherit;font-size:.78rem;font-weight:700;line-height:1.15;letter-spacing:0;text-align:left;white-space:normal;touch-action:manipulation;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.cmdb-device-profile-tab:focus-visible,.cmdb-device-profile-action-button:focus-visible,.cmdb-device-profile-action-group button:focus-visible,.cmdb-device-profile-inline-form button:focus-visible,.cmdb-device-profile-form button:focus-visible,.cmdb-device-profile-form input:focus-visible,.cmdb-device-profile-form select:focus-visible,.cmdb-device-profile-form textarea:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-device-profile-tab[aria-selected=true]{border-color:var(--cmdb-device-profile-border-strong);background:var(--cmdb-device-profile-surface);color:var(--primary);box-shadow:var(--cmdb-device-profile-shadow)}.cmdb-device-profile-tab-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-width:1.25rem;color:currentColor;font-size:.86rem;line-height:1}.cmdb-device-profile-tab-label{min-width:0;line-height:1.15;overflow-wrap:anywhere}.cmdb-device-profile-tab-panel{min-width:0;color:var(--text-main)}.cmdb-device-profile-table-wrap{min-width:0;overflow:auto;border-radius:.5rem;color:var(--text-main)}.cmdb-device-profile-table-wrap table{width:100%}.cmdb-device-profile-empty,.cmdb-device-profile-loading,.cmdb-device-profile-error,.cmdb-device-profile-warning{min-width:0;border-radius:.5rem}.cmdb-device-profile-empty,.cmdb-device-profile-loading{border:1px dashed var(--cmdb-device-profile-border);background:var(--cmdb-device-profile-surface-muted);color:var(--text-muted)}.cmdb-device-profile-error{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-device-profile-warning{border:1px solid var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-device-profile-form,.cmdb-device-profile-inline-form{min-width:0}.cmdb-device-profile-form{display:flex;flex-direction:column;gap:.75rem}.cmdb-device-profile-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.75rem;min-width:0}.cmdb-device-profile-form-actions,.cmdb-device-profile-inline-form{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.cmdb-device-profile-form-actions{justify-content:flex-end}.cmdb-device-profile-inline-form>*{min-width:0}.cmdb-device-profile-inline-form input,.cmdb-device-profile-inline-form select,.cmdb-device-profile-form input,.cmdb-device-profile-form select,.cmdb-device-profile-form textarea,.cmdb-device-profile-network-grid input,.cmdb-device-profile-network-grid select{min-height:2.15rem;padding:.35rem .5rem;border:1px solid var(--cmdb-device-profile-border);border-radius:.5rem;background:var(--bg-input);color:var(--text-main);font:inherit}.cmdb-device-profile-form-error{padding:.65rem .75rem;border:1px solid var(--danger-border);border-radius:.5rem;background:var(--danger-bg);color:var(--danger-text);font-size:.84rem;font-weight:700;line-height:1.35}.cmdb-device-profile-upload-hint{color:var(--text-muted);font-size:.78rem;line-height:1.35;overflow-wrap:anywhere}.cmdb-device-profile-scanner-panel,.cmdb-device-profile-software-scan{max-height:18rem;min-width:0;margin-bottom:2rem;padding:.85rem;overflow:auto;border:1px solid var(--cmdb-device-profile-border);border-radius:.6rem;background:var(--cmdb-device-profile-surface-muted);color:var(--text-main);scrollbar-color:var(--cmdb-device-profile-border-strong) var(--cmdb-device-profile-surface-muted)}.cmdb-device-profile-scanner-panel{max-height:12.5rem}.cmdb-device-profile-scanner-scroll{overscroll-behavior:contain}.cmdb-device-profile-scanner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.55rem;min-width:0;font-size:.86rem}.cmdb-device-profile-scanner-item{display:grid;grid-template-columns:minmax(6.5rem,.42fr) minmax(0,1fr);gap:.5rem;align-items:start;min-width:0;padding:.45rem .55rem;border:1px solid var(--cmdb-device-profile-border);border-radius:.5rem;background:var(--cmdb-device-profile-surface)}.cmdb-device-profile-scanner-label{color:var(--text-muted);font-weight:800;line-height:1.3;overflow-wrap:anywhere}.cmdb-device-profile-scanner-value{min-width:0;color:var(--text-main);font-weight:650;line-height:1.35;overflow-wrap:anywhere}.cmdb-device-profile-scanner-empty,.cmdb-device-profile-software-empty{margin:0;color:var(--text-muted);font-size:.85rem;line-height:1.45}.cmdb-device-profile-software-list{display:grid;gap:.35rem;margin:0;padding-left:1.1rem;color:var(--text-main);font-size:.86rem;line-height:1.45}.cmdb-device-profile-software-item{padding-left:.15rem;color:var(--text-main)}.cmdb-device-profile-software-item::marker{color:var(--primary)}.cmdb-device-profile-chip{display:inline-flex;align-items:center;gap:.35rem;min-height:1.35rem;padding:.12rem .42rem;border:1px solid var(--cmdb-device-profile-border);border-radius:999px;background:var(--cmdb-device-profile-surface-muted);color:var(--text-main);font-size:.72rem;font-weight:700;line-height:1.2;white-space:nowrap}.cmdb-device-profile-chip--info,.cmdb-device-profile-chip--primary{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.cmdb-device-profile-chip--success{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.cmdb-device-profile-chip--warning{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-device-profile-chip--danger{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-device-profile-chip--neutral{border-color:var(--cmdb-device-profile-border-strong);background:var(--cmdb-device-profile-surface-muted);color:var(--text-muted)}.cmdb-device-profile-tech-section{display:flex;flex-direction:column;gap:1rem;min-width:0;color:var(--text-main)}.cmdb-device-profile-tech-section+.cmdb-device-profile-tech-section{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--cmdb-device-profile-border)}.cmdb-device-profile-tech-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;min-width:0}.cmdb-device-profile-tech-header h3,.cmdb-device-profile-tech-header h4,.cmdb-device-profile-tech-header h5{margin:0;color:var(--text-main);font-size:1rem;font-weight:800;line-height:1.25;letter-spacing:0}.cmdb-device-profile-tech-header p{margin:.35rem 0 0;color:var(--text-muted);font-size:.82rem;line-height:1.4}.cmdb-device-profile-tech-grid,.cmdb-device-profile-interface-meta,.cmdb-device-profile-vm-meta{display:grid;gap:.65rem;min-width:0}.cmdb-device-profile-tech-grid{grid-template-columns:repeat(auto-fit,minmax(13.5rem,1fr))}.cmdb-device-profile-tech-card,.cmdb-device-profile-service-card,.cmdb-device-profile-vm-card-summary{min-width:0;padding:.75rem;border:1px solid var(--cmdb-device-profile-border);border-radius:.5rem;background:var(--cmdb-device-profile-surface-muted);color:var(--text-main)}.cmdb-device-profile-tech-card span,.cmdb-device-profile-service-meta,.cmdb-device-profile-vm-meta{color:var(--text-muted);font-size:.78rem;line-height:1.35}.cmdb-device-profile-tech-card strong{display:block;margin-top:.25rem;color:var(--text-main);font-size:.92rem;line-height:1.25;overflow-wrap:anywhere}.cmdb-device-profile-manual-components,.cmdb-device-profile-network-section,.cmdb-device-profile-vm-section,.cmdb-device-profile-services-section{min-width:0}.cmdb-device-profile-component-form,.cmdb-device-profile-interface-form,.cmdb-device-profile-vm-form,.cmdb-device-profile-vm-interface-form{padding:.85rem;border:1px solid var(--cmdb-device-profile-border);border-radius:.5rem;background:var(--cmdb-device-profile-surface-muted)}.cmdb-device-profile-component-form{display:grid;grid-template-columns:minmax(9rem,.8fr) minmax(12rem,1fr) minmax(12rem,1fr) auto;gap:.6rem;align-items:center}.cmdb-device-profile-field-label{display:block;margin-bottom:.32rem;color:var(--text-main);font-size:.78rem;font-weight:800;line-height:1.25}.cmdb-device-profile-technical-table{width:100%;min-width:44rem;border-collapse:collapse;color:var(--text-main);font-size:.86rem}.cmdb-device-profile-technical-table th{padding:.7rem .75rem;border-bottom:1px solid var(--cmdb-device-profile-border-strong);background:var(--cmdb-device-profile-surface-muted);color:var(--text-muted);font-size:.76rem;font-weight:800;line-height:1.2;text-align:left;text-transform:uppercase}.cmdb-device-profile-technical-table td{padding:.72rem .75rem;border-bottom:1px solid var(--cmdb-device-profile-border);vertical-align:top}.cmdb-device-profile-technical-table tbody tr:last-child td{border-bottom:0}.cmdb-device-profile-actions-cell{text-align:right}.cmdb-device-profile-component-table,.cmdb-device-profile-interface-list,.cmdb-device-profile-vm-list,.cmdb-device-profile-service-list{border:1px solid var(--cmdb-device-profile-border);background:var(--cmdb-device-profile-surface)}.cmdb-device-profile-component-empty,.cmdb-device-profile-interface-empty,.cmdb-device-profile-vm-empty,.cmdb-device-profile-service-empty{padding:1rem;color:var(--text-muted);text-align:center}.cmdb-device-profile-interface-row,.cmdb-device-profile-vm-card,.cmdb-device-profile-service-row{color:var(--text-main)}.cmdb-device-profile-interface-name,.cmdb-device-profile-vm-name,.cmdb-device-profile-service-name{color:var(--text-main);font-weight:800;line-height:1.25;overflow-wrap:anywhere}.cmdb-device-profile-vm-name{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.cmdb-device-profile-interface-address,.cmdb-device-profile-mono{color:var(--text-main);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;line-height:1.35}.cmdb-device-profile-interface-meta,.cmdb-device-profile-vm-meta,.cmdb-device-profile-service-meta{margin-top:.35rem}.cmdb-device-profile-interface-chip{margin-right:.35rem}.cmdb-device-profile-interface-actions,.cmdb-device-profile-vm-actions,.cmdb-device-profile-service-actions{display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:.35rem;white-space:nowrap}.cmdb-device-profile-icon-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid transparent;border-radius:.45rem;background:transparent;color:var(--text-main);cursor:pointer}.cmdb-device-profile-icon-button--info{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.cmdb-device-profile-icon-button--warning{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-device-profile-icon-button--danger{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-device-profile-icon-button:hover:not(:disabled){border-color:var(--cmdb-device-profile-border-strong);box-shadow:var(--cmdb-device-profile-shadow)}.cmdb-device-profile-icon-button:focus-visible,.cmdb-device-profile-action-link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-device-profile-icon-button:disabled{cursor:not-allowed;opacity:.72}.cmdb-device-profile-action-link{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:.1rem 0;border:0;background:transparent;color:var(--primary);font:inherit;font-size:.84rem;font-weight:800;cursor:pointer}.cmdb-device-profile-vm-services{display:flex;flex-direction:column;gap:.75rem}.cmdb-device-profile-service-card{padding:0;overflow:hidden;background:var(--cmdb-device-profile-surface)}.cmdb-device-profile-service-card .cmdb-device-profile-tech-header{align-items:center;padding:.75rem;border-bottom:1px solid var(--cmdb-device-profile-border);background:var(--cmdb-device-profile-surface-muted)}.cmdb-device-profile-service-owner{color:var(--text-main);font-weight:650}.cmdb-device-profile-vm-interfaces{padding:.85rem;border-top:1px solid var(--cmdb-device-profile-border);background:var(--cmdb-device-profile-surface-muted)}.cmdb-device-profile-action-button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2rem;padding:.34rem .62rem;border:1px solid var(--cmdb-device-profile-border);border-radius:.5rem;background:var(--cmdb-device-profile-surface-muted);color:var(--text-main);font:inherit;font-size:.78rem;font-weight:800;cursor:pointer;touch-action:manipulation;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.cmdb-device-profile-action-button--primary{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.cmdb-device-profile-action-button--danger{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-device-profile-action-button--danger-soft{border-color:var(--danger-border);background:var(--cmdb-device-profile-surface);color:var(--danger-text)}.cmdb-device-profile-action-button:hover:not(:disabled){transform:translateY(-1px);border-color:var(--cmdb-device-profile-border-strong);box-shadow:var(--cmdb-device-profile-shadow)}.cmdb-device-profile-action-button:disabled{cursor:not-allowed;opacity:.72}.cmdb-device-profile-support-section{display:flex;flex-direction:column;gap:.9rem;min-width:0;color:var(--text-main)}.cmdb-device-profile-software-section,.cmdb-device-profile-local-users-section,.cmdb-device-profile-history-section,.cmdb-device-profile-documents-section,.cmdb-device-profile-backup-section,.cmdb-device-profile-helpdesk-section{min-width:0}.cmdb-device-profile-support-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;min-width:0}.cmdb-device-profile-support-header h3,.cmdb-device-profile-support-header h4{margin:0;color:var(--text-main);font-size:1rem;font-weight:800;line-height:1.25;letter-spacing:0}.cmdb-device-profile-support-header p{margin:.32rem 0 0;color:var(--text-muted);font-size:.82rem;line-height:1.4}.cmdb-device-profile-software-form,.cmdb-device-profile-license-form,.cmdb-device-profile-local-user-form,.cmdb-device-profile-access-form,.cmdb-device-profile-document-upload{padding:.85rem;border:1px solid var(--cmdb-device-profile-border);border-radius:.5rem;background:var(--cmdb-device-profile-surface-muted)}.cmdb-device-profile-software-form,.cmdb-device-profile-local-user-form,.cmdb-device-profile-access-form{display:grid;grid-template-columns:minmax(12rem,1fr) minmax(7rem,.45fr) minmax(12rem,1fr) auto;gap:.6rem;align-items:center}.cmdb-device-profile-local-user-form{grid-template-columns:minmax(12rem,.75fr) minmax(16rem,1.25fr) auto}.cmdb-device-profile-access-form,.cmdb-device-profile-license-form{display:grid;grid-template-columns:minmax(14rem,1fr) auto;gap:.6rem;align-items:center}.cmdb-device-profile-access-form{grid-template-columns:minmax(14rem,1fr) minmax(12rem,.5fr) auto}.cmdb-device-profile-short-field{max-width:9rem}.cmdb-device-profile-medium-field{max-width:15rem}.cmdb-device-profile-wide-field{min-width:0}.cmdb-device-profile-software-table,.cmdb-device-profile-local-user-table,.cmdb-device-profile-history-table,.cmdb-device-profile-helpdesk-table{border:1px solid var(--cmdb-device-profile-border);background:var(--cmdb-device-profile-surface)}.cmdb-device-profile-support-empty{padding:1rem;color:var(--text-muted);text-align:center}.cmdb-device-profile-software-name,.cmdb-device-profile-local-user-name,.cmdb-device-profile-history-subject,.cmdb-device-profile-helpdesk-id{color:var(--text-main);font-weight:800;line-height:1.25;overflow-wrap:anywhere}.cmdb-device-profile-license-section,.cmdb-device-profile-access-section{display:flex;flex-direction:column;gap:.9rem;min-width:0;margin-top:.7rem;padding-top:.9rem;border-top:1px solid var(--cmdb-device-profile-border)}.cmdb-device-profile-license-grid,.cmdb-device-profile-backup-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:.75rem;min-width:0}.cmdb-device-profile-license-card,.cmdb-device-profile-backup-card{min-width:0;border:1px solid var(--cmdb-device-profile-border);border-radius:.5rem;background:var(--cmdb-device-profile-surface);color:var(--text-main);box-shadow:var(--cmdb-device-profile-shadow)}.cmdb-device-profile-license-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem}.cmdb-device-profile-license-main{display:flex;align-items:center;gap:.55rem;min-width:0;color:var(--info-text)}.cmdb-device-profile-license-main>div{min-width:0}.cmdb-device-profile-license-name{color:var(--text-main);font-size:.88rem;font-weight:800;line-height:1.25;overflow-wrap:anywhere}.cmdb-device-profile-license-meta,.cmdb-device-profile-document-meta{margin-top:.18rem;color:var(--text-muted);font-size:.76rem;line-height:1.35;overflow-wrap:anywhere}.cmdb-device-profile-license-empty,.cmdb-device-profile-access-empty,.cmdb-device-profile-backup-empty,.cmdb-device-profile-document-empty{margin:0;grid-column:1 / -1}.cmdb-device-profile-license-table-wrap{border:1px solid var(--cmdb-device-profile-border);background:var(--cmdb-device-profile-surface)}.cmdb-device-profile-license-table th{white-space:nowrap}.cmdb-device-profile-license-table td{vertical-align:middle}.cmdb-device-profile-license-software{display:flex;align-items:center;gap:.55rem;min-width:0;color:var(--info-text)}.cmdb-device-profile-license-software svg{flex:0 0 auto}.cmdb-device-profile-license-type{color:var(--text-main);font-size:.84rem;font-weight:800;line-height:1.25;overflow-wrap:anywhere}.cmdb-device-profile-license-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem}.cmdb-device-profile-access-list{display:flex;flex-wrap:wrap;gap:.5rem;min-width:0}.cmdb-device-profile-access-chip{display:inline-flex;align-items:center;gap:.45rem;min-width:0;padding:.38rem .5rem;border:1px solid var(--info-border);border-radius:999px;background:var(--info-bg);color:var(--info-text);font-size:.8rem;font-weight:800;line-height:1.2}.cmdb-device-profile-access-chip>span:first-child{min-width:0;overflow-wrap:anywhere}.cmdb-device-profile-access-role{color:var(--text-muted);font-size:.74rem;font-style:italic;font-weight:700}.cmdb-device-profile-access-chip .cmdb-device-profile-icon-button{width:1.45rem;height:1.45rem;border-radius:999px}.cmdb-device-profile-documents-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.35fr);gap:1rem;min-width:0;align-items:start}.cmdb-device-profile-document-list{min-width:0;border:1px solid var(--cmdb-device-profile-border);border-radius:.5rem;background:var(--cmdb-device-profile-surface);overflow:hidden}.cmdb-device-profile-document-list ul{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}.cmdb-device-profile-document-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0;padding:.75rem;border-bottom:1px solid var(--cmdb-device-profile-border)}.cmdb-device-profile-document-row:last-child{border-bottom:0}.cmdb-device-profile-document-main{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;min-width:0}.cmdb-device-profile-document-name{min-width:0;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:.16rem}.cmdb-device-profile-document-actions{flex:0 0 auto}.cmdb-device-profile-document-upload{width:100%;border-style:dashed}.cmdb-device-profile-document-upload h4{margin:0;color:var(--text-main);font-size:.92rem;font-weight:800;line-height:1.25}.cmdb-device-profile-document-upload-fields{display:flex;flex-direction:column;gap:.65rem;min-width:0}.cmdb-device-profile-backup-card{display:flex;flex-direction:column;gap:.7rem;padding:.8rem}.cmdb-device-profile-backup-card-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.6rem;min-width:0}.cmdb-device-profile-backup-card-header h4{margin:0;color:var(--text-main);font-size:.95rem;font-weight:800;line-height:1.25;overflow-wrap:anywhere}.cmdb-device-profile-backup-meta{display:grid;gap:.55rem;min-width:0;margin:0}.cmdb-device-profile-backup-meta div{display:grid;gap:.15rem;min-width:0}.cmdb-device-profile-backup-meta dt{color:var(--text-muted);font-size:.72rem;font-weight:800;line-height:1.2;text-transform:uppercase}.cmdb-device-profile-backup-meta dd{margin:0;color:var(--text-main);font-size:.84rem;line-height:1.35;overflow-wrap:anywhere}.cmdb-device-profile-ticket-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:color-mix(in srgb,var(--text-main) 42%,transparent)}.cmdb-device-profile-ticket-modal{width:min(100%,32rem);max-height:min(90vh,44rem);overflow:auto;border:1px solid var(--cmdb-device-profile-border);border-radius:.75rem;background:var(--cmdb-device-profile-surface);color:var(--text-main);box-shadow:var(--shadow-md)}.cmdb-device-profile-ticket-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem;border-bottom:1px solid var(--cmdb-device-profile-border);background:var(--cmdb-device-profile-surface-muted)}.cmdb-device-profile-ticket-modal-header h3{margin:0;color:var(--text-main);font-size:1rem;font-weight:800;line-height:1.25;overflow-wrap:anywhere}.cmdb-device-profile-ticket-form{padding:1rem}.cmdb-device-profile-ticket-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.cmdb-device-profile-ticket-field textarea{min-height:7rem;resize:vertical}.cmdb-device-profile-ticket-warning{padding:.55rem .65rem;margin-top:.35rem;font-size:.78rem;line-height:1.35}.cmdb-device-profile-ticket-submit{width:100%;min-height:2.55rem;margin-top:.35rem}@media (max-width: 1100px){.cmdb-device-profile-hero{grid-template-columns:minmax(0,1fr)}.cmdb-device-profile-layout{width:100%}.cmdb-device-profile-tabs{grid-template-columns:repeat(auto-fit,minmax(7.35rem,1fr))}.cmdb-device-profile-documents-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width: 720px){.cmdb-device-profile-shell{max-width:100%}.cmdb-device-profile-hero-meta,.cmdb-device-profile-hero-actions,.cmdb-device-profile-hero .cmdb-device-profile-section-header,.cmdb-device-profile-section-actions,.cmdb-device-profile-action-group,.cmdb-device-profile-inline-form,.cmdb-device-profile-form-actions{align-items:stretch}.cmdb-device-profile-hero-header,.cmdb-device-profile-hero-identity,.cmdb-device-profile-hero .cmdb-device-profile-section-header{flex-direction:column}.cmdb-device-profile-hero-actions,.cmdb-device-profile-section-actions,.cmdb-device-profile-action-group,.cmdb-device-profile-license-actions{justify-content:flex-start;width:100%}.cmdb-device-profile-detail-row{grid-template-columns:minmax(0,1fr);gap:.35rem}.cmdb-device-profile-tech-header,.cmdb-device-profile-support-header,.cmdb-device-profile-component-form,.cmdb-device-profile-software-form,.cmdb-device-profile-license-form,.cmdb-device-profile-local-user-form,.cmdb-device-profile-access-form{grid-template-columns:minmax(0,1fr)}.cmdb-device-profile-tech-header,.cmdb-device-profile-support-header,.cmdb-device-profile-document-row,.cmdb-device-profile-license-card{flex-direction:column}.cmdb-device-profile-inline-form>input,.cmdb-device-profile-inline-form>select,.cmdb-device-profile-inline-form>button,.cmdb-device-profile-component-form>input,.cmdb-device-profile-component-form>select,.cmdb-device-profile-component-form>button,.cmdb-device-profile-form-actions>button{flex:1 1 100%;max-width:100%}.cmdb-device-profile-short-field,.cmdb-device-profile-medium-field{max-width:100%}.cmdb-device-profile-document-actions,.cmdb-device-profile-document-actions button{width:100%}.cmdb-device-profile-ticket-modal{width:100%;max-height:92vh}.cmdb-device-profile-tab{min-height:2.75rem;padding:.45rem .5rem;font-size:.74rem}.cmdb-device-profile-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:.3rem;padding:.35rem}}@media (prefers-reduced-motion: reduce){.cmdb-device-profile-tab,.cmdb-device-profile-action-button,.cmdb-device-profile-fact-card{transition:none}}.cmdb-ipam-shell{--cmdb-ipam-interface-bg: #e0f2fe;--cmdb-ipam-interface-text: #0369a1;--cmdb-ipam-interface-border: #7dd3fc;--cmdb-ipam-vm-bg: #ede9fe;--cmdb-ipam-vm-text: #6d28d9;--cmdb-ipam-vm-border: #c4b5fd;--cmdb-ipam-static-bg: #f3e8ff;--cmdb-ipam-static-text: #7e22ce;--cmdb-ipam-static-border: #d8b4fe;--cmdb-ipam-gateway-bg: #ffedd5;--cmdb-ipam-gateway-text: #c2410c;--cmdb-ipam-gateway-border: #fdba74}:root.dark .cmdb-ipam-shell{--cmdb-ipam-interface-bg: rgba(14, 165, 233, .18);--cmdb-ipam-interface-text: #bae6fd;--cmdb-ipam-interface-border: rgba(125, 211, 252, .42);--cmdb-ipam-vm-bg: rgba(139, 92, 246, .2);--cmdb-ipam-vm-text: #ddd6fe;--cmdb-ipam-vm-border: rgba(196, 181, 253, .44);--cmdb-ipam-static-bg: rgba(168, 85, 247, .18);--cmdb-ipam-static-text: #e9d5ff;--cmdb-ipam-static-border: rgba(216, 180, 254, .42);--cmdb-ipam-gateway-bg: rgba(249, 115, 22, .18);--cmdb-ipam-gateway-text: #fed7aa;--cmdb-ipam-gateway-border: rgba(253, 186, 116, .44)}.cmdb-ipam-header{align-items:center}.cmdb-ipam-title{margin:0;color:var(--text-main);font-size:1.25rem;line-height:1.25}.cmdb-ipam-subnet-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:.85rem;min-width:0}.cmdb-ipam-subnet-card{display:flex;flex-direction:column;gap:.7rem;min-width:0;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);box-shadow:var(--cmdb-elevation);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.cmdb-ipam-subnet-card:hover{border-color:var(--info-border);box-shadow:var(--cmdb-action-shadow);transform:translateY(-1px)}.cmdb-ipam-subnet-card:focus-visible,.cmdb-ipam-cell:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-ipam-subnet-card--warning{border-color:var(--warning-border)}.cmdb-ipam-subnet-card--danger{border-color:var(--danger-border)}.cmdb-ipam-subnet-title{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;min-width:0;margin:0;color:var(--text-main);font-size:1rem;line-height:1.25}.cmdb-ipam-subnet-title span:first-child{min-width:0;overflow-wrap:anywhere}.cmdb-ipam-subnet-title span:last-child{flex:0 0 auto;color:var(--text-muted);font-size:.8rem;font-weight:700}.cmdb-ipam-subnet-cidr{margin:0;color:var(--primary);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95rem;font-weight:800}.cmdb-ipam-utilization,.cmdb-ipam-utilization-bar{width:100%;height:.55rem;overflow:hidden;border-radius:999px;background:var(--cmdb-surface-muted);box-shadow:inset 0 0 0 1px var(--border)}.cmdb-ipam-utilization-fill{height:100%;min-width:.2rem;border-radius:inherit;transition:width .18s ease}.cmdb-ipam-utilization-fill--success{background:var(--success-text)}.cmdb-ipam-utilization-fill--warning{background:var(--warning-text)}.cmdb-ipam-utilization-fill--danger{background:var(--danger-text)}.cmdb-ipam-subnet-meta{color:var(--text-muted);font-size:.78rem;line-height:1.35}.cmdb-ipam-subnet-counts{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;font-weight:700}.cmdb-ipam-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;padding:.7rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted)}.cmdb-ipam-legend-item{display:inline-flex;align-items:center;gap:.4rem;min-height:1.75rem;padding:.25rem .45rem;border:1px solid var(--border);border-radius:999px;background:var(--cmdb-surface);color:var(--text-main);font-size:.76rem;font-weight:700}.cmdb-ipam-legend-swatch{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border:1px solid var(--border);border-radius:.25rem;font-size:.55rem;font-weight:900;line-height:1}.cmdb-ipam-legend-label{color:var(--text-main);line-height:1.2}.cmdb-ipam-map{display:block;overflow-x:auto;padding:.85rem}.cmdb-ipam-map-grid{display:flex;flex-wrap:wrap;gap:.25rem;min-width:min-content}.cmdb-ipam-cell{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex:0 0 2rem;border:1px solid var(--border);border-radius:.25rem;background:var(--cmdb-surface-muted);color:var(--text-muted);font-size:.75rem;font-weight:800;line-height:1}.cmdb-ipam-cell-label{position:relative;z-index:1}.cmdb-ipam-cell-marker{position:absolute;top:.12rem;right:.14rem;z-index:1;padding:0 .12rem;border-radius:.18rem;background:#0f172a2e;color:currentColor;font-size:.48rem;font-weight:900;line-height:1.05}.cmdb-ipam-cell--free{border-color:var(--border-strong);background:var(--cmdb-surface-muted);color:var(--text-muted)}.cmdb-ipam-cell--used,.cmdb-ipam-cell--interface{border-color:var(--cmdb-ipam-interface-border);background:var(--cmdb-ipam-interface-bg);color:var(--cmdb-ipam-interface-text)}.cmdb-ipam-cell--vm-interface{border-color:var(--cmdb-ipam-vm-border);background:var(--cmdb-ipam-vm-bg);color:var(--cmdb-ipam-vm-text)}.cmdb-ipam-cell--legacy{border-color:var(--border-strong);background:var(--cmdb-surface-subtle);color:var(--text-main)}.cmdb-ipam-cell--dhcp,.cmdb-ipam-cell--reserved{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-ipam-cell--static{border-color:var(--cmdb-ipam-static-border);background:var(--cmdb-ipam-static-bg);color:var(--cmdb-ipam-static-text)}.cmdb-ipam-cell--gateway{border-color:var(--cmdb-ipam-gateway-border);background:var(--cmdb-ipam-gateway-bg);color:var(--cmdb-ipam-gateway-text)}.cmdb-ipam-cell--conflict{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text);animation:cmdb-ipam-pulse 1.8s ease-in-out infinite}.cmdb-ipam-cell--orphaned{border-color:var(--danger-border);background:repeating-linear-gradient(45deg,var(--danger-bg),var(--danger-bg) 5px,var(--cmdb-surface) 5px,var(--cmdb-surface) 10px);color:var(--danger-text)}@keyframes cmdb-ipam-pulse{0%,to{box-shadow:0 0 #ef444414}50%{box-shadow:0 0 0 .18rem #ef44442e}}.cmdb-ipam-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.82fr);gap:1rem;min-width:0;align-items:start}.cmdb-ipam-assignment-panel,.cmdb-ipam-pool-panel{min-width:0;padding:0}.cmdb-ipam-panel-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem;border-bottom:1px solid var(--border)}.cmdb-ipam-panel-header h3{margin:0;color:var(--text-main);font-size:.98rem;line-height:1.3}.cmdb-ipam-assignment-search{flex:1 1 16rem;min-width:min(100%,14rem);max-width:28rem}.cmdb-ipam-assignment-toolbar{flex:1 1 18rem;justify-content:flex-end}.cmdb-ipam-assignment-toolbar .cmdb-ipam-assignment-search{flex:1 1 100%}.cmdb-ipam-assignment-table,.cmdb-ipam-pool-table{min-width:48rem}.cmdb-ipam-assignment-source{display:block;color:var(--text-main);font-weight:800;line-height:1.3}.cmdb-ipam-assignment-meta{display:block;color:var(--text-muted);font-size:.78rem;line-height:1.35}.cmdb-ipam-assignment-mono,.cmdb-ipam-assignment-ip,.cmdb-ipam-pool-range{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.cmdb-ipam-assignment-ip,.cmdb-ipam-pool-range{display:inline-flex;align-items:center;min-height:1.55rem;padding:.15rem .45rem;border:1px solid var(--border);border-radius:.35rem;background:var(--cmdb-surface-muted);color:var(--text-main);font-weight:800}.cmdb-ipam-interface-chip-row{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.3rem}.cmdb-ipam-interface-chip{display:inline-flex;align-items:center;min-height:1.35rem;margin-top:.3rem;padding:.12rem .42rem;border:1px solid var(--border);border-radius:999px;background:var(--cmdb-surface-muted);color:var(--text-main);font-size:.7rem;font-weight:800;line-height:1.2}.cmdb-ipam-interface-chip-row .cmdb-ipam-interface-chip{margin-top:0}.cmdb-ipam-interface-chip--interface,.cmdb-ipam-interface-chip--primary{border-color:var(--cmdb-ipam-interface-border);background:var(--cmdb-ipam-interface-bg);color:var(--cmdb-ipam-interface-text)}.cmdb-ipam-interface-chip--vm-interface{border-color:var(--cmdb-ipam-vm-border);background:var(--cmdb-ipam-vm-bg);color:var(--cmdb-ipam-vm-text)}.cmdb-ipam-interface-chip--legacy{border-color:var(--border-strong);background:var(--cmdb-surface-muted);color:var(--text-muted)}.cmdb-ipam-interface-chip--management{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.cmdb-ipam-interface-chip--port{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-ipam-row-actions{justify-content:flex-start}.cmdb-ipam-row-actions .cmdb-action-button{min-height:1.9rem;padding:.28rem .5rem;text-decoration:none}.cmdb-ipam-pool-type{font-weight:800}.cmdb-ipam-pool-type--static{border-color:var(--cmdb-ipam-static-border);background:var(--cmdb-ipam-static-bg);color:var(--cmdb-ipam-static-text)}.cmdb-ipam-pool-type--dhcp,.cmdb-ipam-pool-type--reserved{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-ipam-pool-type--gateway{border-color:var(--cmdb-ipam-gateway-border);background:var(--cmdb-ipam-gateway-bg);color:var(--cmdb-ipam-gateway-text)}.cmdb-ipam-pool-count{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;min-height:1.55rem;padding:.1rem .45rem;border-radius:999px;background:var(--cmdb-surface-muted);color:var(--text-main);font-weight:800}.cmdb-ipam-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a8c}.cmdb-ipam-modal{width:min(40.5rem,100%);max-height:min(44rem,calc(100dvh - 2rem));overflow:auto;padding:1.2rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);box-shadow:0 24px 48px #0f172a38}.cmdb-ipam-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.cmdb-ipam-modal-header h3{margin:0;color:var(--text-main);font-size:1rem}.cmdb-ipam-reservation-form{display:flex;flex-direction:column;gap:.9rem}.cmdb-ipam-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.cmdb-ipam-form-field{min-width:0}.cmdb-ipam-form-field label{color:var(--text-main);font-weight:700}.cmdb-ipam-reservation-form input,.cmdb-ipam-reservation-form select{min-height:2.35rem;background:var(--bg-input);color:var(--text-main)}.cmdb-ipam-reservation-form input:focus-visible,.cmdb-ipam-reservation-form select:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-ipam-form-submit{justify-content:center;margin-top:.35rem}@media (max-width: 980px){.cmdb-ipam-detail-grid{grid-template-columns:1fr}.cmdb-ipam-assignment-table,.cmdb-ipam-pool-table{min-width:42rem}}@media (max-width: 640px){.cmdb-ipam-header{align-items:stretch}.cmdb-ipam-subnet-grid{grid-template-columns:1fr}.cmdb-ipam-panel-header{align-items:stretch}.cmdb-ipam-assignment-search{max-width:none}.cmdb-ipam-form-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.cmdb-ipam-subnet-card,.cmdb-ipam-utilization-fill,.cmdb-ipam-cell--conflict{animation:none;transition:none}.cmdb-ipam-subnet-card:hover{transform:none}}.cmdb-ipam-workbench{display:grid;grid-template-columns:minmax(0,3fr) minmax(280px,1fr);gap:.85rem;min-width:0;align-items:start}.cmdb-ipam-workbench-main,.cmdb-ipam-workbench-rail{min-width:0}.cmdb-ipam-assignment-panel,.cmdb-ipam-pool-panel{overflow:visible}.cmdb-ipam-pool-panel{align-self:start}.cmdb-ipam-pool-panel-body{min-width:0}.cmdb-ipam-pool-panel-header{align-items:flex-start}.cmdb-ipam-legend{display:grid;grid-template-columns:repeat(auto-fit,minmax(11.5rem,1fr));align-items:stretch;gap:.55rem;padding:.65rem;background:var(--cmdb-surface)}.cmdb-ipam-legend-group{min-width:0;padding:.45rem;border:1px solid var(--border);border-radius:.45rem;background:var(--cmdb-surface-muted)}.cmdb-ipam-legend-title{display:block;margin-bottom:.32rem;color:var(--text-muted);font-size:.68rem;font-weight:800;line-height:1.2;text-transform:uppercase}.cmdb-ipam-legend-items{display:flex;flex-wrap:wrap;gap:.24rem .4rem;min-width:0}.cmdb-ipam-legend-item{min-height:1.25rem;padding:.08rem .12rem;border:0;background:transparent;color:var(--text-main);font-size:.72rem;font-weight:650}.cmdb-ipam-legend-swatch{width:.9rem;height:.9rem;border-radius:.22rem;font-size:.46rem}.cmdb-ipam-legend-note{color:var(--text-muted);font-size:.68rem;font-weight:600}.cmdb-ipam-cell{width:1.85rem;height:1.85rem;flex-basis:1.85rem;font-size:.68rem;font-weight:750;transition:border-color .14s ease,background-color .14s ease,color .14s ease,box-shadow .14s ease}.cmdb-ipam-cell:hover{border-color:var(--primary);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 38%,transparent)}.cmdb-ipam-cell-marker{top:.1rem;right:.1rem;min-width:.7rem;padding:0 .12rem;background:color-mix(in srgb,currentColor 14%,transparent);font-size:.44rem;opacity:.82}.cmdb-ipam-cell--conflict .cmdb-ipam-cell-marker,.cmdb-ipam-cell--orphaned .cmdb-ipam-cell-marker{background:var(--danger-text);color:var(--text-inverse);opacity:1}.cmdb-ipam-cell--reserved,.cmdb-ipam-cell--reservation{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-ipam-assignment-table,.cmdb-ipam-pool-table{min-width:0;width:100%;table-layout:fixed}.cmdb-ipam-assignment-list,.cmdb-ipam-pool-list{display:block}.cmdb-ipam-assignment-head,.cmdb-ipam-pool-list thead{display:none}.cmdb-ipam-assignment-list tbody,.cmdb-ipam-pool-list tbody{display:flex;flex-direction:column;gap:.5rem;min-width:0;padding:.65rem}.cmdb-ipam-assignment-list td,.cmdb-ipam-pool-list td{min-width:0;padding:0;border:0;vertical-align:top}.cmdb-ipam-assignment-row{display:grid;grid-template-columns:minmax(9.5rem,1.25fr) minmax(8rem,1fr) minmax(5.4rem,.55fr) minmax(6.8rem,.65fr) minmax(7.6rem,.75fr) minmax(7rem,.65fr);gap:.45rem .6rem;min-width:0;padding:.6rem .65rem;border:1px solid var(--border);border-radius:.45rem;background:var(--cmdb-surface);color:var(--text-main)}.cmdb-ipam-assignment-source,.cmdb-ipam-assignment-interface,.cmdb-ipam-assignment-status,.cmdb-ipam-assignment-address,.cmdb-ipam-assignment-meta-block,.cmdb-ipam-assignment-actions{min-width:0;overflow-wrap:anywhere}.cmdb-ipam-assignment-source-name{display:block;max-width:100%;color:var(--text-main);font-size:.86rem;font-weight:720;line-height:1.28;overflow-wrap:anywhere}.cmdb-ipam-assignment-source-meta,.cmdb-ipam-assignment-meta{font-size:.72rem;line-height:1.32}.cmdb-ipam-address-pill,.cmdb-ipam-assignment-ip,.cmdb-ipam-pool-range{max-width:100%;min-height:1.35rem;padding:.1rem .35rem;font-size:.78rem;font-weight:720;line-height:1.25;white-space:normal;overflow-wrap:anywhere}.cmdb-ipam-chip,.cmdb-ipam-chip--compact,.cmdb-ipam-interface-chip,.cmdb-ipam-pool-type{min-height:1.15rem;padding:.08rem .34rem;border-width:1px;font-size:.66rem;font-weight:720;line-height:1.18}.cmdb-ipam-interface-chip{margin-top:.22rem}.cmdb-ipam-interface-chip-row{gap:.22rem;margin-top:.24rem}.cmdb-ipam-assignment-row .cmdb-status-chip{min-height:1.18rem;padding:.08rem .34rem;font-size:.66rem;line-height:1.18}.cmdb-ipam-assignment-actions .cmdb-action-group,.cmdb-ipam-pool-actions .cmdb-action-group{flex-wrap:wrap;gap:.3rem}.cmdb-ipam-row-actions .cmdb-action-button{min-height:1.75rem;padding:.22rem .44rem;font-size:.72rem}.cmdb-ipam-pool-list tbody{gap:.45rem;padding:.6rem}.cmdb-ipam-pool-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"kind count" "range range" "actions actions";gap:.35rem .55rem;min-width:0;padding:.58rem;border:1px solid var(--border);border-radius:.45rem;background:var(--cmdb-surface)}.cmdb-ipam-pool-kind{grid-area:kind;min-width:0}.cmdb-ipam-pool-range-cell{grid-area:range;min-width:0}.cmdb-ipam-pool-count-cell{grid-area:count}.cmdb-ipam-pool-actions{grid-area:actions;min-width:0}.cmdb-ipam-pool-count{min-width:1.65rem;min-height:1.2rem;padding:.05rem .32rem;font-size:.72rem}@media (max-width: 1180px){.cmdb-ipam-workbench{grid-template-columns:1fr}.cmdb-ipam-assignment-row{grid-template-columns:repeat(3,minmax(0,1fr))}.cmdb-ipam-assignment-actions{grid-column:1 / -1}}@media (max-width: 760px){.cmdb-ipam-assignment-row,.cmdb-ipam-legend{grid-template-columns:1fr}}.cmdb-topology-canvas{position:relative;min-height:20rem;overflow:hidden;border:1px solid var(--border);border-radius:.5rem;background:linear-gradient(var(--cmdb-topology-grid-color) 1px,transparent 1px),linear-gradient(90deg,var(--cmdb-topology-grid-color) 1px,transparent 1px),var(--cmdb-canvas-bg);background-size:24px 24px;color:var(--text-main)}:root.dark .cmdb-topology-canvas{border-color:var(--border-strong)}.cmdb-action-button--compact{min-height:1.7rem;padding:.18rem .45rem;font-size:.72rem}.cmdb-action-button--accent{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.cmdb-topology-shell,.cmdb-global-topology{min-width:0}.cmdb-topology-title{margin:0;font-size:1.25rem;line-height:1.25}.cmdb-topology-view-tabs{max-width:100%}.cmdb-topology-qr-message{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:0;padding:.9rem 1rem;border:1px solid var(--info-border);border-radius:.5rem;background:var(--info-bg);color:var(--info-text)}.cmdb-topology-qr-message--warning{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-topology-qr-message--error{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-topology-qr-copy,.cmdb-topology-qr-snapshot{min-width:0}.cmdb-topology-qr-snapshot{margin-top:.5rem;font-size:.85rem;line-height:1.45}.cmdb-topology-qr-actions{display:flex;flex:0 0 auto;align-items:center;gap:.5rem}.cmdb-topology-device-panel,.cmdb-topology-widget,.cmdb-topology-port-matrix{padding:1rem;overflow:hidden}.cmdb-topology-device-toolbar{margin-bottom:1rem;padding:0;border:0;background:transparent}.cmdb-topology-device-search{flex:1 1 22rem}.cmdb-topology-device-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.cmdb-topology-device-group:last-child{margin-bottom:0}.cmdb-topology-device-group h4{margin:0;color:var(--text-muted);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.cmdb-topology-device-list{display:flex;flex-wrap:wrap;gap:.5rem;min-width:0}.cmdb-topology-device-button{display:inline-flex;align-items:center;gap:.35rem;min-height:2.15rem;max-width:100%;padding:.45rem .75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);cursor:pointer;font:inherit;font-size:.85rem;font-weight:650;overflow-wrap:anywhere;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.cmdb-topology-device-button span{color:var(--text-muted);font-size:.75rem}.cmdb-topology-device-button:hover{transform:translateY(-1px);border-color:var(--info-border);box-shadow:var(--cmdb-action-shadow)}.cmdb-topology-device-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-topology-device-button.is-active{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.cmdb-topology-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;min-width:0}.cmdb-topology-section-header h2,.cmdb-global-topology-detail h3,.cmdb-global-topology-table-title{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--text-main);font-size:1rem;line-height:1.25}.cmdb-topology-section-header svg,.cmdb-global-topology-table-title svg{color:var(--primary)}.cmdb-topology-section-header>span{color:var(--text-muted);font-size:.82rem;white-space:nowrap}.cmdb-port-list{display:grid;gap:.75rem;min-width:0}.cmdb-port-list--endpoint{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.cmdb-port-list--rack{grid-template-columns:minmax(0,1fr)}.cmdb-port-group{min-width:0}.cmdb-port-group-title{margin-bottom:.4rem;color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.cmdb-port-group-grid{display:flex;flex-wrap:wrap;gap:.25rem;min-width:0;padding:.5rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted)}.cmdb-port-card{position:relative;min-width:0;border:2px solid var(--cmdb-port-accent, var(--border-strong));border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease}.cmdb-port-card--compact{display:flex;flex:0 0 44px;flex-direction:column;align-items:center;justify-content:center;width:44px;height:36px;padding:0;border-radius:.25rem;cursor:pointer}.cmdb-port-card--detail{display:flex;flex-direction:column;gap:.45rem;padding:.6rem;cursor:default}.cmdb-port-card--detail[role=button]{cursor:pointer}.cmdb-port-card--up{background:linear-gradient(135deg,var(--cmdb-surface),var(--success-bg))}.cmdb-port-card--focused,.cmdb-port-card--selected{border-color:var(--warning-border);box-shadow:0 0 0 2px var(--warning-bg),var(--cmdb-action-shadow)}.cmdb-port-card:hover,.cmdb-port-card:focus-visible{transform:translateY(-1px);box-shadow:var(--cmdb-action-shadow)}.cmdb-port-card:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-port-state-dot{flex:0 0 auto;color:var(--cmdb-port-down)}.cmdb-port-card--compact .cmdb-port-state-dot{position:absolute;top:2px;right:2px}.cmdb-port-status--up{color:var(--cmdb-port-up)}.cmdb-port-status--down{color:var(--cmdb-port-down)}.cmdb-port-status--admin-down{color:var(--cmdb-port-admin-down)}.cmdb-port-short-name{color:var(--text-main);font-size:.6rem;font-weight:800;line-height:1}.cmdb-port-type{color:var(--text-muted);font-size:.45rem;line-height:1.1}.cmdb-port-link-dot{position:absolute;bottom:-1px;left:50%;width:6px;height:6px;border-radius:999px;background:var(--cmdb-port-up);transform:translate(-50%)}.cmdb-port-card-header,.cmdb-port-meta-line,.cmdb-port-actions,.cmdb-port-inspect-heading,.cmdb-port-inspect-actions{display:flex;align-items:center;gap:.35rem;min-width:0}.cmdb-port-card-header{justify-content:space-between}.cmdb-port-name,.cmdb-port-inspect-name{min-width:0;overflow:hidden;color:var(--text-main);font-size:.86rem;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.cmdb-port-meta,.cmdb-port-inspect-body{display:flex;flex-direction:column;gap:.28rem;min-width:0;color:var(--text-muted);font-size:.74rem;line-height:1.35}.cmdb-port-meta-line{flex-wrap:wrap}.cmdb-port-status,.cmdb-port-network,.cmdb-port-interface,.cmdb-port-peer{font-weight:750}.cmdb-port-network,.cmdb-port-interface{color:var(--primary)}.cmdb-port-peer{color:var(--success-text);overflow-wrap:anywhere}.cmdb-port-actions{flex-wrap:wrap;margin-top:.1rem}.cmdb-port-action{flex:1 1 auto}.cmdb-port-delete{flex:0 0 auto}.cmdb-port-inspect-panel{display:flex;align-items:flex-start;gap:1rem;min-width:0;margin-top:1rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface)}.cmdb-port-inspect-main{flex:1 1 auto;min-width:0}.cmdb-port-inspect-meta,.cmdb-port-muted{color:var(--text-muted)}.cmdb-port-mono{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace}.cmdb-port-interface-box{display:flex;flex-direction:column;gap:.2rem;margin-top:.4rem;padding:.5rem;border:1px solid var(--border);border-radius:.35rem;background:var(--cmdb-surface-muted);color:var(--text-main)}.cmdb-port-interface-title{color:var(--primary);font-weight:800}.cmdb-port-description{color:var(--text-main);font-style:italic}.cmdb-port-inspect-actions{flex:0 0 7.5rem;flex-direction:column;align-items:stretch}.cmdb-topology-neighborhood,.cmdb-topology-svg,.cmdb-global-topology-svg{width:100%;min-width:0}.cmdb-topology-svg{max-height:400px}.cmdb-global-topology-svg{height:auto;min-height:400px}.cmdb-topology-node,.cmdb-global-topology-node circle{fill:var(--cmdb-surface);stroke:var(--border-strong)}.cmdb-topology-node--center,.cmdb-global-topology-node.is-selected circle{stroke:var(--primary);fill:var(--info-bg)}.cmdb-topology-node--up,.cmdb-global-topology-status--up,.cmdb-global-topology-node.cmdb-global-topology-status--up circle{color:var(--success-text);stroke:var(--success-text)}.cmdb-topology-node--down,.cmdb-global-topology-status--down,.cmdb-global-topology-node.cmdb-global-topology-status--down circle{color:var(--text-muted);stroke:var(--text-muted)}.cmdb-global-topology-status--admin-down,.cmdb-global-topology-node.cmdb-global-topology-status--admin-down circle{color:var(--danger-text);stroke:var(--danger-text)}.cmdb-topology-node-label,.cmdb-global-topology-node text{fill:var(--text-main)}.cmdb-global-topology-node-label{fill:var(--text-main);font-weight:600;letter-spacing:0}.cmdb-global-topology-node.is-selected .cmdb-global-topology-node-label{font-weight:650}.cmdb-topology-node-type,.cmdb-global-topology-node-type{fill:var(--primary)}.cmdb-topology-edge-label{fill:var(--text-muted)}.cmdb-topology-edge--muted{opacity:.72}.cmdb-topology-vlan-legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.cmdb-topology-vlan-chip{display:inline-flex;align-items:center;gap:.3rem;min-height:1.55rem;padding:.2rem .55rem;border:1px solid var(--border);border-radius:999px;background:var(--cmdb-surface-muted);color:var(--text-main);font-size:.75rem;font-weight:700}.cmdb-topology-vlan-dot{width:10px;height:10px;border-radius:999px;background:var(--cmdb-vlan-color)}.cmdb-topology-empty-canvas{min-height:8rem}.cmdb-topology-modal-backdrop{padding:1rem}.cmdb-topology-modal{color:var(--text-main)}.cmdb-topology-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.cmdb-topology-modal-header h3{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.05rem}.cmdb-topology-form{display:flex;flex-direction:column;gap:.75rem}.cmdb-topology-form-grid{display:flex;gap:.75rem;min-width:0}.cmdb-topology-form-grid>*{min-width:0}.cmdb-topology-form-note{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:1px solid var(--info-border);border-radius:.5rem;background:var(--info-bg);color:var(--info-text);font-size:.85rem}.cmdb-topology-submit{width:100%}.cmdb-global-topology{display:flex;flex-direction:column;gap:1rem}.cmdb-global-topology-summary{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.cmdb-global-topology-limit-card{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text);font-size:.85rem}.cmdb-global-topology-filterbar{align-items:center}.cmdb-global-topology-filter-input{min-width:13rem}.cmdb-global-topology-check{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-main);cursor:pointer;font-size:.85rem;font-weight:650}.cmdb-global-topology-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.8fr);gap:1rem;min-width:0;align-items:start}.cmdb-global-topology-canvas,.cmdb-global-topology-panel,.cmdb-global-topology-table-wrap{min-width:0;padding:1rem}.cmdb-global-topology-edge,.cmdb-global-topology-node{cursor:pointer}.cmdb-global-topology-edge line{transition:opacity .16s ease,stroke-width .16s ease}.cmdb-global-topology-edge--focused line,.cmdb-global-topology-edge.is-selected line{opacity:1}.cmdb-global-topology-edge-badge rect{fill:var(--cmdb-surface)}.cmdb-global-topology-edge-badge text{fill:var(--text-main)}.cmdb-global-topology-detail{display:flex;flex-direction:column;gap:1rem;min-width:0}.cmdb-global-topology-detail h3{color:var(--primary)}.cmdb-global-topology-detail h4{margin:0;color:var(--text-muted);font-size:.88rem}.cmdb-global-topology-facts,.cmdb-global-topology-connection-list{display:flex;flex-direction:column;gap:.5rem;min-width:0;color:var(--text-main);font-size:.85rem}.cmdb-global-topology-neighbors{margin:0;padding-left:1.2rem;color:var(--text-main);font-size:.85rem}.cmdb-global-topology-neighbors li{margin:.2rem 0}.cmdb-global-topology-neighbors span{color:var(--text-muted)}.cmdb-global-topology-edge-summary{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted);color:var(--text-main);font-size:.85rem}.cmdb-global-topology-edge-summary svg{color:var(--text-muted)}.cmdb-global-topology-link-count{color:var(--text-main);font-size:.85rem}.cmdb-global-topology-connection-card{display:flex;flex-direction:column;gap:.35rem;padding:.55rem;border:1px solid var(--border);border-radius:.45rem;background:var(--cmdb-surface-muted);color:var(--text-main);font-size:.76rem}.cmdb-global-topology-connection-row,.cmdb-global-topology-connection-footer,.cmdb-global-topology-connection-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:0}.cmdb-global-topology-connection-row span,.cmdb-global-topology-connection-footer{color:var(--text-muted)}.cmdb-global-topology-connection-footer{flex-wrap:wrap;padding-top:.3rem;border-top:1px solid var(--border)}.cmdb-global-topology-panel-empty{min-height:8rem}.cmdb-global-topology-table-wrap{overflow:auto}.cmdb-global-topology-table-title{margin:0 0 1rem}.cmdb-global-topology-table{min-width:640px}.cmdb-global-topology-table tr.is-selected td{background:var(--selection-bg);color:var(--selection-text)}.cmdb-global-topology-link-cell{color:var(--text-main);font-weight:800}.cmdb-global-topology-limit,.cmdb-global-topology-empty-canvas{min-height:16rem}.cmdb-global-topology-warning-icon{color:var(--warning-text)}.cmdb-rack-shell{min-width:0}.cmdb-rack-title{font-size:1.25rem;line-height:1.25}.cmdb-rack-layout{display:grid;grid-template-columns:minmax(16rem,20rem) minmax(26rem,1fr) minmax(21rem,26rem);gap:1rem;align-items:start;min-width:0}.cmdb-rack-layout-sidebar,.cmdb-rack-layout-details,.cmdb-rack-layout-main{min-width:0}.cmdb-rack-layout-sidebar,.cmdb-rack-layout-details{display:flex;flex-direction:column;gap:1rem;position:static;overflow:visible}.cmdb-rack-layout-main{display:flex;flex-direction:column;gap:1rem}.cmdb-rack-summary-card,.cmdb-rack-list-card,.cmdb-rack-form-card,.cmdb-rack-detail-panel,.cmdb-rack-assignment-form-card,.cmdb-rack-assignment-list-card{min-width:0}.cmdb-rack-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:0;margin-bottom:1rem}.cmdb-rack-section-header--top{align-items:flex-start}.cmdb-rack-section-header>div{min-width:0}.cmdb-rack-section-header h2,.cmdb-rack-section-header p{overflow-wrap:anywhere}.cmdb-rack-status-message{margin:.75rem 0;color:var(--primary);font-weight:700}.cmdb-rack-list,.cmdb-rack-assignment-list,.cmdb-rack-form{display:flex;flex-direction:column;gap:.6rem;min-width:0}.cmdb-rack-list-item{width:100%;min-width:0;padding:.85rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);cursor:pointer;text-align:left;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.cmdb-rack-list-item:hover{border-color:var(--border-strong);background:var(--cmdb-surface-muted)}.cmdb-rack-list-item--active,.cmdb-rack-list-item[aria-pressed=true]{border-color:var(--primary);background:var(--selection-bg);color:var(--selection-text);box-shadow:0 0 0 1px var(--primary)}.cmdb-rack-list-item:focus-visible,.cmdb-rack-assignment:focus-visible,.cmdb-rack-assignment-row-title:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-rack-list-item-head,.cmdb-rack-assignment-row-head,.cmdb-rack-assignment-row-footer,.cmdb-rack-summary-actions,.cmdb-rack-view-actions,.cmdb-rack-form-actions{display:flex;align-items:center;gap:.5rem;min-width:0}.cmdb-rack-list-item-head,.cmdb-rack-assignment-row-head,.cmdb-rack-assignment-row-footer{justify-content:space-between}.cmdb-rack-summary-actions,.cmdb-rack-view-actions,.cmdb-rack-form-actions{flex-wrap:wrap;justify-content:flex-end}.cmdb-rack-list-item-meta,.cmdb-rack-assignment-row-meta,.cmdb-rack-selected-note{display:block;min-width:0;color:var(--text-muted);font-size:.84rem;line-height:1.35;overflow-wrap:anywhere}.cmdb-rack-list-item-meta{margin-top:.25rem}.cmdb-rack-list-item-meta--small{font-size:.8rem}.cmdb-rack-field{display:flex;flex-direction:column;gap:.35rem;min-width:0;color:var(--text-main);font-weight:700}.cmdb-rack-field--wide{grid-column:1 / -1}.cmdb-rack-control{width:100%;min-height:2.35rem;border-color:var(--border);border-radius:.5rem;background:var(--bg-input);color:var(--text-main)}.cmdb-rack-textarea{min-height:4.5rem;resize:vertical}.cmdb-rack-form-actions{justify-content:flex-end}.cmdb-rack-form-submit{flex:1 1 auto}.cmdb-rack-assignment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;align-items:start}.cmdb-rack-utilization{margin-top:1rem}.cmdb-rack-utilization-track{height:.55rem;border-radius:999px;background:var(--cmdb-rack-utilization-track);overflow:hidden}.cmdb-rack-utilization-fill{height:100%;border-radius:inherit;transition:width .18s ease,background-color .18s ease}.cmdb-rack-utilization-fill--normal{background:var(--primary)}.cmdb-rack-utilization-fill--danger{background:var(--danger-text)}.cmdb-rack-view-card{display:flex;flex-direction:column;min-height:35rem}.cmdb-rack-side-filter{flex:0 1 auto}.cmdb-rack-warning{margin:0 0 .75rem;padding:.65rem .8rem;border:1px solid var(--warning-border);border-radius:.5rem;background:var(--warning-bg);color:var(--warning-text);font-weight:700;line-height:1.4}.cmdb-rack-scroll-area{flex:0 1 auto;min-height:0;overflow-x:auto;overflow-y:visible;padding-right:.25rem;padding-bottom:.25rem}.cmdb-rack-view{display:grid;grid-template-columns:3.25rem minmax(0,1fr);gap:.75rem;align-items:stretch;min-width:22rem}.cmdb-rack-unit-labels,.cmdb-rack-grid{display:grid;gap:2px}.cmdb-rack-unit-label{display:flex;align-items:center;justify-content:center;min-width:0;border:1px solid var(--border);border-radius:.25rem;background:var(--cmdb-surface-muted);color:var(--text-muted);font-size:.75rem;font-weight:700;line-height:1}.cmdb-rack-grid{position:relative;min-width:0;padding:.35rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-rack-grid-bg)}.cmdb-rack-slot{display:block;min-width:0;min-height:0;padding:0;border:1px dashed var(--cmdb-rack-slot-border);border-radius:.25rem;background:var(--cmdb-rack-slot-bg);color:var(--text-main)}.cmdb-rack-slot--drop-target,.cmdb-rack-slot[aria-selected=true],.cmdb-rack-slot.is-active{border-style:solid;border-color:var(--primary);background:var(--selection-bg);box-shadow:inset 0 0 0 1px var(--primary)}.cmdb-rack-slot--conflict{border-color:var(--danger-border);background:var(--danger-bg)}.cmdb-rack-assignment{--cmdb-rack-assignment-accent: var(--cmdb-rack-side-neutral);position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:.18rem;min-width:0;min-height:0;padding:.35rem .55rem;border:1px solid var(--cmdb-rack-assignment-accent);border-left:.4rem solid var(--cmdb-rack-assignment-accent);border-radius:.45rem;background:var(--cmdb-rack-assignment-bg);color:var(--cmdb-rack-assignment-text);cursor:pointer;overflow:hidden;text-align:left;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.cmdb-rack-assignment--compact{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.45rem;padding:.22rem .45rem}.cmdb-rack-assignment--compact .cmdb-rack-assignment-ip{display:none}.cmdb-rack-assignment--selected{border-color:var(--primary);box-shadow:0 0 0 3px var(--focus-ring)}.cmdb-rack-assignment--dragging{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text);box-shadow:0 0 0 3px var(--warning-border)}.cmdb-rack-assignment--draggable{cursor:grab}.cmdb-rack-assignment--draggable:active{cursor:grabbing}.cmdb-rack-assignment-title,.cmdb-rack-assignment-ip,.cmdb-rack-assignment-meta{min-width:0;overflow:hidden;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.cmdb-rack-assignment-title{font-size:.85rem;font-weight:800}.cmdb-rack-assignment--compact .cmdb-rack-assignment-title{font-size:.78rem}.cmdb-rack-assignment-ip{color:var(--info-text);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;font-weight:800}.cmdb-rack-assignment-meta{color:var(--cmdb-rack-assignment-muted);font-size:.72rem;font-weight:700}.cmdb-rack-assignment--compact .cmdb-rack-assignment-meta{font-size:.68rem}.cmdb-rack-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.85rem}.cmdb-rack-detail-card{min-width:0;padding:.85rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted);color:var(--text-main)}.cmdb-rack-detail-card--wide{grid-column:1 / -1}.cmdb-rack-detail-label{display:block;color:var(--text-muted);font-size:.78rem;line-height:1.35}.cmdb-rack-error{align-items:stretch;min-height:auto;margin-top:.75rem;text-align:left}.cmdb-rack-assignment-row{--cmdb-rack-assignment-accent: var(--cmdb-rack-side-neutral);min-width:0;padding:.7rem;border:1px solid var(--border);border-left:.35rem solid var(--cmdb-rack-assignment-accent);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main)}.cmdb-rack-assignment-row--selected{border-color:var(--primary);background:var(--selection-bg);color:var(--selection-text);box-shadow:0 0 0 1px var(--primary)}.cmdb-rack-assignment-row-title{min-width:0;padding:0;border:0;background:transparent;color:var(--primary);cursor:pointer;font:inherit;font-weight:800;text-align:left;overflow-wrap:anywhere}.cmdb-rack-assignment-row-meta{margin-top:.25rem}.cmdb-rack-assignment-row-footer{margin-top:.5rem}.cmdb-rack-side-chip{display:inline-flex;align-items:center;min-height:1.4rem;padding:.15rem .45rem;border:1px solid var(--border);border-left:.3rem solid var(--cmdb-rack-assignment-accent);border-radius:.45rem;background:var(--cmdb-surface-muted);color:var(--text-main);font-size:.78rem;font-weight:800;line-height:1.2;white-space:nowrap}.cmdb-rack-side--front{--cmdb-rack-assignment-accent: var(--cmdb-rack-side-front)}.cmdb-rack-side--back{--cmdb-rack-assignment-accent: var(--cmdb-rack-side-back)}.cmdb-rack-side--both{--cmdb-rack-assignment-accent: var(--cmdb-rack-side-both)}.cmdb-rack-side--neutral{--cmdb-rack-assignment-accent: var(--cmdb-rack-side-neutral)}@media (max-width: 1280px){.cmdb-rack-layout{grid-template-columns:minmax(15rem,18rem) minmax(0,1fr)}.cmdb-rack-layout-details{grid-column:1 / -1;position:static;max-height:none;overflow:visible}}@media (max-width: 900px){.cmdb-rack-layout{grid-template-columns:minmax(0,1fr)}.cmdb-rack-layout-sidebar,.cmdb-rack-layout-details{position:static;max-height:none;overflow:visible}.cmdb-rack-view-card{height:auto;min-height:28rem}.cmdb-rack-scroll-area{max-height:none}}@media (max-width: 640px){.cmdb-rack-header-actions,.cmdb-rack-section-header,.cmdb-rack-summary-actions,.cmdb-rack-view-actions,.cmdb-rack-form-actions,.cmdb-rack-assignment-row-footer{align-items:stretch;justify-content:flex-start}.cmdb-rack-section-header,.cmdb-rack-assignment-row-footer{flex-direction:column}.cmdb-rack-assignment-form{grid-template-columns:minmax(0,1fr)}.cmdb-rack-field--wide{grid-column:auto}.cmdb-rack-view{grid-template-columns:2.75rem minmax(18rem,1fr);gap:.5rem;min-width:20rem}.cmdb-rack-unit-label{font-size:.68rem}.cmdb-rack-side-filter{width:100%}}.cmdb-services-title{font-size:1.25rem;line-height:1.25}.cmdb-services-metrics{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.cmdb-service-metric-card{gap:.35rem;padding:.8rem}.cmdb-service-metric-card>span{color:var(--text-muted);font-size:.78rem;line-height:1.35}.cmdb-service-metric-card--primary{border-color:var(--info-border)}.cmdb-service-metric-card--success{border-color:var(--success-border)}.cmdb-service-metric-card--danger{border-color:var(--danger-border)}.cmdb-service-metric-card--info{border-color:var(--info-border)}.cmdb-service-metric-card--warning{border-color:var(--warning-border)}.cmdb-service-metric-card--neutral{border-color:var(--border-strong)}.cmdb-services-dashboard{min-width:0;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);box-shadow:var(--cmdb-elevation);overflow:hidden}.cmdb-services-dashboard>*{min-width:0}.cmdb-services-toolbar{margin-bottom:.875rem}.cmdb-services-error{align-items:stretch;min-height:auto;padding:.75rem;text-align:left}.cmdb-services-loading{min-height:8rem}.cmdb-service-form{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted);color:var(--text-main)}.cmdb-service-form-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.cmdb-service-form-header h3{margin:0;font-size:1rem;line-height:1.25}.cmdb-service-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.cmdb-service-form-grid--wide{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.cmdb-service-field{min-width:0}.cmdb-service-field textarea.ui-input{resize:vertical;min-height:5.5rem}.cmdb-service-form-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.cmdb-services-table{min-width:1060px}.cmdb-services-table th:last-child,.cmdb-service-actions-cell{text-align:right}.cmdb-service-row--muted{opacity:.78}.cmdb-service-name-cell{min-width:15rem}.cmdb-service-name{display:inline-flex;max-width:18rem;padding:0;border:0;background:transparent;color:var(--primary);cursor:pointer;font:inherit;font-weight:800;line-height:1.25;text-align:left}.cmdb-service-name:hover{color:var(--primary-dark);text-decoration:underline}.cmdb-service-description{max-width:18rem;margin-top:.25rem;overflow:hidden;color:var(--text-muted);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.cmdb-service-type,.cmdb-service-environment,.cmdb-service-criticality{max-width:9rem;overflow:hidden;text-overflow:ellipsis}.cmdb-service-owner{display:flex;flex-direction:column;gap:.12rem;min-width:0}.cmdb-service-owner strong{max-width:10rem;overflow:hidden;color:var(--text-main);font-size:.84rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.cmdb-service-owner span{color:var(--text-muted);font-size:.72rem;font-weight:700;text-transform:uppercase}.cmdb-service-resource-count{justify-content:center;min-width:3.5rem}.cmdb-service-readonly-note{margin:.8rem 0 0;color:var(--text-muted);font-size:.82rem}.cmdb-service-map{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.cmdb-service-map-metrics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:0}.cmdb-service-map-metric{gap:.35rem;padding:.9rem;border-color:var(--border-strong);background:var(--cmdb-surface)}.cmdb-service-map-metric>span{color:var(--text-muted);font-size:.78rem;line-height:1.35}.cmdb-service-map-metric--primary,.cmdb-service-map-metric--info{border-color:var(--info-border)}.cmdb-service-map-metric--danger{border-color:var(--danger-border)}.cmdb-service-map-metric--danger>small,.cmdb-service-map-metric--danger>strong{color:var(--danger-text)}.cmdb-service-map-metric--warning{border-color:var(--warning-border)}.cmdb-service-map-metric--warning>small,.cmdb-service-map-metric--warning>strong{color:var(--warning-text)}.cmdb-service-map-filters,.cmdb-service-map-risks,.cmdb-service-map-list{min-width:0;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);box-shadow:var(--cmdb-elevation)}.cmdb-service-map-filters{display:flex;flex-direction:column;gap:1rem}.cmdb-service-map-filters svg,.cmdb-service-map-risks svg,.cmdb-service-map-list svg{color:var(--text-muted)}.cmdb-service-map-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.cmdb-service-map-search{min-width:0;flex:1 1 auto}.cmdb-service-map-limit{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid var(--warning-border);border-radius:.5rem;background:var(--warning-bg);color:var(--warning-text)}.cmdb-service-map-layout{display:flex;align-items:flex-start;gap:1rem;min-width:0}.cmdb-service-map-list{flex:1 1 auto}.cmdb-impact-panel-shell{flex:0 0 40%;width:40%;height:auto;position:static;overflow:visible;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface);color:var(--text-main);box-shadow:var(--cmdb-elevation)}.cmdb-impact-panel{display:flex;flex-direction:column;gap:1rem;height:auto;padding:1rem;overflow-y:visible;background:var(--cmdb-surface);color:var(--text-main)}.cmdb-impact-panel-header,.cmdb-impact-summary-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.cmdb-impact-panel-header{align-items:center;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.cmdb-impact-panel-header h2,.cmdb-impact-summary-header h3,.cmdb-impact-panel-body h3,.cmdb-impact-detail-card h5,.cmdb-impact-section h4{margin:0;color:var(--text-main);line-height:1.25}.cmdb-impact-panel-header h2{font-size:1.1rem}.cmdb-impact-summary,.cmdb-impact-detail-card,.cmdb-impact-relation{padding:.9rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted);color:var(--text-main)}.cmdb-impact-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.85rem;font-size:.82rem}.cmdb-impact-facts span:first-child{display:block;margin-bottom:.15rem;color:var(--text-muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.cmdb-impact-facts strong,.cmdb-impact-facts em{color:var(--text-main)}.cmdb-impact-facts em,.cmdb-impact-empty{color:var(--text-muted);font-style:italic}.cmdb-impact-critical{color:var(--danger-text)}.cmdb-impact-section{display:flex;flex-direction:column;gap:.55rem}.cmdb-impact-section h4{display:flex;align-items:center;gap:.45rem;font-size:.9rem}.cmdb-impact-section h4 svg,.cmdb-impact-relation-title svg{color:var(--primary)}.cmdb-impact-relation-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.cmdb-impact-relation-meta{display:flex;flex-wrap:wrap;gap:.7rem;color:var(--text-muted);font-size:.78rem}.cmdb-impact-empty{padding:.65rem .75rem;border:1px dashed var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted);font-size:.82rem}.cmdb-impact-panel-body{display:flex;flex-direction:column;gap:.8rem;padding-top:1rem;border-top:1px solid var(--border)}.cmdb-impact-detail-stack{display:flex;flex-direction:column;gap:.8rem}.cmdb-impact-detail-card{background:var(--cmdb-surface)}.cmdb-impact-detail-card ul{margin:0;padding-left:1.15rem;color:var(--text-main);font-size:.82rem}.cmdb-service-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.cmdb-service-inline-form{display:flex;flex-direction:column;gap:.85rem;margin-bottom:.9rem;padding:.9rem;border:1px solid var(--border);border-radius:.5rem;background:var(--cmdb-surface-muted);color:var(--text-main)}.cmdb-service-inline-form input:not([type=checkbox]),.cmdb-service-inline-form select,.cmdb-service-inline-form textarea{background-color:var(--bg-input);color:var(--text-main);border-color:var(--border)}.cmdb-service-inline-form input::placeholder,.cmdb-service-inline-form textarea::placeholder{color:var(--text-muted)}.cmdb-service-inline-form input:focus-visible,.cmdb-service-inline-form select:focus-visible,.cmdb-service-inline-form textarea:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-service-inline-form input:disabled,.cmdb-service-inline-form select:disabled,.cmdb-service-inline-form textarea:disabled{background-color:var(--button-disabled-bg);color:var(--button-disabled-text);border-style:dashed}.cmdb-service-table-wrap{margin-top:.5rem}.cmdb-service-table{width:100%;border-collapse:collapse;color:var(--text-main)}.cmdb-service-table th,.cmdb-service-table td{padding:.65rem;border-bottom:1px solid var(--border);vertical-align:top}.cmdb-service-table th{background:var(--cmdb-surface-muted);color:var(--text-muted);font-size:.78rem;font-weight:800;text-align:left}.cmdb-service-table tbody tr:last-child td{border-bottom:0}.cmdb-service-endpoint-address{display:inline-block;max-width:24rem;overflow-wrap:anywhere;color:var(--text-main);font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem;font-weight:700}.cmdb-service-muted{color:var(--text-muted)}.cmdb-service-primary-chip{margin-left:.5rem}.cmdb-service-dependency-meta{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;color:var(--text-muted);font-size:.75rem}.cmdb-service-row-actions{justify-content:flex-end}.cmdb-service-link-button{display:inline-flex;align-items:center;max-width:100%;padding:0;border:0;background:transparent;color:var(--primary);font:inherit;font-weight:800;line-height:1.25;text-align:left;cursor:pointer;overflow-wrap:anywhere}.cmdb-service-link-button:hover,.cmdb-service-link-button:focus-visible{color:var(--accent-hover)}.cmdb-service-link-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-service-resource-name{display:block;color:var(--text-main);font-weight:800;line-height:1.25;overflow-wrap:anywhere}.cmdb-service-resource-meta{display:block;margin-top:.2rem;color:var(--text-muted);font-size:.75rem;line-height:1.35}.cmdb-profile-shell{max-width:1400px;margin:0 auto;padding:1.25rem;color:var(--text-main);font-family:var(--font-family)}.cmdb-profile-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;color:var(--text-muted);font-size:.88rem;line-height:1.35}.cmdb-profile-breadcrumb strong{color:var(--text-main)}.cmdb-profile-back-button{display:inline-flex;align-items:center;gap:.4rem;padding:0;border:0;background:transparent;color:var(--primary);font:inherit;font-weight:800;cursor:pointer}.cmdb-profile-back-button:hover,.cmdb-profile-back-button:focus-visible{color:var(--accent-hover)}.cmdb-profile-back-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-profile-alert{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding:.75rem;border:1px solid var(--danger-border);border-radius:.5rem;background:var(--danger-bg);color:var(--danger-text)}.cmdb-profile-alert-retry{flex:0 0 auto;padding:.38rem .65rem;border:1px solid var(--danger-border);border-radius:.45rem;background:var(--bg-card);color:var(--danger-text);font-weight:800;cursor:pointer}.cmdb-profile-card{border:1px solid var(--border);border-radius:.65rem;background:var(--bg-card);color:var(--text-main);box-shadow:var(--shadow-sm)}.cmdb-profile-card--flat{box-shadow:none}.cmdb-profile-hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(20rem,.7fr);gap:1.25rem;margin-bottom:1.5rem}.cmdb-profile-hero{min-width:0}.cmdb-profile-hero-layout{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;min-width:0}.cmdb-profile-hero-main{display:flex;align-items:flex-start;gap:1.1rem;min-width:0}.cmdb-profile-hero-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 4.5rem;width:4.5rem;height:4.5rem;border:1px solid var(--info-border);border-radius:.85rem;background:var(--info-bg);color:var(--info-text)}.cmdb-profile-title{margin:0 0 .5rem;color:var(--text-main);font-size:1.75rem;line-height:1.15;letter-spacing:0;overflow-wrap:anywhere}.cmdb-profile-badge-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.cmdb-profile-badge{min-height:1.45rem;font-size:.75rem;font-weight:800}.cmdb-profile-description{max-width:54rem;margin:.75rem 0 0;color:var(--text-muted);line-height:1.45}.cmdb-profile-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.5rem}.cmdb-profile-action-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.25rem;padding:.45rem .7rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);color:var(--text-main);font:inherit;font-size:.84rem;font-weight:800;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.cmdb-profile-action-button--primary{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.cmdb-profile-action-button--danger{border-color:var(--border);background:var(--bg-card);color:var(--text-main)}.cmdb-profile-action-button:hover:not(:disabled),.cmdb-profile-action-button:focus-visible{transform:translateY(-1px);border-color:var(--border-strong);background:var(--bg-muted);box-shadow:0 .35rem .8rem color-mix(in srgb,var(--text-main) 10%,transparent)}.cmdb-profile-action-button--danger:hover:not(:disabled),.cmdb-profile-action-button--danger:focus-visible{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-profile-action-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.cmdb-profile-action-button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.cmdb-profile-form{margin-bottom:1.5rem}.cmdb-profile-form-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.cmdb-profile-form-header h2{margin:0;color:var(--text-main);font-size:1.1rem;line-height:1.25}.cmdb-profile-tabs-card{overflow:hidden;border:1px solid var(--border);border-radius:.75rem;background:var(--bg-card);color:var(--text-main);box-shadow:var(--shadow-sm)}.cmdb-profile-tabs{display:flex;overflow-x:auto;border-bottom:1px solid var(--border);background:var(--bg-muted)}.cmdb-profile-tab{flex:0 0 auto;padding:.9rem 1.35rem;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--text-muted);font:inherit;font-size:.9rem;font-weight:750;cursor:pointer}.cmdb-profile-tab:hover,.cmdb-profile-tab:focus-visible{color:var(--text-main);background:color-mix(in srgb,var(--bg-card) 55%,transparent)}.cmdb-profile-tab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.cmdb-profile-tab[aria-selected=true],.cmdb-profile-tab.is-active{border-bottom-color:var(--primary);background:var(--bg-card);color:var(--primary)}.cmdb-profile-tab-panel{padding:1.5rem}.cmdb-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18.75rem,1fr));gap:1rem}.cmdb-profile-card-title{margin:0 0 .75rem;color:var(--text-main);font-size:1rem;line-height:1.25}.cmdb-profile-card-heading{display:block;color:var(--text-main);font-size:1rem;line-height:1.25;overflow-wrap:anywhere}.cmdb-profile-muted-line{display:block;margin-top:.25rem;color:var(--text-muted);font-size:.82rem;line-height:1.35}.cmdb-profile-link-button{margin-top:.75rem}.cmdb-profile-detail-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px dashed var(--border)}.cmdb-profile-detail-row:last-child{border-bottom:0}.cmdb-profile-detail-row span{color:var(--text-muted);font-size:.82rem}.cmdb-profile-detail-row strong{color:var(--text-main);font-size:.88rem;font-weight:700;text-align:right;overflow-wrap:anywhere}.cmdb-profile-empty-card{padding:.9rem;border:1px dashed var(--border);border-radius:.5rem;background:var(--bg-muted);color:var(--text-muted)}.cmdb-profile-copy{margin:0 0 .75rem;color:var(--text-main);line-height:1.45;overflow-wrap:anywhere}.cmdb-profile-copy--muted{margin-bottom:0;color:var(--text-muted);white-space:pre-wrap}.cmdb-profile-readonly-note{margin-top:.75rem;color:var(--text-muted);font-size:.82rem}.cmdb-process-context{display:flex;flex-direction:column;gap:1rem}.cmdb-process-state{padding:1rem;color:var(--text-muted)}.cmdb-process-section{display:flex;flex-direction:column;gap:.9rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card)}.cmdb-process-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cmdb-process-section-header h3{margin:0;color:var(--text-main);font-size:1rem;line-height:1.25}.cmdb-process-section-header svg{flex:0 0 auto;color:var(--text-muted)}.cmdb-process-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.8rem}.cmdb-process-form-grid label,.cmdb-process-inline-form label{display:flex;flex-direction:column;gap:.35rem;min-width:0}.cmdb-process-form-grid span{color:var(--text-main);font-size:.82rem;font-weight:700}.cmdb-process-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.cmdb-process-inline-form{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(160px,.8fr) minmax(180px,1fr) minmax(180px,1fr) auto;gap:.65rem;align-items:start}.cmdb-process-inline-form--manual{grid-template-columns:minmax(90px,.45fr) minmax(170px,1fr) minmax(160px,.8fr) minmax(170px,1fr) minmax(140px,.7fr) auto}.cmdb-process-inline-form--service-access{grid-template-columns:minmax(220px,1.2fr) minmax(140px,.6fr) minmax(140px,.6fr) minmax(130px,.45fr) minmax(220px,1.1fr) auto}.cmdb-service-access-checkbox{align-self:end;min-height:2.35rem;justify-content:center}.cmdb-service-access-checkbox input{width:auto;margin:0}.cmdb-service-access-revoke-button{min-height:2rem;white-space:nowrap}.cmdb-service-access-history-summary{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.cmdb-service-access-history-table{min-width:1040px}.cmdb-service-access-history-row--past{opacity:.82}.cmdb-process-table-wrap{overflow-x:auto}.cmdb-process-table td,.cmdb-process-table th{vertical-align:top}.cmdb-process-table td{overflow-wrap:anywhere}@media (max-width: 900px){.cmdb-detail-layout,.cmdb-profile-hero-grid{grid-template-columns:minmax(0,1fr)}.cmdb-profile-hero-layout,.cmdb-profile-form-header{align-items:flex-start;flex-direction:column}.cmdb-devices-layout,.cmdb-service-map-layout{flex-direction:column}.cmdb-service-map-list,.cmdb-impact-panel-shell{width:100%!important}.cmdb-impact-panel-shell{position:static;height:auto;max-height:none}.cmdb-devices-list-card,.cmdb-devices-list-card--compressed,.cmdb-devices-side-panel{width:100%;flex:1 1 auto;max-height:none}.cmdb-header{flex-wrap:wrap}.cmdb-header-actions{align-items:stretch}.cmdb-header-actions,.cmdb-toolbar,.cmdb-tabs,.cmdb-segmented,.cmdb-segmented-tabs{justify-content:flex-start}.cmdb-process-inline-form,.cmdb-process-inline-form--manual,.cmdb-process-inline-form--service-access{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 640px){.cmdb-header{flex-direction:column;padding:.85rem}.cmdb-header-actions{width:100%}.cmdb-toolbar--search,.cmdb-search,.cmdb-toolbar-search,.cmdb-toolbar-filters{flex:1 1 100%;width:100%;min-width:0}.cmdb-table-footer{flex-direction:column;align-items:stretch}.cmdb-pagination,.cmdb-pagination-controls{justify-content:flex-start;flex-wrap:wrap}.cmdb-toolbar-select{max-width:none}.cmdb-tab{justify-content:flex-start}.cmdb-metric-grid,.cmdb-side-fact-grid{grid-template-columns:minmax(0,1fr)}.cmdb-devices-list-card,.cmdb-devices-side-panel,.cmdb-service-form,.cmdb-services-dashboard{padding:.85rem}.cmdb-service-form-actions{justify-content:stretch}.cmdb-service-form-actions>*{flex:1 1 auto}.cmdb-service-section-header,.cmdb-impact-summary-header,.cmdb-process-section-header{flex-direction:column;align-items:stretch}.cmdb-impact-facts{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion: reduce){.cmdb-tab,.cmdb-action-button,.cmdb-action-button:after,.cmdb-search,.cmdb-pagination-button,.cmdb-devices-list-card,.cmdb-shell .ui-button,.cmdb-shell .ui-button-icon,.cmdb-metric-card,.cmdb-network-grid *,.cmdb-topology-canvas *,.cmdb-rack-slot,.cmdb-rack-assignment,.cmdb-rack-list-item,.cmdb-rack-assignment-row,.cmdb-rack-utilization-fill,.cmdb-service-name,.cmdb-services-dashboard *{transition-duration:.01ms!important;animation:none!important;scroll-behavior:auto!important}.cmdb-topology-canvas animate{display:none}}.knowledge-base-page,.knowledge-base-detail-view{display:flex;flex-direction:column;gap:1.25rem;min-width:0;color:var(--text-main)}.knowledge-base-header{align-items:center}.knowledge-base-hero{gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card)}.knowledge-base-hero-copy{display:flex;flex-direction:column;gap:.35rem}.knowledge-base-eyebrow{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;color:var(--primary);font-size:.82rem;font-weight:700}.knowledge-base-count{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted);color:var(--text-main);white-space:nowrap}.knowledge-base-count svg{color:var(--primary)}.knowledge-base-count span{color:var(--text-muted);font-size:.82rem}.knowledge-base-count--hero{align-self:center}.knowledge-base-controls{display:grid;grid-template-columns:minmax(280px,1.4fr) minmax(180px,.7fr) minmax(160px,.65fr) auto;gap:.85rem;align-items:end;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card)}.knowledge-base-search-panel{box-shadow:var(--shadow-sm)}.knowledge-base-controls label,.knowledge-base-search label{display:flex;flex-direction:column;gap:.4rem;color:var(--text-main);font-size:.82rem;font-weight:700}.knowledge-base-search{display:flex;flex-direction:column;gap:.35rem;min-width:0}.knowledge-base-search-input{position:relative;display:flex;align-items:center}.knowledge-base-search-input>svg{position:absolute;left:.65rem;color:var(--text-muted);pointer-events:none}.knowledge-base-search-input .ui-input{padding-left:2.2rem;padding-right:2.1rem}.knowledge-base-search-input .ui-button-icon{position:absolute;right:.45rem}.knowledge-base-search p,.knowledge-base-muted{margin:0;color:var(--text-muted);font-size:.82rem;line-height:1.4}.knowledge-base-spotlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.knowledge-base-spotlight-panel,.knowledge-base-results,.knowledge-base-detail{display:flex;flex-direction:column;gap:.85rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card)}.knowledge-base-panel-title,.knowledge-base-results-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.knowledge-base-panel-title{justify-content:flex-start;align-items:center}.knowledge-base-panel-title svg{color:var(--primary)}.knowledge-base-panel-title h3,.knowledge-base-results-header h3,.knowledge-base-detail-header h2{margin:0;color:var(--text-main)}.knowledge-base-results-header p,.knowledge-base-detail-header p{margin:.25rem 0 0;color:var(--text-muted);line-height:1.5}.knowledge-base-spotlight-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;width:100%;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted);color:var(--text-main);text-align:left;cursor:pointer}.knowledge-base-spotlight-item:hover,.knowledge-base-card-button:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.knowledge-base-spotlight-item:focus-visible,.knowledge-base-card-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.knowledge-base-spotlight-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:var(--bg-card);color:var(--primary);border:1px solid var(--border)}.knowledge-base-spotlight-item strong,.knowledge-base-spotlight-item small{display:block;min-width:0}.knowledge-base-spotlight-item strong{color:var(--text-main);font-size:.92rem;line-height:1.35}.knowledge-base-spotlight-item small{margin-top:.2rem;color:var(--text-muted)}.knowledge-base-mini-empty{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;align-items:flex-start;padding:.85rem;border:1px dashed var(--border);border-radius:.5rem;background:var(--bg-muted);color:var(--text-main)}.knowledge-base-mini-empty>svg{color:var(--text-muted)}.knowledge-base-mini-empty strong,.knowledge-base-mini-empty small{display:block}.knowledge-base-mini-empty small{margin-top:.2rem;color:var(--text-muted);line-height:1.45}.knowledge-base-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.knowledge-base-card{min-width:0}.knowledge-base-card-button{display:flex;flex-direction:column;gap:.65rem;width:100%;height:100%;min-height:12rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);color:var(--text-main);text-align:left;cursor:pointer}.knowledge-base-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}.knowledge-base-card-top svg[aria-label]{flex:0 0 auto;color:var(--warning-text)}.knowledge-base-category-badge{display:inline-flex;align-items:center;gap:.3rem;width:fit-content;max-width:100%;padding:.25rem .45rem;border:1px solid var(--border);border-radius:.4rem;background:var(--bg-muted);color:var(--primary);font-size:.76rem;font-weight:700}.knowledge-base-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;color:var(--text-main);font-weight:700;line-height:1.35}.knowledge-base-summary{color:var(--text-muted);font-size:.9rem;line-height:1.5}.knowledge-base-meta,.knowledge-base-tags,.knowledge-base-pagination,.knowledge-base-alert-copy{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.knowledge-base-meta{color:var(--text-muted);font-size:.78rem}.knowledge-base-meta span{display:inline-flex;align-items:center;gap:.25rem}.knowledge-base-pagination{justify-content:flex-end;padding-top:.25rem}.knowledge-base-pagination span{color:var(--text-muted);font-weight:700}.knowledge-base-alert{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--danger-border);border-radius:.5rem;background:var(--danger-bg);color:var(--danger-text)}.knowledge-base-alert-copy{align-items:flex-start}.knowledge-base-alert-copy strong,.knowledge-base-alert-copy p{margin:0}.knowledge-base-alert-copy p{margin-top:.2rem;line-height:1.45}.knowledge-base-detail{gap:1.2rem}.knowledge-base-detail-header{display:flex;flex-direction:column;gap:.7rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.knowledge-base-detail-kicker{display:inline-flex;align-items:center;gap:.4rem;color:var(--primary);font-size:.82rem;font-weight:700}.knowledge-base-detail-content{color:var(--text-main);line-height:1.65}.knowledge-base-detail-content :where(h1,h2,h3){color:var(--text-main)}.knowledge-base-detail-content :where(a){color:var(--primary)}@media (max-width: 1180px){.knowledge-base-controls,.knowledge-base-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-base-search{grid-column:1 / -1}}@media (max-width: 760px){.knowledge-base-header,.knowledge-base-results-header,.knowledge-base-alert{flex-direction:column;align-items:stretch}.knowledge-base-controls,.knowledge-base-spotlight-grid,.knowledge-base-card-grid{grid-template-columns:1fr}.knowledge-base-count,.knowledge-base-pagination{justify-content:center}}.helpdesk-operator-shell{display:flex;flex-direction:column;gap:1rem;min-height:0}.helpdesk-operator-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.helpdesk-operator-header h2{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--text-main);font-size:1.35rem;line-height:1.2}.helpdesk-operator-header h2 svg{color:var(--primary)}.helpdesk-new-ticket-button{gap:.5rem;min-height:2.25rem;white-space:nowrap}.helpdesk-ticket-board{display:flex;flex-direction:column;gap:.7rem;min-height:0;padding:.9rem}.helpdesk-ticket-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem}.helpdesk-ticket-summary-card{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:2.35rem;padding:.4rem .6rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle)}.helpdesk-ticket-summary-card span{color:var(--text-muted);font-size:.76rem;font-weight:700}.helpdesk-ticket-summary-card strong{color:var(--text-main);font-size:.96rem;font-variant-numeric:tabular-nums}.helpdesk-ticket-toolbar,.helpdesk-ticket-filter-group{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.helpdesk-ticket-toolbar{justify-content:space-between;padding:.55rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle)}.helpdesk-ticket-filter{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.82rem;font-weight:700}.helpdesk-ticket-select{width:auto;min-width:12rem;min-height:2.15rem;padding:.38rem .6rem;color:var(--text-main);background:var(--bg-card)}.helpdesk-ticket-select option{color:var(--text-main);background:var(--bg-card)}.helpdesk-ticket-clear-filters{min-height:2.15rem;margin-left:auto;white-space:nowrap}.helpdesk-ticket-result-count{color:var(--text-muted);font-size:.8rem;font-weight:600}.helpdesk-ticket-table-wrap{width:100%;overflow-x:auto}.helpdesk-ticket-table th,.helpdesk-ticket-table td{padding:.52rem .65rem;vertical-align:middle}.helpdesk-ticket-row{cursor:pointer;transition:background .16s ease,box-shadow .16s ease}.helpdesk-ticket-row:hover td,.helpdesk-ticket-row--expanded td{background:var(--bg-subtle)}.helpdesk-ticket-row--expanded td:first-child{box-shadow:inset 3px 0 0 var(--primary)}.helpdesk-ticket-row:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.helpdesk-ticket-id,.helpdesk-ticket-date,.helpdesk-ticket-muted{color:var(--text-muted);font-size:.8rem}.helpdesk-ticket-id,.helpdesk-ticket-title,.helpdesk-ticket-assignee{font-weight:700}.helpdesk-ticket-title,.helpdesk-ticket-assignee{color:var(--text-main)}.helpdesk-ticket-asset{display:inline-flex;align-items:center;gap:.3rem;color:var(--text-main);font-size:.82rem}.helpdesk-ticket-asset svg{color:var(--text-muted)}.helpdesk-ticket-badge{display:inline-flex;align-items:center;min-height:1.32rem;padding:.16rem .45rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-muted);color:var(--text-main);font-size:.68rem;font-weight:700;letter-spacing:0;line-height:1;white-space:nowrap}.helpdesk-ticket-badge--status.helpdesk-ticket-badge--new{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.helpdesk-ticket-badge--priority.helpdesk-ticket-badge--critical,.helpdesk-ticket-badge--priority.helpdesk-ticket-badge--urgent{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.helpdesk-ticket-badge--status.helpdesk-ticket-badge--in-progress,.helpdesk-ticket-badge--priority.helpdesk-ticket-badge--normal{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.helpdesk-ticket-badge--status.helpdesk-ticket-badge--waiting,.helpdesk-ticket-badge--priority.helpdesk-ticket-badge--high{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.helpdesk-ticket-badge--status.helpdesk-ticket-badge--resolved{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.helpdesk-ticket-badge--priority.helpdesk-ticket-badge--low{border-color:var(--border-strong);background:var(--bg-muted);color:var(--text-muted)}.helpdesk-ticket-sla{display:inline-flex;align-items:center;min-height:1.32rem;padding:.16rem .45rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-muted);color:var(--text-muted);font-size:.68rem;font-weight:700;line-height:1;white-space:nowrap}.helpdesk-ticket-sla--ok,.helpdesk-ticket-sla--resolved{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.helpdesk-ticket-sla--warning{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.helpdesk-ticket-sla--breached{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.helpdesk-ticket-detail-row td,.helpdesk-ticket-detail-cell{background:var(--bg-subtle)}.helpdesk-ticket-detail-cell{padding:.75rem .85rem .95rem;border-bottom:1px solid var(--border)}.helpdesk-ticket-detail-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:.75rem;align-items:start}.helpdesk-ticket-detail-grid--operator{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr) minmax(260px,.8fr)}.helpdesk-ticket-detail-card,.helpdesk-ticket-service-panel{min-width:0;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card)}.helpdesk-ticket-detail-heading,.helpdesk-ticket-service-header h4{display:flex;align-items:center;gap:.45rem;margin:0 0 .5rem;color:var(--text-main);font-size:.9rem;font-weight:700}.helpdesk-ticket-description{margin:0;color:var(--text-main);font-size:.88rem;line-height:1.55;white-space:pre-wrap}.helpdesk-ticket-attachment{display:flex;flex-direction:column;gap:.75rem;margin-top:.8rem;padding:.7rem;border:1px dashed var(--border-strong);border-radius:var(--radius-md);background:var(--bg-muted)}.helpdesk-ticket-attachment-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.helpdesk-ticket-attachment-header span,.helpdesk-ticket-detail-action{display:inline-flex;align-items:center;gap:.35rem}.helpdesk-ticket-attachment-header span{min-width:0;color:var(--text-muted);font-size:.82rem}.helpdesk-ticket-detail-action{min-height:1.9rem;padding:.25rem .65rem;font-size:.78rem;white-space:nowrap}.helpdesk-ticket-attachment-preview{display:flex;justify-content:center;padding:.5rem;border-radius:var(--radius-sm);background:var(--bg-subtle)}.helpdesk-ticket-comments-list{display:flex;flex-direction:column;gap:.45rem}.helpdesk-ticket-comment-empty{margin:0;color:var(--text-muted);font-size:.84rem;font-style:italic}.helpdesk-ticket-comment{padding:.65rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle)}.helpdesk-ticket-comment--service{border-color:var(--info-border);background:var(--info-bg)}.helpdesk-ticket-comment-meta{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.25rem}.helpdesk-ticket-comment-meta strong{color:var(--text-main);font-size:.82rem}.helpdesk-ticket-comment--service .helpdesk-ticket-comment-meta strong{color:var(--info-text)}.helpdesk-ticket-comment-meta span{color:var(--text-muted);font-size:.72rem;white-space:nowrap}.helpdesk-ticket-comment p{margin:0;color:var(--text-main);font-size:.86rem;line-height:1.45}.helpdesk-ticket-comment-form{display:flex;gap:.5rem;margin-top:.65rem}.helpdesk-ticket-service-panel{background:var(--bg-subtle)}.helpdesk-ticket-service-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.7rem}.helpdesk-ticket-service-header h4{margin-bottom:.2rem}.helpdesk-ticket-service-header p{margin:0;color:var(--text-muted);font-size:.78rem;line-height:1.4}.helpdesk-ticket-service-assignment{display:flex;flex-shrink:0}.helpdesk-ticket-service-action,.helpdesk-ticket-status-action{min-height:1.9rem;padding:.28rem .62rem;border-radius:999px;font-size:.76rem;font-weight:700;line-height:1}.helpdesk-ticket-service-action--assign{border-color:var(--info-border);color:var(--info-text);background:var(--bg-card)}.helpdesk-ticket-service-action--release{border-color:var(--border-strong);color:var(--text-muted);background:var(--bg-card)}.helpdesk-ticket-service-actions{display:flex;flex-wrap:wrap;gap:.45rem}.helpdesk-ticket-status-action{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--border)}.helpdesk-ticket-status-action--in-progress{border-color:var(--info-border);color:var(--info-text);background:var(--info-bg)}.helpdesk-ticket-status-action--waiting{border-color:var(--warning-border);color:var(--warning-text);background:var(--warning-bg)}.helpdesk-ticket-status-action--resolved{border-color:var(--success-border);color:var(--success-text);background:var(--success-bg)}.helpdesk-ticket-service-action:hover,.helpdesk-ticket-status-action:hover{border-color:var(--primary);color:var(--primary);background:var(--selection-bg)}.helpdesk-ticket-service-action:focus-visible,.helpdesk-ticket-status-action:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.helpdesk-ticket-empty-state{display:grid;justify-items:center;gap:.35rem;padding:2rem 1rem;color:var(--text-muted);text-align:center}.helpdesk-ticket-empty-state strong{color:var(--text-main)}.helpdesk-ticket-assignee-select{width:100%;border-color:var(--danger-border);background:var(--danger-bg);color:var(--text-main)}@media (max-width: 980px){.helpdesk-ticket-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.helpdesk-ticket-detail-grid,.helpdesk-ticket-detail-grid--operator{grid-template-columns:minmax(0,1fr)}}@media (max-width: 640px){.helpdesk-operator-header,.helpdesk-ticket-toolbar,.helpdesk-ticket-filter-group{align-items:stretch;flex-direction:column}.helpdesk-new-ticket-button,.helpdesk-ticket-clear-filters,.helpdesk-ticket-filter,.helpdesk-ticket-select{width:100%}.helpdesk-ticket-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.helpdesk-ticket-attachment-header,.helpdesk-ticket-comment-form,.helpdesk-ticket-service-header{align-items:stretch;flex-direction:column}.helpdesk-ticket-service-assignment,.helpdesk-ticket-service-action,.helpdesk-ticket-status-action{width:100%}}.helpdesk-ticket-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-start;justify-content:center;padding:clamp(.75rem,2vw,1.25rem);overflow-y:auto;overscroll-behavior:contain;background:#00000080}.helpdesk-ticket-modal{width:min(1180px,calc(100vw - 2rem));max-height:none;margin:0 auto;overflow:visible;padding:1.25rem;border-radius:var(--radius-lg)}.helpdesk-ticket-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.9rem;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.helpdesk-ticket-modal-header h3{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--text-main);font-size:1.16rem}.helpdesk-ticket-modal-header p{margin:.35rem 0 0;color:var(--text-muted);font-size:.9rem;line-height:1.5}.helpdesk-ticket-modal-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,.9fr);gap:1.5rem;align-items:start}.helpdesk-ticket-form,.helpdesk-kb-panel-body{display:flex;flex-direction:column;gap:.75rem;min-width:0}.helpdesk-ticket-section{padding:.8rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle)}.helpdesk-ticket-section--assignee{border-left:3px solid var(--primary)}.helpdesk-ticket-section-label,.helpdesk-ticket-danger-label{display:block;margin-bottom:.45rem;color:var(--text-main);font-size:.84rem;font-weight:700}.helpdesk-ticket-choice-grid{display:flex;flex-wrap:wrap;gap:.45rem}.helpdesk-ticket-choice-grid--assets{margin-bottom:.75rem}.helpdesk-ticket-choice{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:.45rem;min-height:2.1rem;padding:.42rem .72rem;border:1px solid var(--border-strong);border-radius:999px;background:var(--bg-card);color:var(--text-muted);font:inherit;font-size:.84rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.helpdesk-ticket-choice svg{flex:0 0 auto;color:currentColor}.helpdesk-ticket-choice:hover{border-color:var(--primary);color:var(--text-main);background:var(--bg-muted)}.helpdesk-ticket-choice:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.helpdesk-ticket-choice--selected{border-color:var(--primary);background:var(--selection-bg);color:var(--primary);box-shadow:var(--shadow-sm)}.helpdesk-ticket-choice--priority.helpdesk-ticket-choice--low.helpdesk-ticket-choice--selected{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.helpdesk-ticket-choice--priority.helpdesk-ticket-choice--normal.helpdesk-ticket-choice--selected{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.helpdesk-ticket-choice--priority.helpdesk-ticket-choice--high.helpdesk-ticket-choice--selected{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.helpdesk-ticket-choice--priority.helpdesk-ticket-choice--critical.helpdesk-ticket-choice--selected{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.helpdesk-ticket-empty-note{color:var(--text-muted);font-size:.84rem;line-height:1.4}.helpdesk-ticket-textarea{resize:vertical}.helpdesk-ticket-upload{display:grid;justify-items:center;gap:.4rem;padding:.9rem;border:1px dashed var(--border-strong);border-radius:var(--radius-md);background:var(--bg-muted);text-align:center}.helpdesk-ticket-file-input{max-width:100%;color:var(--text-muted);font-size:.84rem}.helpdesk-ticket-file-input::file-selector-button{margin-right:.65rem;padding:.38rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text-main);font:inherit;font-size:.82rem;cursor:pointer}.helpdesk-ticket-file-input::file-selector-button:hover{border-color:var(--primary);color:var(--primary)}.helpdesk-ticket-upload-selected{margin:0;color:var(--success-text);font-size:.84rem;font-weight:700}.helpdesk-ticket-upload-hint{color:var(--text-muted);font-size:.76rem}.helpdesk-ticket-modal-actions{display:flex;justify-content:flex-end;gap:.65rem;padding-top:.75rem;border-top:1px solid var(--border)}.helpdesk-kb-sidebar{display:flex;flex-direction:column;gap:.85rem;min-width:0;padding:.9rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle)}.helpdesk-kb-sidebar-header h4,.helpdesk-kb-suggestions-title,.helpdesk-kb-card-heading{display:flex;align-items:center;gap:.45rem}.helpdesk-kb-sidebar-header h4{margin:0;color:var(--text-main);font-size:1rem}.helpdesk-kb-sidebar-header h4 svg{color:var(--primary)}.helpdesk-kb-sidebar-header p{margin:.4rem 0 0;color:var(--text-muted);font-size:.88rem;line-height:1.5}.helpdesk-kb-search,.helpdesk-kb-filter{display:flex;flex-direction:column;gap:.4rem;color:var(--text-main);font-size:.82rem;font-weight:700}.helpdesk-kb-search span{position:relative;display:flex;align-items:center}.helpdesk-kb-search svg{position:absolute;left:.65rem;color:var(--text-muted);pointer-events:none}.helpdesk-kb-search .ui-input{padding-left:2.1rem}.helpdesk-kb-state,.helpdesk-kb-inline-state,.helpdesk-kb-inline-alert,.helpdesk-kb-alert{border-radius:.5rem;line-height:1.45}.helpdesk-kb-state,.helpdesk-kb-inline-state{display:flex;align-items:center;gap:.45rem;padding:.75rem;border:1px solid var(--border);background:var(--bg-muted);color:var(--text-muted);font-size:.84rem}.helpdesk-kb-alert,.helpdesk-kb-inline-alert{border:1px solid var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.helpdesk-kb-alert{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem}.helpdesk-kb-alert strong,.helpdesk-kb-alert p{margin:0}.helpdesk-kb-alert p{margin-top:.2rem;font-size:.84rem}.helpdesk-kb-inline-alert{padding:.65rem .75rem;font-size:.84rem}.helpdesk-kb-list,.helpdesk-kb-suggestions{display:flex;flex-direction:column;gap:.55rem}.helpdesk-kb-card,.helpdesk-kb-suggestions{padding:.8rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card)}.helpdesk-kb-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;font:inherit;text-align:left;cursor:pointer}.helpdesk-kb-card:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.helpdesk-kb-card:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.helpdesk-kb-card-heading{justify-content:space-between;align-items:flex-start;color:var(--text-main);font-weight:700;line-height:1.35}.helpdesk-kb-card-heading small{color:var(--text-muted);font-size:.74rem;font-weight:600}.helpdesk-kb-card p{margin:.45rem 0 0;color:var(--text-muted);font-size:.86rem;line-height:1.5}.helpdesk-kb-tags{display:inline-flex;margin-top:.55rem;color:var(--text-muted);font-size:.76rem}.helpdesk-kb-open-all{width:100%}.helpdesk-kb-empty{padding:1.4rem .75rem}.helpdesk-kb-empty h4{margin:.45rem 0 0;color:var(--text-main)}.helpdesk-kb-empty p{max-width:24rem;margin:.35rem 0 .75rem;color:var(--text-muted)}.helpdesk-kb-suggestions{margin-top:.5rem;background:var(--warning-bg);border-color:var(--warning-border)}.helpdesk-kb-suggestions-title{color:var(--warning-text);font-size:.78rem;font-weight:700}.helpdesk-kb-suggestion{display:flex;flex-direction:column;gap:.2rem;width:100%;padding:.55rem .65rem;border:1px solid var(--warning-border);border-radius:.45rem;background:var(--bg-card);color:var(--text-main);text-align:left;cursor:pointer}.helpdesk-kb-suggestion:hover{border-color:var(--primary)}.helpdesk-kb-suggestion:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.helpdesk-kb-suggestion span{font-weight:700}.helpdesk-kb-suggestion small{color:var(--text-muted)}.faq-manager-flag{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:flex-start;padding:.65rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);color:var(--text-main)}.faq-manager-flag input{margin-top:.2rem;accent-color:var(--primary)}@media (max-width: 980px){.helpdesk-ticket-modal-grid{grid-template-columns:minmax(0,1fr)}.helpdesk-kb-sidebar{padding:.85rem}}@media (max-width: 640px){.helpdesk-ticket-modal-backdrop{align-items:flex-start;padding:.5rem}.helpdesk-ticket-modal{width:100%;max-height:none;padding:1rem}.helpdesk-kb-alert{flex-direction:column}.faq-manager-flags{grid-template-columns:1fr}}.faq-manager-page{display:flex;flex-direction:column;gap:1rem}.faq-manager-header,.faq-manager-filters-header,.faq-manager-list-header,.faq-manager-modal-header,.faq-manager-form-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.faq-manager-eyebrow{margin:0 0 .25rem;color:var(--primary);font-size:.78rem;font-weight:700;text-transform:uppercase}.faq-manager-title{display:flex;align-items:center;gap:.55rem;margin:0;color:var(--text-main);font-size:1.45rem}.faq-manager-subtitle,.faq-manager-list-header p,.faq-manager-section-heading p,.faq-manager-helper,.faq-manager-badge-stack small,.faq-manager-archive-box small,.faq-manager-metrics small{color:var(--text-muted)}.faq-manager-subtitle,.faq-manager-list-header p,.faq-manager-section-heading p{margin:.25rem 0 0;line-height:1.5}.faq-manager-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.faq-manager-stat{display:flex;flex-direction:column;gap:.2rem;padding:.9rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);box-shadow:var(--shadow-sm)}.faq-manager-stat span{color:var(--text-muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.faq-manager-stat strong{color:var(--text-main);font-size:1.35rem}.faq-manager-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .9rem;border:1px solid var(--success-border);border-radius:.5rem;background:var(--success-bg);color:var(--success-text);font-weight:600}.faq-manager-banner--danger{border-color:var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.faq-manager-filters,.faq-manager-list{display:flex;flex-direction:column;gap:1rem}.faq-manager-filters-header h3,.faq-manager-list-header h3,.faq-manager-section-heading h4,.faq-manager-modal-header h3{display:flex;align-items:center;gap:.45rem;margin:0;color:var(--text-main)}.faq-manager-filter-grid,.faq-manager-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.faq-manager-field{display:flex;flex-direction:column;gap:.35rem;min-width:0;color:var(--text-main);font-size:.86rem;font-weight:700}.faq-manager-field--wide,.faq-manager-search-field{grid-column:span 2}.faq-manager-search-input{position:relative;display:flex;align-items:center}.faq-manager-search-input svg{position:absolute;left:.65rem;color:var(--text-muted)}.faq-manager-search-input .ui-input{padding-left:2.1rem}.faq-manager-helper{font-size:.78rem;font-weight:500;line-height:1.4}.faq-manager-helper--warning{color:var(--warning-text)}.faq-manager-state{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:var(--text-muted);font-weight:700}.faq-manager-empty{padding:2rem}.faq-manager-empty svg{color:var(--primary)}.faq-manager-table-wrap{overflow-x:auto}.faq-manager-table{min-width:1080px}.faq-manager-table th{white-space:nowrap}.faq-manager-row--archived td{background:var(--bg-muted)}.faq-manager-article-cell{display:flex;flex-direction:column;gap:.45rem;min-width:18rem}.faq-manager-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.faq-manager-title-row strong{color:var(--text-main)}.faq-manager-article-cell p{margin:0;color:var(--text-muted);font-size:.85rem;line-height:1.45}.faq-manager-tags,.faq-manager-distribution{display:flex;flex-wrap:wrap;gap:.35rem}.faq-manager-distribution .ui-badge,.faq-manager-tags .ui-badge{gap:.25rem}.faq-manager-badge-stack,.faq-manager-metrics{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.faq-manager-metrics span{color:var(--text-main);font-size:1rem;font-weight:800}.faq-manager-actions{display:flex;flex-wrap:wrap;gap:.35rem}.faq-manager-actions .ui-button-icon:focus-visible,.faq-manager-modal .ui-button-icon:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.faq-manager-danger-action{color:var(--danger-text)}.faq-manager-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;background:color-mix(in srgb,var(--bg-body) 68%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:auto}.faq-manager-modal{width:min(1080px,96vw);max-height:92vh;overflow:auto;box-shadow:var(--shadow-md)}.faq-manager-modal-header{padding-bottom:.85rem;border-bottom:1px solid var(--border)}.faq-manager-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.faq-manager-form-section{display:flex;flex-direction:column;gap:.85rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card)}.faq-manager-section-heading{display:flex;flex-direction:column;gap:.1rem}.faq-manager-form-section .ql-toolbar,.faq-manager-form-section .ql-container{border-color:var(--border)}.faq-manager-form-section .ql-container{min-height:240px;background:var(--bg-input);color:var(--text-main)}.faq-manager-form-section .ql-editor{min-height:220px}.faq-manager-archive-box{display:flex;flex-direction:column;gap:.35rem;padding:.8rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted);color:var(--text-main)}.faq-manager-archive-box>span,.faq-manager-archive-box strong{color:var(--text-main)}.faq-manager-archive-box .ui-button{width:fit-content}.faq-manager-flags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted)}.faq-manager-flag{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:flex-start;padding:.7rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);color:var(--text-main)}.faq-manager-flag input{width:1rem;height:1rem;margin-top:.15rem;accent-color:var(--primary)}.faq-manager-flag input:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.faq-manager-flag strong,.faq-manager-flag small{display:block}.faq-manager-flag small{margin-top:.2rem;color:var(--text-muted);line-height:1.4}.faq-manager-metadata{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin:0}.faq-manager-metadata div{padding:.75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted)}.faq-manager-metadata dt{color:var(--text-muted);font-size:.75rem;font-weight:700;text-transform:uppercase}.faq-manager-metadata dd{margin:.2rem 0 0;color:var(--text-main);font-weight:700}.faq-manager-form-actions{align-items:center;justify-content:flex-end;padding-top:.25rem}@media (max-width: 980px){.faq-manager-stats,.faq-manager-filter-grid,.faq-manager-form-grid,.faq-manager-metadata{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-manager-field--wide,.faq-manager-search-field{grid-column:span 2}}@media (max-width: 640px){.faq-manager-header,.faq-manager-filters-header,.faq-manager-list-header,.faq-manager-modal-header,.faq-manager-form-actions,.faq-manager-banner{flex-direction:column;align-items:stretch}.faq-manager-stats,.faq-manager-filter-grid,.faq-manager-form-grid,.faq-manager-flags,.faq-manager-metadata{grid-template-columns:1fr}.faq-manager-field--wide,.faq-manager-search-field{grid-column:auto}.faq-manager-modal-backdrop{align-items:stretch;padding:.5rem}.faq-manager-modal{width:100%;max-height:96vh}}.adm-perm-shell{display:flex;flex-direction:column;gap:1.25rem;color:var(--text-main)}.adm-perm-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.adm-perm-header h2{margin:0;display:flex;align-items:center;gap:.5rem}.adm-perm-tabs{display:flex;flex-wrap:wrap;gap:.25rem;border-bottom:1px solid var(--border)}.adm-perm-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);cursor:pointer;font-size:.9rem;font-weight:500}.adm-perm-tab:hover{color:var(--text-main)}.adm-perm-tab--active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.adm-perm-body{min-height:200px}.adm-perm-section{display:flex;flex-direction:column;gap:1rem}.adm-perm-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.adm-perm-search{display:flex;align-items:center;gap:.4rem;flex:1 1 240px;color:var(--text-muted)}.adm-perm-search .ui-input{flex:1}.adm-perm-count{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.adm-perm-group{display:flex;flex-direction:column;gap:.5rem}.adm-perm-group-title{margin:0;display:flex;align-items:center;gap:.4rem;font-size:.95rem;color:var(--text-main)}.adm-perm-muted{color:var(--text-muted);font-size:.85rem}.adm-perm-name{display:block;color:var(--text-main);font-weight:500;line-height:1.3}.adm-perm-desc{display:block;color:var(--text-muted);font-size:.82rem;line-height:1.35;margin-top:.15rem}.adm-perm-keychip{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.1rem;max-width:100%}.adm-perm-keychip-name{color:var(--text-main);font-size:.82rem;font-weight:500;line-height:1.25}.adm-perm-keychip-key{font-size:.7rem;background:transparent;border-color:transparent;color:var(--text-muted);padding:0 .1rem}.adm-perm-keychip--gain .adm-perm-keychip-name{color:var(--success-text)}.adm-perm-keychip--loss .adm-perm-keychip-name{color:var(--danger-text)}.adm-perm-key{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:.35rem;padding:.1rem .4rem;color:var(--text-main);display:inline-block}.adm-perm-split{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,2fr);gap:1.25rem;align-items:start}.adm-perm-list{display:flex;flex-direction:column;gap:.25rem}.adm-perm-list-item{display:flex;flex-direction:column;gap:.15rem;padding:.6rem .8rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card);color:var(--text-main);cursor:pointer;text-align:left}.adm-perm-list-item--active{border-color:var(--primary);background:var(--info-bg);color:var(--info-text)}.adm-perm-list-title{font-weight:600;font-size:.9rem}.adm-perm-detail{display:flex;flex-direction:column;gap:.75rem}.adm-perm-detail-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.adm-perm-detail-head h3{margin:0}.adm-perm-badges{display:flex;gap:.4rem;flex-wrap:wrap}.adm-perm-subhead{margin:.5rem 0 .25rem;display:flex;align-items:center;gap:.35rem;font-size:.9rem;color:var(--text-main)}.adm-perm-chips{display:flex;flex-wrap:wrap;gap:.35rem}.adm-perm-meta{display:flex;flex-wrap:wrap;gap:1.5rem}.adm-perm-meta>div{display:flex;flex-direction:column;gap:.1rem}.adm-perm-source-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.adm-perm-field{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--text-muted)}.adm-perm-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;align-items:end}.adm-perm-form-actions{display:flex;align-items:flex-end}.adm-perm-preview-result{display:flex;flex-direction:column;gap:1rem}.adm-perm-token{font-size:.8rem}.adm-perm-token summary{cursor:pointer}@media (max-width: 720px){.adm-perm-split{grid-template-columns:minmax(0,1fr)}}.adm-perm-catalog-table{table-layout:fixed;width:100%}.adm-perm-catalog-table td{vertical-align:top;word-break:break-word}.adm-perm-col-key{width:26%}.adm-perm-col-action{width:12%}.adm-perm-col-risk{width:9%}.adm-perm-group-row td{background:var(--bg-muted);color:var(--text-main);font-weight:600;font-size:.85rem;border-top:1px solid var(--border)}.adm-perm-group-row td>svg{vertical-align:-2px;margin-right:.25rem}.adm-perm-tpl-groups{display:flex;flex-direction:column;gap:.4rem}.adm-perm-tpl-group{border-bottom:1px solid var(--border);padding-bottom:.4rem}.adm-perm-tpl-group>summary{display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer;font-weight:600;font-size:.85rem;color:var(--text-main);padding:.25rem 0}.adm-perm-tpl-group>summary::-webkit-details-marker{color:var(--text-muted)}.adm-perm-tpl-group-name{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.adm-perm-tpl-group .adm-perm-chips{margin:.35rem 0 .15rem}.adm-perm-alert{display:flex;align-items:center;gap:.5rem;padding:.6rem .85rem;border-radius:.5rem;background:var(--danger-bg);color:var(--danger-text);border:1px solid var(--danger-text);font-size:.9rem}.adm-perm-success{padding:.6rem .85rem;border-radius:.5rem;background:var(--success-bg);color:var(--success-text);border:1px solid var(--success-text);font-size:.9rem}.adm-perm-row-action{padding:.3rem .6rem;font-size:.8rem;display:inline-flex;align-items:center;gap:.3rem}.adm-perm-row-actions{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.adm-perm-bulk{border:1px solid var(--border);border-radius:.5rem;padding:.85rem;margin-bottom:1rem;background:var(--bg-subtle);display:grid;gap:.75rem}.adm-perm-bulk__bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.adm-perm-bulk__panel{display:grid;gap:.75rem}.adm-perm-confirm-row>td{background:var(--bg-muted)}.adm-perm-confirm{display:flex;flex-direction:column;gap:.6rem;padding:.5rem 0}.adm-perm-confirm-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.adm-perm-editor{display:flex;flex-direction:column;gap:.85rem}.adm-perm-picker{display:flex;flex-direction:column;gap:.6rem}.adm-perm-picker-groups{max-height:22rem;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem;padding-right:.25rem}.adm-perm-picker-list{display:flex;flex-direction:column;gap:.15rem;padding:.35rem .25rem .5rem}.adm-perm-picker-item{display:flex;align-items:center;gap:.5rem;padding:.3rem .45rem;border-radius:.4rem;cursor:pointer;font-size:.85rem}.adm-perm-picker-item:hover{background:var(--bg-muted)}.adm-perm-picker-item--on{background:var(--info-bg)}.adm-perm-picker-item input[type=checkbox]{flex:0 0 auto}.adm-perm-picker-item .adm-perm-muted{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-perm-picker-dashboard-note{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start;padding:.58rem .68rem;border:1px solid var(--info-border);border-radius:8px;background:var(--info-bg);color:var(--info-text);line-height:1.38}.adm-perm-picker-dashboard-note>svg{flex:0 0 auto;margin-top:.1rem}.adm-perm-picker-dashboard-note>span:first-of-type{flex:1 1 18rem;min-width:0}.adm-perm-picker-item-body{display:grid;gap:.24rem;min-width:0;flex:1 1 auto}.adm-perm-picker-item-main,.adm-perm-picker-dashboard-meta{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;min-width:0}.adm-perm-picker-item-main>.adm-perm-muted,.adm-perm-picker-item-main>.adm-perm-name{min-width:min(100%,12rem)}.adm-perm-picker-item--dashboard-template{align-items:flex-start;border:1px solid var(--info-border);background:color-mix(in srgb,var(--info-bg) 52%,var(--bg-card) 48%)}.adm-perm-picker-item--dashboard-template:hover{background:color-mix(in srgb,var(--info-bg) 74%,var(--bg-card) 26%)}.adm-perm-picker-item--dashboard-template .adm-perm-muted{overflow:visible;text-overflow:clip;white-space:normal}.adm-perm-picker-item--dashboard-template.adm-perm-picker-item--on{border-color:var(--primary);background:var(--info-bg)}.adm-perm-list-badge{margin-left:.4rem;font-size:.7rem}.adm-perm-impact{display:flex;flex-direction:column;gap:.6rem}.adm-perm-impact-table .adm-perm-chips{gap:.25rem}.adm-perm-diff{display:flex;flex-direction:column;gap:.35rem;padding:.5rem .65rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted)}.adm-perm-diff code{margin:0 .2rem}.adm-perm-key--gain{background:var(--success-bg);color:var(--success-text);border-color:var(--success-text)}.adm-perm-key--loss{background:var(--danger-bg);color:var(--danger-text);border-color:var(--danger-text)}.adm-perm-shell{min-width:0;overflow:visible}.adm-perm-header{align-items:flex-start;padding:1rem;border:1px solid var(--border);border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--bg-card) 92%,var(--info-bg) 8%),var(--bg-card));box-shadow:var(--shadow-sm)}.adm-perm-header__copy{display:grid;gap:.28rem;min-width:min(100%,24rem)}.adm-perm-header__copy p{margin:0;color:var(--text-muted);font-size:.86rem;line-height:1.42}.adm-perm-header__eyebrow{color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.adm-perm-header__badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem}.adm-perm-freeze-note{display:flex;align-items:flex-start;gap:.55rem;padding:.72rem .85rem;border:1px solid var(--warning-border);border-radius:8px;background:var(--warning-bg);color:var(--warning-text)}.adm-perm-freeze-note p{margin:0;font-size:.84rem;line-height:1.42}.adm-perm-freeze-note svg{flex:0 0 auto;margin-top:.1rem}.adm-perm-ia-overview{display:grid;gap:.55rem;min-width:0;padding:.62rem .7rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card)}.adm-perm-ia-overview--compact{grid-template-columns:minmax(12rem,.8fr) minmax(0,2fr);align-items:center}.adm-perm-ia-summary{display:flex;flex-wrap:wrap;gap:.22rem .45rem;align-items:baseline;min-width:0}.adm-perm-ia-summary__label{color:var(--text-muted);font-size:.68rem;font-weight:800;letter-spacing:0;line-height:1.2;text-transform:uppercase}.adm-perm-ia-summary strong{color:var(--text-main);font-size:.86rem;line-height:1.25}.adm-perm-ia-summary span:last-child{color:var(--text-muted);font-size:.76rem;line-height:1.28}.adm-perm-ia-groups{display:flex;flex-wrap:wrap;gap:.32rem;justify-content:flex-end;min-width:0}.adm-perm-ia-group-pill{display:inline-flex;align-items:center;gap:.35rem;min-height:2rem;max-width:100%;padding:.34rem .55rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-muted);color:var(--text-muted);cursor:pointer;font:inherit;font-size:.78rem;line-height:1.2}.adm-perm-ia-group-pill:hover{border-color:var(--primary);background:var(--bg-subtle);color:var(--text-main)}.adm-perm-ia-group-pill:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.adm-perm-ia-group-pill--active{border-color:var(--primary);background:var(--info-bg);color:var(--info-text)}.adm-perm-ia-group-pill small{color:inherit;font-size:.68rem;opacity:.72}.adm-perm-ia-details{grid-column:1 / -1;min-width:0;border-top:1px solid var(--border);padding-top:.45rem}.adm-perm-ia-details>summary{width:fit-content;color:var(--text-muted);cursor:pointer;font-size:.76rem;font-weight:700;line-height:1.25}.adm-perm-ia-details>summary:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.adm-perm-ia-details__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.5rem;margin-top:.5rem}.adm-perm-ia-card{display:grid;gap:.22rem;min-width:0;padding:.55rem .62rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-muted)}.adm-perm-ia-card h3,.adm-perm-ia-card p{margin:0}.adm-perm-ia-card h3{color:var(--text-main);font-size:.82rem;line-height:1.25}.adm-perm-ia-card p{color:var(--text-muted);font-size:.74rem;line-height:1.38}.adm-perm-tabs[role=tablist]{gap:.35rem;align-items:center;padding:.35rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-muted);overflow-x:auto;overflow-y:visible}.adm-perm-tabs-grouped[role=tablist]{align-items:stretch;gap:.6rem}.adm-perm-tab-group{display:grid;gap:.35rem;min-width:0;padding:.35rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card)}.adm-perm-tab-group__label{color:var(--text-muted);font-size:.68rem;font-weight:800;letter-spacing:0;line-height:1.2;text-transform:uppercase}.adm-perm-tab-group__items{display:flex;flex-wrap:wrap;gap:.32rem;min-width:0}.adm-perm-tab{min-height:2.35rem;border:1px solid transparent;border-radius:8px;background:var(--bg-card);color:var(--text-muted);line-height:1.2;white-space:nowrap;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.adm-perm-tab:hover{border-color:var(--border);background:var(--bg-subtle);color:var(--text-main)}.adm-perm-tab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.adm-perm-tab--active{border-color:var(--primary);background:var(--info-bg);color:var(--info-text);box-shadow:inset 0 -2px 0 var(--primary)}.adm-perm-active-context{display:flex;flex-wrap:wrap;gap:.35rem .55rem;align-items:baseline;padding:.62rem .75rem;border:1px solid var(--info-border);border-radius:8px;background:var(--info-bg);color:var(--info-text)}.adm-perm-active-context strong{font-size:.82rem;line-height:1.3}.adm-perm-active-context span{min-width:min(100%,16rem);color:inherit;font-size:.76rem;line-height:1.35}.adm-perm-body{min-width:0;overflow:visible}.adm-perm-body:focus-visible{outline:2px solid var(--focus-ring);outline-offset:4px}.adm-perm-section{min-width:0;overflow:visible}.adm-perm-section-note{margin:0;line-height:1.45}.adm-perm-toolbar--filters{align-items:center;padding:.72rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-toolbar--actions{justify-content:flex-start}.adm-perm-search{display:inline-flex;min-height:2.4rem;padding:0 .65rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-input);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.adm-perm-search>svg{flex:0 0 auto}.adm-perm-search .ui-input{min-height:2.1rem;border:0;background:transparent;box-shadow:none}.adm-perm-shell .ui-select,.adm-perm-shell .ui-input,.adm-perm-shell .ui-textarea,.adm-perm-shell textarea.ui-input{min-height:2.35rem;border-color:var(--border);background:var(--bg-input);color:var(--text-main)}.adm-perm-shell input[type=datetime-local]{color-scheme:light}.dark .adm-perm-shell input[type=datetime-local]{color-scheme:dark}.adm-perm-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--focus-ring) 26%,transparent)}.adm-perm-search input.adm-perm-search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;box-shadow:none;outline:0}.adm-perm-search-input.adm-perm-search-input{width:100%;min-width:0;min-height:2.1rem;padding:0;border:0;background:transparent;box-shadow:none;outline:0}.adm-perm-search input.adm-perm-search-input:focus,.adm-perm-search input.adm-perm-search-input:focus-visible,.adm-perm-search-input.adm-perm-search-input:focus,.adm-perm-search-input.adm-perm-search-input:focus-visible{outline:0;border:0;background:transparent;box-shadow:none}.adm-perm-search input.adm-perm-search-input:focus-visible{outline:0;border:0;background:transparent;box-shadow:none}.dark .adm-perm-search input.adm-perm-search-input:not([type=checkbox]):not([type=radio]){border:0;background:transparent;box-shadow:none;outline:0}.adm-perm-risk-toggle{display:inline-flex;flex-wrap:wrap;gap:.22rem;align-items:center;padding:.22rem;border:1px solid var(--border);border-radius:8px;background:color-mix(in srgb,var(--bg-card) 84%,var(--bg-muted) 16%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--bg-card) 70%,transparent)}.adm-perm-risk-toggle--segmented{gap:.18rem}.adm-perm-risk-option{--adm-risk-accent: var(--text-muted);--adm-risk-border: var(--border);--adm-risk-bg: var(--bg-muted);min-height:2rem;padding:.28rem .62rem;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--text-muted);font-size:.78rem;font-weight:600;letter-spacing:.01em;line-height:1.15;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.adm-perm-risk-option--all{--adm-risk-accent: var(--text-main);--adm-risk-border: var(--border-strong);--adm-risk-bg: var(--bg-muted)}.adm-perm-risk-option--low{--adm-risk-accent: var(--success-text);--adm-risk-border: var(--success-border);--adm-risk-bg: color-mix(in srgb, var(--success-bg) 72%, var(--bg-card) 28%)}.adm-perm-risk-option--medium{--adm-risk-accent: var(--info-text);--adm-risk-border: var(--info-border);--adm-risk-bg: color-mix(in srgb, var(--info-bg) 72%, var(--bg-card) 28%)}.adm-perm-risk-option--high{--adm-risk-accent: var(--warning-text);--adm-risk-border: var(--warning-border);--adm-risk-bg: color-mix(in srgb, var(--warning-bg) 72%, var(--bg-card) 28%)}.adm-perm-risk-option--critical{--adm-risk-accent: var(--danger-text);--adm-risk-border: var(--danger-border);--adm-risk-bg: color-mix(in srgb, var(--danger-bg) 76%, var(--bg-card) 24%)}.adm-perm-risk-option:hover,.adm-perm-risk-option:focus-visible{border-color:color-mix(in srgb,var(--adm-risk-border) 78%,var(--border) 22%);background:color-mix(in srgb,var(--adm-risk-bg) 62%,transparent);color:var(--adm-risk-accent)}.adm-perm-risk-option:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.adm-perm-risk-option--active{border-color:var(--adm-risk-border);background:var(--adm-risk-bg);color:var(--adm-risk-accent);box-shadow:inset 0 -2px 0 var(--adm-risk-border)}.adm-perm-table-wrap{max-width:100%;min-width:0;overflow-x:auto;overflow-y:visible}.adm-perm-table-wrap>.data-table{width:100%;min-width:720px}.adm-perm-table-wrap--roledefs>.data-table,.adm-perm-table-wrap--assignments>.data-table{min-width:980px}.adm-perm-table-wrap--roledefs>.data-table{min-width:1120px}.adm-perm-table-wrap--changelog>.data-table{min-width:920px}.adm-perm-actions-cell{min-width:8.5rem;overflow:visible;white-space:normal}.adm-perm-actions-cell--roledefs{width:20rem;min-width:18rem}.adm-perm-actions-cell--assignments,.adm-perm-actions-cell--restore{width:9rem}.adm-perm-list{padding:.45rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-list-item{border-radius:8px;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.adm-perm-list-item:hover,.adm-perm-list-item:focus-visible{border-color:var(--primary);background:var(--info-bg);color:var(--info-text);outline:none}.adm-perm-list-item:focus-visible{box-shadow:0 0 0 2px var(--focus-ring)}.adm-perm-list-meta{overflow-wrap:anywhere;line-height:1.32}.adm-perm-detail.widget-card,.adm-perm-preview-result.widget-card{border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-sm)}.adm-perm-meta{gap:.75rem}.adm-perm-meta>div{min-width:10rem;padding:.62rem .7rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-meta--analysis>div{min-width:12rem}.adm-perm-alert{align-items:flex-start;border-color:var(--danger-border);border-radius:8px;line-height:1.42}.adm-perm-alert svg{flex:0 0 auto;margin-top:.08rem}.adm-perm-alert--info{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text)}.adm-perm-success{border-color:var(--success-border);border-radius:8px;line-height:1.42}.adm-perm-row-actions.table-action-group,.table-action-group.adm-perm-row-actions{justify-content:flex-start;flex-wrap:wrap;gap:.35rem;white-space:normal}.adm-perm-row-action.table-action-button,.table-action-button.adm-perm-row-action{min-height:2rem;padding:.3rem .56rem;font-size:.76rem;line-height:1.15}.table-action-button.adm-perm-text-action{width:auto;min-width:max-content;max-width:none;height:auto;min-height:2rem;padding:.32rem .62rem;overflow:visible;white-space:nowrap}.adm-perm-form--grant{align-items:start;padding:.72rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-confirm,.adm-perm-diff{border-radius:8px}.adm-perm-dashboard-preview{display:flex;flex-direction:column;gap:.85rem}.adm-perm-dashboard-preview__notice{margin:0}.adm-perm-dashboard-preview__layer-map{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.62rem;min-width:0}.adm-perm-dashboard-preview__layer-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.16rem .48rem;align-content:start;min-width:0;padding:.66rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-preview__layer-card>span{display:inline-grid;place-items:center;width:1.45rem;height:1.45rem;border-radius:999px;background:var(--bg-elevated);color:var(--text-muted);font-size:.78rem;font-weight:700}.adm-perm-dashboard-preview__layer-card strong{min-width:0;color:var(--text-main);line-height:1.25;overflow-wrap:anywhere}.adm-perm-dashboard-preview__layer-card p{grid-column:2;margin:0;color:var(--text-muted);line-height:1.42}.adm-perm-dashboard-preview__layer,.adm-perm-dashboard-preview__diagnostic-details,.adm-perm-dashboard-preview__advanced,.adm-perm-dashboard-preview__technical{display:grid;gap:.68rem;min-width:0;padding:.72rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card)}.adm-perm-dashboard-preview__diagnostic-details,.adm-perm-dashboard-preview__advanced,.adm-perm-dashboard-preview__technical{background:var(--bg-subtle)}.adm-perm-dashboard-preview__diagnostic-details>summary,.adm-perm-dashboard-preview__advanced>summary,.adm-perm-dashboard-preview__technical>summary{display:flex;gap:.6rem;align-items:center;justify-content:space-between;min-width:0;color:var(--text-main);cursor:pointer}.adm-perm-dashboard-preview__diagnostic-details>summary>span:first-child{display:grid;gap:.16rem;min-width:0}.adm-perm-dashboard-preview__advanced>summary>span:first-child{display:grid;gap:.16rem;min-width:0}.adm-perm-dashboard-preview__advanced-block{display:grid;gap:.55rem;min-width:0}.adm-perm-dashboard-preview__technical>summary{font-weight:700}.adm-perm-dashboard-preview__shell-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.58rem;min-width:0}.adm-perm-dashboard-preview__shell-card>div{display:grid;gap:.24rem;min-width:0;padding:.62rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-preview__shell-card strong{color:var(--text-main);overflow-wrap:anywhere}.adm-perm-dashboard-preview__shell-card p{margin:0;color:var(--text-muted);line-height:1.42}.adm-perm-dashboard-hub{display:grid;gap:.36rem;min-width:0;padding:.18rem 0 .28rem;border:0;border-radius:0;background:transparent;box-shadow:none}.adm-perm-dashboard-hub__head{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-start;justify-content:space-between;min-width:0}.adm-perm-dashboard-hub__head>div{display:grid;gap:.22rem;min-width:min(100%,26rem);max-width:68rem}.adm-perm-dashboard-hub h3,.adm-perm-dashboard-hub p{margin:0}.adm-perm-dashboard-hub h3{display:flex;gap:.45rem;align-items:center;color:var(--text-main);font-size:1rem;line-height:1.25}.adm-perm-dashboard-hub p{color:var(--text-muted);line-height:1.45}.adm-perm-dashboard-operator-shell{border-color:transparent}.adm-perm-dashboard-operator-shell__note{color:var(--text-muted);font-size:.78rem;line-height:1.35}.adm-perm-dashboard-workflow-strip.adm-perm-dashboard-operator-shell__steps{grid-template-columns:repeat(auto-fit,minmax(10.5rem,1fr))}.adm-perm-dashboard-operator-shell__step{min-height:8rem}.adm-perm-dashboard-operator-shell__support,.adm-perm-dashboard-operator-shell__advanced-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;min-width:0}.adm-perm-dashboard-operator-shell__support article,.adm-perm-dashboard-operator-shell__advanced-grid article{display:grid;gap:.24rem;min-width:0;padding:.58rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-operator-shell__support strong,.adm-perm-dashboard-operator-shell__advanced-grid strong{color:var(--text-main);font-size:.78rem;line-height:1.25}.adm-perm-dashboard-operator-shell__support p,.adm-perm-dashboard-operator-shell__advanced-grid p{margin:0;color:var(--text-muted);font-size:.74rem;line-height:1.36}.adm-perm-dashboard-operator-shell__advanced{border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-operator-shell__advanced>summary{display:flex;gap:.75rem;align-items:center;justify-content:space-between;padding:.66rem .72rem;color:var(--text-main);cursor:pointer}.adm-perm-dashboard-operator-shell__advanced>summary span{font-size:.82rem;font-weight:800;line-height:1.25}.adm-perm-dashboard-operator-shell__advanced>summary small{max-width:42rem;color:var(--text-muted);font-size:.72rem;line-height:1.3;text-align:right}.adm-perm-dashboard-operator-shell__advanced-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 .72rem .72rem}.adm-perm-dashboard-workflow-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;margin:0;padding:0;list-style:none}.adm-perm-dashboard-workflow-strip__step{display:grid;gap:.32rem;width:100%;min-height:100%;padding:.62rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle);color:var(--text-main);font:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.adm-perm-dashboard-workflow-strip__step:hover,.adm-perm-dashboard-workflow-strip__step:focus-visible{border-color:var(--primary);background:var(--info-bg);outline:0;box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 18%,transparent)}.adm-perm-dashboard-workflow-strip__step span{display:inline-grid;place-items:center;width:1.42rem;height:1.42rem;border:1px solid var(--border-strong);border-radius:999px;background:var(--bg-card);color:var(--accent);font-size:.72rem;font-weight:800;line-height:1}.adm-perm-dashboard-workflow-strip__step strong{overflow-wrap:anywhere;color:var(--text-main);line-height:1.25}.adm-perm-dashboard-workflow-strip__step small{color:var(--text-muted);font-size:.76rem;line-height:1.34}.adm-perm-dashboard-hub__terms{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.adm-perm-dashboard-hub__terms article{display:grid;gap:.24rem;min-width:0;padding:.58rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-hub__terms strong{color:var(--text-main);font-size:.78rem;line-height:1.25}.adm-perm-dashboard-hub__terms p{color:var(--text-muted);font-size:.74rem;line-height:1.36}.adm-perm-dashboard-workflow{display:grid;gap:.68rem;min-width:0;padding:.78rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);box-shadow:var(--shadow-sm)}.adm-perm-dashboard-workflow__head{display:flex;flex-wrap:wrap;gap:.55rem;align-items:flex-start;justify-content:space-between;min-width:0}.adm-perm-dashboard-workflow__head>div{display:grid;gap:.24rem;min-width:0}.adm-perm-dashboard-workflow__head .adm-perm-subhead{margin:0}.adm-perm-dashboard-workflow__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:0;padding:0;list-style:none}.adm-perm-dashboard-workflow__steps li{display:flex;gap:.55rem;min-width:0;padding:.65rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-workflow__steps li>div{display:grid;align-content:start;gap:.38rem;min-width:0}.adm-perm-dashboard-workflow__steps p{margin:0;color:var(--text-muted);line-height:1.38}.adm-perm-dashboard-workflow__steps .ui-button{justify-self:start}.adm-perm-dashboard-workflow__step-number{display:inline-grid;flex:0 0 auto;place-items:center;width:1.58rem;height:1.58rem;border:1px solid var(--border-strong);border-radius:999px;background:var(--bg-card);color:var(--accent);font-size:.78rem;font-weight:700;line-height:1}.adm-perm-dashboard-manifest-diagnostic{display:grid;gap:.72rem;min-width:0;padding:.78rem;border:1px solid var(--info-border);border-radius:8px;background:var(--bg-card);box-shadow:var(--shadow-sm)}.adm-perm-dashboard-manifest-diagnostic__head{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start;justify-content:space-between;min-width:0}.adm-perm-dashboard-manifest-diagnostic__head>div{display:grid;gap:.32rem;min-width:min(100%,22rem);max-width:62rem}.adm-perm-dashboard-manifest-diagnostic__head p{margin:0;color:var(--text-muted);line-height:1.45}.adm-perm-dashboard-manifest-diagnostic__badges{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;min-width:0}.adm-perm-dashboard-manifest-diagnostic .dashboard-page{padding:0}.adm-perm-dashboard-manifest-diagnostic .dashboard-section-grid{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.adm-perm-dashboard-preview__status,.adm-perm-dashboard-preview__legend,.adm-perm-dashboard-preview__sources{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.adm-perm-dashboard-preview__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.adm-perm-dashboard-preview__summary>div{display:grid;gap:.28rem;min-width:0;padding:.68rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-preview__summary strong{overflow-wrap:anywhere;color:var(--text-main);line-height:1.28}.adm-perm-dashboard-preview__block{display:grid;gap:.58rem;min-width:0}.adm-perm-dashboard-preview__block-head{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;justify-content:space-between;min-width:0}.adm-perm-dashboard-preview__template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:.75rem;min-width:0}.adm-perm-dashboard-preview__template-card{display:grid;gap:.58rem;min-width:0;padding:.78rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);box-shadow:var(--shadow-sm)}.adm-perm-dashboard-preview__template-card>p{margin:0;line-height:1.38}.adm-perm-dashboard-preview__template-head{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start;justify-content:space-between;min-width:0}.adm-perm-dashboard-preview__template-head>div{display:grid;gap:.24rem;min-width:0}.adm-perm-dashboard-preview__template-head strong{overflow-wrap:anywhere;color:var(--text-main);line-height:1.25}.adm-perm-dashboard-preview__counts{display:flex;flex-wrap:wrap;gap:.38rem}.adm-perm-dashboard-preview__counts span{padding:.24rem .46rem;border:1px solid var(--border);border-radius:7px;background:var(--bg-subtle);color:var(--text-muted);font-size:.78rem;line-height:1.2}.adm-perm-dashboard-preview__subjects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;min-width:0}.adm-perm-dashboard-preview__subjects>div{display:grid;align-content:start;gap:.35rem;min-width:0}.adm-perm-dashboard-preview__subjects ul{display:grid;gap:.38rem;margin:0;padding:0;list-style:none}.adm-perm-dashboard-preview__subjects li{display:grid;gap:.3rem;min-width:0;padding:.45rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-preview__subjects li>span{display:grid;gap:.18rem;min-width:0}.adm-perm-dashboard-preview__access-list{display:grid;gap:.35rem;min-width:0}.adm-perm-dashboard-preview__access-chip{display:grid;gap:.26rem;min-width:0}.adm-perm-dashboard-preview__matrix>.data-table{min-width:900px}.adm-perm-dashboard-preview__matrix td{vertical-align:top}.adm-perm-dashboard-preview__matrix td>strong{display:block;margin-bottom:.22rem}.adm-perm-dashboard-reason{min-width:14rem;color:var(--text-muted);line-height:1.38}.adm-perm-dashboard-preference{display:grid;gap:.85rem}.adm-perm-dashboard-preference__notice{margin:0}.adm-perm-dashboard-preference__panel{display:grid;gap:.75rem;min-width:0;padding:.78rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);box-shadow:var(--shadow-sm)}.adm-perm-dashboard-preference__head{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-start;justify-content:space-between;min-width:0}.adm-perm-dashboard-preference__head>div,.adm-perm-dashboard-preference__form,.adm-perm-dashboard-preference__selected{display:grid;gap:.45rem;min-width:0}.adm-perm-dashboard-preference__head p,.adm-perm-dashboard-preference__selected p{margin:0;line-height:1.42}.adm-perm-dashboard-preference__status{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;min-width:0}.adm-perm-dashboard-preference__form{grid-template-columns:minmax(16rem,.85fr) minmax(0,1.15fr);align-items:start;padding:.72rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-preference__form .adm-perm-confirm-actions{grid-column:1 / -1}.adm-perm-dashboard-preference__selected{padding:.65rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card)}.adm-perm-alert--warning{border-color:var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.adm-perm-alert--success{border-color:var(--success-border);background:var(--success-bg);color:var(--success-text)}.adm-perm-dashboard-builder{display:flex;flex-direction:column;gap:.85rem}.adm-perm-dashboard-builder__notice{margin:0}.adm-perm-dashboard-builder__intro,.adm-perm-dashboard-preview__intro{display:grid;gap:.26rem;max-width:58rem}.adm-perm-dashboard-builder__intro h4,.adm-perm-dashboard-builder__intro p,.adm-perm-dashboard-preview__intro h4,.adm-perm-dashboard-preview__intro p{margin:0}.adm-perm-dashboard-builder__intro p,.adm-perm-dashboard-preview__intro p{color:var(--text-muted);line-height:1.45}.adm-perm-dashboard-builder__layout{display:grid;grid-template-columns:minmax(18rem,.78fr) minmax(0,1.4fr);gap:.9rem;align-items:start;min-width:0}.adm-perm-dashboard-builder__task-map{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;min-width:0}.adm-perm-dashboard-builder__task-step{display:grid;gap:.22rem;min-width:0;padding:.62rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-builder__task-step>span{display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;border-radius:999px;background:var(--primary);color:var(--text-light);font-size:.72rem;font-weight:800;line-height:1}.adm-perm-dashboard-builder__task-step strong{color:var(--text-main);font-size:.84rem;line-height:1.25}.adm-perm-dashboard-builder__task-step small,.adm-perm-dashboard-builder__helper,.adm-perm-dashboard-builder__summary small,.adm-perm-dashboard-builder__widget-summary small{color:var(--text-muted);font-size:.76rem;line-height:1.38}.adm-perm-dashboard-builder__section-kicker{display:inline-flex;align-items:center;gap:.28rem;margin-bottom:.25rem;color:var(--text-muted);font-size:.7rem;font-weight:800;line-height:1.2;letter-spacing:0;text-transform:uppercase}.adm-perm-dashboard-builder__rail,.adm-perm-dashboard-builder__workspace,.adm-perm-dashboard-builder__panel,.adm-perm-dashboard-builder__create,.adm-perm-dashboard-builder__search,.adm-perm-dashboard-builder__editor-section,.adm-perm-dashboard-builder__widget{min-width:0}.adm-perm-dashboard-builder__rail,.adm-perm-dashboard-builder__workspace{display:grid;gap:.75rem}.adm-perm-dashboard-builder__rail-head,.adm-perm-dashboard-builder__panel-head,.adm-perm-dashboard-builder__widget-head{display:flex;flex-wrap:wrap;gap:.55rem;align-items:flex-start;justify-content:space-between;min-width:0}.adm-perm-dashboard-builder__list{display:grid;gap:.45rem}.adm-perm-dashboard-builder__search{display:grid;gap:.28rem}.adm-perm-dashboard-builder__search>span{color:var(--text-muted);font-size:.75rem;font-weight:800}.adm-perm-dashboard-builder__list-item{display:grid;gap:.45rem;width:100%;padding:.65rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text-main);font:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.adm-perm-dashboard-builder__list-item:hover,.adm-perm-dashboard-builder__list-item:focus-visible,.adm-perm-dashboard-builder__list-item.is-active{border-color:var(--primary);background:var(--info-bg);outline:0;box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 18%,transparent)}.adm-perm-dashboard-builder__list-item>span:first-child{display:grid;gap:.18rem;min-width:0}.adm-perm-dashboard-builder__badges{display:flex;flex-wrap:wrap;gap:.32rem;align-items:center;min-width:0}.adm-perm-dashboard-builder__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;min-width:0}.adm-perm-dashboard-builder__summary>div{display:grid;align-content:start;gap:.25rem;min-width:0;padding:.62rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-builder__summary strong,.adm-perm-dashboard-builder__summary code{overflow-wrap:anywhere}.adm-perm-dashboard-builder__summary .table-action-button{justify-self:start}.adm-perm-dashboard-builder__editor{gap:.75rem}.adm-perm-dashboard-builder__editor-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.45rem;min-width:0}.adm-perm-dashboard-builder__editor-tab{display:grid;gap:.18rem;min-width:0;padding:.55rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle);color:var(--text-main);font:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.adm-perm-dashboard-builder__editor-tab:hover,.adm-perm-dashboard-builder__editor-tab:focus-visible,.adm-perm-dashboard-builder__editor-tab.is-active{border-color:var(--primary);background:var(--info-bg);outline:0;box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 16%,transparent)}.adm-perm-dashboard-builder__editor-tab strong{font-size:.84rem;line-height:1.25}.adm-perm-dashboard-builder__editor-tab span{color:var(--text-muted);font-size:.72rem;line-height:1.32}.adm-perm-dashboard-builder__editor-section{display:grid;gap:.65rem}.adm-perm-dashboard-builder__technical{display:grid;gap:.5rem;padding:.65rem;border:1px dashed var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-builder__create,.adm-perm-dashboard-builder__panel,.adm-perm-dashboard-builder__widget{display:grid;gap:.65rem;padding:.75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);box-shadow:var(--shadow-sm)}.adm-perm-dashboard-builder__form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;min-width:0}.adm-perm-dashboard-builder__wide-field{grid-column:1 / -1}.adm-perm-dashboard-builder__widgets{display:grid;gap:.65rem}.adm-perm-dashboard-builder__widget-catalog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;justify-content:flex-end;background:color-mix(in srgb,#020617 54%,transparent)}.adm-perm-dashboard-builder__widget-catalog-drawer{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:.75rem;width:min(31rem,calc(100vw - 2rem));height:100dvh;min-width:0;padding:1rem;border-left:1px solid var(--border);background:var(--bg-card);color:var(--text-main);box-shadow:-.9rem 0 2.2rem color-mix(in srgb,#020617 28%,transparent);overflow-y:auto}.adm-perm-dashboard-builder__widget-catalog-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;min-width:0}.adm-perm-dashboard-builder__widget-catalog-toolbar h4,.adm-perm-dashboard-builder__widget-catalog-toolbar p{margin:0}.adm-perm-dashboard-builder__widget-catalog{display:grid;gap:.65rem;min-width:0}.adm-perm-dashboard-builder__widget-catalog-group{display:grid;gap:.45rem;min-width:0}.adm-perm-dashboard-builder__widget-catalog-list{display:grid;gap:.55rem;min-width:0}.adm-perm-dashboard-builder__widget-catalog-card{display:grid;gap:.55rem;min-width:0;padding:.7rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-builder__widget-catalog-card>p{margin:0;line-height:1.4}.adm-perm-dashboard-builder__widget-catalog-head{display:flex;flex-wrap:wrap;gap:.45rem;align-items:flex-start;justify-content:space-between;min-width:0}.adm-perm-dashboard-builder__widget-catalog-head>div{display:grid;gap:.18rem;min-width:0}.adm-perm-dashboard-builder__widget-catalog-head strong{color:var(--text-main);font-size:.88rem;line-height:1.25}.adm-perm-dashboard-builder__widget-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin:0;min-width:0}.adm-perm-dashboard-builder__widget-facts>div{display:grid;gap:.14rem;min-width:0}.adm-perm-dashboard-builder__widget-facts dt{color:var(--text-muted);font-size:.68rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.adm-perm-dashboard-builder__widget-facts dd{margin:0;color:var(--text-main);font-size:.8rem;line-height:1.35;overflow-wrap:anywhere}.adm-perm-dashboard-builder__widgets-config{gap:.75rem}.adm-perm-dashboard-builder__order-label{align-self:center;color:var(--text-muted);font-size:.72rem;font-weight:800;text-transform:uppercase}.adm-perm-dashboard-builder__widget-technical{display:grid;gap:.55rem;padding:.62rem;border:1px dashed var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-builder__widget-technical>summary{color:var(--text-main);cursor:pointer;font-size:.84rem;font-weight:800}.adm-perm-dashboard-builder__widget-technical[open]>summary{margin-bottom:.45rem}.adm-perm-dashboard-builder__size-hint{color:var(--text-muted);font-size:.76rem;line-height:1.38}.adm-perm-dashboard-builder__widget-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;min-width:0}.adm-perm-dashboard-builder__widget-summary>div{display:grid;gap:.22rem;min-width:0;padding:.58rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-builder__widget-summary strong{overflow-wrap:anywhere}.adm-perm-dashboard-builder__assignment{display:grid;gap:.65rem;padding:.7rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-elevated)}.adm-perm-dashboard-builder__assignment-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.adm-perm-dashboard-builder__access{background:var(--bg-card)}.adm-perm-dashboard-builder__access-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;min-width:0}.adm-perm-dashboard-builder__access-card{display:grid;align-content:start;gap:.35rem;min-width:0;padding:.65rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-builder__access-card strong{color:var(--text-main);font-size:.86rem;line-height:1.25}.adm-perm-dashboard-builder__access-card p{margin:0;color:var(--text-muted);font-size:.78rem;line-height:1.38}.adm-perm-dashboard-builder__access-data{display:flex;flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none}.adm-perm-dashboard-builder__access-data li{max-width:100%;padding:.24rem .48rem;border:1px solid var(--info-border);border-radius:999px;background:var(--info-bg);color:var(--info-text);font-size:.72rem;font-weight:800;line-height:1.2;overflow-wrap:anywhere}.adm-perm-dashboard-builder__access-technical{display:grid;gap:.5rem;padding:.62rem;border:1px dashed var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-builder__access-technical>summary{color:var(--text-main);cursor:pointer;font-size:.84rem;font-weight:800}.adm-perm-dashboard-builder__access-technical[open]>summary{margin-bottom:.45rem}.adm-perm-dashboard-builder__effect,.adm-perm-dashboard-builder__publish{display:grid;gap:.65rem;padding:.7rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card)}.adm-perm-dashboard-builder__effect-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;margin:0}.adm-perm-dashboard-builder__effect-summary>div{display:grid;align-content:start;gap:.22rem;min-width:0;padding:.58rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-builder__effect-summary dt{color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.adm-perm-dashboard-builder__effect-summary dd{margin:0;color:var(--text-main);font-size:.88rem;font-weight:800;line-height:1.3;overflow-wrap:anywhere}.adm-perm-dashboard-builder__effect-grid,.adm-perm-dashboard-builder__publish-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;min-width:0}.adm-perm-dashboard-builder__effect-card,.adm-perm-dashboard-builder__publish-grid>article{display:grid;align-content:start;gap:.35rem;min-width:0;padding:.65rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-builder__effect-card strong,.adm-perm-dashboard-builder__publish-grid strong{color:var(--text-main);font-size:.86rem;line-height:1.25}.adm-perm-dashboard-builder__effect-card p,.adm-perm-dashboard-builder__publish-grid p{margin:0;color:var(--text-muted);font-size:.78rem;line-height:1.38}.adm-perm-dashboard-builder__advanced-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;min-width:0}.adm-perm-dashboard-builder__advanced-list{display:grid;gap:.65rem;min-width:0}.adm-perm-dashboard-builder__publish-technical{display:grid;gap:.5rem;padding:.62rem;border:1px dashed var(--border);border-radius:8px;background:var(--bg-subtle)}.adm-perm-dashboard-builder__publish-technical>summary{color:var(--text-main);cursor:pointer;font-size:.84rem;font-weight:800}.adm-perm-dashboard-builder__publish-technical[open]>summary{margin-bottom:.45rem}@media (max-width: 980px){.adm-perm-dashboard-builder__layout,.adm-perm-dashboard-builder__form,.adm-perm-dashboard-builder__summary,.adm-perm-dashboard-builder__editor-nav,.adm-perm-dashboard-builder__advanced-grid,.adm-perm-dashboard-builder__task-map,.adm-perm-dashboard-builder__widget-catalog,.adm-perm-dashboard-builder__access-flow,.adm-perm-dashboard-builder__effect-summary,.adm-perm-dashboard-builder__effect-grid,.adm-perm-dashboard-builder__publish-grid,.adm-perm-dashboard-builder__widget-facts,.adm-perm-dashboard-builder__widget-summary,.adm-perm-dashboard-operator-shell__support,.adm-perm-dashboard-operator-shell__advanced-grid,.adm-perm-dashboard-preview__layer-map,.adm-perm-dashboard-preview__shell-card,.adm-perm-dashboard-hub__terms,.adm-perm-dashboard-preference__form{grid-template-columns:1fr}}@media (max-width: 720px){.adm-perm-header,.adm-perm-header__badges,.adm-perm-toolbar--filters{align-items:stretch}.adm-perm-header__badges,.adm-perm-toolbar--filters .ui-select,.adm-perm-toolbar--filters .ui-button,.adm-perm-search{width:100%}.adm-perm-ia-overview{grid-template-columns:1fr}.adm-perm-ia-groups{justify-content:flex-start}.adm-perm-tabs-grouped[role=tablist],.adm-perm-tab-group,.adm-perm-tab-group__items{width:100%}.adm-perm-tab{justify-content:flex-start;width:100%}.adm-perm-table-wrap>.data-table{min-width:680px}.adm-perm-dashboard-preview__summary,.adm-perm-dashboard-preview__subjects,.adm-perm-dashboard-preview__template-grid,.adm-perm-dashboard-workflow__steps,.adm-perm-dashboard-workflow-strip{grid-template-columns:1fr}}.history-shell{display:flex;flex-direction:column;gap:1rem;min-height:0;overflow:visible;color:var(--text-main)}.history-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.history-title-group{display:flex;align-items:flex-start;gap:.7rem;min-width:0}.history-title-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.45rem;height:2.45rem;color:var(--primary);background:var(--info-bg);border:1px solid var(--info-border);border-radius:.5rem}.history-title-group h2{margin:0;color:var(--text-main);font-size:1.45rem;line-height:1.25}.history-title-group p{margin:.2rem 0 0;color:var(--text-muted);font-size:.9rem;line-height:1.5}.history-export-button{flex:0 0 auto}.history-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem}.history-summary-card{min-width:0;padding:.68rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-sm)}.history-summary-card span,.history-summary-card small{display:block;color:var(--text-muted);font-size:.74rem;line-height:1.3}.history-summary-card strong{display:block;margin:.18rem 0;color:var(--text-main);font-size:1.1rem;line-height:1.25;overflow-wrap:anywhere}.history-summary-card--wide strong{font-size:.9rem}.history-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(190px,auto) minmax(170px,auto);gap:.7rem;align-items:end;padding:.75rem;border:1px solid var(--border);border-radius:.55rem}.history-search-field{display:flex;align-items:center;gap:.55rem;min-width:0;min-height:2.55rem;padding:0 .75rem;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.history-search-field svg{flex:0 0 auto;pointer-events:none}.history-search-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px var(--focus-ring)}.history-search-input{width:100%;min-width:0;min-height:2.25rem;padding:.4rem 0;color:var(--text-main);background:transparent;border:0;outline:none;font:inherit}.history-search-input::placeholder{color:var(--text-muted)}.history-search-field input.history-search-input,.history-search-field input.history-search-input:focus,.history-search-field input.history-search-input:focus-visible{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;border:0;box-shadow:none;outline:none}:root.dark .history-search-field input.history-search-input:not([type=checkbox]):not([type=radio]),.dark .history-search-field input.history-search-input:not([type=checkbox]):not([type=radio]){background:transparent;border:0;box-shadow:none;color:var(--text-main)}.history-filter-field{display:flex;flex-direction:column;gap:.28rem;min-width:0;color:var(--text-muted);font-size:.75rem;font-weight:700}.history-select{min-width:10rem;min-height:2.55rem}.history-table-card{display:flex;flex-direction:column;gap:.75rem;padding:.85rem;overflow:visible}.history-loading,.history-empty-cell{color:var(--text-muted);font-size:.9rem;line-height:1.5;text-align:center}.history-loading{padding:1.25rem}.history-empty-cell{padding:2rem}.history-table-wrap{min-width:0;overflow-x:auto;overflow-y:visible}.history-table{min-width:940px;table-layout:fixed}.history-table th:nth-child(1),.history-table td:nth-child(1){width:13%}.history-table th:nth-child(2),.history-table td:nth-child(2){width:19%}.history-table th:nth-child(3),.history-table td:nth-child(3){width:12%}.history-table th:nth-child(5),.history-table td:nth-child(5){width:7%;text-align:center}.history-row{cursor:pointer}.history-row--expanded{background:var(--bg-muted)}.history-time-cell span{display:block;color:var(--text-muted);font-size:.82rem;line-height:1.35}.history-author{display:flex;align-items:center;gap:.48rem;min-width:0}.history-author-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.7rem;height:1.7rem;color:var(--text-inverse);background:var(--primary);border-radius:50%;font-size:.72rem;font-weight:800}.history-author-name,.history-event-text,.history-event-meta{min-width:0;overflow-wrap:anywhere;word-break:break-word}.history-author-name{color:var(--text-main);font-size:.84rem;font-weight:700;line-height:1.35}.history-action-badge{border:1px solid var(--border)}.history-action-badge--create{color:var(--success-text);background:var(--success-bg);border-color:var(--success-border)}.history-action-badge--update{color:var(--info-text);background:var(--info-bg);border-color:var(--info-border)}.history-action-badge--delete{color:var(--danger-text);background:var(--danger-bg);border-color:var(--danger-border)}.history-event-text{display:block;color:var(--text-main);font-size:.88rem;font-weight:650;line-height:1.42}.history-event-meta{display:block;margin-top:.18rem;color:var(--text-muted);font-size:.75rem;line-height:1.35}.history-detail-action-cell .table-action-group{justify-content:center}.history-expand-button svg{transition:transform .16s ease}.history-row--expanded .history-expand-button svg{transform:rotate(-90deg)}.history-detail-row td{padding:0;background:var(--bg-muted);border-bottom:1px solid var(--border)}.history-detail-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;min-width:0;padding:.9rem;border-left:3px solid var(--primary)}.history-json-panel{min-width:0;padding:.85rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem}.history-json-panel--previous{background:var(--danger-bg);border-color:var(--danger-border)}.history-json-panel--new{background:var(--success-bg);border-color:var(--success-border)}.history-json-panel h4{display:flex;align-items:center;gap:.4rem;margin:0 0 .65rem;font-size:.9rem;line-height:1.3}.history-json-panel--previous h4{color:var(--danger-text)}.history-json-panel--new h4{color:var(--success-text)}.history-json-list{display:grid;gap:.38rem;margin:0}.history-json-item{display:grid;grid-template-columns:minmax(7rem,.42fr) minmax(0,1fr);gap:.45rem;min-width:0;padding:.42rem .5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.42rem}.history-json-item dt,.history-json-item dd{min-width:0;margin:0;overflow-wrap:anywhere;word-break:break-word;line-height:1.38}.history-json-item dt{color:var(--text-muted);font-family:var(--font-mono, ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace);font-size:.76rem;font-weight:800}.history-json-item dd{color:var(--text-main);font-family:var(--font-mono, ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace);font-size:.78rem}.history-json-empty{display:block;color:var(--text-muted);font-size:.84rem;line-height:1.45}.history-json-text,.history-json-note{display:block;overflow-wrap:anywhere;word-break:break-word;line-height:1.45}.history-json-text{color:var(--text-main);font-family:var(--font-mono, ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace);font-size:.8rem}.history-json-note{margin-top:.35rem;color:var(--text-muted);font-size:.76rem}.history-raw-json{margin-top:.62rem;color:var(--text-main);background:var(--bg-card);border:1px solid var(--border);border-radius:.45rem}.history-raw-json summary{cursor:pointer;padding:.45rem .55rem;color:var(--text-main);font-size:.78rem;font-weight:800}.history-raw-json summary:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.history-raw-json pre{margin:0;padding:0 .55rem .55rem;color:var(--text-main);font-family:var(--font-mono, ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace);font-size:.76rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.history-pagination{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding-top:.15rem;color:var(--text-muted);font-size:.84rem}.history-pagination-controls{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.history-pagination-controls label{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-muted);font-weight:700}.history-page-size{min-width:4.6rem}.history-page-indicator{color:var(--text-main);font-weight:700}.reports-shell{display:flex;flex-direction:column;gap:1.15rem;min-height:0;overflow:visible;color:var(--text-main)}.reports-active-view{display:flex;flex-direction:column;gap:1.15rem;min-height:0;overflow:visible}.reports-back-button{width:fit-content}.reports-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.reports-header h2{display:flex;align-items:center;gap:.7rem;margin:0;color:var(--text-main);font-size:1.45rem;line-height:1.25}.reports-header h2 svg{flex:0 0 auto;color:var(--primary)}.reports-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.reports-tile{width:100%;min-width:0;padding:1rem;color:var(--text-main);text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-card);border:1px solid var(--border);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}.reports-tile:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.reports-tile:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.reports-tile-heading{display:flex;align-items:center;gap:.85rem;min-width:0}.reports-tile-heading h3{min-width:0;margin:0;color:var(--text-main);font-size:1.02rem;line-height:1.3;overflow-wrap:anywhere}.reports-tile p,.reports-legacy-header p{margin:.5rem 0 0;color:var(--text-muted);font-size:.85rem;line-height:1.45}.reports-tile-icon{--reports-icon-bg: var(--info-bg);--reports-icon-color: var(--info-text);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.75rem;height:2.75rem;color:var(--reports-icon-color);background:var(--reports-icon-bg);border:1px solid color-mix(in srgb,var(--reports-icon-color) 36%,var(--border));border-radius:.65rem}.reports-tile-icon--licencje,.reports-tile-icon--helpdesk{--reports-icon-bg: var(--warning-bg);--reports-icon-color: var(--warning-text)}.reports-tile-icon--cmdb{--reports-icon-bg: var(--success-bg);--reports-icon-color: var(--success-text)}.reports-tile-icon--protokoly{--reports-icon-bg: var(--bg-muted);--reports-icon-color: var(--text-muted)}.reports-tile-icon--backup{--reports-icon-bg: var(--danger-bg);--reports-icon-color: var(--danger-text)}.reports-legacy-report{width:min(100%,800px);margin:0 auto}.reports-legacy-header{display:flex;align-items:center;gap:.75rem;min-width:0;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--border)}.reports-legacy-header h3{margin:0;color:var(--text-main);font-size:1.1rem;line-height:1.3}.reports-legacy-body{display:flex;flex-direction:column;gap:.85rem}.reports-legacy-body>.ui-card-muted{padding:1rem}.reports-legacy-body label{display:block;margin-bottom:.5rem;color:var(--text-main);font-size:.875rem;font-weight:650}.reports-legacy-actions{display:flex;gap:.75rem;flex-wrap:wrap}.reports-legacy-action{flex:1 1 220px;justify-content:center}.reports-legacy-action:disabled{cursor:not-allowed}@media (max-width: 1100px){.history-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.history-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.history-search-field{grid-column:1 / -1}}@media (max-width: 760px){.history-header,.history-pagination,.history-pagination-controls{align-items:stretch;flex-direction:column}.history-summary-grid,.history-toolbar,.history-detail-panel,.history-json-item{grid-template-columns:1fr}.history-export-button,.history-pagination-controls .ui-button{width:100%}.reports-header,.reports-legacy-header,.reports-legacy-actions{align-items:stretch;flex-direction:column}.reports-back-button,.reports-legacy-action{width:100%}}.adm-perm-legend{display:flex;flex-wrap:wrap;gap:.4rem 1rem;padding:.5rem .65rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-muted);font-size:.85rem}.adm-perm-legend-item{display:inline-flex;align-items:center;gap:.4rem}.adm-perm-alert--info{background:var(--info-bg);color:var(--info-text);border-color:var(--info-text)}.adm-perm-summary{display:flex;flex-wrap:wrap;gap:1rem}.adm-perm-summary-item{display:flex;flex-direction:column;gap:.1rem;min-width:90px;padding:.5rem .75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-card)}.adm-perm-summary-item strong{font-size:1.15rem;color:var(--text-main)}.cmdb-voip-shell{display:flex;flex-direction:column;gap:.75rem;min-width:0;font-size:.875rem}.cmdb-voip-header{padding:.75rem .85rem}.cmdb-voip-header .cmdb-header-main h2{font-size:1.15rem;line-height:1.2}.cmdb-voip-header .cmdb-header-main p{max-width:58rem;font-size:.8rem;line-height:1.35}.cmdb-voip-header .ui-button{min-height:2.15rem;padding:.4rem .7rem;font-size:.8rem}.cmdb-voip-metrics{grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));gap:.55rem}.cmdb-voip-metric{gap:.25rem;padding:.65rem .75rem;border-left:3px solid var(--primary)}.cmdb-voip-metric>small{font-size:.68rem;letter-spacing:0}.cmdb-voip-metric>strong{font-size:1.08rem;line-height:1.1}.cmdb-voip-metric>span{color:var(--text-muted);font-size:.72rem;line-height:1.25}.cmdb-voip-metric--success{border-left-color:var(--success-text)}.cmdb-voip-metric--warning{border-left-color:var(--warning-text)}.cmdb-voip-metric--danger{border-left-color:var(--danger-text)}.cmdb-voip-metric--info,.cmdb-voip-metric--primary{border-left-color:var(--info-text)}.cmdb-voip-toolbar{display:grid;grid-template-columns:minmax(13rem,1.5fr) repeat(4,minmax(8rem,1fr)) auto;gap:.5rem;align-items:center;padding:.7rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);box-shadow:var(--shadow-sm)}.cmdb-voip-search{min-width:0}.cmdb-voip-toolbar .ui-select,.cmdb-voip-toolbar .cmdb-search-input{width:100%;min-height:2.15rem;font-size:.78rem}.cmdb-voip-checkbox{display:inline-flex;align-items:center;gap:.5rem;min-height:2.15rem;color:var(--text-main);font-size:.78rem;font-weight:700;white-space:nowrap}.cmdb-voip-checkbox input{width:1rem;height:1rem;accent-color:var(--primary)}.cmdb-voip-layout{display:grid;grid-template-columns:minmax(12rem,16rem) minmax(0,1fr) minmax(16rem,19rem);gap:.75rem;align-items:start;min-width:0}.cmdb-voip-pbx-rail,.cmdb-voip-detail-panel,.cmdb-voip-table-wrap{border:1px solid var(--border);border-radius:8px;background:var(--bg-card);box-shadow:var(--shadow-sm)}.cmdb-voip-pbx-rail,.cmdb-voip-detail-panel{padding:.75rem}.cmdb-voip-rail-header{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:.55rem}.cmdb-voip-rail-header h3,.cmdb-voip-detail-header h3,.cmdb-voip-detail-section h4,.cmdb-voip-secret-card h5{margin:0;color:var(--text-main);font-size:.9rem;line-height:1.25}.cmdb-voip-rail-header span,.cmdb-voip-detail-header p,.cmdb-voip-section-head span,.cmdb-voip-muted,.cmdb-voip-stack span,.cmdb-voip-pbx-item small,.cmdb-voip-form-section-head p,.cmdb-voip-mode-card small,.cmdb-voip-mode-note,.cmdb-voip-ip-source,.cmdb-voip-field-helper{color:var(--text-muted)}.cmdb-voip-pbx-list{display:flex;flex-direction:column;gap:.45rem}.cmdb-voip-pbx-detail{display:grid;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.cmdb-voip-pbx-detail h4{margin:0;color:var(--text-main)}.cmdb-voip-pbx-item-wrap{display:grid;gap:.35rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.cmdb-voip-pbx-item-wrap:last-child{border-bottom:0}.cmdb-voip-pbx-item-wrap.is-archived{opacity:.76}.cmdb-voip-pbx-item{display:grid;grid-template-columns:1.7rem minmax(0,1fr) auto;gap:.5rem;align-items:center;width:100%;min-height:2.65rem;padding:.48rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle);color:var(--text-main);text-align:left;cursor:pointer}.cmdb-voip-pbx-item:hover,.cmdb-voip-pbx-item:focus-visible,.cmdb-voip-pbx-item.is-active{border-color:var(--primary);background:var(--info-bg);outline:none}.cmdb-voip-pbx-icon,.cmdb-voip-secret-icon{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--primary)}.cmdb-voip-rail-actions{display:flex;justify-content:flex-end;gap:.3rem}.cmdb-voip-main{min-width:0}.cmdb-voip-table-wrap{overflow-x:clip;overflow-y:visible;height:auto;max-height:none}.cmdb-voip-table{width:100%;min-width:0;table-layout:fixed}.cmdb-voip-table th,.cmdb-voip-table td{padding:.48rem .55rem;vertical-align:top;font-size:.78rem;line-height:1.35}.cmdb-voip-table th{font-size:.7rem;font-weight:800;text-transform:uppercase}.cmdb-voip-table th:nth-child(1){width:19%}.cmdb-voip-table th:nth-child(2){width:11%}.cmdb-voip-table th:nth-child(3),.cmdb-voip-table th:nth-child(4){width:16%}.cmdb-voip-table th:nth-child(5){width:14%}.cmdb-voip-table th:nth-child(6){width:14%}.cmdb-voip-table th:nth-child(7){width:10%}.cmdb-voip-table td{overflow-wrap:anywhere}.cmdb-voip-table td:last-child{overflow-wrap:normal;white-space:nowrap}.cmdb-voip-row.is-selected{background:var(--info-bg)}.cmdb-voip-name-button{display:inline-flex;align-items:center;gap:.4rem;min-height:1.9rem;padding:0;border:0;background:transparent;color:var(--text-main);text-align:left;cursor:pointer}.cmdb-voip-name-button strong,.cmdb-voip-pbx-item strong{display:block;color:var(--text-main);font-size:.82rem;line-height:1.2;overflow-wrap:anywhere}.cmdb-voip-name-button small{display:block;color:var(--text-muted);font-size:.68rem;line-height:1.2}.cmdb-voip-mode-badge{margin-top:.12rem;color:var(--primary);font-weight:800}.cmdb-voip-stack,.cmdb-voip-secret-mini,.cmdb-voip-relation-list{display:flex;flex-direction:column;gap:.2rem}.cmdb-voip-ip-source{font-size:.7rem;line-height:1.25}.cmdb-voip-secret-mini{align-items:flex-start}.cmdb-voip-detail-panel{display:flex;flex-direction:column;gap:.75rem}.cmdb-voip-detail-panel:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.cmdb-voip-detail-header{display:flex;justify-content:space-between;gap:.55rem;align-items:flex-start}.cmdb-voip-detail-header h3{font-size:1rem}.cmdb-voip-detail-header p{font-size:.78rem;line-height:1.3}.cmdb-voip-detail-section{display:grid;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}.cmdb-voip-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;margin:0}.cmdb-voip-facts div,.cmdb-voip-secret-meta div{display:grid;gap:.12rem;min-width:0;padding:.45rem .5rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.cmdb-voip-facts dt,.cmdb-voip-secret-meta dt{color:var(--text-muted);font-size:.66rem;font-weight:700}.cmdb-voip-facts dd,.cmdb-voip-secret-meta dd{margin:0;overflow-wrap:anywhere;color:var(--text-main);font-size:.78rem;font-weight:700;line-height:1.28}.cmdb-voip-relation-list span{padding:.42rem .5rem;border-radius:8px;background:var(--bg-subtle);color:var(--text-muted);font-size:.78rem;line-height:1.3}.cmdb-voip-relation-list strong{color:var(--text-main)}.cmdb-voip-section-head,.cmdb-voip-secret-card-head{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.cmdb-voip-secret-panel{gap:.6rem}.cmdb-voip-secret-card{display:grid;gap:.55rem;padding:.6rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.cmdb-voip-secret-meta{display:grid;grid-template-columns:1fr;gap:.35rem;margin:0}.cmdb-voip-secret-actions{display:flex;flex-wrap:wrap;gap:.4rem}.cmdb-voip-secret-actions .ui-button{min-height:2rem;padding:.34rem .55rem;font-size:.75rem}.cmdb-voip-readonly-note{margin:.55rem 0 0;color:var(--text-muted);font-size:.78rem;line-height:1.35}.cmdb-voip-shell .cmdb-status-chip{min-height:1.22rem;padding:.12rem .35rem;border-radius:.4rem;font-size:.68rem;line-height:1.1;max-width:100%;white-space:normal}.cmdb-voip-shell .table-action-group{gap:.25rem}.cmdb-voip-forbidden{display:flex;gap:1rem;align-items:flex-start;padding:1rem;border:1px solid var(--warning-border);border-radius:8px;background:var(--warning-bg);color:var(--warning-text)}.cmdb-voip-forbidden h2,.cmdb-voip-forbidden p{margin:0}.cmdb-voip-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:color-mix(in srgb,var(--bg-body) 64%,black 36%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cmdb-voip-modal{width:min(42rem,100%);max-height:min(86dvh,52rem);overflow-y:auto;overflow-x:hidden;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text-main);box-shadow:var(--shadow-md)}.cmdb-voip-modal--wide{width:min(58rem,100%)}.cmdb-voip-modal--endpoint-workspace{display:flex;flex-direction:column;width:min(70rem,96vw);max-height:min(92dvh,54rem);overflow:hidden;box-sizing:border-box}.cmdb-voip-modal-header{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start;padding:.9rem 1rem;border-bottom:1px solid var(--border)}.cmdb-voip-modal--endpoint-workspace .cmdb-voip-modal-header{flex:0 0 auto;width:100%;box-sizing:border-box}.cmdb-voip-modal-header-actions{display:inline-flex;flex:0 0 auto;gap:.5rem;align-items:center}.cmdb-voip-modal-mode-badge{display:inline-flex;align-items:center;min-height:1.8rem;max-width:12rem;padding:.22rem .55rem;border:1px solid var(--info-border);border-radius:999px;background:var(--info-bg);color:var(--info-text);font-size:.72rem;font-weight:800;line-height:1.15}.cmdb-voip-modal-header h3,.cmdb-voip-modal-header p{margin:0}.cmdb-voip-modal-header p{margin-top:.25rem;color:var(--text-muted)}.cmdb-voip-form{display:grid;gap:.75rem;padding:.95rem 1rem}.cmdb-voip-form--endpoint-workspace{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;gap:0;padding:0;overflow:hidden;box-sizing:border-box}.cmdb-voip-form-workspace{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(22rem,.85fr);gap:1rem;flex:1 1 auto;min-height:0;width:100%;max-width:none;min-width:0;padding:.85rem 1rem 1rem;overflow-x:hidden;overflow-y:auto;align-items:start;box-sizing:border-box}.cmdb-voip-form-alerts{display:grid;grid-column:1 / -1;gap:.5rem}.cmdb-voip-form-alerts:empty{display:none}.cmdb-voip-form-workflow,.cmdb-voip-form-context{display:grid;gap:.75rem;align-content:start;width:100%;min-width:0;max-width:none;box-sizing:border-box}.cmdb-voip-form-grid--single{grid-template-columns:1fr}.cmdb-voip-form-section{display:grid;gap:.65rem;min-width:0;padding:.7rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.cmdb-voip-form-section-head{display:grid;gap:.16rem}.cmdb-voip-form-section-head h4,.cmdb-voip-form-section-head p,.cmdb-voip-mode-note{margin:0}.cmdb-voip-form-section-head h4{color:var(--text-main);font-size:.85rem;line-height:1.25}.cmdb-voip-form-section-head p,.cmdb-voip-mode-note{font-size:.74rem;line-height:1.35}.cmdb-voip-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.cmdb-voip-mode-card{display:grid;grid-template-columns:1rem minmax(0,1fr);gap:.5rem;align-items:flex-start;min-width:0;padding:.62rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);cursor:pointer;transition:border-color .16s ease,background .16s ease}.cmdb-voip-mode-card:hover,.cmdb-voip-mode-card:focus-within,.cmdb-voip-mode-card.is-active{border-color:var(--primary);background:var(--info-bg)}.cmdb-voip-mode-card input{width:1rem;height:1rem;margin:.1rem 0 0;accent-color:var(--primary)}.cmdb-voip-mode-card strong,.cmdb-voip-mode-card small{display:block;min-width:0;line-height:1.25}.cmdb-voip-mode-card strong{color:var(--text-main);font-size:.78rem}.cmdb-voip-mode-card small{margin-top:.18rem;font-size:.7rem}.cmdb-voip-mode-note{padding:.5rem .58rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card)}.cmdb-voip-mode-note--base{border-color:var(--info-border);background:var(--info-bg);color:var(--info-text);font-weight:700}.cmdb-voip-ip-source-pill{justify-self:start;max-width:100%;padding:.24rem .48rem;border:1px solid var(--info-border);border-radius:999px;background:var(--info-bg);color:var(--info-text);font-size:.72rem;font-weight:800;line-height:1.2}.cmdb-voip-segmented-pills,.cmdb-voip-ip-source-segmented{display:flex;flex-wrap:wrap;gap:.35rem;min-width:0}.cmdb-voip-segmented-pill,.cmdb-voip-ip-source-option{display:inline-flex;align-items:center;justify-content:center;min-height:1.85rem;padding:.24rem .55rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-card);color:var(--text-muted);font-size:.72rem;font-weight:800;line-height:1.15}.cmdb-voip-segmented-pill{cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.cmdb-voip-segmented-pill:hover,.cmdb-voip-segmented-pill:focus-visible,.cmdb-voip-segmented-pill.is-active,.cmdb-voip-ip-source-option.is-active{border-color:var(--primary);background:var(--info-bg);color:var(--info-text)}.cmdb-voip-segmented-pill:focus-visible,.cmdb-voip-advanced-toggle:focus-visible,.cmdb-voip-relation-edit:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.cmdb-voip-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.cmdb-voip-field{display:grid;gap:.25rem;min-width:0}.cmdb-voip-field label,.cmdb-voip-reveal-result label{color:var(--text-main);font-size:.78rem;font-weight:800}.cmdb-voip-field-helper,.cmdb-voip-copy-status{font-size:.72rem}.cmdb-voip-relation-picker{display:grid;gap:.35rem;width:100%;min-width:0;box-sizing:border-box}.cmdb-voip-relation-selected{display:grid;grid-template-columns:1.6rem minmax(0,1fr) auto auto;gap:.35rem;align-items:center;min-height:2.15rem;padding:.35rem .45rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-subtle)}.cmdb-voip-relation-selected strong,.cmdb-voip-relation-selected small{display:block;min-width:0;line-height:1.2;overflow-wrap:break-word;word-break:normal}.cmdb-voip-relation-selected strong{color:var(--text-main);font-size:.78rem}.cmdb-voip-relation-selected small{margin-top:.1rem;color:var(--text-muted);font-size:.68rem}.cmdb-voip-relation-icon{display:inline-flex;align-items:center;justify-content:center;width:1.55rem;height:1.55rem;border:1px solid var(--border);border-radius:8px;color:var(--primary);background:var(--bg-card)}.cmdb-voip-relation-action{width:1.8rem;height:1.8rem;min-height:1.8rem}.cmdb-voip-relation-picker--compact .cmdb-voip-relation-selected{grid-template-columns:1.55rem minmax(0,1fr) auto auto auto;width:100%;min-width:0;padding:.3rem .4rem;box-sizing:border-box}.cmdb-voip-relation-edit{min-height:1.75rem;max-width:5rem;white-space:nowrap;padding:.2rem .5rem;font-size:.72rem}.cmdb-voip-relation-controls{display:grid;gap:.35rem;width:100%;min-width:0}.cmdb-voip-relation-search{min-height:2.05rem}.cmdb-voip-relation-search .cmdb-search-input{min-height:2.05rem;font-size:.76rem}.cmdb-voip-relation-picker .ui-select{min-height:2.1rem;font-size:.76rem}.cmdb-voip-readonly-input{border-style:dashed;background:var(--bg-subtle);color:var(--text-main);font-weight:800}.cmdb-voip-status-select{min-height:2rem;height:2rem;padding-top:.25rem;padding-bottom:.25rem;font-size:.76rem;line-height:1.2}.cmdb-voip-modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;padding-top:.25rem}.cmdb-voip-modal-actions--sticky{flex:0 0 auto;align-items:center;width:100%;padding:.75rem 1rem;border-top:1px solid var(--border);background:var(--bg-card);box-shadow:0 -.25rem .75rem color-mix(in srgb,var(--bg-body) 86%,black 14%);box-sizing:border-box}.cmdb-voip-modal-action-summary{flex:1 1 14rem;min-width:12rem;color:var(--text-muted);font-size:.74rem;font-weight:700;line-height:1.3}.cmdb-voip-modal-action-summary.is-error{color:var(--danger-text)}.cmdb-voip-form-section--advanced{padding:.55rem}.cmdb-voip-advanced-toggle{display:flex;justify-content:space-between;gap:.75rem;align-items:center;width:100%;padding:.45rem .5rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text-main);cursor:pointer;text-align:left}.cmdb-voip-advanced-toggle strong,.cmdb-voip-advanced-toggle small{display:block;line-height:1.25}.cmdb-voip-advanced-toggle strong{font-size:.8rem}.cmdb-voip-advanced-toggle small{margin-top:.1rem;color:var(--text-muted);font-size:.7rem}.cmdb-voip-advanced-toggle>span:last-child{flex:0 0 auto;color:var(--primary);font-size:.72rem;font-weight:800}.cmdb-voip-advanced-body{display:grid;gap:.7rem}.cmdb-voip-form-summary{display:grid;gap:.45rem;margin:0}.cmdb-voip-form-summary div{display:grid;grid-template-columns:minmax(5.5rem,.42fr) minmax(0,1fr);gap:.45rem;align-items:baseline;min-width:0}.cmdb-voip-form-summary dt,.cmdb-voip-form-summary dd{margin:0;min-width:0;line-height:1.25}.cmdb-voip-form-summary dt{color:var(--text-muted);font-size:.7rem;font-weight:800}.cmdb-voip-form-summary dd{color:var(--text-main);font-size:.76rem;font-weight:800;overflow-wrap:break-word;word-break:normal}.cmdb-voip-form-error,.cmdb-voip-warning-box{display:flex;gap:.5rem;align-items:flex-start;padding:.6rem;border-radius:8px}.cmdb-voip-form-error{border:1px solid var(--danger-border);background:var(--danger-bg);color:var(--danger-text)}.cmdb-voip-warning-box{border:1px solid var(--warning-border);background:var(--warning-bg);color:var(--warning-text)}.cmdb-voip-reveal-result{display:grid;gap:.4rem;padding:.65rem;border:1px solid var(--info-border);border-radius:8px;background:var(--info-bg)}.cmdb-voip-revealed-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.4rem}.cmdb-voip-copy-status{color:var(--info-text);font-weight:700}@media (max-width: 1280px){.cmdb-voip-layout{grid-template-columns:minmax(13rem,17rem) minmax(0,1fr)}.cmdb-voip-detail-panel{grid-column:1 / -1}}@media (max-width: 980px){.cmdb-voip-toolbar,.cmdb-voip-layout,.cmdb-voip-form-workspace,.cmdb-voip-mode-grid,.cmdb-voip-form-grid{grid-template-columns:1fr}.cmdb-voip-table-wrap{overflow-x:auto;overflow-y:visible;height:auto;max-height:none}.cmdb-voip-table{min-width:760px}.cmdb-voip-pbx-rail,.cmdb-voip-detail-panel{width:100%}}@media (max-width: 640px){.cmdb-voip-header,.cmdb-voip-modal-header,.cmdb-voip-detail-header,.cmdb-voip-section-head,.cmdb-device-profile-voip-card .cmdb-device-profile-section-header{flex-direction:column;align-items:stretch}.cmdb-voip-facts,.cmdb-device-profile-voip-facts,.cmdb-voip-revealed-row{grid-template-columns:1fr}.cmdb-voip-modal-backdrop{align-items:flex-start;padding:.75rem}.cmdb-voip-modal{max-height:94vh}.cmdb-voip-modal--endpoint-workspace{width:min(100%,calc(100vw - 1.5rem));max-height:94vh}.cmdb-voip-form-workspace{padding:.7rem}.cmdb-voip-modal-actions--sticky{align-items:stretch;padding:.7rem}.cmdb-voip-modal-action-summary{flex-basis:100%;min-width:0}.cmdb-voip-relation-picker--compact .cmdb-voip-relation-selected,.cmdb-voip-form-summary div{grid-template-columns:1fr}}.evaluations-native-headcard{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;padding:.75rem .9rem;margin:0 0 .75rem}.evaluations-native-headcard-id{font-size:1.15rem;font-weight:700}.evaluations-native-headcard-meta{color:var(--text-muted)}.evaluations-native-headcard-spacer{margin-left:auto}.evaluations-native-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem;margin:0}.evaluations-native-section{background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;padding:.75rem .9rem;min-width:0}.evaluations-native-section>h4{margin:0 0 .5rem;font-size:.9rem;color:var(--primary);border-bottom:1px solid var(--border);padding-bottom:.35rem}.evaluations-native-detail{margin:0;display:grid;gap:.45rem}.evaluations-native-detail>div{display:grid;gap:.05rem;min-width:0}.evaluations-native-detail dt{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em}.evaluations-native-detail dd{margin:0;word-break:break-word}.evaluations-native-next{margin-top:.75rem}.evaluations-native-actions{display:grid;gap:.5rem}.evaluations-native-action{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;padding:.6rem .75rem}.evaluations-native-action-meta{flex:1 1 60%;min-width:0}.evaluations-native-action-meta strong{display:block}.evaluations-native-action-effect{color:var(--text-muted);font-size:.85rem;margin:.15rem 0 .25rem}.evaluations-native-modal{display:flex;flex-direction:column;max-height:88vh;width:100%;min-height:0;padding:0;overflow:hidden}.evaluations-native-modal--danger{border-top:3px solid var(--danger-text, var(--danger, #c0392b))}.evaluations-native-modal-header{flex:0 0 auto;padding:.9rem 1.1rem;border-bottom:1px solid var(--border)}.evaluations-native-modal-header>h3{margin:0;font-size:1.05rem}.evaluations-native-modal>.ui-section-header{flex:0 0 auto;padding:.9rem 1.1rem;margin:0;border-bottom:1px solid var(--border)}.evaluations-native-modal-body{overflow-y:auto;min-height:0;flex:1 1 auto;padding:.9rem 1.1rem}.evaluations-native-modal-footer{position:sticky;bottom:0;flex:0 0 auto;display:flex;gap:.5rem;justify-content:flex-end;align-items:center;flex-wrap:wrap;padding:.75rem 1.1rem;border-top:1px solid var(--border);background:var(--bg-card)}.evaluations-native-modal-context{background:var(--bg-muted);border:1px solid var(--border);border-radius:.5rem;padding:.5rem .7rem;margin:0 0 .75rem;display:flex;flex-wrap:wrap;gap:.35rem .75rem;align-items:center}.evaluations-native-criteria-summary{position:sticky;top:0;z-index:1;background:var(--bg-muted);border:1px solid var(--border);border-radius:.5rem;padding:.5rem .6rem;margin:0 0 .5rem;display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:center}.evaluations-native-criteria-scroll{max-height:320px;overflow-y:auto;border:1px solid var(--border);border-radius:.5rem;padding:.5rem}.evaluations-native-criteria-group{border:none;margin:0 0 .6rem;padding:0}.evaluations-native-criteria-group>legend{font-weight:600;padding:0;margin:0 0 .25rem;color:var(--primary)}.evaluations-native-criteria-option{display:flex;align-items:flex-start;gap:.5rem;padding:.35rem .3rem;border-radius:.35rem;cursor:pointer}.evaluations-native-segmented{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 .75rem}.evaluations-native-collapsible{border:1px solid var(--border);border-radius:.5rem;padding:.4rem .6rem;margin:0 0 .5rem;background:var(--bg-card)}.evaluations-native-collapsible>summary{cursor:pointer;font-weight:600;padding:.2rem 0;list-style:revert}.evaluations-native-crit-row{padding:.35rem 0;border-top:1px solid var(--border)}.evaluations-native-crit-row:first-of-type{border-top:none}.evaluations-native-form-section{background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;padding:.75rem .9rem;margin:0 0 .6rem}.evaluations-native-form-section>h4{margin:0 0 .5rem;font-size:.9rem;color:var(--primary)}.evaluations-native-field-grid{display:grid;gap:.6rem}.evaluations-native-field-grid--2{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.evaluations-native-field-grid--3{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.evaluations-native-field label{display:block;margin-bottom:.25rem}.evaluations-native-help{color:var(--text-muted);font-size:.85rem;margin:.25rem 0 0}.evaluations-native-criteria-list{list-style:none;margin:0;padding:0}.evaluations-native-criteria-list .evaluations-native-crit-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.evaluations-native-crit-score{flex:0 0 auto;white-space:nowrap;font-size:.85rem}.evaluations-native-score-matrix{display:grid;gap:.4rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:.5rem;padding:.6rem .75rem}.evaluations-native-score-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.4rem 0;border-top:1px solid var(--border)}.evaluations-native-score-row:first-of-type{border-top:none}.evaluations-native-score-meta{min-width:0}.evaluations-native-score-buttons{display:flex;gap:.25rem;flex:0 0 auto}.evaluations-native-score-buttons .ui-button{min-width:2.25rem;padding-left:.5rem;padding-right:.5rem}.evaluations-native-score-summary{display:flex;flex-wrap:wrap;gap:.4rem 1rem;margin-top:.25rem;padding-top:.5rem;border-top:1px solid var(--border);font-size:.9rem}.evaluations-native-admin-section{margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.evaluations-native-admin-section:last-of-type{border-bottom:none}.evaluations-native-admin-row{padding:.35rem 0;border-top:1px solid var(--border)}.evaluations-native-admin-row:first-of-type{border-top:none}.evaluations-native-admin-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.evaluations-native-admin-item-meta{min-width:0}.evaluations-native-admin-actions{display:flex;gap:.4rem;flex:0 0 auto;flex-wrap:wrap}.evaluations-native-admin-edit{display:grid;gap:.5rem}.evaluations-native-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.6rem}.evaluations-native-admin-form{background:var(--bg-muted);border:1px solid var(--border);border-radius:.5rem;padding:.6rem .75rem;margin-top:.75rem}.evaluations-native-danger-zone{margin-top:16px;padding:.75rem .9rem;border:1px solid var(--danger-text, var(--danger, #c0392b));border-radius:.5rem;background:color-mix(in srgb,var(--danger-text, #c0392b) 6%,transparent)}.evaluations-native-danger-zone>h4{margin:0 0 .4rem;font-size:.95rem;color:var(--danger-text, var(--danger, #c0392b))}.evaluations-native-danger-actions{display:flex;gap:.5rem;flex-wrap:wrap}.evaluations-native-headcard,.evaluations-native-section,.evaluations-native-action,.evaluations-native-form-section{box-shadow:0 1px 2px #0000000a}.evaluations-native-sections{gap:.85rem}.evaluations-native-headcard{padding:.85rem 1rem;border-left:3px solid var(--primary);gap:.5rem 1rem}.evaluations-native-headcard-id{font-size:1.2rem;letter-spacing:-.01em}.evaluations-native-section{padding:.85rem 1rem}.evaluations-native-section>h4,.evaluations-native-form-section>h4{font-size:.95rem;font-weight:700;letter-spacing:.01em;text-transform:none}.evaluations-native-detail{gap:.55rem}.evaluations-native-detail dd{font-size:.95rem;line-height:1.4}.evaluations-native-action{transition:border-color .15s ease,box-shadow .15s ease}.evaluations-native-action:hover{border-color:var(--primary);box-shadow:0 2px 8px #0000000f}.evaluations-native-action-meta strong{font-size:.98rem}.evaluations-native-section .ui-empty-state,.evaluations-native-next .ui-empty-state{background:var(--bg-muted);border:1px dashed var(--border);border-radius:.4rem;padding:.6rem .75rem;color:var(--text-muted);font-size:.9rem}.evaluations-native-modal>.ui-section-header,.evaluations-native-modal-header{background:var(--bg-muted)}.evaluations-native-modal-context{gap:.4rem .85rem;padding:.6rem .8rem}.evaluations-native-score-row{border-radius:.35rem;padding:.45rem .4rem;transition:background .12s ease}.evaluations-native-score-row:hover{background:var(--bg-card)}.evaluations-native-score-buttons .ui-button{transition:transform .08s ease}.evaluations-native-score-buttons .ui-button:active{transform:translateY(1px)}.evaluations-native-score-summary{font-weight:600}.evaluations-native-admin-section{margin-bottom:1.1rem}.evaluations-native-admin-row{border-radius:.35rem;padding:.45rem .4rem;transition:background .12s ease}.evaluations-native-admin-row:hover{background:var(--bg-muted)}.evaluations-native-danger-zone{padding:.85rem 1rem}.evaluations-native-danger-zone>h4{font-size:1rem;font-weight:700;display:flex;align-items:center;gap:.4rem}.evaluations-native-danger-zone>h4:before{content:"⚠";font-size:1.05rem}.evaluations-native-danger-actions{margin-top:.6rem;gap:.6rem}.evaluations-native-doc-action{font-weight:600}.evaluations-native-modal-body{padding:1rem 1.15rem}.evaluations-native-modal-body>p{line-height:1.5}.evaluations-native-modal-context{border-left:3px solid var(--primary);font-size:.92rem}.evaluations-native-criteria-summary{font-weight:600;gap:.5rem 1rem;padding:.6rem .8rem}.evaluations-native-criteria-scroll{max-height:44vh;padding:.6rem}.evaluations-native-criteria-group>legend{font-size:.95rem;margin-bottom:.4rem}.evaluations-native-criteria-option{padding:.5rem;border:1px solid transparent;transition:background .12s ease,border-color .12s ease}.evaluations-native-criteria-option:hover{background:var(--bg-muted)}.evaluations-native-criteria-option:has(input:checked){background:color-mix(in srgb,var(--primary) 10%,transparent);border-color:color-mix(in srgb,var(--primary) 45%,transparent)}.evaluations-native-score-row{padding:.6rem .5rem;gap:.75rem 1rem}.evaluations-native-score-meta strong{font-size:.98rem}.evaluations-native-score-buttons{gap:.35rem;align-items:center}.evaluations-native-score-buttons .ui-button{min-width:2.5rem;border:1px solid var(--border);border-radius:.45rem;font-weight:700;transition:border-color .12s ease,box-shadow .12s ease,transform .08s ease}.evaluations-native-score-buttons .ui-button:hover{border-color:var(--primary)}.evaluations-native-score-buttons .ui-button-primary{box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 35%,transparent)}.evaluations-native-score-summary{background:var(--bg-card);border-radius:.4rem;padding:.5rem .7rem;font-weight:600}.evaluations-native-modal--danger .evaluations-native-modal-header,.evaluations-native-modal--danger>.ui-section-header{background:color-mix(in srgb,var(--danger-text, #c0392b) 10%,transparent)}.evaluations-native-modal--danger .evaluations-native-modal-context{border-left-color:var(--danger-text, var(--danger, #c0392b))}.hr-lifecycle-shell{display:grid;gap:1rem;color:var(--text-main)}.hr-lifecycle-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-sm)}.hr-lifecycle-header h2,.hr-lifecycle-detail-head h3,.hr-lifecycle-detail-section h4{margin:0;color:var(--text-main)}.hr-lifecycle-eyebrow{margin:0 0 .25rem;color:var(--text-muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:0}.hr-lifecycle-header-meta{display:grid;gap:.25rem;min-width:8rem;padding:.62rem .75rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:.5rem}.hr-lifecycle-meta-label{color:var(--text-muted);font-size:.72rem;font-weight:700}.hr-lifecycle-scope{color:var(--primary);font-weight:900}.hr-lifecycle-contract-strip{display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding:.75rem .9rem;color:var(--text-main);background:var(--bg-card);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:.5rem;box-shadow:var(--shadow-sm)}.hr-lifecycle-contract-strip strong{display:block;overflow-wrap:anywhere}.hr-lifecycle-contract-strip>span{color:var(--text-muted);font-size:.8rem;font-weight:700;text-align:right;overflow-wrap:anywhere}.hr-lifecycle-compact-info{display:grid;gap:.38rem;max-width:36rem;min-width:0;color:var(--text-muted);font-size:.78rem;font-weight:750}.hr-lifecycle-compact-info summary{display:inline-flex;align-items:center;gap:.38rem;width:max-content;max-width:100%;color:var(--primary);cursor:pointer;list-style:none}.hr-lifecycle-compact-info summary::-webkit-details-marker{display:none}.hr-lifecycle-compact-info summary span{overflow-wrap:anywhere}.hr-lifecycle-compact-info p{margin:0;color:var(--text-muted);line-height:1.45}.hr-lifecycle-scenario-strip{display:grid;gap:.75rem;padding:.85rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-sm)}.hr-lifecycle-scenario-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.hr-lifecycle-scenario-head h3{margin:.1rem 0 0;color:var(--text-main);font-size:1rem}.hr-lifecycle-scenario-head>span{max-width:34rem;color:var(--text-muted);font-size:.8rem;font-weight:700;line-height:1.45;text-align:right}.hr-lifecycle-scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.hr-lifecycle-scenario-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.45rem .55rem;min-width:0;padding:.75rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 2px #0f172a0a}.hr-lifecycle-scenario-icon{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,var(--bg-card));border:1px solid color-mix(in srgb,var(--primary) 20%,var(--border));border-radius:8px}.hr-lifecycle-scenario-card strong{color:var(--text-main);font-size:.86rem;overflow-wrap:anywhere}.hr-lifecycle-scenario-card span:not(.hr-lifecycle-scenario-icon){color:var(--text-muted);font-size:.76rem;font-weight:700;line-height:1.35;overflow-wrap:anywhere}.hr-lifecycle-scenario-card small{grid-column:1 / -1;color:var(--text-muted);font-size:.72rem;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.hr-lifecycle-toolbar{display:grid;grid-template-columns:minmax(10rem,.8fr) minmax(10rem,.8fr) minmax(14rem,1.4fr) auto;align-items:end;gap:.75rem;padding:.85rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem}.hr-lifecycle-filter{display:grid;gap:.35rem;min-width:0;color:var(--text-muted);font-size:.78rem;font-weight:700}.hr-lifecycle-filter--search{min-width:min(22rem,100%)}.hr-lifecycle-toolbar-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.hr-lifecycle-toolbar-actions .ui-button{min-height:2.35rem}.hr-lifecycle-smoke-panel{display:grid;gap:.75rem;padding:.9rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-sm)}.hr-lifecycle-smoke-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.hr-lifecycle-smoke-head h3{margin:0;color:var(--text-main);font-size:1rem}.hr-lifecycle-smoke-form{display:grid;grid-template-columns:minmax(10rem,.8fr) minmax(14rem,1fr) minmax(14rem,1fr);gap:.75rem;align-items:end}.hr-lifecycle-filter--wide{grid-column:1 / -1}.hr-lifecycle-textarea{min-height:4.5rem;resize:vertical}.hr-lifecycle-smoke-actions{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;justify-content:flex-end;grid-column:1 / -1;color:var(--text-muted);font-size:.78rem;font-weight:700}.hr-lifecycle-service-access-draft-panel{display:grid;grid-column:1 / -1;gap:.65rem;padding:.75rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:8px}.hr-lifecycle-service-access-draft-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.hr-lifecycle-service-access-draft-head strong{color:var(--text-main)}.hr-lifecycle-service-access-draft-grid{display:grid;grid-template-columns:minmax(12rem,1fr) minmax(9rem,.7fr) minmax(8rem,.6fr) minmax(9rem,.7fr);gap:.65rem;align-items:end}.hr-lifecycle-service-access-checkbox{display:inline-flex;align-items:center;gap:.45rem;min-height:2.35rem;color:var(--text-main);font-size:.82rem;font-weight:800}.hr-lifecycle-service-access-checkbox input{width:1rem;height:1rem;accent-color:var(--primary)}.hr-lifecycle-service-access-draft-note{margin:0;color:var(--text-muted);font-size:.78rem;font-weight:700}.hr-lifecycle-onboarding-draft-panel{display:grid;grid-column:1 / -1;gap:.85rem;padding:.85rem;background:color-mix(in srgb,var(--bg-muted) 86%,var(--bg-card));border:1px solid var(--border);border-radius:8px}.hr-lifecycle-onboarding-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.hr-lifecycle-onboarding-title{display:flex;align-items:center;gap:.6rem;min-width:0}.hr-lifecycle-onboarding-title-icon,.hr-lifecycle-onboarding-section-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,var(--bg-card));border:1px solid color-mix(in srgb,var(--primary) 20%,var(--border));border-radius:8px}.hr-lifecycle-onboarding-title-icon{width:2.25rem;height:2.25rem}.hr-lifecycle-onboarding-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.hr-lifecycle-onboarding-section{display:grid;gap:.7rem;min-width:0;padding:.75rem;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid color-mix(in srgb,var(--primary) 45%,var(--border));border-radius:8px;box-shadow:0 1px 2px #0f172a0a}.hr-lifecycle-onboarding-section-head{display:flex;align-items:flex-start;gap:.55rem;min-width:0}.hr-lifecycle-onboarding-section-head>div{display:grid;gap:.08rem;min-width:0}.hr-lifecycle-onboarding-section-icon{width:1.9rem;height:1.9rem;flex:0 0 auto}.hr-lifecycle-onboarding-section h4{margin:0;color:var(--text-main);font-size:.9rem}.hr-lifecycle-onboarding-section small{color:var(--text-muted);font-size:.76rem;font-weight:700;line-height:1.4}.hr-lifecycle-onboarding-section .hr-lifecycle-compact-info{max-width:none}.hr-lifecycle-onboarding-checkboxes{display:flex;flex-wrap:wrap;gap:.55rem .85rem;color:var(--text-main);font-size:.82rem;font-weight:800}.hr-lifecycle-onboarding-checkboxes label,.hr-lifecycle-onboarding-checkboxes span{display:inline-flex;align-items:center;gap:.4rem}.hr-lifecycle-onboarding-checkboxes input{width:1rem;height:1rem;accent-color:var(--primary)}.hr-lifecycle-onboarding-note{margin:0;color:var(--text-muted);font-size:.78rem;font-weight:800;line-height:1.45}.hr-lifecycle-success{padding:.7rem .85rem;color:var(--success-text);background:var(--success-bg);border:1px solid var(--success-border);border-radius:.5rem;font-weight:700}.hr-lifecycle-summary{display:flex;flex-wrap:wrap;gap:.5rem;color:var(--text-muted);font-size:.82rem}.hr-lifecycle-summary span{padding:.35rem .55rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:.45rem}.hr-lifecycle-task-queue{display:grid;gap:.8rem;min-width:0;padding:.9rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-sm)}.hr-lifecycle-task-queue-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.hr-lifecycle-task-queue-head h3{margin:0;color:var(--text-main);font-size:1rem}.hr-lifecycle-task-queue-toolbar{display:grid;grid-template-columns:repeat(3,minmax(10rem,1fr)) auto;align-items:end;gap:.75rem}.hr-lifecycle-task-queue-table{min-width:900px}.hr-lifecycle-access-queue-table{min-width:1120px}.hr-lifecycle-service-access-queue-toolbar{grid-template-columns:repeat(3,minmax(10rem,1fr)) auto}.hr-lifecycle-inline-actions{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.hr-lifecycle-compact-action{min-height:2rem;padding:.35rem .55rem;font-size:.82rem}.hr-lifecycle-action-hint{color:var(--text-muted);font-size:.78rem;font-weight:700;overflow-wrap:anywhere}.hr-lifecycle-task-queue-note{display:flex;align-items:flex-start;gap:.45rem;color:var(--text-muted);font-size:.8rem}.hr-lifecycle-task-queue-note svg{flex:0 0 auto;color:var(--primary)}.hr-lifecycle-alert{padding:.7rem .85rem;color:var(--danger-text);background:var(--danger-bg);border:1px solid var(--danger-border);border-radius:.5rem;font-weight:700}.hr-lifecycle-layout{display:grid;grid-template-columns:minmax(38rem,1.25fr) minmax(24rem,.75fr);gap:1rem;align-items:start}.hr-lifecycle-list-panel,.hr-lifecycle-detail-panel{min-width:0;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-sm)}.hr-lifecycle-table-wrap{min-width:0;overflow-x:auto}.hr-lifecycle-table{width:100%;min-width:820px;border-collapse:collapse;table-layout:fixed}.hr-lifecycle-table th,.hr-lifecycle-table td{padding:.65rem .75rem;vertical-align:top;border-bottom:1px solid var(--border)}.hr-lifecycle-table th{color:var(--text-muted);background:var(--bg-muted);font-size:.72rem;font-weight:800;text-align:left;text-transform:uppercase;letter-spacing:0}.hr-lifecycle-table tbody tr.is-selected td,.hr-lifecycle-table tbody tr:hover td{background:var(--bg-muted)}.hr-lifecycle-row-button{display:grid;gap:.2rem;width:100%;padding:0;color:inherit;text-align:left;background:transparent;border:0;cursor:pointer}.hr-lifecycle-row-button span{color:var(--primary);font-weight:900}.hr-lifecycle-row-button strong,.hr-lifecycle-stack span,.hr-lifecycle-mini-row strong{min-width:0;overflow-wrap:anywhere}.hr-lifecycle-stack{display:grid;gap:.28rem;min-width:0}.hr-lifecycle-stack small,.hr-lifecycle-mini-row small{color:var(--text-muted);overflow-wrap:anywhere}.hr-lifecycle-counts{display:flex;flex-wrap:wrap;gap:.35rem}.hr-lifecycle-counts span,.hr-lifecycle-code{display:inline-flex;align-items:center;max-width:100%;padding:.16rem .4rem;color:var(--text-muted);background:var(--bg-muted);border:1px solid var(--border);border-radius:.35rem;font-size:.72rem;font-weight:700;overflow-wrap:anywhere}.hr-lifecycle-badge{display:inline-flex;align-items:center;width:fit-content;max-width:100%;padding:.18rem .5rem;border:1px solid var(--border);border-radius:999px;font-size:.74rem;font-weight:800;overflow-wrap:anywhere}.hr-lifecycle-badge--success{color:var(--success-text);background:var(--success-bg);border-color:var(--success-border)}.hr-lifecycle-badge--warning{color:var(--warning-text);background:var(--warning-bg);border-color:var(--warning-border)}.hr-lifecycle-badge--danger{color:var(--danger-text);background:var(--danger-bg);border-color:var(--danger-border)}.hr-lifecycle-badge--info{color:var(--info-text);background:var(--info-bg);border-color:var(--info-border)}.hr-lifecycle-badge--neutral{color:var(--text-muted);background:var(--bg-muted);border-color:var(--border)}.hr-lifecycle-detail-panel{position:sticky;top:1rem;max-height:calc(100vh - 7rem);overflow:auto;padding:.85rem}.hr-lifecycle-detail{display:grid;gap:.85rem}.hr-lifecycle-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.hr-lifecycle-detail-head svg{flex:0 0 auto;color:var(--primary)}.hr-lifecycle-submit-panel{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.7rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:.5rem}.hr-lifecycle-submit-panel h4,.hr-lifecycle-submit-panel p{margin:0}.hr-lifecycle-submit-panel p{margin-top:.25rem;color:var(--text-muted);font-size:.8rem;line-height:1.45}.hr-lifecycle-submit-panel .ui-button{flex:0 0 auto;min-height:2.25rem}.hr-lifecycle-transition-panel{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.7rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:.5rem}.hr-lifecycle-transition-panel>div:first-child{display:grid;gap:.25rem;min-width:0}.hr-lifecycle-transition-panel h4,.hr-lifecycle-transition-panel p{margin:0}.hr-lifecycle-transition-panel p{color:var(--text-muted);font-size:.8rem;line-height:1.45}.hr-lifecycle-transition-panel small{color:var(--text-muted);font-size:.76rem;font-weight:700;line-height:1.35}.hr-lifecycle-transition-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.hr-lifecycle-transition-actions .ui-button{min-height:2.25rem}.hr-lifecycle-inline-meta{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-top:.45rem}.hr-lifecycle-detail-section{display:grid;gap:.6rem;min-width:0}.hr-lifecycle-detail-section-head{display:flex;align-items:flex-start;gap:.55rem;min-width:0}.hr-lifecycle-detail-section-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,var(--bg-muted));border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border));border-radius:8px}.hr-lifecycle-detail-section-head>div{display:grid;gap:.16rem;min-width:0}.hr-lifecycle-detail-section-head small{color:var(--text-muted);font-size:.76rem;font-weight:750;line-height:1.35}.hr-lifecycle-definition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:0}.hr-lifecycle-definition-grid div{min-width:0;padding:.55rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:.42rem}.hr-lifecycle-definition-grid dt{color:var(--text-muted);font-size:.72rem;font-weight:800}.hr-lifecycle-definition-grid dd{margin:.18rem 0 0;overflow-wrap:anywhere}.hr-lifecycle-mini-list{display:grid;gap:.45rem}.hr-lifecycle-mini-row{display:grid;grid-template-columns:minmax(0,1fr);gap:.5rem;min-width:0;padding:.62rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:.45rem}.hr-lifecycle-mini-meta{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;color:var(--text-muted);font-size:.76rem}.hr-lifecycle-mini-row--service-access{border-color:color-mix(in srgb,var(--primary) 28%,var(--border))}.hr-lifecycle-mini-row--onboarding{border-color:color-mix(in srgb,var(--primary) 22%,var(--border))}.hr-lifecycle-service-access-contract{display:grid;gap:.55rem;min-width:0;padding:.65rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.hr-lifecycle-service-access-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;min-width:0}.hr-lifecycle-service-access-head>div{display:grid;gap:.15rem;min-width:0}.hr-lifecycle-service-access-head strong{overflow-wrap:anywhere}.hr-lifecycle-service-access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin:0}.hr-lifecycle-service-access-grid div{min-width:0;padding:.5rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:6px}.hr-lifecycle-service-access-grid dt{color:var(--text-muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.hr-lifecycle-service-access-grid dd{margin:.18rem 0 0;overflow-wrap:anywhere}.hr-lifecycle-service-access-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.hr-lifecycle-service-access-actions .ui-button{min-height:2.25rem}.hr-lifecycle-onboarding-summary{display:grid;gap:.65rem;min-width:0;padding:.65rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.hr-lifecycle-onboarding-summary-note{margin:0;color:var(--text-muted);font-size:.8rem;font-weight:800;line-height:1.45}.hr-lifecycle-onboarding-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.hr-lifecycle-onboarding-summary-card{display:grid;gap:.45rem;min-width:0;padding:.58rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:6px}.hr-lifecycle-onboarding-summary-card--access{grid-column:1 / -1}.hr-lifecycle-onboarding-summary-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;min-width:0}.hr-lifecycle-onboarding-summary-card h5{margin:0;color:var(--text-main);font-size:.86rem}.hr-lifecycle-onboarding-summary-card p{margin:0;color:var(--text-muted);font-size:.78rem;font-weight:800;line-height:1.45}.hr-lifecycle-onboarding-summary-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin:0}.hr-lifecycle-onboarding-summary-card dt{color:var(--text-muted);font-size:.68rem;font-weight:900;text-transform:uppercase}.hr-lifecycle-onboarding-summary-card dd{margin:.15rem 0 0;color:var(--text-main);overflow-wrap:anywhere}.hr-lifecycle-onboarding-summary-list{display:grid;gap:.35rem;min-width:0}.hr-lifecycle-onboarding-summary-list strong{color:var(--text-muted);font-size:.7rem;text-transform:uppercase}.hr-lifecycle-onboarding-summary-list ul{display:grid;gap:.28rem;margin:0;padding-left:1rem}.hr-lifecycle-onboarding-summary-list li{overflow-wrap:anywhere}.hr-lifecycle-onboarding-realization{display:grid;gap:.55rem;min-width:0;padding:.62rem;background:var(--bg-muted);border:1px dashed var(--border);border-radius:8px}.hr-lifecycle-onboarding-realization>p{margin:0;color:var(--text-muted);font-size:.8rem;font-weight:800;line-height:1.45}.hr-lifecycle-onboarding-realization-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.hr-lifecycle-onboarding-realization-item{display:grid;gap:.42rem;min-width:0;padding:.58rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px}.hr-lifecycle-onboarding-realization-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;min-width:0}.hr-lifecycle-onboarding-realization-head>div{display:grid;gap:.14rem;min-width:0}.hr-lifecycle-onboarding-realization-head strong{color:var(--text-main);overflow-wrap:anywhere}.hr-lifecycle-onboarding-realization-head small,.hr-lifecycle-onboarding-realization-item>small{color:var(--text-muted);font-size:.72rem;font-weight:800;line-height:1.35}.hr-lifecycle-onboarding-realization-item p{margin:0;color:var(--text-main);font-size:.8rem;line-height:1.45}.hr-lifecycle-onboarding-realization-item ul{display:grid;gap:.24rem;margin:0;padding-left:1rem;color:var(--text-muted);font-size:.78rem}.hr-lifecycle-onboarding-realization-item li{overflow-wrap:anywhere}.hr-lifecycle-onboarding-task-link{display:grid;gap:.35rem;min-width:0;padding:.48rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:6px}.hr-lifecycle-onboarding-task-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.35rem .5rem;align-items:start;min-width:0}.hr-lifecycle-onboarding-task-row>div{display:grid;gap:.12rem;min-width:0}.hr-lifecycle-onboarding-task-row strong{color:var(--text-main);font-size:.78rem;overflow-wrap:anywhere}.hr-lifecycle-onboarding-task-row small{grid-column:1 / -1;color:var(--text-muted);font-size:.72rem;font-weight:800;line-height:1.35}.hr-lifecycle-onboarding-task-row--missing{grid-template-columns:auto minmax(0,1fr);align-items:center}.hr-lifecycle-onboarding-task-row--missing small{grid-column:auto}.hr-lifecycle-employee-checklist,.hr-lifecycle-equipment-checklist{display:grid;gap:.5rem;min-width:0;padding:.56rem;background:color-mix(in srgb,var(--primary) 5%,var(--bg-muted));border:1px solid color-mix(in srgb,var(--primary) 18%,var(--border));border-radius:8px}.hr-lifecycle-employee-checklist-source,.hr-lifecycle-equipment-checklist-source{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;margin:0}.hr-lifecycle-employee-checklist-source div,.hr-lifecycle-equipment-checklist-source div{min-width:0;padding:.45rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px}.hr-lifecycle-employee-checklist-source dt,.hr-lifecycle-equipment-checklist-source dt{color:var(--text-muted);font-size:.66rem;font-weight:900;text-transform:uppercase}.hr-lifecycle-employee-checklist-source dd,.hr-lifecycle-equipment-checklist-source dd{margin:.14rem 0 0;overflow-wrap:anywhere}.hr-lifecycle-employee-checklist-grid,.hr-lifecycle-equipment-checklist-grid{display:grid;gap:.36rem;min-width:0}.hr-lifecycle-employee-checklist-item,.hr-lifecycle-equipment-checklist-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.35rem;align-items:start;min-width:0;padding:.48rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px}.hr-lifecycle-employee-checklist-item>div,.hr-lifecycle-equipment-checklist-item>div{display:grid;gap:.12rem;min-width:0}.hr-lifecycle-employee-checklist-item strong,.hr-lifecycle-equipment-checklist-item strong{color:var(--text-main);font-size:.78rem;overflow-wrap:anywhere}.hr-lifecycle-employee-checklist-item small,.hr-lifecycle-equipment-checklist-item small{color:var(--text-muted);font-size:.72rem;font-weight:800;line-height:1.35}.hr-lifecycle-task-effect-note{padding:.45rem .52rem;color:var(--text-muted);font-size:.76rem;font-weight:800;line-height:1.4;background:var(--bg-card);border:1px dashed var(--border);border-radius:6px}.hr-lifecycle-approval-matrix{display:grid;gap:.55rem;min-width:0;padding:.6rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:8px}.hr-lifecycle-future-diagnostics{display:grid;gap:.55rem;min-width:0;padding:.6rem;background:var(--bg-card);border:1px dashed var(--border);border-radius:8px}.hr-lifecycle-future-diagnostics summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--text-main);cursor:pointer;font-weight:900;list-style:none}.hr-lifecycle-future-diagnostics summary::-webkit-details-marker{display:none}.hr-lifecycle-future-diagnostics summary:after{content:"+";color:var(--primary);font-weight:900}.hr-lifecycle-future-diagnostics[open] summary:after{content:"-"}.hr-lifecycle-future-diagnostics summary small{color:var(--text-muted);font-size:.74rem;font-weight:800;text-align:right}.hr-lifecycle-future-diagnostics>p{margin:0;color:var(--text-muted);font-size:.8rem;line-height:1.45}.hr-lifecycle-approval-matrix>p{margin:0;color:var(--text-muted);font-size:.82rem;line-height:1.45}.hr-lifecycle-approval-matrix-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.hr-lifecycle-approval-step{display:grid;gap:.35rem;min-width:0;padding:.55rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px}.hr-lifecycle-approval-step-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;min-width:0}.hr-lifecycle-approval-step-head strong{overflow-wrap:anywhere}.hr-lifecycle-approval-step small{color:var(--text-muted);font-size:.74rem;font-weight:800}.hr-lifecycle-approval-step p{margin:0;color:var(--text-main);font-size:.8rem;line-height:1.42}.hr-lifecycle-approval-step ul{display:grid;gap:.18rem;margin:0;padding-left:1rem;color:var(--text-muted);font-size:.76rem;line-height:1.35}.hr-lifecycle-business-approval{display:grid;gap:.55rem;min-width:0;padding:.6rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:8px}.hr-lifecycle-business-approval>p,.hr-lifecycle-business-approval>small{margin:0;color:var(--text-muted);font-size:.82rem;line-height:1.45}.hr-lifecycle-business-approval-note{display:grid;gap:.28rem;min-width:0;color:var(--text-muted);font-size:.74rem;font-weight:800}.hr-lifecycle-business-approval-summary{display:grid;gap:.25rem;min-width:0;padding:.55rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px}.hr-lifecycle-business-approval-summary p{margin:0;color:var(--text-main);font-size:.82rem;font-weight:800}.hr-lifecycle-business-approval-summary small{color:var(--text-muted);font-size:.76rem;overflow-wrap:anywhere}.hr-lifecycle-task-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:end;padding-top:.5rem;border-top:1px solid var(--border)}.hr-lifecycle-task-status{display:grid;gap:.28rem;color:var(--text-muted);font-size:.74rem;font-weight:800}.hr-lifecycle-task-actions .ui-button{min-height:2.25rem}.hr-lifecycle-empty{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:4rem;padding:1rem;color:var(--text-muted);text-align:center}.hr-lifecycle-empty div{display:grid;gap:.2rem}.hr-lifecycle-empty span{color:var(--text-main);font-weight:800}.hr-lifecycle-empty small{color:var(--text-muted);font-size:.78rem}.hr-lifecycle-detail-fallback{color:var(--text-muted);font-size:.82rem}@media (max-width: 1180px){.hr-lifecycle-layout{grid-template-columns:1fr}.hr-lifecycle-detail-panel{position:static;max-height:none}}@media (max-width: 780px){.hr-lifecycle-header,.hr-lifecycle-toolbar,.hr-lifecycle-task-queue-toolbar{grid-template-columns:1fr}.hr-lifecycle-header{flex-direction:column}.hr-lifecycle-contract-strip{flex-direction:column;align-items:flex-start}.hr-lifecycle-contract-strip .hr-lifecycle-compact-info{max-width:none}.hr-lifecycle-scenario-head{flex-direction:column}.hr-lifecycle-scenario-head>span{max-width:none;text-align:left}.hr-lifecycle-scenario-grid{grid-template-columns:1fr}.hr-lifecycle-task-queue-head{flex-direction:column}.hr-lifecycle-header-meta,.hr-lifecycle-toolbar-actions,.hr-lifecycle-smoke-actions,.hr-lifecycle-toolbar-actions .ui-button{width:100%}.hr-lifecycle-submit-panel,.hr-lifecycle-transition-panel{flex-direction:column}.hr-lifecycle-submit-panel .ui-button,.hr-lifecycle-transition-actions,.hr-lifecycle-transition-actions .ui-button{width:100%}.hr-lifecycle-task-actions{grid-template-columns:1fr}.hr-lifecycle-service-access-head,.hr-lifecycle-service-access-draft-head,.hr-lifecycle-onboarding-panel-head{flex-direction:column}.hr-lifecycle-service-access-draft-grid,.hr-lifecycle-onboarding-section-grid,.hr-lifecycle-onboarding-summary-grid,.hr-lifecycle-onboarding-summary-card dl,.hr-lifecycle-onboarding-realization-grid,.hr-lifecycle-employee-checklist-source,.hr-lifecycle-equipment-checklist-source,.hr-lifecycle-service-access-grid,.hr-lifecycle-approval-matrix-grid{grid-template-columns:1fr}.hr-lifecycle-task-actions .ui-button,.hr-lifecycle-service-access-actions .ui-button{width:100%}.hr-lifecycle-smoke-form,.hr-lifecycle-definition-grid{grid-template-columns:1fr}}.evaluations-native-doc-action{margin-left:.25rem}.evaluations-native-print-portal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;background:#00000080;padding:16px}.evaluations-native-print-modal{width:100%;max-width:940px}.evaluations-native-print-scroll{display:flex;justify-content:center}.evaluations-native-print-preview{background:#e9edf2!important}.evaluations-native-print-hint{margin:0 auto 0 0;font-size:.8rem;color:var(--text-muted)}.eval-print-sheet{background:#fff!important;color:#1a1a1a!important;color-scheme:light;font-family:Times New Roman,Times,Georgia,serif;font-size:12px;line-height:1.5;width:210mm;max-width:100%;box-sizing:border-box;margin:0 auto;padding:16mm;box-shadow:0 0 0 1px #cfd6dd,0 8px 24px #0000002e}.eval-print-sheet h1,.eval-print-sheet h2,.eval-print-sheet p,.eval-print-sheet td,.eval-print-sheet th{color:#1a1a1a}.eval-print-sheet *{background-color:transparent!important;color:#1a1a1a!important;filter:none!important;opacity:1!important;mix-blend-mode:normal!important}.eval-print-sheet thead th,.eval-print-sheet .eval-print-section-title{background-color:#eceff1!important}.eval-print-sheet .eval-print-kv th{background-color:#f5f5f5!important}.eval-print-sheet .eval-print-result{background-color:#f7f7f7!important}.eval-print-sheet .eval-print-notice{background-color:#fffbe6!important}.eval-print-sheet .eval-print-muted,.eval-print-sheet .eval-print-subtitle,.eval-print-sheet .eval-print-meta,.eval-print-sheet .eval-print-sign-caption,.eval-print-sheet .eval-print-empty,.eval-print-sheet .eval-print-footer{color:#555!important}.eval-print-head{text-align:center;margin-bottom:16px}.eval-print-title{font-size:18px;font-weight:700;margin:0 0 4px;letter-spacing:.02em}.eval-print-subtitle{font-size:11px;margin:0 0 6px;color:#444}.eval-print-meta{font-size:11px;margin:0;color:#333}.eval-print-section-title{font-weight:700;font-size:12px;text-transform:uppercase;background:#eceff1;border:1px solid #222;padding:5px 8px;margin:18px 0 10px;break-after:avoid;page-break-after:avoid}.eval-print-line{margin:8px 0 5px}.eval-print-muted{font-size:10px;color:#555;margin-top:3px}.eval-print-table{width:100%;border-collapse:collapse;margin:0 0 12px}.eval-print-table th,.eval-print-table td{border:1px solid #222;padding:6px 8px;vertical-align:top;text-align:left}.eval-print-table thead th{background:#eceff1;text-align:center;font-weight:700}.eval-print-table tr{break-inside:avoid;page-break-inside:avoid}.eval-print-kv th{width:34%;background:#f5f5f5;font-weight:700}.eval-print-center{text-align:center}.eval-print-col-lp{width:6%}.eval-print-col-cat{width:26%}.eval-print-col-score{width:34%;text-align:center}.eval-print-box{border:1px solid #222;padding:10px;min-height:48px;white-space:pre-wrap;margin:0 0 10px}.eval-print-box-lg{min-height:130px}.eval-print-result{border:2px solid #222;background:#f7f7f7;padding:14px;margin:4px 0 14px;break-inside:avoid;page-break-inside:avoid}.eval-print-result-row{display:flex;justify-content:space-between;gap:16px;font-size:13px}.eval-print-result-final{text-align:center;margin-top:12px;font-size:14px;font-weight:700}.eval-print-outcome{text-transform:uppercase;text-decoration:underline}.eval-print-notice{border:1px solid #e0c860;background:#fffbe6;padding:12px;margin:0 0 12px;text-align:justify;line-height:1.6}.eval-print-signatures{display:flex;gap:24px;margin-top:28px;break-inside:avoid;page-break-inside:avoid}.eval-print-sign{flex:1;text-align:center}.eval-print-sign-line{border-bottom:1px dotted #222;height:42px}.eval-print-sign-caption{font-size:10px;color:#333;margin-top:5px}.eval-print-empty{color:#555;font-style:italic;margin:6px 0}.eval-print-footer{margin-top:22px;padding-top:8px;border-top:1px solid #999;font-size:10px;color:#555;text-align:center}.eval-print-sheet .eval-print-draftmark{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#8a8a8a!important;text-align:right;margin:0 0 8px;border-bottom:1px dotted #cfcfcf;padding-bottom:4px}.eval-print-sheet .eval-print-letterhead{margin:0 0 14px;line-height:1.4}.eval-print-sheet .eval-print-issuer{font-weight:700}.eval-print-sheet .eval-print-placedate{text-align:right;margin:0 0 14px}.eval-print-sheet .eval-print-recipient{margin:0 0 16px}.eval-print-sheet .eval-print-recipient-label{font-size:10px;color:#555!important;text-transform:uppercase;letter-spacing:.05em}.eval-print-sheet .eval-print-legal{border:1px dashed #b9b9b9;background:#fafafa!important;padding:8px 10px;margin:10px 0;font-size:11px}.eval-print-sheet .eval-print-legal-tag{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#8a6d00!important;margin-bottom:3px}.eval-print-sheet .eval-print-crit-cat{font-weight:700;text-transform:uppercase;font-size:12px;background:#eef1f4!important;border:1px solid #222;padding:4px 8px;margin:14px 0 8px;break-after:avoid;page-break-after:avoid}.eval-print-sheet .eval-print-crit-item{border:1px solid #555;padding:8px 10px;margin:0 0 10px;break-inside:avoid;page-break-inside:avoid}.eval-print-sheet .eval-print-crit-name{font-weight:700}.eval-print-sheet .eval-print-crit-type{font-size:10px;color:#555!important}.eval-print-sheet .eval-print-crit-label{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:#555!important;margin:6px 0 2px}.eval-print-sheet .eval-print-notes-line{border-bottom:1px dotted #999;height:18px;margin-top:6px}@media print{body>*:not(.evaluations-native-print-portal){display:none!important}.evaluations-native-print-portal{position:static!important;inset:auto!important;display:block!important;background:none!important;padding:0!important;z-index:auto!important}.evaluations-native-print-modal{position:static!important;display:block!important;width:auto!important;max-width:none!important;max-height:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;background:#fff!important}.evaluations-native-print-scroll{display:block!important;overflow:visible!important;max-height:none!important;padding:0!important;background:#fff!important}.evaluations-native-print-noprint{display:none!important}.eval-print-sheet{width:auto!important;max-width:none!important;margin:0!important;padding:0!important;box-shadow:none!important}.eval-print-pagebreak{break-before:page;page-break-before:always}@page{size:A4;margin:14mm}}.qr-label-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:auto;background:#0f172a9e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.qr-label-modal-card{width:min(33rem,96vw);max-height:min(42rem,calc(100dvh - 2rem));padding:1.25rem;overflow:auto;border:1px solid var(--border);border-radius:.75rem;background:var(--bg-card);box-shadow:var(--shadow-md);color:var(--text-main)}.qr-label-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.qr-label-modal-header h3{display:inline-flex;align-items:center;gap:.5rem;margin:0;color:var(--text-main);font-size:1.08rem}.qr-label-modal-close{color:var(--text-muted)}.qr-label-modal-state{padding:2rem;text-align:center;color:var(--text-muted)}.qr-label-modal-error{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:1px solid var(--danger-border);border-radius:.5rem;background:var(--danger-bg);color:var(--danger-text)}.qr-label-modal-content{display:flex;flex-direction:column;gap:1.25rem}.qr-label-modal-warning{display:flex;align-items:center;gap:.5rem;padding:.85rem;border:1px solid var(--warning-border);border-radius:.5rem;background:var(--warning-bg);color:var(--warning-text);font-weight:700}.qr-label-modal-preview{display:flex;gap:1.25rem;align-items:flex-start}.qr-label-code-box{flex:0 0 auto;width:min-content;padding:.5rem;border:1px solid var(--border);border-radius:.5rem;background:#fff}.qr-label-modal-details{display:flex;flex:1;flex-direction:column;gap:.45rem;min-width:0;color:var(--text-main);font-size:.9rem}.qr-label-modal-code{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem;color:var(--text-main);font-size:1.1rem;font-weight:800}.qr-label-modal-code span{color:var(--text-muted);font-size:.8rem;font-weight:600}.qr-label-modal-section{margin-top:.35rem}.qr-label-modal-section-label{color:var(--text-muted);font-size:.74rem;font-weight:700;text-transform:uppercase}.qr-label-modal-value{color:var(--text-main);font-weight:600}.qr-label-status--active{color:var(--success-text)}.qr-label-status--inactive{color:var(--danger-text)}.qr-label-modal-muted{margin-top:.35rem;color:var(--text-muted);font-size:.8rem;line-height:1.5}.qr-label-modal-actions{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.qr-label-print-button{flex:1}.qr-label-modal-action{position:relative;min-width:2.5rem;min-height:2.5rem;border:1px solid var(--border);color:var(--text-main)}.qr-label-copy-status{position:absolute;top:-2rem;left:50%;padding:.25rem .5rem;border-radius:.35rem;background:var(--bg-sidebar);color:var(--text-light);font-size:.75rem;white-space:nowrap;transform:translate(-50%)}@media (max-width: 720px){.qr-label-modal-preview,.qr-label-modal-actions{align-items:stretch;flex-direction:column}.qr-label-print-button{width:100%}.qr-label-modal-backdrop{align-items:stretch;padding:.5rem}.qr-label-modal-card{width:100%;max-height:96dvh}}
