:root{--background:#fff;--foreground:#1a1a1a;--primary:#d42c75;--primary-light:#ff6bae;--secondary:#ffb6fe;--accent:#ffb703;--muted:#f4f4f5;--card:#fff;--card-border:#0000000d;--shadow:0 10px 30px -10px #d42c7533}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer}.premium-container{background:radial-gradient(circle at 100% 0,#fff0f5 0%,#fff 40%,#fdeff2 100%);flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:8rem 1.5rem 2rem;display:flex;position:relative;overflow:hidden auto}.floating-bg{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.floating-asset{filter:drop-shadow(0 20px 40px #0000001a)}.glass-card{-webkit-backdrop-filter:blur(12px);will-change:transform;background:#ffffffb3;border:1px solid #ffffff80;border-radius:32px;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000000d,0 20px 40px -10px #0000000d,inset 0 0 20px #ffffff80}.solid-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.glass-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000000d,0 30px 60px -15px #0000001a}.floating-emoji{will-change:transform;backface-visibility:hidden;transform-style:preserve-3d}.custom-select-wrapper,.custom-datepicker-wrapper{text-align:left;width:100%;position:relative}.custom-select-trigger,.custom-datepicker-trigger{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;outline:none;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.custom-select-trigger:hover,.custom-datepicker-trigger:hover{background:#f1f5f9;border-color:#d42c754d}.custom-select-trigger.active,.custom-datepicker-trigger.active{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #d42c751a}.dropdown-search-wrapper{background:#f8fafc;border-bottom:1px solid #f1f5f9;border-radius:12px 12px 0 0;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:.75rem;display:flex}.search-icon{color:#94a3b8;flex-shrink:0}.dropdown-search-input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:.85rem;font-weight:500}.dropdown-search-input::placeholder{color:#94a3b8}.options-list{max-height:240px;padding:.25rem;overflow-y:auto}.no-results{text-align:center;color:#94a3b8;padding:1rem;font-size:.85rem;font-weight:500}.trigger-left{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.75rem;display:flex;overflow:hidden}.trigger-left span{text-overflow:ellipsis;overflow:hidden}.chevron{color:#94a3b8;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.chevron.rotate{color:var(--primary);transform:rotate(180deg)}.custom-select-dropdown{z-index:1001;flex-direction:column;width:100%;min-width:220px;position:absolute;top:calc(100% + 8px);left:0;display:flex!important}.select-option{text-align:left;color:#475569;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;margin-bottom:1px;padding:.65rem .75rem;font-size:.9rem;font-weight:500;transition:all .15s;display:flex}.select-option:hover{color:var(--primary);background:#f1f5f9}.select-option.selected{color:var(--primary);background:#f1f5f9;font-weight:700}.datepicker-dropdown{z-index:1001;flex-direction:column;width:320px;padding:1.25rem;position:absolute;top:calc(100% + 8px);left:0;display:flex!important}.datepicker-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.datepicker-header button{color:#64748b;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.datepicker-header button:hover{color:var(--primary);background:#f1f5f9;border-color:#d42c7533}.month-year{font-family:var(--font-outfit);color:#1e293b;font-size:1rem;font-weight:800}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:1rem;display:grid}.weekday{color:#94a3b8;text-align:center;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 0;font-size:.75rem;font-weight:800}.calendar-day{aspect-ratio:1;color:#475569;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.calendar-day:hover:not(.empty){color:var(--primary);background:#f1f5f9}.calendar-day.selected{font-weight:800;box-shadow:0 4px 12px #d42c754d;background:var(--primary)!important;color:#fff!important}.calendar-day.today{color:var(--primary);background:#fff1f2}.interactive-clock-container{flex-direction:column;align-items:center;gap:1.5rem;padding:.5rem 0;display:flex}.clock-view-toggle{background:#f1f5f9;border-radius:12px;align-items:center;gap:.5rem;padding:.4rem;display:flex}.view-btn{font-family:var(--font-outfit);color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.25rem .75rem;font-size:1.5rem;font-weight:800;transition:all .2s}.view-btn.active{color:var(--primary);background:#fff;box-shadow:0 2px 8px #0000000d}.separator{color:#cbd5e1;font-size:1.5rem;font-weight:800}.clock-face-wrapper{background:#f8fafc;border:4px solid #f1f5f9;border-radius:50%;padding:10px}.clock-face{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-radius:50%;width:200px;height:200px;position:relative;box-shadow:inset 0 2px 10px #0000000d}.clock-center-dot{background:var(--primary);z-index:10;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.clock-hand{background:var(--primary);transform-origin:bottom;z-index:5;width:2px;height:80px;position:absolute;bottom:50%;left:50%}.clock-hand:before{content:"";background:var(--primary);border-radius:50%;width:10px;height:10px;position:absolute;top:-6px;left:-4px}.clock-marker{color:#64748b;pointer-events:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:700;transition:all .2s;display:flex;position:absolute;transform:translate(-50%,-50%)}.clock-marker.active{color:var(--primary);font-size:.95rem;font-weight:900}.datepicker-footer{border-top:1px solid #f1f5f9;margin-top:1rem;padding-top:1rem}.time-toggle-btn{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.time-toggle-btn:hover{color:var(--primary);background:#f1f5f9;border-color:#d42c7533}.clear-icon{color:#94a3b8;flex-shrink:0;margin-left:.75rem;transition:all .2s}.clear-icon:hover{color:#ef4444;transform:scale(1.1)}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_6e63d4e8-module__QTHNqG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_6e63d4e8-module__QTHNqG__variable{--font-inter:"Inter","Inter Fallback"}
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_ad03cc45-module__hQB38G__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_ad03cc45-module__hQB38G__variable{--font-outfit:"Outfit","Outfit Fallback"}
