.Dashboard-module__8Mmpzq__container{margin-top:var(--header-height);margin-left:var(--sidebar-width);min-height:calc(100vh - var(--header-height));animation:Dashboard-module__8Mmpzq__pageFadeIn .3s var(--transition-slow);flex-direction:column;gap:2rem;padding:2rem;display:flex}@keyframes Dashboard-module__8Mmpzq__pageFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__8Mmpzq__flexHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Dashboard-module__8Mmpzq__titleArea{flex-direction:column;gap:.25rem;display:flex}.Dashboard-module__8Mmpzq__title{font-family:var(--font-heading);color:#fff;font-size:1.75rem;font-weight:700}.Dashboard-module__8Mmpzq__subtitle{color:var(--text-secondary);font-size:.9rem}.Dashboard-module__8Mmpzq__grid4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.Dashboard-module__8Mmpzq__grid3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Dashboard-module__8Mmpzq__grid2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:1200px){.Dashboard-module__8Mmpzq__grid4{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.Dashboard-module__8Mmpzq__grid3,.Dashboard-module__8Mmpzq__grid2{grid-template-columns:1fr}}@media (max-width:600px){.Dashboard-module__8Mmpzq__grid4{grid-template-columns:1fr}.Dashboard-module__8Mmpzq__flexHeader{flex-direction:column;align-items:flex-start}}.Dashboard-module__8Mmpzq__cardStat{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.Dashboard-module__8Mmpzq__cardStat:after{content:"";background:var(--primary);width:4px;height:100%;position:absolute;top:0;left:0}.Dashboard-module__8Mmpzq__cardStatIncome:after{background:var(--success)}.Dashboard-module__8Mmpzq__cardStatExpense:after{background:var(--danger)}.Dashboard-module__8Mmpzq__cardStatWarning:after{background:var(--warning)}.Dashboard-module__8Mmpzq__statHeader{justify-content:space-between;align-items:center;display:flex}.Dashboard-module__8Mmpzq__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.Dashboard-module__8Mmpzq__statIcon{color:var(--text-muted);align-items:center;display:flex}.Dashboard-module__8Mmpzq__cardStatIncome .Dashboard-module__8Mmpzq__statIcon{color:#10b98166}.Dashboard-module__8Mmpzq__cardStatExpense .Dashboard-module__8Mmpzq__statIcon{color:#f43f5e66}.Dashboard-module__8Mmpzq__statValue{font-family:var(--font-heading);color:#fff;font-size:1.875rem;font-weight:700}.Dashboard-module__8Mmpzq__statMeta{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.Dashboard-module__8Mmpzq__trendUp{color:var(--success);align-items:center;font-weight:600;display:inline-flex}.Dashboard-module__8Mmpzq__trendDown{color:var(--danger);align-items:center;font-weight:600;display:inline-flex}.Dashboard-module__8Mmpzq__card{padding:1.5rem}.Dashboard-module__8Mmpzq__cardHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.Dashboard-module__8Mmpzq__cardTitle{font-family:var(--font-heading);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}.Dashboard-module__8Mmpzq__filterRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Dashboard-module__8Mmpzq__searchBox{border:1px solid var(--card-border);border-radius:var(--radius-md);background-color:#ffffff05;flex:1;align-items:center;gap:.5rem;min-width:250px;padding:.5rem 1rem;display:flex}.Dashboard-module__8Mmpzq__searchBox input{width:100%;font-size:.9rem}.Dashboard-module__8Mmpzq__filterControls{align-items:center;gap:.75rem;display:flex}.Dashboard-module__8Mmpzq__typeBadge{border-radius:var(--radius-sm);text-transform:uppercase;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.Dashboard-module__8Mmpzq__typeIncome{color:var(--success);background-color:#10b9811a;border:1px solid #10b98133}.Dashboard-module__8Mmpzq__typeExpense{color:var(--danger);background-color:#f43f5e1a;border:1px solid #f43f5e33}.Dashboard-module__8Mmpzq__typeReceivable{color:var(--info);background-color:#06b6d41a;border:1px solid #06b6d433}.Dashboard-module__8Mmpzq__typePayable{color:var(--warning);background-color:#f59e0b1a;border:1px solid #f59e0b33}.Dashboard-module__8Mmpzq__statusBadge{border-radius:var(--radius-full);align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.Dashboard-module__8Mmpzq__statusCompleted{color:#34d399;background-color:#10b98126}.Dashboard-module__8Mmpzq__statusPending{color:#fbbf24;background-color:#f59e0b26}.Dashboard-module__8Mmpzq__statusCancelled{color:#d1d5db;background-color:#9ca3af26}.Dashboard-module__8Mmpzq__warningBox{border-radius:var(--radius-md);background-color:#f59e0b0d;border:1px solid #f59e0b26;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.Dashboard-module__8Mmpzq__warningContent{flex-direction:column;gap:.25rem;display:flex}.Dashboard-module__8Mmpzq__warningTitle{color:var(--warning);font-size:.95rem;font-weight:600}.Dashboard-module__8Mmpzq__warningText{color:var(--text-secondary);font-size:.85rem}.Dashboard-module__8Mmpzq__emptyState{text-align:center;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.Dashboard-module__8Mmpzq__emptyIcon{color:var(--text-muted);font-size:3rem}.Dashboard-module__8Mmpzq__emptyText{max-width:400px;font-size:.95rem}.Dashboard-module__8Mmpzq__chartCard{grid-column:span 2}.Dashboard-module__8Mmpzq__sidebarBackdrop{display:none}@keyframes Dashboard-module__8Mmpzq__backdropFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:900px){.Dashboard-module__8Mmpzq__chartCard{grid-column:span 1!important}}@media (max-width:768px){.Dashboard-module__8Mmpzq__container{gap:1.5rem!important;margin-left:0!important;padding:1.25rem!important}.Dashboard-module__8Mmpzq__sidebarBackdrop{-webkit-backdrop-filter:blur(4px);z-index:95;background-color:#090d1699;animation:.2s ease-out Dashboard-module__8Mmpzq__backdropFadeIn;display:block;position:fixed;inset:0}}
.Documents-module__KyIyqW__builderGrid{grid-template-columns:1.2fr .8fr;align-items:start;gap:2rem;display:grid}@media (max-width:1024px){.Documents-module__KyIyqW__builderGrid{grid-template-columns:1fr}}.Documents-module__KyIyqW__itemRow{grid-template-columns:2.5fr 1fr 1.2fr .5fr;align-items:end;gap:.75rem;margin-bottom:.75rem;display:grid}.Documents-module__KyIyqW__itemHeader{color:var(--text-secondary);border-bottom:1px solid var(--card-border);grid-template-columns:2.5fr 1fr 1.2fr .5fr;gap:.75rem;margin-bottom:.5rem;padding-bottom:.25rem;font-size:.85rem;font-weight:600;display:grid}.Documents-module__KyIyqW__paperSheet{color:#0c111d;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg), 0 20px 25px -5px #0000004d;background-color:#fff;flex-direction:column;justify-content:space-between;min-height:297mm;padding:3rem;font-family:Outfit,sans-serif;display:flex;position:relative}.Documents-module__KyIyqW__paperHeader{border-bottom:2px solid #e4e7ec;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.Documents-module__KyIyqW__companyName{font-family:var(--font-heading);color:var(--primary-hover);letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.Documents-module__KyIyqW__companyMeta{color:#475467;font-size:.875rem;line-height:1.4}.Documents-module__KyIyqW__docTitle{text-align:right}.Documents-module__KyIyqW__docTitleText{font-family:var(--font-heading);text-transform:uppercase;color:#1d2939;letter-spacing:.05em;font-size:2.25rem;font-weight:800}.Documents-module__KyIyqW__docNoLabel{color:#475467;margin-top:.25rem;font-size:.875rem;font-weight:600}.Documents-module__KyIyqW__docNoVal{font-family:var(--font-mono);color:#101828;font-size:1.1rem;font-weight:700}.Documents-module__KyIyqW__metaGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}.Documents-module__KyIyqW__metaCol{flex-direction:column;gap:.35rem;display:flex}.Documents-module__KyIyqW__metaLabel{text-transform:uppercase;color:#667085;letter-spacing:.05em;font-size:.75rem;font-weight:700}.Documents-module__KyIyqW__metaVal{color:#1d2939;font-size:.95rem;font-weight:500;line-height:1.4}.Documents-module__KyIyqW__metaValBold{color:#101828;font-size:1.1rem;font-weight:700}.Documents-module__KyIyqW__invoiceTable{border-collapse:collapse;width:100%;margin-bottom:2.5rem}.Documents-module__KyIyqW__invoiceTable th{color:#475467;text-transform:uppercase;letter-spacing:.05em;text-align:left;background-color:#f8f9fa;border-bottom:2px solid #eaecf0;padding:.75rem 1rem;font-size:.75rem;font-weight:700}.Documents-module__KyIyqW__invoiceTable th:nth-child(2),.Documents-module__KyIyqW__invoiceTable th:nth-child(3),.Documents-module__KyIyqW__invoiceTable th:nth-child(4){text-align:right}.Documents-module__KyIyqW__invoiceTable td{color:#344054;border-bottom:1px solid #f2f4f7;padding:1rem;font-size:.95rem;line-height:1.4}.Documents-module__KyIyqW__invoiceTable td:nth-child(2),.Documents-module__KyIyqW__invoiceTable td:nth-child(3),.Documents-module__KyIyqW__invoiceTable td:nth-child(4){text-align:right}.Documents-module__KyIyqW__invoiceTable tr:last-child td{border-bottom:2px solid #eaecf0}.Documents-module__KyIyqW__totalsContainer{justify-content:flex-end;margin-bottom:3rem;display:flex}.Documents-module__KyIyqW__totalsTable{border-collapse:collapse;width:300px}.Documents-module__KyIyqW__totalsTable td{color:#475467;padding:.5rem 1rem;font-size:.95rem}.Documents-module__KyIyqW__totalsTable td:last-child{text-align:right;color:#101828;font-weight:600}.Documents-module__KyIyqW__totalRow td{border-top:1px solid #eaecf0;padding-top:.75rem;color:#101828!important;font-size:1.1rem!important;font-weight:700!important}.Documents-module__KyIyqW__totalRow td:last-child{color:var(--primary-hover)!important}.Documents-module__KyIyqW__footerArea{border-top:2px solid #eaecf0;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:2rem;display:flex}.Documents-module__KyIyqW__verificationStamp{border-radius:var(--radius-md);background-color:#fcfcfd;border:1px solid #d0d5dd;align-items:center;gap:1rem;max-width:380px;padding:.75rem 1rem;display:flex}.Documents-module__KyIyqW__qrCodePlaceholder{color:#667085;background-color:#fff;border:1px solid #e4e7ec;border-radius:4px;justify-content:center;align-items:center;width:64px;height:64px;font-size:.5rem;display:flex}.Documents-module__KyIyqW__stampInfo{flex-direction:column;gap:.25rem;display:flex}.Documents-module__KyIyqW__stampTitle{color:#059669;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;display:flex}.Documents-module__KyIyqW__stampText{color:#475467;font-size:.7rem;line-height:1.3}.Documents-module__KyIyqW__stampLink{font-size:.65rem;font-family:var(--font-mono);color:var(--primary-hover);word-break:break-all;font-weight:600}.Documents-module__KyIyqW__signatureBox{text-align:center;flex-direction:column;align-items:center;width:200px;display:flex}.Documents-module__KyIyqW__signatureRender{object-fit:contain;border-bottom:1px solid #98a2b3;width:150px;height:60px;margin-bottom:.5rem}.Documents-module__KyIyqW__signerName{color:#101828;font-size:.9rem;font-weight:700}.Documents-module__KyIyqW__signerTitle{color:#667085;font-size:.75rem}@media print{.Documents-module__KyIyqW__paperSheet{box-shadow:none!important;border-radius:0!important;min-height:auto!important;padding:0!important}}@media (max-width:600px){.Documents-module__KyIyqW__itemRow{border-bottom:1px solid var(--card-border);padding-bottom:1rem;grid-template-columns:1fr!important;gap:.5rem!important}.Documents-module__KyIyqW__itemHeader{display:none!important}.Documents-module__KyIyqW__paperSheet{padding:1.5rem!important}.Documents-module__KyIyqW__paperHeader{flex-direction:column;align-items:flex-start;gap:1rem}.Documents-module__KyIyqW__docTitle{text-align:left!important}.Documents-module__KyIyqW__metaGrid{grid-template-columns:1fr!important;gap:1.5rem!important}.Documents-module__KyIyqW__metaCol:last-child{text-align:left!important;align-items:flex-start!important}.Documents-module__KyIyqW__totalsContainer{justify-content:flex-start!important}.Documents-module__KyIyqW__totalsTable{width:100%!important}.Documents-module__KyIyqW__footerArea{gap:2rem;flex-direction:column!important;align-items:center!important}.Documents-module__KyIyqW__verificationStamp{max-width:100%!important}}
.UI-module__aJ6SLa__sidebar{width:var(--sidebar-width);border-right:1px solid var(--card-border);z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#111827f2;flex-direction:column;height:100vh;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.UI-module__aJ6SLa__logoContainer{align-items:center;gap:.75rem;margin-bottom:2.5rem;padding-left:.5rem;display:flex}.UI-module__aJ6SLa__logoText{font-family:var(--font-heading);letter-spacing:-.025em;background:linear-gradient(135deg,#a5b4fc 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.25rem;font-weight:700}.UI-module__aJ6SLa__navLinks{flex-direction:column;flex:1;gap:.5rem;display:flex}.UI-module__aJ6SLa__navLink{border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;display:flex}.UI-module__aJ6SLa__navLink:hover{color:var(--text-primary);background-color:#ffffff0d}.UI-module__aJ6SLa__navActive{color:#fff;box-shadow:0 4px 12px #6366f159;background-color:var(--primary)!important}.UI-module__aJ6SLa__logoutContainer{border-top:1px solid var(--card-border);margin-top:auto;padding-top:1rem}.UI-module__aJ6SLa__logoutButton{border-radius:var(--radius-md);width:100%;color:var(--danger);cursor:pointer;transition:all var(--transition-fast);align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;display:flex}.UI-module__aJ6SLa__logoutButton:hover{background-color:#f43f5e1a}.UI-module__aJ6SLa__header{height:var(--header-height);width:calc(100% - var(--sidebar-width));margin-left:var(--sidebar-width);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border);z-index:90;background-color:#090d16cc;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;right:0}.UI-module__aJ6SLa__headerTitle{font-family:var(--font-heading);font-size:1.25rem;font-weight:600}.UI-module__aJ6SLa__headerProfile{align-items:center;gap:1rem;display:flex}.UI-module__aJ6SLa__userEmail{color:var(--text-secondary);font-size:.9rem}.UI-module__aJ6SLa__badge{border-radius:var(--radius-full);text-transform:uppercase;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.UI-module__aJ6SLa__badgeAdmin{background-color:var(--primary-glow);color:#c7d2fe;border:1px solid #6366f166}.UI-module__aJ6SLa__badgeUser{color:var(--text-secondary);background-color:#9ca3af1a;border:1px solid #9ca3af33}.UI-module__aJ6SLa__btn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.95rem;font-weight:500;display:inline-flex}.UI-module__aJ6SLa__btnPrimary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px var(--primary-glow)}.UI-module__aJ6SLa__btnPrimary:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.UI-module__aJ6SLa__btnSecondary{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--card-border)}.UI-module__aJ6SLa__btnSecondary:hover{background-color:#ffffff14}.UI-module__aJ6SLa__btnDanger{background-color:var(--danger);color:#fff}.UI-module__aJ6SLa__btnDanger:hover{background-color:#e11d48}.UI-module__aJ6SLa__btnSuccess{background-color:var(--success);color:#fff}.UI-module__aJ6SLa__btnSuccess:hover{background-color:#059669}.UI-module__aJ6SLa__btnOutline{border:1px solid var(--card-border);color:var(--text-secondary)}.UI-module__aJ6SLa__btnOutline:hover{color:var(--text-primary);border-color:var(--text-muted)}.UI-module__aJ6SLa__btnIcon{border-radius:var(--radius-sm);border:1px solid var(--card-border);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background-color:#ffffff08;justify-content:center;align-items:center;padding:.5rem;display:flex}.UI-module__aJ6SLa__btnIcon:hover{color:var(--text-primary);border-color:var(--text-muted);background-color:#ffffff14}.UI-module__aJ6SLa__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background-color:#0009;justify-content:center;align-items:center;animation:.2s ease-out UI-module__aJ6SLa__modalFadeIn;display:flex;position:fixed;inset:0}.UI-module__aJ6SLa__modalContent{border-radius:var(--radius-lg);width:100%;max-width:550px;max-height:90vh;animation:UI-module__aJ6SLa__modalSlideUp .3s var(--transition-slow);padding:2rem;overflow-y:auto}@keyframes UI-module__aJ6SLa__modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes UI-module__aJ6SLa__modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.UI-module__aJ6SLa__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.UI-module__aJ6SLa__modalTitle{font-family:var(--font-heading);font-size:1.5rem;font-weight:600}.UI-module__aJ6SLa__modalClose{color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast)}.UI-module__aJ6SLa__modalClose:hover{color:var(--text-primary)}.UI-module__aJ6SLa__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.UI-module__aJ6SLa__formGrid2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.UI-module__aJ6SLa__formGrid3{grid-template-columns:1.2fr .8fr .8fr;gap:1rem;display:grid}@media (max-width:768px){.UI-module__aJ6SLa__formGrid2,.UI-module__aJ6SLa__formGrid3{grid-template-columns:1fr!important}}.UI-module__aJ6SLa__label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.UI-module__aJ6SLa__input,.UI-module__aJ6SLa__select,.UI-module__aJ6SLa__textarea{border-radius:var(--radius-md);border:1px solid var(--card-border);width:100%;color:var(--text-primary);transition:all var(--transition-fast);background-color:#ffffff08;padding:.75rem 1rem;font-size:.95rem}.UI-module__aJ6SLa__input:focus,.UI-module__aJ6SLa__select:focus,.UI-module__aJ6SLa__textarea:focus{border-color:var(--primary);background-color:#ffffff0d;box-shadow:0 0 0 2px #6366f126}.UI-module__aJ6SLa__select option{background-color:var(--bg-secondary);color:var(--text-primary)}.UI-module__aJ6SLa__textarea{resize:vertical;min-height:100px}.UI-module__aJ6SLa__formActions{justify-content:flex-end;align-items:center;gap:1rem;margin-top:2rem;display:flex}.UI-module__aJ6SLa__signatureContainer{border:1px dashed var(--card-border);border-radius:var(--radius-md);background-color:#090d1680;padding:.5rem;position:relative}.UI-module__aJ6SLa__signatureCanvas{border-radius:var(--radius-sm);cursor:crosshair;background-color:#0b0f19;width:100%;height:180px;display:block}.UI-module__aJ6SLa__signatureActions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.UI-module__aJ6SLa__signatureClear{color:var(--danger);cursor:pointer;background:0 0;border:none;font-size:.8rem;font-weight:500}.UI-module__aJ6SLa__signatureInputType{color:var(--text-secondary);cursor:pointer;font-size:.8rem}.UI-module__aJ6SLa__chartContainer{border-bottom:1px solid var(--card-border);border-left:1px solid var(--card-border);align-items:flex-end;width:100%;height:250px;margin-top:1.5rem;padding-bottom:2rem;padding-left:2.5rem;display:flex;position:relative}.UI-module__aJ6SLa__chartYAxis{color:var(--text-muted);flex-direction:column;justify-content:space-between;align-items:flex-end;padding-right:.5rem;font-size:.75rem;display:flex;position:absolute;top:0;bottom:2rem;left:-2.5rem}.UI-module__aJ6SLa__chartBarWrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;padding:0 .5rem;display:flex;position:relative}.UI-module__aJ6SLa__chartBar{width:100%;max-width:45px;transition:height .5s var(--transition-slow);cursor:pointer;border-radius:4px 4px 0 0;position:relative}.UI-module__aJ6SLa__chartBar:hover{filter:brightness(1.2)}.UI-module__aJ6SLa__chartBarTooltip{background-color:var(--bg-secondary);border:1px solid var(--card-border);border-radius:var(--radius-sm);white-space:nowrap;opacity:0;pointer-events:none;transition:all var(--transition-fast);box-shadow:var(--shadow-md);z-index:10;padding:.25rem .5rem;font-size:.75rem;position:absolute;top:-2.5rem;transform:translateY(5px)}.UI-module__aJ6SLa__chartBarWrapper:hover .UI-module__aJ6SLa__chartBarTooltip{opacity:1;transform:translateY(0)}.UI-module__aJ6SLa__chartBarLabel{color:var(--text-secondary);text-align:center;width:100%;font-size:.75rem;font-weight:500;position:absolute;bottom:-1.75rem}.UI-module__aJ6SLa__chartLegend{justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.UI-module__aJ6SLa__legendItem{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.UI-module__aJ6SLa__legendColor{border-radius:3px;width:12px;height:12px}.UI-module__aJ6SLa__tableContainer{width:100%;overflow-x:auto}.UI-module__aJ6SLa__table{border-collapse:collapse;text-align:left;width:100%}.UI-module__aJ6SLa__table th{color:var(--text-secondary);border-bottom:1px solid var(--card-border);text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.85rem;font-weight:600}.UI-module__aJ6SLa__table td{border-bottom:1px solid #ffffff08;padding:1rem;font-size:.95rem}.UI-module__aJ6SLa__table tr:last-child td{border-bottom:none}.UI-module__aJ6SLa__table tr:hover td{background-color:#ffffff03}.UI-module__aJ6SLa__hamburgerBtn{color:var(--text-primary);cursor:pointer;border-radius:var(--radius-sm);transition:background-color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:none}.UI-module__aJ6SLa__hamburgerBtn:hover{background-color:#ffffff0d}@media (max-width:768px){.UI-module__aJ6SLa__sidebar{transition:transform var(--transition-normal);transform:translate(-100%);box-shadow:10px 0 30px #00000080}.UI-module__aJ6SLa__sidebarOpen{transform:translate(0)!important}.UI-module__aJ6SLa__header{width:100%!important;margin-left:0!important;padding:0 1rem!important}.UI-module__aJ6SLa__hamburgerBtn{margin-right:.75rem;display:flex!important}}
