.d2{--d2-bg:#03111b;--d2-surface:#061824;--d2-surface-raised:#0a2030;--d2-sidebar-w:220px;--d2-header-h:80px;--d2-accent:#00e096;--d2-accent-dim:rgba(0,224,150,.1);--d2-accent-glow:rgba(0,224,150,.28);--d2-blue:#29b6f6;--d2-purple:#9575cd;--d2-orange:#ffa040;--d2-rose:#f06292;--d2-text-1:#fff;--d2-text-2:#94a3b8;--d2-text-3:#64748b;--d2-border:hsla(0,0%,100%,.06);--d2-border-hover:rgba(0,224,150,.3);--d2-radius-card:20px;--d2-radius-sm:10px;--d2-ease:cubic-bezier(0.16,1,0.3,1);font-family:var(--font-jakarta,"Plus Jakarta Sans"),sans-serif;background:var(--d2-bg);color:var(--d2-text-1)}.d2,.d2-layout{min-height:100vh}.d2-layout{display:grid;grid-template-columns:var(--d2-sidebar-w) 1fr;grid-template-rows:var(--d2-header-h) 1fr;grid-template-areas:"sidebar header" "sidebar main";transition:grid-template-columns .4s cubic-bezier(.16,1,.3,1)}.d2-sidebar{grid-area:sidebar;display:flex;flex-direction:column;background:var(--d2-surface);border-right:1px solid var(--d2-border);width:72px;height:100vh;position:sticky;top:0;overflow:visible;z-index:100;transition:width .4s cubic-bezier(.16,1,.3,1);flex-shrink:0}.d2-sidebar.expanded{width:220px}.d2-sidebar-header{display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--d2-border);flex-shrink:0;height:80px;gap:8px;overflow:hidden;position:relative}.d2-sidebar:not(.expanded) .d2-sidebar-header{padding:0;justify-content:center}.d2-sidebar-logo-wrap{display:flex;align-items:center;gap:10px;overflow:hidden;flex:1;min-width:0}.d2-sidebar:not(.expanded) .d2-sidebar-logo-wrap{flex:none;justify-content:center}.d2-sidebar:not(.expanded) .d2-sidebar-toggle{position:absolute;width:18px;height:18px;border-radius:5px;bottom:6px;right:6px;padding:0;background:var(--d2-surface-raised)}.d2-sidebar-logo-icon{width:36px;height:36px;border-radius:10px;background:var(--d2-accent-dim);border:1px solid rgba(0,224,150,.2);display:flex;align-items:center;justify-content:center;color:var(--d2-accent);flex-shrink:0}.d2-sidebar-logo-text-block{display:flex;flex-direction:column;overflow:hidden;opacity:0;width:0;white-space:nowrap;transition:opacity .25s ease,width .4s cubic-bezier(.16,1,.3,1)}.d2-sidebar.expanded .d2-sidebar-logo-text-block{opacity:1;width:130px}.d2-sidebar-logo-name{font-size:.88rem;font-weight:800;color:var(--d2-text-1);letter-spacing:-.02em;line-height:1.2;display:block}.d2-sidebar-logo-sub{font-size:.6rem;font-weight:700;color:var(--d2-accent);letter-spacing:.06em;text-transform:uppercase;display:block}.d2-sidebar-toggle{width:26px;height:26px;border-radius:7px;background:transparent;border:1px solid var(--d2-border);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--d2-text-3);transition:all .2s,opacity .3s;flex-shrink:0}.d2-sidebar-toggle:hover{background:var(--d2-accent-dim);border-color:var(--d2-border-hover);color:var(--d2-accent)}.d2-sidebar-nav{display:flex;flex-direction:column;flex:1;overflow-y:auto;overflow-x:visible;padding:6px 0;scrollbar-width:none}.d2-sidebar-nav::-webkit-scrollbar{display:none}.d2-sidebar-section{display:flex;flex-direction:column;align-items:center;padding:10px 10px 2px}.d2-sidebar.expanded .d2-sidebar-section{align-items:stretch}.d2-section-label{font-size:.58rem;font-weight:800;letter-spacing:.1em;color:var(--d2-text-3);text-transform:uppercase;padding:0 6px 5px;white-space:nowrap;opacity:0;max-height:0;overflow:hidden;display:block;align-self:flex-start;transition:opacity .2s ease .08s,max-height .35s cubic-bezier(.16,1,.3,1)}.d2-sidebar.expanded .d2-section-label{opacity:1;max-height:24px}.d2-nav-item{display:flex;align-items:center;justify-content:center;gap:0;padding:0;margin-bottom:4px;width:48px;height:44px;border-radius:14px;color:var(--d2-text-3);cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);border:none;background:transparent;text-decoration:none;position:relative;overflow:hidden}.d2-nav-item.expanded{width:100%;height:42px;padding:0 12px;gap:10px;justify-content:flex-start;border-radius:12px}.d2-nav-item-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.d2-nav-item:not(.expanded) .d2-nav-item-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:auto}.d2-nav-item-label{font-size:.84rem;font-weight:600;white-space:nowrap;overflow:hidden;opacity:0;max-width:0;color:inherit;transition:opacity .15s ease .06s,max-width .35s cubic-bezier(.16,1,.3,1)}.d2-nav-item.expanded .d2-nav-item-label{opacity:1;max-width:160px}.d2-nav-item:hover{color:var(--d2-text-1);background:hsla(0,0%,100%,.05)}.d2-nav-item.active{background:var(--d2-text-1);color:var(--d2-bg)}.d2-nav-item.active svg{color:var(--d2-bg)}.d2-nav-item:not(.expanded)[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 14px);top:50%;transform:translateY(-50%) translateX(-8px);background:var(--d2-surface-raised);color:var(--d2-text-1);padding:7px 12px;border-radius:8px;font-size:.78rem;font-weight:700;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 24px rgba(0,0,0,.4);border:1px solid var(--d2-border);z-index:1000}.d2-nav-item:not(.expanded)[data-tooltip]:hover:after{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}.d2-sidebar-spacer{flex:0 0 10px}.d2-sidebar-footer{padding:12px 10px;border-top:1px solid var(--d2-border);overflow:visible;gap:0}.d2-sidebar-avatar,.d2-sidebar-footer{display:flex;align-items:center;flex-shrink:0;position:relative}.d2-sidebar-avatar{width:34px;height:34px;border-radius:9px;background:var(--d2-surface-raised);border:1px solid var(--d2-border);justify-content:center;font-size:.7rem;font-weight:800;color:var(--d2-text-2);margin:0 auto;transition:margin .4s cubic-bezier(.16,1,.3,1)}.d2-sidebar-avatar:not(.expanded)[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 24px);top:50%;transform:translateY(-50%) translateX(-8px);background:var(--d2-surface-raised);color:var(--d2-text-1);padding:7px 12px;border-radius:8px;font-size:.78rem;font-weight:700;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 24px rgba(0,0,0,.4);border:1px solid var(--d2-border);z-index:1000}.d2-sidebar-avatar:not(.expanded):hover:after{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}.d2-sidebar.expanded .d2-sidebar-avatar{margin:0}.d2-sidebar-user-info{display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden;opacity:0;max-width:0;padding-left:0;transition:opacity .2s ease,max-width .4s cubic-bezier(.16,1,.3,1),padding-left .3s}.d2-sidebar.expanded .d2-sidebar-user-info{opacity:1;max-width:120px;padding-left:9px}.d2-sidebar-user-name{font-size:.79rem;color:var(--d2-text-1);line-height:1.2}.d2-sidebar-user-name,.d2-sidebar-user-role{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.d2-sidebar-user-role{font-size:.58rem;color:var(--d2-text-3);text-transform:uppercase;letter-spacing:.06em;margin-top:1px}.d2-sidebar-logout{width:30px;height:30px;border-radius:8px;border:1px solid var(--d2-border);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--d2-text-3);flex-shrink:0;opacity:0;pointer-events:none;transition:opacity .2s ease,background .2s,color .2s,border-color .2s}.d2-sidebar.expanded .d2-sidebar-logout{opacity:1;pointer-events:auto}.d2-sidebar-logout:hover{background:rgba(251,113,133,.12);border-color:rgba(251,113,133,.3);color:#fb7185}.d2-unit{font-size:.65em;font-weight:500;opacity:.8;margin-left:2px}.d2-nav-dot,.d2-sidebar-label,.d2-sidebar-logo,.d2-sidebar-logo-text,.d2-sidebar-separator,.d2-sidebar-user,.d2-user-info{display:none}.d2-avatar{width:36px;height:36px;border-radius:50%;background:var(--d2-surface-raised);border:1px solid var(--d2-border);justify-content:center;font-size:.85rem;font-weight:800;color:var(--d2-text-1);flex-shrink:0}.d2-avatar,.d2-header{display:flex;align-items:center}.d2-header{grid-area:header;justify-content:space-between;padding:0 28px 0 16px;border-bottom:1px solid var(--d2-border);background:var(--d2-bg);backdrop-filter:blur(12px);position:sticky;top:0;z-index:50}.d2-breadcrumb{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--d2-text-2)}.d2-breadcrumb-current{font-weight:700;color:var(--d2-text-1)}.d2-header-actions{display:flex;align-items:center;gap:16px}.d2-date-badge{font-size:.78rem;padding:6px 12px;border-radius:8px;border:1px solid var(--d2-border);font-weight:600}.d2-date-badge,.d2-header-btn{color:var(--d2-text-2);background:var(--d2-surface-raised)}.d2-header-btn{width:36px;height:36px;border-radius:10px;border:1px solid var(--d2-border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.d2-header-btn:hover{background:var(--d2-accent-dim);color:var(--d2-accent);border-color:var(--d2-border-hover)}.d2-main{grid-area:main;padding:28px 28px 28px 24px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.d2-greeting{justify-content:space-between;flex-wrap:wrap}.d2-greeting,.d2-greeting-main{display:flex;align-items:center;gap:20px}.d2-company-logo{width:64px;height:64px;border-radius:50%;overflow:hidden;border:2px solid rgba(0,224,150,.2);background:var(--d2-surface);flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px rgba(0,0,0,.2)}.d2-company-logo img{width:100%;height:100%;object-fit:cover}.d2-greeting-text h1{font-size:2rem;font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:4px}.d2-greeting-text h1 .accent{color:var(--d2-accent)}.d2-greeting-text p{font-size:.875rem;color:var(--d2-text-2);font-weight:400}.d2-greeting-actions{display:flex;gap:10px}.d2-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:var(--d2-radius-sm);font-size:.825rem;font-weight:700;cursor:pointer;transition:all .2s var(--d2-ease);border:1px solid var(--d2-border);background:var(--d2-surface-raised);color:var(--d2-text-1);font-family:inherit}.d2-btn:hover{background:hsla(0,0%,100%,.06)}.d2-btn-accent{background:var(--d2-accent);color:#03111b;border-color:var(--d2-accent)}.d2-btn-accent:hover{background:#00f5a8;box-shadow:0 4px 20px var(--d2-accent-glow);transform:translateY(-1px)}.d2-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.d2-kpi-card{background:var(--d2-surface);border:1px solid var(--d2-border);border-radius:var(--d2-radius-card);padding:18px 18px 14px;transition:all .25s var(--d2-ease);position:relative;overflow:hidden}.d2-kpi-card:hover{border-color:var(--d2-border-hover);transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.3)}.d2-sidebar-separator{width:32px;height:1px;background:hsla(0,0%,100%,.08);margin:12px 0}.d2-kpi-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--d2-text-2);margin-bottom:8px;gap:7px}.d2-kpi-icon,.d2-kpi-label{display:flex;align-items:center}.d2-kpi-icon{width:22px;height:22px;border-radius:6px;justify-content:center;flex-shrink:0}.d2-kpi-value{font-size:1.65rem;font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:7px}.d2-kpi-meta{font-size:.75rem;color:var(--d2-text-2);display:flex;align-items:center;gap:6px}.d2-kpi-trend{font-size:.72rem;font-weight:700;padding:2px 7px;border-radius:20px}.d2-kpi-trend.up{background:rgba(0,224,150,.12);color:var(--d2-accent)}.d2-kpi-trend.down{background:rgba(251,113,133,.12);color:var(--d2-rose)}.d2-bento{display:grid;grid-template-columns:1fr 1fr 320px;grid-template-rows:auto auto;gap:16px}.d2-card{background:var(--d2-surface);border:1px solid var(--d2-border);border-radius:var(--d2-radius-card);padding:22px;transition:border-color .2s}.d2-card:hover{border-color:hsla(0,0%,100%,.1)}.d2-card-span2{grid-column:span 2}.d2-card-full{grid-column:1/-1}.d2-card-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--d2-text-2);margin-bottom:18px;display:flex;align-items:center;justify-content:space-between}.d2-card-title-main{font-size:1rem;font-weight:800;color:var(--d2-text-1);letter-spacing:-.02em;text-transform:none}.d2-chart-controls{display:flex;gap:6px}.d2-chip{padding:5px 12px;border-radius:20px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;border:1px solid var(--d2-border);background:transparent;color:var(--d2-text-2);font-family:inherit}.d2-chip:hover{border-color:var(--d2-border-hover);background:hsla(0,0%,100%,.05);color:var(--d2-text-1)}.d2-chip.active{background:var(--d2-accent-dim);color:var(--d2-accent);border-color:var(--d2-accent);box-shadow:0 0 15px rgba(0,224,150,.15)}.d2-chip.active:hover{background:rgba(0,224,150,.15);border-color:var(--d2-accent);transform:translateY(-1px)}.d2-feed-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--d2-border);transition:all .15s}.d2-feed-item:last-child{border-bottom:none}.d2-feed-item:hover{opacity:.9}.d2-feed-dot{width:8px;height:8px;border-radius:50%;background:var(--d2-accent);flex-shrink:0;box-shadow:0 0 6px var(--d2-accent-glow)}.d2-feed-content{flex:1;min-width:0}.d2-feed-title{font-size:.825rem;font-weight:600;color:var(--d2-text-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.d2-feed-sub{font-size:.72rem;color:var(--d2-text-2);margin-top:1px}.d2-feed-amount{font-size:.825rem;font-weight:700;color:var(--d2-accent);white-space:nowrap}.d2-material-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.d2-material-row:last-child{margin-bottom:0}.d2-mat-label{font-size:.78rem;font-weight:600;color:var(--d2-text-1);width:90px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.d2-mat-bar-track{flex:1;height:6px;border-radius:3px;background:hsla(0,0%,100%,.06);overflow:hidden}.d2-mat-bar{height:100%;border-radius:3px;transition:width .8s var(--d2-ease)}.d2-mat-perc{font-size:.72rem;font-weight:700;color:var(--d2-text-2);width:34px;text-align:right;flex-shrink:0}.d2-sede-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--d2-radius-sm);background:var(--d2-surface-raised);margin-bottom:8px;transition:all .15s}.d2-sede-item:hover{background:hsla(0,0%,100%,.04)}.d2-sede-status{width:8px;height:8px;border-radius:50%;flex-shrink:0}.d2-sede-name{flex:1;font-size:.8rem;font-weight:600;color:var(--d2-text-1)}.d2-sede-kg{font-size:.75rem;font-weight:700;color:var(--d2-text-2)}.d2-mini-stats{display:flex;gap:1px;background:var(--d2-border);border-radius:var(--d2-radius-sm);overflow:hidden;margin-top:12px}.d2-mini-stat{flex:1;padding:10px 12px;background:var(--d2-surface-raised);text-align:center}.d2-mini-stat-val{font-size:1rem;font-weight:800;color:var(--d2-text-1);letter-spacing:-.03em}.d2-mini-stat-lbl{font-size:.65rem;color:var(--d2-text-3);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.d2 .recharts-cartesian-grid-horizontal line{stroke:hsla(0,0%,100%,.04)}.d2 .recharts-tooltip-wrapper *{font-family:var(--font-inter,Inter)}.d2-skeleton-box{background:var(--d2-surface-raised);position:relative;overflow:hidden;border:1px solid var(--d2-border)}.d2-skeleton-shimmer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.04) 50%,transparent);animation:d2-shimmer 2s linear infinite}.d2-fadein:first-child{animation-delay:0ms}.d2-fadein:nth-child(2){animation-delay:60ms}.d2-fadein:nth-child(3){animation-delay:.12s}.d2-fadein:nth-child(4){animation-delay:.18s}.d2-fadein:nth-child(5){animation-delay:.24s}.d2-fadein:nth-child(6){animation-delay:.3s}body.light-theme .d2{--d2-bg:#f0f6f5;--d2-surface:#fff;--d2-surface-raised:#e8f3f0;--d2-accent:#00c98a;--d2-accent-dim:rgba(0,201,138,.1);--d2-accent-glow:rgba(0,201,138,.2);--d2-blue:#0288d1;--d2-purple:#7b52a6;--d2-orange:#e67e22;--d2-rose:#d6406a;--d2-text-1:#03111b;--d2-text-2:#475569;--d2-text-3:#94a3b8;--d2-border:rgba(3,17,27,.08);--d2-border-hover:rgba(0,201,138,.35)}body.light-theme .d2-header{background:hsla(0,0%,100%,.85)}body.light-theme .d2-btn:hover,body.light-theme .d2-nav-item:hover,body.light-theme .d2-sede-item:hover,body.light-theme .d2-sidebar-user:hover{background:rgba(0,0,0,.04)}body.light-theme .d2-card:hover{border-color:rgba(0,0,0,.15)}body.light-theme .d2-sidebar-toggle{border-color:rgba(0,0,0,.1);color:#94a3b8}body.light-theme .d2-sidebar-toggle:hover{background:rgba(0,201,135,.08);border-color:rgba(0,201,135,.3)}body.light-theme .d2-nav-item:not(.expanded)[data-tooltip]:after{background:#fff;color:#0f172a;box-shadow:0 4px 20px rgba(0,0,0,.15);border-color:rgba(0,0,0,.08)}body.light-theme .d2-sidebar-footer{border-top-color:rgba(0,0,0,.07)}body.light-theme .d2-sidebar-avatar{background:#f1f5f9;border-color:rgba(0,0,0,.08);color:#475569}body.light-theme .d2-sidebar-logout{border-color:rgba(0,0,0,.08);color:#94a3b8}body.light-theme .d2-mat-bar-track{background:rgba(0,0,0,.06)}body.light-theme .d2 .recharts-cartesian-grid-horizontal line{stroke:rgba(0,0,0,.06)}body.light-theme .ht-wrap{--ht-bg:#fff;--ht-surface:#f8fafc;--ht-surface2:#f1f5f9;--ht-border:rgba(0,0,0,.08);--ht-text-1:#0f172a;--ht-text-2:#475569;--ht-text-3:#94a3b8}body.light-theme .ht-wrap h2{color:var(--ht-text-1)!important}body.light-theme .ht-wrap>div:first-of-type span{color:var(--ht-text-2)!important}body.light-theme .ht-wrap input[type=text]{background:var(--ht-surface2)!important;border-color:var(--ht-border)!important;color:var(--ht-text-1)!important}body.light-theme .ht-wrap input[type=text]::placeholder{color:var(--ht-text-3)!important}body.light-theme .ht-filter-bar,body.light-theme .ht-wrap .ht-view-toggle,body.light-theme .ht-wrap .ht-view-toggle button{border-color:var(--ht-border)!important}body.light-theme .ht-filter-bar{background:rgba(0,0,0,.03)!important}body.light-theme .ht-filter-bar span{color:var(--ht-text-2)!important}body.light-theme .ht-filter-bar select{background:var(--ht-surface2)!important;border-color:var(--ht-border)!important;color:var(--ht-text-1)!important}body.light-theme .ht-filter-bar select option{background:#fff;color:#0f172a}body.light-theme .ht-filter-separator{background:rgba(0,0,0,.12)!important}body.light-theme #history-table{box-shadow:0 2px 16px rgba(0,0,0,.06)!important}body.light-theme #history-table thead th{border-bottom-color:rgba(0,0,0,.08)!important}body.light-theme #history-table thead th:hover{background:#eef2f7!important}body.light-theme #history-table tbody tr{color:#0f172a!important}body.light-theme #history-table tbody tr:nth-child(2n){background:rgba(0,0,0,.015)!important}body.light-theme #history-table tbody tr:hover{background:rgba(0,201,135,.04)!important}body.light-theme .ht-remision-badge{background:rgba(0,0,0,.05)!important;border-color:rgba(0,0,0,.08)!important;color:#0f172a!important}body.light-theme .ht-row-chevron{color:#94a3b8!important}body.light-theme .ht-date-cell{color:#475569!important}body.light-theme .ht-date-dot{background:rgba(0,0,0,.15)!important}body.light-theme .ht-client-name{color:#0f172a!important}body.light-theme .ht-client-sede{color:#64748b!important}body.light-theme .ht-mat-extra{background:rgba(0,0,0,.04)!important;border-color:rgba(0,0,0,.06)!important;color:#64748b!important}body.light-theme .ht-vol-value{color:#0f172a!important}body.light-theme .ht-val-unit,body.light-theme .ht-vol-unit{color:#94a3b8!important}body.light-theme .ht-action-btn{background:rgba(0,0,0,.03)!important;border-color:rgba(0,0,0,.08)!important;color:#64748b!important}body.light-theme .ht-expanded-row{background:rgba(0,0,0,.02)!important;border-bottom-color:rgba(0,0,0,.06)!important}body.light-theme .ht-expanded-inner{border-left-color:#00c987!important}body.light-theme .ht-expanded-label{color:#94a3b8!important}body.light-theme .ht-mat-card{background:#f1f5f9!important;border-color:rgba(0,0,0,.06)!important}body.light-theme .ht-mat-card-name{color:#475569!important}body.light-theme .ht-mat-card-qty{color:#0f172a!important}body.light-theme .ht-mat-card-unit{color:#94a3b8!important}body.light-theme .ht-pagination{border-top-color:rgba(0,0,0,.07)!important;background:#f8fafc!important}body.light-theme .ht-pagination span{color:#64748b!important}body.light-theme .ht-page-btn{border-color:rgba(0,0,0,.08)!important;color:#64748b!important;background:transparent!important}body.light-theme .ht-page-btn:hover{background:rgba(0,0,0,.04)!important;color:#0f172a!important}body.light-theme .ht-page-btn.active{background:rgba(0,201,135,.1)!important;border-color:rgba(0,201,135,.3)!important;color:#00c987!important}body.light-theme .ht-panel{border-left-color:rgba(0,0,0,.07)!important;box-shadow:-8px 0 32px rgba(0,0,0,.1)!important}body.light-theme .ht-panel-header{border-bottom-color:rgba(0,0,0,.07)!important;background:rgba(0,0,0,.01)!important}body.light-theme .ht-panel-title{color:#0f172a!important}body.light-theme .ht-panel-subtitle{color:#64748b!important}body.light-theme .ht-panel-close-btn{background:rgba(0,0,0,.04)!important;color:#475569!important}body.light-theme .ht-info-card{background:#f8fafc!important;border-color:rgba(0,0,0,.07)!important}body.light-theme .ht-info-label{color:#94a3b8!important}body.light-theme .ht-info-sub,body.light-theme .ht-info-value{color:#0f172a!important}body.light-theme .ht-info-sub{color:#475569!important}body.light-theme .ht-divider{background:rgba(0,0,0,.07)!important}body.light-theme .ht-section-title{color:#0f172a!important}body.light-theme .ht-mat-table thead th{color:#94a3b8!important;border-bottom-color:rgba(0,0,0,.07)!important}body.light-theme .ht-mat-table tbody tr{border-bottom-color:rgba(0,0,0,.04)!important}body.light-theme .ht-mat-table td{color:#0f172a!important}body.light-theme .ht-mat-table td.muted{color:#64748b!important}body.light-theme .ht-mat-table span.unit{color:#94a3b8!important}body.light-theme .ht-totals-bar{background:linear-gradient(135deg,rgba(0,201,135,.07),rgba(14,165,233,.07))!important;border-color:rgba(0,201,135,.2)!important}body.light-theme .ht-totals-label{color:#00c987!important}body.light-theme .ht-totals-value{color:#0f172a!important}body.light-theme .ht-totals-unit{color:#64748b!important}body.light-theme .ht-signature-card{background:#f8fafc!important;border-color:rgba(0,0,0,.07)!important}body.light-theme .ht-signature-label{color:#94a3b8!important}body.light-theme .ht-signature-card img{filter:brightness(0) saturate(100%) invert(25%) sepia(0)!important}body.light-theme .ht-panel-footer{border-top-color:rgba(0,0,0,.07)!important;background:rgba(0,0,0,.02)!important}body.light-theme .ht-close-footer-btn{border-color:rgba(0,0,0,.12)!important;color:#0f172a!important;background:transparent!important}body.light-theme .ht-close-footer-btn:hover{background:rgba(0,0,0,.04)!important}body.light-theme .ht-wrap h2,body.light-theme .ht-wrap span[style*="color: #cbd5e1"],body.light-theme .ht-wrap span[style*="color: #e2e8f0"],body.light-theme .ht-wrap span[style*="color: #f1f5f9"]{color:#0f172a!important}body.light-theme .ht-wrap span[style*="color: #475569"],body.light-theme .ht-wrap span[style*="color: #94a3b8"]{color:#64748b!important}body.light-theme .ht-wrap input[type=text]{background:#f1f5f9!important;border-color:rgba(0,0,0,.1)!important;color:#0f172a!important}body.light-theme .ht-wrap input[type=text]:focus{border-color:rgba(0,201,135,.4)!important;background:#fff!important}body.light-theme .ht-wrap div[style*="border: 1px solid rgba(255,255,255,0.08)"]{border-color:rgba(0,0,0,.1)!important}body.light-theme .ht-wrap div[style*="background: rgba(255,255,255,0.015)"],body.light-theme .ht-wrap>div[style*="background: rgba(255,255,255,0.015)"]{background:rgba(0,0,0,.03)!important;border-color:rgba(0,0,0,.06)!important}body.light-theme .ht-wrap span[style*="color: #64748b"]{color:#64748b!important}body.light-theme .ht-wrap select{background:#f1f5f9!important;border-color:rgba(0,0,0,.1)!important;color:#0f172a!important}body.light-theme .ht-wrap select option{background:#fff;color:#0f172a}body.light-theme .ht-wrap div[style*="background: rgba(255,255,255,0.08)"]{background:rgba(0,0,0,.1)!important}body.light-theme #history-table{background:#fff!important;border-color:rgba(0,0,0,.08)!important;box-shadow:0 4px 20px rgba(0,0,0,.06)!important}body.light-theme #history-table thead th{background:#f8fafc!important;color:#475569!important;border-bottom-color:rgba(0,0,0,.07)!important}body.light-theme #history-table thead th:hover{background:#f1f5f9!important}body.light-theme #history-table thead th div[style*="color: #fff"]{color:#0f172a!important}body.light-theme #history-table tbody tr{border-bottom-color:rgba(0,0,0,.05)!important}body.light-theme #history-table tbody tr:hover{background:rgba(0,0,0,.02)!important}body.light-theme #history-table tbody tr[style*="rgba(0,224,150,0.03)"]{background:rgba(0,201,135,.04)!important}body.light-theme #history-table td div[style*="background: rgba(255,255,255,0.05)"]{background:rgba(0,0,0,.04)!important;border-color:rgba(0,0,0,.06)!important;color:#0f172a!important}body.light-theme #history-table td div[style*="color: #e2e8f0"],body.light-theme #history-table td div[style*="color: #f1f5f9"]{color:#0f172a!important}body.light-theme #history-table td div[style*="color: #94a3b8"]{color:#64748b!important}body.light-theme #history-table td div[style*="color: #64748b"],body.light-theme #history-table td span[style*="color: #64748b"]{color:#94a3b8!important}body.light-theme #history-table td span[style*="color: rgba(255,255,255"]{color:rgba(0,0,0,.08)!important}body.light-theme #history-table td svg[style*="color: #64748b"]{color:#94a3b8!important}body.light-theme #history-table span[style*="background: rgba(255,255,255,0.02)"]{background:rgba(0,0,0,.04)!important;border-color:rgba(0,0,0,.06)!important;color:#64748b!important}body.light-theme #history-table button[style*="background: rgba(255,255,255,0.02)"]{background:rgba(0,0,0,.03)!important;border-color:rgba(0,0,0,.08)!important;color:#64748b!important}body.light-theme #history-table button[style*="background: rgba(255,255,255,0.02)"]:hover{background:rgba(0,0,0,.06)!important;color:#0f172a!important}body.light-theme #history-table td[colspan]{background:#f8fafc!important}body.light-theme #history-table div[style*="background: rgba(255,255,255,0.02)"],body.light-theme #history-table div[style*="background: rgba(255,255,255,0.03)"]{background:rgba(0,0,0,.02)!important;border-color:rgba(0,0,0,.06)!important;color:#0f172a!important}body.light-theme #history-table div[style*="color: #f1f5f9"]{color:#0f172a!important}body.light-theme #history-table div[style*="color: #64748b"],body.light-theme #history-table div[style*="color: #94a3b8"]{color:#64748b!important}body.light-theme #history-table td[style*="color: #64748b"]{color:#94a3b8!important}body.light-theme .ht-wrap div[style*="background: '#0a1e2e'"],body.light-theme .ht-wrap div[style*="borderTop: '1px solid rgba(255,255,255"]{border-color:rgba(0,0,0,.07)!important}body.light-theme .ht-panel{background:#fff!important;border-left-color:rgba(0,0,0,.08)!important;box-shadow:-10px 0 40px rgba(0,0,0,.12)!important}body.light-theme .ht-panel>div:first-child{border-bottom-color:rgba(0,0,0,.07)!important;background:rgba(0,0,0,.01)!important}body.light-theme .ht-panel h3[style*="color: #f1f5f9"]{color:#0f172a!important}body.light-theme .ht-panel p[style*="color: #94a3b8"]{color:#64748b!important}body.light-theme .ht-panel button[style*="color: #f1f5f9"]{color:#0f172a!important;background:rgba(0,0,0,.04)!important}body.light-theme .ht-panel div[style*="background: rgba(255,255,255,0.02)"]{background:#f8fafc!important;border-color:rgba(0,0,0,.07)!important}body.light-theme .ht-panel div[style*="color: #64748b"][style*="textTransform: uppercase"]{color:#94a3b8!important}body.light-theme .ht-panel div[style*="color: #f1f5f9"]{color:#0f172a!important}body.light-theme .ht-panel div[style*="color: #94a3b8"]{color:#64748b!important}body.light-theme .ht-panel div[style*="height: 1"][style*="rgba(255,255,255,0.06)"]{background:rgba(0,0,0,.07)!important}body.light-theme .ht-panel h4[style*="color: #f1f5f9"]{color:#0f172a!important}body.light-theme .ht-panel table thead tr{border-bottom-color:rgba(0,0,0,.07)!important}body.light-theme .ht-panel table thead th[style*="color: #64748b"]{color:#94a3b8!important}body.light-theme .ht-panel table tbody tr{border-bottom-color:rgba(0,0,0,.04)!important}body.light-theme .ht-panel table tbody td[style*="color: #e2e8f0"],body.light-theme .ht-panel table tbody td[style*="color: #f1f5f9"]{color:#0f172a!important}body.light-theme .ht-panel table tbody td[style*="color: #94a3b8"]{color:#64748b!important}body.light-theme .ht-panel table tbody td span[style*="color: #64748b"]{color:#94a3b8!important}body.light-theme .ht-panel div[style*="linear-gradient(135deg, rgba(0,224,150"]{background:linear-gradient(135deg,rgba(0,201,135,.06),rgba(14,165,233,.06))!important;border-color:rgba(0,201,135,.2)!important}body.light-theme .ht-panel div[style*="color: #f1f5f9"][style*="fontWeight: 800"]{color:#0f172a!important}body.light-theme .ht-panel span[style*="color: #94a3b8"]{color:#64748b!important}body.light-theme .ht-panel div[style*="background: rgba(255,255,255,0.02)"][style*="borderRadius: 10"]{background:#f8fafc!important;border-color:rgba(0,0,0,.07)!important}body.light-theme .ht-panel div[style*="color: #64748b"][style*="fontSize: '0.7rem'"]{color:#94a3b8!important}body.light-theme .ht-panel>div:last-child{border-top-color:rgba(0,0,0,.07)!important;background:rgba(0,0,0,.02)!important}body.light-theme .ht-panel button[style*="background: transparent"][style*="color: #f1f5f9"]{border-color:rgba(0,0,0,.12)!important;color:#0f172a!important}[cmdk-overlay]{position:fixed;inset:0;background:rgba(3,17,27,.85);backdrop-filter:blur(8px);z-index:999999;animation:fadeIn .2s ease}[cmdk-dialog]{position:fixed;top:15%;left:50%;transform:translateX(-50%);width:100%;max-width:640px;background:#0b192c;border:1px solid var(--d2-border);border-radius:16px;box-shadow:0 40px 80px -12px rgba(0,0,0,.8);z-index:1000000;overflow:hidden;animation:slideDown .2s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-20px) scale(.98)}to{opacity:1;transform:translate(-50%) scale(1)}}.cmd-header{display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--d2-border)}.cmd-input{flex:1;height:54px;background:transparent;border:none;color:var(--d2-text-1);font-size:1rem;padding:0 12px;outline:none;font-family:inherit}.cmd-input::placeholder{color:var(--d2-text-3)}.cmd-badge{background:hsla(0,0%,100%,.1);color:var(--d2-text-2);font-size:.65rem;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.05em}.cmd-list{max-height:380px;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.cmd-empty{padding:32px;text-align:center;color:var(--d2-text-3);font-size:.9rem}[cmdk-group-heading]{padding:8px 12px 4px;font-size:.7rem;font-weight:700;color:var(--d2-text-3);text-transform:uppercase;letter-spacing:.05em}.cmd-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;cursor:pointer;color:var(--d2-text-2);transition:all .15s}.cmd-item[data-selected=true]{background:hsla(0,0%,100%,.06);color:var(--d2-text-1)}.cmd-item-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:hsla(0,0%,100%,.04)}.cmd-item-content{flex:1;display:flex;flex-direction:column}.cmd-item-title{font-size:.85rem;font-weight:600;color:var(--d2-text-1)}.cmd-item-desc{display:flex;align-items:center;gap:4px;margin-top:2px}.cmd-item-desc,.cmd-item-shortcut{font-size:.7rem;color:var(--d2-text-3)}.cmd-danger[data-selected=true]{background:rgba(251,113,133,.15);color:#fb7185}.cmd-danger[data-selected=true] .cmd-item-icon{background:transparent;color:#fb7185}.cmd-danger[data-selected=true] .cmd-item-title{color:#fb7185}body.light-theme [cmdk-dialog]{background:#fff;border-color:rgba(0,0,0,.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.1)}body.light-theme [cmdk-overlay]{background:rgba(0,0,0,.2)}body.light-theme .cmd-input,body.light-theme .cmd-item-title{color:#0f172a}body.light-theme .cmd-item[data-selected=true]{background:rgba(0,0,0,.04);color:#0f172a}.d2-content-wrapper{display:flex;flex-direction:column;gap:32px}@media (max-width:1440px){.d2-kpi-value{font-size:1.45rem}.d2-kpi-label{font-size:.63rem}.d2-kpi-card{padding:14px 16px 12px}.d2-kpi-meta{font-size:.68rem}.d2-card{padding:16px}.d2-card-title-main{font-size:.85rem}.d2-main{padding:16px}.d2-content-wrapper{gap:24px}}