*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f6fa;min-height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.auth-container{background:#fff;border-radius:12px;width:100%;max-width:450px;padding:40px;animation:.3s ease-out slideIn;box-shadow:0 10px 40px #0003}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-container h1,.login-shell h1,.registerWrap h1{text-align:center;color:#333;margin-bottom:30px;font-size:32px;font-weight:700}form:not([class]){flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}form:not([class]) label,.auth-container label{color:#555;font-size:14px;font-weight:600}input[type=text],input[type=email],input[type=password],input[type=tel]{color:#333;background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:15px;transition:all .3s}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus{background:#fff;border-color:#0e4a58;box-shadow:0 0 0 3px #0e4a5833}input::placeholder{color:#aaa}.helper-text{color:#666;margin-top:4px;font-size:12px}button[type=submit]:not(.admin-btn):not(.brands-new-btn){color:#fff;cursor:pointer;background:linear-gradient(135deg,#0e4a58 0%,#0b3240 100%);border:none;border-radius:8px;width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0e4a5859}button[type=submit]:not(.admin-btn):not(.brands-new-btn):hover{transform:translateY(-2px);box-shadow:0 6px 20px #0e4a5880}button[type=submit]:not(.admin-btn):not(.brands-new-btn):disabled{cursor:not-allowed;box-shadow:none;background:#ccc;transform:none}.alert{border-radius:8px;align-items:center;gap:10px;margin-bottom:20px;padding:14px 16px;font-size:14px;display:flex}.alert-error{color:#c33;background-color:#fee;border:1px solid #fcc}.alert-success{color:#363;background-color:#efe;border:1px solid #cfc}.auth-footer{text-align:center;color:#666;border-top:1px solid #eee;margin-top:24px;padding-top:20px;font-size:14px}.auth-footer a{color:#0e4a58;font-weight:600;text-decoration:none}.auth-footer a:hover{color:#0b3240;text-decoration:underline}.spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{background:#f5f5f5;min-height:100vh}.dashboard-header{background:#fff;padding:20px;box-shadow:0 2px 8px #0000001a}.dashboard-header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.dashboard-title{color:#333;font-size:24px;font-weight:700}.btn-logout{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;padding:10px 20px;font-weight:600;transition:background .2s}.btn-logout:hover{background:#c82333}.dashboard-content{max-width:1200px;margin:40px auto;padding:0 20px}.card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 12px #00000014}.card-title{color:#333;margin-bottom:20px;font-size:20px;font-weight:600}.info-row{border-bottom:1px solid #f0f0f0;padding:12px 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#555;min-width:140px;font-weight:600}.info-value{color:#333;word-break:break-all}.success-banner{color:#fff;text-align:center;background:linear-gradient(135deg,#0e4a58 0%,#0b3240 100%);border-radius:8px;margin-top:24px;padding:16px;font-size:14px}@media (max-width:480px){.auth-container{padding:30px 20px}h1{font-size:28px}}.register-page{max-width:1100px;margin:0 auto;padding:32px 16px}.register-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.register-title{color:#111827;margin:0;font-size:40px;font-weight:800}.register-subtitle{color:#6b7280;margin:6px 0 0}.btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-weight:600;display:inline-flex}.btn-primary{color:#fff;background:#111827;border-color:#111827}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:16px;padding:18px}.grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:760px){.grid-2{grid-template-columns:1fr}}.field label{color:#374151;margin-bottom:6px;font-weight:600;display:block}.field input,.field select,.field textarea{background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:12px}.actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.auth-page{background:linear-gradient(135deg,#0e4a58 0%,#0b3240 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.dash{width:100%;min-height:100vh;display:flex}.dash-sidebar{color:#fff;background:linear-gradient(#1e6a7a 0%,#0e4a58 45%,#0b3240 100%);width:260px;padding:20px}.dash-logo{margin-bottom:18px;font-size:20px;font-weight:800}.dash-nav{flex-direction:column;gap:10px;display:flex}.dash-link{color:#fff;background:#ffffff14;border-radius:10px;padding:12px;text-decoration:none}.dash-link:hover{background:#ffffff2e}.dash-main{background:#f5f6fa;flex:1;padding:24px}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.z-50{z-index:50}.col-span-2{grid-column:span 2/span 2}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-\[16\/9\]{aspect-ratio:16/9}.min-h-screen{min-height:100vh}.\!w-full{width:100%!important}.w-full{width:100%}.\!max-w-full{max-width:100%!important}.max-w-\[220px\]{max-width:220px}.max-w-\[240px\]{max-width:240px}.\!min-w-\[180px\]{min-width:180px!important}.min-w-\[160px\]{min-width:160px}.min-w-\[200px\]{min-width:200px}.min-w-\[220px\]{min-width:220px}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.\!flex-1{flex:1!important}.\!flex-none{flex:none!important}.flex-1{flex:1}.shrink-0{flex-shrink:0}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}.self-start{align-self:flex-start}.\!truncate{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.rounded-\[14px\]{border-radius:14px}.rounded-\[18px\]{border-radius:18px}.rounded-\[20px\]{border-radius:20px}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-\[\#cfe8ec\]{border-color:#cfe8ec}.bg-\[\#f7fbfc\]{background-color:#f7fbfc}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-top{vertical-align:top}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-\[\#0b3240\]{color:#0b3240}.text-\[\#0e4a58\]{color:#0e4a58}.text-inherit{color:inherit}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow-\[0_10px_24px_rgba\(15\,23\,42\,0\.12\)\]{--tw-shadow:0 10px 24px var(--tw-shadow-color,#0f172a1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@media (hover:hover){.hover\:underline:hover{text-decoration-line:underline}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}:root{--theme:#0e4a58;--theme-dark:#0b3240;--theme-soft:#1e6a7a;--theme-focus:#0e4a5833}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f6fa;min-height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.auth-container{background:#fff;border-radius:12px;width:100%;max-width:450px;padding:40px;animation:.3s ease-out slideIn;box-shadow:0 10px 40px #0003}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-container h1,.login-shell h1,.registerWrap h1{text-align:center;color:#333;margin-bottom:30px;font-size:32px;font-weight:700}form:not([class]){flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}form:not([class]) label,.auth-container label{color:#555;font-size:14px;font-weight:600}input[type=text],input[type=email],input[type=password],input[type=tel]{color:#333;background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:15px;transition:all .3s}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus{border-color:var(--theme);box-shadow:0 0 0 3px var(--theme-focus);background:#fff}input::placeholder{color:#aaa}.helper-text{color:#666;margin-top:4px;font-size:12px}button[type=submit]:not(.admin-btn):not(.brands-new-btn){background:linear-gradient(135deg,var(--theme-soft)0%,var(--theme)100%);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0e4a5859}button[type=submit]:not(.admin-btn):not(.brands-new-btn):hover{transform:translateY(-2px);box-shadow:0 6px 20px #0e4a5880}button[type=submit]:not(.admin-btn):not(.brands-new-btn):disabled{cursor:not-allowed;box-shadow:none;background:#ccc;transform:none}.alert{border-radius:8px;align-items:center;gap:10px;margin-bottom:20px;padding:14px 16px;font-size:14px;display:flex}.alert-error{color:#c33;background-color:#fee;border:1px solid #fcc}.alert-success{color:#363;background-color:#efe;border:1px solid #cfc}.auth-footer{text-align:center;color:#666;border-top:1px solid #eee;margin-top:24px;padding-top:20px;font-size:14px}.auth-footer a{color:var(--theme);font-weight:600;text-decoration:none}.auth-footer a:hover{color:var(--theme-dark);text-decoration:underline}.spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{background:#f5f5f5;min-height:100vh}.dashboard-header{background:#fff;padding:20px;box-shadow:0 2px 8px #0000001a}.dashboard-header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.dashboard-title{color:#333;font-size:24px;font-weight:700}.btn-logout{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;padding:10px 20px;font-weight:600;transition:background .2s}.btn-logout:hover{background:#c82333}.dashboard-content{max-width:1200px;margin:40px auto;padding:0 20px}.card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 12px #00000014}.card-title{color:#333;margin-bottom:20px;font-size:20px;font-weight:600}.info-row{border-bottom:1px solid #f0f0f0;padding:12px 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#555;min-width:140px;font-weight:600}.info-value{color:#333;word-break:break-all}.success-banner{background:linear-gradient(135deg,var(--theme-soft)0%,var(--theme-dark)100%);color:#fff;text-align:center;border-radius:8px;margin-top:24px;padding:16px;font-size:14px}@media (max-width:480px){.auth-container{padding:30px 20px}h1{font-size:28px}}.admin-tabs{scrollbar-width:thin;background:linear-gradient(#fffffffa 0%,#f8fafc 100%);border-bottom:1px solid #d7dce5;align-items:flex-end;gap:.5rem;margin:0;padding:0 2rem;display:flex;overflow-x:auto;box-shadow:inset 0 -1px #94a3b82e}.admin-tab{color:#6b7280;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-bottom:3px solid #0000;justify-content:center;align-items:center;min-height:52px;padding:.95rem 1.4rem;font-size:.88rem;font-weight:800;text-decoration:none;transition:color .2s,border-color .2s,background-color .2s;display:inline-flex}.admin-tab:hover{color:#374151;background-color:#0e4a5814}.admin-tab.active{color:var(--theme);border-bottom-color:var(--theme);background:linear-gradient(#0e4a5805 0%,#0e4a581a 100%)}.admin-tab.active span{position:relative}@media (max-width:768px){.admin-tabs{gap:.125rem;padding:0 1rem}.admin-tab{letter-spacing:.06em;min-height:46px;padding:.8rem .9rem;font-size:.8rem}}.admin-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;overflow:hidden;box-shadow:0 8px 24px #0f172a0d}.admin-table{border-collapse:collapse;width:100%}.admin-table thead{background:#f8fafc;border-bottom:1px solid #e5e7eb}.admin-table thead th{color:#374151;letter-spacing:.08em;text-align:left;text-transform:uppercase;padding:1.2rem 1.5rem;font-size:.82rem;font-weight:800}.admin-table tbody tr{border-top:1px solid #eef2f7}.admin-table tbody td{color:#374151;vertical-align:middle;padding:1.35rem 1.5rem;font-size:.95rem}.admin-table tbody td a{color:var(--theme);font-weight:700;text-decoration:none}.admin-table tbody td a:hover{color:var(--theme-dark);text-decoration:underline}.admin-table-meta{color:#6b7280}.admin-empty-state{text-align:center;padding:2.5rem 1.5rem}.admin-empty-state-text{color:#6b7280;margin:0;font-size:.95rem}.admin-status-badge{border-radius:9999px;align-items:center;padding:.42rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.admin-status-enabled{color:#166534;background:#dcfce7}.admin-status-disabled{color:#6b7280;background:#f3f4f6}.admin-action-btn.admin-action-view{color:var(--theme);font-size:.9rem;font-weight:700}.admin-action-btn.admin-action-view:hover{color:var(--theme-dark)}@media (max-width:768px){.admin-table thead th,.admin-table tbody td{padding:1rem}}.activity-rich-editor{background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;overflow:hidden}.activity-rich-editor-toolbar{background:#f8fafc;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:4px;padding:8px;display:flex}.activity-rich-editor-toolbar button{cursor:pointer;background:0 0;border:0;border-radius:5px;padding:6px 9px;font-size:13px}.activity-rich-editor-toolbar button:hover{background:#e5e7eb}.activity-rich-editor-toolbar button.active{background:#e2e8f0}.activity-rich-editor-toolbar button:disabled{opacity:.4;cursor:not-allowed}.activity-rich-editor-divider{background:#d1d5db;width:1px;height:22px;margin:0 4px}.activity-rich-editor .tiptap{outline:none;min-height:180px;padding:14px 16px;font-size:14px;line-height:1.6}.activity-rich-editor .tiptap p{margin:0 0 8px}.activity-rich-editor .tiptap ul{margin:8px 0;padding-left:24px;list-style-type:disc}.activity-rich-editor .tiptap ol{margin:8px 0;padding-left:24px;list-style-type:decimal}.activity-rich-editor .tiptap a{text-decoration:underline}.activity-rich-editor .tiptap:focus{outline:none}.activity-tags-input{width:100%}.activity-tags-input-row{align-items:center;gap:10px;display:flex}.activity-tags-input-field{flex:1}.activity-tags-add-btn{color:#fff;cursor:pointer;background:#e83f9f;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:25px;line-height:1;transition:transform .15s;display:flex}.activity-tags-add-btn:hover{transform:scale(1.05)}.activity-tags-list{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.activity-tag{color:#173b7a;background:#dbe7ff;border-radius:4px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;line-height:1;display:inline-flex}.activity-tag-remove{color:#173b7a;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:14px;line-height:1}.activity-tag-remove:hover{color:#000}.activity-schedule{flex-direction:column;gap:18px;display:flex}.schedule-card{background:#fff;border:1px solid #e5e7ef;border-radius:10px;padding:20px;box-shadow:0 2px 8px #142d640a}.schedule-card h3{color:#002b73;margin:0 0 10px;font-size:16px;font-weight:600}.schedule-card-header{justify-content:space-between;align-items:flex-start;display:flex}.schedule-card-header p{margin:0}.schedule-description{color:#50618a;margin:0 0 12px;font-size:14px;line-height:1.5}.schedule-help-text{color:#e83f9f;margin:0 0 14px;font-size:13px}.schedule-close-btn{color:#4169e1;cursor:pointer;background:0 0;border:0;font-size:13px}.schedule-date-row{align-items:center;gap:14px;display:flex}.schedule-date-input{color:#173b7a;border:1px solid #cbd5e1;border-radius:4px;width:150px;height:36px;padding:0 10px;font-size:13px}.schedule-clear-btn{color:#4169e1;cursor:pointer;background:0 0;border:0;font-size:13px}.schedule-divider{background:#e5e7ef;height:1px;margin:18px 0}.schedule-sub-section{margin-top:6px}.schedule-sub-title{color:#002b73;margin-bottom:7px;font-size:14px;font-weight:600}.schedule-calendar-icon{margin-right:7px}.schedule-option-group{border-radius:4px;display:inline-flex;overflow:hidden}.schedule-option{color:#31518a;cursor:pointer;background:#f1f3f8;border:0;padding:8px 14px;font-size:13px}.schedule-option.selected{color:#173b7a;background:#fff;font-weight:600;box-shadow:inset 0 0 0 1px #dce2ee}.schedule-note{color:#50618a;margin:12px 0 0;font-size:13px}.schedule-days{justify-content:space-between;max-width:100%;margin-top:16px;display:flex}.schedule-day{color:#536487;cursor:pointer;background:0 0;border:0;border-radius:50%;width:38px;height:38px;font-size:13px}.schedule-day.active{color:#fff;background:#4169e1;font-weight:600}.schedule-slot-actions{color:#173b7a;align-items:center;gap:9px;margin-bottom:14px;font-size:13px;display:flex}.schedule-circle-btn{cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:16px;display:flex}.schedule-circle-btn.remove,.schedule-circle-btn.add{color:#e83f9f;border:1px solid #e9a8cb}.schedule-slot-count{text-align:center;min-width:18px}.schedule-day-section{margin-top:14px}.schedule-day-title{color:#173b7a;margin-bottom:12px;font-size:14px;font-weight:600}.schedule-time-row{border-bottom:1px solid #e5e7ef;margin-bottom:16px;padding-bottom:16px;position:relative}.schedule-time-label{color:#50618a;margin-bottom:7px;font-size:13px}.schedule-time-inputs{align-items:center;gap:8px;display:flex}.schedule-time-input{color:#173b7a;border:1px solid #4169e1;border-radius:4px;width:150px;height:36px;padding:0 10px;font-size:13px}.schedule-delete-btn{color:#e83f9f;cursor:pointer;background:0 0;border:0;font-size:16px;position:absolute;top:25px;right:5px}.optional{color:#73809b;font-weight:400}.schedule-calendar{background:#fff;border:1px solid #dce2ee;border-radius:8px;width:280px;margin-top:16px;padding:16px}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.calendar-header button{color:#4169e1;cursor:pointer;background:0 0;border:0;width:32px;height:32px;font-size:22px}.calendar-header strong{color:#173b7a;font-size:14px}.calendar-weekdays{text-align:center;color:#50618a;grid-template-columns:repeat(7,1fr);margin-bottom:8px;font-size:11px;display:grid}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.calendar-date{color:#8791a8;cursor:pointer;background:0 0;border:0;border-radius:3px;width:30px;height:30px;font-size:11px}.calendar-date:hover{background:#eef2ff}.calendar-date.selected{color:#fff;background:#7d88b5}.calendar-legend{color:#50618a;gap:16px;margin-top:16px;font-size:11px;display:flex}.calendar-legend span{align-items:center;gap:5px;display:flex}.active-dot,.off-dot{border-radius:2px;width:9px;height:9px;display:inline-block}.active-dot{background:#172c70}.off-dot{background:#e3e5ea}.activity-validation-toast{z-index:99999;color:#fff;background:linear-gradient(145deg,#0b2945 0%,#103d60 55%,#0b2945 100%);border:1px solid #039ce273;border-radius:16px;align-items:flex-start;gap:14px;width:min(430px,100vw - 32px);padding:17px 18px;animation:.45s cubic-bezier(.22,1,.36,1) activityToastIn;display:flex;position:fixed;top:28px;right:28px;overflow:hidden;box-shadow:0 20px 50px #00142859,inset 0 0 0 1px #ffffff0a,0 0 30px #039ce21f}.activity-validation-toast:before{content:"";filter:blur(25px);pointer-events:none;background:#039ce22e;border-radius:50%;width:150px;height:150px;position:absolute;top:-60px;right:-50px}.activity-validation-toast-icon{color:#fff;background:linear-gradient(135deg,#039ce2,#0878b8);border-radius:12px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;font-weight:800;display:flex;position:relative;box-shadow:0 8px 20px #039ce247}.activity-validation-toast-content{flex-direction:column;flex:1;gap:4px;padding-top:1px;display:flex;position:relative}.activity-validation-toast-content strong{letter-spacing:-.01em;color:#fff;font-size:14px;font-weight:700}.activity-validation-toast-content span{color:#ffffffc7;font-size:13px;line-height:1.5}.activity-validation-toast-content small{color:#ffffff80;margin-top:3px;font-size:11px}.activity-validation-toast-close{color:#ffffffa6;cursor:pointer;background:#ffffff0f;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;line-height:1;transition:background .2s,color .2s,transform .2s;display:flex;position:relative}.activity-validation-toast-close:hover{color:#fff;background:#ffffff1f;transform:scale(1.05)}.activity-validation-toast:after{content:"";transform-origin:0;background:linear-gradient(90deg,#039ce2,#4cc9ff);width:100%;height:2px;animation:4.5s linear forwards activityToastProgress;position:absolute;bottom:0;left:0}@keyframes activityToastIn{0%{opacity:0;transform:translate(35px,-15px)scale(.96)}60%{opacity:1}to{opacity:1;transform:translate(0)scale(1)}}@keyframes activityToastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width:640px){.activity-validation-toast{width:auto;padding:15px;top:16px;left:16px;right:16px}.activity-validation-toast-icon{border-radius:10px;flex-basis:34px;width:34px;height:34px;font-size:16px}}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
