html{font-size:15px}body{font-family:Plus Jakarta Sans,Nunito,Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;padding-top:0!important;--theme-main: #4f46e5;background:linear-gradient(180deg,#f7f8fc,#eef1f7);color:#111827}body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}input:not([type=range]):not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]):not([type=color]):not([type=file]):not([type=image]),textarea,select,[contenteditable=true],[contenteditable=""],.selectable,.selectable *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.app-header{position:fixed;top:0;left:15rem;right:0;height:4rem;background:#ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(148,163,184,.14);z-index:50;display:flex;align-items:center;padding:0 1.5rem;transition:left .3s ease-in-out,height .3s ease,padding-top .3s ease}body.sidebar-collapsed .app-header{left:4.5rem}.sidebar-link{display:flex;align-items:center;border-radius:.5rem;transition:background-color .2s,color .2s,transform .2s,box-shadow .2s;cursor:pointer;font-weight:500;white-space:nowrap;background:transparent;border:1px solid transparent}.sidebar-link:hover{background-color:#4f46e514;transform:translate(2px);border-color:#4f46e51a}.sidebar-link.active{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-weight:600;box-shadow:0 10px 22px #4f46e538;border-color:#ffffff1f}.sidebar-link svg{margin-right:.75rem;flex-shrink:0}#sidebar{width:260px;transition:width .3s ease-in-out,padding-top .3s ease,transform .3s ease,background-color .3s ease;height:100vh;overflow-y:auto;z-index:40;border-top-right-radius:1rem;border-bottom-right-radius:1rem;background:linear-gradient(180deg,#fafbfd,#eef2f8);border-right:1px solid rgba(148,163,184,.12);box-shadow:10px 0 24px #0f172a0a;scrollbar-width:none}#sidebar::-webkit-scrollbar{display:none}#sidebar.collapsed{width:4.5rem!important;background:linear-gradient(180deg,#fafbfd,#edf2f7)}#sidebar.collapsed .sidebar-text{display:none}#sidebar.collapsed .sidebar-link{justify-content:center;margin-inline:.3rem}#sidebar.collapsed .sidebar-link svg{margin-right:0}#sidebarToggle{transition:transform .3s ease-in-out}#sidebar.collapsed #sidebarToggle{transform:rotate(180deg)}.loader{border:4px solid #f3f3f3;border-top:4px solid #4f46e5;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0009;align-items:center;justify-content:center;transition:padding-top .3s ease}.modal-content{background-color:#fefefe;padding:1.5rem;border:1px solid #888;width:90%;max-width:700px;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000000d;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes navPageFade{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:navPageFade .15s ease-out}#content.nav-transitioning>*{animation:navPageFade .18s ease-out}.toggle-bg:after{content:"";position:absolute;top:2px;left:2px;background:#fff;width:1.25rem;height:1.25rem;border-radius:9999px;transition:transform .2s ease-in-out}input:checked+.toggle-bg:after{transform:translate(100%)}input:checked+.toggle-bg{background-color:#4f46e5}#toast-container{position:fixed;bottom:calc(100px + var(--safe-area-bottom, 0px));left:50%;transform:translate(-50%);z-index:99999;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;pointer-events:none}@media(min-width:768px){#toast-container{left:auto;right:1.25rem;transform:none;bottom:1.25rem;align-items:flex-end;width:auto}}.toast{pointer-events:auto;display:flex;align-items:center;padding:.75rem 1.25rem;border-radius:1rem;box-shadow:0 10px 25px -5px #0003,0 8px 10px -6px #0000001a;min-width:250px;max-width:90vw;border-left-width:4px;position:relative;overflow:hidden;background-color:#fff;animation:slideInFromBottom .4s cubic-bezier(.175,.885,.32,1.275),fadeOutToTop .4s ease-in 3.5s forwards}.toast.success{background-color:#f0fdf4;border-color:#22c55e;color:#15803d}.toast.error{background-color:#fef2f2;border-color:#ef4444;color:#b91c1c}.toast.info{background-color:#eff6ff;border-color:#3b82f6;color:#1d4ed8}.toast-icon{flex-shrink:0;margin-right:.5rem;font-size:1.1rem}.toast-content{flex-grow:1;font-weight:600;font-size:.9rem}.toast-close{position:absolute;top:8px;right:10px;background:none;border:none;font-size:1.1rem;line-height:1;color:inherit;opacity:.5;cursor:pointer;transition:opacity .2s}.toast-close:hover{opacity:1}.toast-progress-bar{position:absolute;bottom:0;left:0;height:4px;width:100%;background-color:#0000001a}.toast-progress{height:100%;width:100%;animation:shrink 3.5s linear forwards}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(40px);scale:.9}to{opacity:1;transform:translateY(0);scale:1}}@keyframes fadeOutToTop{0%{opacity:1;transform:translateY(0);scale:1}to{opacity:0;transform:translateY(-20px);scale:.9}}@keyframes shrink{0%{width:100%}to{width:0%}}.view-btn{padding:.25rem .75rem;border-radius:.5rem;font-weight:500;transition:all .2s ease-in-out;border:none;background-color:transparent;color:#4b5563;cursor:pointer}.view-btn.active{background-color:#fff;color:#111827;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.calendar-grid{display:grid;grid-template-columns:60px repeat(7,1fr);position:relative}.time-col{padding-top:2.5rem}.day-col{border-left:1px solid #e5e7eb;position:relative}.day-col.current-day{background-color:#f9fafb}.time-slot{height:3rem;border-top:1px dotted #d1d5db}.time-slot-hour{border-top:1px solid #e5e7eb}.appointment-card{position:absolute;left:.25rem;right:.25rem;color:#fff;border-radius:.5rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.2;overflow:hidden;border-left-width:4px;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a;z-index:5}.appointment-card:hover{box-shadow:0 4px 12px #00000040;transform:translateY(-4px) scale(1.02);z-index:10}.appointment-card.completed{background-color:#16a34a!important;border-left-color:#14532d!important;opacity:.8}.appointment-card .actions{display:none;position:absolute;top:4px;right:4px;background-color:#0006;border-radius:.375rem;gap:4px;padding:4px}.appointment-card:hover .actions{display:flex}.list-view-container{display:flex;flex-direction:column;gap:.75rem;padding:.5rem}.appointment-list-card{display:flex;align-items:center;background-color:#f9fafb;border-radius:.75rem;padding:.75rem;border-left-width:4px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;transition:all .2s ease-in-out;cursor:pointer}.appointment-list-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-4px)}.time-info{flex-shrink:0;width:72px;text-align:center;border-right:1px solid #e5e7eb;padding-right:.75rem;margin-right:.75rem}.details-info{flex-grow:1}.status-info{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.card-actions{display:flex;gap:.5rem}.action-btn{color:#6b7280;padding:.25rem;border-radius:9999px;transition:background-color .2s,color .2s}.action-btn:hover{background-color:#e5e7eb;color:#111827}.current-time-line{position:absolute;left:-5px;right:0;height:2px;background-color:#ef4444;z-index:20}.current-time-line:before{content:"";position:absolute;left:0;top:-4px;width:10px;height:10px;background-color:#ef4444;border-radius:50%}.time-slot-card{padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;text-align:center;cursor:pointer;transition:all .2s ease-in-out}.time-slot-card:hover{background-color:#f3f4f6}.time-slot-card.selected{background-color:#4f46e5;color:#fff;border-color:#4f46e5;font-weight:600}.client-card{transition:transform .2s,box-shadow .2s;border-radius:.75rem}.client-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.loyalty-progress-bar{background-color:#e5e7eb}.loyalty-progress{transition:width .5s ease-in-out}.day-schedule-card.disabled .time-inputs{opacity:.5;pointer-events:none}.notification-badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;background-color:#ef4444;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;border:2px solid white}.notification-panel{position:absolute;top:100%;right:0;margin-top:.5rem;width:280px;background-color:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:.95rem;box-shadow:0 18px 40px #0f172a1a;border:1px solid rgba(148,163,184,.16);z-index:50}.notification-item{padding:.5rem .75rem;border-bottom:1px solid #f3f4f6;transition:background-color .2s}.notification-item:hover{background-color:#f9fafb}.notification-item.unread{background-color:#eff6ff}#profileDropdown{transition:opacity .2s ease-in-out,transform .2s ease-in-out;opacity:0;transform:translateY(-10px);pointer-events:none}#profileDropdown.active{opacity:1;transform:translateY(0);pointer-events:auto}.text-whatsapp{color:#25d366}.prof-selector-container{overflow-x:auto;white-space:nowrap;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:relative}.prof-selector-container::-webkit-scrollbar{display:none}.prof-card{display:inline-flex;flex-direction:column;align-items:center;margin-right:.12rem;cursor:pointer;padding:4px;transition:all .2s ease-in-out;border-radius:9999px;position:relative;-webkit-user-select:none;user-select:none;vertical-align:top}.prof-card-photo{width:64px;height:64px;border-radius:9999px;object-fit:cover;border:3px solid transparent;transition:all .2s;box-shadow:0 1px 3px #0000001a}.prof-card.selected .prof-card-photo{border-color:var(--theme-main, #4f46e5);box-shadow:0 0 0 2px var(--theme-main, #4f46e5)}.prof-card-name{font-size:.875rem;font-weight:600;color:#4b5563;white-space:nowrap;margin-top:4px}.prof-card-all-placeholder{width:64px;height:64px;border-radius:9999px;background-color:#e0e7ff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#4f46e5;border:3px solid transparent;box-shadow:0 1px 3px #0000001a}.prof-search-bar{padding:.5rem 0}body{--theme-main: #4f46e5}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:99999;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.modal-overlay.visible{opacity:1;visibility:visible}.modal-container{background-color:#fff;border-radius:12px;width:90%;max-width:800px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column;max-height:90vh}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #eee}.modal-tabs{display:flex;padding:0 16px;border-bottom:1px solid #eee;background-color:#f9fafb}.tab-link{background:none;border:none;padding:12px 16px;cursor:pointer;font-size:.9rem;font-weight:600;color:#555;border-bottom:3px solid transparent;transition:color .2s,border-color .2s}.tab-link.active{color:#4f46e5;border-bottom-color:#4f46e5}.modal-body{padding:24px;overflow-y:auto;background-color:#f9fafb}.tab-content.hidden{display:none}.modal-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #eee;background-color:#f9f9f9}.professional-card{transition:transform .2s,box-shadow .2s}.professional-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:6px;font-size:.875rem;font-weight:500;color:#4b5563}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s;background-color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e533}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.main-content-shift{transition:margin-left .3s ease-in-out;padding-top:4rem;padding-left:.75rem;background:linear-gradient(180deg,#f8fafc8c,#f1f5f9d9)}.main-content-shift.sidebar-collapsed-shift{margin-left:0}@media(max-width:767px){#sidebarToggle{display:none}.main-content-shift,.main-content-shift.sidebar-collapsed-shift{margin-left:0!important}#sidebar{position:fixed;top:0;left:0;height:100vh;z-index:40;transform:translate(-100%);transition:transform .3s ease-in-out,width .3s ease-in-out;width:260px!important}#sidebar.collapsed{width:260px!important}#sidebar.collapsed .sidebar-text{display:block}#sidebar.collapsed .sidebar-link{justify-content:flex-start}#sidebar.collapsed .sidebar-link svg{margin-right:.75rem}#sidebar.mobile-open{transform:translate(0)}#mobile-overlay.visible{display:block;z-index:39}}#comandas-layout{width:100%;min-height:calc(100vh - 150px);min-height:calc(100dvh - 150px)}@media(min-width:1024px){#comandas-layout{display:grid;grid-template-columns:350px 1fr;gap:1.5rem;align-items:start}#comandas-list-column{display:block!important;height:calc(100vh - 140px);overflow-y:auto;background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}#comanda-detail-container{display:flex!important;flex-direction:column;height:calc(100vh - 140px);background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e5e7eb;overflow:hidden}.mobile-only-header{display:none!important}}@media(max-width:1023px){#comandas-layout{display:block;padding-bottom:80px}#comandas-list-column{display:block;width:100%}#comanda-detail-container,#comandas-layout.detail-view-active #comandas-list-column{display:none}#comandas-layout.detail-view-active #comanda-detail-container{display:flex;flex-direction:column;width:100%;height:auto;min-height:100vh;min-height:100dvh;background-color:#fff;position:fixed;inset:0;z-index:60;overflow-y:auto}.mobile-only-header{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}}.comanda-card{background:#fff;border:1px solid #f3f4f6;border-left:4px solid transparent;margin-bottom:.75rem;padding:1rem;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;transition:all .2s}.comanda-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.comanda-card.selected{background-color:#eff6ff;border-left-color:#4f46e5;border-color:#c7d2fe}.btn-back-mobile{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f3f4f6;color:#374151;border:none;font-size:1.2rem}#filter-sheet{transform:translateY(100%);transition:transform .3s ease-in-out;z-index:40}#filter-sheet.show{transform:translateY(0)}#filter-overlay{z-index:39}#mobile-filter-list .client-filter-btn,#mobile-filter-list .flex.items-center.gap-2{width:100%;justify-content:start;padding-top:12px;padding-bottom:12px}#mobile-filter-list .flex.items-center.gap-2{flex-direction:column;align-items:flex-start}#mobile-filter-list .flex.items-center.gap-2 select{width:100%;margin-top:8px}.user-card-clickable{cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.user-card-clickable:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.user-card-clickable:hover .action-btn-delete:hover{background-color:#fee2e2;color:#ef4444}#fab-new-user{position:fixed;bottom:1.5rem;right:1.5rem;z-index:30;width:3.5rem;height:3.5rem;background-color:#4f46e5;color:#fff;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .2s ease-in-out,background-color .2s ease-in-out}#fab-new-user:hover{transform:scale(1.05);background-color:#4338ca}.loyalty-tier-row{display:grid;grid-template-columns:1fr;gap:.5rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#f9fafb}.loyalty-tier-row input{width:100%}@media(min-width:768px){.loyalty-tier-row{grid-template-columns:1fr 2fr 1fr auto;padding:0;border:none;border-radius:0;background-color:transparent}}.multi-select-box{border:1px solid #ccc;border-radius:4px;padding:10px;max-height:150px;overflow-y:auto;background:#fff;margin-bottom:15px}.checkbox-item{display:flex;align-items:center;margin-bottom:5px;padding:5px;border-bottom:1px solid #eee}.checkbox-item input{margin-right:10px;width:auto}.no-scrollbar::-webkit-scrollbar,::-webkit-scrollbar{display:none}.no-scrollbar,html,body,*{-ms-overflow-style:none;scrollbar-width:none}body.is-app-native #main-header{padding-top:calc(1rem + var(--safe-area-top))!important;height:auto}body.is-app-native #sidebar{padding-top:var(--safe-area-top)}body.is-app-native .main-content-shift{padding-top:calc(4rem + var(--safe-area-top))}body.is-app-native .modal,body.is-app-native #comandas-layout.detail-view-active #comanda-detail-container{padding-top:var(--safe-area-top)}body.is-app-native .mobile-only-header{padding-top:calc(1rem + var(--safe-area-top));min-height:calc(3.5rem + var(--safe-area-top))}@media(display-mode:standalone){#main-header{padding-top:calc(1rem + var(--safe-area-top));height:auto}#sidebar{padding-top:var(--safe-area-top)}.main-content-shift{padding-top:calc(4rem + var(--safe-area-top))}.mobile-only-header{padding-top:calc(1rem + var(--safe-area-top));min-height:calc(3.5rem + var(--safe-area-top))}}#dashboardContent{height:100vh;height:100dvh}@keyframes logo-breathing{0%{transform:scale(1);opacity:1;filter:drop-shadow(0 0 0 rgba(79,70,229,0))}50%{transform:scale(1.05);opacity:.9;filter:drop-shadow(0 4px 6px rgba(79,70,229,.2))}to{transform:scale(1);opacity:1;filter:drop-shadow(0 0 0 rgba(79,70,229,0))}}.animate-logo-breathing{animation:logo-breathing 2s ease-in-out infinite}@keyframes shimmer-loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}.loading-bar-fill{width:50%;animation:shimmer-loading 1.5s infinite linear}.fade-out{opacity:0;pointer-events:none}.clients-list-container{display:flex;flex-direction:column;gap:12px;padding:10px 10px 90px}.client-list-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 2px 5px #00000008;border:1px solid #f3f4f6;display:flex;align-items:center;gap:15px;position:relative;transition:transform .2s,background-color .2s}.client-list-card:active{transform:scale(.98);background-color:#fafafa}.client-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0;border:2px solid white;box-shadow:0 2px 4px #0000000d}.client-info{flex-grow:1;min-width:0}.client-name{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-details{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:6px}.badge-status{font-size:10px;padding:2px 8px;border-radius:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-birthday{background-color:#fce7f3;color:#db2777}.badge-points{background-color:#ecfccb;color:#4d7c0f}.client-actions{display:flex;gap:8px}.btn-icon-action{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background-color .2s}.btn-whatsapp-modern{background-color:#dcfce7;color:#16a34a}.btn-whatsapp-modern:hover{background-color:#bbf7d0}.btn-phone-modern{background-color:#f3f4f6;color:#4b5563}.btn-phone-modern:hover{background-color:#e5e7eb}.fab-modern{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background-color:#4f46e5;color:#fff;border-radius:20px;box-shadow:0 10px 20px #4f46e54d;display:flex;align-items:center;justify-content:center;font-size:28px;border:none;z-index:50;transition:transform .2s}.fab-modern:active{transform:scale(.9)}.safe-area-pb{padding-bottom:calc(1rem + var(--safe-area-bottom, 0px))!important}#comanda-detail-container footer{padding-bottom:calc(1rem + var(--safe-area-bottom, 0px))!important}.mobile-fabs-container{display:none;position:fixed;bottom:calc(1.5rem + var(--safe-area-bottom, 0px));right:1.5rem;gap:12px;z-index:70;flex-direction:column}.fab-btn-primary,.fab-btn-secondary{width:50px;height:50px;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;border:none;cursor:pointer;transition:transform .2s,background-color .2s}.fab-btn-primary{background-color:#16a34a;color:#fff}.fab-btn-primary:active{background-color:#15803d}.fab-btn-secondary{background-color:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.fab-btn-secondary:active{background-color:#dbeafe}.fab-btn-primary:active,.fab-btn-secondary:active{transform:scale(.95)}@media(max-width:1023px){.mobile-hidden{display:none!important}.mobile-fabs-container{display:flex}}html,body{touch-action:pan-x pan-y;height:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}input,select,textarea{font-size:16px!important}.sidebar-text{font-size:16px!important;line-height:1.5}.sidebar-link svg{width:1.5rem;height:1.5rem}#sidebar.collapsed{width:72px!important;background:linear-gradient(180deg,#fff,#edf2f7)}#sidebar.collapsed .menu-text,#sidebar.collapsed .submenu-arrow,#sidebar.collapsed .sidebar-category,#sidebar.collapsed .sidebar-search-container,#sidebar.collapsed .logo-text{display:none!important;opacity:0}#sidebar.collapsed .sidebar-link,#sidebar.collapsed .submenu-toggle{justify-content:center;padding-left:0;padding-right:0;margin-inline:.3rem}#sidebar.collapsed .bi{margin:0!important;font-size:1.25rem;color:#475569}#sidebar.collapsed ul[id$=-submenu]{display:none!important}:root{--bg-body: #F3F4F6;--bg-surface: #FFFFFF;--bg-surface-hover: #F9FAFB;--primary-color: #2563EB;--primary-hover: #1D4ED8;--primary-light: #EFF6FF;--text-main: #111827;--text-muted: #6B7280;--text-inverse: #FFFFFF;--border-color: #E5E7EB;--border-radius-sm: 6px;--border-radius-md: 12px;--border-radius-lg: 20px;--success-color: #10B981;--success-bg: #D1FAE5;--danger-color: #EF4444;--danger-bg: #FEE2E2;--warning-color: #F59E0B;--warning-bg: #FEF3C7;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .05), 0 4px 6px -2px rgba(0, 0, 0, .025);--transition: all .3s ease;--surface-1: #ffffff;--surface-2: #f8fafc;--surface-3: #f1f5f9;--surface-strong: #0f172a;--content-1: #0f172a;--content-2: #475569;--content-3: #94a3b8;--content-inverse: #ffffff;--border-1: #e2e8f0;--border-2: #cbd5e1;--primary: #4f46e5;--primary-hover: #4338ca;--primary-soft: rgba(79, 70, 229, .1);--primary-contrast: #ffffff;--success: #059669;--success-hover: #047857;--success-soft: rgba(5, 150, 105, .1);--success-contrast: #ffffff;--danger: #e11d48;--danger-hover: #be123c;--danger-soft: rgba(225, 29, 72, .1);--danger-contrast: #ffffff;--warning: #d97706;--warning-hover: #b45309;--warning-soft: rgba(217, 119, 6, .1);--warning-contrast: #ffffff;--info: #2563eb;--info-hover: #1d4ed8;--info-soft: rgba(37, 99, 235, .1);--info-contrast: #ffffff;--ds-shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--ds-shadow-md: 0 4px 12px rgba(15, 23, 42, .08);--ds-shadow-lg: 0 12px 32px rgba(15, 23, 42, .1);--ds-shadow-primary: 0 4px 14px rgba(79, 70, 229, .2)}[data-theme=dark]{--bg-body: #0a0a0c;--bg-surface: #111114;--bg-surface-hover: #18181b;--bg-surface-elevated: #1c1c20;--bg-surface-input: #0f0f12;--primary-color: #818cf8;--primary-light: rgba(129, 140, 248, .12);--primary-glow: rgba(129, 140, 248, .35);--text-main: #fafafa;--text-muted: #a1a1aa;--text-subtle: #71717a;--text-inverse: #0a0a0c;--border-color: #27272a;--border-strong: #3f3f46;--success-color: #34d399;--success-bg: rgba(52, 211, 153, .12);--danger-color: #f87171;--danger-bg: rgba(248, 113, 113, .12);--warning-color: #fbbf24;--warning-bg: rgba(251, 191, 36, .12);--info-color: #60a5fa;--info-bg: rgba(96, 165, 250, .12);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .6);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .7), 0 2px 4px -1px rgba(0, 0, 0, .5);--shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, .85), 0 8px 10px -6px rgba(0, 0, 0, .7);--surface-1: #18181b;--surface-2: #0a0a0c;--surface-3: #27272a;--surface-strong: #f1f5f9;--content-1: #fafafa;--content-2: #d4d4d8;--content-3: #71717a;--content-inverse: #0a0a0c;--border-1: #27272a;--border-2: #3f3f46;--primary: #818cf8;--primary-hover: #a5b4fc;--primary-soft: rgba(129, 140, 248, .14);--primary-contrast: #0a0a0c;--success: #34d399;--success-hover: #6ee7b7;--success-soft: rgba(52, 211, 153, .14);--success-contrast: #0a0a0c;--danger: #fb7185;--danger-hover: #fda4af;--danger-soft: rgba(251, 113, 133, .14);--danger-contrast: #0a0a0c;--warning: #fbbf24;--warning-hover: #fcd34d;--warning-soft: rgba(251, 191, 36, .14);--warning-contrast: #0a0a0c;--info: #60a5fa;--info-hover: #93c5fd;--info-soft: rgba(96, 165, 250, .14);--info-contrast: #0a0a0c;--ds-shadow-sm: 0 1px 3px rgba(0, 0, 0, .5);--ds-shadow-md: 0 4px 12px rgba(0, 0, 0, .6);--ds-shadow-lg: 0 12px 32px rgba(0, 0, 0, .75);--ds-shadow-primary: 0 4px 14px rgba(129, 140, 248, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-body);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--text-main)}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-hover)}.app-container{display:flex;min-height:100vh;width:100%}.sidebar{width:260px;background-color:var(--bg-surface);border-right:1px solid var(--border-color);display:flex;flex-direction:column;transition:var(--transition);position:fixed;height:100vh;z-index:100}.sidebar-header{padding:24px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border-color)}.sidebar-menu{padding:24px 16px;list-style:none;display:flex;flex-direction:column;gap:8px}.menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--text-muted);border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition)}.menu-item:hover,.menu-item.active{background-color:var(--primary-light);color:var(--primary-color)}.main-content{flex:1;margin-left:260px;display:flex;flex-direction:column}.top-header{height:72px;background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:90}.content-body{padding:32px;flex:1;overflow-y:auto}@media(max-width:768px){.sidebar{transform:translate(-100%)}.main-content{margin-left:0}.content-body{padding:16px}}.card{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);padding:24px;transition:var(--transition);margin-bottom:24px}.card:hover{box-shadow:var(--shadow-md)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border-color)}.card-title{font-size:1.125rem;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:500;border-radius:var(--border-radius-sm);border:none;cursor:pointer;transition:var(--transition);outline:none}.btn:active{transform:scale(.97)}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:transparent;color:var(--text-main);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:var(--bg-surface-hover)}.btn-danger{background-color:var(--danger-color);color:#fff}.btn-danger:hover{filter:brightness(.9)}.btn-icon{padding:10px;border-radius:50%}.form-group{margin-bottom:16px;display:flex;flex-direction:column}.form-label{font-size:.875rem;font-weight:500;color:var(--text-muted);margin-bottom:8px}.form-control{background-color:var(--bg-body);border:1px solid var(--border-color);color:var(--text-main);border-radius:var(--border-radius-sm);padding:12px 16px;font-size:.95rem;font-family:inherit;transition:var(--transition);width:100%}.form-control:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-light);background-color:var(--bg-surface)}.form-control::placeholder{color:var(--text-muted);opacity:.7}.table-container{width:100%;overflow-x:auto}.table{width:100%;border-collapse:collapse;text-align:left}.table th,.table td{padding:16px;border-bottom:1px solid var(--border-color)}.table th{background-color:var(--bg-surface-hover);color:var(--text-muted);font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.table tbody tr{transition:var(--transition)}.table tbody tr:hover{background-color:var(--bg-body)}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge-success{background-color:var(--success-bg);color:var(--success-color)}.badge-warning{background-color:var(--warning-bg);color:var(--warning-color)}.badge-danger{background-color:var(--danger-bg);color:var(--danger-color)}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:99999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-overlay.active{opacity:1;pointer-events:auto}.modal-content{background-color:var(--bg-surface);border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;transform:translateY(20px);transition:transform .3s ease}.modal-overlay.active .modal-content{transform:translateY(0)}.modal-header{padding:20px 24px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.modal-body{padding:24px}.modal-footer{padding:20px 24px;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:12px}.d-flex{display:flex}.align-items-center{align-items:center}.justify-content-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:16px}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.text-center{text-align:center}.w-100{width:100%}.mobile-bottom-nav{display:none;position:fixed;bottom:.5rem;left:0;right:0;width:auto;z-index:9999;background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.06);border-radius:24px 24px 0 0;box-shadow:0 -8px 32px -8px #0000001f;padding-bottom:var(--safe-area-bottom, 0px);overflow:hidden}.mobile-bottom-nav-wrapper{height:64px}.bottom-nav-item.active{color:#4f46e5;background:#eef2ff;box-shadow:inset 0 0 0 1px #4f46e51a}@media(max-width:767px){.mobile-bottom-nav{display:block}#mainContent{padding-bottom:calc(var(--bottom-nav-offset) + 1rem)!important}}#toast-container{bottom:calc(var(--bottom-nav-offset) + 1rem)!important}#profileMenuButton{width:2.5rem!important;height:2.5rem!important}@media(min-width:640px){#profileMenuButton{width:3rem!important;height:3rem!important}}[data-theme=dark] body{background:#0a0a0c!important;background-image:radial-gradient(at 20% 0%,rgba(99,102,241,.06) 0px,transparent 50%),radial-gradient(at 80% 100%,rgba(139,92,246,.05) 0px,transparent 50%)!important;background-attachment:fixed!important;color:#fafafa!important}[data-theme=dark] .bg-white,[data-theme=dark] .bg-slate-50,[data-theme=dark] .bg-slate-100,[data-theme=dark] .bg-gray-50,[data-theme=dark] .bg-gray-100,[data-theme=dark] .bg-zinc-50,[data-theme=dark] .bg-zinc-100,[data-theme=dark] .bg-neutral-50,[data-theme=dark] .bg-neutral-100,[data-theme=dark] .bg-stone-50,[data-theme=dark] .bg-stone-100,[data-theme=dark] #sidebar,[data-theme=dark] #main-header,[data-theme=dark] .app-header,[data-theme=dark] .modal-content,[data-theme=dark] .modal-header,[data-theme=dark] .modal-footer,[data-theme=dark] #profileDropdown,[data-theme=dark] #notificationPanel,[data-theme=dark] #multi-context-dropdown,[data-theme=dark] .agenda-toolbar,[data-theme=dark] .agenda-subbar,[data-theme=dark] .agenda-prof-bar,[data-theme=dark] .card,[data-theme=dark] .dropdown-menu,[data-theme=dark] [class*=rounded-xl].bg-white,[data-theme=dark] [class*=rounded-2xl].bg-white{background-color:#111114!important;border-color:#27272a!important;color:#fafafa!important}[data-theme=dark] #sidebar{background:linear-gradient(180deg,#0f0f12,#0a0a0c)!important;border-right:1px solid #1f1f23!important;box-shadow:10px 0 40px #00000080!important}[data-theme=dark] .app-header,[data-theme=dark] #main-header{background:#0f0f12d9!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-bottom:1px solid rgba(255,255,255,.06)!important}[data-theme=dark] .modal-content,[data-theme=dark] #profileDropdown,[data-theme=dark] #notificationPanel,[data-theme=dark] #multi-context-dropdown{background-color:#18181b!important;border:1px solid #27272a!important;box-shadow:0 25px 50px -12px #000000e6!important}[data-theme=dark] .modal-overlay,[data-theme=dark] [class*="bg-black/"],[data-theme=dark] [class*=bg-opacity-]{background-color:#000000bf!important}[data-theme=dark] .bg-gray-200,[data-theme=dark] .bg-gray-300,[data-theme=dark] .bg-slate-200,[data-theme=dark] .bg-slate-300,[data-theme=dark] .bg-zinc-200,[data-theme=dark] .bg-neutral-200{background-color:#1f1f23!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] .text-slate-900,[data-theme=dark] .text-slate-800,[data-theme=dark] .text-slate-700,[data-theme=dark] .text-gray-900,[data-theme=dark] .text-gray-800,[data-theme=dark] .text-gray-700,[data-theme=dark] .text-zinc-900,[data-theme=dark] .text-zinc-800,[data-theme=dark] .text-neutral-900,[data-theme=dark] .text-neutral-800,[data-theme=dark] .text-black{color:#fafafa!important}[data-theme=dark] .text-slate-600,[data-theme=dark] .text-slate-500,[data-theme=dark] .text-slate-400,[data-theme=dark] .text-gray-600,[data-theme=dark] .text-gray-500,[data-theme=dark] .text-gray-400,[data-theme=dark] .text-zinc-600,[data-theme=dark] .text-zinc-500,[data-theme=dark] .text-zinc-400,[data-theme=dark] .text-neutral-500,[data-theme=dark] .text-neutral-400{color:#a1a1aa!important}[data-theme=dark] .text-slate-300,[data-theme=dark] .text-gray-300,[data-theme=dark] .text-zinc-300{color:#d4d4d8!important}[data-theme=dark] .text-indigo-600,[data-theme=dark] .text-indigo-700,[data-theme=dark] .text-indigo-800{color:#a5b4fc!important}[data-theme=dark] .text-indigo-500{color:#818cf8!important}[data-theme=dark] .bg-indigo-50,[data-theme=dark] .bg-indigo-100{background-color:#818cf81a!important}[data-theme=dark] .bg-indigo-600,[data-theme=dark] .bg-indigo-700{background-color:#6366f1!important}[data-theme=dark] .border-indigo-200,[data-theme=dark] .border-indigo-300,[data-theme=dark] .border-indigo-500{border-color:#818cf84d!important}[data-theme=dark] .text-blue-600,[data-theme=dark] .text-blue-700,[data-theme=dark] .text-blue-800{color:#93c5fd!important}[data-theme=dark] .bg-blue-50,[data-theme=dark] .bg-blue-100{background-color:#60a5fa1a!important}[data-theme=dark] .text-green-600,[data-theme=dark] .text-green-700,[data-theme=dark] .text-green-800,[data-theme=dark] .text-emerald-600,[data-theme=dark] .text-emerald-700,[data-theme=dark] .text-emerald-800{color:#6ee7b7!important}[data-theme=dark] .bg-green-50,[data-theme=dark] .bg-green-100,[data-theme=dark] .bg-emerald-50,[data-theme=dark] .bg-emerald-100{background-color:#34d3991a!important}[data-theme=dark] .text-red-600,[data-theme=dark] .text-red-700,[data-theme=dark] .text-red-800,[data-theme=dark] .text-rose-600,[data-theme=dark] .text-rose-700{color:#fca5a5!important}[data-theme=dark] .bg-red-50,[data-theme=dark] .bg-red-100,[data-theme=dark] .bg-rose-50,[data-theme=dark] .bg-rose-100{background-color:#f871711a!important}[data-theme=dark] .text-yellow-600,[data-theme=dark] .text-yellow-700,[data-theme=dark] .text-yellow-800,[data-theme=dark] .text-amber-600,[data-theme=dark] .text-amber-700,[data-theme=dark] .text-amber-800,[data-theme=dark] .text-orange-600,[data-theme=dark] .text-orange-700{color:#fcd34d!important}[data-theme=dark] .bg-yellow-50,[data-theme=dark] .bg-yellow-100,[data-theme=dark] .bg-amber-50,[data-theme=dark] .bg-amber-100,[data-theme=dark] .bg-orange-50,[data-theme=dark] .bg-orange-100{background-color:#fbbf241a!important}[data-theme=dark] .text-purple-600,[data-theme=dark] .text-purple-700,[data-theme=dark] .text-purple-800,[data-theme=dark] .text-violet-600,[data-theme=dark] .text-violet-700{color:#c4b5fd!important}[data-theme=dark] .bg-purple-50,[data-theme=dark] .bg-purple-100,[data-theme=dark] .bg-violet-50,[data-theme=dark] .bg-violet-100{background-color:#a78bfa1a!important}[data-theme=dark] .text-pink-600,[data-theme=dark] .text-pink-700{color:#f9a8d4!important}[data-theme=dark] .bg-pink-50,[data-theme=dark] .bg-pink-100{background-color:#f472b61a!important}[data-theme=dark] .text-cyan-600,[data-theme=dark] .text-cyan-700,[data-theme=dark] .text-sky-600,[data-theme=dark] .text-sky-700,[data-theme=dark] .text-teal-600,[data-theme=dark] .text-teal-700{color:#67e8f9!important}[data-theme=dark] .bg-cyan-50,[data-theme=dark] .bg-cyan-100,[data-theme=dark] .bg-sky-50,[data-theme=dark] .bg-sky-100,[data-theme=dark] .bg-teal-50,[data-theme=dark] .bg-teal-100{background-color:#22d3ee1a!important}[data-theme=dark] .border,[data-theme=dark] .border-t,[data-theme=dark] .border-b,[data-theme=dark] .border-l,[data-theme=dark] .border-r,[data-theme=dark] .border-gray-100,[data-theme=dark] .border-gray-200,[data-theme=dark] .border-gray-300,[data-theme=dark] .border-slate-100,[data-theme=dark] .border-slate-200,[data-theme=dark] .border-slate-300,[data-theme=dark] .border-zinc-200,[data-theme=dark] .border-neutral-200,[data-theme=dark] .divide-gray-100>*,[data-theme=dark] .divide-gray-200>*,[data-theme=dark] .divide-slate-200>*{border-color:#27272a!important}[data-theme=dark] .border-gray-400,[data-theme=dark] .border-slate-400{border-color:#3f3f46!important}[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]),[data-theme=dark] select,[data-theme=dark] textarea{background-color:#0f0f12!important;color:#fafafa!important;border-color:#27272a!important}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:#818cf8!important;box-shadow:0 0 0 3px #818cf82e!important;outline:none!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#52525b!important}[data-theme=dark] label{color:#d4d4d8!important}[data-theme=dark] button.bg-white,[data-theme=dark] button.bg-gray-50,[data-theme=dark] button.bg-gray-100,[data-theme=dark] button.bg-slate-100{background-color:#1c1c20!important;color:#fafafa!important;border-color:#27272a!important}[data-theme=dark] button.bg-white:hover,[data-theme=dark] button.bg-gray-50:hover,[data-theme=dark] button.bg-gray-100:hover{background-color:#27272a!important}[data-theme=dark] .bg-indigo-600,[data-theme=dark] button.bg-indigo-600,[data-theme=dark] .bg-indigo-700{background:linear-gradient(135deg,#6366f1,#818cf8)!important;box-shadow:0 4px 14px #818cf859!important;color:#fff!important}[data-theme=dark] .bg-indigo-600:hover,[data-theme=dark] button.bg-indigo-600:hover{box-shadow:0 6px 20px #818cf880!important;filter:brightness(1.1)}[data-theme=dark] table{background-color:#111114!important;color:#fafafa!important}[data-theme=dark] thead,[data-theme=dark] thead tr,[data-theme=dark] thead th,[data-theme=dark] th.bg-gray-50,[data-theme=dark] th.bg-slate-50{background-color:#18181b!important;color:#d4d4d8!important;border-color:#27272a!important}[data-theme=dark] tbody tr{border-color:#1f1f23!important}[data-theme=dark] tbody tr:hover,[data-theme=dark] tr.hover\:bg-gray-50:hover,[data-theme=dark] tr.hover\:bg-slate-50:hover{background-color:#18181b!important}[data-theme=dark] td{border-color:#1f1f23!important}[data-theme=dark] .hover\:bg-gray-50:hover,[data-theme=dark] .hover\:bg-gray-100:hover,[data-theme=dark] .hover\:bg-slate-50:hover,[data-theme=dark] .hover\:bg-slate-100:hover,[data-theme=dark] .hover\:bg-white:hover{background-color:#1c1c20!important}[data-theme=dark] .hover\:bg-indigo-50:hover,[data-theme=dark] .hover\:bg-indigo-100:hover{background-color:#818cf81f!important}[data-theme=dark] .sidebar-link{background:#ffffff05!important;border:1px solid rgba(255,255,255,.04)!important;color:#d4d4d8!important}[data-theme=dark] .sidebar-link:hover{background:#818cf814!important;border-color:#818cf826!important;color:#fafafa!important}[data-theme=dark] .sidebar-link.active{background:linear-gradient(135deg,#4f46e5,#6366f1)!important;color:#fff!important;border-color:#ffffff1a!important;box-shadow:0 10px 25px #4f46e566!important}[data-theme=dark] #sidebar .bi{color:#a1a1aa!important}[data-theme=dark] .sidebar-link.active .bi,[data-theme=dark] .sidebar-link.active *{color:#fff!important}[data-theme=dark] .mobile-bottom-nav{background:#0f0f12d9!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 10px 30px #0009!important}[data-theme=dark] .bottom-nav-item{color:#a1a1aa!important}[data-theme=dark] .bottom-nav-item.active{background:linear-gradient(135deg,#6366f14d,#818cf840)!important;color:#c7d2fe!important}[data-theme=dark] ::-webkit-scrollbar{width:10px;height:10px}[data-theme=dark] ::-webkit-scrollbar-track{background:#0a0a0c}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#27272a;border-radius:8px;border:2px solid #0a0a0c}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#3f3f46}[data-theme=dark] .toast,[data-theme=dark] [class*=toast]{background-color:#18181b!important;color:#fafafa!important;border:1px solid #27272a!important}[data-theme=dark] .badge,[data-theme=dark] .pill{background-color:#1c1c20!important;color:#d4d4d8!important;border-color:#27272a!important}[data-theme=dark] .card,[data-theme=dark] [class*=shadow-sm].bg-white,[data-theme=dark] [class*=shadow-md].bg-white,[data-theme=dark] [class*=shadow-lg].bg-white{background-color:#111114!important;border:1px solid #1f1f23!important;box-shadow:0 1px 3px #00000080,0 0 0 1px #ffffff05!important}[data-theme=dark] .card:hover{border-color:#27272a!important;box-shadow:0 4px 12px #000000b3,0 0 0 1px #818cf81a!important}[data-theme=dark] hr{border-color:#27272a!important}[data-theme=dark] .text-slate-500.bi,[data-theme=dark] .bi.text-gray-500,[data-theme=dark] .bi.text-gray-400{color:#a1a1aa!important}[data-theme=dark] #themeToggleBtn{background-color:#818cf81a!important}[data-theme=dark] #themeToggleBtn:hover{background-color:#818cf833!important}[data-theme=dark] canvas{filter:brightness(.95) contrast(1.05)}[data-theme=dark] .skeleton,[data-theme=dark] .animate-pulse.bg-gray-200,[data-theme=dark] .animate-pulse.bg-slate-200{background-color:#1f1f23!important}[data-theme=dark] ::selection{background-color:#818cf859;color:#fafafa}[data-theme=dark] a:not(.btn):not(.sidebar-link):not(.bottom-nav-item){color:#a5b4fc}[data-theme=dark] a:not(.btn):not(.sidebar-link):not(.bottom-nav-item):hover{color:#c7d2fe}[data-theme=dark] .bg-green-500,[data-theme=dark] .bg-emerald-500{background-color:#34d399!important;box-shadow:0 0 8px #34d39980!important}[data-theme=dark] .bg-red-500,[data-theme=dark] .bg-rose-500{background-color:#f87171!important;box-shadow:0 0 8px #f8717180!important}[data-theme=dark] .bg-yellow-500,[data-theme=dark] .bg-amber-500{background-color:#fbbf24!important;box-shadow:0 0 8px #fbbf2480!important}:root{--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px);--safe-area-right: env(safe-area-inset-right, 0px);--bottom-nav-offset: var(--safe-area-bottom)}@media(max-width:767px){:root{--bottom-nav-offset: calc(64px + .5rem + var(--safe-area-bottom))}}.pb-safe{padding-bottom:calc(1rem + var(--safe-area-bottom))!important}.pt-safe{padding-top:var(--safe-area-top)!important}.pl-safe{padding-left:var(--safe-area-left)!important}.pr-safe{padding-right:var(--safe-area-right)!important}.px-safe{padding-left:var(--safe-area-left)!important;padding-right:var(--safe-area-right)!important}.mb-safe{margin-bottom:var(--safe-area-bottom)!important}.mt-safe{margin-top:var(--safe-area-top)!important}.pb-safe-1{padding-bottom:calc(.25rem + var(--safe-area-bottom))!important}.pb-safe-2{padding-bottom:calc(.5rem + var(--safe-area-bottom))!important}.pb-safe-4{padding-bottom:calc(1rem + var(--safe-area-bottom))!important}@media(max-width:767px){#agendaFab,#batch-delete-container,#fab-new-user,.fab-modern,.fab-actions,.mobile-fabs-container{bottom:calc(var(--bottom-nav-offset) + 1rem)!important}#agendaBlockFab{bottom:calc(var(--bottom-nav-offset) + 1rem + 3.5rem + .75rem)!important}}.sheet-bottom-safe{padding-bottom:var(--safe-area-bottom)}@media(max-width:767px){input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=search],input[type=url],input[type=date],input[type=time],input[type=datetime-local],input[type=month],input[type=week],select,textarea{font-size:16px!important}}@media(max-width:1024px)and (orientation:landscape){body{padding-left:var(--safe-area-left);padding-right:var(--safe-area-right)}}@media(max-width:767px){.modal-fullscreen-mobile-header,.mobile-modal-header,.modal-content>header:first-child{padding-top:calc(.75rem + var(--safe-area-top))}}@media(max-width:767px){.page-scrollable,.scroll-y-safe{padding-bottom:calc(var(--bottom-nav-offset) + 1rem)!important}}@media(max-width:767px){button:not(.bottom-nav-item):not(.context-checkbox):not([class*=text-]),.btn,[role=button]{min-height:36px}}@media(max-width:767px){[class*=rounded-t-3xl].fixed.bottom-0,[class*=rounded-t-2xl].fixed.bottom-0{padding-bottom:var(--safe-area-bottom)}}.bottom-sheet-overlay{display:none}.bottom-sheet-overlay.flex{display:flex}.bottom-sheet-overlay.opacity-0{pointer-events:none}.ds-surface-1{background-color:var(--surface-1);color:var(--content-1)}.ds-surface-2{background-color:var(--surface-2)}.ds-surface-3{background-color:var(--surface-3)}.ds-text-1{color:var(--content-1)}.ds-text-2{color:var(--content-2)}.ds-text-3{color:var(--content-3)}.ds-border{border:1px solid var(--border-1)}.ds-border-t{border-top:1px solid var(--border-1)}.ds-border-b{border-bottom:1px solid var(--border-1)}.ds-divider{background-color:var(--border-1)}.ds-shadow-sm{box-shadow:var(--ds-shadow-sm)}.ds-shadow-md{box-shadow:var(--ds-shadow-md)}.ds-shadow-lg{box-shadow:var(--ds-shadow-lg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:600;border-radius:.75rem;border:1px solid transparent;transition:all .15s ease;cursor:pointer;white-space:nowrap;line-height:1.2;outline:none;text-decoration:none;-webkit-user-select:none;user-select:none}.btn:active:not(:disabled){transform:scale(.96)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn-sm{padding:.5rem .875rem;font-size:.75rem;min-height:32px}.btn-md{padding:.625rem 1.125rem;font-size:.875rem;min-height:40px}.btn-lg{padding:.875rem 1.5rem;font-size:.9375rem;min-height:48px}@media(max-width:767px){.btn-md{padding:.75rem 1.25rem;font-size:.875rem;min-height:44px}.btn-sm{padding:.5rem 1rem;font-size:.8125rem;min-height:38px}}.btn-primary{background-color:var(--primary);color:var(--primary-contrast);box-shadow:var(--ds-shadow-primary)}.btn-primary:hover:not(:disabled){background-color:var(--primary-hover)}.btn-success{background-color:var(--success);color:var(--success-contrast)}.btn-success:hover:not(:disabled){background-color:var(--success-hover)}.btn-danger{background-color:var(--danger);color:var(--danger-contrast)}.btn-danger:hover:not(:disabled){background-color:var(--danger-hover)}.btn-warning{background-color:var(--warning);color:var(--warning-contrast)}.btn-warning:hover:not(:disabled){background-color:var(--warning-hover)}.btn-info{background-color:var(--info);color:var(--info-contrast)}.btn-info:hover:not(:disabled){background-color:var(--info-hover)}.btn-secondary{background-color:var(--surface-1);color:var(--content-1);border-color:var(--border-1)}.btn-secondary:hover:not(:disabled){background-color:var(--surface-3);border-color:var(--border-2)}.btn-ghost{background-color:transparent;color:var(--content-2)}.btn-ghost:hover:not(:disabled){background-color:var(--surface-3);color:var(--content-1)}.btn-dark{background-color:var(--surface-strong);color:var(--content-inverse)}.btn-dark:hover:not(:disabled){filter:brightness(1.1)}.btn-soft-primary{background-color:var(--primary-soft);color:var(--primary)}.btn-soft-success{background-color:var(--success-soft);color:var(--success)}.btn-soft-danger{background-color:var(--danger-soft);color:var(--danger)}.btn-soft-warning{background-color:var(--warning-soft);color:var(--warning)}.btn-soft-info{background-color:var(--info-soft);color:var(--info)}.btn-soft-primary:hover:not(:disabled),.btn-soft-success:hover:not(:disabled),.btn-soft-danger:hover:not(:disabled),.btn-soft-warning:hover:not(:disabled),.btn-soft-info:hover:not(:disabled){filter:brightness(.95)}.btn-icon{padding:0;aspect-ratio:1 / 1}.btn-icon.btn-sm{width:32px;height:32px}.btn-icon.btn-md{width:40px;height:40px}.btn-icon.btn-lg{width:48px;height:48px}@media(max-width:767px){.btn-icon.btn-md{width:44px;height:44px}}[data-theme=dark] .bg-gray-900,[data-theme=dark] .bg-slate-900,[data-theme=dark] button.bg-gray-900,[data-theme=dark] button.bg-slate-900{background-color:#27272a!important;color:#fafafa!important}[data-theme=dark] .text-black{color:#fafafa!important}[data-theme=dark] .text-indigo-400{color:#c7d2fe!important}[data-theme=dark] .text-indigo-500{color:#a5b4fc!important}[data-theme=dark] .text-indigo-600{color:#818cf8!important}[data-theme=dark] .text-indigo-700{color:#6366f1!important}[data-theme=dark] .text-indigo-800{color:#4f46e5!important}[data-theme=dark] .text-emerald-500{color:#6ee7b7!important}[data-theme=dark] .text-emerald-600{color:#34d399!important}[data-theme=dark] .text-emerald-700{color:#10b981!important}[data-theme=dark] .text-rose-500{color:#fda4af!important}[data-theme=dark] .text-rose-600{color:#fb7185!important}[data-theme=dark] .text-rose-700{color:#f43f5e!important}[data-theme=dark] .text-amber-500{color:#fcd34d!important}[data-theme=dark] .text-amber-600{color:#fbbf24!important}[data-theme=dark] .text-amber-700{color:#f59e0b!important}[data-theme=dark] .text-purple-600,[data-theme=dark] .text-violet-600{color:#a78bfa!important}[data-theme=dark] .text-purple-700,[data-theme=dark] .text-violet-700{color:#8b5cf6!important}[data-theme=dark] .text-slate-700,[data-theme=dark] .text-gray-700{color:#e4e4e7!important}[data-theme=dark] .text-slate-600,[data-theme=dark] .text-gray-600{color:#d4d4d8!important}[data-theme=dark] .text-slate-500,[data-theme=dark] .text-gray-500{color:#a1a1aa!important}[data-theme=dark] .text-slate-400,[data-theme=dark] .text-gray-400{color:#71717a!important}[data-theme=dark] .text-slate-300,[data-theme=dark] .text-gray-300{color:#52525b!important}[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]),[data-theme=dark] select,[data-theme=dark] textarea{background-color:#27272a!important;color:#fafafa!important;border-color:#3f3f46!important}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{background-color:#1c1c20!important;border-color:#818cf8!important;box-shadow:0 0 0 3px #818cf82e!important}[data-theme=dark] [class*="shadow-[0_8px_30px"],[data-theme=dark] [class*="shadow-[0_10px_30px"]{box-shadow:0 4px 12px #00000080!important}[data-theme=dark] .bg-emerald-500,[data-theme=dark] .bg-green-500,[data-theme=dark] .bg-rose-500,[data-theme=dark] .bg-red-500,[data-theme=dark] .bg-amber-500,[data-theme=dark] .bg-yellow-500{box-shadow:none!important}[data-theme=dark] [class*="bg-black/40"],[data-theme=dark] [class*="bg-slate-900/60"]{background-color:#0000008c!important}[data-theme=dark] [class*="bg-black/50"],[data-theme=dark] [class*="bg-slate-900/70"]{background-color:#000000a6!important}[data-theme=dark] .hover\:bg-gray-50:hover,[data-theme=dark] .hover\:bg-slate-50:hover{background-color:#1c1c20!important}[data-theme=dark] .hover\:bg-gray-100:hover,[data-theme=dark] .hover\:bg-slate-100:hover{background-color:#27272a!important}[data-theme=dark] .hover\:bg-gray-200:hover,[data-theme=dark] .hover\:bg-slate-200:hover{background-color:#3f3f46!important}@media(max-width:767px){input[type=checkbox]:not([class*=w-5]):not([class*=w-6]):not([class*=w-7]):not([class*=w-8]),input[type=radio]:not([class*=w-5]):not([class*=w-6]):not([class*=w-7]):not([class*=w-8]){min-width:18px;min-height:18px}label:has(>input[type=checkbox]),label:has(>input[type=radio]){min-height:44px;display:inline-flex;align-items:center}}button:focus-visible,[role=button]:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(max-width:767px){.text-\[10px\]{font-size:11px!important}.text-\[9px\]{font-size:10.5px!important}}@media(max-width:767px){.toolbar-mobile-compact input[type=text],.toolbar-mobile-compact input[type=search],.toolbar-mobile-compact input[type=number],.toolbar-mobile-compact input[type=date],.toolbar-mobile-compact input[type=time],.toolbar-mobile-compact select{padding-top:.5rem!important;padding-bottom:.5rem!important;font-size:.8125rem!important;min-height:36px!important}.toolbar-mobile-compact button:not(.btn):not([class*=fixed]):not([class*=absolute]){padding-top:.5rem!important;padding-bottom:.5rem!important;font-size:.75rem!important;min-height:36px!important}.toolbar-mobile-compact .status-filter-btn,.toolbar-mobile-compact .date-preset-btn,.toolbar-mobile-compact .type-filter-btn,.toolbar-mobile-compact .view-mode-btn{padding:.375rem .75rem!important;font-size:.6875rem!important;min-height:30px!important}.toolbar-mobile-compact .mb-4{margin-bottom:.5rem!important}.toolbar-mobile-compact .mb-3{margin-bottom:.375rem!important}.toolbar-mobile-compact .pb-2{padding-bottom:.25rem!important}.toolbar-mobile-compact .gap-3{gap:.5rem!important}}
