*,:after,:before{box-sizing:border-box}:root{--color-primary:#1a1a2e;--color-primary-light:#25254a;--color-accent:#c8a96e;--color-accent-hover:#b8994e;--color-text:#1a1a2e;--color-text-muted:#6b7280;--color-bg:#f4f5f7;--color-surface:#fff;--color-border:#e2e5ea;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-footer-bg:#1a1a2e;--color-footer-text:hsla(0,0%,100%,.92);--app-footer-height:3.25rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 1px 3px rgba(0,0,0,.06);--shadow-md:0 4px 12px rgba(0,0,0,.08);--shadow-lg:0 8px 24px rgba(0,0,0,.12)}[data-theme=light]{--color-primary:#4a6fa5;--color-primary-light:#5a80b8;--color-accent:#4a6fa5;--color-accent-hover:#3b5d8f;--color-text:#2d3748;--color-text-muted:#718096;--color-bg:#f7f8fa;--color-surface:#fff;--color-border:#e2e8f0;--color-error:#e53e3e;--color-error-bg:#fff5f5;--color-footer-bg:#e8ecf1;--color-footer-text:#2d3748;--shadow-sm:0 1px 3px rgba(0,0,0,.04);--shadow-md:0 4px 12px rgba(0,0,0,.06);--shadow-lg:0 8px 24px rgba(0,0,0,.08)}[data-theme=light] .reports-header{background:#fff;color:#2d3748;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.04)}[data-theme=light] .reports-header .hamburger-btn{background:#f7f8fa;border:1px solid #e2e8f0;color:#2d3748}[data-theme=light] .reports-header .hamburger-btn:hover{background:#e2e8f0;color:#1a202c}[data-theme=light] .reports-header .reports-topbar-label{color:#2d3748}[data-theme=light] .reports-header .reports-topbar-user{background:#f7f8fa;border:1px solid #e2e8f0;color:#2d3748}[data-theme=light] .reports-header .reports-topbar-user:hover{background:#e2e8f0;color:#1a202c}[data-theme=light] .reports-logout{color:#4a6fa5;border-color:#cbd5e0}[data-theme=light] .reports-logout:hover{background:#f7f8fa;color:#3b5d8f}[data-theme=light] .reports-user{color:#718096;opacity:1}[data-theme=light] .sidebar-header{background:#fff;color:#2d3748;border-bottom:1px solid #e2e8f0}[data-theme=light] .sidebar-close{background:#f7f8fa;color:#718096}[data-theme=light] .sidebar-close:hover{background:#e2e8f0;color:#2d3748}[data-theme=light] .sidebar-item--selected{background:rgba(74,111,165,.08);color:#3b5d8f;border-right-color:#4a6fa5}[data-theme=light] .reports-empty-btn{background:#4a6fa5}[data-theme=light] .reports-empty-btn:hover{background:#3b5d8f}[data-theme=ocean]{--color-primary:#0f4c5c;--color-primary-light:#1a6b7c;--color-accent:#14b8a6;--color-accent-hover:#0d9488;--color-text:#1e293b;--color-text-muted:#64748b;--color-bg:#f0fdfa;--color-surface:#fff;--color-border:#ccfbf1;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-footer-bg:#0f4c5c;--color-footer-text:hsla(0,0%,100%,.92);--shadow-sm:0 1px 3px rgba(15,76,92,.08);--shadow-md:0 4px 12px rgba(15,76,92,.1);--shadow-lg:0 8px 24px rgba(15,76,92,.12)}[data-theme=forest]{--color-primary:#1b4332;--color-primary-light:#2d6a4f;--color-accent:#40916c;--color-accent-hover:#2d6a4f;--color-text:#1b2838;--color-text-muted:#5c6b73;--color-bg:#f1f8f4;--color-surface:#fff;--color-border:#b7e4c7;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-footer-bg:#1b4332;--color-footer-text:hsla(0,0%,100%,.92);--shadow-sm:0 1px 3px rgba(27,67,50,.08);--shadow-md:0 4px 12px rgba(27,67,50,.1);--shadow-lg:0 8px 24px rgba(27,67,50,.12)}body,html{margin:0;padding:0;font-family:Segoe UI,Tahoma,Verdana,sans-serif;font-size:14px;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.reports-layout{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.reports-header{display:flex;align-items:center;gap:.75rem;padding:0 1rem;min-height:52px;background:var(--color-primary);color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:50}.reports-title{font-weight:700;font-size:1rem;letter-spacing:.01em}@media (max-width:639px){.reports-title{display:none}}.reports-user{margin-left:auto;opacity:.75;font-size:.85rem}.reports-logout{padding:.3rem .65rem;background:transparent;color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.25);border-radius:var(--radius-sm);cursor:pointer;font-size:.8rem;text-decoration:none;transition:background .15s,color .15s;white-space:nowrap}.reports-logout:hover{background:hsla(0,0%,100%,.1);color:#fff}.reports-main{flex:1 1;padding:0;overflow-x:hidden}.reports-content{display:flex;flex-direction:column;width:100%;min-height:calc(100vh - 52px);min-height:calc(100dvh - 52px)}.reports-topbar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.reports-header .reports-topbar{background:transparent;border-bottom:none;padding:0;margin-left:auto;margin-right:.75rem}.hamburger-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text);flex-shrink:0;transition:background .15s}.hamburger-btn:hover{background:var(--color-border)}.reports-header .hamburger-btn{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.25);color:#fff}.reports-header .hamburger-btn:hover{background:hsla(0,0%,100%,.2)}.reports-topbar-label{font-size:.95rem;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reports-header .reports-topbar-label{color:#fff}.sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:var(--color-surface);z-index:210;transform:translateX(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:var(--shadow-lg);overflow-y:auto}.sidebar--open{transform:translateX(0)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border);background:var(--color-primary);color:#fff;flex-shrink:0}.sidebar-header-title{font-size:1.05rem;font-weight:700;letter-spacing:.02em}.sidebar-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:hsla(0,0%,100%,.1);border:none;border-radius:var(--radius-sm);cursor:pointer;color:#fff;transition:background .15s}.sidebar-close:hover{background:hsla(0,0%,100%,.2)}.sidebar-nav{flex:1 1;padding:.5rem 0}.sidebar-group{margin-bottom:.25rem}.sidebar-group--options{margin-top:auto;border-top:1px solid var(--color-border);padding-top:.25rem}.sidebar-group-trigger{display:flex;align-items:center;gap:.6rem;width:100%;padding:.7rem 1.25rem;background:none;border:none;font-size:.9rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;text-align:left;transition:background .15s,color .15s;font-family:inherit}.sidebar-group-trigger:hover{background:var(--color-bg);color:var(--color-text)}.sidebar-group-trigger--open{color:var(--color-text)}.sidebar-group-icon{width:18px;height:19px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:currentColor}.sidebar-group-icon svg{width:18px;height:18px;display:block}.sidebar-group-label{flex:1 1;text-transform:uppercase;font-size:.7rem;letter-spacing:.1em}.sidebar-group-arrow{transition:transform .2s;flex-shrink:0}.sidebar-group-trigger--open .sidebar-group-arrow{transform:rotate(180deg)}.sidebar-group-items{padding:.15rem 0 .35rem}.sidebar-divider{height:1px;background:var(--color-border);margin:.35rem 1.25rem .35rem 3rem}.sidebar-item{display:block;width:100%;padding:.65rem 1.25rem .65rem 3rem;background:none;border:none;font-size:.9rem;color:var(--color-text);cursor:pointer;text-align:left;transition:background .1s,color .1s;min-height:44px;display:flex;align-items:center;font-family:inherit}.sidebar-item:hover{background:var(--color-bg)}.sidebar-item--selected{background:hsla(39,45%,61%,.1);color:var(--color-accent-hover);font-weight:600;border-right:3px solid var(--color-accent)}.sidebar-item--logout{color:var(--color-error)}.sidebar-item--logout:hover{background:var(--color-error-bg)}.sidebar-theme-section{padding:.5rem 1.25rem .65rem 3rem}.sidebar-theme-title{display:block;font-size:.8rem;color:var(--color-text-muted);margin-bottom:.5rem}.sidebar-theme-options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.6rem;gap:.6rem}.sidebar-theme-btn{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.4rem;background:none;border:2px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;font-size:.75rem;color:var(--color-text-muted);font-family:inherit;transition:border-color .15s,color .15s;min-width:72px}.sidebar-theme-btn:hover{border-color:var(--color-text-muted)}.sidebar-theme-btn--active{border-color:var(--color-accent);color:var(--color-text);font-weight:600}.sidebar-theme-preview{display:flex;flex-direction:column;width:52px;height:36px;border-radius:4px;overflow:hidden;border:1px solid var(--color-border)}.sidebar-theme-preview-header{height:10px;flex-shrink:0}.sidebar-theme-preview-body{flex:1 1}.sidebar-theme-preview--standard .sidebar-theme-preview-header{background:#1a1a2e}.sidebar-theme-preview--standard .sidebar-theme-preview-body{background:#f4f5f7}.sidebar-theme-preview--light .sidebar-theme-preview-header{background:#fff;border-bottom:1px solid #e2e8f0}.sidebar-theme-preview--light .sidebar-theme-preview-body{background:#f7f8fa}.sidebar-theme-preview--ocean .sidebar-theme-preview-header{background:#0f4c5c}.sidebar-theme-preview--ocean .sidebar-theme-preview-body{background:#f0fdfa}.sidebar-theme-preview--forest .sidebar-theme-preview-header{background:#1b4332}.sidebar-theme-preview--forest .sidebar-theme-preview-body{background:#f1f8f4}.reports-body{flex:1 1;padding:1rem}.reports-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;min-height:50vh}.reports-empty-icon{color:var(--color-border);margin-bottom:1.25rem}.reports-empty-title{margin:0 0 .5rem;font-size:1.15rem;font-weight:700;color:var(--color-text)}.reports-empty-desc{margin:0 0 1.5rem;font-size:.9rem;color:var(--color-text-muted);max-width:280px;line-height:1.5}.reports-empty-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.25rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit;min-height:44px}.reports-empty-btn:hover{background:var(--color-primary-light)}.report-active-header{margin-bottom:1rem;display:none}.report-active-title{margin:0;font-size:1.1rem}.license-banner{background:var(--color-error-bg);border:1px solid var(--color-error);color:var(--color-error);border-radius:var(--radius-sm);padding:.75rem 1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.license-banner-text{font-weight:600}.license-banner-detail{font-size:.9rem;opacity:.95;font-weight:700;color:var(--color-text)}.reports-placeholder-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:2rem 1.5rem;text-align:center}.reports-placeholder{margin:0;color:var(--color-text-muted);font-size:.9rem}.filter-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.filter-card-body{padding:1rem}.filter-card-body,.filter-row{display:flex;flex-direction:column;gap:.85rem}.filter-field{display:flex;flex-direction:column;gap:.3rem;flex:1 1;min-width:0}.filter-label{font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.filter-value-display{font-size:1rem;font-weight:600;color:var(--color-text);padding:.5rem 0}.filter-actions{display:flex;flex-direction:column;gap:.5rem;padding-top:.25rem}.filter-hint{font-size:.9rem;color:var(--color-text);margin:0 0 .5rem;opacity:.9}.report-section{display:flex;flex-direction:column;gap:1rem}.report-error-box{padding:.75rem 1rem;background:var(--color-error-bg);border:1px solid rgba(220,38,38,.2);color:var(--color-error);font-size:.9rem;border-radius:var(--radius-sm)}.report-period{font-size:.9rem;padding:.5rem 0}.report-empty,.report-period{color:var(--color-text-muted)}.report-empty{margin:0;padding:1.5rem 0;font-style:italic;text-align:center}.report-grid-wrap{width:100%;min-width:0;overflow:auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1rem}.report-grid-wrap .dx-datagrid{min-width:280px}.report-grid-wrap .dx-datagrid-headers .dx-header-row>td,.report-grid-wrap .dx-datagrid-rowsview .dx-row>td,.report-grid-wrap .dx-datagrid-summary-item{padding:10px 12px!important}.evol-cell-up{color:#0a6b0a}.evol-cell-down{color:#c00}.occupancy-progress-container{position:relative;width:100%;min-height:22px;border-radius:4px;overflow:hidden;background:var(--color-border,#e2e5ea)}.occupancy-progress-bar{position:absolute;left:0;top:0;bottom:0;min-width:0;transition:width .2s ease}.occupancy-progress-bar[data-width="0"]{width:0}.occupancy-progress-bar[data-width="5"]{width:5%}.occupancy-progress-bar[data-width="10"]{width:10%}.occupancy-progress-bar[data-width="15"]{width:15%}.occupancy-progress-bar[data-width="20"]{width:20%}.occupancy-progress-bar[data-width="25"]{width:25%}.occupancy-progress-bar[data-width="30"]{width:30%}.occupancy-progress-bar[data-width="35"]{width:35%}.occupancy-progress-bar[data-width="40"]{width:40%}.occupancy-progress-bar[data-width="45"]{width:45%}.occupancy-progress-bar[data-width="50"]{width:50%}.occupancy-progress-bar[data-width="55"]{width:55%}.occupancy-progress-bar[data-width="60"]{width:60%}.occupancy-progress-bar[data-width="65"]{width:65%}.occupancy-progress-bar[data-width="70"]{width:70%}.occupancy-progress-bar[data-width="75"]{width:75%}.occupancy-progress-bar[data-width="80"]{width:80%}.occupancy-progress-bar[data-width="85"]{width:85%}.occupancy-progress-bar[data-width="90"]{width:90%}.occupancy-progress-bar[data-width="95"]{width:95%}.occupancy-progress-bar[data-width="100"]{width:100%}.occupancy-progress-bar[data-level=low]{background-color:#5cb85c}.occupancy-progress-bar[data-level=medium]{background-color:#f0ad4e}.occupancy-progress-bar[data-level=high]{background-color:#d9534f}.occupancy-progress-text{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:22px;font-size:.8125rem;font-weight:500;color:var(--color-text,#1a1a2e);text-shadow:0 0 1px hsla(0,0%,100%,.8)}.occupancy-progress-percent{margin-left:.2em;font-weight:600}.ponderi-progress-container{position:relative;width:100%;min-height:22px;border-radius:4px;overflow:hidden;background:var(--color-border,#e2e5ea)}.ponderi-progress-bar{position:absolute;left:0;top:0;bottom:0;min-width:0;transition:width .2s ease;background-color:#5c7cfa}.ponderi-progress-bar[data-width="0"]{width:0}.ponderi-progress-bar[data-width="5"]{width:5%}.ponderi-progress-bar[data-width="10"]{width:10%}.ponderi-progress-bar[data-width="15"]{width:15%}.ponderi-progress-bar[data-width="20"]{width:20%}.ponderi-progress-bar[data-width="25"]{width:25%}.ponderi-progress-bar[data-width="30"]{width:30%}.ponderi-progress-bar[data-width="35"]{width:35%}.ponderi-progress-bar[data-width="40"]{width:40%}.ponderi-progress-bar[data-width="45"]{width:45%}.ponderi-progress-bar[data-width="50"]{width:50%}.ponderi-progress-bar[data-width="55"]{width:55%}.ponderi-progress-bar[data-width="60"]{width:60%}.ponderi-progress-bar[data-width="65"]{width:65%}.ponderi-progress-bar[data-width="70"]{width:70%}.ponderi-progress-bar[data-width="75"]{width:75%}.ponderi-progress-bar[data-width="80"]{width:80%}.ponderi-progress-bar[data-width="85"]{width:85%}.ponderi-progress-bar[data-width="90"]{width:90%}.ponderi-progress-bar[data-width="95"]{width:95%}.ponderi-progress-bar[data-width="100"]{width:100%}.ponderi-progress-text{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:22px;font-size:.8125rem;font-weight:500;color:var(--color-text,#1a1a2e);text-shadow:0 0 1px hsla(0,0%,100%,.8)}.report-chart-wrap{margin-top:.5rem;width:100%;min-width:0;min-height:280px}.report-chart-actions{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.report-chart-actions-label{font-size:.8rem;font-weight:600;color:var(--color-text-muted);margin-right:.25rem}.report-chart-actions-select{min-width:0}.report-chart-actions .report-chart-actions-select.dx-selectbox{flex-shrink:0}.report-chart-wrap--pie{height:320px}.report-charts-row{display:flex;flex-direction:row;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.report-charts-row>.report-chart-wrap{flex:1 1;min-width:280px;margin-top:0}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.dashboard-kpi-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:.9rem 1rem;display:flex;flex-direction:column;gap:.35rem}.dashboard-kpi-label{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-weight:600}.dashboard-kpi-value{font-size:1.2rem;color:var(--color-text)}.report-note-detail{padding:.75rem 1rem;display:flex;flex-direction:column;gap:1rem}.report-note-detail-section{min-width:0}.report-note-detail-title{margin:0 0 .35rem;font-size:.9rem;font-weight:600;color:var(--foreground)}.report-detail-error,.report-detail-loading{padding:.75rem 1rem;font-size:.9rem}.report-detail-error{color:var(--destructive,#b91c1c)}.dx-button{min-height:40px}.filter-actions .dx-button.dx-button-mode-contained.dx-button-default{background:var(--color-accent)!important;border-color:var(--color-accent)!important;color:#fff!important}.filter-actions .dx-button.dx-button-mode-contained.dx-button-default .dx-button-content{color:#fff!important}.filter-actions .dx-button.dx-button-mode-contained.dx-button-default.dx-state-hover,.filter-actions .dx-button.dx-button-mode-contained.dx-button-default:hover{background:var(--color-accent-hover)!important;border-color:var(--color-accent-hover)!important}.dx-texteditor-input{min-height:38px;font-size:14px!important}.dx-datagrid-headers .dx-header-row>td,.dx-datagrid-rowsview .dx-row>td,.dx-datagrid-summary-item{padding:10px 12px!important}@media (min-width:640px){.reports-header{padding:0 1.5rem;height:56px}.reports-topbar{padding:.75rem 1.5rem}.reports-body{padding:1.25rem 1.5rem}.filter-card-body{padding:1.25rem}.filter-row{flex-direction:row;gap:1rem}.filter-field--full{flex:1 1 100%}.filter-actions{flex-direction:row}.filter-actions .dx-button{flex:1 1}.report-chart-wrap{min-height:340px}.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.reports-body{padding:1.5rem 2rem;width:100%;max-width:min(1600px,100%);margin-left:auto;margin-right:auto}.filter-card-body{padding:1.5rem;gap:1rem}.sidebar{width:300px}.report-chart-wrap{min-height:400px}.dashboard-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.login-page{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:#1a1a2e;position:relative;overflow:hidden;padding:1rem}.login-bg-pattern{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 20% 80%,hsla(39,45%,61%,.08) 0,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 20%,hsla(39,45%,61%,.06) 0,transparent 50%);pointer-events:none}.login-card{position:relative;width:100%;max-width:380px;padding:2.5rem 2rem 2rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(39,45%,61%,.15);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-logo{display:flex;justify-content:center;margin-bottom:1.25rem}.login-title{margin:0 0 .25rem;font-size:1.35rem;font-weight:700;color:#e8e8ec;text-align:center;letter-spacing:.02em}.login-subtitle{margin:0 0 1.75rem;font-size:.85rem;color:hsla(39,45%,61%,.7);text-align:center;text-transform:uppercase;letter-spacing:.15em;font-weight:500}.login-form{gap:1.25rem}.login-field,.login-form{display:flex;flex-direction:column}.login-field{gap:.4rem}.login-label{font-size:.8rem;color:rgba(232,232,236,.6);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.login-input{padding:.85rem 1rem;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;font-size:1rem;color:#e8e8ec;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;font-family:inherit}.login-input::placeholder{color:rgba(232,232,236,.25)}.login-input:focus{outline:none;border-color:hsla(39,45%,61%,.5);box-shadow:0 0 0 3px hsla(39,45%,61%,.1)}.login-error{margin:0;padding:.65rem .85rem;font-size:.875rem;color:#f87171;background:hsla(0,91%,71%,.08);border:1px solid hsla(0,91%,71%,.2);border-radius:8px}.login-button{margin-top:.5rem;padding:.9rem 1rem;background:linear-gradient(135deg,#c8a96e,#a8884e);color:#1a1a2e;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;letter-spacing:.03em;transition:opacity .2s,transform .1s;-webkit-appearance:none;font-family:inherit;min-height:48px}.login-button:hover:not(:disabled){opacity:.9}.login-button:active:not(:disabled){transform:scale(.98)}.login-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.login-card{padding:2rem 1.5rem 1.75rem;border-radius:12px}}.reports-topbar-user{margin-left:auto;padding:.35rem .75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;font-family:inherit;transition:background .15s,color .15s;white-space:nowrap}.reports-topbar-user:hover{background:var(--color-border);color:var(--color-text)}.reports-header .reports-topbar-user{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.25);color:hsla(0,0%,100%,.9)}.reports-header .reports-topbar-user:hover{background:hsla(0,0%,100%,.2);color:#fff}.change-password-section{display:flex;justify-content:center;padding:1rem 0}.change-password-card{width:100%;max-width:420px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.5rem}.change-password-title{margin:0 0 1.25rem;font-size:1.1rem;font-weight:700;color:var(--color-text)}.change-password-form{display:flex;flex-direction:column;gap:1rem}.change-password-field{display:flex;flex-direction:column;gap:.3rem}.change-password-label{font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.change-password-input{padding:.65rem .85rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.95rem;color:var(--color-text);font-family:inherit;transition:border-color .2s,box-shadow .2s}.change-password-input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px hsla(39,45%,61%,.12)}.change-password-error{margin:0;padding:.6rem .85rem;font-size:.875rem;color:var(--color-error);background:var(--color-error-bg);border:1px solid rgba(220,38,38,.2);border-radius:var(--radius-sm)}.change-password-success{margin:0;padding:.6rem .85rem;font-size:.875rem;color:#16a34a;background:#f0fdf4;border:1px solid rgba(22,163,74,.2);border-radius:var(--radius-sm)}.change-password-btn{margin-top:.25rem;padding:.75rem 1rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s;min-height:44px}.change-password-btn:hover:not(:disabled){background:var(--color-primary-light)}.change-password-btn:disabled{opacity:.6;cursor:not-allowed}.layout-wrap{display:flex;flex-direction:column;min-height:100vh}.layout-main{flex:1 0 auto;padding-bottom:var(--app-footer-height)}.app-footer{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:.5rem 1rem;min-height:var(--app-footer-height);background:var(--color-footer-bg);color:var(--color-footer-text);font-size:.8rem;line-height:1.4;box-shadow:0 -1px 4px rgba(0,0,0,.08)}.app-footer-line{margin:0}.app-footer-line+.app-footer-line{margin-top:.15rem}.app-footer-license-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.app-footer-license-btn{font-family:inherit;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:var(--radius-sm);border:1px solid var(--color-footer-text);background:transparent;color:var(--color-footer-text);cursor:pointer}.app-footer-license-btn:hover{opacity:.9}.app-footer-license-line-btn{font:inherit;font-size:inherit;color:inherit;background:none;border:none;padding:0;margin:0;cursor:pointer;text-align:left;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px}.app-footer-license-line-btn:hover:not(:disabled){opacity:.92}.app-footer-license-line-btn:disabled{cursor:wait;text-decoration:none;opacity:.85}.license-modal-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:1rem}.license-modal{width:100%;max-width:420px;background:var(--color-surface);color:var(--color-text);border-radius:var(--radius-md);padding:1.25rem 1.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--color-border)}.license-modal-title{margin:0 0 .75rem;font-size:1.1rem}.license-modal-hint{margin:0 0 1rem;font-size:.875rem;color:var(--color-text-muted);line-height:1.45}.license-modal-label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.35rem}.license-modal-input{width:100%;box-sizing:border-box;padding:.5rem .65rem;font-size:.95rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-family:inherit}.license-modal-input-readonly{background:var(--color-bg-muted,rgba(0,0,0,.04));color:var(--color-text-muted);cursor:default}.license-modal-error{margin:.65rem 0 0;font-size:.85rem;color:var(--color-error);font-weight:600}.license-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}.license-modal-request-success{margin:0 0 1rem;font-size:.875rem;line-height:1.45;color:var(--color-success,#16a34a);font-weight:600}.license-modal-request-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.license-modal-btn{font-family:inherit;font-size:.875rem;font-weight:600;padding:.45rem .85rem;border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--color-border)}.license-modal-btn.secondary{background:var(--color-surface);color:var(--color-text)}.license-modal-btn.primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.license-modal-btn:disabled{opacity:.65;cursor:not-allowed}.configurare-grid-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:visible;box-shadow:var(--shadow-sm);padding:1rem}@media print{.filter-card,.hamburger-btn,.reports-empty-btn,.reports-header,.reports-topbar,.sidebar,.sidebar-overlay{display:none!important}.reports-body{padding:0}.report-grid-wrap{overflow:visible}.report-chart-wrap{page-break-inside:avoid}.app-footer,body.print-configurare .dx-datagrid-header-panel{display:none!important}body.print-configurare .configurare-grid-card{border:none!important;box-shadow:none!important;padding:0!important}body.print-configurare .dx-datagrid{width:100%!important}}.chat-toggle-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--radius-sm);cursor:pointer;color:#fff;flex-shrink:0;transition:background .15s;margin-right:.5rem}.chat-toggle-btn:hover{background:hsla(0,0%,100%,.22)}[data-theme=light] .chat-toggle-btn{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-primary)}[data-theme=light] .chat-toggle-btn:hover{background:var(--color-border);color:var(--color-primary-light)}.chat-panel-overlay{left:0;background:rgba(0,0,0,.35);z-index:48}.chat-panel,.chat-panel-overlay{position:fixed;top:52px;right:0;bottom:0}.chat-panel{width:100vw;max-width:360px;background:var(--color-surface);z-index:49;transform:translateX(100%);transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:var(--shadow-lg);border-left:1px solid var(--color-border)}.chat-panel--open{transform:translateX(0)}.chat-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:var(--color-primary);color:#fff;flex-shrink:0;min-height:52px;gap:.5rem}.chat-panel-header-info{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1 1}.chat-panel-title{font-size:.95rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.chat-panel-subtitle{font-size:.72rem;opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-panel-header-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.chat-panel-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:hsla(0,0%,100%,.1);border:none;border-radius:6px;cursor:pointer;color:#fff;transition:background .15s}.chat-panel-icon-btn:hover{background:hsla(0,0%,100%,.2)}.chat-panel-icon-btn:disabled{opacity:.35;cursor:not-allowed}.chat-panel-messages{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;scroll-behavior:smooth;background:var(--color-bg)}.chat-panel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1 1;padding:2rem 1rem;gap:.6rem;color:var(--color-text-muted);font-size:.875rem;line-height:1.5}.chat-panel-empty p{margin:0}.chat-panel-empty-hint{font-size:.8rem;opacity:.75}.chat-panel-empty svg{opacity:.3;margin-bottom:.5rem}.chat-message{display:flex;flex-direction:column}.chat-message--user{align-items:flex-end}.chat-message--assistant{align-items:flex-start}.chat-message-bubble{max-width:88%;padding:.6rem .85rem;border-radius:var(--radius-md);font-size:.875rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.chat-message--user .chat-message-bubble{background:var(--color-primary);color:#fff;border-bottom-right-radius:4px}.chat-message--assistant .chat-message-bubble{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-bottom-left-radius:4px}.chat-message--error .chat-message-bubble{background:var(--color-error-bg);border-color:rgba(220,38,38,.2);color:var(--color-error)}.chat-streaming-cursor{display:inline-block;width:7px;height:7px;background:currentColor;border-radius:50%;margin-left:3px;vertical-align:middle;animation:chat-cursor-blink 1s step-end infinite}@keyframes chat-cursor-blink{0%,to{opacity:1}50%{opacity:0}}.chat-panel-error{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:var(--color-error-bg);border-top:1px solid rgba(220,38,38,.15);color:var(--color-error);font-size:.8rem;flex-shrink:0}.chat-panel-input-area{padding:.75rem .875rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;background:var(--color-surface)}.chat-panel-input{width:100%;resize:none;padding:.6rem .8rem;font-size:.875rem;font-family:inherit;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);line-height:1.5;transition:border-color .15s;min-height:56px}.chat-panel-input:focus{outline:none;border-color:var(--color-accent)}.chat-panel-input:disabled{opacity:.6;cursor:not-allowed}.chat-panel-input-actions{display:flex;justify-content:flex-end}.chat-panel-send-btn,.chat-panel-stop-btn{display:flex;align-items:center;gap:.4rem;padding:.45rem 1rem;border:none;border-radius:var(--radius-sm);font-size:.82rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .15s,background .15s;min-height:36px}.chat-panel-send-btn{background:var(--color-primary);color:#fff}.chat-panel-send-btn:hover:not(:disabled){background:var(--color-primary-light)}.chat-panel-send-btn:disabled{opacity:.45;cursor:not-allowed}.chat-panel-stop-btn{background:var(--color-error);color:#fff}.chat-panel-stop-btn:hover{opacity:.85}.chat-suggestion-chips{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-top:.75rem}.chat-suggestion-chip{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);border-radius:1rem;color:inherit;cursor:pointer;font-size:.72rem;padding:.3rem .7rem;transition:background .15s,border-color .15s;white-space:nowrap}.chat-suggestion-chip:hover:not(:disabled){background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.35)}.chat-suggestion-chip:disabled{opacity:.4;cursor:not-allowed}[data-theme=light] .chat-suggestion-chip{background:var(--color-bg);border-color:var(--color-border);color:var(--color-text)}[data-theme=light] .chat-suggestion-chip:hover:not(:disabled){background:var(--color-border)}.ai-action-pending{display:flex;align-items:center;gap:3px;padding:0 .25rem}.ai-action-pending-dot{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.7;animation:ai-pending-bounce 1.2s ease-in-out infinite}.ai-action-pending-dot:first-child{animation-delay:0s}.ai-action-pending-dot:nth-child(2){animation-delay:.2s}.ai-action-pending-dot:nth-child(3){animation-delay:.4s}@keyframes ai-pending-bounce{0%,80%,to{transform:translateY(0);opacity:.7}40%{transform:translateY(-4px);opacity:1}}@media (min-width:640px){.chat-panel,.chat-panel-overlay{top:56px}}@media (min-width:900px){.chat-panel{max-width:380px}}