@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--bg:#f2f2f7;--sf:#ffffffd1;--sfs:#fff;--sf2:#f2f2f7;--br:#0000000d;--br2:#00000014;--tx:#1d1d1f;--tx2:#6e6e73;--tx3:#aeaeb2;--blue:#007aff;--green:#34c759;--orange:#ff9500;--red:#ff3b30;--cyan:#5ac8fa;--purple:#af52de;--glass:#ffffff9e;--gbr:#ffffff8c;--gsh:0 2px 20px #0000000a,0 0 1px #0000000f;--sh:0 1px 4px #00000008,0 4px 16px #0000000d;--font:"Outfit",-apple-system,sans-serif;--dur-instant:80ms;--dur-fast:.18s;--dur-base:.28s;--dur-medium:.38s;--dur-slow:.52s;--dur-hero:.72s;--ease:cubic-bezier(.4, 0, .2, 1);--spring:cubic-bezier(.175, .885, .32, 1.275);--ease-out-quart:cubic-bezier(.25, 1, .5, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-spring-soft:cubic-bezier(.34, 1.4, .5, 1);--ease-spring-bounce:cubic-bezier(.5, 1.6, .4, 1);--ease-emphasis:cubic-bezier(.2, 0, 0, 1);--ease-decelerate:cubic-bezier(0, 0, .2, 1);--ease-accelerate:cubic-bezier(.4, 0, 1, 1);--lg-edge:inset 0 1px 0 #fff9, inset 0 -1px 0 #0000000a;--lg-glow:0 8px 32px #1f268714, 0 1px 2px #0000000a;--lg-glow-hi:0 16px 48px #1f268724, 0 2px 6px #0000000f;--lg-tint:linear-gradient(135deg, #ffffff2e, #fff0 60%)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;overflow:hidden}::-webkit-scrollbar{width:0}button{font-family:var(--font);cursor:pointer;transition:transform var(--dur-fast) var(--ease-spring-soft), filter var(--dur-fast) var(--ease-out-quart), box-shadow var(--dur-base) var(--ease-out-quart);-webkit-tap-highlight-color:transparent;will-change:transform;position:relative}button:hover:not(:disabled){filter:brightness(1.02)saturate(1.05)}button:active:not(:disabled){filter:brightness(.94)saturate(1.1);transition-duration:var(--dur-instant);transform:scale(.965)}button:disabled{cursor:not-allowed}.press{transition:transform var(--dur-fast) var(--ease-spring-soft);-webkit-tap-highlight-color:transparent}.press:active{transform:scale(.965)!important}input,textarea{font-family:var(--font);transition:border-color var(--dur-base) var(--ease-out-quart), box-shadow var(--dur-base) var(--ease-out-quart), background var(--dur-base) var(--ease-out-quart)}input:focus,textarea:focus{border-color:var(--blue)!important;background:#ffffffeb!important;box-shadow:0 0 0 4px #007aff1a,0 1px 2px #007aff14!important}@keyframes lgPageEnter{0%{opacity:0;filter:blur(2px);transform:translateY(18px)scale(.97)}60%{opacity:1;filter:blur()}to{opacity:1;filter:blur();transform:translate(0,0)scale(1)}}@keyframes lgSlideIn{0%{opacity:0;transform:translateY(22px)scale(.96)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes lgModalPop{0%{opacity:0;transform:translateY(14px)scale(.9)}60%{opacity:1;transform:translateY(-2px)scale(1.02)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes lgSheetUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}@keyframes lgBackdropIn{0%{opacity:0;-webkit-backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(8px)}}@keyframes lgShimmer{0%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes lgRipple{0%{opacity:.6;transform:translate(-50%,-50%)scale(0)}to{opacity:0;transform:translate(-50%,-50%)scale(2.4)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translate(0,0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes speedPulse{0%,to{box-shadow:0 0 #ff3b3066}50%{box-shadow:0 0 0 12px #ff3b3000}}@keyframes celebratePop{0%{opacity:0;transform:scale(0)rotate(-10deg)}60%{opacity:1;transform:scale(1.15)rotate(3deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.fu{animation:lgPageEnter var(--dur-medium) var(--ease-out-expo) both}.si{animation:lgSlideIn var(--dur-base) var(--ease-spring-soft) both}.lg-stagger>*{animation:lgSlideIn var(--dur-base) var(--ease-spring-soft) both}.lg-stagger>:first-child{animation-delay:0s}.lg-stagger>:nth-child(2){animation-delay:40ms}.lg-stagger>:nth-child(3){animation-delay:80ms}.lg-stagger>:nth-child(4){animation-delay:.12s}.lg-stagger>:nth-child(5){animation-delay:.16s}.lg-stagger>:nth-child(6){animation-delay:.2s}.lg-stagger>:nth-child(7){animation-delay:.24s}.lg-stagger>:nth-child(8){animation-delay:.28s}.lg-stagger>:nth-child(9){animation-delay:.32s}.lg-stagger>:nth-child(10){animation-delay:.36s}.lg-stagger>:nth-child(n+11){animation-delay:.4s}.lg-shimmer{isolation:isolate;position:relative;overflow:hidden}.lg-shimmer:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(110deg,#0000 30%,#ffffff8c 50%,#0000 70%);animation:1.6s linear infinite lgShimmer;position:absolute;inset:0}.lg-pop{animation:lgModalPop var(--dur-medium) var(--ease-spring-bounce) both}.lg-sheet-up{animation:lgSheetUp var(--dur-medium) var(--ease-out-expo) both}.lg-fade-in{animation:lgBackdropIn var(--dur-base) var(--ease-out-quart) both}.g{background:var(--glass);-webkit-backdrop-filter:blur(24px)saturate(1.9);border:1px solid var(--gbr);box-shadow:var(--gsh), var(--lg-edge);isolation:isolate;position:relative}.g:before{content:"";background:var(--lg-tint);pointer-events:none;border-radius:inherit;z-index:0;mix-blend-mode:screen;position:absolute;inset:0}.gc{-webkit-backdrop-filter:blur(20px)saturate(1.7);box-shadow:var(--sh), var(--lg-edge);transition:transform var(--dur-base) var(--ease-spring-soft), box-shadow var(--dur-base) var(--ease-out-quart), background var(--dur-base) var(--ease-out-quart);isolation:isolate;background:#ffffffad;border:1px solid #ffffff8c;border-radius:16px;padding:16px;position:relative}.gc:before{content:"";background:var(--lg-tint);pointer-events:none;border-radius:inherit;z-index:0;mix-blend-mode:screen;opacity:.85;position:absolute;inset:0}.gc:hover{box-shadow:var(--lg-glow), var(--lg-edge);transform:translateY(-1px)}[data-theme=dark]{--bg:#1c1c1e;--sf:#1e1e20f2;--sfs:#2c2c2e;--sf2:#1c1c1e;--br:#ffffff12;--br2:#ffffff1f;--tx:#f5f5f7;--tx2:#aeaeb2;--tx3:#636366;--glass:#2c2c2ee0;--gbr:#ffffff12;--gsh:0 2px 20px #0006,0 0 1px #00000080;--sh:0 1px 4px #0000004d,0 4px 16px #00000059;--lg-edge:inset 0 1px 0 #ffffff0f, inset 0 -1px 0 #0006;--lg-tint:linear-gradient(135deg, #ffffff0a, #fff0 60%)}[data-theme=dark] .gc{background:#2c2c2ed1;border-color:#ffffff12}[data-theme=dark] .g{background:#1c1c1ef2;border-color:#ffffff0f}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:1ms!important;animation-duration:1ms!important;animation-delay:0s!important}.fu,.si,.lg-pop,.lg-sheet-up,.lg-stagger>*{animation:1ms linear both lgBackdropIn!important}}
