@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap";.modal input[type=text],.modal input[type=email],.modal input[type=password],.modal input[type=number],.modal textarea,.modal select{color:#264653!important}.modal input::-moz-placeholder{color:#6e6358!important}.modal input::placeholder{color:#6e6358!important}div[class*="fixed inset-0"] input,div[class*="fixed inset-0"] textarea,div[class*="fixed inset-0"] select{color:#264653!important}div[class*="fixed inset-0"] input::-moz-placeholder,div[class*="fixed inset-0"] textarea::-moz-placeholder{color:#6e6358!important}div[class*="fixed inset-0"] input::placeholder,div[class*="fixed inset-0"] textarea::placeholder{color:#6e6358!important}.popup-container{position:absolute;transform:translate(-50%,-100%);z-index:1000}.popup-bubble{background:var(--theme-surface, #fff);border-radius:14px;box-shadow:0 8px 28px #14100a24;padding:14px 16px;max-width:260px;font-family:DM Sans,system-ui,sans-serif;position:relative;border:1px solid var(--theme-border, #c4b8a8)}.popup-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:7px solid transparent;border-top-color:var(--theme-surface, #fff)}.popup-bubble b{font-weight:600;color:var(--theme-heading, #264653)!important;font-size:14px}.popup-bubble span{color:var(--theme-text-muted, #4d4a45)!important;font-size:13px;line-height:1.5}.popup-active{border-color:var(--color-primary-orange, #e76f51);box-shadow:0 8px 28px #e76f5124}.popup-bubble,.popup-bubble *,.popup-bubble div{color:#151515!important}.popup-bubble span{color:#4d4a45!important}.marker-label{display:none!important}.planner-shell{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--theme-bg, #fdf8f0);color:var(--theme-text, #264653)}.planner-topbar{display:flex;align-items:center;gap:12px;padding:10px 20px;background:var(--theme-surface, #fff);border-bottom:1px solid var(--theme-border, #e8e0d4);z-index:30;flex-shrink:0;box-shadow:0 1px 3px #14100a0a}.planner-topbar-brand{display:flex;align-items:center;gap:10px;margin-right:auto}.planner-topbar-brand h1{font-family:Playfair Display,Marcellus,Georgia,serif;font-size:1.25rem;margin:0;letter-spacing:-.02em;color:var(--theme-heading, #264653);font-weight:700}.planner-topbar-brand p{margin:0;font-size:.7rem;color:var(--theme-text-muted, #9a8e80);letter-spacing:.02em}.planner-search{flex:1;max-width:560px;position:relative}.planner-search input{width:100%;height:40px;padding:0 100px 0 38px;border:1px solid var(--color-border-input, #9a8e80);border-radius:10px;background:var(--theme-surface, #fff);color:var(--theme-text, #264653);font-size:.875rem;transition:border-color .2s,box-shadow .2s}.planner-search input:focus{outline:none;border-color:var(--color-primary-orange, #e76f51);box-shadow:0 0 0 3px #e76f511a}.planner-search input::-moz-placeholder{color:var(--color-text-muted, #6e6358)}.planner-search input::placeholder{color:var(--color-text-muted, #6e6358)}.planner-search .search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--color-primary-orange, #e76f51);width:18px;height:18px;pointer-events:none}.planner-search button[type=submit]{position:absolute;right:4px;top:4px;height:32px;padding:0 16px;border-radius:8px;border:none;background:var(--btn-primary-gradient, linear-gradient(135deg, #e76f51, #d15a3c));color:#fff;font-weight:600;font-size:.8rem;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s;box-shadow:0 2px 8px #e76f5133}.planner-search button[type=submit]:hover:not(:disabled){background:var(--btn-primary-bg-hover, #d15a3c)}.planner-search button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.planner-mode-toggle{display:flex;background:var(--theme-bg-soft, #f5ede2);border-radius:10px;padding:3px;gap:2px}.planner-mode-btn{display:flex;align-items:center;gap:6px;padding:6px 14px;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;background:transparent;color:var(--theme-text-muted, #4d4a45)}.planner-mode-btn.active{background:var(--theme-surface, #fff);color:var(--color-primary-orange, #e76f51);box-shadow:0 1px 4px #14100a14}.planner-mode-btn:not(.active):hover{color:var(--theme-text, #264653)}.planner-icon-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:1px solid var(--theme-border, #c4b8a8);background:var(--theme-surface, #fff);color:var(--theme-text-muted, #4d4a45);cursor:pointer;transition:all .2s}.planner-icon-btn:hover{border-color:var(--color-primary-orange, #e76f51);color:var(--color-primary-orange, #e76f51)}.planner-icon-btn.active{background:var(--color-primary-orange-50, #fef4f1);border-color:var(--color-primary-orange, #e76f51);color:var(--color-primary-orange, #e76f51)}.planner-body{display:flex;flex:1;overflow:hidden;min-height:0}.planner-sidebar{width:340px;flex-shrink:0;display:flex;flex-direction:column;background:var(--theme-surface, #fff);border-right:1px solid var(--theme-border, #c4b8a8);overflow:hidden}.planner-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--theme-border, #c4b8a8)}.planner-sidebar-header h2{font-family:Playfair Display,Marcellus,Georgia,serif;font-size:1.05rem;margin:0;color:var(--theme-heading, #264653);font-weight:700}.planner-sidebar-header .count{font-size:.75rem;color:var(--theme-text-muted, #4d4a45);font-family:DM Sans,system-ui,sans-serif}.planner-sidebar-list{flex:1;overflow-y:auto;padding:10px;scrollbar-width:thin}.planner-sidebar-list::-webkit-scrollbar{width:4px}.planner-sidebar-list::-webkit-scrollbar-thumb{background:var(--theme-border, #c4b8a8);border-radius:2px}.loc-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:10px;cursor:pointer;transition:background .15s,box-shadow .15s;border:1px solid transparent}.loc-item:hover{background:var(--theme-bg-soft, #f5ede2)}.loc-item.selected{background:var(--color-primary-orange-50, #fef4f1);border-color:var(--color-primary-orange, #e76f51);box-shadow:0 2px 8px #e76f511a}.loc-item .seq{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--color-primary-orange, #e76f51);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;margin-top:2px}.loc-item.selected .seq{background:var(--color-primary-orange-600, #d15a3c)}.loc-item .loc-name{font-weight:600;font-size:.875rem;color:var(--theme-heading, #264653);line-height:1.3;margin:0 0 2px}.loc-item .loc-desc{font-size:.78rem;color:var(--theme-text-muted, #4d4a45);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.loc-item .loc-meta{display:flex;align-items:center;gap:8px;margin-top:4px}.loc-item .loc-time{font-size:.7rem;font-weight:600;color:var(--color-primary-orange, #e76f51);background:var(--color-primary-orange-50, #fef4f1);padding:2px 7px;border-radius:6px}.loc-item .loc-duration{font-size:.7rem;color:var(--theme-text-muted, #4d4a45);display:flex;align-items:center;gap:3px}.loc-item .loc-rating{font-size:.7rem;font-weight:600;color:#d97706;display:flex;align-items:center;gap:3px}.loc-item .loc-reviews{font-weight:400;color:var(--theme-text-muted, #4d4a45);font-size:.65rem}.loc-image-container{width:100%;height:120px;border-radius:8px;overflow:hidden;margin-bottom:8px;position:relative;background:var(--theme-bg-alt, #f3f0ec)}.loc-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;display:block}.loc-item:hover .loc-image{transform:scale(1.05)}.loc-image-badge{position:absolute;bottom:4px;right:4px;font-size:.55rem;font-weight:600;color:#fff;background:#00000080;padding:1px 5px;border-radius:4px;letter-spacing:.02em}.trip-summary-bar{display:flex;align-items:center;justify-content:space-around;padding:10px 14px;background:var(--theme-bg-soft, #f5ede2);border-bottom:1px solid var(--theme-border, #c4b8a8);gap:4px}.trip-summary-stat{display:flex;align-items:center;gap:7px;color:var(--color-primary-orange, #e76f51)}.trip-summary-stat>div{display:flex;flex-direction:column}.trip-summary-stat .stat-value{font-size:.82rem;font-weight:700;color:var(--theme-heading, #264653);line-height:1.2}.trip-summary-stat .stat-label{font-size:.62rem;color:var(--theme-text-muted, #4d4a45);text-transform:uppercase;letter-spacing:.03em}.trip-summary-divider{width:1px;height:28px;background:var(--theme-border, #c4b8a8)}.transport-connector{display:flex;align-items:stretch;gap:10px;padding:2px 12px 2px 22px;min-height:40px}.connector-line-track{display:flex;flex-direction:column;align-items:center;width:20px;padding:0 0 0 3px}.connector-dot{width:5px;height:5px;border-radius:50%;background:var(--color-primary-orange, #e76f51);flex-shrink:0}.connector-dashes{flex:1;width:2px;min-height:14px;background:repeating-linear-gradient(to bottom,var(--color-primary-orange, #e76f51) 0px,var(--color-primary-orange, #e76f51) 3px,transparent 3px,transparent 6px)}.connector-details{flex:1;display:flex;align-items:center;min-width:0;padding:4px 0}.connector-info-row{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.connector-badge{display:inline-flex;align-items:center;gap:4px;font-size:.68rem;font-weight:600;padding:3px 8px;border-radius:6px;white-space:nowrap}.transport-badge{background:var(--theme-bg-soft, #f5ede2);color:var(--theme-text-muted, #4d4a45)}.time-badge{background:var(--color-primary-orange-50, #fef4f1);color:var(--color-primary-orange-600, #d15a3c)}.distance-badge{background:#f0fdf4;color:#16a34a}.planner-sidebar-footer{padding:10px 12px;border-top:1px solid var(--theme-border, #c4b8a8)}.planner-sidebar-footer button{width:100%;height:40px;border:none;border-radius:12px;background:var(--btn-primary-gradient, linear-gradient(135deg, #e76f51, #d15a3c));color:#fff;font-weight:600;font-size:.82rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;box-shadow:0 4px 12px #e76f5133}.planner-sidebar-footer button:hover{background:var(--btn-primary-bg-hover, #d15a3c);transform:translateY(-1px)}.planner-map{flex:1;position:relative;background:var(--theme-bg-soft, #f5ede2)}.planner-map>div:first-child{position:absolute;top:0;right:0;bottom:0;left:0}.map-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.map-empty-card{background:var(--theme-surface, #fff);border:2px dashed var(--theme-border, #e8e0d4);border-radius:24px;padding:48px 40px;text-align:center;max-width:400px;box-shadow:0 12px 40px #14100a0f}.map-empty-card h3{font-family:Playfair Display,Marcellus,Georgia,serif;font-size:1.5rem;color:var(--theme-heading, #264653);margin:18px 0 10px;font-weight:700}.map-empty-card p{color:var(--theme-text-muted, #6e6358);font-size:.88rem;line-height:1.6;margin:0}.map-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--theme-bg-soft, #f5ede2)}.map-generating{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fffaf3eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10}.map-generating-card{background:var(--theme-surface, #fff);border:1px solid var(--theme-border, #c4b8a8);border-radius:18px;padding:36px;text-align:center;box-shadow:0 12px 40px #14100a1a}.map-generating-card h3{font-family:Playfair Display,Marcellus,Georgia,serif;font-size:1.2rem;color:var(--theme-heading, #264653);margin:16px 0 6px;font-weight:700}.map-generating-card p{color:var(--theme-text-muted, #4d4a45);font-size:.85rem;margin:0}.generating-dots{display:flex;justify-content:center;gap:6px;margin-top:18px}.generating-dots span{width:7px;height:7px;border-radius:50%;background:var(--color-primary-orange, #e76f51);animation:dotBounce 1s ease-in-out infinite}.generating-dots span:nth-child(2){animation-delay:.1s}.generating-dots span:nth-child(3){animation-delay:.2s}@keyframes dotBounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.planner-spinner{width:36px;height:36px;border:3px solid var(--color-primary-orange-200, #f9c9bb);border-top-color:var(--color-primary-orange, #e76f51);border-radius:50%;animation:spin .8s linear infinite}.planner-suggestions{display:flex;align-items:center;gap:6px;padding:0 20px 8px;background:var(--theme-surface, #fff);flex-shrink:0}.planner-suggestions .label{font-size:.75rem;color:var(--theme-text-muted, #4d4a45);font-weight:500}.planner-suggestions button{padding:4px 10px;border-radius:7px;border:1px solid var(--theme-border, #c4b8a8);background:var(--theme-surface, #fff);color:var(--color-accent-text, #c24a36);font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s}.planner-suggestions button:hover{background:var(--color-primary-orange-50, #fef4f1);border-color:var(--color-primary-orange, #e76f51)}.planner-error{display:flex;align-items:center;gap:10px;margin:0 20px;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;flex-shrink:0}.planner-error p{flex:1;margin:0;font-size:.82rem;color:#991b1b}.planner-error button{flex-shrink:0;background:none;border:none;color:#dc2626;cursor:pointer;padding:2px}@media (max-width: 1024px){.planner-body{flex-direction:column}.planner-sidebar{width:100%;max-height:280px;border-right:none;border-bottom:1px solid var(--theme-border, #c4b8a8)}.planner-map{min-height:400px}.planner-search{max-width:420px}}@media (max-width: 640px){.planner-topbar{flex-wrap:wrap;gap:8px;padding:8px 12px}.planner-search{order:10;max-width:100%;width:100%}.planner-mode-toggle{order:5}.planner-topbar-brand p{display:none}.planner-sidebar{max-height:220px}}@media print{.planner-topbar,.planner-map{display:none}.planner-sidebar{width:100%;max-height:none;border:none}}@media (prefers-reduced-motion: reduce){.loc-item,.planner-icon-btn,.planner-mode-btn,.planner-sidebar-footer button{transition:none}.planner-spinner,.generating-dots span{animation:none}}.drag-handle{cursor:move;cursor:grab;opacity:.3;transition:opacity .2s ease,transform .2s ease;color:#4d4a45}.drag-handle:hover{opacity:1;transform:scale(1.1);color:#e76f51}.drag-handle:active{cursor:grabbing}.itinerary-item{transition:all .2s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.itinerary-item:hover .drag-handle{opacity:.6}.itinerary-item.is-dragging{opacity:.5;transform:rotate(2deg) scale(1.02);box-shadow:0 20px 25px -5px #14100a1a,0 10px 10px -5px #14100a0a;border-color:#e76f51;background:linear-gradient(135deg,#fef4f1,#fce5de);z-index:1000}.drop-zone{min-height:120px;transition:all .25s ease;border-radius:.75rem;position:relative}.drop-zone.is-dragging-over{background:linear-gradient(135deg,#fef4f1,#fce5de,#f9c9bb);border:2px dashed #e76f51;box-shadow:0 0 0 4px #e76f511a;animation:pulse-border 1.5s ease-in-out infinite}.drop-zone.is-dragging-over:before{content:"Drop here";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#e76f51;font-weight:600;font-size:1rem;opacity:.7;pointer-events:none;z-index:10}.drop-zone.is-dragging-over.empty:before{content:"Drop items here to add them to this day"}.drag-placeholder{background:linear-gradient(135deg,#f5ede2,#c4b8a8);border:2px dashed #c4b8a8;border-radius:.75rem;height:100px;display:flex;align-items:center;justify-content:center;color:#6e6358;font-weight:500;margin-bottom:.75rem;animation:fade-in .2s ease}.drag-placeholder:before{content:"Moving item..."}.day-container{position:relative;transition:all .25s ease}.day-container.has-drag-active{background-color:#fdf8f0}.day-container.is-drop-target{background:linear-gradient(135deg,#fef4f1,#fce5de);box-shadow:0 4px 6px -1px #e76f511a}.item-type-indicator{width:4px;height:100%;position:absolute;left:0;top:0;border-radius:.25rem 0 0 .25rem;transition:width .2s ease}.itinerary-item:hover .item-type-indicator{width:6px}.item-type-activity .item-type-indicator{background:linear-gradient(180deg,#10b981,#059669)}.item-type-transportation .item-type-indicator{background:linear-gradient(180deg,#e76f51,#d15a3c)}.item-type-meal .item-type-indicator{background:linear-gradient(180deg,#f59e0b,#d97706)}.item-type-hotel .item-type-indicator{background:linear-gradient(180deg,#8b5cf6,#7c3aed)}@keyframes pulse-border{0%,to{box-shadow:0 0 0 4px #e76f511a}50%{box-shadow:0 0 0 8px #e76f5126}}@keyframes fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slide-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.drag-count-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#e76f51,#d15a3c);color:#fff;border-radius:9999px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:0 2px 4px #14100a1a;animation:slide-in-up .3s ease}.empty-day-state{padding:3rem 1.5rem;text-align:center;border:2px dashed #c4b8a8;border-radius:.75rem;background:linear-gradient(135deg,#fdf8f0,#f5ede2);transition:all .25s ease}.empty-day-state:hover{border-color:#ddd0c0;background:linear-gradient(135deg,#f5ede2,#c4b8a8)}.empty-day-state.is-dragging-over{border-color:#e76f51;background:linear-gradient(135deg,#fef4f1,#fce5de);border-style:solid}.drag-success-feedback{position:fixed;top:20px;right:20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem 1.5rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #14100a1a;animation:slide-in-right .3s ease,fade-out .3s ease 2.7s;z-index:9999}@keyframes slide-in-right{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.drag-ghost{background:#fff;box-shadow:0 25px 50px -12px #14100a40;border-radius:.75rem;opacity:.9;transform:rotate(3deg) scale(1.05);border:2px solid #e76f51}.item-actions{opacity:0;transition:opacity .2s ease,transform .2s ease;transform:translate(-10px)}.itinerary-item:hover .item-actions{opacity:1;transform:translate(0)}@media (max-width: 768px){.drag-handle{opacity:1}.item-actions{opacity:1;transform:translate(0)}.drop-zone.is-dragging-over:before{font-size:.875rem}}.dark .drag-handle{color:#6e6358}.dark .drag-handle:hover{color:#e76f51}.dark .itinerary-item.is-dragging{background:linear-gradient(135deg,#2a2622,#1e1b18);border-color:#e76f51}.dark .drop-zone.is-dragging-over{background:linear-gradient(135deg,#2a2622,#1e1b18,#221f1b);border-color:#e76f51}.dark .drop-zone.is-dragging-over:before{color:#f4a261}.dark .drag-placeholder{background:linear-gradient(135deg,#1a1715,#121010);border-color:#3a3530;color:#6e6358}.dark .empty-day-state{background:linear-gradient(135deg,#1a1715,#121010);border-color:#3a3530}.itinerary-item:focus-within{outline:2px solid #e76f51;outline-offset:2px;box-shadow:0 0 0 4px #e76f511a}.drag-loading{position:relative;overflow:hidden}.drag-loading:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{to{left:100%}}:root{--color-primary-orange: #e76f51;--color-primary-orange-rgb: 231 111 81;--color-primary-orange-hover: #d15a3c;--color-primary-orange-light: #f4a261;--color-primary-orange-lighter: #f9c9bb;--color-primary-orange-50: #fef4f1;--color-primary-orange-100: #fce5de;--color-primary-orange-200: #f9c9bb;--color-primary-orange-300: #f4a68e;--color-primary-orange-400: #ed8a6a;--color-primary-orange-500: #e76f51;--color-primary-orange-600: #d15a3c;--color-primary-orange-700: #ae4830;--color-logo-green: #264653;--color-logo-green-rgb: 38 70 83;--color-secondary-orange: #fef4f1;--color-secondary-orange-rgb: 254 244 241;--color-secondary-orange-hover: #fce5de;--color-neutral-black: #264653;--color-neutral-black-rgb: 38 70 83;--color-neutral-white: #ffffff;--color-neutral-gray-100: #f5ede2;--color-neutral-gray-200: #eadccb;--color-neutral-gray-300: #ddd0c0;--color-neutral-gray-400: #c4b8a8;--color-neutral-gray-500: #9a8e80;--color-neutral-gray-600: #6e6358;--color-neutral-gray-700: #4d4a45;--color-neutral-gray-800: #2e2a26;--color-neutral-gray-900: #264653;--color-primary: #e76f51;--color-primary-rgb: 231 111 81;--color-primary-hover: #d15a3c;--color-primary-light: #f4a261;--color-primary-lighter: #f9c9bb;--color-icon: #264653;--color-icon-rgb: 38 70 83;--color-accent: #e76f51;--color-accent-rgb: 231 111 81;--color-accent-hover: #d15a3c;--color-primary-soft: #fce5de;--color-primary-soft-rgb: 252 229 222;--color-accent-soft: #fef4f1;--color-accent-soft-rgb: 254 244 241;--color-info: #264653;--color-info-rgb: 38 70 83;--color-success: #2a9d8f;--color-success-rgb: 42 157 143;--color-warning: #e9c46a;--color-warning-rgb: 233 196 106;--color-error: #ef4444;--color-error-rgb: 239 68 68;--color-accent-muted: #d15a3c;--color-accent-muted-rgb: 209 90 60;--color-interactive: #e76f51;--color-interactive-hover: #d15a3c;--color-interactive-active: #f4a261;--color-interactive-soft: #fef4f1;--color-interactive-soft-hover: #fce5de;--shadow-sm: 0 1px 2px 0 rgba(38, 70, 83, .05);--shadow-md: 0 4px 12px -1px rgba(38, 70, 83, .08), 0 2px 4px -1px rgba(38, 70, 83, .04);--shadow-lg: 0 24px 60px rgba(38, 70, 83, .12);--shadow-glow: 0 0 20px rgba(231, 111, 81, .25);--shadow-glow-orange: 0 0 20px rgba(231, 111, 81, .25);--radius-sm: 12px;--radius-md: 16px;--radius-lg: 22px;--radius-xl: 32px;--radius-2xl: 32px;--radius-full: 9999px;--itinerary-primary-orange: #e76f51;--itinerary-primary-orange-light: #f4a261;--itinerary-action-orange-muted: #fce5de;--itinerary-bg-main: #f5ede2;--itinerary-bg-card: #faf6ef;--itinerary-sidebar-text: #264653;--itinerary-text-header: #264653;--itinerary-text-body: #4d4a45;--itinerary-text-interactive: #e76f51;--itinerary-timeline-line: #c4b8a8;--itinerary-border: #c4b8a8;--itinerary-icon-bg: #faf6ef;--itinerary-icon-color: #4d4a45;--color-accent-primary: #e76f51;--color-accent-primary-hover: #d15a3c;--color-accent-secondary: #f4a261;--color-accent-secondary-hover: #d15a3c;--color-accent-text: #c24a36;--color-accent-text-hover: #a83f2d;--color-border-input: #9a8e80;--color-border-strong: #a89e90;--theme-bg: #fdf8f0;--theme-bg-soft: #f5ede2;--theme-surface: #faf6ef;--theme-surface-muted: #f5ede2;--theme-border: #c4b8a8;--theme-border-soft: rgba(38, 70, 83, .12);--theme-text: #264653;--theme-text-muted: #4d4a45;--theme-heading: #264653;--theme-accent: #e76f51;--theme-accent-strong: #d15a3c;--theme-accent-text: #c24a36;--theme-accent-soft: rgba(231, 111, 81, .12);--theme-shadow: 0 24px 60px rgba(38, 70, 83, .12)}.dark,[data-theme=dark]{--color-bg-primary: #121010;--color-bg-primary-rgb: 18 16 16;--color-bg-secondary: #1a1715;--color-bg-tertiary: #221f1b;--color-bg-card: #1e1b18;--color-bg-card-rgb: 30 27 24;--color-bg-card-hover: #2a2622;--color-text-primary: #f5ede2;--color-text-secondary: #c4b8a8;--color-text-tertiary: #9a8e80;--color-text-muted: #6e6358;--color-border: #3a3530;--color-border-light: #2e2a26;--color-border-accent: #e76f51;--color-success: #2a9d8f;--color-warning: #e9c46a;--color-error: #ef4444;--gradient-primary: #121010;--gradient-card: #1e1b18;--color-interactive-text: #e76f51;--color-interactive-text-hover: #f4a261;--color-interactive-bg: rgba(231, 111, 81, .18);--color-interactive-bg-hover: rgba(231, 111, 81, .28);--theme-bg: #121010;--theme-bg-soft: #1a1715;--theme-surface: #1e1b18;--theme-surface-muted: #221f1b;--theme-border: #3a3530;--theme-border-soft: #2e2a26;--theme-text: #f5ede2;--theme-text-muted: #c4b8a8;--theme-heading: #fdf8f0;--theme-accent: #e76f51;--theme-accent-strong: #f4a261;--theme-accent-soft: rgba(231, 111, 81, .16);--theme-shadow: 0 22px 55px rgba(0, 0, 0, .45);--btn-primary-bg: #e76f51;--btn-primary-bg-hover: #f4a261;--btn-primary-text: #ffffff;--btn-primary-shadow: 0 4px 14px -2px rgba(231, 111, 81, .4);--btn-primary-shadow-hover: 0 8px 22px -4px rgba(231, 111, 81, .5);--btn-primary-gradient: linear-gradient(135deg, #e76f51 0%, #d15a3c 100%);--btn-primary-gradient-hover: linear-gradient(135deg, #f4a261 0%, #e76f51 100%);--btn-secondary-bg: rgba(231, 111, 81, .18);--btn-secondary-bg-hover: rgba(231, 111, 81, .28);--btn-secondary-text: #f4a261;--btn-secondary-border: rgba(231, 111, 81, .3);--btn-outline-border: #e76f51;--btn-outline-text: #e76f51;--btn-outline-bg-hover: rgba(231, 111, 81, .14);--btn-ghost-text: #c4b8a8;--btn-ghost-bg-hover: #2a2622;--btn-danger-bg: #ef4444;--btn-danger-bg-hover: #dc2626}.light,[data-theme=light]{--color-bg-primary: #fdf8f0;--color-bg-primary-rgb: 253 248 240;--color-bg-secondary: #f5ede2;--color-bg-tertiary: #f5ede2;--color-bg-card: #faf6ef;--color-bg-card-rgb: 250 246 239;--color-bg-card-hover: #f5ede2;--color-text-primary: #264653;--color-text-secondary: #4d4a45;--color-text-tertiary: #6e6358;--color-text-muted: #6e6358;--color-border: #c4b8a8;--color-border-light: #a89e90;--color-border-input: #9a8e80;--color-border-strong: #a89e90;--color-border-accent: #e76f51;--color-accent-text: #c24a36;--color-accent-text-hover: #a83f2d;--color-success: #2a9d8f;--color-warning: #e9c46a;--color-error: #dc2626;--gradient-primary: #fdf8f0;--gradient-card: #faf6ef;--color-active-bg: #fef4f1;--color-active-border: #e76f51;--color-interactive-text: #c24a36;--color-interactive-text-hover: #a83f2d;--color-interactive-bg: #fef4f1;--color-interactive-bg-hover: #fce5de;--theme-bg: #fdf8f0;--theme-bg-soft: #f5ede2;--theme-surface: #faf6ef;--theme-surface-muted: #f5ede2;--theme-border: #c4b8a8;--theme-border-soft: #a89e90;--theme-text: #264653;--theme-text-muted: #4d4a45;--theme-heading: #264653;--theme-accent: #e76f51;--theme-accent-strong: #d15a3c;--theme-accent-text: #c24a36;--theme-accent-soft: rgba(231, 111, 81, .12);--theme-shadow: 0 24px 60px rgba(38, 70, 83, .12);--btn-primary-bg: #e76f51;--btn-primary-bg-hover: #d15a3c;--btn-primary-text: #ffffff;--btn-primary-shadow: 0 4px 14px -2px rgba(231, 111, 81, .3);--btn-primary-shadow-hover: 0 8px 22px -4px rgba(231, 111, 81, .35);--btn-primary-gradient: linear-gradient(135deg, #e76f51 0%, #d15a3c 100%);--btn-primary-gradient-hover: linear-gradient(135deg, #d15a3c 0%, #ae4830 100%);--btn-secondary-bg: #fef4f1;--btn-secondary-bg-hover: #fce5de;--btn-secondary-text: #c24a36;--btn-secondary-border: #f9c9bb;--btn-outline-border: #e76f51;--btn-outline-text: #c24a36;--btn-outline-bg-hover: #fef4f1;--btn-ghost-text: #4d4a45;--btn-ghost-bg-hover: #f5ede2;--btn-danger-bg: #dc2626;--btn-danger-bg-hover: #b91c1c;--itinerary-border: #c4b8a8;--itinerary-timeline-line: #c4b8a8}.light,[data-theme=light]{color:#264653}.light h1,.light h2,.light h3,.light h4,.light h5,.light h6,.light p,.light span,.light div,.light label,.light li,.light td,.light th,.light a:not(.btn-primary):not(.btn-theme-primary),.light strong,.light em,.light small,.light blockquote,.light dt,.light dd,.light figcaption,.light legend,[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] h5,[data-theme=light] h6,[data-theme=light] p,[data-theme=light] span,[data-theme=light] div,[data-theme=light] label,[data-theme=light] li,[data-theme=light] td,[data-theme=light] th,[data-theme=light] a:not(.btn-primary):not(.btn-theme-primary),[data-theme=light] strong,[data-theme=light] em,[data-theme=light] small,[data-theme=light] blockquote,[data-theme=light] dt,[data-theme=light] dd,[data-theme=light] figcaption,[data-theme=light] legend{color:#264653}.light .btn-primary,.light .btn-theme-primary,.light [class*=bg-primary]:not([class*=bg-primary-soft]):not([class*=bg-primary-orange-50]):not([class*=bg-primary-orange-100]),[data-theme=light] .btn-primary,[data-theme=light] .btn-theme-primary,[data-theme=light] [class*=bg-primary]:not([class*=bg-primary-soft]):not([class*=bg-primary-orange-50]):not([class*=bg-primary-orange-100]){color:#fff!important}.light .text-gray-400,.light .text-gray-500,.light .text-zinc-400,.light .text-zinc-500,.light .text-neutral-400,.light .text-neutral-500,[data-theme=light] .text-gray-400,[data-theme=light] .text-gray-500,[data-theme=light] .text-zinc-400,[data-theme=light] .text-zinc-500,[data-theme=light] .text-neutral-400,[data-theme=light] .text-neutral-500{color:#4d4a45!important}.light .text-white:not(.btn-primary):not(.btn-theme-primary):not(button),[data-theme=light] .text-white:not(.btn-primary):not(.btn-theme-primary):not(button){color:#264653!important}.light .text-gray-100,.light .text-gray-200,.light .text-gray-300,.light .text-zinc-100,.light .text-zinc-200,.light .text-zinc-300,[data-theme=light] .text-gray-100,[data-theme=light] .text-gray-200,[data-theme=light] .text-gray-300,[data-theme=light] .text-zinc-100,[data-theme=light] .text-zinc-200,[data-theme=light] .text-zinc-300,.light input,.light textarea,.light select,[data-theme=light] input,[data-theme=light] textarea,[data-theme=light] select{color:#264653!important}.light input::-moz-placeholder,.light textarea::-moz-placeholder,[data-theme=light] input::-moz-placeholder,[data-theme=light] textarea::-moz-placeholder{color:#6e6358!important}.light input::placeholder,.light textarea::placeholder,[data-theme=light] input::placeholder,[data-theme=light] textarea::placeholder{color:#6e6358!important}.light table,.light thead,.light tbody,.light tr,[data-theme=light] table,[data-theme=light] thead,[data-theme=light] tbody,[data-theme=light] tr{color:#264653}.light [role=dialog],.light [role=dialog] *:not(button):not(.btn-primary):not(.btn-theme-primary),[data-theme=light] [role=dialog],[data-theme=light] [role=dialog] *:not(button):not(.btn-primary):not(.btn-theme-primary){color:#264653}.light nav,.light nav *:not(button),.light aside,.light aside *:not(button),[data-theme=light] nav,[data-theme=light] nav *:not(button),[data-theme=light] aside,[data-theme=light] aside *:not(button){color:#264653}.light svg,[data-theme=light] svg{color:inherit}.btn-theme-primary{background:var(--btn-primary-gradient, var(--btn-primary-bg));color:var(--btn-primary-text);border-radius:var(--radius-sm);box-shadow:var(--btn-primary-shadow);transition:all .22s ease}.btn-theme-primary:hover{background:var(--btn-primary-gradient-hover, var(--btn-primary-bg-hover));box-shadow:var(--btn-primary-shadow-hover);transform:translateY(-1px)}.btn-theme-primary:active{transform:translateY(0)}.btn-theme-secondary{background:var(--btn-secondary-bg);color:var(--btn-secondary-text);border:1px solid var(--btn-secondary-border);border-radius:var(--radius-sm);transition:all .22s ease}.btn-theme-secondary:hover{background:var(--btn-secondary-bg-hover)}.btn-theme-outline{background:transparent;border:1px solid var(--btn-outline-border);color:var(--btn-outline-text);border-radius:var(--radius-sm);transition:all .22s ease}.btn-theme-outline:hover{background:var(--btn-outline-bg-hover)}.btn-theme-ghost{background:transparent;color:var(--btn-ghost-text);border-radius:var(--radius-sm);transition:all .22s ease}.btn-theme-ghost:hover{background:var(--btn-ghost-bg-hover)}.btn-theme-danger{background:var(--btn-danger-bg);color:#fff;border-radius:var(--radius-sm);box-shadow:0 4px 14px -2px #dc262640;transition:all .22s ease}.btn-theme-danger:hover{background:var(--btn-danger-bg-hover);transform:translateY(-1px)}.card-theme{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:all .22s ease}.card-theme:hover{box-shadow:var(--shadow-lg);border-color:var(--color-border-accent)}.input-theme{background:var(--color-bg-card);border:1px solid var(--color-border-input, var(--color-border));color:var(--color-text-primary);border-radius:var(--radius-sm);transition:all .22s ease}.input-theme:focus{border-color:var(--color-accent-primary);box-shadow:0 0 0 3px #e76f511f;outline:none}.input-theme::-moz-placeholder{color:var(--color-text-muted)}.input-theme::placeholder{color:var(--color-text-muted)}.dark select,[data-theme=dark] select{color-scheme:dark}.dark input[type=text],.dark input[type=email],.dark input[type=password],.dark input[type=number],.dark input[type=tel],.dark input[type=url],.dark input[type=search],.dark input[type=date],.dark input[type=time],.dark input[type=datetime-local],.dark textarea,[data-theme=dark] input[type=text],[data-theme=dark] input[type=email],[data-theme=dark] input[type=password],[data-theme=dark] input[type=number],[data-theme=dark] input[type=tel],[data-theme=dark] input[type=url],[data-theme=dark] input[type=search],[data-theme=dark] input[type=date],[data-theme=dark] input[type=time],[data-theme=dark] input[type=datetime-local],[data-theme=dark] textarea{background-color:#221f1b!important;border-color:#3a3530!important;color:#f5ede2!important}.dark input::-moz-placeholder,.dark textarea::-moz-placeholder,[data-theme=dark] input::-moz-placeholder,[data-theme=dark] textarea::-moz-placeholder{color:#9a8e80!important}.dark input::placeholder,.dark textarea::placeholder,[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#9a8e80!important}.dark input:focus,.dark textarea:focus,[data-theme=dark] input:focus,[data-theme=dark] textarea:focus{border-color:#e76f51!important;box-shadow:0 0 0 3px #e76f5129!important;outline:none!important}.dark ::-webkit-scrollbar,[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}.dark ::-webkit-scrollbar-track,[data-theme=dark] ::-webkit-scrollbar-track{background:var(--color-bg-secondary)}.dark ::-webkit-scrollbar-thumb,[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.dark ::-webkit-scrollbar-thumb:hover,[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--color-accent-primary)}.light ::-webkit-scrollbar,[data-theme=light] ::-webkit-scrollbar{width:8px;height:8px}.light ::-webkit-scrollbar-track,[data-theme=light] ::-webkit-scrollbar-track{background:var(--color-bg-secondary)}.light ::-webkit-scrollbar-thumb,[data-theme=light] ::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.light ::-webkit-scrollbar-thumb:hover,[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:var(--color-accent-primary)}.theme-particles{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.theme-particle{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--color-accent-primary);opacity:.3;animation:float 8s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) translate(0);opacity:.3}50%{transform:translateY(-20px) translate(10px);opacity:.6}}.theme-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.15;animation:pulse-slow 8s ease-in-out infinite}.theme-orb-primary{background:var(--color-primary)}.theme-orb-primary-orange{background:var(--color-primary-orange)}.theme-orb-gold{background:var(--color-accent-secondary)}@keyframes pulse-slow{0%,to{opacity:.15;transform:scale(1)}50%{opacity:.25;transform:scale(1.1)}}.theme-transition{transition:background-color .22s ease,color .22s ease,border-color .22s ease}.app-shell{min-height:100vh;color:var(--theme-text);background:radial-gradient(900px circle at 0% -5%,rgba(231,111,81,.1),transparent 55%),radial-gradient(780px circle at 100% -10%,rgba(38,70,83,.1),transparent 50%),var(--theme-bg)}.admin-shell,.user-shell{color:var(--theme-text)}.admin-page,.user-page{min-height:calc(100vh - 4rem);color:var(--theme-text)}.admin-page .page-title,.user-page .page-title{color:var(--theme-heading)}.admin-page .page-subtitle,.user-page .page-subtitle{color:var(--theme-text-muted)}.theme-surface{background:var(--theme-surface);border:1px solid var(--theme-border);box-shadow:var(--theme-shadow)}.theme-surface-muted{background:var(--theme-surface-muted);border:1px solid var(--theme-border-soft)}.theme-input,.theme-select,.theme-textarea{background:var(--theme-surface);color:var(--theme-text);border:1px solid var(--color-border-input, var(--theme-border))}.theme-input::-moz-placeholder,.theme-textarea::-moz-placeholder{color:var(--theme-text-muted)}.theme-input::placeholder,.theme-textarea::placeholder{color:var(--theme-text-muted)}.theme-input:focus,.theme-select:focus,.theme-textarea:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px var(--theme-accent-soft)}.theme-modal-backdrop{background:#2646538c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.theme-modal-surface{background:var(--theme-surface);color:var(--theme-text);border:1px solid var(--theme-border);box-shadow:var(--theme-shadow)}.admin-page label,.user-page label,.theme-modal label{color:var(--theme-text)}.admin-page input:not([type=checkbox]):not([type=radio]),.admin-page select,.admin-page textarea,.user-page input:not([type=checkbox]):not([type=radio]),.user-page select,.user-page textarea,.theme-modal input:not([type=checkbox]):not([type=radio]),.theme-modal select,.theme-modal textarea{background:var(--theme-surface);color:var(--theme-text);border-color:var(--color-border-input, var(--theme-border))}.admin-page input::-moz-placeholder,.admin-page textarea::-moz-placeholder,.user-page input::-moz-placeholder,.user-page textarea::-moz-placeholder,.theme-modal input::-moz-placeholder,.theme-modal textarea::-moz-placeholder{color:var(--color-text-muted, var(--theme-text-muted))}.admin-page input::placeholder,.admin-page textarea::placeholder,.user-page input::placeholder,.user-page textarea::placeholder,.theme-modal input::placeholder,.theme-modal textarea::placeholder{color:var(--color-text-muted, var(--theme-text-muted))}.admin-page table,.user-page table,.theme-modal table{color:var(--theme-text)}.admin-page thead,.theme-modal thead{background:var(--theme-surface-muted)}.admin-page th,.admin-page td,.theme-modal th,.theme-modal td{border-color:var(--color-border-strong, var(--theme-border-soft))}.admin-page .text-gray-900,.admin-page .text-gray-800,.admin-page .text-gray-700,.admin-page .text-gray-600,.admin-page .text-gray-500,.admin-page .text-gray-400,.theme-modal .text-gray-900,.theme-modal .text-gray-800,.theme-modal .text-gray-700,.theme-modal .text-gray-600,.theme-modal .text-gray-500,.theme-modal .text-gray-400{color:var(--theme-text-muted)!important}.admin-page .text-gray-900,.theme-modal .text-gray-900{color:var(--theme-heading)!important}.admin-page .bg-white,.theme-modal .bg-white{background:var(--theme-surface)!important}.admin-page .bg-gray-50,.theme-modal .bg-gray-50{background:var(--theme-surface-muted)!important}.light .admin-page .bg-white.shadow,.light .admin-page .bg-white.shadow-sm,.light .admin-page .bg-white.shadow-md,.light .admin-page .bg-white.rounded-lg,.light .admin-page .bg-white.rounded-xl,[data-theme=light] .admin-page .bg-white.shadow,[data-theme=light] .admin-page .bg-white.shadow-sm,[data-theme=light] .admin-page .bg-white.shadow-md,[data-theme=light] .admin-page .bg-white.rounded-lg,[data-theme=light] .admin-page .bg-white.rounded-xl{border:1px solid var(--theme-border)!important;box-shadow:0 2px 8px -2px #26465314,0 6px 20px -4px #2646530f!important}.light .admin-page .bg-white.overflow-hidden.shadow.rounded-lg,[data-theme=light] .admin-page .bg-white.overflow-hidden.shadow.rounded-lg{border:1px solid var(--theme-border)!important;box-shadow:0 1px 4px -1px #2646530f,0 4px 14px -4px #2646530d!important}.light .admin-page .bg-white.shadow.overflow-hidden,[data-theme=light] .admin-page .bg-white.shadow.overflow-hidden{border:1px solid var(--theme-border)!important;box-shadow:0 2px 10px -2px #26465312,0 8px 24px -6px #2646530d!important}.light .admin-page .border-gray-200,.light .admin-page .border-gray-300,.light .admin-page .divide-gray-200>*+*,[data-theme=light] .admin-page .border-gray-200,[data-theme=light] .admin-page .border-gray-300,[data-theme=light] .admin-page .divide-gray-200>*+*{border-color:var(--theme-border)!important}.light .admin-page tbody tr:hover,[data-theme=light] .admin-page tbody tr:hover{background:var(--theme-surface-muted)}.light .admin-page .ring-gray-300,.light .admin-page .ring-inset.ring-gray-300,[data-theme=light] .admin-page .ring-gray-300,[data-theme=light] .admin-page .ring-inset.ring-gray-300{--tw-ring-color: var(--theme-border) !important}.light .admin-page .bg-white.rounded-lg.shadow-xl,[data-theme=light] .admin-page .bg-white.rounded-lg.shadow-xl{border:1px solid var(--theme-border)!important;box-shadow:0 8px 30px -4px #2646531f,0 20px 50px -10px #2646531a!important}.light .admin-page .border-gray-300,[data-theme=light] .admin-page .border-gray-300{border-color:var(--color-border-input, var(--theme-border))!important}.light .admin-page .bg-white.hover\:bg-gray-50:hover,[data-theme=light] .admin-page .bg-white.hover\:bg-gray-50:hover{background:var(--theme-surface-muted)!important}.theme-toast{font-family:Lato,system-ui,sans-serif!important;font-size:.9rem!important;border-radius:12px!important;padding:14px 18px!important;max-width:420px!important}.light .theme-toast,[data-theme=light] .theme-toast{background:#faf6ef!important;color:#264653!important;border:1px solid #c4b8a8!important;box-shadow:0 4px 20px -4px #26465324,0 8px 30px -6px #26465314!important}.light .theme-toast div,.light .theme-toast span,.light .theme-toast p,[data-theme=light] .theme-toast div,[data-theme=light] .theme-toast span,[data-theme=light] .theme-toast p{color:#264653!important}.dark .theme-toast,[data-theme=dark] .theme-toast{background:#1e1b18!important;color:#f5ede2!important;border:1px solid #3a3530!important;box-shadow:0 4px 24px -4px #0006,0 8px 30px -6px #00000040!important}.dark .theme-toast div,.dark .theme-toast span,.dark .theme-toast p,[data-theme=dark] .theme-toast div,[data-theme=dark] .theme-toast span,[data-theme=dark] .theme-toast p{color:#f5ede2!important}.light .theme-toast button,[data-theme=light] .theme-toast button{color:#6e6358!important}.light .theme-toast button:hover,[data-theme=light] .theme-toast button:hover{color:#264653!important;background:#f5ede2!important}.dark .theme-toast button,[data-theme=dark] .theme-toast button{color:#9a8e80!important}.dark .theme-toast button:hover,[data-theme=dark] .theme-toast button:hover{color:#f5ede2!important;background:#2a2622!important}*,: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:#e5e7eb}: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:Lato,system-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:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}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}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--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);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--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)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.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}}.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}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-2{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-32{bottom:-8rem}.-left-32{left:-8rem}.-left-48{left:-12rem}.-left-\[26px\]{left:-26px}.-right-1{right:-.25rem}.-right-24{right:-6rem}.-right-36{right:-9rem}.-top-1{top:-.25rem}.-top-24{top:-6rem}.-top-32{top:-8rem}.-top-48{top:-12rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-1\/4{bottom:25%}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-32{bottom:8rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.left-0{left:0}.left-1\/4{left:25%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-3\.5{left:.875rem}.left-4{left:1rem}.left-80{left:20rem}.left-\[15px\]{left:15px}.left-\[23px\]{left:23px}.right-0{right:0}.right-1{right:.25rem}.right-1\/4{right:25%}.right-16{right:4rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.top-0{top:0}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-12{top:3rem}.top-2{top:.5rem}.top-20{top:5rem}.top-3{top:.75rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[18px\]{top:18px}.top-\[80px\]{top:80px}.top-full{top:100%}.isolate{isolation:isolate}.z-0{z-index:0}.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-\[100\]{z-index:100}.z-\[7\]{z-index:7}.z-\[8\]{z-index:8}.z-\[9\]{z-index:9}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.\!mb-0{margin-bottom:0!important}.-ml-0\.5{margin-left:-.125rem}.-ml-1{margin-left:-.25rem}.-ml-\[26px\]{margin-left:-26px}.-mt-0\.5{margin-top:-.125rem}.-mt-10{margin-top:-2.5rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.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-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[17px\]{height:17px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[42\%\]{height:42%}.h-\[50\%\]{height:50%}.h-\[55\%\]{height:55%}.h-\[calc\(90vh-120px\)\]{height:calc(90vh - 120px)}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-400px\)\]{max-height:calc(100vh - 400px)}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[16rem\]{min-height:16rem}.min-h-\[50px\]{min-height:50px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[17px\]{width:17px}.w-\[2px\]{width:2px}.w-\[300px\]{width:300px}.w-\[400px\]{width:400px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.min-w-\[140px\]{min-width:140px}.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-\[100px\]{max-width:100px}.max-w-\[120px\]{max-width:120px}.max-w-\[1600px\]{max-width:1600px}.max-w-\[200px\]{max-width:200px}.max-w-\[80px\]{max-width:80px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.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-\[2\]{flex:2}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.origin-top-left{transform-origin:top left}.\!translate-y-0{--tw-translate-y: 0px !important;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))!important}.-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))}.-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-2{--tw-rotate: 2deg;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-100{--tw-scale-x: 1 !important;--tw-scale-y: 1 !important;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))!important}.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\.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))}.scale-\[2\]{--tw-scale-x: 2;--tw-scale-y: 2;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))}.transform-none{transform:none}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.scroll-mt-24{scroll-margin-top:6rem}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.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))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-px{gap:1px}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-2{row-gap:.5rem}.-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.375rem * var(--tw-space-x-reverse));margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.625rem * var(--tw-space-x-reverse));margin-left:calc(.625rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-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-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.divide-navy-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(46 42 38 / var(--tw-divide-opacity, 1))}.divide-navy-700\/50>:not([hidden])~:not([hidden]){border-color:#2e2a2680}.self-start{align-self:flex-start}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.\!rounded-lg{border-radius:.5rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2rem\]{border-radius:2rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-loka-lg{border-radius:22px}.rounded-loka-xl{border-radius:32px}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[3px\]{border-width:3px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#264653\]\/20{border-color:#26465333}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-500\/30{border-color:#f59e0b4d}.border-amber-500\/50{border-color:#f59e0b80}.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-500\/20{border-color:#3b82f633}.border-blue-500\/30{border-color:#3b82f64d}.border-blue-500\/50{border-color:#3b82f680}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-divider{border-color:var(--color-border)}.border-emerald-100{--tw-border-opacity: 1;border-color:rgb(209 250 229 / var(--tw-border-opacity, 1))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-emerald-300{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.border-emerald-500\/20{border-color:#10b98133}.border-emerald-500\/30{border-color:#10b9814d}.border-emerald-500\/50{border-color:#10b98180}.border-gold-200{--tw-border-opacity: 1;border-color:rgb(247 233 138 / var(--tw-border-opacity, 1))}.border-gold-300{--tw-border-opacity: 1;border-color:rgb(242 214 77 / var(--tw-border-opacity, 1))}.border-gold-500\/30{border-color:#d9a30f4d}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / 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-500\/30{border-color:#22c55e4d}.border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-navy-500\/30{border-color:#6e63584d}.border-navy-600{--tw-border-opacity: 1;border-color:rgb(77 74 69 / var(--tw-border-opacity, 1))}.border-navy-600\/50{border-color:#4d4a4580}.border-navy-700{--tw-border-opacity: 1;border-color:rgb(46 42 38 / var(--tw-border-opacity, 1))}.border-navy-700\/40{border-color:#2e2a2666}.border-navy-700\/50{border-color:#2e2a2680}.border-navy-800{--tw-border-opacity: 1;border-color:rgb(26 23 21 / var(--tw-border-opacity, 1))}.border-neutral-100{--tw-border-opacity: 1;border-color:rgb(234 220 203 / var(--tw-border-opacity, 1))}.border-neutral-200{--tw-border-opacity: 1;border-color:rgb(221 208 192 / var(--tw-border-opacity, 1))}.border-neutral-700\/50{border-color:#2e2a2680}.border-orange-100{--tw-border-opacity: 1;border-color:rgb(255 237 213 / 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-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-orange-500\/20{border-color:#f9731633}.border-orange-500\/30{border-color:#f973164d}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.border-primary-orange-100{--tw-border-opacity: 1;border-color:rgb(252 229 222 / var(--tw-border-opacity, 1))}.border-primary-orange-200{--tw-border-opacity: 1;border-color:rgb(249 201 187 / var(--tw-border-opacity, 1))}.border-primary-orange-200\/30{border-color:#f9c9bb4d}.border-primary-orange-200\/50{border-color:#f9c9bb80}.border-primary-orange-300{--tw-border-opacity: 1;border-color:rgb(244 166 142 / var(--tw-border-opacity, 1))}.border-primary-orange-400{--tw-border-opacity: 1;border-color:rgb(237 138 106 / var(--tw-border-opacity, 1))}.border-primary-orange-500{--tw-border-opacity: 1;border-color:rgb(231 111 81 / var(--tw-border-opacity, 1))}.border-primary-orange-500\/20{border-color:#e76f5133}.border-primary-orange-500\/25{border-color:#e76f5140}.border-primary-orange-500\/30{border-color:#e76f514d}.border-primary-orange-500\/50{border-color:#e76f5180}.border-primary-orange-600{--tw-border-opacity: 1;border-color:rgb(209 90 60 / var(--tw-border-opacity, 1))}.border-primary-orange-600\/30{border-color:#d15a3c4d}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-purple-500\/20{border-color:#a855f733}.border-purple-500\/30{border-color:#a855f74d}.border-purple-500\/50{border-color:#a855f780}.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-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-500\/25{border-color:#ef444440}.border-red-500\/30{border-color:#ef44444d}.border-sky-200{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity, 1))}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-500\/40{border-color:#64748b66}.border-slate-600{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-slate-600\/50{border-color:#47556980}.border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.border-slate-700\/50{border-color:#33415580}.border-transparent{border-color:transparent}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-white\/50{border-color:#ffffff80}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-500\/30{border-color:#eab3084d}.border-l-blue-500{--tw-border-opacity: 1;border-left-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-l-blue-500\/50{border-left-color:#3b82f680}.border-l-emerald-500{--tw-border-opacity: 1;border-left-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-l-emerald-500\/50{border-left-color:#10b98180}.border-l-gray-500{--tw-border-opacity: 1;border-left-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.border-l-navy-600{--tw-border-opacity: 1;border-left-color:rgb(77 74 69 / var(--tw-border-opacity, 1))}.border-l-orange-500{--tw-border-opacity: 1;border-left-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-l-orange-500\/50{border-left-color:#f9731680}.border-l-primary-orange-500{--tw-border-opacity: 1;border-left-color:rgb(231 111 81 / var(--tw-border-opacity, 1))}.border-l-primary-orange-500\/50{border-left-color:#e76f5180}.border-t-emerald-400{--tw-border-opacity: 1;border-top-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.border-t-primary-orange-400{--tw-border-opacity: 1;border-top-color:rgb(237 138 106 / var(--tw-border-opacity, 1))}.border-t-primary-orange-500{--tw-border-opacity: 1;border-top-color:rgb(231 111 81 / 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))}.bg-\[\#faf7f2\]{--tw-bg-opacity: 1;background-color:rgb(250 247 242 / 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-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / 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-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/15{background-color:#f59e0b26}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-amber-900\/40{background-color:#78350f66}.bg-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-bg-primary-rgb) / var(--tw-bg-opacity, 1))}.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\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.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-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-500\/20{background-color:#3b82f633}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-900\/40{background-color:#1e3a8a66}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / 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-500\/10{background-color:#10b9811a}.bg-emerald-500\/20{background-color:#10b98133}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-emerald-900\/40{background-color:#064e3b66}.bg-gold-100{--tw-bg-opacity: 1;background-color:rgb(251 245 196 / var(--tw-bg-opacity, 1))}.bg-gold-300\/20{background-color:#f2d64d33}.bg-gold-500\/10{background-color:#d9a30f1a}.bg-gold-500\/20{background-color:#d9a30f33}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-50\/80{background-color:#f9fafbcc}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-500\/20{background-color:#6b728033}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / 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\/20{background-color:#22c55e33}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-green-900\/30{background-color:#14532d4d}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-inherit{background-color:inherit}.bg-logo-green{--tw-bg-opacity: 1;background-color:rgb(38 70 83 / var(--tw-bg-opacity, 1))}.bg-navy-500\/20{background-color:#6e635833}.bg-navy-600{--tw-bg-opacity: 1;background-color:rgb(77 74 69 / var(--tw-bg-opacity, 1))}.bg-navy-700{--tw-bg-opacity: 1;background-color:rgb(46 42 38 / var(--tw-bg-opacity, 1))}.bg-navy-700\/30{background-color:#2e2a264d}.bg-navy-700\/50{background-color:#2e2a2680}.bg-navy-800{--tw-bg-opacity: 1;background-color:rgb(26 23 21 / var(--tw-bg-opacity, 1))}.bg-navy-800\/30{background-color:#1a17154d}.bg-navy-800\/50{background-color:#1a171580}.bg-navy-800\/60{background-color:#1a171599}.bg-navy-800\/80{background-color:#1a1715cc}.bg-navy-800\/90{background-color:#1a1715e6}.bg-navy-800\/95{background-color:#1a1715f2}.bg-navy-900{--tw-bg-opacity: 1;background-color:rgb(18 16 16 / var(--tw-bg-opacity, 1))}.bg-navy-900\/30{background-color:#1210104d}.bg-navy-900\/50{background-color:#12101080}.bg-navy-900\/80{background-color:#121010cc}.bg-navy-900\/95{background-color:#121010f2}.bg-navy-950{--tw-bg-opacity: 1;background-color:rgb(10 8 8 / var(--tw-bg-opacity, 1))}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(234 220 203 / var(--tw-bg-opacity, 1))}.bg-neutral-200{--tw-bg-opacity: 1;background-color:rgb(221 208 192 / var(--tw-bg-opacity, 1))}.bg-neutral-50{--tw-bg-opacity: 1;background-color:rgb(245 237 226 / var(--tw-bg-opacity, 1))}.bg-neutral-800\/50{background-color:#1a171580}.bg-neutral-800\/80{background-color:#1a1715cc}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(38 70 83 / 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-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / 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-50\/10{background-color:#fff7ed1a}.bg-orange-50\/80{background-color:#fff7edcc}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-500\/10{background-color:#f973161a}.bg-orange-500\/20{background-color:#f9731633}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-orange-900\/10{background-color:#7c2d121a}.bg-orange-900\/20{background-color:#7c2d1233}.bg-orange-900\/40{background-color:#7c2d1266}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-primary-orange-100{--tw-bg-opacity: 1;background-color:rgb(252 229 222 / var(--tw-bg-opacity, 1))}.bg-primary-orange-100\/50{background-color:#fce5de80}.bg-primary-orange-200{--tw-bg-opacity: 1;background-color:rgb(249 201 187 / var(--tw-bg-opacity, 1))}.bg-primary-orange-300\/20{background-color:#f4a68e33}.bg-primary-orange-400\/20{background-color:#ed8a6a33}.bg-primary-orange-50{--tw-bg-opacity: 1;background-color:rgb(254 244 241 / var(--tw-bg-opacity, 1))}.bg-primary-orange-50\/20{background-color:#fef4f133}.bg-primary-orange-50\/30{background-color:#fef4f14d}.bg-primary-orange-50\/50{background-color:#fef4f180}.bg-primary-orange-500{--tw-bg-opacity: 1;background-color:rgb(231 111 81 / var(--tw-bg-opacity, 1))}.bg-primary-orange-500\/0{background-color:#e76f5100}.bg-primary-orange-500\/10{background-color:#e76f511a}.bg-primary-orange-500\/15{background-color:#e76f5126}.bg-primary-orange-500\/20{background-color:#e76f5133}.bg-primary-orange-500\/25{background-color:#e76f5140}.bg-primary-orange-500\/30{background-color:#e76f514d}.bg-primary-orange-600{--tw-bg-opacity: 1;background-color:rgb(209 90 60 / var(--tw-bg-opacity, 1))}.bg-primary-orange-900\/40{background-color:#732f2066}.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-purple-500\/20{background-color:#a855f733}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-purple-900\/40{background-color:#581c8766}.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-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/20{background-color:#ef444433}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-900\/20{background-color:#7f1d1d33}.bg-secondary-orange{--tw-bg-opacity: 1;background-color:rgb(254 244 241 / var(--tw-bg-opacity, 1))}.bg-sky-100{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-700\/60{background-color:#33415599}.bg-slate-800\/50{background-color:#1e293b80}.bg-slate-800\/60{background-color:#1e293b99}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.bg-teal-500\/20{background-color:#14b8a633}.bg-transparent{background-color:transparent}.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\/5{background-color:#ffffff0d}.bg-white\/50{background-color:#ffffff80}.bg-white\/70{background-color:#ffffffb3}.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-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/20{background-color:#eab30833}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.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-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-\[\#faf7f2\]{--tw-gradient-from: #faf7f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 247 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#faf7f2\]\/50{--tw-gradient-from: rgb(250 247 242 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 247 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#faf7f2\]\/60{--tw-gradient-from: rgb(250 247 242 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 247 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500{--tw-gradient-from: #f59e0b var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black{--tw-gradient-from: #000 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-black\/50{--tw-gradient-from: rgb(0 0 0 / .5) 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-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-emerald-500{--tw-gradient-from: #10b981 var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500\/20{--tw-gradient-from: rgb(16 185 129 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-900{--tw-gradient-from: #064e3b var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gold-400{--tw-gradient-from: #ebc01e var(--tw-gradient-from-position);--tw-gradient-to: rgb(235 192 30 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gold-50{--tw-gradient-from: #fdfbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gold-500{--tw-gradient-from: #d9a30f var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 163 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gold-500\/10{--tw-gradient-from: rgb(217 163 15 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 163 15 / 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-navy-950{--tw-gradient-from: #0a0808 var(--tw-gradient-from-position);--tw-gradient-to: rgb(10 8 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-navy-950\/60{--tw-gradient-from: rgb(10 8 8 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(10 8 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-navy-950\/70{--tw-gradient-from: rgb(10 8 8 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(10 8 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from: #ec4899 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-orange-400{--tw-gradient-from: #ed8a6a var(--tw-gradient-from-position);--tw-gradient-to: rgb(237 138 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-orange-50{--tw-gradient-from: #fef4f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 244 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-orange-500{--tw-gradient-from: #e76f51 var(--tw-gradient-from-position);--tw-gradient-to: rgb(231 111 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-orange-500\/10{--tw-gradient-from: rgb(231 111 81 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(231 111 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-orange-500\/20{--tw-gradient-from: rgb(231 111 81 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(231 111 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-orange-600{--tw-gradient-from: #d15a3c var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 90 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-500{--tw-gradient-from: #f43f5e var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-400{--tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-500{--tw-gradient-from: #64748b var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from: #0f172a var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500{--tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#faf7f2\]\/40{--tw-gradient-to: rgb(250 247 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 247 242 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#faf7f2\]\/50{--tw-gradient-to: rgb(250 247 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 247 242 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-navy-950\/50{--tw-gradient-to: rgb(10 8 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(10 8 8 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-navy-950\/60{--tw-gradient-to: rgb(10 8 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(10 8 8 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-50\/50{--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary-orange-500{--tw-gradient-to: rgb(231 111 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #e76f51 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary-orange-500\/5{--tw-gradient-to: rgb(231 111 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(231 111 81 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary-orange-800{--tw-gradient-to: rgb(140 58 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #8c3a27 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-slate-800{--tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1e293b 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)}.to-amber-50{--tw-gradient-to: #fffbeb var(--tw-gradient-to-position)}.to-amber-500{--tw-gradient-to: #f59e0b var(--tw-gradient-to-position)}.to-amber-600{--tw-gradient-to: #d97706 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-blue-900{--tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)}.to-cyan-400{--tw-gradient-to: #22d3ee var(--tw-gradient-to-position)}.to-cyan-50{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.to-cyan-500{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.to-cyan-600{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.to-emerald-500{--tw-gradient-to: #10b981 var(--tw-gradient-to-position)}.to-emerald-900{--tw-gradient-to: #064e3b var(--tw-gradient-to-position)}.to-gold-600\/5{--tw-gradient-to: rgb(187 126 10 / .05) var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.to-lime-500{--tw-gradient-to: #84cc16 var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-primary-orange-100{--tw-gradient-to: #fce5de var(--tw-gradient-to-position)}.to-primary-orange-500{--tw-gradient-to: #e76f51 var(--tw-gradient-to-position)}.to-primary-orange-500\/20{--tw-gradient-to: rgb(231 111 81 / .2) var(--tw-gradient-to-position)}.to-primary-orange-600{--tw-gradient-to: #d15a3c var(--tw-gradient-to-position)}.to-primary-orange-600\/20{--tw-gradient-to: rgb(209 90 60 / .2) var(--tw-gradient-to-position)}.to-primary-orange-600\/5{--tw-gradient-to: rgb(209 90 60 / .05) var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-rose-500{--tw-gradient-to: #f43f5e var(--tw-gradient-to-position)}.to-teal-500{--tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-violet-500{--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position)}.to-violet-600{--tw-gradient-to: #7c3aed var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-yellow-500{--tw-gradient-to: #eab308 var(--tw-gradient-to-position)}.fill-amber-400{fill:#fbbf24}.fill-current{fill:currentColor}.fill-yellow-400{fill:#facc15}.fill-yellow-500{fill:#eab308}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-12{padding-left:3rem}.pl-20{padding-left:5rem}.pl-3{padding-left:.75rem}.pl-3\.5{padding-left:.875rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-9{padding-right:2.25rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[20vh\]{padding-top:20vh}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-display{font-family:Playfair Display,Georgia,serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[15px\]{font-size:15px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.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}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#264653\]{--tw-text-opacity: 1;color:rgb(38 70 83 / var(--tw-text-opacity, 1))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-400\/80{color:#fbbf24cc}.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-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-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / 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-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.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-cyan-800{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity, 1))}.text-emerald-100{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity, 1))}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / 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-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-gold-300{--tw-text-opacity: 1;color:rgb(242 214 77 / var(--tw-text-opacity, 1))}.text-gold-400{--tw-text-opacity: 1;color:rgb(235 192 30 / var(--tw-text-opacity, 1))}.text-gold-600{--tw-text-opacity: 1;color:rgb(187 126 10 / var(--tw-text-opacity, 1))}.text-gold-700{--tw-text-opacity: 1;color:rgb(149 90 9 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / 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-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-navy-200{--tw-text-opacity: 1;color:rgb(221 208 192 / var(--tw-text-opacity, 1))}.text-navy-300{--tw-text-opacity: 1;color:rgb(196 184 168 / var(--tw-text-opacity, 1))}.text-navy-400{--tw-text-opacity: 1;color:rgb(154 142 128 / var(--tw-text-opacity, 1))}.text-navy-500{--tw-text-opacity: 1;color:rgb(110 99 88 / var(--tw-text-opacity, 1))}.text-navy-600{--tw-text-opacity: 1;color:rgb(77 74 69 / var(--tw-text-opacity, 1))}.text-navy-700{--tw-text-opacity: 1;color:rgb(46 42 38 / var(--tw-text-opacity, 1))}.text-navy-900{--tw-text-opacity: 1;color:rgb(18 16 16 / var(--tw-text-opacity, 1))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(154 142 128 / var(--tw-text-opacity, 1))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(110 99 88 / var(--tw-text-opacity, 1))}.text-neutral-600{--tw-text-opacity: 1;color:rgb(77 74 69 / var(--tw-text-opacity, 1))}.text-neutral-700{--tw-text-opacity: 1;color:rgb(46 42 38 / var(--tw-text-opacity, 1))}.text-neutral-900{--tw-text-opacity: 1;color:rgb(38 70 83 / var(--tw-text-opacity, 1))}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / 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-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.text-primary-orange-100{--tw-text-opacity: 1;color:rgb(252 229 222 / var(--tw-text-opacity, 1))}.text-primary-orange-200{--tw-text-opacity: 1;color:rgb(249 201 187 / var(--tw-text-opacity, 1))}.text-primary-orange-300{--tw-text-opacity: 1;color:rgb(244 166 142 / var(--tw-text-opacity, 1))}.text-primary-orange-400{--tw-text-opacity: 1;color:rgb(237 138 106 / var(--tw-text-opacity, 1))}.text-primary-orange-500{--tw-text-opacity: 1;color:rgb(231 111 81 / var(--tw-text-opacity, 1))}.text-primary-orange-600{--tw-text-opacity: 1;color:rgb(209 90 60 / var(--tw-text-opacity, 1))}.text-primary-orange-700{--tw-text-opacity: 1;color:rgb(174 72 48 / var(--tw-text-opacity, 1))}.text-primary-orange-800{--tw-text-opacity: 1;color:rgb(140 58 39 / var(--tw-text-opacity, 1))}.text-primary-orange-900{--tw-text-opacity: 1;color:rgb(115 47 32 / var(--tw-text-opacity, 1))}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / 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-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-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / 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-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-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-teal-400{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity, 1))}.text-teal-800{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity, 1))}.text-text-primary{color:var(--color-text-primary)}.text-text-secondary{color:var(--color-text-secondary)}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/50{color:#ffffff80}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-yellow-200{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.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))}.text-opacity-75{--tw-text-opacity: .75}.text-opacity-90{--tw-text-opacity: .9}.decoration-gray-400{text-decoration-color:#9ca3af}.decoration-dashed{text-decoration-style:dashed}.decoration-1{text-decoration-thickness:1px}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-navy-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(196 184 168 / var(--tw-placeholder-opacity, 1))}.placeholder-navy-300::placeholder{--tw-placeholder-opacity: 1;color:rgb(196 184 168 / var(--tw-placeholder-opacity, 1))}.placeholder-navy-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(154 142 128 / var(--tw-placeholder-opacity, 1))}.placeholder-navy-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(154 142 128 / var(--tw-placeholder-opacity, 1))}.placeholder-navy-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(110 99 88 / var(--tw-placeholder-opacity, 1))}.placeholder-navy-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(110 99 88 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.\!shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-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_14px_-2px_rgba\(220\,38\,38\,0\.25\)\]{--tw-shadow: 0 4px 14px -2px rgba(220,38,38,.25);--tw-shadow-colored: 0 4px 14px -2px 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-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 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-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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 rgb(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-soft{--tw-shadow: 0 2px 15px -3px rgba(20, 16, 10, .05), 0 10px 20px -2px rgba(20, 16, 10, .02);--tw-shadow-colored: 0 2px 15px -3px var(--tw-shadow-color), 0 10px 20px -2px 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)}.shadow-\[var\(--btn-primary-shadow\)\]{--tw-shadow-color: var(--btn-primary-shadow);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/25{--tw-shadow-color: rgb(245 158 11 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-primary-orange-500\/30{--tw-shadow-color: rgb(231 111 81 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-primary-orange-600\/25{--tw-shadow-color: rgb(209 90 60 / .25);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.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-inset{--tw-ring-inset: inset}.ring-blue-500\/50{--tw-ring-color: rgb(59 130 246 / .5)}.ring-emerald-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-primary-orange-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 201 187 / var(--tw-ring-opacity, 1))}.ring-primary-orange-400\/50{--tw-ring-color: rgb(237 138 106 / .5)}.ring-primary-orange-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(231 111 81 / var(--tw-ring-opacity, 1))}.ring-primary-orange-500\/20{--tw-ring-color: rgb(231 111 81 / .2)}.ring-primary-orange-500\/50{--tw-ring-color: rgb(231 111 81 / .5)}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.ring-offset-background{--tw-ring-offset-color: rgb(var(--color-bg-primary-rgb) / 1)}.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)}.blur-2xl{--tw-blur: blur(40px);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)}.blur-3xl{--tw-blur: blur(64px);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{--tw-backdrop-blur: blur(8px);-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)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-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-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Lato,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;min-height:100vh;transition:background-color .22s ease,color .22s ease;--tw-bg-opacity: 1;background-color:rgb(var(--color-bg-primary-rgb) / var(--tw-bg-opacity, 1));color:var(--color-text-primary)}h1,h2,h3,h4,h5,h6,.font-display{font-family:Playfair Display,Georgia,serif}::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-rgb) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}::selection{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-rgb) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.light :not(.btn-primary):not(.btn-theme-primary):not(button)::-moz-selection,[data-theme=light] :not(.btn-primary):not(.btn-theme-primary):not(button)::-moz-selection{color:#264653}.light :not(.btn-primary):not(.btn-theme-primary):not(button)::selection,[data-theme=light] :not(.btn-primary):not(.btn-theme-primary):not(button)::selection{color:#264653}.focus-ring:focus{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(var(--color-primary-rgb) / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.dark .focus-ring:focus{--tw-ring-offset-color: rgb(var(--color-bg-primary-rgb) / 1)}.light .focus-ring:focus{--tw-ring-offset-color: rgb(var(--color-bg-primary-rgb) / 1)}.card{border-radius:1rem;border-width:1px;border-color:var(--color-border);--tw-bg-opacity: 1;background-color:rgb(var(--color-bg-card-rgb) / var(--tw-bg-opacity, 1));--tw-shadow: 0 4px 20px -2px rgba(20, 16, 10, .08);--tw-shadow-colored: 0 4px 20px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-backdrop-blur: blur(24px);-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)}.card-hover{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;border-radius:1rem;border-width:1px;border-color:var(--color-border);--tw-bg-opacity: 1;background-color:rgb(var(--color-bg-card-rgb) / var(--tw-bg-opacity, 1));--tw-shadow: 0 4px 20px -2px rgba(20, 16, 10, .08);--tw-shadow-colored: 0 4px 20px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-backdrop-blur: blur(24px);-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)}.card-hover:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-rgb) / var(--tw-border-opacity, 1));--tw-shadow: 0 10px 40px -10px rgba(20, 16, 10, .12);--tw-shadow-colored: 0 10px 40px -10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.input-field{width:100%;border-radius:.75rem;border-width:1px;border-color:var(--color-border-input, var(--color-border));--tw-bg-opacity: 1;background-color:rgb(var(--color-bg-card-rgb) / var(--tw-bg-opacity, 1));padding:.75rem 1rem;color:var(--color-text-primary)}.input-field::-moz-placeholder{color:var(--color-text-secondary)}.input-field::placeholder{color:var(--color-text-secondary)}.input-field{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.light .admin-page .bg-white.input-field,[data-theme=light] .admin-page .bg-white.input-field{border:1px solid var(--theme-border);box-shadow:0 2px 8px -2px #26465314,0 6px 20px -4px #2646530f}.input-field:focus{border-color:transparent;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(var(--color-primary-rgb) / var(--tw-ring-opacity, 1))}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(231 111 81 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.light .btn-primary:not(.btn-primary):not(.btn-theme-primary):not(button),[data-theme=light] .btn-primary:not(.btn-primary):not(.btn-theme-primary):not(button){color:#264653}.light .admin-page .bg-white.btn-primary,[data-theme=light] .admin-page .bg-white.btn-primary{border:1px solid var(--theme-border);box-shadow:0 2px 8px -2px #26465314,0 6px 20px -4px #2646530f}.btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(209 90 60 / var(--tw-bg-opacity, 1))}.btn-primary:focus{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(249 201 187 / var(--tw-ring-opacity, 1))}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.btn-primary{box-shadow:var(--btn-primary-shadow)}.btn-primary:hover:not(:disabled){box-shadow:var(--btn-primary-shadow-hover);transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(249 201 187 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 244 241 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(209 90 60 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.light .admin-page .bg-white.btn-secondary,[data-theme=light] .admin-page .bg-white.btn-secondary{border:1px solid var(--theme-border);box-shadow:0 2px 8px -2px #26465314,0 6px 20px -4px #2646530f}.btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(252 229 222 / var(--tw-bg-opacity, 1))}.btn-secondary:focus{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(249 201 187 / var(--tw-ring-opacity, 1))}.btn-secondary:disabled{cursor:not-allowed;opacity:.5}.btn-outline{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 111 81 / var(--tw-border-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(209 90 60 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.light .admin-page .bg-white.btn-outline,[data-theme=light] .admin-page .bg-white.btn-outline{border:1px solid var(--theme-border);box-shadow:0 2px 8px -2px #26465314,0 6px 20px -4px #2646530f}.btn-outline:hover{--tw-bg-opacity: 1;background-color:rgb(254 244 241 / var(--tw-bg-opacity, 1))}.btn-outline:focus{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(249 201 187 / var(--tw-ring-opacity, 1))}.btn-outline:disabled{cursor:not-allowed;opacity:.5}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;border-color:var(--color-border);--tw-border-opacity: 1;border-top-color:rgb(var(--color-primary-rgb) / var(--tw-border-opacity, 1))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.slide-up{animation:slideUp .3s ease-out}.status-badge{border-radius:9999px;border-width:1px;padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500}.status-planned{border-color:rgb(var(--color-info-rgb) / .2);background-color:rgb(var(--color-info-rgb) / .1);--tw-text-opacity: 1;color:rgb(var(--color-info-rgb) / var(--tw-text-opacity, 1));border-radius:9999px;border-width:1px;padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500}.status-active{border-color:rgb(var(--color-primary-rgb) / .2);background-color:rgb(var(--color-primary-rgb) / .1);--tw-text-opacity: 1;color:rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1));border-radius:9999px;border-width:1px;padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500}.status-completed{border-color:rgb(var(--color-accent-muted-rgb) / .2);background-color:rgb(var(--color-accent-muted-rgb) / .1);--tw-text-opacity: 1;color:rgb(var(--color-accent-muted-rgb) / var(--tw-text-opacity, 1));border-radius:9999px;border-width:1px;padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500}.status-cancelled{border-color:#ef444433;background-color:#ef44441a;--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1));border-radius:9999px;border-width:1px;padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500}.glass-card{border-radius:1rem;border-width:1px;border-color:var(--color-border);background-color:rgb(var(--color-bg-card-rgb) / .8);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);--tw-backdrop-blur: blur(24px);-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)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(var(--color-bg-primary-rgb) / var(--tw-bg-opacity, 1))}::-webkit-scrollbar-thumb{border-radius:9999px;background-color:var(--color-border)}::-webkit-scrollbar-thumb:hover{background-color:rgb(var(--color-primary-rgb) / .7)}select{border-color:var(--color-border);--tw-bg-opacity: 1;background-color:rgb(var(--color-bg-card-rgb) / var(--tw-bg-opacity, 1));color:var(--color-text-primary)}option{--tw-bg-opacity: 1;background-color:rgb(var(--color-bg-card-rgb) / var(--tw-bg-opacity, 1));color:var(--color-text-primary)}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.first\:rounded-t-xl:first-child{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.last\:rounded-b-xl:last-child{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.last\:pb-0:last-child{padding-bottom:0}.focus-within\:border-primary-orange-300:focus-within{--tw-border-opacity: 1;border-color:rgb(244 166 142 / var(--tw-border-opacity, 1))}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;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\:-translate-y-1:hover{--tw-translate-y: -.25rem;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\:-translate-y-px:hover{--tw-translate-y: -1px;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\:rotate-90:hover{--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))}.hover\:scale-100:hover{--tw-scale-x: 1;--tw-scale-y: 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\: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\:scale-\[1\.01\]:hover{--tw-scale-x: 1.01;--tw-scale-y: 1.01;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-\[1\.02\]:hover{--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))}.hover\:border-gold-400:hover{--tw-border-opacity: 1;border-color:rgb(235 192 30 / var(--tw-border-opacity, 1))}.hover\:border-gold-500:hover{--tw-border-opacity: 1;border-color:rgb(217 163 15 / var(--tw-border-opacity, 1))}.hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-navy-500:hover{--tw-border-opacity: 1;border-color:rgb(110 99 88 / var(--tw-border-opacity, 1))}.hover\:border-navy-600:hover{--tw-border-opacity: 1;border-color:rgb(77 74 69 / var(--tw-border-opacity, 1))}.hover\:border-navy-600\/60:hover{border-color:#4d4a4599}.hover\:border-neutral-200:hover{--tw-border-opacity: 1;border-color:rgb(221 208 192 / var(--tw-border-opacity, 1))}.hover\:border-orange-500:hover{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.hover\:border-orange-500\/30:hover{border-color:#f973164d}.hover\:border-primary-orange-200:hover{--tw-border-opacity: 1;border-color:rgb(249 201 187 / var(--tw-border-opacity, 1))}.hover\:border-primary-orange-300:hover{--tw-border-opacity: 1;border-color:rgb(244 166 142 / var(--tw-border-opacity, 1))}.hover\:border-primary-orange-400:hover{--tw-border-opacity: 1;border-color:rgb(237 138 106 / var(--tw-border-opacity, 1))}.hover\:border-primary-orange-500:hover{--tw-border-opacity: 1;border-color:rgb(231 111 81 / var(--tw-border-opacity, 1))}.hover\:border-primary-orange-500\/30:hover{border-color:#e76f514d}.hover\:border-primary-orange-500\/40:hover{border-color:#e76f5166}.hover\:border-primary-orange-500\/50:hover{border-color:#e76f5180}.hover\:bg-black\/40:hover{background-color:#0006}.hover\:bg-black\/80:hover{background-color:#000c}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 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-500\/20:hover{background-color:#3b82f633}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-100:hover{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-500\/20:hover{background-color:#10b98133}.hover\:bg-emerald-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / 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(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50\/10:hover{background-color:#f9fafb1a}.hover\:bg-gray-50\/5:hover{background-color:#f9fafb0d}.hover\:bg-gray-50\/80:hover{background-color:#f9fafbcc}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / 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-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-900\/50:hover{background-color:#14532d80}.hover\:bg-indigo-50:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.hover\:bg-logo-green\/90:hover{background-color:#264653e6}.hover\:bg-navy-400:hover{--tw-bg-opacity: 1;background-color:rgb(154 142 128 / var(--tw-bg-opacity, 1))}.hover\:bg-navy-600:hover{--tw-bg-opacity: 1;background-color:rgb(77 74 69 / var(--tw-bg-opacity, 1))}.hover\:bg-navy-600\/70:hover{background-color:#4d4a45b3}.hover\:bg-navy-700:hover{--tw-bg-opacity: 1;background-color:rgb(46 42 38 / var(--tw-bg-opacity, 1))}.hover\:bg-navy-700\/30:hover{background-color:#2e2a264d}.hover\:bg-navy-700\/40:hover{background-color:#2e2a2666}.hover\:bg-navy-700\/50:hover{background-color:#2e2a2680}.hover\:bg-navy-800:hover{--tw-bg-opacity: 1;background-color:rgb(26 23 21 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-50:hover{--tw-bg-opacity: 1;background-color:rgb(245 237 226 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-700\/70:hover{background-color:#2e2a26b3}.hover\:bg-neutral-700\/90:hover{background-color:#2e2a26e6}.hover\:bg-orange-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-500\/10:hover{background-color:#f973161a}.hover\:bg-orange-500\/20:hover{background-color:#f9731633}.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-orange-100:hover{--tw-bg-opacity: 1;background-color:rgb(252 229 222 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 244 241 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-orange-50\/40:hover{background-color:#fef4f166}.hover\:bg-primary-orange-50\/50:hover{background-color:#fef4f180}.hover\:bg-primary-orange-500\/10:hover{background-color:#e76f511a}.hover\:bg-primary-orange-500\/20:hover{background-color:#e76f5133}.hover\:bg-primary-orange-500\/30:hover{background-color:#e76f514d}.hover\:bg-primary-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(209 90 60 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(174 72 48 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-500\/20:hover{background-color:#a855f733}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / 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-500\/20:hover{background-color:#ef444433}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / 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-red-900\/20:hover{background-color:#7f1d1d33}.hover\:bg-red-900\/30:hover{background-color:#7f1d1d4d}.hover\:bg-secondary-orange\/50:hover{background-color:#fef4f180}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.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\/20:hover{background-color:#fff3}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:bg-white\/70:hover{background-color:#ffffffb3}.hover\:bg-opacity-10:hover{--tw-bg-opacity: .1}.hover\:from-primary-orange-100:hover{--tw-gradient-from: #fce5de var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 229 222 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-primary-orange-500\/30:hover{--tw-gradient-from: rgb(231 111 81 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(231 111 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-primary-orange-600:hover{--tw-gradient-from: #d15a3c var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 90 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-primary-orange-600\/30:hover{--tw-gradient-to: rgb(209 90 60 / .3) var(--tw-gradient-to-position)}.hover\:to-primary-orange-700:hover{--tw-gradient-to: #ae4830 var(--tw-gradient-to-position)}.hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / 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-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-emerald-200:hover{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-200:hover{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.hover\:text-green-300:hover{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / 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-navy-300:hover{--tw-text-opacity: 1;color:rgb(196 184 168 / var(--tw-text-opacity, 1))}.hover\:text-navy-900:hover{--tw-text-opacity: 1;color:rgb(18 16 16 / var(--tw-text-opacity, 1))}.hover\:text-neutral-800:hover{--tw-text-opacity: 1;color:rgb(26 23 21 / var(--tw-text-opacity, 1))}.hover\:text-neutral-900:hover{--tw-text-opacity: 1;color:rgb(38 70 83 / var(--tw-text-opacity, 1))}.hover\:text-orange-400:hover{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.hover\:text-orange-500:hover{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.hover\:text-orange-700:hover{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.hover\:text-primary-orange-200:hover{--tw-text-opacity: 1;color:rgb(249 201 187 / var(--tw-text-opacity, 1))}.hover\:text-primary-orange-300:hover{--tw-text-opacity: 1;color:rgb(244 166 142 / var(--tw-text-opacity, 1))}.hover\:text-primary-orange-400:hover{--tw-text-opacity: 1;color:rgb(237 138 106 / var(--tw-text-opacity, 1))}.hover\:text-primary-orange-600:hover{--tw-text-opacity: 1;color:rgb(209 90 60 / var(--tw-text-opacity, 1))}.hover\:text-primary-orange-700:hover{--tw-text-opacity: 1;color:rgb(174 72 48 / var(--tw-text-opacity, 1))}.hover\:text-primary-orange-800:hover{--tw-text-opacity: 1;color:rgb(140 58 39 / var(--tw-text-opacity, 1))}.hover\:text-primary-orange-900:hover{--tw-text-opacity: 1;color:rgb(115 47 32 / var(--tw-text-opacity, 1))}.hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / 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-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:text-slate-600:hover{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.hover\:text-text-primary:hover{color:var(--color-text-primary)}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-yellow-200:hover{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.hover\:text-yellow-800:hover{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.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 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(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)}.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\:shadow-\[var\(--btn-primary-shadow-hover\)\]:hover{--tw-shadow-color: var(--btn-primary-shadow-hover);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gold-500\/20:hover{--tw-shadow-color: rgb(217 163 15 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-primary-orange-100:hover{--tw-shadow-color: #fce5de;--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-primary-orange-500\/10:hover{--tw-shadow-color: rgb(231 111 81 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-primary-orange-500\/20:hover{--tw-shadow-color: rgb(231 111 81 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:z-20:focus{z-index:20}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-emerald-500:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-primary-orange-400:focus{--tw-border-opacity: 1;border-color:rgb(237 138 106 / var(--tw-border-opacity, 1))}.focus\:border-primary-orange-500:focus{--tw-border-opacity: 1;border-color:rgb(231 111 81 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-offset-0:focus{outline-offset:0px}.focus\:ring-0: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(0px + 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-inset:focus{--tw-ring-inset: inset}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-emerald-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-neutral-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(221 208 192 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-orange-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 201 187 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-orange-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 166 142 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-orange-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(237 138 106 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-orange-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(231 111 81 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-orange-500\/20:focus{--tw-ring-color: rgb(231 111 81 / .2)}.focus\:ring-primary-orange-500\/30:focus{--tw-ring-color: rgb(231 111 81 / .3)}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus\:ring-red-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1))}.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-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-indigo-600:focus-visible{outline-color:#4f46e5}.focus-visible\:outline-primary-orange-500:focus-visible{outline-color:#e76f51}.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-primary-orange-400:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(237 138 106 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-red-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:translate-y-0:active{--tw-translate-y: 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))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;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))}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;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))}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:translate-y-0:disabled{--tw-translate-y: 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))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-500:disabled{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.disabled\:from-gray-400:disabled{--tw-gradient-from: #9ca3af var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.disabled\:to-gray-500:disabled{--tw-gradient-to: #6b7280 var(--tw-gradient-to-position)}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:shadow-none:disabled{--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)}.group:hover .group-hover\:-translate-y-1{--tw-translate-y: -.25rem;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\:translate-x-0\.5{--tw-translate-x: .125rem;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-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))}.group:hover .group-hover\: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))}.group:hover .group-hover\:bg-amber-200{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-amber-500\/30{background-color:#f59e0b4d}.group:hover .group-hover\:bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-green-500\/30{background-color:#22c55e4d}.group:hover .group-hover\:bg-primary-orange-200{--tw-bg-opacity: 1;background-color:rgb(249 201 187 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-primary-orange-500\/10{background-color:#e76f511a}.group:hover .group-hover\:bg-primary-orange-500\/20{background-color:#e76f5133}.group:hover .group-hover\:bg-primary-orange-500\/30{background-color:#e76f514d}.group:hover .group-hover\:bg-primary-orange-600{--tw-bg-opacity: 1;background-color:rgb(209 90 60 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-primary-orange-300{--tw-text-opacity: 1;color:rgb(244 166 142 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-primary-orange-500{--tw-text-opacity: 1;color:rgb(231 111 81 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-primary-orange-700{--tw-text-opacity: 1;color:rgb(174 72 48 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:underline{text-decoration-line:underline}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\: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)}.dark\:divide-navy-600:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(77 74 69 / var(--tw-divide-opacity, 1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-navy-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 23 21 / var(--tw-bg-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:placeholder-gray-400:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.dark\:placeholder-gray-400:is(.dark *)::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.dark\:hover\:bg-navy-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(46 42 38 / var(--tw-bg-opacity, 1))}@media (min-width: 640px){.sm\:col-span-3{grid-column:span 3 / span 3}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-72{height:18rem}.sm\:h-80{height:20rem}.sm\:h-auto{height:auto}.sm\:w-24{width:6rem}.sm\:w-40{width:10rem}.sm\:flex-1{flex:1 1 0%}.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\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm\:rounded-lg{border-radius:.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:tracking-tight{letter-spacing:-.025em}}@media (min-width: 768px){.md\:static{position:static}.md\:col-span-2{grid-column:span 2 / span 2}.md\:ml-4{margin-left:1rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:h-44{height:11rem}.md\:h-56{height:14rem}.md\:h-80{height:20rem}.md\:h-96{height:24rem}.md\:h-\[26rem\]{height:26rem}.md\:w-52{width:13rem}.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-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:p-5{padding:1.25rem}.md\:p-8{padding:2rem}.md\:pb-12{padding-bottom:3rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-\[2\.75rem\]{font-size:2.75rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:fixed{position:fixed}.lg\:sticky{position:sticky}.lg\:inset-y-0{top:0;bottom:0}.lg\:top-6{top:1.5rem}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:ml-0{margin-left:0}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-20{width:5rem}.lg\:w-64{width:16rem}.lg\:w-72{width:18rem}.lg\:w-\[48\%\]{width:48%}.lg\:w-\[52\%\]{width:52%}.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\:flex-col{flex-direction:column}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pl-20{padding-left:5rem}.lg\:pl-64{padding-left:16rem}}@media (min-width: 1280px){.xl\:block{display:block}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:pr-24{padding-right:6rem}}.\[\&\>svg\]\:h-4>svg{height:1rem}.\[\&\>svg\]\:h-5>svg{height:1.25rem}.\[\&\>svg\]\:h-6>svg{height:1.5rem}.\[\&\>svg\]\:w-4>svg{width:1rem}.\[\&\>svg\]\:w-5>svg{width:1.25rem}.\[\&\>svg\]\:w-6>svg{width:1.5rem}
