.ai-tasks-list{display:flex;flex-direction:column;height:100%}.tasks-loading{padding:16px;font-size:14px;color:#6b7280;text-align:center}.tasks-filters{padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.tasks-title{margin:0 0 8px;font-size:14px;font-weight:600;color:#374151}.filter-row{display:flex;gap:8px;flex-wrap:wrap}.filter-select{font-size:12px;padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#374151;cursor:pointer}.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.tasks-count{margin-top:8px;font-size:12px;color:#9ca3af}.tasks-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}.task-empty{padding:24px 16px;font-size:14px;color:#9ca3af;text-align:center}.task-item{padding:12px 16px;border-bottom:1px solid #e5e7eb;transition:background .15s}.task-item:hover{background:#f9fafb}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:12px}.task-type-status{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.task-type{font-size:13px;font-weight:600;color:#1f2937}.task-status{padding:2px 8px;font-size:11px;font-weight:600;border-radius:12px;text-transform:capitalize}.status-completed{background:#d1fae5;color:#065f46}.status-failed{background:#fee2e2;color:#991b1b}.status-running{background:#dbeafe;color:#1e40af}.status-pending{background:#fef3c7;color:#92400e}.status-default{background:#f3f4f6;color:#4b5563}.task-badge{padding:2px 6px;font-size:10px;font-weight:500;border-radius:4px}.task-badge.dry-run{background:#e0e7ff;color:#3730a3}.task-badge.action-executed{background:#d1fae5;color:#065f46}.task-time{font-size:11px;color:#9ca3af;white-space:nowrap}.task-prompt{font-size:12px;color:#6b7280;margin:0 0 8px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.task-related{display:flex;align-items:center;gap:8px;font-size:12px}.related-type{padding:2px 6px;background:#eff6ff;color:#1d4ed8;border-radius:4px}.related-link{color:#2563eb;background:none;border:none;cursor:pointer;font-size:12px;padding:0;text-decoration:none}.related-link:hover{color:#1d4ed8;text-decoration:underline}.task-error{margin-top:8px;padding:8px;font-size:12px;color:#dc2626;background:#fef2f2;border-radius:6px}.task-success{margin-top:8px;padding:8px;font-size:12px;color:#16a34a;background:#f0fdf4;border-radius:6px}.task-action-result{margin-top:8px;padding:8px;font-size:12px;border-radius:6px}.task-action-result.success{color:#16a34a;background:#f0fdf4}.task-action-result.error{color:#dc2626;background:#fef2f2}:is(:root[data-theme=dark],.dark) .tasks-loading{color:#9ca3af}:is(:root[data-theme=dark],.dark) .tasks-filters{background:#1f2937;border-color:#374151}:is(:root[data-theme=dark],.dark) .tasks-title{color:#f3f4f6}:is(:root[data-theme=dark],.dark) .filter-select{background:#111827;border-color:#374151;color:#e5e7eb}:is(:root[data-theme=dark],.dark) .filter-select:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}:is(:root[data-theme=dark],.dark) .tasks-count{color:#6b7280}:is(:root[data-theme=dark],.dark) .task-empty{color:#6b7280}:is(:root[data-theme=dark],.dark) .task-item{background:transparent;border-color:#374151}:is(:root[data-theme=dark],.dark) .task-item:hover{background:#3741514d}:is(:root[data-theme=dark],.dark) .task-type{color:#f3f4f6}:is(:root[data-theme=dark],.dark) .task-time{color:#6b7280}:is(:root[data-theme=dark],.dark) .task-prompt{color:#9ca3af}:is(:root[data-theme=dark],.dark) .status-completed{background:#064e3b;color:#a7f3d0}:is(:root[data-theme=dark],.dark) .status-failed{background:#7f1d1d;color:#fecaca}:is(:root[data-theme=dark],.dark) .status-running{background:#1e3a8a;color:#bfdbfe}:is(:root[data-theme=dark],.dark) .status-pending{background:#78350f;color:#fcd34d}:is(:root[data-theme=dark],.dark) .status-default{background:#374151;color:#d1d5db}:is(:root[data-theme=dark],.dark) .task-badge.dry-run{background:#312e81;color:#c7d2fe}:is(:root[data-theme=dark],.dark) .task-badge.action-executed{background:#064e3b;color:#a7f3d0}:is(:root[data-theme=dark],.dark) .related-type{background:#1e3a8a;color:#93c5fd}:is(:root[data-theme=dark],.dark) .related-link{color:#60a5fa}:is(:root[data-theme=dark],.dark) .related-link:hover{color:#93c5fd}:is(:root[data-theme=dark],.dark) .task-error{background:#450a0a;color:#fca5a5}:is(:root[data-theme=dark],.dark) .task-success{background:#052e16;color:#86efac}:is(:root[data-theme=dark],.dark) .task-action-result.success{background:#052e16;color:#86efac}:is(:root[data-theme=dark],.dark) .task-action-result.error{background:#450a0a;color:#fca5a5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.message{animation:fadeInUp .3s ease-out}.empty-icon{animation:float 3s ease-in-out infinite}.route-visualization{display:flex;flex-direction:column;gap:1.5rem;width:100%;background:#fff}.route-visualization-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(360px,1.2fr);gap:1.5rem;align-items:stretch}.route-map-panel{position:relative}.route-map-wrapper{position:relative;width:100%;min-height:440px;height:100%;border-radius:.75rem;overflow:hidden;background:#f9fafb}.map-container{width:100%;height:100%;border-radius:.75rem}.route-details-panel{padding:1.5rem;overflow-y:auto;background:#f9fafb;border-radius:.75rem}.route-details-panel h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.route-details-panel h4{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-top:1.5rem;margin-bottom:.75rem}.route-summary{background:#fff;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;border:1px solid #E5E7EB}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #F3F4F6}.summary-item:last-child{border-bottom:none}.summary-item .label{font-size:.875rem;color:#6b7280;font-weight:500}.summary-item .value{font-size:1rem;color:#111827;font-weight:600}.route-segments{display:flex;flex-direction:column;gap:.75rem}.segment-item{background:#fff;border-radius:.5rem;padding:1rem;border:1px solid #E5E7EB;transition:all .2s}.segment-item:hover{border-color:#4f46e5;box-shadow:0 2px 4px #4f46e51a}.segment-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.segment-number{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:#4f46e5;color:#fff;font-size:.75rem;font-weight:600}.segment-label{font-size:.875rem;font-weight:600;color:#111827}.segment-locations{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;color:#6b7280}.segment-locations .arrow{color:#9ca3af}.segment-stats{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563;font-weight:500}.segment-stats .separator{color:#d1d5db}.route-visualization-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;background:#f9fafb;border-radius:.75rem}.spinner{width:3rem;height:3rem;border:4px solid #E5E7EB;border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.route-visualization-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;background:#fef2f2;border-radius:.75rem;padding:2rem;text-align:center}.route-visualization-error button{margin-top:1rem;padding:.5rem 1rem;background:#dc2626;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background .2s}.route-visualization-error button:hover{background:#b91c1c}.route-visualization-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;background:#f9fafb;border-radius:.75rem;padding:2rem;text-align:center;color:#6b7280}.placeholder-icon{font-size:4rem;margin-bottom:1rem}@media(max-width:1024px){.route-visualization{grid-template-columns:1fr;height:auto}.route-visualization-grid{grid-template-columns:1fr}.map-container{height:400px;border-radius:.75rem .75rem 0 0}.route-map-wrapper{min-height:360px}.route-details-panel{max-height:400px}}@media(max-width:640px){.route-visualization{gap:1rem}.route-details-panel{padding:1rem}.segment-item{padding:.75rem}.segment-locations{flex-direction:column;align-items:flex-start;gap:.25rem}.segment-locations .arrow{display:none}}.dark .route-visualization{background:#111827}.dark .route-details-panel{background:#1f2937}.dark .route-details-panel h3{color:#f3f4f6}.dark .route-details-panel h4{color:#9ca3af}.dark .route-summary{background:#111827;border-color:#374151}.dark .summary-item{border-bottom-color:#374151}.dark .summary-item .label{color:#9ca3af}.dark .summary-item .value{color:#f3f4f6}.dark .segment-item{background:#111827;border-color:#374151}.dark .segment-item:hover{border-color:#6366f1;box-shadow:0 2px 4px #6366f133}.dark .segment-label{color:#f3f4f6}.dark .segment-locations{color:#9ca3af}.dark .segment-locations .arrow{color:#6b7280}.dark .segment-stats{color:#d1d5db}.dark .segment-stats .separator{color:#4b5563}.dark .route-visualization-placeholder{background:#1f2937;color:#9ca3af}.dark .route-visualization-loading{background:#1f2937}.dark .spinner{border-color:#374151;border-top-color:#6366f1}.combobox-multi-select{position:relative;width:100%}.combobox-disabled{opacity:.6;pointer-events:none}.combobox-error .combobox-input{border-color:#ef4444}.combobox-label{display:block;font-size:14px;font-weight:500;color:#1f2937;margin-bottom:4px}.combobox-description{display:block;font-size:12px;font-weight:400;color:#6b7280;margin-top:2px}.combobox-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.combobox-input-wrapper{position:relative;width:100%}.combobox-input{width:100%;height:40px;padding:8px 36px 8px 12px;font-size:14px;line-height:1.5;color:#1f2937;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;transition:all .15s ease}.combobox-input:focus{outline:none;border-color:#2f80ed;box-shadow:0 0 0 3px #2f80ed1a}.combobox-input::-moz-placeholder{color:#9ca3af}.combobox-input::placeholder{color:#9ca3af}.combobox-input-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7280;background:transparent;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.combobox-input-icon:hover{color:#374151}.combobox-input-icon:focus{outline:none}.combobox-error-message{margin-top:4px;font-size:12px;color:#ef4444}.combobox-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:400px;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 25px #0000001a;overflow-y:auto;z-index:1000}.combobox-section{padding:8px 0}.combobox-section:not(:last-child){border-bottom:1px solid #e5e7eb}.combobox-section-title{padding:8px 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.combobox-section-items{display:flex;flex-direction:column}.combobox-item{cursor:pointer;transition:background-color .15s ease}.combobox-item:hover,.combobox-item-focused{background-color:#f3f4f6}.combobox-no-results{padding:24px;text-align:center;font-size:14px;color:#6b7280}@media(max-width:768px){.combobox-dropdown{position:fixed;inset:auto 0 0;max-height:70vh;border-radius:16px 16px 0 0;box-shadow:0 -10px 25px #00000026}}.driver-list-item{display:flex;align-items:flex-start;gap:12px;padding:12px;cursor:pointer;transition:background-color .15s ease}.driver-list-item:hover{background-color:#f3f4f6}.driver-list-item-selected{background-color:#eff6ff}.driver-list-item-avatar{flex-shrink:0}.driver-avatar,.driver-avatar-initials{width:40px;height:40px;border-radius:50%;overflow:hidden}.driver-avatar{-o-object-fit:cover;object-fit:cover}.driver-avatar-initials{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:14px;font-weight:600}.driver-list-item-content{flex:1;min-width:0}.driver-list-item-name{font-size:14px;font-weight:500;color:#1f2937;margin-bottom:2px}.driver-list-item-depot{font-size:12px;color:#6b7280;margin-bottom:6px}.driver-list-item-status{margin-bottom:4px}.driver-status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500}.driver-status-available{background-color:#d1fae5;color:#065f46}.driver-status-busy{background-color:#fed7aa;color:#92400e}.driver-status-vacation{background-color:#dbeafe;color:#1e40af}.driver-status-off,.driver-status-sick{background-color:#e5e7eb;color:#374151}.driver-list-item-next-job{margin-top:4px;font-size:11px;color:#6b7280}.driver-next-job-label{font-weight:500;margin-right:4px}.driver-list-item-check{flex-shrink:0;color:#2f80ed;margin-left:8px}.equipment-list-item{display:flex;align-items:flex-start;gap:12px;padding:12px;cursor:pointer;transition:background-color .15s ease}.equipment-list-item:hover{background-color:#f3f4f6}.equipment-list-item-selected{background-color:#eff6ff}.equipment-list-item-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border-radius:8px;color:#6b7280}.equipment-icon{width:24px;height:24px}.equipment-list-item-content{flex:1;min-width:0}.equipment-list-item-name{font-size:14px;font-weight:500;color:#1f2937;margin-bottom:2px}.equipment-list-item-type{font-size:12px;color:#6b7280;margin-bottom:2px}.equipment-list-item-location{font-size:12px;color:#6b7280;margin-bottom:6px}.equipment-list-item-status{margin-bottom:4px}.equipment-status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500}.equipment-status-available{background-color:#d1fae5;color:#065f46}.equipment-status-in-use{background-color:#fef3c7;color:#92400e}.equipment-status-maintenance{background-color:#fee2e2;color:#991b1b}.equipment-status-transport{background-color:#dbeafe;color:#1e40af}.equipment-status-unavailable{background-color:#e5e7eb;color:#374151}.equipment-list-item-assignment{margin-top:4px;font-size:11px;color:#6b7280}.equipment-assignment-label{font-weight:500;margin-right:4px}.equipment-list-item-warning{display:flex;align-items:center;gap:4px;margin-top:4px;padding:4px 8px;background-color:#fef3c7;border-radius:4px;font-size:11px;color:#92400e}.equipment-list-item-warning svg{flex-shrink:0;color:#f59e0b}.equipment-list-item-check{flex-shrink:0;color:#2f80ed;margin-left:8px}.driver-tag{position:relative;display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 4px;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:16px;font-size:13px;color:#1f2937;transition:all .15s ease}.driver-tag:hover{background-color:#e5e7eb}.driver-tag-conflict{background-color:#fef3c7;border-color:#fbbf24}.driver-tag-avatar{flex-shrink:0}.driver-tag-avatar-img,.driver-tag-avatar-initials{width:24px;height:24px;border-radius:50%;overflow:hidden}.driver-tag-avatar-img{-o-object-fit:cover;object-fit:cover}.driver-tag-avatar-initials{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:10px;font-weight:600}.driver-tag-name{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.driver-tag-warning{flex-shrink:0;color:#f59e0b;display:flex;align-items:center}.driver-tag-remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;background:transparent;border:none;border-radius:50%;color:#6b7280;cursor:pointer;transition:all .15s ease}.driver-tag-remove:hover{background-color:#d1d5db;color:#1f2937}.driver-tag-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:180px;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 25px #0000001a;padding:4px;z-index:1001}.driver-tag-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:13px;color:#1f2937;background:transparent;border:none;border-radius:4px;text-align:left;cursor:pointer;transition:background-color .15s ease}.driver-tag-menu-item:hover{background-color:#f3f4f6}.driver-tag-menu-item svg{flex-shrink:0;color:#6b7280}.driver-tag-menu-item-danger{color:#dc2626}.driver-tag-menu-item-danger svg{color:#dc2626}@media(max-width:768px){.driver-list-item,.equipment-list-item{padding:16px 12px}.driver-tag-remove{width:24px;height:24px}.combobox-tags{gap:6px}.driver-tag-menu{left:0;right:0;min-width:auto}}.kanban-board-container{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .3s ease-out}.overflow-x-auto::-webkit-scrollbar{height:8px}.overflow-x-auto::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.dark .overflow-x-auto::-webkit-scrollbar-track{background:#1f2937}.overflow-x-auto::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.dark .overflow-x-auto::-webkit-scrollbar-thumb{background:#4b5563}.overflow-x-auto::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dark .overflow-x-auto::-webkit-scrollbar-thumb:hover{background:#6b7280}.kanban-card:hover{transform:translateY(-2px);transition:transform .2s ease-out,box-shadow .2s ease-out}.kanban-column-hover{background:linear-gradient(to bottom,rgba(59,130,246,.1),transparent);transition:all .2s ease-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}*:focus-visible{outline:2px solid rgb(59,130,246);outline-offset:2px;border-radius:4px}@media(max-width:768px){.kanban-board-container{padding:0}.kanban-column{width:100%!important;min-width:100%!important}}@media(min-width:768px)and (max-width:1199px){.kanban-column{width:320px!important;min-width:280px!important}}@media(min-width:1200px){.kanban-board-container{max-width:100%}}@media(prefers-contrast:high){.kanban-card{border-width:2px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{animation:shimmer 2s infinite;background:linear-gradient(to right,#f0f0f0,#e0e0e0 20%,#f0f0f0 40% 100%);background-size:1000px 100%}.dark .skeleton{background:linear-gradient(to right,#2a2a2a,#3a3a3a 20%,#2a2a2a 40% 100%);background-size:1000px 100%}.kanban-board-container,.kanban-card,.kanban-column{transition:background-color .2s ease-out,border-color .2s ease-out}.event-quick-view-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.event-quick-view-modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:85vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:2px solid #e0e0e0;position:sticky;top:0;background:#fff;z-index:10}.modal-header h2{margin:0;font-size:22px;font-weight:600;color:#333;flex:1;padding-right:20px}.close-btn{background:none;border:none;font-size:32px;color:#999;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-btn:hover{background:#f5f5f5;color:#333}.modal-body{padding:24px}.event-badges-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.event-type-badge{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;color:#fff}.event-type-badge.rental-delivery{background:#4caf50}.event-type-badge.rental-pickup{background:#2196f3}.event-type-badge.equipment-relocation{background:#ff9800}.event-type-badge.equipment-maintenance{background:#f44336}.event-type-badge.driver-vacation{background:#9c27b0}.event-type-badge.transport-only{background:#00bcd4}.event-type-badge.custom-operation{background:#607d8b}.priority-badge{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.priority-badge.critical{background:#ffebee;color:#d32f2f;border:1px solid #D32F2F}.priority-badge.high{background:#fff3e0;color:#f57c00;border:1px solid #F57C00}.priority-badge.normal{background:#e3f2fd;color:#1976d2;border:1px solid #1976D2}.priority-badge.low{background:#f5f5f5;color:#757575;border:1px solid #757575}.status-badge{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.planned{background:#fff3e0;color:#e65100;border:1px solid #E65100}.status-badge.in-progress{background:#e3f2fd;color:#0d47a1;border:1px solid #0D47A1}.status-badge.completed{background:#e8f5e9;color:#1b5e20;border:1px solid #1B5E20}.status-badge.cancelled{background:#ffebee;color:#b71c1c;border:1px solid #B71C1C}.event-section{margin-bottom:24px}.event-section h3{font-size:15px;font-weight:600;color:#333;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}.event-section p{margin:0;color:#666;line-height:1.6}.schedule-grid{display:grid;gap:12px}.schedule-item{display:flex;justify-content:space-between;padding:10px;background:#f9f9f9;border-radius:6px}.schedule-item .label{font-weight:600;color:#666}.schedule-item .value{color:#333;font-weight:500}.resources-grid{display:flex;flex-direction:column;gap:12px}.resource-group{display:flex;flex-direction:column;gap:8px}.resource-label{font-weight:600;color:#666;font-size:13px}.resource-list{display:flex;flex-wrap:wrap;gap:6px}.resource-chip{padding:6px 12px;background:#e3f2fd;color:#1976d2;border-radius:16px;font-size:13px;font-weight:500}.notes-text{background:#f9f9f9;padding:12px;border-radius:6px;border-left:3px solid #2196F3}.reminder-icon{margin-right:8px}.notification-channels{display:flex;gap:6px;margin-top:8px}.channel-badge{padding:4px 10px;background:#e8f5e9;color:#1b5e20;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.event-metadata{margin-top:24px;padding-top:16px;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:8px}.metadata-item{display:flex;justify-content:space-between;font-size:12px}.metadata-item .label{color:#999;font-weight:500}.metadata-item .value{color:#666}.modal-footer{display:flex;justify-content:space-between;gap:12px;padding:20px 24px;border-top:2px solid #e0e0e0;position:sticky;bottom:0;background:#fff}.modal-footer .btn,.modal-footer button{padding:10px 20px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;height:36px}.btn-export-single{background:#10b981;color:#fff}.btn-export-single:hover{background:#059669}@media(max-width:768px){.event-quick-view-modal{width:95%;max-height:90vh}.modal-header{padding:16px}.modal-header h2{font-size:18px}.modal-body{padding:16px}.event-section h3{font-size:14px}.schedule-item{flex-direction:column;gap:6px}.modal-footer{padding:16px;flex-wrap:wrap}.modal-footer button{flex:1;min-width:100px}}.equipment-parts-history{display:flex;flex-direction:column;gap:24px}.equipment-parts-history .btn-icon{font-size:16px}.equipment-parts-history .button-group{display:flex;gap:12px}.equipment-parts-history .btn-invoice{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--ui-surface);border:1px solid var(--ui-border);color:#fff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease;color:var(--ui-text)}.equipment-parts-history .btn-invoice:hover{background:var(--ui-surface-2)}.equipment-parts-history .upload-area{padding:40px 20px}.equipment-parts-history .upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;border:2px dashed var(--ui-border);border-radius:12px;cursor:pointer;transition:all .3s ease}.equipment-parts-history .upload-label:hover{border-color:#2563eb;background:var(--ui-surface-2)}.equipment-parts-history .upload-icon{font-size:64px;margin-bottom:16px}.equipment-parts-history .upload-label h4{margin:0 0 8px;font-size:18px;color:var(--ui-text)}.equipment-parts-history .upload-label p{margin:4px 0;font-size:14px;color:var(--ui-text-muted)}.equipment-parts-history .ai-note{margin-top:16px!important;padding:12px;background:var(--ui-surface-2);border:1px solid var(--ui-border);border-radius:8px;color:var(--ui-text)!important;font-weight:500}.equipment-parts-history .extracting-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;text-align:center}.equipment-parts-history .spinner{width:50px;height:50px;border:4px solid var(--ui-border);border-top:4px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:24px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.equipment-parts-history .extracting-state h4{margin:0 0 8px;font-size:18px;color:var(--ui-text)}.equipment-parts-history .extracting-state p{margin:0;font-size:14px;color:var(--ui-text-muted)}.equipment-parts-history .timeline{position:relative;padding-left:40px}.equipment-parts-history .timeline:before{content:"";position:absolute;left:16px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--ui-border),transparent)}.equipment-parts-history .timeline-item{position:relative;margin-bottom:32px}.equipment-parts-history .timeline-marker{position:absolute;left:-24px;top:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;border:1px solid var(--ui-border);z-index:1}.equipment-parts-history .timeline-content{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:12px;padding:20px;transition:background-color .15s ease,border-color .15s ease}.equipment-parts-history .timeline-content:hover{background:var(--ui-surface-2)}.equipment-parts-history .content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--ui-border)}.equipment-parts-history .header-left{display:flex;align-items:center;gap:12px}.equipment-parts-history .part-name{margin:0;font-size:18px;font-weight:600;color:var(--ui-text)}.equipment-parts-history .reason-badge{padding:4px 12px;color:#fff;font-size:11px;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.equipment-parts-history .date{font-size:14px;color:var(--ui-text-muted);font-weight:500}.equipment-parts-history .content-details{display:flex;flex-direction:column;gap:8px}.equipment-parts-history .detail-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.equipment-parts-history .detail-row.total{margin-top:8px;padding-top:12px;border-top:1px solid var(--ui-border)}.equipment-parts-history .detail-label{font-size:13px;color:var(--ui-text-muted);font-weight:500}.equipment-parts-history .detail-value{font-size:14px;color:var(--ui-text);font-weight:500}.equipment-parts-history .detail-value.cost{color:#2563eb;font-weight:600}.equipment-parts-history .total-cost{font-size:18px;color:#16a34a;font-weight:700}.equipment-parts-history .description{margin-top:12px;padding:12px;background:var(--ui-surface-2);border:1px solid var(--ui-border);border-radius:6px}.equipment-parts-history .description p{margin:0;font-size:14px;color:var(--ui-text);line-height:1.5}.equipment-parts-history .mechanic-info{display:flex;align-items:center;gap:6px;margin-top:12px;font-size:13px;color:var(--ui-text-muted)}.equipment-parts-history .mechanic-icon{font-size:16px}.equipment-parts-history .ai-badge{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:6px 12px;background:#6366f124;color:var(--ui-text);border:1px solid var(--ui-border);border-radius:12px;font-size:12px;font-weight:600}.equipment-parts-history .ai-icon{font-size:14px}.equipment-parts-history .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.equipment-parts-history .empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.equipment-parts-history .empty-state h4{margin:0 0 8px;font-size:20px;color:var(--ui-text)}.equipment-parts-history .empty-state p{margin:0 0 24px;color:var(--ui-text-muted)}.equipment-parts-history .dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.equipment-parts-history .dialog{background:var(--ui-surface);border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow:auto;border:1px solid var(--ui-border)}.equipment-parts-history .dialog-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--ui-border)}.equipment-parts-history .dialog-header h3{margin:0;font-size:18px;font-weight:600;color:var(--ui-text)}.equipment-parts-history .btn-close{background:none;border:none;font-size:28px;color:var(--ui-text-muted);cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.equipment-parts-history .btn-close:hover{color:var(--ui-text)}.equipment-parts-history .dialog-body{padding:20px}.equipment-parts-history .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.equipment-parts-history .form-group{margin-bottom:20px}.equipment-parts-history .form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:var(--ui-text)}.equipment-parts-history .form-group input,.equipment-parts-history .form-group select,.equipment-parts-history .form-group textarea{width:100%;padding:10px 12px;border:1px solid var(--ui-border);border-radius:6px;font-size:14px;font-family:inherit;background:var(--ui-surface);color:var(--ui-text)}.equipment-parts-history .form-group textarea{resize:vertical}.equipment-parts-history .form-group input:focus,.equipment-parts-history .form-group select:focus,.equipment-parts-history .form-group textarea:focus{outline:none;border-color:#2563eb}.equipment-parts-history .dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--ui-border)}.equipment-parts-history .btn-cancel{padding:10px 20px;background:var(--ui-surface-2);color:var(--ui-text);border:1px solid var(--ui-border);border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease}.equipment-parts-history .btn-cancel:hover{background:var(--ui-surface-3)}.equipment-parts-history .btn-submit{padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease}.equipment-parts-history .btn-submit:hover{background:#1d4ed8}@media(max-width:768px){.equipment-parts-history .form-row{grid-template-columns:1fr}.equipment-parts-history .stats-row{flex-direction:column;align-items:stretch}.equipment-parts-history .stat-card{max-width:none}}.ai-settings-tab{width:100%}.settings-header{margin-bottom:32px}.header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.settings-header h2{margin:0;font-size:24px;font-weight:600;color:#1f2937}.dark .settings-header h2{color:#f3f4f6}.save-status{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:16px;font-size:13px;font-weight:500;transition:all .3s ease}.save-status.saving{background:#fef3c7;color:#92400e;animation:pulse 1.5s ease-in-out infinite}.dark .save-status.saving{background:#451a03;color:#fbbf24}.save-status.saved{background:#d1fae5;color:#065f46}.dark .save-status.saved{background:#022c22;color:#34d399}.save-status.error{background:#fee2e2;color:#991b1b}.dark .save-status.error{background:#450a0a;color:#f87171}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.settings-description{margin:0;font-size:14px;color:#6b7280}.dark .settings-description{color:#9ca3af}.loading-state{padding:48px 24px;text-align:center;color:#6b7280;font-size:16px}.dark .loading-state{color:#9ca3af}.alert{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;margin-bottom:24px;font-size:14px}.alert-icon{font-size:18px}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.dark .alert-error{background:#450a0a;color:#fca5a5;border:1px solid #7f1d1d}.alert-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.dark .alert-success{background:#022c22;color:#6ee7b7;border:1px solid #065f46}.settings-section{background:#fff;padding:24px;border-radius:12px;border:1px solid #e5e7eb;margin-bottom:24px}.dark .settings-section{background:#1f2937;border:1px solid #374151}.settings-section h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#1f2937}.dark .settings-section h3{color:#f3f4f6}.section-description{margin:0 0 20px;font-size:14px;color:#6b7280;line-height:1.5}.dark .section-description{color:#9ca3af}.form-group{margin-bottom:20px}.form-group:last-child{margin-bottom:0}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#374151}.dark .form-group label{color:#d1d5db}.form-select,.form-input{width:100%;max-width:400px;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s;background:#f3f4f6;color:#111827}.dark .form-select,.dark .form-input{background:#374151;border:1px solid #4b5563;color:#f3f4f6}.form-select:focus,.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-select:disabled,.form-input:disabled{background:#f3f4f6;cursor:not-allowed}.dark .form-select:disabled,.dark .form-input:disabled{background:#1f2937;color:#6b7280}.field-hint{margin:8px 0 0;font-size:13px;color:#6b7280;line-height:1.4}.dark .field-hint{color:#9ca3af}.field-hint.warning{color:#d97706;font-weight:500}.dark .field-hint.warning{color:#fbbf24}.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{margin-top:3px;width:18px;height:18px;cursor:pointer;flex-shrink:0}.checkbox-text{flex:1}.checkbox-text strong{display:block;margin-bottom:4px;color:#1f2937;font-size:14px}.dark .checkbox-text strong{color:#f3f4f6}.checkbox-hint{font-size:13px;color:#6b7280;line-height:1.5}.dark .checkbox-hint{color:#9ca3af}.toggle-switch{display:flex;align-items:center;gap:12px}.toggle-switch .toggle-label{color:#374151;font-size:14px}.dark .toggle-switch .toggle-label{color:#e5e7eb}.action-controls{display:flex;gap:12px;align-items:center;margin-bottom:16px}.action-count{margin-left:auto;font-size:13px;color:#6b7280;font-weight:500}.dark .action-count{color:#9ca3af}.actions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;margin-bottom:16px}.action-checkbox{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dark .action-checkbox{background:#374151;border:1px solid #4b5563}.action-checkbox:hover{background:#f3f4f6;border-color:#d1d5db}.dark .action-checkbox:hover{background:#4b5563;border-color:#6b7280}.action-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.action-checkbox input[type=checkbox]:checked+.action-label{color:#667eea;font-weight:500}.dark .action-checkbox input[type=checkbox]:checked+.action-label{color:#93c5fd}.action-label{font-size:13px;color:#4b5563;line-height:1.3}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.config-summary{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.config-item{padding:12px 16px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px}.config-label{display:block;font-size:12px;font-weight:500;color:#6b7280;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.config-value{display:block;font-size:14px;font-weight:600;color:#1f2937}.settings-actions{display:flex;gap:12px;padding-top:24px;border-top:1px solid #e5e7eb}@media(max-width:768px){.actions-grid,.config-summary,.form-row{grid-template-columns:1fr}.action-controls{flex-wrap:wrap}.action-count{margin-left:0;width:100%;text-align:center}}.dark .settings-header h2,.dark .settings-section h3{color:#f3f4f6}.dark .settings-description,.dark .section-description,.dark .field-hint,.dark .checkbox-hint,.dark .action-count{color:#9ca3af}.dark .settings-section{background:#1f2937;border-color:#374151}.dark .form-group label,.dark .checkbox-text strong{color:#e5e7eb}.dark .form-select,.dark .form-input{background:#111827;border-color:#374151;color:#f3f4f6}.dark .form-select:focus,.dark .form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.dark .action-checkbox{background:#111827;border-color:#374151}.dark .action-checkbox:hover{background:#1f2937;border-color:#4b5563}.dark .action-label{color:#d1d5db}.dark .config-item{background:#374151;border-color:#4b5563;color:#e5e7eb;box-shadow:0 2px 4px #0000001a}.dark .config-label{color:#9ca3af}.dark .config-value{color:#f3f4f6}.dark .btn-secondary{background:#374151;color:#e5e7eb;border-color:#4b5563}.dark .btn-secondary:hover:not(:disabled){background:#4b5563}.dark .alert-error{background:#7f1d1d;color:#fecaca;border-color:#991b1b}.dark .alert-success{background:#064e3b;color:#a7f3d0;border-color:#065f46}.dark .save-status.saving{background:#78350f;color:#fcd34d}.dark .save-status.saved{background:#064e3b;color:#a7f3d0}.dark .save-status.error{background:#7f1d1d;color:#fca5a5}.scheduler-page{padding:24px;max-width:1600px;margin:0 auto}.btn-clear-filters:hover{background:var(--color-gray-200)}.btn-export{padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.btn-export:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.btn-export:disabled{background:var(--color-gray-300);cursor:not-allowed;opacity:.6}.event-type-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.event-type-rental-start{background:#e0f2fe;color:#0369a1}.event-type-rental-end{background:#fef3c7;color:#92400e}.event-type-equipment-relocation{background:#ddd6fe;color:#5b21b6}.event-type-maintenance-scheduled{background:#fecaca;color:#991b1b}.event-type-driver-vacation{background:#d1fae5;color:#065f46}.event-type-client-meeting{background:#e0e7ff;color:#3730a3}.event-type-other{background:#f3f4f6;color:#4b5563}.status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.status-planned{background:#dbeafe;color:#1e40af}.status-in-progress{background:#d1fae5;color:#065f46}.status-completed{background:#f3f4f6;color:#374151}.status-cancelled{background:#fee2e2;color:#991b1b}.priority-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.priority-critical{background:#fee2e2;color:#991b1b}.priority-high{background:#fed7aa;color:#9a3412}.priority-normal{background:#dbeafe;color:#1e40af}.priority-low{background:#f3f4f6;color:#6b7280}.resource-count{font-size:13px;color:var(--text-secondary)}.calendar-view{background:#fff;border:1px solid var(--border-color);border-radius:8px;padding:64px;text-align:center}.calendar-placeholder{max-width:400px;margin:0 auto}.calendar-placeholder p{font-size:16px;color:var(--text-secondary);margin:16px 0}.calendar-hint{font-size:14px;color:var(--text-tertiary)}.error-banner{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;color:#991b1b}.error-banner button{padding:6px 12px;background:#fff;border:1px solid #fecaca;border-radius:6px;color:#991b1b;cursor:pointer;font-size:13px;font-weight:500}.error-banner button:hover{background:#fef2f2}@media(max-width:768px){.scheduler-page{padding:16px}.page-header{flex-direction:column;gap:16px}.header-right{width:100%}.header-right button{flex:1}.scheduler-stats{grid-template-columns:repeat(2,1fr)}.filters-bar{flex-direction:column;align-items:stretch}.search-box{width:100%}.filter-group{flex-direction:column;align-items:stretch}.filter-group label{margin-bottom:4px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e5e5}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#a3a3a3}input::placeholder,textarea::placeholder{opacity:1;color:#a3a3a3}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1))}:root{--ui-bg: #fbfbfa;--ui-surface: #ffffff;--ui-surface-2: #f6f6f5;--ui-surface-3: #f0f0ee;--ui-border: #e6e6e4;--ui-text: #2f3437;--ui-text-muted: #6b6b6b;--ui-text-subtle: #a3a3a3}.dark{--ui-bg: #191919;--ui-surface: #1f1f1f;--ui-surface-2: #252525;--ui-surface-3: #2a2a2a;--ui-border: #2f2f2f;--ui-text: #e6e6e6;--ui-text-muted: #a3a3a3;--ui-text-subtle: #7d7d7d}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;font-feature-settings:"cv11","ss01";font-variation-settings:"opsz" 32;background-color:var(--ui-bg);color:var(--ui-text)}h1{font-size:24px;line-height:32px;font-weight:600;letter-spacing:-.025em}h2{font-size:20px;line-height:28px;font-weight:600;letter-spacing:-.025em}h3{font-size:16px;line-height:24px;font-weight:500}button:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(255 121 0 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 1px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(255 121 0 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 1px}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.card{border-radius:6px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:16px}.card:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1))}.section{margin-bottom:16px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1));padding-bottom:16px}.section:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1))}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:14px;line-height:20px;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn:disabled{pointer-events:none;opacity:.5}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:14px;line-height:20px;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-primary:disabled{pointer-events:none;opacity:.5}.styled-dialog-footer .btn-primary{border-radius:6px}.styled-dialog-header-actions .btn-primary{height:2.25rem;border-radius:6px;padding-left:16px;padding-right:16px;font-size:14px;line-height:20px;font-weight:500}.btn-primary{height:2.25rem;--tw-bg-opacity: 1;background-color:rgb(255 121 0 / var(--tw-bg-opacity, 1));padding-left:16px;padding-right:16px;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(230 109 0 / var(--tw-bg-opacity, 1))}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:14px;line-height:20px;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-secondary:disabled{pointer-events:none;opacity:.5}.styled-dialog-footer .btn-secondary{border-radius:6px}.styled-dialog-header-actions .btn-secondary{height:2.25rem;border-radius:6px;padding-left:16px;padding-right:16px;font-size:14px;line-height:20px;font-weight:500}.btn-secondary{height:2.25rem;border-radius:6px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:16px;padding-right:16px;--tw-text-opacity: 1;color:rgb(47 52 55 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(246 246 245 / var(--tw-bg-opacity, 1))}.btn-secondary:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}.btn-secondary:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(37 37 37 / var(--tw-bg-opacity, 1))}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:14px;line-height:20px;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-ghost:disabled{pointer-events:none;opacity:.5}.styled-dialog-footer .btn-ghost{border-radius:6px}.styled-dialog-header-actions .btn-ghost{height:2.25rem;border-radius:6px;padding-left:16px;padding-right:16px;font-size:14px;line-height:20px;font-weight:500}.btn-ghost{height:2.25rem;border-radius:6px;padding-left:12px;padding-right:12px;--tw-text-opacity: 1;color:rgb(107 107 107 / var(--tw-text-opacity, 1))}.btn-ghost:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.btn-ghost:is(.dark *){--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.btn-ghost:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(37 37 37 / var(--tw-bg-opacity, 1))}.btn-danger{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:14px;line-height:20px;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-danger:disabled{pointer-events:none;opacity:.5}.styled-dialog-footer .btn-danger{border-radius:6px}.styled-dialog-header-actions .btn-danger{height:2.25rem;border-radius:6px;padding-left:16px;padding-right:16px;font-size:14px;line-height:20px;font-weight:500}.btn-danger{height:2.25rem;border-radius:6px;--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1));padding-left:16px;padding-right:16px;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-danger:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.styled-dialog-footer .btn,.styled-dialog-footer button{border-radius:6px}.styled-dialog-footer .btn-primary,.styled-dialog-footer .btn-secondary,.styled-dialog-footer .btn-danger,.styled-dialog-footer button{height:2.25rem;padding-left:16px;padding-right:16px;font-size:14px;line-height:20px;font-weight:500}.styled-dialog-header-actions .btn,.styled-dialog-header-actions button{height:2.25rem;border-radius:6px;padding-left:16px;padding-right:16px;font-size:14px;line-height:20px;font-weight:500}.\!input{display:flex;height:2.25rem;width:100%;border-radius:6px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:8px 12px;font-size:14px;line-height:20px;--tw-text-opacity: 1;color:rgb(47 52 55 / var(--tw-text-opacity, 1))}.\!input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.\!input::placeholder{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.\!input:disabled{cursor:not-allowed;opacity:.5}.\!input:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}.\!input:is(.dark *)::-moz-placeholder{--tw-text-opacity: 1;color:rgb(125 125 125 / var(--tw-text-opacity, 1))}.\!input:is(.dark *)::placeholder{--tw-text-opacity: 1;color:rgb(125 125 125 / var(--tw-text-opacity, 1))}.input{display:flex;height:2.25rem;width:100%;border-radius:6px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:8px 12px;font-size:14px;line-height:20px;--tw-text-opacity: 1;color:rgb(47 52 55 / var(--tw-text-opacity, 1))}.input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.input::placeholder{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.input:disabled{cursor:not-allowed;opacity:.5}.input:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}.input:is(.dark *)::-moz-placeholder{--tw-text-opacity: 1;color:rgb(125 125 125 / var(--tw-text-opacity, 1))}.input:is(.dark *)::placeholder{--tw-text-opacity: 1;color:rgb(125 125 125 / var(--tw-text-opacity, 1))}select{border-radius:6px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:8px 12px;font-size:14px;line-height:20px;--tw-text-opacity: 1;color:rgb(47 52 55 / var(--tw-text-opacity, 1))}select:disabled{cursor:not-allowed;opacity:.5}select:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}input[type=date]{border-radius:6px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:8px 12px;font-size:14px;line-height:20px;--tw-text-opacity: 1;color:rgb(47 52 55 / var(--tw-text-opacity, 1))}input[type=date]:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}input[type=datetime-local]{border-radius:6px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:8px 12px;font-size:14px;line-height:20px;--tw-text-opacity: 1;color:rgb(47 52 55 / var(--tw-text-opacity, 1))}input[type=datetime-local]:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7}input[type=date]::-webkit-calendar-picker-indicator:hover,input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{opacity:1}.dark input[type=date]::-webkit-calendar-picker-indicator,.dark input[type=datetime-local]::-webkit-calendar-picker-indicator{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E")!important;opacity:.8!important}.dark input[type=date]::-webkit-calendar-picker-indicator:hover,.dark input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{opacity:1!important}.date-input{position:relative}.date-input::-webkit-calendar-picker-indicator{position:absolute;right:12px;cursor:pointer}.\!label{font-size:14px;line-height:20px;font-weight:500;--tw-text-opacity: 1;color:rgb(47 52 55 / var(--tw-text-opacity, 1))}.\!label:is(.dark *){--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}.label{font-size:14px;line-height:20px;font-weight:500;--tw-text-opacity: 1;color:rgb(47 52 55 / var(--tw-text-opacity, 1))}.label:is(.dark *){--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}.table-container{overflow:hidden;border-radius:6px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.table-container:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1))}.table{width:100%;font-size:14px;line-height:20px}.table thead{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(246 246 245 / var(--tw-bg-opacity, 1))}.table thead:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(37 37 37 / var(--tw-bg-opacity, 1))}.table th{height:40px;padding-left:16px;padding-right:16px;text-align:left;font-weight:500;--tw-text-opacity: 1;color:rgb(107 107 107 / var(--tw-text-opacity, 1))}.table th:is(.dark *){--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.table td{white-space:normal;overflow-wrap:break-word;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1));padding:12px 16px;vertical-align:top;--tw-text-opacity: 1;color:rgb(47 52 55 / var(--tw-text-opacity, 1))}.table td:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}.table tbody tr{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.table tbody tr:hover{--tw-bg-opacity: 1;background-color:rgb(246 246 245 / var(--tw-bg-opacity, 1))}.table tbody tr:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(37 37 37 / var(--tw-bg-opacity, 1))}.badge{display:inline-flex;align-items:center;border-radius:6px;padding:2px 8px;font-size:12px;line-height:16px;font-weight:500}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-left-10{left:-40px}.-left-\[9999px\]{left:-9999px}.-top-3{top:-12px}.-top-4{top:-16px}.bottom-0{bottom:0}.bottom-4{bottom:16px}.left-0{left:0}.left-1\.5{left:.375rem}.left-2{left:8px}.left-3{left:12px}.left-4{left:16px}.left-6{left:24px}.left-\[40\%\]{left:40%}.left-\[70\%\]{left:70%}.left-full{left:100%}.right-0{right:0}.right-1{right:4px}.right-1\.5{right:.375rem}.right-2{right:8px}.right-3{right:12px}.right-4{right:16px}.right-full{right:100%}.top-0{top:0}.top-1{top:4px}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-16{top:64px}.top-2{top:8px}.top-20{top:80px}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[10000\]{z-index:10000}.z-\[1090\]{z-index:1090}.z-\[1100\]{z-index:1100}.z-\[120\]{z-index:120}.z-\[60\]{z-index:60}.z-\[9999\]{z-index:9999}.order-1{order:1}.order-2{order:2}.order-3{order:3}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.mx-1{margin-left:4px;margin-right:4px}.mx-2{margin-left:8px;margin-right:8px}.mx-4{margin-left:16px;margin-right:16px}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:4px;margin-bottom:4px}.my-2{margin-top:8px;margin-bottom:8px}.my-6{margin-top:24px;margin-bottom:24px}.-mb-px{margin-bottom:-1px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:2px}.mb-1{margin-bottom:4px}.mb-1\.5{margin-bottom:.375rem}.mb-12{margin-bottom:48px}.mb-16{margin-bottom:64px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.ml-1{margin-left:4px}.ml-12{margin-left:48px}.ml-16{margin-left:64px}.ml-2{margin-left:8px}.ml-3{margin-left:12px}.ml-4{margin-left:16px}.ml-5{margin-left:20px}.ml-auto{margin-left:auto}.mr-1{margin-right:4px}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:8px}.mr-3{margin-right:12px}.mr-4{margin-right:16px}.mt-0\.5{margin-top:2px}.mt-1{margin-top:4px}.mt-1\.5{margin-top:.375rem}.mt-12{margin-top:48px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.\!h-12{height:48px!important}.h-0\.5{height:2px}.h-1{height:4px}.h-1\.5{height:.375rem}.h-10{height:40px}.h-11{height:2.75rem}.h-12{height:48px}.h-14{height:3.5rem}.h-16{height:64px}.h-2{height:8px}.h-2\.5{height:.625rem}.h-20{height:80px}.h-24{height:96px}.h-3{height:12px}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:16px}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:20px}.h-6{height:24px}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:32px}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[34px\]{height:34px}.h-\[40px\]{height:40px}.h-\[calc\(100vh-120px\)\]{height:calc(100vh - 120px)}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-52{max-height:13rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[300px\]{max-height:300px}.max-h-\[320px\]{max-height:320px}.max-h-\[400px\]{max-height:400px}.max-h-\[500px\]{max-height:500px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[80px\]{max-height:80px}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-280px\)\]{max-height:calc(100vh - 280px)}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-\[240px\]{min-height:240px}.min-h-\[26px\]{min-height:26px}.min-h-\[300px\]{min-height:300px}.min-h-\[400px\]{min-height:400px}.min-h-\[42px\]{min-height:42px}.min-h-\[520px\]{min-height:520px}.min-h-\[80px\]{min-height:80px}.min-h-\[90px\]{min-height:90px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-10{width:40px}.w-11{width:2.75rem}.w-12{width:48px}.w-14{width:3.5rem}.w-16{width:64px}.w-2{width:8px}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:80px}.w-24{width:96px}.w-28{width:7rem}.w-3{width:12px}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:16px}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:20px}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:24px}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:32px}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[160px\]{width:160px}.w-\[180px\]{width:180px}.w-\[420px\]{width:420px}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[1120px\]{min-width:1120px}.min-w-\[120px\]{min-width:120px}.min-w-\[150px\]{min-width:150px}.min-w-\[160px\]{min-width:160px}.min-w-\[200px\]{min-width:200px}.min-w-\[220px\]{min-width:220px}.min-w-\[60px\]{min-width:60px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1000px\]{max-width:1000px}.max-w-\[1100px\]{max-width:1100px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[180px\]{max-width:180px}.max-w-\[220px\]{max-width:220px}.max-w-\[250px\]{max-width:250px}.max-w-\[280px\]{max-width:280px}.max-w-\[600px\]{max-width:600px}.max-w-\[70\%\]{max-width:70%}.max-w-\[80px\]{max-width:80px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-screen-2xl{max-width:1536px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.origin-top{transform-origin:top}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: 4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x: 24px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-3{--tw-rotate: 3deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.03\]{--tw-scale-x: 1.03;--tw-scale-y: 1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-bg{0%,to{background-color:transparent}50%{background-color:#fef3c7}}.animate-pulse-bg{animation:pulse-bg 2.5s ease-in-out}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.touch-pan-y{--tw-pan-y: pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-manipulation{touch-action:manipulation}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.auto-cols-\[20rem\]{grid-auto-columns:20rem}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:2px}.gap-1{gap:4px}.gap-1\.5{gap:.375rem}.gap-12{gap:48px}.gap-2{gap:8px}.gap-2\.5{gap:.625rem}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.gap-8{gap:32px}.gap-x-10{-moz-column-gap:40px;column-gap:40px}.gap-x-4{-moz-column-gap:16px;column-gap:16px}.gap-x-8{-moz-column-gap:32px;column-gap:32px}.gap-y-1{row-gap:4px}.gap-y-2{row-gap:8px}.gap-y-4{row-gap:16px}.gap-y-5{row-gap:20px}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(4px * var(--tw-space-x-reverse));margin-left:calc(4px * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(12px * var(--tw-space-x-reverse));margin-left:calc(12px * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(16px * var(--tw-space-x-reverse));margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(24px * var(--tw-space-x-reverse));margin-left:calc(24px * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(32px * var(--tw-space-x-reverse));margin-left:calc(32px * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4px * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8px * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12px * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16px * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(32px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(32px * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-border>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(230 230 228 / var(--tw-divide-opacity, 1))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 245 245 / var(--tw-divide-opacity, 1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 229 229 / var(--tw-divide-opacity, 1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-lg{border-radius:8px!important}.\!rounded-xl{border-radius:12px!important}.rounded{border-radius:4px}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:8px}.rounded-md{border-radius:6px}.rounded-sm{border-radius:2px}.rounded-xl{border-radius:12px}.rounded-r{border-top-right-radius:4px;border-bottom-right-radius:4px}.rounded-r-lg{border-top-right-radius:8px;border-bottom-right-radius:8px}.rounded-t{border-top-left-radius:4px;border-top-right-radius:4px}.rounded-t-lg{border-top-left-radius:8px;border-top-right-radius:8px}.rounded-t-md{border-top-left-radius:6px;border-top-right-radius:6px}.rounded-bl-none{border-bottom-left-radius:0}.rounded-br-none{border-bottom-right-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[6px\]{border-width:6px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-l-\[3px\]{border-left-width:3px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[\#00B894\]{--tw-border-opacity: 1;border-color:rgb(0 184 148 / var(--tw-border-opacity, 1))}.border-\[\#2F80ED\]{--tw-border-opacity: 1;border-color:rgb(47 128 237 / var(--tw-border-opacity, 1))}.border-\[\#6C5CE7\]{--tw-border-opacity: 1;border-color:rgb(108 92 231 / var(--tw-border-opacity, 1))}.border-\[\#BFDBFE\]{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-\[\#E2E4EA\]{--tw-border-opacity: 1;border-color:rgb(226 228 234 / var(--tw-border-opacity, 1))}.border-\[\#F39C12\]{--tw-border-opacity: 1;border-color:rgb(243 156 18 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-border{--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1))}.border-border\/50{border-color:#e6e6e480}.border-border\/60{border-color:#e6e6e499}.border-current{border-color:currentColor}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-error{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(245 245 245 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(82 82 82 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity, 1))}.border-gray-900{--tw-border-opacity: 1;border-color:rgb(23 23 23 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(255 121 0 / var(--tw-border-opacity, 1))}.border-primary\/20{border-color:#ff790033}.border-primary\/30{border-color:#ff79004d}.border-primary\/40{border-color:#ff790066}.border-primary\/50{border-color:#ff790080}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-sky-200{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity, 1))}.border-success\/20{border-color:#10b98133}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-white\/40{border-color:#fff6}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.border-l-amber-400{--tw-border-opacity: 1;border-left-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-l-gray-300{--tw-border-opacity: 1;border-left-color:rgb(212 212 212 / var(--tw-border-opacity, 1))}.border-l-green-500{--tw-border-opacity: 1;border-left-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-l-red-400{--tw-border-opacity: 1;border-left-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-r-gray-900{--tw-border-opacity: 1;border-right-color:rgb(23 23 23 / var(--tw-border-opacity, 1))}.border-t-indigo-600{--tw-border-opacity: 1;border-top-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.border-t-white{--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-opacity-50{--tw-border-opacity: .5}.bg-\[\#00B894\]{--tw-bg-opacity: 1;background-color:rgb(0 184 148 / var(--tw-bg-opacity, 1))}.bg-\[\#00B894\]\/10{background-color:#00b8941a}.bg-\[\#15324B\]{--tw-bg-opacity: 1;background-color:rgb(21 50 75 / var(--tw-bg-opacity, 1))}.bg-\[\#2F80ED\]\/10{background-color:#2f80ed1a}.bg-\[\#6366F1\]{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-\[\#6C5CE7\]\/10{background-color:#6c5ce71a}.bg-\[\#EFF6FF\]{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-\[\#F39C12\]{--tw-bg-opacity: 1;background-color:rgb(243 156 18 / var(--tw-bg-opacity, 1))}.bg-\[\#F39C12\]\/10{background-color:#f39c121a}.bg-\[\#F5F6FA\]{--tw-bg-opacity: 1;background-color:rgb(245 246 250 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-50\/80{background-color:#fffbebcc}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-background{--tw-bg-opacity: 1;background-color:rgb(251 251 250 / var(--tw-bg-opacity, 1))}.bg-background-secondary{--tw-bg-opacity: 1;background-color:rgb(246 246 245 / var(--tw-bg-opacity, 1))}.bg-background-secondary\/50{background-color:#f6f6f580}.bg-background-secondary\/60{background-color:#f6f6f599}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/20{background-color:#0003}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-50\/30{background-color:#eff6ff4d}.bg-blue-50\/50{background-color:#eff6ff80}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-border{--tw-bg-opacity: 1;background-color:rgb(230 230 228 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-error{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.bg-gray-50\/50{background-color:#fafafa80}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(115 115 115 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-indigo-500\/10{background-color:#6366f11a}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(255 121 0 / var(--tw-bg-opacity, 1))}.bg-primary\/10{background-color:#ff79001a}.bg-primary\/5{background-color:#ff79000d}.bg-primary\/60{background-color:#ff790099}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-500\/10{background-color:#a855f71a}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-50\/50{background-color:#fef2f280}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-success{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-success\/10{background-color:#10b9811a}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.bg-text-tertiary{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-warning{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-warning\/10{background-color:#f59e0b1a}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/30{background-color:#ffffff4d}.bg-white\/60{background-color:#fff9}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-50\/30{background-color:#fefce84d}.bg-yellow-50\/50{background-color:#fefce880}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-90{--tw-bg-opacity: .9}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#00B894\]{--tw-gradient-from: #00B894 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 184 148 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#00B894\]\/10{--tw-gradient-from: rgb(0 184 148 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 184 148 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#2F80ED\]{--tw-gradient-from: #2F80ED var(--tw-gradient-from-position);--tw-gradient-to: rgb(47 128 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#2F80ED\]\/10{--tw-gradient-from: rgb(47 128 237 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(47 128 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#6C5CE7\]{--tw-gradient-from: #6C5CE7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(108 92 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#F5F6FA\]{--tw-gradient-from: #F5F6FA var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 246 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF7900\]{--tw-gradient-from: #FF7900 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 121 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/30{--tw-gradient-from: rgb(0 0 0 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/95{--tw-gradient-from: rgb(239 246 255 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #FAFAFA var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-400{--tw-gradient-from: #818cf8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary{--tw-gradient-from: #FF7900 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 121 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#6C5CE7\]{--tw-gradient-to: rgb(108 92 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #6C5CE7 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-500{--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#00B894\]{--tw-gradient-to: #00B894 var(--tw-gradient-to-position)}.to-\[\#00B894\]\/10{--tw-gradient-to: rgb(0 184 148 / .1) var(--tw-gradient-to-position)}.to-\[\#2F80ED\]{--tw-gradient-to: #2F80ED var(--tw-gradient-to-position)}.to-\[\#2F80ED\]\/10{--tw-gradient-to: rgb(47 128 237 / .1) var(--tw-gradient-to-position)}.to-\[\#6366F1\]{--tw-gradient-to: #6366F1 var(--tw-gradient-to-position)}.to-\[\#6C5CE7\]{--tw-gradient-to: #6C5CE7 var(--tw-gradient-to-position)}.to-\[\#6C5CE7\]\/10{--tw-gradient-to: rgb(108 92 231 / .1) var(--tw-gradient-to-position)}.to-\[\#F39C12\]{--tw-gradient-to: #F39C12 var(--tw-gradient-to-position)}.to-\[\#FF9533\]{--tw-gradient-to: #FF9533 var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-50\/95{--tw-gradient-to: rgb(238 242 255 / .95) var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-primary{--tw-gradient-to: #FF7900 var(--tw-gradient-to-position)}.to-primary\/70{--tw-gradient-to: rgb(255 121 0 / .7) var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-white\/10{--tw-gradient-to: rgb(255 255 255 / .1) var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-current{fill:currentColor}.fill-gray-400{fill:#a3a3a3}.fill-gray-500{fill:#737373}.fill-gray-900{fill:#171717}.fill-white{fill:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:4px}.p-1\.5{padding:.375rem}.p-12{padding:48px}.p-2{padding:8px}.p-2\.5{padding:.625rem}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.p-8{padding:32px}.\!px-4{padding-left:16px!important;padding-right:16px!important}.\!py-3{padding-top:12px!important;padding-bottom:12px!important}.px-1{padding-left:4px;padding-right:4px}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:40px;padding-right:40px}.px-2{padding-left:8px;padding-right:8px}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-5{padding-left:20px;padding-right:20px}.px-6{padding-left:24px;padding-right:24px}.px-8{padding-left:32px;padding-right:32px}.py-0\.5{padding-top:2px;padding-bottom:2px}.py-1{padding-top:4px;padding-bottom:4px}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:40px;padding-bottom:40px}.py-12{padding-top:48px;padding-bottom:48px}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:64px;padding-bottom:64px}.py-2{padding-top:8px;padding-bottom:8px}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:12px;padding-bottom:12px}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:16px;padding-bottom:16px}.py-5{padding-top:20px;padding-bottom:20px}.py-6{padding-top:24px;padding-bottom:24px}.py-8{padding-top:32px;padding-bottom:32px}.\!pl-10{padding-left:40px!important}.\!pr-4{padding-right:16px!important}.pb-1{padding-bottom:4px}.pb-2{padding-bottom:8px}.pb-3{padding-bottom:12px}.pb-4{padding-bottom:16px}.pl-10{padding-left:40px}.pl-3{padding-left:12px}.pl-4{padding-left:16px}.pl-5{padding-left:20px}.pl-7{padding-left:1.75rem}.pl-8{padding-left:32px}.pl-9{padding-left:2.25rem}.pr-10{padding-right:40px}.pr-12{padding-right:48px}.pr-2{padding-right:8px}.pr-3{padding-right:12px}.pr-4{padding-right:16px}.pt-1{padding-top:4px}.pt-2{padding-top:8px}.pt-3{padding-top:12px}.pt-4{padding-top:16px}.pt-5{padding-top:20px}.pt-6{padding-top:24px}.pt-8{padding-top:32px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:24px;line-height:32px}.text-3xl{font-size:30px;line-height:36px}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[8px\]{font-size:8px}.text-base{font-size:15px;line-height:22px}.text-lg{font-size:16px;line-height:24px}.text-sm{font-size:14px;line-height:20px}.text-xl{font-size:20px;line-height:28px}.text-xs{font-size:12px;line-height:16px}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#00B894\]{--tw-text-opacity: 1;color:rgb(0 184 148 / var(--tw-text-opacity, 1))}.text-\[\#111827\]{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-\[\#15324B\]{--tw-text-opacity: 1;color:rgb(21 50 75 / var(--tw-text-opacity, 1))}.text-\[\#1E40AF\]{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-\[\#2D3436\]{--tw-text-opacity: 1;color:rgb(45 52 54 / var(--tw-text-opacity, 1))}.text-\[\#2F80ED\]{--tw-text-opacity: 1;color:rgb(47 128 237 / var(--tw-text-opacity, 1))}.text-\[\#4B5563\]{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-\[\#6366F1\]{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-\[\#636E72\]{--tw-text-opacity: 1;color:rgb(99 110 114 / var(--tw-text-opacity, 1))}.text-\[\#6B7280\]{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-\[\#6C5CE7\]{--tw-text-opacity: 1;color:rgb(108 92 231 / var(--tw-text-opacity, 1))}.text-\[\#9CA3AF\]{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-\[\#F39C12\]{--tw-text-opacity: 1;color:rgb(243 156 18 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-600\/80{color:#d97706cc}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-600\/80{color:#2563ebcc}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-700\/70{color:#1d4ed8b3}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-border\/40{color:#e6e6e466}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-dark-text-secondary{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-dark-text-tertiary{--tw-text-opacity: 1;color:rgb(125 125 125 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-error{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(38 38 38 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(255 121 0 / var(--tw-text-opacity, 1))}.text-primary-dark{--tw-text-opacity: 1;color:rgb(230 109 0 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-600\/80{color:#9333eacc}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-600\/80{color:#dc2626cc}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-success{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.text-text-primary{--tw-text-opacity: 1;color:rgb(47 52 55 / var(--tw-text-opacity, 1))}.text-text-secondary{--tw-text-opacity: 1;color:rgb(107 107 107 / var(--tw-text-opacity, 1))}.text-text-tertiary{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-warning{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-2{text-underline-offset:2px}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(163 163 163 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(163 163 163 / var(--tw-placeholder-opacity, 1))}.placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(252 165 165 / var(--tw-placeholder-opacity, 1))}.placeholder-red-300::placeholder{--tw-placeholder-opacity: 1;color:rgb(252 165 165 / var(--tw-placeholder-opacity, 1))}.placeholder-text-tertiary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(163 163 163 / var(--tw-placeholder-opacity, 1))}.placeholder-text-tertiary::placeholder{--tw-placeholder-opacity: 1;color:rgb(163 163 163 / var(--tw-placeholder-opacity, 1))}.accent-\[\#00B894\]{accent-color:#00B894}.accent-\[\#2F80ED\]{accent-color:#2F80ED}.accent-\[\#6C5CE7\]{accent-color:#6C5CE7}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_-4px_20px_-4px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 0 -4px 20px -4px rgba(0,0,0,.1);--tw-shadow-colored: 0 -4px 20px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow: 0 10px 30px rgba(15,23,42,.08);--tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow: 0 24px 80px rgba(0,0,0,.25);--tw-shadow-colored: 0 24px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 4px 6px 0 rgba(0, 0, 0, .07);--tw-shadow-colored: 0 4px 6px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);--tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-green-600\/30{--tw-ring-color: rgb(22 163 74 / .3)}.ring-indigo-500\/30{--tw-ring-color: rgb(99 102 241 / .3)}.ring-primary{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 121 0 / var(--tw-ring-opacity, 1))}.ring-primary\/30{--tw-ring-color: rgb(255 121 0 / .3)}.ring-white\/20{--tw-ring-color: rgb(255 255 255 / .2)}.ring-offset-1{--tw-ring-offset-width: 1px}.ring-offset-2{--tw-ring-offset-width: 2px}.blur{--tw-blur: blur(8px);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)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));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)}.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)}.backdrop-blur-\[2px\]{--tw-backdrop-blur: blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur: blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.custom-scrollbar::-webkit-scrollbar{height:.375rem;width:.375rem}.custom-scrollbar::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.custom-scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity, 1))}.custom-scrollbar::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity, 1))}.dark .custom-scrollbar::-webkit-scrollbar-track{background:#1f1f1f}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#2f2f2f}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}@keyframes slide-in-right{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.animate-slide-in-right{animation:slide-in-right .3s ease-out}.tiptap-content ul{list-style:disc;padding-left:1.25rem}.tiptap-content ol{list-style:decimal;padding-left:1.25rem}.tiptap-content h1{font-size:20px;line-height:28px;font-weight:600}.tiptap-content h2{font-size:16px;line-height:24px;font-weight:600}.tiptap-content h3{font-size:15px;line-height:22px;font-weight:600}.tiptap-content a{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));text-decoration-line:underline}.dark .tiptap-content a{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.\[background-image\:radial-gradient\(circle_at_1px_1px\,rgba\(255\,255\,255\,0\.35\)_1px\,transparent_0\)\]{background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.35) 1px,transparent 0)}.\[background-size\:22px_22px\]{background-size:22px 22px}.file\:mr-3::file-selector-button{margin-right:12px}.file\:rounded-md::file-selector-button{border-radius:6px}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-indigo-50::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.file\:px-3::file-selector-button{padding-left:12px;padding-right:12px}.file\:py-1\.5::file-selector-button{padding-top:.375rem;padding-bottom:.375rem}.file\:text-sm::file-selector-button{font-size:14px;line-height:20px}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-indigo-700::file-selector-button{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.placeholder\:text-text-tertiary::-moz-placeholder{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.placeholder\:text-text-tertiary::placeholder{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:bottom-2:before{content:var(--tw-content);bottom:8px}.before\:left-2\.5:before{content:var(--tw-content);left:.625rem}.before\:top-2:before{content:var(--tw-content);top:8px}.before\:w-0\.5:before{content:var(--tw-content);width:2px}.before\:bg-gray-200:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:20px}.after\:w-5:after{content:var(--tw-content);width:20px}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity, 1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.first\:border-l-0:first-child{border-left-width:0px}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:border-r-0:last-child{border-right-width:0px}.hover\:z-10:hover{z-index:10}.hover\:z-20:hover{z-index:20}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[\#2F80ED\]:hover{--tw-border-opacity: 1;border-color:rgb(47 128 237 / var(--tw-border-opacity, 1))}.hover\:border-border:hover{--tw-border-opacity: 1;border-color:rgb(230 230 228 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(163 163 163 / var(--tw-border-opacity, 1))}.hover\:border-indigo-200:hover{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.hover\:border-indigo-300:hover{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgb(255 121 0 / var(--tw-border-opacity, 1))}.hover\:border-primary\/30:hover{border-color:#ff79004d}.hover\:border-primary\/50:hover{border-color:#ff790080}.hover\:border-success:hover{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.hover\:border-text-tertiary:hover{--tw-border-opacity: 1;border-color:rgb(163 163 163 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#4F46E5\]:hover{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#E8EAED\]:hover{--tw-bg-opacity: 1;background-color:rgb(232 234 237 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F5F6F8\]:hover{--tw-bg-opacity: 1;background-color:rgb(245 246 248 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F5F6FA\]:hover{--tw-bg-opacity: 1;background-color:rgb(245 246 250 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-700:hover{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.hover\:bg-background:hover{--tw-bg-opacity: 1;background-color:rgb(251 251 250 / var(--tw-bg-opacity, 1))}.hover\:bg-background-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(246 246 245 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-200:hover{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-600:hover{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(255 121 0 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-dark:hover{--tw-bg-opacity: 1;background-color:rgb(230 109 0 / var(--tw-bg-opacity, 1))}.hover\:bg-primary\/10:hover{background-color:#ff79001a}.hover\:bg-primary\/20:hover{background-color:#ff790033}.hover\:bg-primary\/5:hover{background-color:#ff79000d}.hover\:bg-primary\/90:hover{background-color:#ff7900e6}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-success\/5:hover{background-color:#10b9810d}.hover\:bg-success\/90:hover{background-color:#10b981e6}.hover\:bg-warning\/20:hover{background-color:#f59e0b33}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:bg-white\/60:hover{background-color:#fff9}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-700:hover{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.hover\:from-blue-700:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-700:hover{--tw-gradient-from: #4338ca var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-indigo-700:hover{--tw-gradient-to: #4338ca var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.hover\:text-\[\#2F80ED\]:hover{--tw-text-opacity: 1;color:rgb(47 128 237 / var(--tw-text-opacity, 1))}.hover\:text-\[\#6366F1\]:hover{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-error:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.hover\:text-indigo-600:hover{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.hover\:text-indigo-800:hover{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.hover\:text-indigo-900:hover{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.hover\:text-orange-900:hover{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(255 121 0 / var(--tw-text-opacity, 1))}.hover\:text-primary-dark:hover{--tw-text-opacity: 1;color:rgb(230 109 0 / var(--tw-text-opacity, 1))}.hover\:text-primary\/80:hover{color:#ff7900cc}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.hover\:text-purple-900:hover{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:text-text-primary:hover{--tw-text-opacity: 1;color:rgb(47 52 55 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-white\/80:hover{color:#fffc}.hover\:text-yellow-600:hover{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.hover\:text-yellow-900:hover{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 4px 6px 0 rgba(0, 0, 0, .07);--tw-shadow-colored: 0 4px 6px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);--tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:file\:bg-indigo-100::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.focus\:border-\[\#2F80ED\]:focus{--tw-border-opacity: 1;border-color:rgb(47 128 237 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgb(255 121 0 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#2F80ED\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(47 128 237 / var(--tw-ring-opacity, 1))}.focus\:ring-\[\#2F80ED\]\/20:focus{--tw-ring-color: rgb(47 128 237 / .2)}.focus\:ring-\[\#6366F1\]\/20:focus{--tw-ring-color: rgb(99 102 241 / .2)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500\/20:focus{--tw-ring-color: rgb(59 130 246 / .2)}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500\/30:focus{--tw-ring-color: rgb(99 102 241 / .3)}.focus\:ring-indigo-600\/20:focus{--tw-ring-color: rgb(79 70 229 / .2)}.focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 121 0 / var(--tw-ring-opacity, 1))}.focus\:ring-primary\/40:focus{--tw-ring-color: rgb(255 121 0 / .4)}.focus\:ring-primary\/50:focus{--tw-ring-color: rgb(255 121 0 / .5)}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-white:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-0:focus{--tw-ring-offset-width: 0px}.focus\:ring-offset-1:focus{--tw-ring-offset-width: 1px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-green-500\/50:focus-visible{--tw-ring-color: rgb(34 197 94 / .5)}.focus-visible\:ring-primary\/40:focus-visible{--tw-ring-color: rgb(255 121 0 / .4)}.focus-visible\:ring-primary\/50:focus-visible{--tw-ring-color: rgb(255 121 0 / .5)}.focus-visible\:ring-red-500\/50:focus-visible{--tw-ring-color: rgb(239 68 68 / .5)}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-300:disabled{--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity, 1))}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:hover\:bg-transparent:hover:disabled{background-color:transparent}.disabled\:hover\:bg-white:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:pointer-events-auto{pointer-events:auto}.group:hover .group-hover\:max-h-6{max-height:24px}.group:hover .group-hover\:-translate-x-1{--tw-translate-x: -4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-\[1\.02\]{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-indigo-200{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-primary{--tw-text-opacity: 1;color:rgb(255 121 0 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:bg-primary{--tw-bg-opacity: 1;background-color:rgb(255 121 0 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.dark\:divide-dark-border:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(47 47 47 / var(--tw-divide-opacity, 1))}.dark\:divide-gray-800:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(38 38 38 / var(--tw-divide-opacity, 1))}.dark\:border-amber-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity, 1))}.dark\:border-amber-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity, 1))}.dark\:border-amber-900\/30:is(.dark *){border-color:#78350f4d}.dark\:border-amber-900\/40:is(.dark *){border-color:#78350f66}.dark\:border-blue-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.dark\:border-blue-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:border-blue-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:border-blue-900:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 58 138 / var(--tw-border-opacity, 1))}.dark\:border-blue-900\/30:is(.dark *){border-color:#1e3a8a4d}.dark\:border-dark-bg:is(.dark *){--tw-border-opacity: 1;border-color:rgb(25 25 25 / var(--tw-border-opacity, 1))}.dark\:border-dark-bg-secondary:is(.dark *){--tw-border-opacity: 1;border-color:rgb(31 31 31 / var(--tw-border-opacity, 1))}.dark\:border-dark-border:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1))}.dark\:border-dark-border\/50:is(.dark *){border-color:#2f2f2f80}.dark\:border-dark-border\/60:is(.dark *){border-color:#2f2f2f99}.dark\:border-dark-text:is(.dark *){--tw-border-opacity: 1;border-color:rgb(230 230 230 / var(--tw-border-opacity, 1))}.dark\:border-emerald-500\/30:is(.dark *){border-color:#10b9814d}.dark\:border-emerald-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(6 95 70 / var(--tw-border-opacity, 1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(82 82 82 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(64 64 64 / var(--tw-border-opacity, 1))}.dark\:border-gray-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity, 1))}.dark\:border-green-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.dark\:border-green-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.dark\:border-green-900\/30:is(.dark *){border-color:#14532d4d}.dark\:border-indigo-500\/30:is(.dark *){border-color:#6366f14d}.dark\:border-indigo-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.dark\:border-indigo-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity, 1))}.dark\:border-orange-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity, 1))}.dark\:border-orange-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity, 1))}.dark\:border-primary-light:is(.dark *){--tw-border-opacity: 1;border-color:rgb(255 149 51 / var(--tw-border-opacity, 1))}.dark\:border-primary\/30:is(.dark *){border-color:#ff79004d}.dark\:border-primary\/40:is(.dark *){border-color:#ff790066}.dark\:border-primary\/50:is(.dark *){border-color:#ff790080}.dark\:border-purple-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(107 33 168 / var(--tw-border-opacity, 1))}.dark\:border-purple-900\/30:is(.dark *){border-color:#581c874d}.dark\:border-red-500\/30:is(.dark *){border-color:#ef44444d}.dark\:border-red-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-red-900:is(.dark *){--tw-border-opacity: 1;border-color:rgb(127 29 29 / var(--tw-border-opacity, 1))}.dark\:border-red-900\/30:is(.dark *){border-color:#7f1d1d4d}.dark\:border-red-900\/40:is(.dark *){border-color:#7f1d1d66}.dark\:border-sky-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(3 105 161 / var(--tw-border-opacity, 1))}.dark\:border-success\/30:is(.dark *){border-color:#10b9814d}.dark\:border-warning\/30:is(.dark *){border-color:#f59e0b4d}.dark\:border-white:is(.dark *){--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.dark\:border-white\/10:is(.dark *){border-color:#ffffff1a}.dark\:border-yellow-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.dark\:border-yellow-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity, 1))}.dark\:border-yellow-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity, 1))}.dark\:border-yellow-900\/30:is(.dark *){border-color:#713f124d}.dark\:border-l-gray-600:is(.dark *){--tw-border-opacity: 1;border-left-color:rgb(82 82 82 / var(--tw-border-opacity, 1))}.dark\:border-t-indigo-400:is(.dark *){--tw-border-opacity: 1;border-top-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.dark\:bg-amber-500\/10:is(.dark *){background-color:#f59e0b1a}.dark\:bg-amber-500\/20:is(.dark *){background-color:#f59e0b33}.dark\:bg-amber-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(120 53 15 / var(--tw-bg-opacity, 1))}.dark\:bg-amber-900\/10:is(.dark *){background-color:#78350f1a}.dark\:bg-amber-900\/20:is(.dark *){background-color:#78350f33}.dark\:bg-amber-900\/30:is(.dark *){background-color:#78350f4d}.dark\:bg-amber-950\/30:is(.dark *){background-color:#451a034d}.dark\:bg-black\/20:is(.dark *){background-color:#0003}.dark\:bg-black\/40:is(.dark *){background-color:#0006}.dark\:bg-black\/70:is(.dark *){background-color:#000000b3}.dark\:bg-blue-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-500\/10:is(.dark *){background-color:#3b82f61a}.dark\:bg-blue-500\/20:is(.dark *){background-color:#3b82f633}.dark\:bg-blue-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900\/10:is(.dark *){background-color:#1e3a8a1a}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1e3a8a33}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1e3a8a4d}.dark\:bg-blue-900\/40:is(.dark *){background-color:#1e3a8a66}.dark\:bg-dark-bg:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(25 25 25 / var(--tw-bg-opacity, 1))}.dark\:bg-dark-bg-secondary:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1))}.dark\:bg-dark-bg-secondary\/30:is(.dark *){background-color:#1f1f1f4d}.dark\:bg-dark-bg-secondary\/60:is(.dark *){background-color:#1f1f1f99}.dark\:bg-dark-bg-secondary\/80:is(.dark *){background-color:#1f1f1fcc}.dark\:bg-dark-bg-tertiary:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(37 37 37 / var(--tw-bg-opacity, 1))}.dark\:bg-dark-bg-tertiary\/30:is(.dark *){background-color:#2525254d}.dark\:bg-dark-bg-tertiary\/40:is(.dark *){background-color:#25252566}.dark\:bg-dark-bg-tertiary\/50:is(.dark *){background-color:#25252580}.dark\:bg-dark-bg\/95:is(.dark *){background-color:#191919f2}.dark\:bg-dark-border:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(47 47 47 / var(--tw-bg-opacity, 1))}.dark\:bg-dark-text-tertiary:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(125 125 125 / var(--tw-bg-opacity, 1))}.dark\:bg-emerald-500\/10:is(.dark *){background-color:#10b9811a}.dark\:bg-emerald-900\/20:is(.dark *){background-color:#064e3b33}.dark\:bg-emerald-900\/30:is(.dark *){background-color:#064e3b4d}.dark\:bg-emerald-900\/40:is(.dark *){background-color:#064e3b66}.dark\:bg-gray-500\/10:is(.dark *){background-color:#7373731a}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700\/50:is(.dark *){background-color:#40404080}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800\/20:is(.dark *){background-color:#26262633}.dark\:bg-gray-800\/30:is(.dark *){background-color:#2626264d}.dark\:bg-gray-800\/50:is(.dark *){background-color:#26262680}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900\/20:is(.dark *){background-color:#17171733}.dark\:bg-gray-900\/30:is(.dark *){background-color:#1717174d}.dark\:bg-green-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.dark\:bg-green-500\/10:is(.dark *){background-color:#22c55e1a}.dark\:bg-green-500\/20:is(.dark *){background-color:#22c55e33}.dark\:bg-green-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/10:is(.dark *){background-color:#14532d1a}.dark\:bg-green-900\/20:is(.dark *){background-color:#14532d33}.dark\:bg-green-900\/30:is(.dark *){background-color:#14532d4d}.dark\:bg-indigo-500\/10:is(.dark *){background-color:#6366f11a}.dark\:bg-indigo-500\/20:is(.dark *){background-color:#6366f133}.dark\:bg-indigo-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity, 1))}.dark\:bg-indigo-900\/20:is(.dark *){background-color:#312e8133}.dark\:bg-indigo-900\/30:is(.dark *){background-color:#312e814d}.dark\:bg-indigo-900\/40:is(.dark *){background-color:#312e8166}.dark\:bg-orange-500\/10:is(.dark *){background-color:#f973161a}.dark\:bg-orange-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity, 1))}.dark\:bg-orange-900\/10:is(.dark *){background-color:#7c2d121a}.dark\:bg-orange-900\/20:is(.dark *){background-color:#7c2d1233}.dark\:bg-orange-900\/30:is(.dark *){background-color:#7c2d124d}.dark\:bg-orange-900\/40:is(.dark *){background-color:#7c2d1266}.dark\:bg-primary-light:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(255 149 51 / var(--tw-bg-opacity, 1))}.dark\:bg-primary-light\/60:is(.dark *){background-color:#ff953399}.dark\:bg-primary\/10:is(.dark *){background-color:#ff79001a}.dark\:bg-primary\/20:is(.dark *){background-color:#ff790033}.dark\:bg-primary\/5:is(.dark *){background-color:#ff79000d}.dark\:bg-purple-500\/10:is(.dark *){background-color:#a855f71a}.dark\:bg-purple-500\/20:is(.dark *){background-color:#a855f733}.dark\:bg-purple-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-900\/20:is(.dark *){background-color:#581c8733}.dark\:bg-purple-900\/30:is(.dark *){background-color:#581c874d}.dark\:bg-red-500\/10:is(.dark *){background-color:#ef44441a}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900\/10:is(.dark *){background-color:#7f1d1d1a}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-red-900\/30:is(.dark *){background-color:#7f1d1d4d}.dark\:bg-red-900\/40:is(.dark *){background-color:#7f1d1d66}.dark\:bg-sky-900\/20:is(.dark *){background-color:#0c4a6e33}.dark\:bg-success\/20:is(.dark *){background-color:#10b98133}.dark\:bg-teal-900\/20:is(.dark *){background-color:#134e4a33}.dark\:bg-warning\/20:is(.dark *){background-color:#f59e0b33}.dark\:bg-white\/10:is(.dark *){background-color:#ffffff1a}.dark\:bg-white\/5:is(.dark *){background-color:#ffffff0d}.dark\:bg-yellow-500\/10:is(.dark *){background-color:#eab3081a}.dark\:bg-yellow-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-900\/10:is(.dark *){background-color:#713f121a}.dark\:bg-yellow-900\/20:is(.dark *){background-color:#713f1233}.dark\:bg-yellow-900\/30:is(.dark *){background-color:#713f124d}.dark\:bg-yellow-900\/5:is(.dark *){background-color:#713f120d}.dark\:bg-opacity-20:is(.dark *){--tw-bg-opacity: .2}.dark\:bg-opacity-30:is(.dark *){--tw-bg-opacity: .3}.dark\:bg-opacity-70:is(.dark *){--tw-bg-opacity: .7}.dark\:from-blue-400:is(.dark *){--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-900\/20:is(.dark *){--tw-gradient-from: rgb(30 58 138 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-950\/30:is(.dark *){--tw-gradient-from: rgb(23 37 84 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-950\/40:is(.dark *){--tw-gradient-from: rgb(23 37 84 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-dark-bg-secondary:is(.dark *){--tw-gradient-from: #1F1F1F var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 31 31 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-dark-bg-tertiary:is(.dark *){--tw-gradient-from: #252525 var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 37 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-green-900\/20:is(.dark *){--tw-gradient-from: rgb(20 83 45 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-indigo-900\/20:is(.dark *){--tw-gradient-from: rgb(49 46 129 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-yellow-900\/20:is(.dark *){--tw-gradient-from: rgb(113 63 18 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-dark-bg:is(.dark *){--tw-gradient-to: #191919 var(--tw-gradient-to-position)}.dark\:to-dark-bg-secondary:is(.dark *){--tw-gradient-to: #1F1F1F var(--tw-gradient-to-position)}.dark\:to-emerald-900\/20:is(.dark *){--tw-gradient-to: rgb(6 78 59 / .2) var(--tw-gradient-to-position)}.dark\:to-indigo-400:is(.dark *){--tw-gradient-to: #818cf8 var(--tw-gradient-to-position)}.dark\:to-indigo-900\/20:is(.dark *){--tw-gradient-to: rgb(49 46 129 / .2) var(--tw-gradient-to-position)}.dark\:to-indigo-950\/30:is(.dark *){--tw-gradient-to: rgb(30 27 75 / .3) var(--tw-gradient-to-position)}.dark\:to-indigo-950\/40:is(.dark *){--tw-gradient-to: rgb(30 27 75 / .4) var(--tw-gradient-to-position)}.dark\:to-orange-900\/20:is(.dark *){--tw-gradient-to: rgb(124 45 18 / .2) var(--tw-gradient-to-position)}.dark\:to-purple-900\/20:is(.dark *){--tw-gradient-to: rgb(88 28 135 / .2) var(--tw-gradient-to-position)}.dark\:fill-gray-400:is(.dark *){fill:#a3a3a3}.dark\:fill-gray-700:is(.dark *){fill:#404040}.dark\:fill-gray-900:is(.dark *){fill:#171717}.dark\:fill-white:is(.dark *){fill:#fff}.dark\:stroke-gray-700:is(.dark *){stroke:#404040}.dark\:text-\[\#818cf8\]:is(.dark *){--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.dark\:text-amber-100:is(.dark *){--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.dark\:text-amber-200:is(.dark *){--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.dark\:text-amber-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-blue-100:is(.dark *){--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-300\/70:is(.dark *){color:#93c5fdb3}.dark\:text-blue-300\/80:is(.dark *){color:#93c5fdcc}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-cyan-400:is(.dark *){--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.dark\:text-dark-border:is(.dark *){--tw-text-opacity: 1;color:rgb(47 47 47 / var(--tw-text-opacity, 1))}.dark\:text-dark-border\/40:is(.dark *){color:#2f2f2f66}.dark\:text-dark-text:is(.dark *){--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}.dark\:text-dark-text-secondary:is(.dark *){--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.dark\:text-dark-text-tertiary:is(.dark *){--tw-text-opacity: 1;color:rgb(125 125 125 / var(--tw-text-opacity, 1))}.dark\:text-emerald-200:is(.dark *){--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.dark\:text-emerald-300:is(.dark *){--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity, 1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.dark\:text-gray-700:is(.dark *){--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.dark\:text-green-100:is(.dark *){--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-green-300\/80:is(.dark *){color:#86efaccc}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-green-500:is(.dark *){--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.dark\:text-indigo-200:is(.dark *){--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.dark\:text-indigo-300:is(.dark *){--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.dark\:text-indigo-400:is(.dark *){--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.dark\:text-orange-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.dark\:text-orange-500:is(.dark *){--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.dark\:text-primary:is(.dark *){--tw-text-opacity: 1;color:rgb(255 121 0 / var(--tw-text-opacity, 1))}.dark\:text-primary-light:is(.dark *){--tw-text-opacity: 1;color:rgb(255 149 51 / var(--tw-text-opacity, 1))}.dark\:text-purple-200:is(.dark *){--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.dark\:text-purple-300:is(.dark *){--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:text-red-100:is(.dark *){--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-red-500:is(.dark *){--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.dark\:text-sky-400:is(.dark *){--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.dark\:text-success:is(.dark *){--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-white\/60:is(.dark *){color:#fff9}.dark\:text-white\/70:is(.dark *){color:#ffffffb3}.dark\:text-white\/80:is(.dark *){color:#fffc}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300\/80:is(.dark *){color:#fde047cc}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:text-yellow-500:is(.dark *){--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.dark\:placeholder-dark-text-tertiary:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(125 125 125 / var(--tw-placeholder-opacity, 1))}.dark\:placeholder-dark-text-tertiary:is(.dark *)::placeholder{--tw-placeholder-opacity: 1;color:rgb(125 125 125 / var(--tw-placeholder-opacity, 1))}.dark\:placeholder-gray-500:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(115 115 115 / var(--tw-placeholder-opacity, 1))}.dark\:placeholder-gray-500:is(.dark *)::placeholder{--tw-placeholder-opacity: 1;color:rgb(115 115 115 / var(--tw-placeholder-opacity, 1))}.dark\:shadow-none:is(.dark *){--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:ring-primary\/50:is(.dark *){--tw-ring-color: rgb(255 121 0 / .5)}.dark\:ring-offset-dark-bg:is(.dark *){--tw-ring-offset-color: #191919}.dark\:file\:bg-indigo-900\/30:is(.dark *)::file-selector-button{background-color:#312e814d}.dark\:file\:text-indigo-400:is(.dark *)::file-selector-button{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.dark\:placeholder\:text-dark-text-tertiary:is(.dark *)::-moz-placeholder{--tw-text-opacity: 1;color:rgb(125 125 125 / var(--tw-text-opacity, 1))}.dark\:placeholder\:text-dark-text-tertiary:is(.dark *)::placeholder{--tw-text-opacity: 1;color:rgb(125 125 125 / var(--tw-text-opacity, 1))}.dark\:before\:bg-dark-border\/50:is(.dark *):before{content:var(--tw-content);background-color:#2f2f2f80}.dark\:hover\:border-dark-border:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(47 47 47 / var(--tw-border-opacity, 1))}.dark\:hover\:border-dark-text-tertiary:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(125 125 125 / var(--tw-border-opacity, 1))}.dark\:hover\:border-gray-500:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(115 115 115 / var(--tw-border-opacity, 1))}.dark\:hover\:border-indigo-700:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.dark\:hover\:border-primary:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(255 121 0 / var(--tw-border-opacity, 1))}.dark\:hover\:border-primary\/40:hover:is(.dark *){border-color:#ff790066}.dark\:hover\:border-primary\/50:hover:is(.dark *){border-color:#ff790080}.dark\:hover\:border-success:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-blue-500\/20:hover:is(.dark *){background-color:#3b82f633}.dark\:hover\:bg-blue-900\/10:hover:is(.dark *){background-color:#1e3a8a1a}.dark\:hover\:bg-blue-900\/50:hover:is(.dark *){background-color:#1e3a8a80}.dark\:hover\:bg-dark-bg:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(25 25 25 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-dark-bg-secondary:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-dark-bg-secondary\/60:hover:is(.dark *){background-color:#1f1f1f99}.dark\:hover\:bg-dark-bg-tertiary:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(37 37 37 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-dark-bg-tertiary\/80:hover:is(.dark *){background-color:#252525cc}.dark\:hover\:bg-dark-border:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(47 47 47 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800\/30:hover:is(.dark *){background-color:#2626264d}.dark\:hover\:bg-gray-800\/50:hover:is(.dark *){background-color:#26262680}.dark\:hover\:bg-green-900\/50:hover:is(.dark *){background-color:#14532d80}.dark\:hover\:bg-indigo-900\/30:hover:is(.dark *){background-color:#312e814d}.dark\:hover\:bg-indigo-900\/50:hover:is(.dark *){background-color:#312e8180}.dark\:hover\:bg-primary:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(255 121 0 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-primary\/10:hover:is(.dark *){background-color:#ff79001a}.dark\:hover\:bg-primary\/30:hover:is(.dark *){background-color:#ff79004d}.dark\:hover\:bg-purple-900\/50:hover:is(.dark *){background-color:#581c8780}.dark\:hover\:bg-red-900\/20:hover:is(.dark *){background-color:#7f1d1d33}.dark\:hover\:bg-red-900\/30:hover:is(.dark *){background-color:#7f1d1d4d}.dark\:hover\:bg-success\/10:hover:is(.dark *){background-color:#10b9811a}.dark\:hover\:bg-warning\/30:hover:is(.dark *){background-color:#f59e0b4d}.dark\:hover\:bg-white:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-white\/5:hover:is(.dark *){background-color:#ffffff0d}.dark\:hover\:bg-yellow-900\/50:hover:is(.dark *){background-color:#713f1280}.dark\:hover\:text-\[\#2F80ED\]:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(47 128 237 / var(--tw-text-opacity, 1))}.dark\:hover\:text-\[\#818cf8\]:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.dark\:hover\:text-black:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.dark\:hover\:text-blue-100:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.dark\:hover\:text-blue-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:hover\:text-blue-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:hover\:text-dark-text:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(230 230 230 / var(--tw-text-opacity, 1))}.dark\:hover\:text-error:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity, 1))}.dark\:hover\:text-indigo-100:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity, 1))}.dark\:hover\:text-indigo-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.dark\:hover\:text-indigo-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.dark\:hover\:text-primary:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 121 0 / var(--tw-text-opacity, 1))}.dark\:hover\:text-purple-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:hover\:text-yellow-100:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity, 1))}.dark\:hover\:file\:bg-indigo-900\/50:is(.dark *)::file-selector-button:hover{background-color:#312e8180}.dark\:focus\:bg-gray-900:focus:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.dark\:focus\:ring-blue-400:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.dark\:disabled\:hover\:bg-dark-bg-tertiary:hover:disabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(37 37 37 / var(--tw-bg-opacity, 1))}.dark\:disabled\:hover\:bg-transparent:hover:disabled:is(.dark *){background-color:transparent}.group:hover .dark\:group-hover\:bg-indigo-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 48 163 / var(--tw-bg-opacity, 1))}.group:hover .dark\:group-hover\:bg-indigo-900\/30:is(.dark *){background-color:#312e814d}.group:hover .dark\:group-hover\:text-primary-light:is(.dark *){--tw-text-opacity: 1;color:rgb(255 149 51 / var(--tw-text-opacity, 1))}@media(min-width:640px){.sm\:order-1{order:1}.sm\:order-3{order:3}.sm\:mb-6{margin-bottom:24px}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:h-8{height:32px}.sm\:w-64{width:16rem}.sm\:w-8{width:32px}.sm\:w-96{width:24rem}.sm\:w-auto{width:auto}.sm\:min-w-\[200px\]{min-width:200px}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-4{gap:16px}.sm\:gap-8{gap:32px}.sm\:p-4{padding:16px}.sm\:p-6{padding:24px}.sm\:p-8{padding:32px}.sm\:px-4{padding-left:16px;padding-right:16px}.sm\:px-6{padding-left:24px;padding-right:24px}.sm\:py-12{padding-top:48px;padding-bottom:48px}.sm\:py-16{padding-top:64px;padding-bottom:64px}.sm\:py-20{padding-top:80px;padding-bottom:80px}.sm\:py-3{padding-top:12px;padding-bottom:12px}.sm\:py-4{padding-top:16px;padding-bottom:16px}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:24px;line-height:32px}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-base{font-size:15px;line-height:22px}.sm\:text-sm{font-size:14px;line-height:20px}.sm\:text-xl{font-size:20px;line-height:28px}}@media(min-width:768px){.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-64{width:16rem}.md\:w-auto{width:auto}.md\:min-w-\[160px\]{min-width:160px}.md\:max-w-md{max-width:28rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:p-10{padding:40px}}@media(min-width:1024px){.lg\:static{position:static}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}@media(min-width:1280px){.xl\:ml-auto{margin-left:auto}.xl\:w-auto{width:auto}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.dark\:\[\&\:-webkit-autofill\]\:shadow-\[0_0_0_1000px_\#252525_inset\]:-webkit-autofill:is(.dark *){--tw-shadow: 0 0 0 1000px #252525 inset;--tw-shadow-colored: inset 0 0 0 1000px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:\[\&\:-webkit-autofill\]\:\[-webkit-text-fill-color\:\#E6E6E6\]:-webkit-autofill:is(.dark *){-webkit-text-fill-color:#E6E6E6}
