body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f3f4f6;color:#111827;overflow-x:hidden;width:100%;max-width:100%;box-sizing:border-box}*{box-sizing:border-box}button{font-family:inherit}.dash-btn{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;color:#35484c;transition:all .3s;font-family:inherit}.dash-btn:hover{border-color:#f04f00;color:#f04f00;transform:translateY(-2px)}.dash-btn-primary{background:#f04f00;color:#fff;border-color:#f04f00}.dash-btn-primary:hover{background:#d44400;border-color:#d44400;color:#fff}.dash-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-layout{min-height:100vh;display:flex;justify-content:center;align-items:center}.auth-card{background:#fff;padding:2.5rem 2.25rem;border-radius:18px;box-shadow:0 18px 40px #0f172a14;width:100%;max-width:420px}.auth-logo{font-weight:700;font-size:1.3rem;text-align:center;margin-bottom:1.5rem}.auth-tabs{display:flex;gap:.75rem;margin-bottom:1.5rem}.auth-tabs button{flex:1;padding:.7rem .8rem;border-radius:999px;border:none;background:#f3f4f6;font-weight:600;cursor:pointer;color:#374151}.auth-tabs button.active{background:#f04f00;color:#fff;box-shadow:0 4px 12px #f04f0059}.auth-alert{padding:.9rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem}.auth-alert-error{background:#fef2f2;color:#b91c1c}.auth-form .form-group{margin-bottom:1rem}.auth-form label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.9rem}.auth-form input{width:100%;padding:.75rem;border-radius:8px;border:1px solid #d1d5db;font-size:.95rem}.btn-primary{width:100%;padding:.9rem;border-radius:8px;border:none;background:#f04f00;color:#fff;font-weight:600;cursor:pointer}.dash-layout{min-height:100vh;display:flex;flex-direction:row;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.dash-content-wrapper{display:flex;flex-direction:column;flex:1;margin-left:260px;width:calc(100% - 260px);max-width:calc(100% - 260px);overflow-x:hidden;transition:margin-left .3s ease}.sidebar{position:fixed;left:0;top:0;width:260px;height:100vh;background:#35484c;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;z-index:100;box-shadow:2px 0 12px #00000026}.sidebar-header{padding:1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);background:#0000001a}.sidebar-logo{font-weight:700;font-size:1.1rem;color:#fff;letter-spacing:.5px}.sidebar-nav{flex:1;overflow-y:auto;padding:.75rem 0}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#0000001a}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sidebar-menu-item{margin-bottom:.25rem}.sidebar-menu-button{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border:none;background:transparent;color:#ffffffd9;font-size:.9rem;font-weight:500;cursor:pointer;text-align:left;transition:all .2s ease;border-left:3px solid transparent}.sidebar-menu-button:hover{background:#ffffff14;color:#fff}.sidebar-menu-button.active{background:#f04f0026;color:#f04f00;font-weight:600;border-left:3px solid #F04F00}.sidebar-menu-button.expanded{background:#ffffff0d}.sidebar-icon{font-size:1.1rem;width:20px;text-align:center}.sidebar-label{flex:1}.sidebar-arrow{font-size:.7rem;color:#fff9;transition:transform .2s ease}.sidebar-menu-button.expanded .sidebar-arrow{transform:rotate(90deg);color:#fffc}.sidebar-submenu{list-style:none;padding:0;margin:0;background:#00000026;border-top:1px solid rgba(255,255,255,.05)}.sidebar-submenu li{margin:0}.sidebar-submenu-item{width:100%;display:block;padding:.6rem 1.25rem .6rem 3rem;border:none;background:transparent;color:#ffffffb3;font-size:.85rem;cursor:pointer;text-align:left;transition:all .2s ease;border-left:3px solid transparent}.sidebar-submenu-item:hover{background:#ffffff14;color:#fffffff2}.sidebar-submenu-item.active{background:#f04f0033;color:#f04f00;font-weight:600;border-left:3px solid #F04F00}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.1);background:#00000026}.sidebar-user-info{text-align:center}.sidebar-user-name{font-weight:600;font-size:.9rem;color:#fff;margin-bottom:.25rem}.sidebar-user-role{font-size:.75rem;color:#ffffffb3;text-transform:capitalize}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .3s ease}.sidebar.open{transform:translate(0)}.dash-content-wrapper{margin-left:0}}.dash-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000000a}.dash-title{font-weight:700;color:#35484c;font-size:1.2rem}.dash-user{display:flex;align-items:center;gap:1rem}.dash-user{color:#35484c}.dash-user button{padding:.4rem .9rem;border-radius:6px;border:none;background:#f04f00;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.dash-user button:hover{background:#d44400;transform:translateY(-1px);box-shadow:0 4px 8px #f04f004d}.dash-chat-btn{background:#f04f00;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s;display:flex;align-items:center;gap:.5rem}.dash-chat-btn:hover{background:#d44400;transform:translateY(-2px);box-shadow:0 4px 12px #f04f004d}.dash-main{padding:1.5rem;max-width:100%;width:100%;margin:0;overflow-x:hidden;box-sizing:border-box}.dash-panel{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 8px 24px #0f172a0f;width:100%;max-width:100%;box-sizing:border-box}.dash-table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.9rem}.dash-table th,.dash-table td{padding:.6rem .5rem;border-bottom:1px solid #e5e7eb}.dash-table th{text-align:left;font-weight:600;font-size:.85rem;color:#6b7280}.dash-table button{padding:.3rem .7rem;border-radius:6px;border:none;background:#f04f00;color:#fff;font-size:.8rem;cursor:pointer}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;justify-content:center;align-items:center;z-index:1000;overflow-x:hidden;padding:2rem}.modal{background:#fff;border-radius:16px;width:90%;min-width:500px;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;overflow-x:hidden;box-shadow:0 20px 60px #0000004d}.modal-header{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}.modal-body{padding:1.5rem 2rem;overflow-y:auto;flex:1;min-height:0}@media (max-width: 768px){.modal-backdrop{padding:1rem}.modal{width:100%;min-width:unset;max-width:100%;max-height:95vh;border-radius:12px}.modal-body{padding:1rem 1.5rem}}.modal-close{border:none;background:none;font-size:1.3rem;cursor:pointer}.process-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.process-tabs button{border-radius:999px;border:none;padding:.4rem .9rem;font-size:.85rem;cursor:pointer;background:#f3f4f6}.process-tabs button.active{background:#f04f00;color:#fff}.tab-content{font-size:.9rem;overflow-x:hidden}.row-form{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.row-form input[type=file]{flex:1 1 200px}.row-form input[type=text]{flex:1 1 150px;padding:.4rem .5rem}.row-form button{padding:.4rem .9rem;border-radius:6px;border:none;background:#f04f00;color:#fff;cursor:pointer}.list{list-style:none;padding-left:0}.list li{padding:.4rem 0;border-bottom:1px solid #e5e7eb}.list a{color:#1d4ed8;text-decoration:none}.list .meta{display:block;font-size:.75rem;color:#6b7280}.messages-list{max-height:260px;overflow-y:auto;margin-bottom:1rem}.message{padding:.5rem .6rem;border-radius:8px;margin-bottom:.5rem;background:#f3f4f6}.message-admin{background:#eff6ff}.message-meta{font-size:.75rem;color:#6b7280;margin-bottom:.3rem}.message-body{font-size:.9rem}.column-form textarea{width:70%;max-width:70%;padding:.6rem;border-radius:8px;border:1px solid #d1d5db;margin-bottom:.5rem;resize:vertical}.column-form button{padding:.6rem 1rem;border-radius:6px;border:none;background:#f04f00;color:#fff;cursor:pointer}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center}.process-info{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.process-info p{margin:.5rem 0}.process-documents-section{margin-top:1.5rem}.process-documents-section h3{margin-bottom:1rem;font-size:1.1rem;color:#111827}.documents-flow-table{width:100%;border-collapse:collapse;margin-top:1rem;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.documents-flow-table thead{background:#35484c;color:#fff}.documents-flow-table th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.9rem;border-right:1px solid rgba(255,255,255,.1)}.documents-flow-table th:last-child{border-right:none}.documents-flow-table td{padding:1.25rem;vertical-align:top;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;max-height:500px;overflow-y:auto;overflow-x:hidden;word-wrap:break-word}.documents-flow-table td:last-child{border-right:none}.doc-list{display:flex;flex-direction:column;gap:.75rem;max-height:450px;overflow-y:auto;overflow-x:hidden;padding-right:.5rem}.doc-list::-webkit-scrollbar{width:6px}.doc-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.doc-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.doc-list::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.doc-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.doc-name{font-size:.85rem;color:#374151;flex:1}.doc-status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.doc-status.pending{background:#fef3c7;color:#92400e}.doc-status.received{background:#d1fae5;color:#065f46}.doc-status.sent{background:#dbeafe;color:#1e40af}.status-list{display:flex;flex-direction:column;gap:.5rem;max-height:450px;overflow-y:auto;overflow-x:hidden;padding-right:.5rem}.status-list::-webkit-scrollbar{width:6px}.status-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.status-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.status-list::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.status-badge{display:inline-block;padding:.4rem .75rem;background:#f3f4f6;color:#374151;border-radius:6px;font-size:.8rem;font-weight:500;border:1px solid #e5e7eb;width:100%;text-align:center}.status-badge.active{background:#f04f00;color:#fff;border-color:#f04f00;font-weight:600}.documents-checklists{display:flex;flex-direction:column;gap:2rem}.documents-checklist-section{background:#f9fafb;border-radius:8px;padding:1.5rem;border:1px solid #e5e7eb}.documents-checklist-section h3{margin:0 0 1rem;font-size:1rem;color:#111827;font-weight:600}.checklist-items{display:flex;flex-direction:column;gap:.75rem;max-height:500px;overflow-y:auto;overflow-x:hidden;padding-right:.5rem}.checklist-items::-webkit-scrollbar{width:6px}.checklist-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.checklist-items::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.checklist-items::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.checklist-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#fff;border-radius:6px;border:1px solid #e5e7eb;transition:all .2s ease}.checklist-item:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.checklist-item-content{display:flex;align-items:center;gap:.75rem;flex:1}.checklist-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#F04F00}.checklist-item-content label{font-size:.9rem;color:#374151;cursor:pointer;flex:1;margin:0}.checklist-item-content label.received{color:#065f46;font-weight:500;text-decoration:line-through}.checklist-item-content label.sent{color:#1e40af;font-weight:500;text-decoration:line-through}.checklist-item-actions,.inline-upload-form{display:flex;align-items:center;gap:.5rem}.inline-upload-form input[type=file]{display:none}.upload-button{padding:.4rem .9rem;background:#f04f00;color:#fff;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;display:inline-block}.upload-button:hover{background:#d44400;transform:translateY(-1px);box-shadow:0 2px 4px #f04f004d}.doc-status-badge{padding:.3rem .7rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.doc-status-badge.received{background:#d1fae5;color:#065f46}.doc-status-badge.sent{background:#dbeafe;color:#1e40af}.no-docs{color:#6b7280;font-style:italic;padding:1rem;text-align:center}.uploaded-documents-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.uploaded-documents-section h3{margin-bottom:1rem;font-size:1rem;color:#111827;font-weight:600}.payments-tab-content{max-width:100%}.payments-section-compact{display:flex;flex-direction:column;gap:1rem}.payments-layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.payments-left-column,.payments-right-column{display:flex;flex-direction:column;gap:1rem}.dashboard-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem}@media (max-width: 1200px){.dashboard-layout{grid-template-columns:1fr}}@media (max-width: 768px){.payments-layout-grid,.dashboard-layout{grid-template-columns:1fr}}.price-summary{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.price-label-small{font-size:.875rem;color:#6b7280;font-weight:500}.price-amount-small{font-size:1.25rem;font-weight:700;color:#111827}.payment-schedule-options{display:flex;flex-direction:column;gap:.5rem}.schedule-option{display:flex;align-items:center;padding:.75rem;background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s ease}.schedule-option:hover{border-color:#d1d5db;background:#f9fafb}.schedule-option input[type=radio]{margin-right:.75rem;width:16px;height:16px;accent-color:#F04F00;cursor:pointer}.schedule-option label{display:flex;justify-content:space-between;align-items:center;flex:1;cursor:pointer;margin:0}.schedule-title{font-size:.875rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.5rem}.discount-badge-small{background:#f04f00;color:#fff;padding:.15rem .5rem;border-radius:4px;font-size:.7rem;font-weight:700}.schedule-amount{font-size:.9rem;font-weight:700;color:#111827}.schedule-amount.discounted{color:#f04f00}.schedule-option.schedule-featured{border-color:#f04f00;background:#fff5f0}.payment-method-selection{margin-top:.5rem}.payment-method-selection h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.5px}.payment-methods{display:flex;gap:.5rem}.payment-method-card{flex:1;display:flex;align-items:center;padding:.75rem;background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s ease}.payment-method-card:hover{border-color:#d1d5db;background:#f9fafb}.payment-method-card input[type=radio]{margin-right:.5rem;width:16px;height:16px;accent-color:#F04F00;cursor:pointer}.payment-method-card input[type=radio]:checked~label{color:#f04f00}.payment-method-card:has(input[type=radio]:checked){border-color:#f04f00;background:#fff5f0}.payment-method-card label{display:flex;align-items:center;gap:.5rem;flex:1;cursor:pointer;margin:0;font-size:.875rem;font-weight:600;color:#6b7280}.method-icon{font-size:1.25rem}.method-name{font-size:.875rem}.bank-details{margin-top:.75rem;padding:1rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.bank-details h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.5px}.bank-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.bank-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.bank-row:last-of-type{border-bottom:none}.bank-label{font-size:.8rem;color:#6b7280;font-weight:500}.bank-value{font-size:.875rem;color:#111827;font-weight:600;font-family:Courier New,monospace;text-align:right}.bank-amount{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:4px;border:1px solid #e5e7eb;margin-top:.5rem}.bank-value-amount{font-size:1rem;font-weight:700;color:#f04f00}.btn-confirm-payment{width:100%;padding:.75rem 1.5rem;background:#f04f00;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.75rem}.btn-confirm-payment:hover{background:#d44400;transform:translateY(-1px);box-shadow:0 4px 8px #f04f004d}.stripe-payment{margin-top:.75rem}.btn-stripe{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#635bff,#0a2540);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-stripe:hover{transform:translateY(-1px);box-shadow:0 4px 12px #635bff66}.btn-stripe span:first-child{font-size:1.25rem}.stripe-amount{margin-left:auto;font-weight:700}.payments-history-compact{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.payments-history-compact h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.5px}.payments-list-compact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.payment-list-compact li{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f9fafb;border-radius:6px;font-size:.875rem}.payment-amount{font-weight:600;color:#111827}.payment-status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.payment-status.status-pendente{background:#fef3c7;color:#92400e}.payment-status.status-pago{background:#d1fae5;color:#065f46}.payment-date{margin-left:auto;color:#6b7280;font-size:.8rem}.meetings-empty{text-align:center;padding:2rem;color:#6b7280}.meetings-empty p{font-size:1rem;margin-bottom:1rem}.book-meeting-info{margin-top:1rem;padding:1rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.info-text{font-size:.875rem;color:#6b7280;margin:0}.meetings-list{display:flex;flex-direction:column;gap:1rem}.meeting-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s ease}.meeting-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.meeting-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.meeting-type-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#111827}.meeting-status-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.meeting-status-badge.status-confirmada{background:#d1fae5;color:#065f46}.meeting-status-badge.status-pendente{background:#fef3c2;color:#92400e}.meeting-status-badge.status-cancelada{background:#fee2e2;color:#991b1b}.meeting-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.meeting-date,.meeting-service,.meeting-customer,.meeting-notes{font-size:.875rem;color:#374151}.meeting-date strong,.meeting-service strong,.meeting-customer strong,.meeting-notes strong{color:#111827;margin-right:.5rem}.meeting-source{margin-top:.5rem}.source-badge{display:inline-block;padding:.25rem .5rem;background:#e0e7ff;color:#3730a3;border-radius:4px;font-size:.75rem;font-weight:600}.meeting-actions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.btn-join-meeting{display:inline-block;padding:.5rem 1rem;background:#f04f00;color:#fff;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:600;transition:all .2s ease}.btn-join-meeting:hover{background:#d44400;transform:translateY(-1px);box-shadow:0 2px 4px #f04f004d}.theme-dark,.theme-dark body{background:#111827;color:#f9fafb}.theme-dark .dash-content-wrapper{background:#111827}.theme-dark .dash-header{background:#1f2937;border-bottom-color:#374151;color:#f9fafb}.theme-dark .dash-title,.theme-dark .dash-user{color:#f9fafb}.theme-dark .dash-panel{background:#1f2937;color:#f9fafb;border:1px solid #374151}.theme-dark .dash-panel h2,.theme-dark .dash-panel h3,.theme-dark .dash-table{color:#f9fafb}.theme-dark .dash-table th{color:#d1d5db;border-bottom-color:#374151}.theme-dark .dash-table td{border-bottom-color:#374151;color:#e5e7eb}.theme-dark .dash-btn{background:#374151;border-color:#4b5563;color:#f9fafb}.theme-dark .dash-btn:hover{border-color:#f04f00;background:#4b5563}.theme-dark input,.theme-dark select,.theme-dark textarea{background:#374151;border-color:#4b5563;color:#f9fafb}.theme-dark input:focus,.theme-dark select:focus,.theme-dark textarea:focus{border-color:#f04f00;outline:none}.theme-dark .modal{background:#1f2937;color:#f9fafb}.theme-dark .modal-header{border-bottom-color:#374151;color:#f9fafb}.theme-dark .modal-body{color:#e5e7eb}.theme-dark .modal-close{color:#f9fafb}.theme-dark .sidebar{background:#0f172a;border-right-color:#1e293b}.theme-dark .sidebar-header{border-bottom-color:#1e293b;background:#0003}.theme-dark .sidebar-logo{color:#f9fafb}.theme-dark .sidebar-menu-button{color:#ffffffd9}.theme-dark .sidebar-menu-button:hover{background:#ffffff1a;color:#fff}.theme-dark .sidebar-menu-button.active{background:#f04f0033;color:#f04f00}.theme-dark .sidebar-submenu{background:#00000040;border-top-color:#1e293b}.theme-dark .sidebar-submenu-item{color:#ffffffb3}.theme-dark .sidebar-submenu-item:hover{background:#ffffff1a;color:#fffffff2}.theme-dark .sidebar-submenu-item.active{background:#f04f0040;color:#f04f00}.theme-dark .sidebar-footer{border-top-color:#1e293b;background:#00000040}.theme-dark .sidebar-user-name{color:#fff}.theme-dark .sidebar-user-role{color:#ffffffb3}
