@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400&family=Outfit:wght@300;400;500;600;700&display=swap";:root,:root[data-theme=dark]{--h-primary: 0;--s-primary: 0%;--l-primary: 7%;--bg-primary: hsl(var(--h-primary), var(--s-primary), var(--l-primary));--bg-secondary: hsl(0, 0%, 10%);--bg-elevated: rgba(15, 15, 15, .72);--surface-glass: rgba(255, 255, 255, .03);--surface-glass-strong: rgba(255, 255, 255, .06);--overlay-soft: rgba(0, 0, 0, .55);--overlay-strong: rgba(0, 0, 0, .74);--shadow-color: rgba(0, 0, 0, .22);--page-grid-line: rgba(255, 255, 255, .08);--select-option-bg: #151a20;--select-option-text: #f5f7fa;color-scheme:dark;--h-accent: 11;--s-accent: 85%;--l-accent: 53%;--accent: hsl(var(--h-accent), var(--s-accent), var(--l-accent));--accent-strong: hsl(var(--h-accent), var(--s-accent), 45%);--font-main: "Outfit", sans-serif;--font-mono: "JetBrains Mono", monospace;--text-primary: hsl(0, 0%, 100%);--text-secondary: hsl(0, 0%, 75%);--text-muted: hsla(0, 0%, 100%, .3);--border-muted: hsla(0, 0%, 100%, .1);--bg-surface: hsla(0, 0%, 100%, .03);--bg-toast: hsla(0, 0%, 100%, .05);--success: hsl(142, 70%, 55%);--error: hsl(346, 100%, 60%);--info: hsl(210, 80%, 55%);--warning: hsl(45, 100%, 55%);--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .6s cubic-bezier(.4, 0, .2, 1);--radius: 0px}:root[data-theme=light]{--h-primary: 32;--s-primary: 29%;--l-primary: 97%;--bg-primary: hsl(var(--h-primary), var(--s-primary), var(--l-primary));--bg-secondary: hsl(0, 0%, 100%);--bg-elevated: rgba(255, 255, 255, .88);--surface-glass: rgba(255, 255, 255, .72);--surface-glass-strong: rgba(255, 255, 255, .92);--overlay-soft: rgba(15, 23, 42, .16);--overlay-strong: rgba(15, 23, 42, .28);--shadow-color: rgba(15, 23, 42, .12);--page-grid-line: rgba(148, 163, 184, .18);--select-option-bg: #ffffff;--select-option-text: #18212f;--text-primary: hsl(220, 34%, 14%);--text-secondary: hsl(220, 16%, 38%);--text-muted: hsla(220, 18%, 24%, .48);--border-muted: hsla(220, 20%, 22%, .12);--bg-surface: hsla(220, 25%, 35%, .05);--bg-toast: hsla(220, 25%, 35%, .08);color-scheme:light}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;caret-color:transparent}input,textarea,[contenteditable=true]{caret-color:auto}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}body{font-family:IBM Plex Sans,sans-serif;min-height:100dvh;background:var(--bg-primary);color:var(--text-primary);display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;line-height:normal;transition:background-color .25s ease,color .25s ease}a{text-decoration:none;color:inherit}select{color-scheme:inherit}select option{background:var(--select-option-bg);color:var(--select-option-text)}select option:checked{background:var(--accent);color:#fff}#splash-screen{position:fixed;inset:0;background:var(--bg-primary);display:flex;justify-content:center;align-items:center;z-index:9999;transition:background .8s ease}.splash-bg{position:absolute;inset:0;background:var(--bg-primary);transition:opacity .6s ease;z-index:-1}.logo-animated{width:150px;height:150px;transform-origin:center;transition:transform 1.2s cubic-bezier(.4,0,.2,1),opacity .2s ease;will-change:transform;backface-visibility:hidden}.draw-path{fill:none;stroke:var(--accent);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100 200;stroke-dashoffset:2000;opacity:0;animation:drawFragments 3.5s cubic-bezier(.4,0,.2,1) forwards}.fill-shape{fill:var(--accent);opacity:0;animation:fadeIn 1.2s ease forwards 2.8s}@keyframes drawFragments{0%{opacity:0;stroke-dashoffset:1000}15%{opacity:1}85%{stroke-dashoffset:0;stroke-dasharray:100,200}to{opacity:1;stroke-dashoffset:0;stroke-dasharray:2000 0}}@keyframes fadeIn{to{opacity:1}}.login-page-container.loaded #splash-screen{pointer-events:none;background:transparent}.login-page-container.loaded .splash-bg{opacity:0}.login-page-container.loaded .logo-animated{transform:translateY(-220px) scale(.53);opacity:0;transition:transform 1.2s cubic-bezier(.4,0,.2,1),opacity .3s ease 1.1s}.dashboard-container{display:flex;min-height:100vh;background:var(--bg-primary);position:relative;overflow:hidden}.dashboard-container:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--border-muted) 1px,transparent 1px),linear-gradient(90deg,var(--border-muted) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(circle at 2px 2px,black 1px,transparent 0);mask-image:radial-gradient(circle at 2px 2px,black 1px,transparent 0);opacity:.15;pointer-events:none}.main-content{flex:1;margin-left:280px;padding:3rem 2rem;min-height:100vh;transition:margin-left .5s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.sidebar.collapsed~.main-content{margin-left:88px}.dashboard-inner{width:100%;max-width:1600px;margin:0}.page-header-modular{margin-bottom:2.35rem;position:relative;animation:fadeIn .8s cubic-bezier(.16,1,.3,1)}.page-header-modular:after{content:"";position:absolute;bottom:-1.25rem;left:0;width:65px;height:4px;background:linear-gradient(90deg,var(--accent),transparent);border-radius:4px;box-shadow:0 2px 10px #d74f3033}.page-header-modular h1{font-family:var(--font-main);font-size:clamp(1.72rem,2.35vw,2.2rem);font-weight:700;letter-spacing:-.025em;color:var(--text-primary);margin-bottom:.22rem;line-height:1.08;text-transform:uppercase}.page-header-modular .subtitle{font-size:.9rem;color:var(--text-secondary);opacity:.72;font-weight:400;max-width:640px}.page-header-modular.header-with-action{display:flex;justify-content:space-between;align-items:flex-start}.kpi-grid{display:grid;grid-template-columns:repeat(var(--kpi-cols, 4),1fr);gap:1.5rem;margin-bottom:4rem}.dashboard-inner *,.dashboard-inner *:focus,.dashboard-inner *:active,.recharts-wrapper,.recharts-container,.recharts-surface,svg{outline:none!important;-webkit-tap-highlight-color:transparent;-webkit-user-drag:none}@media(max-width:1400px){.page-header-modular h1{font-size:clamp(1.62rem,2.15vw,1.95rem)}.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page-header-modular{margin-bottom:1.9rem}.page-header-modular h1{font-size:1.5rem;line-height:1.12}.page-header-modular .subtitle{font-size:.84rem}.main-content{padding:2rem;margin-left:0!important}.kpi-grid{grid-template-columns:1fr}}.tickets-page-container,.companies-page-container,.users-page-container,.inventory-page-container,.profile-page-container,.company-page-container{--governance-panel: rgba(15, 15, 15, .58);--governance-panel-strong: rgba(11, 11, 11, .9);--governance-panel-soft: rgba(255, 255, 255, .03);--governance-border: rgba(255, 255, 255, .07);--governance-border-strong: rgba(255, 255, 255, .12);--governance-muted: rgba(255, 255, 255, .64);--governance-subtle: rgba(255, 255, 255, .42);--governance-glow: rgba(215, 79, 48, .2);position:relative}.tickets-page-container .page-header-modular,.companies-page-container .page-header-modular,.users-page-container .page-header-modular,.inventory-page-container .page-header-modular,.profile-page-container .page-header-modular,.company-page-container .page-header-modular{margin-bottom:2.5rem}.tickets-page-container .page-header-modular .header-content,.companies-page-container .page-header-modular .header-content,.users-page-container .page-header-modular .header-content,.company-page-container .page-header-modular .header-content{display:grid;gap:.35rem}.tickets-page-container .page-header-modular .subtitle,.companies-page-container .page-header-modular .subtitle,.users-page-container .page-header-modular .subtitle,.inventory-page-container .page-header-modular .subtitle,.profile-page-container .page-header-modular .subtitle,.company-page-container .page-header-modular .subtitle{max-width:760px;color:var(--governance-muted);opacity:1}.tickets-page-container .page-header-modular:after,.companies-page-container .page-header-modular:after,.users-page-container .page-header-modular:after,.inventory-page-container .page-header-modular:after,.profile-page-container .page-header-modular:after,.company-page-container .page-header-modular:after{width:78px;background:linear-gradient(90deg,var(--accent) 0%,rgba(215,79,48,.16) 100%);box-shadow:0 2px 12px #d74f3033}.company-page-container .page-header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.tickets-page-container .premium-btn-clear,.companies-page-container .premium-btn-clear,.users-page-container .premium-btn-clear,.inventory-page-container .premium-btn-clear,.company-page-container .premium-btn-clear,.companies-page-container .action-button.primary,.company-page-container .action-button.primary,.companies-page-container .btn-primary,.users-page-container .btn-primary,.company-page-container .btn-primary{min-height:46px;border-radius:12px;padding:0 1.15rem;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;box-shadow:0 16px 30px #d74f303d;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.tickets-page-container .premium-btn-clear:hover,.companies-page-container .premium-btn-clear:hover,.users-page-container .premium-btn-clear:hover,.inventory-page-container .premium-btn-clear:hover,.company-page-container .premium-btn-clear:hover,.companies-page-container .action-button.primary:hover,.company-page-container .action-button.primary:hover,.companies-page-container .btn-primary:hover,.users-page-container .btn-primary:hover,.company-page-container .btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px #d74f304d}.users-page-container .btn-secondary,.company-page-container .action-button.secondary,.company-page-container .btn-secondary,.companies-page-container .btn-dialog-secondary{min-height:44px;border-radius:12px;border:1px solid var(--governance-border-strong);background:#ffffff0a;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.tickets-page-container .inventory-data-section,.companies-page-container .inventory-data-section,.users-page-container .inventory-data-section,.inventory-page-container .inventory-data-section,.profile-page-container .glass-card,.company-page-container .glass-card,.users-page-container .modal-container,.companies-page-container .companies-drawer-panel,.users-page-container .create-user-drawer{border:1px solid var(--governance-border);border-radius:26px;background:radial-gradient(circle at top right,rgba(215,79,48,.08),transparent 30%),linear-gradient(155deg,#111111e0,#0a0a0af5);box-shadow:0 24px 60px #0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.tickets-page-container .inventory-data-section,.companies-page-container .inventory-data-section,.users-page-container .inventory-data-section,.inventory-page-container .inventory-data-section{padding:1.25rem}.tickets-page-container .premium-filters-bar,.companies-page-container .premium-filters-bar,.users-page-container .premium-filters-bar,.inventory-page-container .premium-filters-bar{margin-bottom:1.3rem;padding:1rem;border-radius:22px;border:1px solid var(--governance-border);background:linear-gradient(180deg,#d74f3017,#ffffff08),var(--governance-panel-strong);box-shadow:inset 0 1px #ffffff0a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.tickets-page-container .premium-input,.tickets-page-container .premium-select,.companies-page-container .premium-input,.companies-page-container .premium-select,.users-page-container .premium-input,.users-page-container .premium-select,.inventory-page-container .premium-input,.inventory-page-container .premium-select,.profile-page-container .profile-input,.company-page-container .profile-input{border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff09;color:#fff;box-shadow:inset 0 1px #ffffff05}.tickets-page-container .premium-select,.companies-page-container .premium-select,.users-page-container .premium-select,.inventory-page-container .premium-select{appearance:none;-webkit-appearance:none;-moz-appearance:none}.tickets-page-container .premium-input:focus,.tickets-page-container .premium-select:focus,.companies-page-container .premium-input:focus,.companies-page-container .premium-select:focus,.users-page-container .premium-input:focus,.users-page-container .premium-select:focus,.inventory-page-container .premium-input:focus,.inventory-page-container .premium-select:focus,.profile-page-container .profile-input:focus,.company-page-container .profile-input:focus{outline:none;border-color:#d74f3094;background:#d74f3012;box-shadow:0 0 0 4px #d74f301a}.tickets-page-container .elite-table-container,.companies-page-container .elite-table-container,.users-page-container .elite-table-container,.inventory-page-container .elite-table-container{overflow:hidden;border:1px solid var(--governance-border);border-radius:24px;background:linear-gradient(180deg,#ffffff04,#ffffff05),#0c0c0ceb;box-shadow:0 22px 56px #00000047}.tickets-page-container .elite-table thead tr,.companies-page-container .elite-table thead tr,.users-page-container .elite-table thead tr,.inventory-page-container .elite-table thead tr{background:linear-gradient(90deg,#d74f30eb,#bf3d1ceb)}.tickets-page-container .elite-table th,.companies-page-container .elite-table th,.users-page-container .elite-table th,.inventory-page-container .elite-table th{padding:1.15rem 1.35rem;color:#ffffffeb;letter-spacing:.1em}.tickets-page-container .elite-table td,.companies-page-container .elite-table td,.users-page-container .elite-table td,.inventory-page-container .elite-table td{padding:1.1rem 1.35rem;color:#ffffffb8;border-bottom:1px solid rgba(255,255,255,.045)}.tickets-page-container .elite-table tbody tr:hover td,.companies-page-container .elite-table tbody tr:hover td,.users-page-container .elite-table tbody tr:hover td,.inventory-page-container .elite-table tbody tr:hover td{background:#ffffff08;color:#fff}.tickets-page-container .empty-state-card,.companies-page-container .empty-state-card,.users-page-container .empty-state-card,.company-page-container .error-state-card{border-radius:28px;border:1px solid var(--governance-border);background:radial-gradient(circle at top center,rgba(215,79,48,.12),transparent 36%),linear-gradient(160deg,#111111e0,#090909f5);box-shadow:0 22px 54px #00000047}.profile-page-container .profile-summary-card,.company-page-container .value-box{border-radius:18px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(160deg,#ffffff0b,#ffffff05);box-shadow:inset 0 1px #ffffff05}.profile-page-container .section-header,.company-page-container .card-header-premium{margin-bottom:1.4rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(255,255,255,.06)}.profile-page-container .profile-role-badge,.company-page-container .manager-badge{border:1px solid rgba(215,79,48,.18);background:#d74f301f;color:#ffc3b3;box-shadow:0 10px 24px #d74f301f}@media(max-width:900px){.company-page-container .page-header-actions{justify-content:flex-start}.tickets-page-container .page-header-modular.header-with-action,.companies-page-container .page-header-modular.header-with-action,.users-page-container .page-header-modular.header-with-action,.company-page-container .page-header-modular.header-with-action{gap:1rem}}@media(max-width:768px){.tickets-page-container .inventory-data-section,.companies-page-container .inventory-data-section,.users-page-container .inventory-data-section,.inventory-page-container .inventory-data-section,.profile-page-container .glass-card,.company-page-container .glass-card{border-radius:22px}.tickets-page-container .premium-filters-bar,.companies-page-container .premium-filters-bar,.users-page-container .premium-filters-bar,.inventory-page-container .premium-filters-bar{padding:.85rem;border-radius:18px}}:root[data-theme=light] .dashboard-container{background:linear-gradient(180deg,#fffaf5fa,#f7f3eefa)}:root[data-theme=light] .dashboard-container:before{background-image:linear-gradient(var(--page-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--page-grid-line) 1px,transparent 1px);opacity:.4}:root[data-theme=light] .sidebar{background:#ffffffd1;border-right-color:#0f172a14;box-shadow:10px 0 30px #0f172a14}:root[data-theme=light] .brand-name,:root[data-theme=light] .user-name,:root[data-theme=light] .page-header-modular h1,:root[data-theme=light] .dashboard-widget-header h3,:root[data-theme=light] .dashboard-widget-toggle strong,:root[data-theme=light] .dashboard-order-item-copy strong,:root[data-theme=light] .dashboard-governance-copy h2,:root[data-theme=light] .dashboard-customizer-head h2,:root[data-theme=light] .dashboard-order-head h3,:root[data-theme=light] .companies-name-cell strong,:root[data-theme=light] .user-full-name,:root[data-theme=light] .hostname-name,:root[data-theme=light] .asset-user-primary,:root[data-theme=light] .profile-sidebar-card h2,:root[data-theme=light] .profile-summary-card strong,:root[data-theme=light] .section-header h3,:root[data-theme=light] .title-group h3,:root[data-theme=light] .account-manager-card h4,:root[data-theme=light] .companies-drawer-header h3,:root[data-theme=light] .modal-header h2,:root[data-theme=light] .gmud-panel-header h3,:root[data-theme=light] .gmud-record-title h3,:root[data-theme=light] .gmud-detail-section h4{color:var(--text-primary)}:root[data-theme=light] .sidebar-nav a,:root[data-theme=light] .user-role,:root[data-theme=light] .page-header-modular .subtitle,:root[data-theme=light] .dashboard-widget-card p,:root[data-theme=light] .dashboard-widget-header p,:root[data-theme=light] .dashboard-order-item-copy p,:root[data-theme=light] .dashboard-order-head span:last-child,:root[data-theme=light] .dashboard-customizer-head span:last-child,:root[data-theme=light] .companies-name-cell span,:root[data-theme=light] .user-email-text,:root[data-theme=light] .profile-section-helper,:root[data-theme=light] .profile-info-banner,:root[data-theme=light] .gmud-record-title p,:root[data-theme=light] .gmud-detail-section p,:root[data-theme=light] .gmud-stage-chip small{color:var(--text-secondary)}:root[data-theme=light] .sidebar-nav a:hover{background:#d74f301f;border-color:#d74f3029;color:var(--text-primary);box-shadow:inset 0 0 0 1px #d74f3014}:root[data-theme=light] .sidebar-nav a:hover i{color:var(--accent)}:root[data-theme=light] .sidebar-nav a:hover span{color:var(--text-primary)}:root[data-theme=light] .dashboard-order-head .dashboard-section-kicker{color:#9f341c}:root[data-theme=light] .brand-version,:root[data-theme=light] .sidebar-user-section,:root[data-theme=light] .popover-item:hover,:root[data-theme=light] .kpi-card,:root[data-theme=light] .profile-summary-card,:root[data-theme=light] .profile-info-banner,:root[data-theme=light] .password-rule-chip,:root[data-theme=light] .companies-row-action-btn,:root[data-theme=light] .assets-map-summary span,:root[data-theme=light] .dashboard-pill-btn,:root[data-theme=light] .dashboard-secondary-btn{background:#ffffffb8;border-color:#0f172a14}:root[data-theme=light] .user-options-popover,:root[data-theme=light] .modal-container,:root[data-theme=light] .create-user-drawer,:root[data-theme=light] .companies-drawer-panel,:root[data-theme=light] .toast-item,:root[data-theme=light] .assign-dialog-card,:root[data-theme=light] .profile-dialog-card,:root[data-theme=light] .gmud-editor-drawer{background:#fffffff0;border-color:#0f172a14;box-shadow:0 18px 40px #0f172a24}:root[data-theme=light] .popover-item,:root[data-theme=light] .btn-user-options{color:var(--text-secondary)}:root[data-theme=light] .popover-item i{color:#0f172a66}:root[data-theme=light] .popover-item.logout{border-top-color:#0f172a14}:root[data-theme=light] .modal-header,:root[data-theme=light] .companies-drawer-header,:root[data-theme=light] .profile-dialog-header,:root[data-theme=light] .assign-dialog-header,:root[data-theme=light] .gmud-editor-header,:root[data-theme=light] .gmud-stage-column-header,:root[data-theme=light] .card-header-premium,:root[data-theme=light] .profile-stats{border-color:#0f172a14}:root[data-theme=light] .header-title .subtitle,:root[data-theme=light] .companies-drawer-header p,:root[data-theme=light] .assign-dialog-title-wrap p,:root[data-theme=light] .profile-dialog-subtitle,:root[data-theme=light] .companies-form-group label,:root[data-theme=light] .input-group-premium label,:root[data-theme=light] .form-group-premium label,:root[data-theme=light] .profile-dialog-form label,:root[data-theme=light] .assign-dialog-form label,:root[data-theme=light] .info-item-premium label,:root[data-theme=light] .summary-label,:root[data-theme=light] .stat-label,:root[data-theme=light] .gmud-editor-field span,:root[data-theme=light] .gmud-editor-check-toggle span,:root[data-theme=light] .gmud-editor-helper,:root[data-theme=light] .gmud-timeline-header span,:root[data-theme=light] .gmud-timeline-meta span,:root[data-theme=light] .gmud-section-heading span,:root[data-theme=light] .gmud-comment-meta span,:root[data-theme=light] .gmud-attachment-content span,:root[data-theme=light] .gmud-record-meta-grid span,:root[data-theme=light] .gmud-principle-card span,:root[data-theme=light] .gmud-next-window-item span,:root[data-theme=light] .gmud-stage-more,:root[data-theme=light] .gmud-detail-stat span,:root[data-theme=light] .manager-footer p,:root[data-theme=light] .title-group span,:root[data-theme=light] .phone-extra-meta,:root[data-theme=light] .phone-extra-meta b{color:var(--text-secondary)}:root[data-theme=light] .close-btn,:root[data-theme=light] .companies-drawer-close,:root[data-theme=light] .profile-dialog-close,:root[data-theme=light] .assign-dialog-close,:root[data-theme=light] .phone-edit-button,:root[data-theme=light] .gmud-editor-close,:root[data-theme=light] .gmud-editor-remove,:root[data-theme=light] .gmud-attachment-action,:root[data-theme=light] .assign-dialog-secondary,:root[data-theme=light] .btn-dialog-secondary,:root[data-theme=light] .btn-secondary,:root[data-theme=light] .manager-btn.email{background:#ffffffb8;color:var(--text-primary);border-color:#0f172a1a}:root[data-theme=light] .close-btn:hover,:root[data-theme=light] .companies-drawer-close:hover,:root[data-theme=light] .profile-dialog-close:hover,:root[data-theme=light] .assign-dialog-close:hover,:root[data-theme=light] .btn-dialog-secondary:hover,:root[data-theme=light] .btn-secondary:hover,:root[data-theme=light] .assign-dialog-secondary:hover,:root[data-theme=light] .manager-btn.email:hover,:root[data-theme=light] .gmud-attachment-action:hover:not(:disabled){background:#fff7f2f5;border-color:#d74f3029;color:var(--text-primary)}:root[data-theme=light] .user-table-avatar,:root[data-theme=light] .status-badge-premium,:root[data-theme=light] .avatar-webcam-video,:root[data-theme=light] .avatar-preview-image{background:#ffffffeb;border-color:#0f172a14}:root[data-theme=light] .role-option,:root[data-theme=light] .premium-input-field,:root[data-theme=light] .avatar-webcam-panel,:root[data-theme=light] .avatar-preview-panel,:root[data-theme=light] .assign-dialog-select,:root[data-theme=light] .gmud-editor-checklist,:root[data-theme=light] .gmud-inline-textarea,:root[data-theme=light] .gmud-search-shell input,:root[data-theme=light] .gmud-filters-panel select,:root[data-theme=light] .gmud-editor-field input,:root[data-theme=light] .gmud-editor-field select,:root[data-theme=light] .gmud-editor-field textarea,:root[data-theme=light] .gmud-editor-check-input,:root[data-theme=light] .gmud-timeline-card,:root[data-theme=light] .gmud-timeline-empty,:root[data-theme=light] .gmud-comment-card,:root[data-theme=light] .gmud-attachment-item,:root[data-theme=light] .gmud-chip,:root[data-theme=light] .gmud-stage-chip,:root[data-theme=light] .gmud-next-window-item,:root[data-theme=light] .gmud-record-card,:root[data-theme=light] .gmud-principle-card,:root[data-theme=light] .gmud-detail-stat,:root[data-theme=light] .gmud-plain-list li,:root[data-theme=light] .gmud-checklist li{background:#ffffffbd;color:var(--text-primary);border-color:#0f172a14}:root[data-theme=light] .premium-input-field,:root[data-theme=light] .assign-dialog-select,:root[data-theme=light] .gmud-inline-textarea,:root[data-theme=light] .gmud-search-shell input,:root[data-theme=light] .gmud-filters-panel select,:root[data-theme=light] .gmud-editor-field input,:root[data-theme=light] .gmud-editor-field select,:root[data-theme=light] .gmud-editor-field textarea,:root[data-theme=light] .gmud-editor-check-input{color:var(--text-primary);border-color:#0f172a1a}:root[data-theme=light] .premium-input-field::placeholder,:root[data-theme=light] .gmud-search-shell input::placeholder,:root[data-theme=light] .gmud-inline-textarea::placeholder,:root[data-theme=light] .gmud-editor-field textarea::placeholder{color:#0f172a6b}:root[data-theme=light] .input-with-icon svg,:root[data-theme=light] .input-with-icon i,:root[data-theme=light] .search-wrapper-premium i,:root[data-theme=light] .input-container-premium i,:root[data-theme=light] .gmud-search-shell svg{color:#0f172a61}:root[data-theme=light] .role-option-label,:root[data-theme=light] .profile-dialog-header h3,:root[data-theme=light] .assign-dialog-title-wrap h3,:root[data-theme=light] .assign-dialog-warning,:root[data-theme=light] .stat-value,:root[data-theme=light] .value-box,:root[data-theme=light] .manager-btn.email,:root[data-theme=light] .gmud-comment-card p,:root[data-theme=light] .gmud-attachment-content strong,:root[data-theme=light] .gmud-panel-header h3,:root[data-theme=light] .gmud-detail-header h3,:root[data-theme=light] .gmud-next-window-item strong,:root[data-theme=light] .gmud-detail-stat strong,:root[data-theme=light] .gmud-empty-state strong,:root[data-theme=light] .gmud-editor-header h3,:root[data-theme=light] .gmud-editor-checklist-header h4,:root[data-theme=light] .gmud-stage-column-header div,:root[data-theme=light] .gmud-record-card h4,:root[data-theme=light] .gmud-detail-section h4,:root[data-theme=light] .gmud-timeline-card strong,:root[data-theme=light] .gmud-record-code,:root[data-theme=light] .hostname-wrapper,:root[data-theme=light] .companies-error-state h3{color:var(--text-primary)}:root[data-theme=light] .role-option-desc,:root[data-theme=light] .gmud-timeline-card p,:root[data-theme=light] .gmud-timeline-empty span,:root[data-theme=light] .gmud-empty-state p,:root[data-theme=light] .gmud-record-card p,:root[data-theme=light] .gmud-detail-section p,:root[data-theme=light] .gmud-next-window-item p,:root[data-theme=light] .assign-dialog-form label,:root[data-theme=light] .asset-user-secondary,:root[data-theme=light] .assign-dialog-title-wrap p{color:var(--text-secondary)}:root[data-theme=light] .company-page-container .glass-card,:root[data-theme=light] .profile-page-container .glass-card,:root[data-theme=light] .assign-dialog-card,:root[data-theme=light] .profile-dialog-card,:root[data-theme=light] .gmud-hero-card,:root[data-theme=light] .gmud-next-window-card,:root[data-theme=light] .gmud-records-panel,:root[data-theme=light] .gmud-detail-panel,:root[data-theme=light] .gmud-stage-column,:root[data-theme=light] .gmud-filters-panel{background:radial-gradient(circle at top right,rgba(215,79,48,.08),transparent 32%),linear-gradient(155deg,#ffffffdb,#f6f1ecf7);border-color:#0f172a14}:root[data-theme=light] .gmud-stage-column{background:linear-gradient(180deg,#ffffffc7,#f5f1ecf2)}:root[data-theme=light] .gmud-empty-state,:root[data-theme=light] .gmud-status-note{background:#fff7f2d1;border-color:#d74f3024;color:var(--text-primary)}:root[data-theme=light] .gmud-timeline-list:before{background:#0f172a1a}:root[data-theme=light] .gmud-editor-overlay,:root[data-theme=light] .profile-dialog-overlay{background:#0f172a33}:root[data-theme=light] .gmud-editor-header p,:root[data-theme=light] .gmud-access-pill.is-live,:root[data-theme=light] .gmud-access-pill.is-readonly,:root[data-theme=light] .gmud-scope-pill,:root[data-theme=light] .gmud-chip,:root[data-theme=light] .gmud-badge.tone-neutral{color:var(--text-primary)}:root[data-theme=light] .gmud-filters-panel select,:root[data-theme=light] .assign-dialog-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2318212f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}:root[data-theme=light] .assign-dialog-select option{background:var(--select-option-bg);color:var(--select-option-text)}:root[data-theme=light] .company-status-chip.inactive,:root[data-theme=light] .role-badge.default,:root[data-theme=light] .inventory-health-chip.neutral{color:var(--text-secondary);background:#0f172a0f;border-color:#0f172a1a}:root[data-theme=light] .gmud-badge.tone-success{color:#176534;background:#22c55e24;border-color:#22c55e47}:root[data-theme=light] .gmud-badge.tone-warning{color:#9a6700;background:#f59e0b29;border-color:#f59e0b47}:root[data-theme=light] .gmud-badge.tone-danger,:root[data-theme=light] .gmud-badge.tone-critical{color:#b42318;background:#ef444424;border-color:#ef444442}:root[data-theme=light] .gmud-badge.tone-info{color:#0f6fa4;background:#38bdf824;border-color:#38bdf847}:root[data-theme=light] .gmud-badge.tone-accent{color:#b54708;background:#d74f3024;border-color:#d74f3047}:root[data-theme=light] .inventory-health-chip.good,:root[data-theme=light] .health-badge.good{color:#176534;background:#22c55e24;border-color:#22c55e47}:root[data-theme=light] .inventory-health-chip.warning,:root[data-theme=light] .health-badge.warning{color:#9a6700;background:#f59e0b29;border-color:#f59e0b47}:root[data-theme=light] .inventory-health-chip.critical,:root[data-theme=light] .health-badge.critical{color:#b42318;background:#ef444424;border-color:#ef444442}:root[data-theme=light] .status-badge-premium{color:var(--text-primary);background:#ffffffd1;border-color:#0f172a1a}:root[data-theme=light] .kpi-card{background:linear-gradient(180deg,#ffffffd1,#f8f3edf5);border-color:#0f172a14;box-shadow:0 18px 36px #0f172a14}:root[data-theme=light] .kpi-card:hover,:root[data-theme=light] .kpi-active-filter .kpi-card{background:linear-gradient(180deg,#fff7f2f0,#fcf1ebfa);border-color:#d74f3038;box-shadow:0 18px 36px #d74f301f}:root[data-theme=light] .kpi-label{color:#0f172a7a}:root[data-theme=light] .kpi-value{color:var(--text-primary)}:root[data-theme=light] .home-dashboard-page{--dashboard-panel: rgba(255, 255, 255, .82);--dashboard-panel-strong: rgba(255, 255, 255, .94);--dashboard-panel-soft: rgba(15, 23, 42, .04);--dashboard-border: rgba(15, 23, 42, .08);--dashboard-border-strong: rgba(15, 23, 42, .12);--dashboard-text: var(--text-primary);--dashboard-muted: var(--text-secondary);--dashboard-subtle: rgba(15, 23, 42, .44);--dashboard-accent-soft: rgba(215, 79, 48, .12)}:root[data-theme=light] .dashboard-customizer-card,:root[data-theme=light] .dashboard-widget-card,:root[data-theme=light] .dashboard-governance-card,:root[data-theme=light] .dashboard-order-panel,:root[data-theme=light] .dashboard-chart-shell,:root[data-theme=light] .dashboard-map-card .assets-map-wrapper{background:radial-gradient(circle at top right,rgba(215,79,48,.08),transparent 30%),linear-gradient(155deg,#ffffffd6,#f6f1ecf5);border-color:#0f172a14;box-shadow:0 20px 48px #0f172a1a}:root[data-theme=light] .dashboard-widget-drag-handle,:root[data-theme=light] .leaflet-tooltip,:root[data-theme=light] .leaflet-control-attribution{background:#ffffffeb!important;color:var(--text-primary)!important;border-color:#0f172a14}:root[data-theme=light] .assets-map-overlay{background:#ffffff9e;color:var(--text-primary)}:root[data-theme=light] .assets-map-overlay.error{color:#b42318}:root[data-theme=light] .recharts-default-legend .recharts-legend-item-text,:root[data-theme=light] .recharts-text,:root[data-theme=light] .recharts-cartesian-axis-tick-value{fill:var(--text-primary)!important;color:var(--text-primary)!important}:root[data-theme=light] .recharts-tooltip-wrapper .recharts-default-tooltip,:root[data-theme=light] .recharts-tooltip-wrapper .custom-tooltip{background:#fffffff5!important;border:1px solid rgba(15,23,42,.08)!important;color:var(--text-primary)!important}:root[data-theme=light] .recharts-tooltip-item,:root[data-theme=light] .recharts-tooltip-label{color:var(--text-primary)!important}:root[data-theme=light] .maintenance-page{--gmud-panel: rgba(255, 255, 255, .84);--gmud-panel-strong: rgba(255, 255, 255, .96);--gmud-panel-soft: rgba(15, 23, 42, .03);--gmud-border: rgba(15, 23, 42, .08);--gmud-border-strong: rgba(15, 23, 42, .12);--gmud-text: var(--text-primary);--gmud-muted: var(--text-secondary);--gmud-subtle: rgba(15, 23, 42, .44);--gmud-accent-soft: rgba(215, 79, 48, .12);--gmud-info-soft: rgba(33, 150, 243, .1);--gmud-success-soft: rgba(76, 175, 80, .12);--gmud-warning-soft: rgba(255, 193, 7, .14);--gmud-danger-soft: rgba(244, 67, 54, .12)}:root[data-theme=light] .tickets-page-container,:root[data-theme=light] .companies-page-container,:root[data-theme=light] .users-page-container,:root[data-theme=light] .inventory-page-container,:root[data-theme=light] .profile-page-container,:root[data-theme=light] .company-page-container{--governance-panel: rgba(255, 255, 255, .82);--governance-panel-strong: rgba(255, 255, 255, .94);--governance-panel-soft: rgba(15, 23, 42, .03);--governance-border: rgba(15, 23, 42, .08);--governance-border-strong: rgba(15, 23, 42, .12);--governance-muted: var(--text-secondary);--governance-subtle: rgba(15, 23, 42, .42);--governance-glow: rgba(215, 79, 48, .14)}:root[data-theme=light] .tickets-page-container,:root[data-theme=light] .companies-page-container{--tickets-panel: rgba(255, 255, 255, .84);--tickets-panel-strong: rgba(255, 255, 255, .94);--tickets-border: rgba(15, 23, 42, .08);--companies-panel: rgba(255, 255, 255, .84);--companies-panel-strong: rgba(255, 255, 255, .94);--companies-border: rgba(15, 23, 42, .08)}:root[data-theme=light] .inventory-page-container{--inventory-panel: rgba(255, 255, 255, .84)}:root[data-theme=light] .inventory-data-section,:root[data-theme=light] .elite-table-container,:root[data-theme=light] .premium-filters-bar,:root[data-theme=light] .empty-state-card,:root[data-theme=light] .glass-card,:root[data-theme=light] .error-state-card,:root[data-theme=light] .gmud-record-card,:root[data-theme=light] .gmud-stage-chip,:root[data-theme=light] .gmud-hero-card,:root[data-theme=light] .gmud-principle-card,:root[data-theme=light] .gmud-detail-panel,:root[data-theme=light] .gmud-timeline-card{background:radial-gradient(circle at top right,rgba(215,79,48,.08),transparent 30%),linear-gradient(155deg,#ffffffdb,#f6f1ecf7);border-color:#0f172a14;box-shadow:0 20px 48px #0f172a1a}:root[data-theme=light] .ticket-table-container,:root[data-theme=light] .ticket-modal-content,:root[data-theme=light] .ticket-details-info,:root[data-theme=light] .overview-card,:root[data-theme=light] .insight-card,:root[data-theme=light] .ticket-conversation-panel,:root[data-theme=light] .ticket-description-card,:root[data-theme=light] .timeline-card,:root[data-theme=light] .ticket-resolution-modal{background:radial-gradient(circle at top right,rgba(215,79,48,.08),transparent 32%),linear-gradient(155deg,#ffffffe0,#f6f1ecf7);border-color:#0f172a14;box-shadow:0 20px 48px #0f172a1a}:root[data-theme=light] .premium-input,:root[data-theme=light] .premium-select,:root[data-theme=light] .profile-input,:root[data-theme=light] .companies-drawer-panel .premium-input,:root[data-theme=light] .companies-drawer-panel .premium-select{background:#ffffffd1;color:var(--text-primary);border-color:#0f172a1a}:root[data-theme=light] .elite-table td,:root[data-theme=light] .companies-empty-row,:root[data-theme=light] .gmud-empty-state,:root[data-theme=light] .empty-state-card p,:root[data-theme=light] .companies-error-state,:root[data-theme=light] .error-state h3,:root[data-theme=light] .ticket-modal-body,:root[data-theme=light] .ticket-modal-footer,:root[data-theme=light] .ticket-form-group label,:root[data-theme=light] .info-label,:root[data-theme=light] .message-date,:root[data-theme=light] .overview-label,:root[data-theme=light] .overview-hint,:root[data-theme=light] .insight-row span,:root[data-theme=light] .ticket-description-eyebrow,:root[data-theme=light] .ticket-timeline-header small,:root[data-theme=light] .timeline-time,:root[data-theme=light] .timeline-actor,:root[data-theme=light] .ticket-composer-header span{color:var(--text-secondary)}:root[data-theme=light] .ticket-modal-header,:root[data-theme=light] .ticket-modal-footer,:root[data-theme=light] .ticket-messages h3,:root[data-theme=light] .add-message-box,:root[data-theme=light] .ticket-composer,:root[data-theme=light] .ticket-resolution-modal,:root[data-theme=light] .ticket-modal-content,:root[data-theme=light] .ticket-details-info,:root[data-theme=light] .ticket-message,:root[data-theme=light] .timeline-card,:root[data-theme=light] .insight-row{border-color:#0f172a14}:root[data-theme=light] .ticket-modal-header h2,:root[data-theme=light] .ticket-description h4,:root[data-theme=light] .ticket-messages h3,:root[data-theme=light] .add-message-box h4,:root[data-theme=light] .info-value,:root[data-theme=light] .overview-value,:root[data-theme=light] .insight-card h4,:root[data-theme=light] .insight-row strong,:root[data-theme=light] .ticket-description-card h3,:root[data-theme=light] .ticket-timeline-header h3,:root[data-theme=light] .timeline-kind,:root[data-theme=light] .timeline-body,:root[data-theme=light] .ticket-composer-header h4,:root[data-theme=light] .ticket-description-card p,:root[data-theme=light] .ticket-resolution-modal h3,:root[data-theme=light] .ticket-resolution-modal label,:root[data-theme=light] .ticket-table td,:root[data-theme=light] .ticket-table tbody tr:hover td,:root[data-theme=light] .ticket-form-group input,:root[data-theme=light] .ticket-form-group select,:root[data-theme=light] .ticket-form-group textarea,:root[data-theme=light] .ticket-assign-control select,:root[data-theme=light] .ticket-resolution-modal textarea,:root[data-theme=light] .action-button.secondary,:root[data-theme=light] .status-default,:root[data-theme=light] .priority-default,:root[data-theme=light] .company-page-container,:root[data-theme=light] .users-page-container .elite-table td,:root[data-theme=light] .inventory-page-container .elite-table td,:root[data-theme=light] .tickets-page-container .elite-table td{color:var(--text-primary)}:root[data-theme=light] .ticket-modal-close,:root[data-theme=light] .action-button.secondary,:root[data-theme=light] .ticket-template-chip{background:#ffffffb8;color:var(--text-primary);border-color:#0f172a1a}:root[data-theme=light] .ticket-modal-close:hover,:root[data-theme=light] .action-button.secondary:hover:not(:disabled),:root[data-theme=light] .ticket-template-chip:hover{background:#fff7f2f5;color:var(--text-primary);border-color:#d74f3029}:root[data-theme=light] .ticket-form-group input,:root[data-theme=light] .ticket-form-group select,:root[data-theme=light] .ticket-form-group textarea,:root[data-theme=light] .ticket-assign-control select,:root[data-theme=light] .ticket-resolution-modal textarea{background:#ffffffd1;border-color:#0f172a1a;box-shadow:none}:root[data-theme=light] .ticket-form-group select,:root[data-theme=light] .ticket-assign-control select,:root[data-theme=light] .premium-select,:root[data-theme=light] .assign-dialog-select,:root[data-theme=light] .gmud-filters-panel select,:root[data-theme=light] .companies-drawer-panel .premium-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.8rem}:root[data-theme=light] .ticket-form-group select,:root[data-theme=light] .ticket-assign-control select,:root[data-theme=light] .premium-select,:root[data-theme=light] .companies-drawer-panel .premium-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2318212f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}:root[data-theme=light] .ticket-table-container,:root[data-theme=light] .elite-table-container,:root[data-theme=light] .users-page-container .elite-table-container,:root[data-theme=light] .inventory-page-container .elite-table-container,:root[data-theme=light] .tickets-page-container .elite-table-container{background:linear-gradient(180deg,#ffffffb8,#f6f1ecf0),#ffffffe6;border-color:#0f172a14}:root[data-theme=light] .ticket-table tbody tr:nth-child(2n) td{background:#0f172a05}:root[data-theme=light] .ticket-table tbody tr:hover td,:root[data-theme=light] .elite-table tbody tr:hover td,:root[data-theme=light] .users-page-container .elite-table tbody tr:hover td,:root[data-theme=light] .inventory-page-container .elite-table tbody tr:hover td,:root[data-theme=light] .tickets-page-container .elite-table tbody tr:hover td{background:#0f172a0a!important;color:var(--text-primary)}:root[data-theme=light] .ticket-description-card p,:root[data-theme=light] .ticket-description p,:root[data-theme=light] .ticket-message,:root[data-theme=light] .timeline-card,:root[data-theme=light] .ticket-conversation-panel,:root[data-theme=light] .ticket-details-info,:root[data-theme=light] .overview-card,:root[data-theme=light] .insight-card{background:#ffffffb3;border-color:#0f172a14}:root[data-theme=light] .ticket-modal-overlay,:root[data-theme=light] .ticket-resolution-modal-backdrop{background:#0f172a38}:root[data-theme=light] .ticket-description-eyebrow,:root[data-theme=light] .timeline-kind{color:var(--text-secondary)}:root[data-theme=light] .timeline-kind.comment{color:#0f6fa4}:root[data-theme=light] .timeline-kind.event{color:#9a6700}:root[data-theme=light] .company-page-container{background:transparent}:root[data-theme=light] .company-page-container .company-grid-layout,:root[data-theme=light] .company-page-container .glass-card{background-clip:padding-box}:root[data-theme=light] .elite-table tbody tr:hover td,:root[data-theme=light] .clickable-row:hover td{background:#0f172a08!important;color:var(--text-primary)}:root[data-theme=light] .modal-overlay,:root[data-theme=light] .companies-drawer-overlay,:root[data-theme=light] .assign-dialog-overlay{background:#0f172a33}:root[data-theme=light] .gmud-scope-pill,:root[data-theme=light] .gmud-secondary-btn,:root[data-theme=light] .gmud-clear-btn,:root[data-theme=light] .gmud-comment-card,:root[data-theme=light] .gmud-attachment-item,:root[data-theme=light] .gmud-history-item,:root[data-theme=light] .value-box{background:#ffffffb8;border-color:#0f172a14}:root[data-theme=light] .empty-state-card h3,:root[data-theme=light] .gmud-badge,:root[data-theme=light] .subscription-chip,:root[data-theme=light] .company-status-chip,:root[data-theme=light] .role-badge,:root[data-theme=light] .status-badge-premium,:root[data-theme=light] .inventory-health-chip{box-shadow:none}:root[data-theme=light] .inventory-header-section h1{background:none;-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:currentColor;color:var(--text-primary)}:root[data-theme=light] .inventory-header-section .subtitle,:root[data-theme=light] .profile-input[disabled],:root[data-theme=light] .profile-input[readonly],:root[data-theme=light] .user-email-text,:root[data-theme=light] .role-option-desc,:root[data-theme=light] .input-group-premium label,:root[data-theme=light] .companies-form-actions .btn-dialog-secondary,:root[data-theme=light] .inventory-ticket-modal p,:root[data-theme=light] .inventory-ticket-modal-footer small,:root[data-theme=light] .timeline-date,:root[data-theme=light] .timeline-description,:root[data-theme=light] .info-item label,:root[data-theme=light] .inventory-sub-table th,:root[data-theme=light] .performance-highlight-eyebrow,:root[data-theme=light] .performance-gauge-header span,:root[data-theme=light] .performance-gauge-scale,:root[data-theme=light] .analytics-kpi-item label,:root[data-theme=light] .analytics-footnote,:root[data-theme=light] .health-summary p,:root[data-theme=light] .health-metric-item label,:root[data-theme=light] .recent-software-list li small,:root[data-theme=light] .command-inline-panel label,:root[data-theme=light] .tab-btn,:root[data-theme=light] .modal-content,:root[data-theme=light] .modal-content-scroll{color:var(--text-secondary)}:root[data-theme=light] .companies-form-actions .btn-dialog-secondary,:root[data-theme=light] .tab-btn:hover,:root[data-theme=light] .tab-btn.active,:root[data-theme=light] .timeline-action,:root[data-theme=light] .info-item span,:root[data-theme=light] .inventory-sub-table td,:root[data-theme=light] .performance-highlight-header h3,:root[data-theme=light] .performance-chip,:root[data-theme=light] .performance-gauge-header strong,:root[data-theme=light] .analytics-kpi-item strong,:root[data-theme=light] .analytics-insights-list,:root[data-theme=light] .top-programs-column h4,:root[data-theme=light] .top-programs-list li,:root[data-theme=light] .process-metric,:root[data-theme=light] .health-metric-item span,:root[data-theme=light] .recent-software-list li,:root[data-theme=light] .command-btn,:root[data-theme=light] .command-inline-panel select,:root[data-theme=light] .inventory-assignee-select,:root[data-theme=light] .inventory-ticket-modal h3,:root[data-theme=light] .inventory-ticket-modal label,:root[data-theme=light] .inventory-ticket-modal input,:root[data-theme=light] .inventory-ticket-modal textarea,:root[data-theme=light] .companies-form-actions .btn-dialog-secondary:hover,:root[data-theme=light] .role-tag{color:var(--text-primary)}:root[data-theme=light] .modal-tabs,:root[data-theme=light] .detail-card,:root[data-theme=light] .timeline-content,:root[data-theme=light] .inventory-sub-table th,:root[data-theme=light] .inventory-sub-table td,:root[data-theme=light] .performance-highlight-card,:root[data-theme=light] .performance-gauge-card,:root[data-theme=light] .analytics-kpi-item,:root[data-theme=light] .top-programs-list li,:root[data-theme=light] .health-metric-item,:root[data-theme=light] .recent-software-list li,:root[data-theme=light] .command-btn,:root[data-theme=light] .command-inline-panel,:root[data-theme=light] .location-map-wrapper,:root[data-theme=light] .inventory-ticket-modal,:root[data-theme=light] .inventory-ticket-modal-footer{border-color:#0f172a14}:root[data-theme=light] .detail-card,:root[data-theme=light] .timeline-content,:root[data-theme=light] .id-badge,:root[data-theme=light] .performance-chip,:root[data-theme=light] .analytics-kpi-item,:root[data-theme=light] .top-programs-list li,:root[data-theme=light] .health-metric-item,:root[data-theme=light] .recent-software-list li,:root[data-theme=light] .command-btn,:root[data-theme=light] .command-inline-panel,:root[data-theme=light] .command-inline-panel select,:root[data-theme=light] .inventory-assignee-select,:root[data-theme=light] .inventory-ticket-modal input,:root[data-theme=light] .inventory-ticket-modal textarea{background:#ffffffc7}:root[data-theme=light] .performance-highlight-card,:root[data-theme=light] .inventory-ticket-modal{background:radial-gradient(circle at top right,rgba(215,79,48,.1),transparent 34%),linear-gradient(155deg,#ffffffe6,#f6f1ecfa)}:root[data-theme=light] .performance-gauge-card{background:radial-gradient(circle at top right,rgba(215,79,48,.08),transparent 52%),#ffffffbd}:root[data-theme=light] .top-programs-cpu-card{background:linear-gradient(180deg,#ff7a521f,#ffffffc7)}:root[data-theme=light] .top-programs-ram-card{background:linear-gradient(180deg,#5ac8ff1f,#ffffffc7)}:root[data-theme=light] .location-map-wrapper,:root[data-theme=light] .inventory-ticket-modal,:root[data-theme=light] .companies-form-actions .btn-dialog-secondary,:root[data-theme=light] .users-page-container .btn-secondary,:root[data-theme=light] .users-page-container .close-btn,:root[data-theme=light] .profile-dialog-close,:root[data-theme=light] .companies-drawer-close,:root[data-theme=light] .assign-dialog-close{background:#ffffffd6}:root[data-theme=light] .ticket-id,:root[data-theme=light] .ticket-message-content,:root[data-theme=light] .ticket-message-body,:root[data-theme=light] .ticket-message-header strong,:root[data-theme=light] .ticket-composer textarea,:root[data-theme=light] .ticket-composer .ticket-form-group textarea,:root[data-theme=light] .ticket-quick-actions .action-button.secondary,:root[data-theme=light] .ticket-quick-actions .action-button.secondary i,:root[data-theme=light] .ticket-workspace-grid,:root[data-theme=light] .tickets-placeholder,:root[data-theme=light] .companies-empty-row,:root[data-theme=light] .companies-error-state h3,:root[data-theme=light] .error-state-card,:root[data-theme=light] .profile-info-banner,:root[data-theme=light] .password-rule-chip,:root[data-theme=light] .user-full-name,:root[data-theme=light] .role-option-label,:root[data-theme=light] .header-title h2,:root[data-theme=light] .title-group h3,:root[data-theme=light] .account-manager-card h4,:root[data-theme=light] .profile-sidebar-card h2,:root[data-theme=light] .section-header h3,:root[data-theme=light] .profile-summary-card strong,:root[data-theme=light] .stat-value,:root[data-theme=light] .modal-header h2,:root[data-theme=light] .companies-drawer-header h3,:root[data-theme=light] .profile-dialog-header h3,:root[data-theme=light] .assign-dialog-title-wrap h3{color:var(--text-primary)}:root[data-theme=light] .header-title .subtitle,:root[data-theme=light] .title-group span,:root[data-theme=light] .info-item-premium label,:root[data-theme=light] .manager-footer p,:root[data-theme=light] .stat-label,:root[data-theme=light] .summary-label,:root[data-theme=light] .profile-section-helper,:root[data-theme=light] .profile-dialog-subtitle,:root[data-theme=light] .profile-dialog-form label,:root[data-theme=light] .assign-dialog-form label,:root[data-theme=light] .asset-user-secondary,:root[data-theme=light] .top-programs-empty,:root[data-theme=light] .health-badge.neutral{color:var(--text-secondary)}:root[data-theme=light] .companies-form-actions .btn-dialog-secondary,:root[data-theme=light] .users-page-container .btn-secondary,:root[data-theme=light] .users-page-container .close-btn,:root[data-theme=light] .profile-dialog-close,:root[data-theme=light] .companies-drawer-close,:root[data-theme=light] .assign-dialog-close,:root[data-theme=light] .command-confirm-btn.secondary{color:var(--text-primary);border-color:#0f172a1a}:root[data-theme=light] .users-page-container .btn-secondary:hover,:root[data-theme=light] .users-page-container .close-btn:hover,:root[data-theme=light] .companies-form-actions .btn-dialog-secondary:hover,:root[data-theme=light] .command-btn:hover,:root[data-theme=light] .command-confirm-btn.secondary:hover{background:#fff7f2f5;border-color:#d74f3029;color:var(--text-primary)}:root[data-theme=light] .inventory-ticket-modal-backdrop{background:#0f172a38}:root[data-theme=light] .location-map-wrapper{background:#ffffffe6}:root[data-theme=light] .timeline-dot{border-color:#ffffffeb}input{width:100%;height:48px;background:transparent;border:none;border-bottom:2px solid var(--border-muted);color:var(--text-primary);font-size:1rem;outline:none;padding:10px;transition:border-color var(--transition-fast),background var(--transition-fast)}input:focus{border-bottom-color:var(--accent);background:#ffffff05}input::placeholder{font-size:12px;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.password-wrapper{position:relative}.toggle-password{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;color:#747474;cursor:pointer;padding:10px;transition:color var(--transition-fast)}.toggle-password:hover{color:var(--accent)}.btn-login{height:52px;background:var(--accent);border:1px solid var(--accent-strong);border-radius:var(--radius);color:#fff;font-family:var(--font-mono);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all var(--transition-fast)}.btn-login:hover{background:var(--accent-strong);box-shadow:0 0 20px hsla(var(--h-accent),var(--s-accent),var(--l-accent),.3)}.toast-container{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;align-items:stretch;pointer-events:none;width:min(calc(100vw - 32px),380px)}.toast-stack-item{width:100%;max-height:160px;margin-bottom:12px;opacity:calc(1 - (var(--toast-stack-index, 0) * .06));transform:translateY(calc(var(--toast-stack-index, 0) * -3px));transition:max-height .26s cubic-bezier(.4,0,.2,1),margin-bottom .26s cubic-bezier(.4,0,.2,1),opacity .2s ease,transform .2s ease;overflow:hidden}.toast-stack-item:last-child{margin-bottom:0}.toast-stack-item.closing{max-height:0;margin-bottom:0;opacity:0;transform:translateY(-8px)}.toast-item{width:100%;min-height:88px;padding:16px 18px;border-radius:18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;background:var(--bg-primary);border:1px solid var(--border-muted);position:relative;overflow:hidden;animation:slideDown .4s cubic-bezier(.16,1,.3,1) forwards;pointer-events:auto;box-shadow:0 18px 40px #00000038}.toast-item.closing{animation:slideUpOut .26s cubic-bezier(.4,0,.2,1) forwards;pointer-events:none}@keyframes slideDown{0%{transform:translateY(-40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUpOut{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-10px) scale(.97);opacity:0}}.toast-progress{position:absolute;bottom:0;left:0;width:100%;height:3px;transform-origin:left;animation:toastProgress 7s linear forwards}@keyframes toastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-item.success .toast-progress{background:var(--success)}.toast-item.error .toast-progress{background:var(--error)}.toast-item.info .toast-progress{background:var(--info)}.toast-item.warning .toast-progress{background:var(--warning)}.toast-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;align-self:center}.toast-icon i{font-size:18px}.toast-item.success i{color:var(--success)}.toast-item.error i{color:var(--error)}.toast-item.info i{color:var(--info)}.toast-item.warning i{color:var(--warning)}.toast-content{min-width:0;display:flex;flex-direction:column;gap:4px}.toast-content p{margin:0}.toast-content p:first-child{color:var(--text-primary);font-weight:600;font-size:.95rem;line-height:1.2}.toast-content p:last-child{color:var(--text-secondary);font-size:.82rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.toast-item button{background:transparent;border:none;font-size:18px;color:var(--text-secondary);cursor:pointer;transition:.2s ease;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;align-self:center;margin:0 -6px 0 0}.toast-item button:hover{color:var(--text-primary);transform:scale(1.05);background:#ffffff0f}.toast-item.closing .toast-progress{animation-play-state:paused}@media(max-width:640px){.toast-container{top:14px;width:min(calc(100vw - 20px),360px)}.toast-stack-item{margin-bottom:10px}.toast-item{min-height:82px;padding:14px 16px}}.password-requirements-badges{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px}.password-requirements-badges .badge{font-size:12px;padding:4px 10px;border-radius:20px;background:#ffffff0a;color:var(--text-muted);display:flex;align-items:center;gap:4px;border:1px solid rgba(255,255,255,.05);transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.password-requirements-badges .badge i{font-size:8px;opacity:.4}.password-requirements-badges .badge.met{background:#47d76414;color:var(--success);border-color:#47d76426}.password-requirements-badges .badge.met i{opacity:1;font-size:9px}.input-field-wrapper{margin-bottom:5px}.error-message{color:var(--error);display:block;text-align:center;margin-bottom:10px;font-size:.9rem}.success-message{color:var(--success);display:block;text-align:center;margin-bottom:10px;font-size:.9rem}.login-page-container{min-height:100dvh;width:100%;display:flex;justify-content:center;align-items:center}.auth-main{width:100%;display:flex;justify-content:center;padding:2rem;position:relative;z-index:1}.auth-main section{width:100%;max-width:420px;padding:0 10px}.auth-main header{display:flex;flex-direction:column;align-items:center;gap:.3rem;margin-bottom:3.5rem}.main-logo-placeholder{width:80px;height:80px;display:flex;justify-content:center;align-items:center;margin-bottom:.5rem}.logo-final-fix{width:100%;height:100%}.auth-main header h1{font-weight:500;letter-spacing:1px}.auth-main header p{color:var(--accent);font-size:.9rem;font-weight:500}.auth-main form{display:flex;flex-direction:column;gap:1.8rem}.input-group{display:flex;flex-direction:column;gap:.75rem}.forgot-password{font-size:.8rem;font-weight:600;color:#d74f30cc;text-decoration:none;text-align:right;transition:color .2s}.forgot-password:hover{color:#f64}.auth-main footer{text-align:center;padding:2rem;font-size:.8rem;opacity:.4}.brand-header{display:flex;flex-direction:column;align-items:center;gap:.3rem}.brand-title{font-weight:500;font-size:2rem;letter-spacing:1px}.brand-subtitle{color:var(--accent);font-size:.85rem;font-weight:500}.main-logo-placeholder,.auth-main section .brand-title,.auth-main section .brand-subtitle,.auth-main form{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s cubic-bezier(.16,1,.3,1)}.login-page-container.loaded .main-logo-placeholder,.login-page-container.loaded .auth-main section .brand-title,.login-page-container.loaded .auth-main section .brand-subtitle,.login-page-container.loaded .auth-main form{opacity:1;transform:translateY(0)}.login-page-container.loaded .main-logo-placeholder{transition-delay:.7s}.login-page-container.loaded .auth-main section .brand-title{transition-delay:.8s}.login-page-container.loaded .auth-main section .brand-subtitle{transition-delay:.9s}.login-page-container.loaded .auth-main form{transition-delay:1s}.form-instructions{text-align:center;margin-bottom:24px}.form-instructions h2{font-size:1.4rem;color:#fff;margin-bottom:8px}.form-instructions p{font-size:.9rem;color:#ccc;line-height:1.4}.back-to-login{display:block;text-align:center;margin-top:24px}@media(max-width:480px){.auth-main{padding:1.5rem}.auth-main header{margin-bottom:2.5rem}.login-page-container{align-items:flex-start;padding-top:10vh}}.sidebar{width:280px;background:#0f0f0f99;backdrop-filter:blur(25px) saturate(200%);-webkit-backdrop-filter:blur(25px) saturate(200%);border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;padding:3.5rem 1rem 1rem;position:fixed;height:100vh;z-index:100;transition:width .5s cubic-bezier(.16,1,.3,1),padding .5s cubic-bezier(.16,1,.3,1);box-shadow:10px 0 30px #0003}.sidebar.collapsed{width:88px;padding:3.5rem 1rem 1rem}.sidebar-toggle{position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:22px;height:22px;background:var(--accent);color:#fff;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:101;box-shadow:0 0 15px #d74f3080;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.sidebar-toggle:hover{transform:translateY(-50%) scale(1.15);background:#f64;box-shadow:0 0 20px #d74f30b3}.sidebar-toggle i{font-size:.75rem;display:flex;align-items:center;justify-content:center;transition:transform .4s ease}.sidebar-header{display:flex;align-items:center;gap:15px;margin-bottom:3.5rem;padding-left:.5rem;overflow:hidden;white-space:nowrap;transition:all .5s cubic-bezier(.16,1,.3,1);min-height:50px}.sidebar.collapsed .sidebar-header{padding-left:0;justify-content:center;gap:0}.sidebar-brand-text{display:flex;flex-direction:column;justify-content:center;gap:0;height:50px;padding:0;margin:0;transition:all .4s cubic-bezier(.16,1,.3,1)}.brand-title-row{display:flex;align-items:center;gap:.5rem}.brand-name{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.5px;line-height:1.2}.brand-version{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;padding:.1rem .45rem;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);color:var(--accent);font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.brand-subtext{font-size:.7rem;color:var(--accent);font-weight:500;text-transform:lowercase;opacity:.8}.sidebar.collapsed .sidebar-brand-text{opacity:0;width:0;height:0;overflow:hidden;position:absolute;pointer-events:none;transform:translate(-10px)}.sidebar-nav{flex:1}.sidebar-nav ul{list-style:none;display:flex;flex-direction:column;gap:12px}.sidebar-nav a{display:flex;align-items:center;gap:16px;padding:1.1rem 1.3rem;color:#fff6;text-decoration:none;border-radius:20px;font-size:1rem;font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;white-space:nowrap;-webkit-user-select:none;user-select:none;caret-color:transparent;outline:none}.sidebar.collapsed .sidebar-nav a{padding:1.1rem 0;justify-content:center;margin:0 4px}.sidebar-nav a i{font-size:1.25rem;min-width:26px;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.sidebar-nav a span{transition:opacity .4s ease,transform .4s cubic-bezier(.16,1,.3,1)}.sidebar.collapsed .sidebar-nav a span{opacity:0;transform:translate(-10px);position:absolute}.sidebar-nav a:hover{color:#fff;background:#ffffff0d}.sidebar-nav a:hover i{transform:scale(1.15)}.sidebar-nav a.active{background:#d74f301f}.sidebar-nav a.active i{color:var(--accent)}.sidebar-nav a.active span{color:var(--text-primary);font-weight:600}.sidebar-nav a.active:before{content:"";position:absolute;left:0;top:20%;height:60%;width:4px;background:var(--accent);border-radius:0 4px 4px 0;box-shadow:0 0 15px var(--accent);transition:all .4s ease}.sidebar.collapsed .sidebar-nav a.active:before{height:30%;top:35%}.sidebar-footer{border-top:1px solid rgba(255,255,255,.05);margin-top:auto;padding-top:10px}.sidebar.collapsed .sidebar-footer{padding:1.5rem 0}.sidebar-user-section{display:flex;align-items:center;gap:15px;padding:.85rem 1.2rem;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.02);transition:all .3s ease;position:relative;-webkit-user-select:none;user-select:none}.sidebar.collapsed .sidebar-user-section{justify-content:center;padding:0;background:transparent}.user-avatar-wrapper{width:38px;height:38px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--accent);background:var(--bg-secondary)}.user-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-weight:700;font-size:1rem}.user-avatar{width:100%;height:100%;object-fit:cover}.user-info{display:flex;flex-direction:column;gap:2px;flex-grow:1;overflow:hidden}.user-name{font-size:.9rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:.6rem;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;font-weight:600}.btn-user-options{background:transparent;border:none;color:#fff6;cursor:pointer;font-size:1rem;padding:4px;transition:color .2s ease}.btn-user-options:hover{color:var(--accent)}.user-options-popover{position:absolute;bottom:0;left:calc(100% + 15px);width:220px;background:#0a0a0af2;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.08);box-shadow:20px 0 50px #00000080;border-radius:16px;padding:8px;z-index:1000;animation:popoverSlideIn .4s cubic-bezier(.16,1,.3,1) forwards}.sidebar.collapsed .user-options-popover{left:calc(100% + 10px);bottom:-10px}@keyframes popoverSlideIn{0%{opacity:0;transform:translate(-15px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.popover-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:transparent;border:none;color:#ffffffb3;font-size:.95rem;font-weight:500;border-radius:10px;cursor:pointer;transition:all .3s ease;text-align:left;position:relative;overflow:hidden}.popover-item i{width:20px;font-size:1.1rem;color:#fff6;transition:all .3s ease}.popover-item:hover{background:#ffffff0d;color:#fff;padding-left:20px}.popover-item:hover i{color:var(--accent);transform:scale(1.1)}.popover-item:after{content:"";position:absolute;left:0;top:20%;bottom:20%;width:3px;background:var(--accent);border-radius:0 4px 4px 0;opacity:0;transition:all .3s ease}.popover-item:hover:after{opacity:1}.popover-item.logout{margin-top:8px;border-top:1px solid rgba(255,255,255,.05);color:#f55c;border-radius:0 0 10px 10px}.popover-item.logout i{color:#ff555580}.popover-item.logout:after{background:#f55}.popover-item.logout:hover{background:#ff555514;color:#f55}.popover-item.logout:hover i{color:#f55}.kpi-card{background:#0f0f0f99;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.05);padding:1.8rem 1.5rem;border-radius:16px;display:flex;flex-direction:column;gap:.6rem;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;min-height:140px;justify-content:center}.kpi-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(215,79,48,.05) 0%,transparent 100%);opacity:0;transition:opacity .4s ease}.kpi-card:hover{transform:translateY(-5px);background:#141414cc;border-color:#d74f3033;box-shadow:0 15px 35px #0006}.kpi-card:hover:before{opacity:1}.kpi-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.2rem}.kpi-label{font-size:.7rem;color:#fff6;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.kpi-icon-wrapper{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.kpi-icon-wrapper.orange{background:#d74f301a;color:#f64}.kpi-icon-wrapper.red{background:#d730301a;color:#f44}.kpi-icon-wrapper.blue{background:#2f86eb1a;color:#4af}.kpi-icon-wrapper.green{background:#47d7641a;color:#4f8}.kpi-value{font-size:2.8rem;font-weight:900;color:#fff;line-height:1;letter-spacing:-1.5px}.kpi-active-filter .kpi-card{border-color:var(--accent);box-shadow:0 0 15px #d44c2e33;transform:translateY(-5px);background:#d74f3014}.kpi-active-filter .kpi-label{color:var(--accent)}.kpi-active-filter .kpi-card:before{opacity:1}.app-loading{display:flex;justify-content:center;align-items:center}.app-loading--inline{width:100%;min-height:260px}.app-loading--fullscreen{position:fixed;inset:0;z-index:9999;width:100vw;height:100vh;background:var(--bg-primary, #0a0a0a)}.app-loading__logo{display:inline-flex}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.home-dashboard-page{--dashboard-orange: #d74f30;--dashboard-orange-deep: #bf3d1c;--dashboard-orange-soft: #f06c46;--dashboard-orange-glow: rgba(215, 79, 48, .34);--dashboard-panel: rgba(15, 15, 15, .58);--dashboard-panel-strong: rgba(11, 11, 11, .88);--dashboard-panel-soft: rgba(255, 255, 255, .03);--dashboard-border: rgba(255, 255, 255, .06);--dashboard-border-strong: rgba(255, 255, 255, .1);--dashboard-text: var(--text-primary);--dashboard-muted: rgba(255, 255, 255, .66);--dashboard-subtle: rgba(255, 255, 255, .44);--dashboard-accent-soft: rgba(215, 79, 48, .12);display:flex;flex-direction:column;gap:24px;position:relative;animation:fadeIn .55s ease}.home-dashboard-page:before{content:none}.home-header{position:relative;overflow:visible;padding:0 0 .25rem;border:none;border-radius:0;background:transparent;box-shadow:none}.home-header:before{content:none}.dashboard-header-kicker{display:inline-flex;align-items:center;margin-bottom:.45rem;color:var(--accent);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.home-header h1{margin-bottom:.35rem}.home-header .subtitle{max-width:720px;color:var(--dashboard-muted);opacity:1}.home-header.page-header-modular:after{width:72px;height:4px;bottom:-1rem;background:linear-gradient(90deg,var(--accent) 0%,rgba(215,79,48,.14) 100%);box-shadow:0 2px 10px #d74f3038}.dashboard-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}.dashboard-primary-btn,.dashboard-secondary-btn,.dashboard-pill-btn,.dashboard-widget-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 1.15rem;border-radius:12px;font-weight:700;font-family:inherit;cursor:pointer;transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}.dashboard-primary-btn{color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-strong));border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 30px #d74f3042}.dashboard-secondary-btn,.dashboard-pill-btn{color:var(--dashboard-text);background:#ffffff0b;border:1px solid var(--dashboard-border-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dashboard-primary-btn:hover:not(:disabled),.dashboard-secondary-btn:hover:not(:disabled),.dashboard-pill-btn:hover:not(:disabled),.dashboard-widget-toggle:hover{transform:translateY(-2px)}.dashboard-secondary-btn:hover:not(:disabled),.dashboard-pill-btn:hover:not(:disabled){background:#fff1;border-color:#ffffff29}.dashboard-primary-btn:disabled,.dashboard-secondary-btn:disabled,.dashboard-pill-btn:disabled,.dashboard-order-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.dashboard-customizer-card,.dashboard-widget-card,.dashboard-governance-card{border-radius:28px;border:1px solid var(--dashboard-border);background:var(--dashboard-panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 50px #0000003d}.dashboard-customizer-card{padding:24px;display:flex;flex-direction:column;gap:18px;background:radial-gradient(circle at top right,rgba(215,79,48,.09),transparent 28%),linear-gradient(145deg,#121212d1,#0a0a0af0)}.dashboard-customizer-head,.dashboard-widget-header,.dashboard-order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dashboard-customizer-head h2,.dashboard-widget-header h3,.dashboard-governance-copy h2,.dashboard-order-head h3{margin:4px 0 0;color:var(--dashboard-text)}.dashboard-customizer-head span:last-child,.dashboard-order-head span:last-child{color:var(--dashboard-muted);font-size:.92rem}.dashboard-section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--accent);letter-spacing:.14em;font-size:.73rem;font-weight:800;text-transform:uppercase}.dashboard-preset-row{display:flex;flex-wrap:wrap;gap:12px}.dashboard-widget-picker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.dashboard-widget-toggle{width:100%;min-height:unset;justify-content:space-between;text-align:left;padding:18px;border-radius:22px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);color:#f2efeb}.dashboard-widget-toggle div{display:flex;flex-direction:column;gap:6px}.dashboard-widget-toggle strong{color:var(--dashboard-text)}.dashboard-widget-toggle p{margin:0;color:var(--dashboard-muted);line-height:1.45}.dashboard-widget-toggle span{color:var(--accent);font-size:.84rem}.dashboard-widget-toggle.is-active{background:linear-gradient(180deg,#d74f3042,#ffffff0a);border-color:#d74f3075}.dashboard-order-panel{display:flex;flex-direction:column;gap:14px;padding:20px;border-radius:24px;border:1px solid var(--dashboard-border);background:linear-gradient(180deg,#d74f301a,#ffffff06)}.dashboard-order-list{display:flex;flex-direction:column;gap:12px}.dashboard-order-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:18px;background:var(--dashboard-panel-soft);border:1px solid rgba(255,255,255,.06);transition:transform .2s ease,border-color .2s ease,background .2s ease,opacity .2s ease}.dashboard-order-item.is-dragging{opacity:.45;border-color:#d74f3033}.dashboard-order-item.is-drag-over{transform:translateY(-2px);border-color:#d74f307a;background:#d74f301a}.dashboard-order-item-copy{display:flex;align-items:center;gap:12px;min-width:0}.dashboard-order-item-copy strong{display:block;color:#fff7f2}.dashboard-order-item-copy p{margin:4px 0 0;color:var(--dashboard-muted);line-height:1.45}.dashboard-order-hint{margin:0;color:var(--dashboard-muted);font-size:.88rem}.dashboard-order-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:var(--dashboard-accent-soft);color:var(--accent);flex:0 0 auto;cursor:grab}.dashboard-order-item.is-dragging .dashboard-order-icon{cursor:grabbing}.dashboard-order-actions{display:inline-flex;align-items:center;gap:8px}.dashboard-order-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#f5f5f5;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.dashboard-order-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#d74f3075;background:#d74f3024}.dashboard-widget-grid-shell{min-width:0}.dashboard-widget-grid{min-height:200px}.dashboard-widget-grid .react-grid-item{transition:transform .22s ease,opacity .22s ease}.dashboard-widget-grid .react-grid-placeholder{border-radius:24px;background:#d74f3029;border:1px dashed rgba(215,79,48,.48)}.dashboard-widget-slot{position:relative;min-width:0;height:100%;transition:transform .22s ease,opacity .22s ease,filter .22s ease}.dashboard-widget-slot.is-editable{z-index:1}.dashboard-widget-slot.is-editable .dashboard-widget-card,.dashboard-widget-slot.is-editable .dashboard-governance-card{-webkit-user-select:none;user-select:none}.dashboard-widget-drag-handle{position:absolute;top:12px;right:12px;z-index:3;display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border-radius:999px;background:#0c0c0cd6;border:1px solid rgba(215,79,48,.24);color:#fffc;font-size:.76rem;font-weight:700;letter-spacing:.04em;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:grab}.dashboard-widget-drag-handle:active{cursor:grabbing}.dashboard-widget-slot .dashboard-widget-card,.dashboard-widget-slot .dashboard-governance-card{height:100%}.dashboard-widget-full{grid-column:1 / -1}.dashboard-governance-card{display:grid;grid-template-columns:minmax(280px,1.4fr) minmax(320px,1fr);gap:20px;padding:28px;position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(215,79,48,.14),transparent 30%),linear-gradient(145deg,#141414d1,#0a0a0af0)}.dashboard-governance-card:before{content:none}.dashboard-governance-copy{position:relative;z-index:1}.dashboard-governance-copy p,.dashboard-widget-subtitle{margin:14px 0 0;color:var(--dashboard-muted);line-height:1.65}.dashboard-governance-metrics,.dashboard-insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.dashboard-principle-card,.dashboard-insight-card{border-radius:22px;background:var(--dashboard-panel-soft);border:1px solid rgba(255,255,255,.05);padding:18px}.dashboard-principle-card strong,.dashboard-insight-card strong{display:block;color:var(--dashboard-text);font-size:1.8rem;margin-bottom:8px}.dashboard-principle-card span,.dashboard-insight-card span{display:block;color:var(--accent);font-weight:700;margin-bottom:8px}.dashboard-principle-card small,.dashboard-insight-card p{color:var(--dashboard-muted);line-height:1.5}.dashboard-insight-card p{margin:10px 0 0}.dashboard-insight-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px;background:#d74f3029;color:var(--accent);margin-bottom:14px}.dashboard-widget-card{padding:22px 22px 28px;display:flex;flex-direction:column;gap:14px;min-height:100%;background:radial-gradient(circle at top right,rgba(215,79,48,.08),transparent 26%),linear-gradient(145deg,#101010db,#0a0a0af5)}.dashboard-map-card{overflow:hidden}.dashboard-widget-header{color:var(--dashboard-text)}.dashboard-widget-header svg{color:var(--accent);opacity:.96}.dashboard-widget-header p,.dashboard-widget-card p{color:var(--dashboard-muted)}.dashboard-chart-shell{min-height:260px;border-radius:20px;background:linear-gradient(180deg,#ffffff05,#00000014);border:1px solid rgba(255,255,255,.04);padding:10px 10px 16px}.dashboard-chart-shell-large{min-height:308px;padding-bottom:28px;margin-bottom:6px}.dashboard-widget-card-trend{padding-bottom:28px;overflow:hidden}.dashboard-chart-shell-trend{min-height:0;padding:12px 12px 20px}.dashboard-map-card .assets-map-wrapper{flex:1 1 auto;position:relative;width:100%;min-height:280px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#080808f5;box-shadow:inset 0 1px #ffffff0a}.dashboard-map-card .assets-map-canvas,.dashboard-map-card .assets-map-wrapper .leaflet-container{width:100%;height:100%;min-height:280px;max-height:100%}.assets-map-overlay{position:absolute;inset:0;z-index:550;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.95rem;background:#0a0a0a85;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.assets-map-overlay.error{color:#ffb4b4}.assets-map-summary{display:flex;flex-wrap:wrap;gap:12px;color:var(--dashboard-muted);font-size:.88rem;flex-shrink:0}.assets-map-summary span{padding:10px 14px;border-radius:999px;background:#ffffff0b;border:1px solid rgba(255,255,255,.08)}.assets-map-marker-icon,.assets-map-cluster-icon{background:transparent;border:none}.assets-map-marker-dot{width:14px;height:14px;display:block;border-radius:50%;border:2px solid rgba(255,255,255,.85);background:var(--dashboard-orange);box-shadow:0 0 0 7px #d74f3033}.assets-map-cluster-badge{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:radial-gradient(circle at 30% 30%,var(--dashboard-orange-soft),var(--dashboard-orange) 65%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;box-shadow:0 12px 24px #00000059}.assets-map-popup{color:#111;font-size:.84rem;line-height:1.4}.assets-map-popup strong{display:block;margin-bottom:.2rem}.leaflet-tooltip{border:none;background:#121212eb;color:#fff;border-radius:8px;box-shadow:0 8px 20px #00000059}.leaflet-control-attribution{background:#121212b8!important;color:#ffffffbd!important}.leaflet-control-attribution a{color:var(--dashboard-orange-soft)!important}@media(max-width:1100px){.dashboard-governance-card{grid-template-columns:1fr}}@media(max-width:900px){.dashboard-widget-grid,.dashboard-widget-picker-grid{min-height:auto}.dashboard-widget-card,.dashboard-widget-full{grid-column:auto}.dashboard-map-card .assets-map-wrapper,.dashboard-map-card .assets-map-canvas{min-height:240px}.dashboard-header-actions,.dashboard-customizer-head,.dashboard-widget-header,.dashboard-order-head,.dashboard-order-item{flex-direction:column;align-items:stretch}.home-header .header-content{max-width:none}.dashboard-order-actions{justify-content:flex-end}.assets-map-summary{flex-direction:column;align-items:flex-start}}.asset-details-modal{max-width:900px!important;width:95%!important}.modal-tabs{display:flex;gap:1rem;padding:0 1.5rem;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:1.5rem}.tab-btn{background:none;border:none;color:#ffffff80;padding:1rem .5rem;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;position:relative;transition:all .3s ease}.tab-btn:hover{color:#fff}.tab-btn.active{color:var(--accent)}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:var(--accent);box-shadow:0 0 10px var(--accent)}.modal-content-scroll{padding:0 1.5rem 1.5rem;max-height:60vh;overflow-y:auto;overflow-x:hidden}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.details-grid>*{min-width:0}.detail-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.25rem;min-width:0;overflow:hidden}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;color:var(--accent);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;min-width:0}.card-header span{min-width:0;overflow-wrap:anywhere}.card-body{display:flex;flex-direction:column;gap:1rem;min-width:0}.info-item{display:flex;flex-direction:column;gap:.25rem;min-width:0}.info-item label{font-size:.75rem;color:#fff6;text-transform:uppercase}.info-item span{font-size:.95rem;color:#fff;font-weight:500;min-width:0;overflow-wrap:anywhere;word-break:break-word}.asset-timeline{position:relative;padding-left:2rem;margin-top:1rem}.asset-timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:#ffffff0d}.timeline-item{position:relative;margin-bottom:2rem}.timeline-dot{position:absolute;left:-2rem;top:5px;width:16px;height:16px;border-radius:50%;background:var(--accent);border:3px solid #0a0a0a;box-shadow:0 0 10px #d44c2e66;z-index:1}.timeline-content{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1rem}.timeline-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.timeline-action{font-weight:700;color:#fff;font-size:.9rem}.timeline-date{font-size:.8rem;color:#fff6}.timeline-description{font-size:.9rem;color:#ffffffb3;line-height:1.5}.inventory-sub-table{width:100%;border-collapse:collapse}.inventory-sub-table th{text-align:left;padding:1rem;color:#fff6;font-size:.75rem;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.05)}.inventory-sub-table td{padding:1rem;color:#fffc;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.02)}.modal-loading{display:flex;justify-content:center;align-items:center;min-height:220px;padding:2rem}.modal-loading-logo{flex:0 0 auto;width:72px;height:72px}.id-badge{font-family:Monaco,Consolas,monospace;background:#ffffff0d;padding:.2rem .6rem;border-radius:6px;font-size:.75rem;margin-top:.25rem}.asset-analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:1rem}.performance-highlight-card{margin-bottom:1rem;background:linear-gradient(140deg,#ff7a5224,#5ac8ff14);border-color:#ffffff1f}.performance-highlight-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.performance-highlight-eyebrow{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.8px;color:#ffffffa6}.performance-highlight-header h3{margin:.3rem 0 0;font-size:1.15rem;color:#fff}.performance-highlight-chips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.performance-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .55rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#ffffffe6;font-size:.72rem;font-weight:700}.performance-chip.is-warning{border-color:#ffb54a73;color:#ffd389;background:#ffb54a24}.performance-chip.is-good{border-color:#7ee0816b;color:#b9f1bb;background:#7ee08121}.performance-gauges-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.performance-gauge-card{position:relative;overflow:hidden;border-color:#ffffff1a;background:radial-gradient(circle at top right,rgba(255,255,255,.08),transparent 55%),#ffffff05}.performance-gauge-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.performance-gauge-header span{font-size:.78rem;text-transform:uppercase;letter-spacing:.6px;color:#fff9}.performance-gauge-header strong{font-size:1.2rem;color:#fff}.performance-gauge-chart{margin-top:.35rem}.performance-gauge-scale{display:flex;justify-content:space-between;font-size:.73rem;color:#ffffff7a;margin-top:-.35rem}.analytics-card{min-height:220px}.analytics-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.analytics-kpi-item{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.analytics-kpi-item label{font-size:.72rem;text-transform:uppercase;color:#ffffff73}.analytics-kpi-item strong{font-size:1.1rem;color:#fff}.analytics-insights-list{margin:0;padding-left:1rem;display:flex;flex-direction:column;gap:.6rem;color:#ffffffdb;font-size:.9rem;line-height:1.45;overflow-wrap:anywhere}.top-programs-card{min-height:240px}.top-programs-cpu-card{border-color:#ff7a5254;background:linear-gradient(180deg,#ff7a5214,#ffffff05)}.top-programs-ram-card{border-color:#5ac8ff4d;background:linear-gradient(180deg,#5ac8ff14,#ffffff05)}.top-programs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.top-programs-column h4{margin:0 0 .5rem;font-size:.82rem;font-weight:700;color:#ffffffd9;text-transform:uppercase;letter-spacing:.6px}.top-programs-list{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.4rem}.top-programs-list li{display:flex;justify-content:space-between;gap:.75rem;font-size:.88rem;color:#ffffffd1;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:.55rem .7rem;background:#00000029;min-width:0}.process-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.process-metric{color:#fff;font-weight:700;white-space:nowrap}.top-programs-empty{color:#ffffff80;font-size:.85rem;justify-content:center!important}.analytics-footnote{margin-top:.9rem;margin-bottom:0;font-size:.78rem;color:#ffffff80}.health-card,.recent-software-card,.command-center-card{grid-column:1 / -1}.health-summary{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.9rem}.health-summary p{margin:0;font-size:.9rem;color:#ffffffbf}.health-badge{display:inline-flex;align-items:center;width:fit-content;padding:.25rem .65rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:1px solid transparent}.health-badge.good{color:#20d878;border-color:#20d87866;background:#20d8781f}.health-badge.warning{color:#f7c14d;border-color:#f7c14d66;background:#f7c14d1f}.health-badge.critical{color:#ff6a6a;border-color:#ff6a6a73;background:#ff6a6a1f}.health-badge.neutral{color:#ffffffb8;border-color:#ffffff38;background:#ffffff0f}.health-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.health-metric-item{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:.75rem;display:flex;flex-direction:column;gap:.2rem}.health-metric-item label{font-size:.72rem;color:#ffffff7a;text-transform:uppercase}.health-metric-item span{font-size:1rem;color:#fff;font-weight:700}.recent-software-list{margin:.7rem 0 0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.55rem}.recent-software-list li{display:flex;justify-content:space-between;gap:.8rem;font-size:.88rem;color:#ffffffd9;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:.6rem .75rem;min-width:0}.recent-software-list li span{min-width:0;overflow-wrap:anywhere;word-break:break-word}.recent-software-list li small{color:#ffffff8c;white-space:normal;overflow-wrap:anywhere;text-align:right}.command-buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.7rem}.command-buttons-grid>*{min-width:0}.command-btn{border:1px solid rgba(255,255,255,.14);background:#ffffff08;color:#fff;border-radius:10px;padding:.65rem .85rem;font-weight:700;font-size:.8rem;letter-spacing:.3px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:0;flex-wrap:wrap;text-align:center;overflow-wrap:anywhere;transition:.2s ease}.command-btn:hover{border-color:var(--accent);background:#d74f3024}.command-btn:disabled{opacity:.65;cursor:not-allowed}.command-btn.danger{border-color:#ff6a6a73;color:#ff9898}.command-btn.danger:hover{background:#ff6a6a1f;border-color:#ff6a6ab3}.command-inline-panel{margin-top:.9rem;padding:.85rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;display:flex;flex-wrap:wrap;gap:.65rem;align-items:end;min-width:0;overflow:hidden}.command-inline-panel label{width:100%;font-size:.75rem;color:#ffffff7a;text-transform:uppercase}.command-inline-panel select{flex:1;min-width:240px;max-width:100%;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:#00000059;color:#fff;padding:.55rem .7rem}.command-confirm-btn{border:none;border-radius:8px;padding:.55rem .85rem;background:var(--accent);color:#fff;font-weight:700;cursor:pointer;max-width:100%;overflow-wrap:anywhere;text-align:center}.command-confirm-btn:disabled{opacity:.7;cursor:not-allowed}.command-confirm-btn.secondary{background:#ffffff14;border:1px solid rgba(255,255,255,.2)}.command-confirm-btn.secondary:hover{background:#ffffff24}.inventory-assignee-select{width:100%;max-width:100%;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:#00000059;color:#fff;padding:.55rem .7rem}.inventory-assignee-actions{display:flex;flex-wrap:wrap;gap:.65rem}.telemetry-chart-card{margin-bottom:1rem}.telemetry-chart-wrapper{width:100%;height:280px}.inventory-sub-table-wrapper{width:100%;overflow-x:auto}.location-map-card{margin-bottom:1rem}.location-map-wrapper{width:100%;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0f0f0f}.asset-location-map{width:100%;height:300px;border:0;display:block}.location-map-link{display:inline-flex;margin-top:.75rem;color:var(--accent);text-decoration:none;font-size:.85rem;font-weight:600}.location-map-link:hover{text-decoration:underline}.inventory-ticket-modal-backdrop{position:fixed;inset:0;z-index:1300;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem}.inventory-ticket-modal{width:min(680px,100%);border-radius:16px;border:1px solid rgba(215,79,48,.38);background:linear-gradient(150deg,#d74f301f,#0a0a0af2);box-shadow:0 24px 48px #00000073;padding:1rem}.inventory-ticket-modal h3{margin:0;color:#fff;font-size:1.08rem}.inventory-ticket-modal p{margin:.5rem 0 .85rem;color:#ffffffbf;font-size:.9rem}.inventory-ticket-modal label{display:block;margin:.5rem 0 .35rem;color:#ffffffeb;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.inventory-ticket-modal input,.inventory-ticket-modal textarea{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#00000059;color:#fffffff0;padding:.7rem .8rem}.inventory-ticket-modal textarea{min-height:130px;resize:vertical}.inventory-ticket-modal input:disabled,.inventory-ticket-modal textarea:disabled{opacity:.66;cursor:not-allowed}.inventory-ticket-modal-footer{margin-top:.7rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.inventory-ticket-modal-footer small{color:#ffffff9e;font-size:.78rem}.inventory-ticket-modal-actions{display:flex;align-items:center;gap:.6rem}@media(max-width:860px){.details-grid,.asset-analytics-grid{grid-template-columns:1fr}.performance-highlight-header{flex-direction:column}.performance-highlight-chips{justify-content:flex-start}.performance-gauges-grid,.analytics-kpis,.top-programs-grid{grid-template-columns:1fr}.telemetry-chart-wrapper,.asset-location-map{height:240px}.health-metrics-grid{grid-template-columns:1fr}.recent-software-list li{flex-direction:column}.recent-software-list li small{text-align:left}.command-inline-panel select{min-width:100%}.command-confirm-btn{width:100%}.inventory-ticket-modal-footer{flex-direction:column;align-items:stretch}.inventory-ticket-modal-actions{width:100%;justify-content:flex-end}}.inventory-page-container{animation:fadeIn .6s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.inventory-header-section{margin-bottom:3.5rem}.inventory-header-section h1{font-size:2rem;font-weight:800;letter-spacing:-1px;background:linear-gradient(135deg,#fff,#fff6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.3rem}.inventory-header-section .subtitle{font-size:.92rem;color:var(--text-secondary);opacity:.65;font-weight:400}.premium-filters-bar{display:flex;gap:1rem;margin-bottom:2.5rem;align-items:center}.search-wrapper-premium i{position:absolute;left:1.25rem;color:#ffffff4d;transition:color .3s ease}.premium-input{width:100%;background:#0d0d0d;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:.9rem 1.2rem .9rem 3.2rem;color:#fff;font-size:.95rem;font-family:inherit;transition:all .3s cubic-bezier(.16,1,.3,1)}.premium-input:focus{outline:none;border-color:var(--accent);background:#121212;box-shadow:0 0 0 4px #d74f301a}.premium-input:focus+i{color:var(--accent)}.premium-select{background:#0d0d0d;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:0 1.5rem;color:#fff;font-size:.95rem;cursor:pointer;min-width:160px;height:48px;transition:all .2s ease}.premium-btn-clear{background:#d44c2e;color:#fff;border:none;border-radius:10px;padding:0 1.8rem;height:48px;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:.8rem;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);white-space:nowrap}.premium-btn-clear:hover{background:#e65636;transform:scale(1.02);box-shadow:0 5px 15px #d44c2e4d}.elite-table-container{background:#0d0d0d;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.05);box-shadow:0 20px 50px #00000080}.elite-table{width:100%;border-collapse:collapse;text-align:left}.elite-table thead tr{background:#d44c2e}.elite-table th{padding:1.25rem 1.5rem;color:#fff;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:1px}.elite-table td{padding:1.2rem 1.5rem;color:#ffffffb3;border-bottom:1px solid rgba(255,255,255,.03);font-size:.95rem;transition:background .2s ease}.elite-table tr:last-child td{border-bottom:none}.elite-table tr:hover td{background:#ffffff05;color:#fff}.hostname-wrapper{display:flex;align-items:center;gap:1.2rem;font-weight:700;color:#fff}.hostname-meta{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.hostname-name{color:#fff}.inventory-health-chip{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;border:1px solid transparent;font-size:.72rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.inventory-health-chip.good{background:#2ecc7124;border-color:#2ecc7161;color:#82f7b4}.inventory-health-chip.warning{background:#ffb84d24;border-color:#ffb84d73;color:#ffcf82}.inventory-health-chip.critical{background:#ff6b6b26;border-color:#ff6b6b70;color:#ff9b9b}.inventory-health-chip.neutral{background:#c8c8c81f;border-color:#c8c8c852;color:#ffffffbf}.asset-user-stack{display:flex;flex-direction:column;gap:.25rem}.asset-user-inline{display:inline-flex;align-items:center;gap:.5rem}.asset-user-avatar{width:26px;height:26px;border-radius:100px;object-fit:cover;border:1px solid rgba(255,255,255,.14);background:#ffffff0f}.asset-user-primary{font-weight:600;color:#fff}.asset-user-secondary{font-size:.8rem;opacity:.6}.assign-attention-btn{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;padding:.25rem .55rem;border-radius:8px;border:1px solid rgba(255,184,77,.55);background:#ffb84d1f;color:#ffca6a;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .2s ease}.assign-attention-btn:hover{background:#ffb84d3d;border-color:#ffcd70cc;color:#ffd88c}.status-badge-premium{background:#1a1a1a;color:#fff;padding:.45rem 1.2rem;border-radius:8px;font-weight:700;font-size:.75rem;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.05)}.action-group-premium{display:flex;gap:.75rem}.icon-btn-premium{background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:#d44c2e;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.icon-btn-premium:hover{background:#d44c2e;color:#fff;border-color:#d44c2e;transform:rotate(5deg) scale(1.1)}@media(max-width:992px){.elite-table-container{overflow-x:auto}}@media(max-width:600px){.premium-filters-bar{flex-direction:column;align-items:stretch}}.clickable-row{cursor:pointer}.clickable-row:hover td{background:#ffffff0a!important}.error-state h3{font-size:1.25rem;color:#fffc;margin-bottom:1rem}.assign-dialog-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1250;padding:1rem}.assign-dialog-card{width:100%;max-width:500px;border-radius:16px;background:#0f0f0ff2;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 60px #00000073;padding:1.25rem}.assign-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.assign-dialog-title-wrap h3{margin:0;color:#fff;font-size:1.15rem;font-weight:700}.assign-dialog-title-wrap p{margin:.2rem 0 0;color:#ffffff9e;font-size:.86rem}.assign-dialog-close{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;color:#ffffffbf;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.assign-dialog-form{display:flex;flex-direction:column;gap:.8rem}.assign-dialog-warning{display:flex;align-items:flex-start;gap:.55rem;padding:.7rem .8rem;border-radius:12px;border:1px solid rgba(255,184,77,.35);background:#ffb84d14;color:#ffd88c;font-size:.82rem;line-height:1.35}.assign-dialog-warning svg{flex-shrink:0;margin-top:.08rem}.assign-dialog-form label{color:#ffffffad;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.assign-dialog-select{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.75rem .9rem;color:#fff;font-size:.95rem}.assign-dialog-select option{background:#151a20;color:#f5f7fa}.assign-dialog-select option:checked{background:var(--accent);color:#fff}.assign-dialog-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #d74f301f}.assign-dialog-actions{margin-top:.25rem;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.7rem}.assign-dialog-secondary,.assign-dialog-primary{height:42px;border-radius:10px;padding:0 .95rem;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.assign-dialog-secondary{border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:#fff}.assign-dialog-primary{border:1px solid var(--accent);background:var(--accent);color:#fff}.assign-dialog-secondary:disabled,.assign-dialog-primary:disabled,.assign-dialog-close:disabled{opacity:.55;cursor:not-allowed}@media(max-width:640px){.assign-dialog-actions{display:grid;grid-template-columns:1fr}.assign-dialog-secondary,.assign-dialog-primary{width:100%;justify-content:center}}.users-page-container{animation:fadeIn .6s cubic-bezier(.16,1,.3,1)}.modal-overlay{position:fixed;inset:0;z-index:1300;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:1rem}.modal-container{width:100%;max-width:560px;max-height:calc(100vh - 2rem);overflow:hidden;background:#0f0f0ff0;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 24px 60px #00000073;display:flex;flex-direction:column}.create-user-drawer{align-self:stretch;max-height:100%;max-width:520px;border-radius:0 22px 22px 0;animation:slideInDrawer .32s cubic-bezier(.16,1,.3,1)}.modal-overlay-left{justify-content:flex-start}.modal-overlay-right{justify-content:flex-end}@keyframes slideInDrawer{0%{transform:translate(-32px);opacity:0}to{transform:translate(0);opacity:1}}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.header-title{display:flex;align-items:flex-start;gap:.85rem}.header-title svg{color:var(--accent);margin-top:.25rem}.header-title h2{margin:0;font-size:1.22rem;color:#fff;font-weight:700}.header-title .subtitle{margin:.2rem 0 0;color:#fff9;font-size:.86rem}.close-btn{width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffbf;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.close-btn:hover{color:#fff;border-color:#ffffff40}.modal-content{padding:1.25rem 1.5rem 1.5rem;overflow-y:auto}.error-message-lite{margin-bottom:1.25rem;color:#ff7f7f;background:#ff44441f;border:1px solid rgba(255,68,68,.28);padding:.8rem;border-radius:10px;font-size:.85rem}.btn-secondary,.btn-primary{height:44px;border-radius:10px;padding:0 1rem;font-weight:700;display:inline-flex;align-items:center;gap:.6rem;cursor:pointer}.btn-secondary{border:1px solid rgba(255,255,255,.2);background:#ffffff0a;color:#fff}.btn-primary{border:1px solid var(--accent);background:var(--accent);color:#fff}.user-info-cell{display:flex;align-items:center;gap:1rem}.user-table-avatar{width:40px;height:40px;border-radius:12px;object-fit:cover;border:2px solid rgba(255,255,255,.1);background:#1a1a1a}.user-meta-info{display:flex;flex-direction:column}.user-full-name{font-weight:700;color:#fff;font-size:1rem}.user-email-text{font-size:.8rem;color:#fff6}.role-badge{padding:.4rem .8rem;border-radius:8px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;border:1px solid transparent}.role-badge.admin{background:#d44c2e1a;color:#f64;border-color:#d44c2e33}.role-badge.it{background:#2f86eb1a;color:#4af;border-color:#2f86eb33}.role-badge.manager{background:#47d7641a;color:#4f8;border-color:#47d76433}.role-badge.default{background:#ffffff0d;color:#fff9;border-color:#ffffff1a}.edit-user-modal{max-width:500px!important}.role-select-group{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.role-option{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}.role-option:hover{background:#ffffff0d;border-color:#ffffff1a}.role-option.selected{background:#d44c2e1a;border-color:var(--accent)}.role-option-info{display:flex;flex-direction:column;gap:.25rem}.role-option-label{font-weight:700;color:#fff;font-size:.95rem}.role-option-desc{font-size:.8rem;color:#fff6}.role-check-icon{color:var(--accent);opacity:0;transition:opacity .2s ease}.role-option.selected .role-check-icon{opacity:1}.modal-actions-fixed{margin-top:2rem;display:flex;gap:1rem}.modal-form-grid{display:flex;flex-direction:column;gap:1.5rem}.input-group-premium{display:flex;flex-direction:column;gap:.6rem}.input-group-premium label{font-size:.75rem;font-weight:700;color:#fff6;text-transform:uppercase;letter-spacing:1px}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon svg{position:absolute;left:1.2rem;color:#ffffff4d;transition:color .3s ease}.input-with-icon i{position:absolute;left:1.2rem;color:#ffffff4d;transition:color .3s ease}.premium-input-field{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem 1.2rem 1rem 3.2rem;color:#fff;font-size:.95rem;transition:all .3s ease}.premium-input-field:focus{outline:none;border-color:var(--accent);background:#d44c2e0d;box-shadow:0 0 0 4px #d44c2e1a}.premium-input-field:focus+svg{color:var(--accent)}.premium-input-field:focus+i{color:var(--accent)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.icon-btn-premium.delete{color:#f44}.icon-btn-premium.delete:hover{background:#f44;color:#fff;border-color:#f44}@media(max-width:900px){.create-user-drawer{max-width:100%;border-radius:16px;align-self:center}.modal-content{padding:1rem}}.maintenance-page{--gmud-panel: rgba(15, 15, 15, .5);--gmud-panel-strong: rgba(13, 13, 13, .78);--gmud-panel-soft: rgba(255, 255, 255, .025);--gmud-border: rgba(255, 255, 255, .06);--gmud-border-strong: rgba(255, 255, 255, .1);--gmud-text: var(--text-primary);--gmud-muted: rgba(255, 255, 255, .6);--gmud-subtle: rgba(255, 255, 255, .38);--gmud-accent-soft: rgba(215, 79, 48, .12);--gmud-info-soft: rgba(33, 150, 243, .12);--gmud-success-soft: rgba(76, 175, 80, .12);--gmud-warning-soft: rgba(255, 193, 7, .12);--gmud-danger-soft: rgba(244, 67, 54, .12);animation:fadeIn .55s ease}.maintenance-page .kpi-grid{margin-bottom:2rem}.gmud-header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1rem}.gmud-access-pill,.gmud-scope-pill{display:inline-flex;align-items:center;min-height:40px;padding:0 1rem;border-radius:999px;font-size:.8rem;font-weight:700;text-transform:uppercase}.gmud-access-pill{gap:.45rem;letter-spacing:.08em;border:1px solid transparent}.gmud-access-pill.is-live{color:var(--gmud-text);background:var(--gmud-accent-soft);border-color:#d74f3038}.gmud-access-pill.is-readonly{color:var(--gmud-text);background:var(--gmud-info-soft);border-color:#2196f338}.gmud-scope-pill{letter-spacing:.06em;color:var(--gmud-text);background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.gmud-primary-btn,.gmud-secondary-btn,.gmud-clear-btn{min-height:46px;border-radius:12px;padding:0 1.15rem;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;font-weight:700;font-family:inherit;cursor:pointer;transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}.gmud-primary-btn{color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-strong));border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 28px #d74f3038}.gmud-secondary-btn,.gmud-clear-btn{color:var(--gmud-text);background:#ffffff0a;border:1px solid var(--gmud-border-strong)}.gmud-clear-btn{color:var(--accent);background:#d74f3014;border-color:#d74f302e}.gmud-primary-btn:hover:not(:disabled),.gmud-secondary-btn:hover:not(:disabled),.gmud-clear-btn:hover:not(:disabled),.gmud-next-window-item:hover,.gmud-record-card:hover,.gmud-stage-chip:hover{transform:translateY(-2px)}.gmud-secondary-btn:hover:not(:disabled),.gmud-clear-btn:hover:not(:disabled){background:#ffffff0f;border-color:#ffffff24}.gmud-primary-btn:disabled,.gmud-secondary-btn:disabled,.gmud-clear-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.gmud-spotlight-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(320px,.92fr);gap:1.25rem;margin-bottom:1.75rem}.gmud-hero-card,.gmud-next-window-card,.gmud-records-panel,.gmud-detail-panel,.gmud-stage-column,.gmud-filters-panel{background:var(--gmud-panel);border:1px solid var(--gmud-border);border-radius:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 50px #00000038}.gmud-hero-card{padding:1.7rem;background:radial-gradient(circle at top right,rgba(215,79,48,.12),transparent 32%),linear-gradient(145deg,#141414d1,#0a0a0af0)}.gmud-hero-copy h2{margin:.45rem 0 .8rem;color:var(--text-primary);font-size:clamp(1.85rem,2.3vw,2.6rem);line-height:1.04;max-width:12ch}.gmud-hero-copy p,.gmud-record-card p,.gmud-detail-section p,.gmud-next-window-item p,.gmud-empty-state p{margin:0;color:var(--gmud-muted);line-height:1.6}.gmud-section-kicker{display:inline-flex;align-items:center;color:var(--accent);text-transform:uppercase;font-size:.74rem;letter-spacing:.14em;font-weight:800}.gmud-principles-grid{margin-top:1.35rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.gmud-principle-card,.gmud-detail-stat,.gmud-plain-list li,.gmud-checklist li{background:var(--gmud-panel-soft);border:1px solid rgba(255,255,255,.05)}.gmud-principle-card{padding:1rem;border-radius:18px;display:grid;gap:.45rem;color:var(--gmud-text)}.gmud-principle-card svg,.gmud-record-meta-grid svg,.gmud-plain-list svg,.gmud-status-note svg{color:var(--accent)}.gmud-principle-card span,.gmud-next-window-item span,.gmud-stage-more,.gmud-detail-stat span{color:var(--gmud-muted);font-size:.88rem}.gmud-next-window-card,.gmud-records-panel,.gmud-detail-panel{padding:1.3rem}.gmud-next-window-card{display:grid;gap:.9rem}.gmud-next-window-header,.gmud-panel-header,.gmud-stage-column-header,.gmud-record-card-topline,.gmud-detail-badges,.gmud-record-meta-grid span,.gmud-detail-actions,.gmud-detail-grid,.gmud-plain-list li,.gmud-status-note,.gmud-chip-row{display:flex;align-items:center}.gmud-panel-header,.gmud-next-window-header,.gmud-stage-column-header,.gmud-record-card-topline,.gmud-detail-actions{justify-content:space-between}.gmud-panel-header{gap:1rem}.gmud-panel-header>div,.gmud-detail-header>div{display:grid;gap:.22rem}.gmud-panel-header h3,.gmud-record-card h4,.gmud-detail-header h3,.gmud-next-window-item strong,.gmud-detail-stat strong,.gmud-empty-state strong,.gmud-editor-header h3,.gmud-editor-checklist-header h4{margin:0;color:var(--gmud-text)}.gmud-record-card h4,.gmud-detail-header h3{line-height:1.3}.gmud-next-window-item{width:100%;text-align:left;padding:1rem;border:1px solid rgba(255,255,255,.06);border-radius:18px;background:#ffffff06;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}.gmud-next-window-item:hover{border-color:#d74f302e;background:#ffffff0a}.gmud-next-window-item strong,.gmud-record-code{font-size:.86rem;letter-spacing:.08em;text-transform:uppercase}.gmud-filters-panel{margin-bottom:1.4rem;padding:1rem;display:flex;gap:.9rem;align-items:center}.gmud-search-shell{flex:1;min-width:240px;position:relative;display:flex;align-items:center}.gmud-search-shell svg{position:absolute;left:1rem;color:var(--gmud-subtle)}.gmud-search-shell input,.gmud-filters-panel select,.gmud-editor-field input,.gmud-editor-field select,.gmud-editor-field textarea,.gmud-editor-check-input{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#00000047;color:var(--gmud-text);font:inherit}.gmud-search-shell input,.gmud-filters-panel select{min-height:48px;padding:0 1rem}.gmud-search-shell input{padding-left:2.8rem}.gmud-search-shell input:focus,.gmud-filters-panel select:focus,.gmud-editor-field input:focus,.gmud-editor-field select:focus,.gmud-editor-field textarea:focus,.gmud-editor-check-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px #d74f301a}.gmud-filters-panel select{max-width:220px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.8rem}.gmud-stage-board{display:grid;grid-template-columns:repeat(6,minmax(190px,1fr));gap:1rem;overflow-x:auto;padding-bottom:.4rem;margin-bottom:1.6rem}.gmud-stage-column{min-height:210px;padding:1rem;background:linear-gradient(180deg,#ffffff08,#0a0a0abd)}.gmud-stage-column-header{padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,.05)}.gmud-stage-column-header div{display:flex;align-items:center;gap:.6rem;color:var(--gmud-text)}.gmud-stage-column-header strong,.gmud-badge,.gmud-chip,.gmud-stage-chip span{font-weight:700}.gmud-stage-dot{width:10px;height:10px;border-radius:999px;display:inline-block}.tone-neutral{background:#ffffff8c}.tone-warning{background:var(--warning)}.tone-info{background:var(--info)}.tone-accent{background:var(--accent)}.tone-success{background:var(--success)}.tone-danger,.tone-critical{background:var(--error)}.gmud-stage-stack,.gmud-record-list,.gmud-plain-list,.gmud-checklist,.gmud-editor-checklist-list{display:grid;gap:.75rem}.gmud-stage-stack,.gmud-record-list{margin-top:1rem}.gmud-stage-chip,.gmud-record-card{width:100%;text-align:left;color:var(--gmud-text);cursor:pointer}.gmud-stage-chip{border:1px solid rgba(255,255,255,.07);background:#ffffff08;border-radius:16px;padding:.85rem;display:grid;gap:.35rem}.gmud-stage-chip small{color:var(--gmud-muted);line-height:1.35}.gmud-stage-chip.is-selected,.gmud-record-card.is-selected{border-color:#d74f306b;box-shadow:0 0 0 1px #d74f3026,inset 0 0 0 1px #d74f300f}.gmud-workspace-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:1.2rem;align-items:start}.glass-card{background:var(--gmud-panel-strong)}.gmud-record-card{border-radius:20px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(160deg,#ffffff0a,#ffffff05);padding:1rem;display:grid;gap:.8rem}.gmud-record-card:hover{border-color:#ffffff1f;background:linear-gradient(160deg,#ffffff0d,#ffffff08)}.gmud-badge{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;padding:0 .75rem;font-size:.77rem;letter-spacing:.04em;border:1px solid rgba(255,255,255,.08)}.gmud-badge.tone-success{color:#d8f5dc;background:var(--gmud-success-soft);border-color:#4caf5033}.gmud-badge.tone-warning{color:#fff2c3;background:var(--gmud-warning-soft);border-color:#ffc10733}.gmud-badge.tone-danger,.gmud-badge.tone-critical{color:#ffd8d8;background:var(--gmud-danger-soft);border-color:#f4433633}.gmud-badge.tone-info{color:#d9eeff;background:var(--gmud-info-soft);border-color:#2196f333}.gmud-badge.tone-accent{color:#ffe0d3;background:var(--gmud-accent-soft);border-color:#d74f3033}.gmud-badge.tone-neutral{color:var(--gmud-text);background:#ffffff14}.gmud-company-badge{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmud-record-meta-grid{display:flex;flex-wrap:wrap;gap:.75rem 1rem}.gmud-detail-header{align-items:flex-start;gap:1rem;margin-bottom:1rem}.gmud-detail-badges{gap:.55rem;flex-wrap:wrap}.gmud-detail-grid{flex-wrap:wrap;gap:.85rem;margin-bottom:1rem}.gmud-detail-stat{min-width:180px;flex:1 1 180px;padding:.9rem 1rem;border-radius:18px;display:grid;gap:.25rem}.gmud-detail-section{margin-top:1.05rem}.gmud-section-heading,.gmud-comment-meta,.gmud-inline-actions,.gmud-attachment-item{display:flex;align-items:center;justify-content:space-between;gap:1rem}.gmud-section-heading span,.gmud-comment-meta span,.gmud-attachment-content span{color:var(--gmud-muted);font-size:.82rem}.gmud-inline-actions{justify-content:flex-end;margin-top:.85rem}.gmud-inline-textarea{width:100%;min-height:110px;resize:vertical;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#00000047;color:var(--gmud-text);font:inherit;padding:.95rem 1rem}.gmud-inline-textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px #d74f301a}.gmud-hidden-input{display:none}.gmud-timeline-section{gap:1rem}.gmud-detail-section h4{margin:0 0 .55rem;color:var(--text-primary);font-size:.95rem;text-transform:uppercase;letter-spacing:.08em}.gmud-timeline-header,.gmud-timeline-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.gmud-timeline-header span,.gmud-timeline-meta span{color:var(--gmud-muted);font-size:.82rem}.gmud-timeline-list{position:relative;display:grid;gap:.9rem}.gmud-timeline-list:before{content:"";position:absolute;left:.55rem;top:.4rem;bottom:.4rem;width:1px;background:#ffffff14}.gmud-timeline-item{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:flex-start}.gmud-timeline-dot{width:1.15rem;height:1.15rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#d74f302e;color:var(--accent);border:1px solid rgba(215,79,48,.22);z-index:1}.gmud-timeline-card,.gmud-timeline-empty{border:1px solid rgba(255,255,255,.06);background:#ffffff06;border-radius:18px;padding:.95rem 1rem}.gmud-timeline-card p,.gmud-timeline-empty span{margin:.35rem 0 0;color:var(--gmud-muted);line-height:1.55}.gmud-comment-list,.gmud-attachment-list{display:grid;gap:.8rem}.gmud-comment-card,.gmud-attachment-item{border:1px solid rgba(255,255,255,.06);background:#ffffff06;border-radius:18px;padding:.95rem 1rem}.gmud-comment-card{display:grid;gap:.45rem}.gmud-comment-card p,.gmud-attachment-content strong{margin:0;color:var(--gmud-text)}.gmud-attachment-item{justify-content:flex-start}.gmud-attachment-icon{width:2rem;height:2rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#d74f301f;color:var(--accent);border:1px solid rgba(215,79,48,.18);flex:0 0 auto}.gmud-attachment-content{display:grid;gap:.2rem}.gmud-attachment-action{margin-left:auto;min-height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--gmud-text);display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:0 .9rem;font-weight:700;cursor:pointer}.gmud-attachment-action:hover:not(:disabled){transform:translateY(-1px);border-color:#ffffff24;background:#ffffff12}.gmud-attachment-action:disabled{opacity:.55;cursor:not-allowed}.gmud-chip-row{flex-wrap:wrap;gap:.6rem}.gmud-chip{min-height:32px;border-radius:999px;padding:0 .85rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--gmud-text);display:inline-flex;align-items:center}.gmud-plain-list,.gmud-checklist{list-style:none;padding:0;margin:0}.gmud-plain-list li,.gmud-checklist li{padding:.85rem .95rem;border-radius:16px;color:var(--gmud-text)}.gmud-plain-list li{gap:.5rem}.gmud-checklist li{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center}.gmud-checklist li.is-done{border-color:#4caf503d}.gmud-checkmark{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;color:var(--text-primary);font-weight:800;font-size:.72rem;letter-spacing:.08em}.gmud-checklist li.is-done .gmud-checkmark{background:#4caf502e;color:#defbe1}.gmud-status-note,.gmud-empty-state{margin-top:1rem;padding:1rem;border-radius:18px;border:1px solid rgba(215,79,48,.18);background:#d74f3014;color:#f6ddd5;gap:.5rem}.gmud-detail-actions{margin-top:1.2rem;gap:.9rem;flex-wrap:wrap}.gmud-empty-state{display:grid;justify-items:start;gap:.45rem;background:#ffffff08;border-color:#ffffff0f;color:var(--gmud-text)}.gmud-empty-state-compact{margin-top:0}.gmud-inline-loading{min-height:280px;display:grid;place-items:center}.gmud-empty-state-panel{min-height:420px;align-content:center}.gmud-editor-overlay{position:fixed;inset:0;z-index:1600;display:flex;justify-content:flex-end;background:#00000094;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gmud-editor-drawer{width:min(760px,100vw);height:100vh;background:#0c0c0cf5;border-left:1px solid rgba(255,255,255,.08);box-shadow:-24px 0 60px #0006;display:flex;flex-direction:column;animation:companiesDrawerEnter .28s cubic-bezier(.16,1,.3,1)}.gmud-editor-header,.gmud-editor-footer{padding:1.35rem 1.5rem}.gmud-editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.07)}.gmud-editor-header p{margin:.45rem 0 0;color:var(--gmud-muted);line-height:1.55}.gmud-editor-close,.gmud-editor-remove{border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--gmud-text);cursor:pointer}.gmud-editor-close{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.gmud-editor-body{flex:1;overflow-y:auto;padding:1.4rem 1.5rem 1.6rem;display:grid;gap:1.25rem}.gmud-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.gmud-editor-field{display:grid;gap:.48rem}.gmud-editor-field-span-2{grid-column:span 2}.gmud-editor-field span,.gmud-editor-check-toggle span{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8f}.gmud-editor-helper{margin:-.15rem 0 0;color:var(--gmud-muted);font-size:.76rem;line-height:1.45}.gmud-editor-field input,.gmud-editor-field select,.gmud-editor-check-input{min-height:48px;padding:0 1rem}.gmud-editor-field textarea{min-height:120px;resize:vertical;padding:.95rem 1rem}.gmud-editor-checklist{border:1px solid rgba(255,255,255,.06);border-radius:22px;padding:1.15rem;background:#ffffff05;display:grid;gap:1rem}.gmud-editor-checklist-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.gmud-editor-checklist-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:center}.gmud-editor-check-toggle{display:inline-flex;align-items:center;gap:.55rem}.gmud-editor-check-toggle input{accent-color:var(--accent)}.gmud-editor-remove{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.gmud-editor-footer{border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:flex-end;gap:.8rem}@media(max-width:1180px){.gmud-spotlight-grid,.gmud-workspace-grid,.gmud-principles-grid{grid-template-columns:1fr}}@media(max-width:860px){.page-header-modular.header-with-action,.gmud-header-actions,.gmud-filters-panel,.gmud-detail-actions,.gmud-inline-actions,.gmud-section-heading,.gmud-editor-checklist-header,.gmud-editor-footer{flex-direction:column;align-items:stretch}.gmud-filters-panel select,.gmud-clear-btn,.gmud-primary-btn,.gmud-secondary-btn{width:100%;max-width:none}}@media(max-width:640px){.gmud-editor-grid,.gmud-editor-checklist-item{grid-template-columns:1fr}.gmud-editor-field-span-2{grid-column:span 1}.gmud-next-window-item,.gmud-record-card-topline,.gmud-panel-header,.gmud-stage-column-header,.gmud-detail-header,.gmud-detail-grid{flex-direction:column;align-items:flex-start}.gmud-hero-card,.gmud-next-window-card,.gmud-records-panel,.gmud-detail-panel,.gmud-stage-column{border-radius:20px}}.ticket-badge{padding:.4rem .85rem;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease}.status-open{background:linear-gradient(135deg,#38bdf833,#38bdf80d);color:#38bdf8;border:1px solid rgba(56,189,248,.4)}.status-progress{background:linear-gradient(135deg,#facc1533,#facc150d);color:#facc15;border:1px solid rgba(250,204,21,.4)}.status-resolved{background:linear-gradient(135deg,#4ade8033,#4ade800d);color:#4ade80;border:1px solid rgba(74,222,128,.4)}.status-closed{background:linear-gradient(135deg,#9ca3af33,#9ca3af0d);color:#9ca3af;border:1px solid rgba(156,163,175,.4)}.priority-low{background:linear-gradient(135deg,#4ade8033,#4ade800d);color:#4ade80;border:1px solid rgba(74,222,128,.4)}.priority-medium{background:linear-gradient(135deg,#38bdf833,#38bdf80d);color:#38bdf8;border:1px solid rgba(56,189,248,.4)}.priority-high{background:linear-gradient(135deg,#f9731633,#f973160d);color:#f97316;border:1px solid rgba(249,115,22,.4)}.priority-urgent{background:linear-gradient(135deg,#ef444433,#ef44440d);color:#ef4444;border:1px solid rgba(239,68,68,.4)}.status-default,.priority-default{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.ticket-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ticket-modal-content{background:#0a0a0ab3;border:1px solid rgba(255,255,255,.06);border-radius:30px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);width:100%;max-width:650px;max-height:calc(100vh - 4rem);display:flex;flex-direction:column;box-shadow:0 30px 60px -12px #000c,inset 0 1px #ffffff0d;overflow:hidden;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}.ticket-modal-content.large{max-width:1120px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ticket-modal-header{padding:2.5rem 2.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.05);background:transparent;display:flex;justify-content:space-between;align-items:center}.ticket-modal-header h2{font-size:1.75rem;font-weight:700;margin:0;background:linear-gradient(to right,#fff,#a0a0a0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.ticket-modal-close{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;font-size:1.25rem;cursor:pointer;transition:all .3s ease;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ticket-modal-close:hover{color:#fff;background:#ffffff26;transform:rotate(90deg)}.ticket-modal-body{padding:2.5rem;overflow-y:auto;flex:1}.ticket-modal-body--workspace{padding:1.75rem}.ticket-modal-body::-webkit-scrollbar{width:6px}.ticket-modal-body::-webkit-scrollbar-track{background:transparent}.ticket-modal-body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.ticket-modal-body::-webkit-scrollbar-thumb:hover{background:#fff3}.ticket-modal-footer{padding:1.5rem 2.5rem;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:flex-end;gap:1.5rem;background:transparent}.ticket-form-group{margin-bottom:2rem}.ticket-form-group label{display:block;margin-bottom:.75rem;color:#ffffffe6;font-weight:600;font-size:.95rem;letter-spacing:.3px}.ticket-form-group input,.ticket-form-group select,.ticket-form-group textarea{width:100%;background:#0003;border:1px solid rgba(255,255,255,.1);color:#fff;padding:1rem 1.25rem;border-radius:12px;font-size:1rem;transition:all .3s ease;box-shadow:inset 0 2px 4px #0000001a}.ticket-form-group input:focus,.ticket-form-group select:focus,.ticket-form-group textarea:focus{outline:none;border-color:var(--accent);background:#0006;box-shadow:0 0 0 3px #d74f3033,inset 0 2px 4px #0000001a}.ticket-form-group textarea{resize:vertical;min-height:140px;line-height:1.6}.ticket-form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.ticket-details-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;padding:2rem;background:#0003;border-radius:20px;border:1px solid rgba(255,255,255,.03)}.info-item{display:flex;flex-direction:column;gap:.75rem}.info-label{font-size:.75rem;color:#fff6;text-transform:uppercase;letter-spacing:1px;font-weight:700}.info-value{font-weight:600;font-size:1.1rem;color:#ffffffe6}.ticket-description{margin-bottom:3rem}.ticket-description h4{margin-bottom:1.25rem;color:#fff;font-size:1.25rem;font-weight:700}.ticket-description p{color:#fffc;line-height:1.8;background:#00000040;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.05);font-size:1.05rem;box-shadow:inset 0 2px 10px #0003}.ticket-messages{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.ticket-messages h3{font-size:1.25rem;color:#fff;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.ticket-message{background:linear-gradient(to right,#ffffff0d,#ffffff05);border-radius:16px;padding:1.75rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 15px #0000001a;transition:transform .2s ease}.ticket-message:hover{transform:translateY(-2px);border-color:#ffffff26}.ticket-message-header{display:flex;justify-content:space-between;margin-bottom:1.25rem;align-items:center}.message-author{font-weight:700;color:var(--accent);display:flex;align-items:center;gap:.5rem}.message-author:before{content:"";display:block;width:24px;height:24px;background:var(--accent);border-radius:50%;opacity:.8}.message-date{font-size:.85rem;color:#fff6;font-weight:500}.message-body{color:#ffffffd9;line-height:1.6;font-size:1rem}.add-message-box{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1)}.add-message-box h4{margin-bottom:1.5rem;font-size:1.1rem;color:#fff}.add-message-actions{display:flex;justify-content:flex-end;margin-top:1.5rem}.action-button{height:45px;border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;padding:0 1.5rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.action-button.primary{background:linear-gradient(135deg,var(--accent-strong),var(--accent));color:#fff;box-shadow:0 4px 15px #d7303033}.action-button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #d7303066}.action-button.secondary{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.2)}.action-button.secondary:hover:not(:disabled){color:#fff;border-color:#fff6;background:#ffffff0d}.action-button:disabled{opacity:.5;cursor:not-allowed}.ticket-table-container{background:#0d0d0d;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.05);box-shadow:0 20px 50px #00000080}.ticket-table{width:100%;border-collapse:collapse;text-align:left}.ticket-table thead tr{background:linear-gradient(135deg,var(--accent-strong),var(--accent))}.ticket-table th{padding:1.25rem 1.5rem;color:#fff;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;border-bottom:none}.ticket-table td{padding:1.2rem 1.5rem;color:#fffc;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.02);transition:background .2s ease,color .2s ease}.ticket-table tbody tr:nth-child(2n) td{background:#ffffff04}.ticket-table tbody tr:last-child td{border-bottom:none}.ticket-table tbody tr:hover td{background:#ffffff0a;color:#fff}.ticket-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-bottom:1.1rem}.overview-card{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:.95rem 1rem;display:flex;flex-direction:column;gap:.3rem}.overview-label{font-size:.72rem;color:#ffffff8c;text-transform:uppercase;letter-spacing:.8px;font-weight:700}.overview-value{font-size:1rem;font-weight:700;color:#fff}.overview-value--danger{color:#f87171}.overview-value--ok{color:#4ade80}.overview-value--neutral{color:#ffffffd9}.overview-hint{color:#ffffff73;font-size:.78rem}.ticket-quick-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.ticket-assign-control{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.ticket-assign-control select{min-width:210px;height:45px;border-radius:var(--radius);border:1px solid rgba(255,255,255,.2);background:#00000059;color:#ffffffe6;padding:0 .85rem}.ticket-assign-control select:disabled{opacity:.5;cursor:not-allowed}.ticket-workspace-grid{display:grid;grid-template-columns:minmax(240px,290px) 1fr;gap:1rem;align-items:start}.ticket-resolution-modal-backdrop{position:fixed;inset:0;z-index:1200;background:#0000009e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem}.ticket-resolution-modal{width:min(680px,100%);border-radius:16px;border:1px solid rgba(74,222,128,.4);background:linear-gradient(155deg,#4ade8024,#090909f2);box-shadow:0 22px 44px #00000070;padding:1rem}.ticket-resolution-modal h3{margin:0;color:#fff;font-size:1.1rem}.ticket-resolution-modal p{margin:.55rem 0 .85rem;color:#ffffffbf;font-size:.9rem}.ticket-resolution-modal label{display:block;margin-bottom:.4rem;color:#ffffffeb;font-size:.8rem;text-transform:uppercase;letter-spacing:.7px;font-weight:700}.ticket-resolution-modal textarea{width:100%;min-height:124px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#0000004d;color:#fffffff2;padding:.75rem .8rem;resize:vertical}.ticket-resolution-modal textarea:disabled{opacity:.65;cursor:not-allowed}.ticket-resolution-modal-footer{margin-top:.65rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.ticket-resolution-modal-footer small{color:#ffffffa1;font-size:.78rem}.ticket-resolution-modal-actions{display:flex;align-items:center;gap:.6rem}.ticket-insights-panel{display:flex;flex-direction:column;gap:.9rem;position:sticky;top:.25rem}.insight-card{background:#00000042;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1rem}.insight-card h4{margin:0 0 .8rem;font-size:.92rem;color:#ffffffe6;letter-spacing:.3px}.insight-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.5rem 0;border-bottom:1px dashed rgba(255,255,255,.08)}.insight-row:last-child{border-bottom:none}.insight-row span{color:#ffffff9e;font-size:.82rem}.insight-row strong{color:#fffffff2;font-size:.85rem;text-align:right;max-width:62%;word-break:break-word}.ticket-conversation-panel{background:#00000038;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1rem}.ticket-description-card{border-radius:14px;border:1px solid rgba(215,79,48,.45);background:linear-gradient(150deg,#d74f3033,#00000047);box-shadow:0 12px 28px #00000042;padding:1.15rem 1.2rem;margin-bottom:1rem}.ticket-description-eyebrow{display:inline-flex;margin-bottom:.6rem;font-size:.72rem;letter-spacing:1px;text-transform:uppercase;color:#ffffffb8;font-weight:800}.ticket-description-card h3{margin:0 0 .6rem;font-size:1.24rem;letter-spacing:.2px;color:#fff}.ticket-description-card p{margin:0;padding:.85rem .9rem;border-left:3px solid rgba(215,79,48,.8);border-radius:8px;background:#0000003d;line-height:1.65;color:#ffffffeb;font-size:.98rem;white-space:pre-wrap}.ticket-timeline{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem}.ticket-timeline-header{display:flex;align-items:center;justify-content:space-between}.ticket-timeline-header h3{margin:0;font-size:1rem;color:#fff}.ticket-timeline-header small{color:#ffffff8c;font-size:.78rem}.timeline-item{display:flex;align-items:flex-start;gap:.75rem}.timeline-dot{margin-top:.65rem;width:10px;height:10px;min-width:10px;border-radius:999px;background:#ffffff73;box-shadow:0 0 0 3px #ffffff14}.timeline-dot.comment{background:#38bdf8;box-shadow:0 0 0 3px #38bdf82e}.timeline-dot.event{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b2e}.timeline-card{flex:1;min-width:0;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#ffffff08;padding:.8rem}.timeline-meta{display:flex;justify-content:space-between;align-items:center;gap:.65rem;margin-bottom:.3rem}.timeline-kind{border-radius:999px;padding:.2rem .6rem;font-size:.7rem;letter-spacing:.5px;text-transform:uppercase;font-weight:700;color:#ffffffe6;background:#ffffff14}.timeline-kind.comment{background:#38bdf829;color:#7dd3fc}.timeline-kind.event{background:#f59e0b29;color:#fcd34d}.timeline-kind.internal{border:1px solid rgba(255,255,255,.16)}.timeline-time{font-size:.75rem;color:#ffffff85}.timeline-actor{font-size:.78rem;color:#ffffff9e;margin-bottom:.35rem}.timeline-body{margin:0;color:#ffffffdb;line-height:1.5;font-size:.92rem}.ticket-composer{border-top:1px solid rgba(255,255,255,.08);padding-top:1rem}.ticket-composer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.7rem}.ticket-composer-header h4{margin:0;color:#fff;font-size:.95rem}.ticket-composer-header span{color:#ffffff8c;font-size:.8rem}.ticket-template-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.85rem}.ticket-template-chip{background:#ffffff0f;border:1px solid rgba(255,255,255,.14);color:#ffffffd1;border-radius:999px;font-size:.75rem;padding:.35rem .65rem;cursor:pointer;transition:all .2s ease}.ticket-template-chip:hover{color:#fff;border-color:#ffffff47;background:#ffffff1a}.ticket-composer .add-message-actions{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}@media(max-width:1200px){.ticket-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ticket-workspace-grid{grid-template-columns:1fr}.ticket-insights-panel{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.ticket-modal-overlay{padding:1rem}.ticket-modal-content.large{max-width:100%}.ticket-modal-header{padding:1.25rem 1.25rem 1rem}.ticket-modal-body--workspace{padding:1rem}.ticket-overview-grid,.ticket-insights-panel{grid-template-columns:1fr}}.tickets-page-container{--tickets-panel: rgba(15, 15, 15, .5);--tickets-panel-strong: rgba(13, 13, 13, .78);--tickets-border: rgba(255, 255, 255, .06);animation:fadeIn .55s ease}.tickets-page-container .tickets-header-btn{min-height:46px;border-radius:12px;padding:0 1.15rem;font-weight:700;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,var(--accent),var(--accent-strong));box-shadow:0 14px 28px #d74f3038}.tickets-page-container .tickets-header-btn:hover{transform:translateY(-2px)}.stat-card{transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026,inset 0 1px #ffffff1a}.tickets-content{animation:fadeIn .5s ease}.tickets-page-container .inventory-data-section,.tickets-page-container .premium-filters-bar,.tickets-page-container .elite-table-container,.tickets-page-container .empty-state-card{border:1px solid var(--tickets-border);box-shadow:0 20px 50px #00000038}.tickets-page-container .inventory-data-section,.tickets-page-container .elite-table-container{background:var(--tickets-panel);border-radius:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.tickets-page-container .inventory-data-section{padding:1.2rem}.tickets-placeholder{display:flex;justify-content:center;align-items:center;min-height:450px}.empty-state-card{background:linear-gradient(145deg,#14141499,#0a0a0acc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);padding:5rem 4rem;border-radius:32px;text-align:center;max-width:550px;width:100%;box-shadow:0 25px 50px #0003,inset 0 1px #ffffff0d;transition:transform .3s ease}.empty-state-card:hover{transform:translateY(-5px);border-color:#ffffff1a}.empty-state-card i{font-size:4.5rem;background:linear-gradient(135deg,var(--accent),#ffaa88);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:2rem;display:inline-block}.empty-state-card h3{font-size:1.85rem;color:#fff;margin-bottom:1.25rem;font-weight:700}.empty-state-card p{color:#fff9;line-height:1.7;font-size:1.05rem}.premium-filters-bar{display:flex;gap:1rem;margin-bottom:2rem;align-items:center;padding:1rem;border-radius:22px;background:var(--tickets-panel-strong);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.search-wrapper-premium{flex:1;position:relative;display:flex;align-items:center}.search-wrapper-premium i{position:absolute;left:1.25rem;color:#ffffff4d;transition:color .3s ease;pointer-events:none}.premium-input{width:100%;background:#0000004d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.9rem 1.2rem .9rem 3.2rem;color:#fff;font-size:.95rem;font-family:inherit;transition:all .3s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.premium-input:focus{outline:none;border-color:var(--accent);background:#0006;box-shadow:0 0 0 4px #d74f301a}.premium-input:focus-within~i,.search-wrapper-premium:focus-within i{color:var(--accent)}.premium-select{background:#0000004d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:0 1.5rem;color:#fff;font-size:.95rem;cursor:pointer;min-width:180px;height:48px;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.premium-select:hover{border-color:#fff3}.premium-btn-clear{background:#d44c2e1a;color:#d44c2e;border:1px solid rgba(212,76,46,.2);border-radius:12px;padding:0 1.5rem;height:48px;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.6rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.premium-btn-clear:hover{background:#d44c2e;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #d44c2e4d}.elite-table-container{background:#0d0d0d80;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 50px #0000004d}@media(max-width:768px){.premium-filters-bar{flex-direction:column;align-items:stretch}}.tickets-page-container .kpi-active-filter{border-radius:24px;box-shadow:0 0 0 1px #d74f3033}.company-grid-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;animation:fadeIn .6s cubic-bezier(.16,1,.3,1)}.glass-card{background:#0f0f0f66;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem;box-shadow:0 20px 50px #0003}.card-header-premium{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.icon-box{width:56px;height:56px;background:#d74f301a;color:var(--accent);border-radius:16px;display:flex;align-items:center;justify-content:center}.title-group h3{font-size:1.5rem;color:#fff;font-weight:700}.title-group span{font-size:.9rem;color:#fff6}.info-grid-premium{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.info-item-premium{display:flex;flex-direction:column;gap:.75rem}.info-item-premium label{font-size:.75rem;font-weight:700;color:#ffffff4d;text-transform:uppercase;letter-spacing:1px}.value-box{background:#ffffff05;border:1px solid rgba(255,255,255,.05);padding:1rem 1.25rem;border-radius:12px;display:flex;align-items:center;gap:1rem;color:#fff;font-weight:600}.value-box svg{color:var(--accent);opacity:.7}.status-active .value-box{border-color:#47d76433;background:#47d7640d;color:#47d764}.account-manager-card{text-align:center;display:flex;flex-direction:column;align-items:center}.manager-header{width:100%;margin-bottom:2rem}.manager-badge{display:inline-block;background:var(--accent);color:#fff;font-size:.65rem;font-weight:800;padding:.4rem .8rem;border-radius:100px;margin-bottom:1.5rem;letter-spacing:1px}.manager-avatar-wrapper{width:120px;height:120px;margin:0 auto 1.5rem;position:relative}.manager-avatar-wrapper img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.03);box-shadow:0 10px 20px #0000004d}.account-manager-card h4{font-size:1.25rem;color:#fff;font-weight:700;margin-bottom:.5rem}.role-tag{font-size:.85rem;color:var(--accent);font-weight:600}.manager-actions{width:100%;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.manager-btn{width:100%;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none}.manager-btn.email{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.manager-btn.email:hover{background:#ffffff1a;transform:translateY(-2px)}.manager-btn.whatsapp{background:#25d366;color:#fff;border:none}.manager-btn.whatsapp:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 5px 15px #25d3664d}.manager-footer p{font-size:.8rem;color:#ffffff4d;line-height:1.6}.error-state-card{padding:4rem;text-align:center;background:#ff44440d;border:1px solid rgba(255,68,68,.2);border-radius:24px;color:#f44}@media(max-width:1100px){.company-grid-layout{grid-template-columns:1fr}.account-manager-card{order:-1}.info-grid-premium{grid-template-columns:1fr}}.companies-page-container{animation:fadeIn .6s cubic-bezier(.16,1,.3,1);--companies-panel: rgba(15, 15, 15, .5);--companies-panel-strong: rgba(13, 13, 13, .78);--companies-border: rgba(255, 255, 255, .06)}.companies-page-container .premium-filters-bar,.companies-page-container .elite-table-container,.companies-page-container .empty-state-card{border:1px solid var(--companies-border);box-shadow:0 20px 50px #00000038}.companies-page-container .premium-filters-bar,.companies-page-container .elite-table-container,.companies-page-container .empty-state-card,.companies-page-container .companies-drawer-panel{background:var(--companies-panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.companies-page-container .premium-filters-bar{padding:1rem;border-radius:22px;background:var(--companies-panel-strong)}.companies-page-container .action-button.primary,.companies-page-container .btn-primary,.companies-page-container .premium-btn-clear{border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 28px #d74f3038}.companies-page-container .action-button.primary,.companies-page-container .btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-strong))}.companies-page-container .action-button.primary:hover,.companies-page-container .btn-primary:hover,.companies-page-container .premium-btn-clear:hover{transform:translateY(-2px)}.companies-drawer-overlay{position:fixed;inset:0;z-index:1400;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:stretch;justify-content:flex-end}.companies-drawer-panel{width:min(540px,95vw);height:100vh;margin:0;border-radius:22px 0 0 22px;border:1px solid rgba(255,255,255,.08);border-right:none;background:#0f0f0fe0;box-shadow:0 24px 60px #00000073;display:flex;flex-direction:column;padding:1.25rem 1.5rem 1.5rem;animation:companiesDrawerEnter .3s cubic-bezier(.16,1,.3,1);overflow-y:auto}@keyframes companiesDrawerEnter{0%{transform:translate(36px);opacity:0}to{transform:translate(0);opacity:1}}.companies-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:1.2rem;padding-bottom:1rem}.companies-drawer-header h3{margin:0;color:#fff;font-size:1.1rem;font-weight:700}.companies-drawer-header p{margin:.35rem 0 0;color:#fff9;font-size:.84rem}.companies-drawer-close{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffc7;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.companies-drawer-close:hover{color:#fff;border-color:#ffffff40}.companies-drawer-panel .premium-input,.companies-drawer-panel .premium-select{background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:#fff}.companies-drawer-panel .premium-input{padding:1rem 1.2rem}.companies-drawer-panel .premium-select{min-height:48px}.companies-drawer-panel .premium-input:focus,.companies-drawer-panel .premium-select:focus{outline:none;border-color:var(--accent);background:#d44c2e0d;box-shadow:0 0 0 4px #d44c2e1a}.companies-drawer-close:disabled{opacity:.55;cursor:not-allowed}.companies-create-form{display:grid;grid-template-columns:1fr;gap:1rem}.companies-form-group{display:flex;flex-direction:column;gap:.5rem}.companies-form-group label{font-size:.75rem;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:.08em}.companies-form-select{width:100%;min-width:0}.companies-form-actions{display:flex;justify-content:flex-end;gap:.75rem}.companies-form-actions .btn-dialog-secondary{height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#ffffff0a;color:#fff;padding:0 1rem;font-weight:700;cursor:pointer}.companies-form-actions .premium-btn-clear{height:44px;font-weight:700}.companies-form-actions .btn-dialog-secondary:disabled{opacity:.55;cursor:not-allowed}.companies-name-cell{display:flex;flex-direction:column;gap:.25rem}.companies-name-cell strong{color:#fff;font-size:.95rem}.companies-name-cell span{color:#ffffff8c;font-size:.8rem}.companies-row-select{width:100%;min-width:170px;height:38px;padding:0 .85rem}.subscription-chip,.company-status-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:.35rem .75rem;border:1px solid transparent}.subscription-chip.trial{color:#ffb25b;background:#ffb25b1f;border-color:#ffb25b3d}.subscription-chip.active{color:#3be27a;background:#3be27a1f;border-color:#3be27a38}.subscription-chip.past_due,.subscription-chip.suspended{color:#ff865b;background:#ff865b1f;border-color:#ff865b3d}.subscription-chip.canceled{color:#ff5f5f;background:#ff5f5f1f;border-color:#ff5f5f3d}.company-status-chip.active{color:#3be27a;background:#3be27a1f;border-color:#3be27a38}.company-status-chip.inactive{color:#ffffffb3;background:#ffffff14;border-color:#ffffff26}.companies-empty-row{padding:2rem;text-align:center;color:#ffffffa6}.companies-row-action-btn{height:38px;min-width:106px;border-radius:10px;border:1px solid transparent;background:#ffffff0f;color:#fff;font-weight:700;cursor:pointer;transition:all .2s ease}.companies-row-action-btn.activate{background:#3be27a24;border-color:#3be27a47;color:#3be27a}.companies-row-action-btn.deactivate{background:#ff5f5f1f;border-color:#ff5f5f3d;color:#ff7f7f}.companies-row-action-btn:disabled{opacity:.65;cursor:not-allowed}.companies-error-state{padding:2.5rem;text-align:center}.companies-error-state h3{margin-bottom:1rem;color:#ffffffd9}@media(max-width:1100px){.companies-drawer-panel{width:100%;border-radius:0}.companies-form-actions{flex-wrap:wrap}}.profile-page-container{animation:fadeIn .6s cubic-bezier(.16,1,.3,1)}.profile-grid-layout{display:grid;grid-template-columns:350px 1fr;gap:2.5rem;align-items:flex-start}.profile-sidebar-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.profile-avatar-wrapper{width:160px;height:160px;margin-bottom:2rem;position:relative;border-radius:50%;overflow:hidden;border:2px solid var(--accent);cursor:pointer}.avatar-upload-overlay{position:absolute;inset:6px;background:#0009;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:.75rem;font-weight:700}.profile-avatar-wrapper:hover .avatar-upload-overlay{opacity:1}.avatar-upload-overlay i{font-size:1.5rem}.profile-avatar-wrapper img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid #0a0a0a}.profile-sidebar-card h2{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.profile-role-badge{padding:.4rem 1rem;background:#d74f301a;color:var(--accent);border-radius:100px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem}.profile-stats{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.65rem;color:#ffffff4d;text-transform:uppercase;letter-spacing:1px}.stat-value{color:#fff;font-weight:600;font-size:.9rem}.profile-content-sections{display:grid;gap:1.5rem}.profile-section-card{padding:2rem}.profile-identity-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.profile-summary-card{display:flex;align-items:flex-start;gap:.9rem;padding:.95rem 1rem;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);min-width:0;position:relative}.profile-summary-card svg{color:var(--accent);opacity:.9;flex-shrink:0;margin-top:.1rem}.profile-summary-card div{display:flex;flex-direction:column;gap:.25rem}.summary-label{font-size:.72rem;color:#ffffff73;text-transform:uppercase;letter-spacing:.08em}.phone-edit-button{margin-left:auto;width:32px;height:32px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;color:#ffffffb3;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.phone-edit-button:hover{color:var(--accent);border-color:#d74f3066;background:#d74f301a}.profile-summary-card strong{color:#fff;font-size:.95rem;line-height:1.4;word-break:break-word}.phone-extra-meta{margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem;font-size:.78rem;color:#ffffffb3}.phone-extra-meta b{color:#ffffffe6;font-weight:700}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.section-header i{color:var(--accent);font-size:1.25rem}.section-header h3{color:#fff;font-size:1.25rem;font-weight:700}.profile-section-helper{margin:-.25rem 0 1rem;color:#fff9;line-height:1.5}.profile-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.profile-form-grid-compact{align-items:end}.profile-edit-grid{gap:.9rem}.full-width{grid-column:span 2}.form-group-premium{display:flex;flex-direction:column;gap:.75rem}.form-group-premium label{font-size:.75rem;font-weight:700;color:#fff6;text-transform:uppercase;letter-spacing:1px}.input-container-premium{position:relative;display:flex;align-items:center}.input-container-premium i{position:absolute;left:1.25rem;color:#fff3;transition:color .3s ease;z-index:1}.profile-input{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem 1.25rem 1rem 3.25rem;color:#fff;font-size:.95rem;caret-color:var(--text-primary);transition:all .3s cubic-bezier(.16,1,.3,1)}.profile-input:focus{outline:none;background:#d74f300d;border-color:var(--accent);box-shadow:0 0 0 4px #d74f301a}.profile-input:focus~i{color:var(--accent)}.profile-input[disabled],.profile-input[readOnly]{color:#ffffffb8;cursor:not-allowed;opacity:1}.profile-info-banner{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.1rem;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);color:#ffffffc7;line-height:1.5}.profile-info-banner svg{color:var(--accent);flex-shrink:0;margin-top:.15rem}.profile-info-banner.subtle{background:#ffffff08;border-color:#ffffff0f}.password-requirements-inline{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem}.password-rule-chip{padding:.45rem .8rem;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.05);color:#ffffff73;font-size:.8rem;font-weight:600}.password-rule-chip.met{background:#47d7641f;border-color:#47d7642e;color:var(--success)}.form-actions-premium{margin-top:.5rem;display:flex;justify-content:flex-end}.btn-save-premium{background:var(--accent);color:#fff;border:none;border-radius:12px;padding:0 2rem;height:48px;font-weight:700;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease}.btn-save-premium:hover{transform:translateY(-2px);box-shadow:0 5px 15px #d74f304d}.btn-save-premium:disabled{opacity:.5;cursor:not-allowed;transform:none}.profile-dialog-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:1rem}.profile-dialog-card{width:100%;max-width:460px;padding:1.5rem}.avatar-dialog-card{max-width:580px}.profile-dialog-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.profile-dialog-header h3{color:#fff;font-size:1.15rem;font-weight:700}.profile-dialog-subtitle{margin:0 0 1rem;color:#ffffffa6;line-height:1.5}.profile-dialog-close{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;color:#ffffffbf;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.profile-dialog-form{display:flex;flex-direction:column;gap:.8rem}.profile-dialog-form label{color:#ffffffb3;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.profile-dialog-actions{margin-top:.5rem;display:flex;gap:.75rem;justify-content:flex-end}.avatar-dialog-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:.5rem}.btn-avatar-action{width:100%;justify-content:center;height:44px;padding:0 1rem}.avatar-webcam-panel,.avatar-preview-panel{margin-top:.8rem;padding:.9rem;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.08)}.avatar-webcam-video,.avatar-preview-image{width:100%;max-height:320px;border-radius:12px;border:1px solid rgba(255,255,255,.12);object-fit:cover;background:#000}.btn-dialog-secondary{height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:#fff;padding:0 1rem;font-weight:600;cursor:pointer}.btn-dialog-secondary:disabled{opacity:.55;cursor:not-allowed}@media(max-width:1100px){.profile-grid-layout,.profile-identity-strip,.profile-form-grid{grid-template-columns:1fr}.profile-section-card{padding:1.5rem}.full-width{grid-column:span 1}.avatar-dialog-actions-grid{grid-template-columns:1fr}.profile-dialog-actions{flex-wrap:wrap}}
