.dashboard-module__XABe8G__dashLayout{background:var(--surface-0);min-height:100vh;display:flex}.dashboard-module__XABe8G__sidebar{background:var(--surface-1);border-right:1px solid var(--border-color);z-index:50;width:260px;transition:transform var(--duration-normal) var(--ease-out);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.dashboard-module__XABe8G__sidebarHeader{border-bottom:1px solid var(--border-color);padding:1.25rem 1.5rem}.dashboard-module__XABe8G__sidebarLogo{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.3rem;font-weight:700;text-decoration:none;display:flex}.dashboard-module__XABe8G__sidebarLogoIcon{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem}.dashboard-module__XABe8G__sidebarNav{flex:1;padding:1rem .75rem;overflow-y:auto}.dashboard-module__XABe8G__navSection{margin-bottom:1.5rem}.dashboard-module__XABe8G__navSectionTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem;padding:0 .75rem;font-size:.7rem;font-weight:600}.dashboard-module__XABe8G__navItem{border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--duration-fast) var(--ease-out);cursor:pointer;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.dashboard-module__XABe8G__navItem:hover{color:var(--text-primary);background:#6c3ae014}.dashboard-module__XABe8G__navItemActive{color:var(--vivuk-primary-light);background:#6c3ae026}.dashboard-module__XABe8G__navItemIcon{text-align:center;width:24px;font-size:1.15rem}.dashboard-module__XABe8G__navItemBadge{color:#ef4444;border-radius:var(--radius-full);background:#ef444426;margin-left:auto;padding:2px 8px;font-size:.7rem;font-weight:700}.dashboard-module__XABe8G__sidebarFooter{border-top:1px solid var(--border-color);padding:1rem 1.5rem}.dashboard-module__XABe8G__userInfo{align-items:center;gap:.75rem;display:flex}.dashboard-module__XABe8G__userAvatar{background:var(--gradient-brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.dashboard-module__XABe8G__userName{color:var(--text-primary);font-size:.85rem;font-weight:600}.dashboard-module__XABe8G__userRole{color:var(--text-muted);font-size:.7rem}.dashboard-module__XABe8G__main{flex:1;max-width:calc(100vw - 260px);margin-left:260px;padding:2rem}.dashboard-module__XABe8G__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.dashboard-module__XABe8G__pageTitle{font-family:var(--font-display);font-size:1.75rem;font-weight:700}.dashboard-module__XABe8G__pageSubtitle{color:var(--text-muted);margin-top:.25rem;font-size:.9rem}.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.dashboard-module__XABe8G__statCard{background:var(--gradient-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:border-color var(--duration-fast) var(--ease-out);padding:1.25rem}.dashboard-module__XABe8G__statCard:hover{border-color:var(--border-hover)}.dashboard-module__XABe8G__statCardHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.dashboard-module__XABe8G__statCardLabel{color:var(--text-muted);font-size:.8rem;font-weight:500}.dashboard-module__XABe8G__statCardIcon{font-size:1.3rem}.dashboard-module__XABe8G__statCardValue{font-family:var(--font-display);font-size:1.75rem;font-weight:700}.dashboard-module__XABe8G__statCardChange{margin-top:.25rem;font-size:.75rem}.dashboard-module__XABe8G__statCardUp{color:var(--vivuk-success)}.dashboard-module__XABe8G__statCardDown{color:var(--vivuk-danger)}.dashboard-module__XABe8G__tableContainer{background:var(--gradient-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden}.dashboard-module__XABe8G__tableHeader{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.dashboard-module__XABe8G__tableTitle{font-family:var(--font-display);font-size:1.1rem;font-weight:600}.dashboard-module__XABe8G__tableActions{gap:.5rem;display:flex}.dashboard-module__XABe8G__searchInput{background:var(--surface-2);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;width:220px;padding:.5rem 1rem;font-size:.85rem}.dashboard-module__XABe8G__searchInput:focus{border-color:var(--vivuk-primary-light)}.dashboard-module__XABe8G__dataTable{border-collapse:collapse;width:100%}.dashboard-module__XABe8G__dataTable th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--surface-2);border-bottom:1px solid var(--border-color);padding:.75rem 1.5rem;font-size:.75rem;font-weight:600}.dashboard-module__XABe8G__dataTable td{color:var(--text-secondary);border-bottom:1px solid #8c5cf60f;padding:.85rem 1.5rem;font-size:.9rem}.dashboard-module__XABe8G__dataTable tbody tr:hover{background:#6c3ae00a}.dashboard-module__XABe8G__dataTable tbody tr:last-child td{border-bottom:none}.dashboard-module__XABe8G__status{border-radius:var(--radius-full);align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.dashboard-module__XABe8G__statusActive{color:#10b981;background:#10b9811f}.dashboard-module__XABe8G__statusPending{color:#f59e0b;background:#f59e0b1f}.dashboard-module__XABe8G__statusOverdue{color:#ef4444;background:#ef44441f}.dashboard-module__XABe8G__statusDraft{color:var(--text-muted);background:#a0a0c01f}.dashboard-module__XABe8G__statusPaid{color:var(--vivuk-accent);background:#14f0c51f}.dashboard-module__XABe8G__emptyState{text-align:center;padding:4rem 2rem}.dashboard-module__XABe8G__emptyIcon{margin-bottom:1rem;font-size:3rem}.dashboard-module__XABe8G__emptyTitle{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.dashboard-module__XABe8G__emptyText{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.dashboard-module__XABe8G__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dashboard-module__XABe8G__formGridFull{grid-column:1/-1}.dashboard-module__XABe8G__formSection{background:var(--gradient-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.5rem}.dashboard-module__XABe8G__formSectionTitle{font-family:var(--font-display);border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.75rem;font-size:1rem;font-weight:600}.dashboard-module__XABe8G__kycGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.dashboard-module__XABe8G__kycCard{background:var(--gradient-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--duration-normal) var(--ease-out);padding:1.5rem}.dashboard-module__XABe8G__kycCard:hover{border-color:var(--border-hover)}.dashboard-module__XABe8G__kycCardHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.dashboard-module__XABe8G__kycCardIcon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.dashboard-module__XABe8G__kycCardTitle{font-size:.95rem;font-weight:600}.dashboard-module__XABe8G__kycCardStatus{margin-top:2px;font-size:.75rem}.dashboard-module__XABe8G__kycCardBody{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.dashboard-module__XABe8G__kycCardAction{margin-top:1rem}@media (max-width:768px){.dashboard-module__XABe8G__sidebar{transform:translate(-100%)}.dashboard-module__XABe8G__main{max-width:100vw;margin-left:0}.dashboard-module__XABe8G__formGrid{grid-template-columns:1fr}.dashboard-module__XABe8G__statsGrid{grid-template-columns:1fr 1fr}}
.auth-module__5EVD5G__authPage{background:var(--surface-0);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.auth-module__5EVD5G__authGlow{pointer-events:none;background:radial-gradient(#6c3ae026 0%,#0000 60%);width:500px;height:500px;position:absolute;top:10%;left:50%;transform:translate(-50%)}.auth-module__5EVD5G__authCard{z-index:1;background:var(--gradient-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;max-width:440px;padding:2.5rem;position:relative}.auth-module__5EVD5G__authLogo{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.auth-module__5EVD5G__logoIcon{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem}.auth-module__5EVD5G__authTitle{font-family:var(--font-display);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.auth-module__5EVD5G__authSubtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.auth-module__5EVD5G__authError{color:#ef4444;border-radius:var(--radius-sm);background:#ef44441a;border:1px solid #ef44444d;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.auth-module__5EVD5G__authForm{flex-direction:column;gap:1rem;display:flex}.auth-module__5EVD5G__field{flex-direction:column;gap:.35rem;display:flex}.auth-module__5EVD5G__field label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.auth-module__5EVD5G__field input,.auth-module__5EVD5G__field select,.auth-module__5EVD5G__field textarea{background:var(--surface-2);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);font-family:var(--font-primary);transition:border-color var(--duration-fast) var(--ease-out);outline:none;padding:.75rem 1rem;font-size:.95rem}.auth-module__5EVD5G__field input:focus,.auth-module__5EVD5G__field select:focus,.auth-module__5EVD5G__field textarea:focus{border-color:var(--vivuk-primary-light);box-shadow:0 0 0 3px #6c3ae026}.auth-module__5EVD5G__field input::placeholder{color:var(--text-muted)}.auth-module__5EVD5G__field textarea{resize:vertical;min-height:80px}.auth-module__5EVD5G__field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23A0A0C0' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.auth-module__5EVD5G__roleSelector{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.auth-module__5EVD5G__roleBtn{background:var(--surface-2);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);font-size:.8rem;font-weight:500;font-family:var(--font-primary);padding:.75rem .5rem}.auth-module__5EVD5G__roleBtn:hover{border-color:var(--border-hover)}.auth-module__5EVD5G__roleActive{border-color:var(--vivuk-primary-light);color:var(--vivuk-primary-light);background:#6c3ae026}.auth-module__5EVD5G__authBtn{width:100%;margin-top:.5rem}.auth-module__5EVD5G__authSwitch{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.85rem}.auth-module__5EVD5G__authSwitch a{color:var(--vivuk-accent);font-weight:600}.auth-module__5EVD5G__authSwitch a:hover{text-decoration:underline}
