:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b1014;--bg-card:#1c1c1e;--bg-elev:#2c2c2e;--text:#fff;--text-secondary:#8e8e93;--text-tertiary:#636366;--border:#2c2c2e;--accent:#fff;--accent-contrast:#0b1014;--danger:#ff453a;--divider:#2c2c2e;--radius-lg:20px;--radius:16px;--radius-sm:14px;--pad-x:24px;--fs-display:30px;--fs-title:26px;--fs-lead:17px;--fs-subtitle:16px;--fs-body:15px;--fs-meta:13px;--fs-micro:11px;--lh-tight:1.1;--lh-snug:1.25;--lh-normal:1.4;--ls-tight:-.04em;--ls-snug:-.01em;--ls-wide:.1em;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Compact Display,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}html{touch-action:manipulation}body{background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;margin:0;font-size:16px;line-height:1.5}#root{min-height:100dvh;display:flex}.ob-shell{width:100%;min-height:100dvh;padding:calc(env(safe-area-inset-top,0px) + 8px) var(--pad-x) calc(env(safe-area-inset-bottom,0px) + 16px);flex-direction:column;flex:1;max-width:520px;margin:0 auto;display:flex}.ob-progress{align-items:center;gap:12px;padding-bottom:20px;display:flex}.ob-progress-slot{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ob-back{width:32px;height:32px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background-color .12s;display:flex}.ob-back:hover{background:#ffffff0f}.ob-back svg{width:22px;height:22px}.ob-progress-track{background:var(--border);border-radius:2px;flex:1;height:3px;overflow:hidden}.ob-progress-fill{background:var(--text);border-radius:2px;height:100%;transition:width .3s cubic-bezier(.22,.61,.36,1)}.ob-body{flex-direction:column;flex:1;min-height:0;display:flex}.ob-content{flex-direction:column;flex:1;gap:24px;padding-top:4px;display:flex;overflow-y:auto}.ob-content.center{justify-content:center;align-items:center}.ob-header{flex-direction:column;gap:8px;margin-bottom:8px;display:flex}.ob-title{font-weight:700;font-size:var(--fs-title);line-height:var(--lh-tight);letter-spacing:var(--ls-tight);color:var(--text);margin:0}.ob-title.lg{font-size:var(--fs-display)}.ob-title.center{text-align:center}.ob-subtitle{font-size:var(--fs-subtitle);line-height:var(--lh-snug);color:var(--text-secondary);margin:0}.ob-subtitle.center{text-align:center}.ob-display{letter-spacing:.01em;font-family:Anton,SF Compact Display,-apple-system,sans-serif;font-weight:400;line-height:1;display:inline-block}.ob-footer{flex-direction:column;gap:10px;padding-top:16px;display:flex}.ob-footer-link{text-align:center;font-size:var(--fs-body);color:var(--text-secondary);cursor:pointer;background:0 0;border:0;padding:6px;font-family:inherit}.ob-footer-link strong{color:var(--text);font-weight:700}.ob-footnote{color:var(--text-tertiary);font-size:var(--fs-meta);text-align:center;margin:0}.ob-avatar{background:var(--bg-card);width:96px;height:96px;color:var(--text);border-radius:50%;justify-content:center;align-self:center;align-items:center;margin-bottom:4px;font-size:36px;font-weight:700;display:flex;overflow:hidden}.ob-avatar.sm{width:56px;height:56px;margin-bottom:0;font-size:22px}.ob-avatar img{object-fit:cover;width:100%;height:100%}.ob-inviter-chip{background:var(--bg-card);border-radius:var(--radius);align-items:center;gap:12px;padding:14px 16px;display:flex}.ob-inviter-chip .ob-inviter-name{color:var(--text);font-size:16px;font-weight:700}.ob-inviter-chip .ob-inviter-sub{color:var(--text-secondary);font-size:13px}.ob-challenge{background:var(--bg-card);border-radius:var(--radius);text-align:left;align-items:center;gap:14px;padding:16px;display:flex}.ob-challenge-icon{flex-shrink:0;font-size:28px;line-height:1}.ob-challenge-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:2px;font-size:11px;font-weight:600}.ob-challenge-text{color:var(--text);font-size:16px;font-weight:600;line-height:1.35}.ob-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.ob-list li{color:var(--text);font-size:var(--fs-body);line-height:var(--lh-normal);padding-left:28px;position:relative}.ob-list li:before{content:"";background:var(--text);border-radius:50%;width:8px;height:8px;position:absolute;top:7px;left:8px}.ob-tile{text-align:left;background:var(--bg-card);border-radius:var(--radius);width:100%;color:var(--text);font:inherit;cursor:pointer;border:2px solid #0000;align-items:center;gap:12px;padding:12px 14px;transition:border-color .12s,background-color .12s,transform .12s;display:flex}.ob-tile:hover{background:#26262a}.ob-tile:active{transform:scale(.99)}.ob-tile[aria-selected=true]{border-color:var(--text);background:#ffffff14}.ob-tile-icon{justify-content:center;align-items:center;width:28px;font-size:20px;display:flex}.ob-tile-body{flex-direction:column;flex:1;gap:1px;display:flex}.ob-tile-label{font-size:var(--fs-lead);color:var(--text);letter-spacing:var(--ls-snug);font-weight:600}.ob-tile-desc{font-size:var(--fs-meta);color:var(--text-secondary);line-height:var(--lh-normal)}.ob-tile-chevron{color:var(--text-tertiary)}.btn{appearance:none;font:inherit;font-weight:600;font-size:var(--fs-body);letter-spacing:-.2px;border-radius:var(--radius-lg);cursor:pointer;color:inherit;border:0;outline:0;justify-content:center;align-items:center;width:100%;min-height:48px;padding:0 20px;text-decoration:none;transition:background .14s,transform .12s,opacity .12s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);color:var(--accent-contrast)}.btn-primary:hover{background:#f2f2f2}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-outline{color:var(--text);border:2px solid var(--text);background:0 0}.btn-outline:hover{background:#ffffff0f}.btn-ghost{color:var(--text-secondary);background:0 0;min-height:44px}.btn-ghost:hover{color:var(--text)}.ob-field{flex-direction:column;gap:8px;display:flex}.ob-field-label{font-size:var(--fs-meta);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-left:4px;font-weight:600}.ob-input{appearance:none;border:1px solid var(--border);background:var(--bg-card);color:var(--text);border-radius:var(--radius-sm);height:48px;font-size:var(--fs-subtitle);outline:none;width:100%;padding:0 14px;font-family:inherit;transition:border-color .12s,background-color .12s}.ob-input:focus{border-color:var(--text)}.ob-input::placeholder{color:var(--text-tertiary)}.ob-input-hint{font-size:var(--fs-meta);color:var(--text-secondary);margin:4px 0 0 4px}.ob-error{color:var(--danger);font-size:var(--fs-meta);margin:0 0 0 4px}.ob-text-button{color:var(--text);font-weight:600;font-size:var(--fs-body);cursor:pointer;background:0 0;border:0;align-self:center;padding:10px;font-family:inherit}.ob-text-button:hover{opacity:.85}.spinner{border:3px solid var(--border);border-top-color:var(--text);border-radius:50%;animation:.8s linear infinite spin;display:inline-block}.spinner-sm{border-width:2px;width:16px;height:16px}.spinner-md{width:28px;height:28px}.spinner-lg{border-width:3px;width:56px;height:56px}@keyframes spin{to{transform:rotate(360deg)}}.ob-fade-in{animation:.5s cubic-bezier(.22,.61,.36,1) both obFadeIn}.ob-fade-in.delay-1{animation-delay:80ms}.ob-fade-in.delay-2{animation-delay:.16s}.ob-fade-in.delay-3{animation-delay:.24s}@keyframes obFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ob-fade-in{animation:none}.ob-progress-fill{transition:none}}.ob-splash{width:100%;min-height:100dvh;padding:calc(env(safe-area-inset-top,0px) + 24px) var(--pad-x) calc(env(safe-area-inset-bottom,0px) + 24px);flex-direction:column;flex:1;justify-content:space-between;align-items:center;gap:32px;max-width:520px;margin:0 auto;display:flex}.ob-splash-top{justify-content:center;align-items:center;width:100%;padding-top:8px;display:flex}.ob-splash-logo{width:40%;max-width:140px;height:auto}.ob-splash-center{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:0 4px;display:flex}.ob-splash-center .ob-avatar{margin-bottom:4px}.ob-splash-bottom{flex-direction:column;gap:10px;width:100%;display:flex}.ob-timeline{flex-direction:column;gap:18px;margin:0;padding:0;list-style:none;display:flex}.ob-timeline-event{opacity:0;animation:obTimelineEvent .52s cubic-bezier(.22, .61, .36, 1) var(--event-delay,0s) forwards;align-items:center;gap:14px;display:flex;transform:translateY(12px)}@keyframes obTimelineEvent{to{opacity:1;transform:translateY(0)}}.ob-timeline-tile{background:var(--bg-card);border:1px solid var(--border);opacity:0;width:44px;height:44px;animation:obTimelineTile .54s cubic-bezier(.34, 1.56, .64, 1) var(--tile-delay,0s) forwards;border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:22px;line-height:1;display:flex;transform:scale(.3)rotate(-8deg);box-shadow:0 6px 18px -10px #0009}@keyframes obTimelineTile{0%{opacity:0;transform:scale(.3)rotate(-8deg)}60%{opacity:1;transform:scale(1.08)rotate(2deg)}to{opacity:1;transform:scale(1)rotate(0)}}.ob-timeline-tile--danger{background:#ff453a24;border-color:#ff453a73;box-shadow:0 8px 24px -12px #ff453a80}.ob-timeline-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ob-timeline-kicker{font-size:var(--fs-micro);letter-spacing:var(--ls-wide);text-transform:uppercase;color:var(--text-tertiary);font-weight:700}.ob-timeline-event--danger .ob-timeline-kicker{color:var(--danger)}.ob-timeline-title{font-size:var(--fs-body);letter-spacing:var(--ls-snug);color:var(--text);font-weight:600;line-height:1.3}.ob-timeline-text{font-size:var(--fs-meta);color:var(--text-secondary);line-height:var(--lh-normal);margin-top:2px}@media (prefers-reduced-motion:reduce){.ob-timeline-event,.ob-timeline-tile{opacity:1;animation:none;transform:none}}.ob-sheet-root{z-index:100;pointer-events:none;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.ob-sheet-root>*{pointer-events:auto}.ob-sheet-backdrop{-webkit-backdrop-filter:blur(4px);opacity:0;will-change:opacity;background:#0000008c;position:absolute;inset:0}.ob-sheet{will-change:transform;background:#16161a;border-top:1px solid #ffffff14;border-top-left-radius:28px;border-top-right-radius:28px;flex-direction:column;width:100%;max-width:520px;height:90dvh;max-height:90dvh;display:flex;position:relative;overflow:hidden;transform:translateY(100%);box-shadow:0 -20px 60px -10px #0009}.ob-sheet-drag{touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;flex-direction:column;flex-shrink:0;display:flex}.ob-sheet-drag:active{cursor:grabbing}.ob-sheet-grabber{background:0 0;border:0;justify-content:center;align-items:center;width:100%;padding:10px 0 6px;display:flex;position:relative}.ob-sheet-grabber-bar{background:#ffffff4d;border-radius:3px;width:38px;height:5px;transition:background .16s}.ob-sheet-grabber:hover .ob-sheet-grabber-bar{background:#ffffff80}.ob-sheet-topbar{padding:4px var(--pad-x) 4px;justify-content:center;align-items:center;min-height:28px;display:flex;position:relative}.ob-sheet-logo{opacity:.9;width:auto;height:16px}.ob-sheet-close{width:30px;height:30px;color:var(--text);cursor:pointer;background:#ffffff14;border:0;border-radius:15px;justify-content:center;align-items:center;transition:background .12s,transform .12s;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.ob-sheet-close:hover{background:#ffffff24}.ob-sheet-close:active{transform:translateY(-50%)scale(.94)}.ob-sheet-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;outline:none;flex:1;min-height:0;display:flex;overflow:auto hidden}.ob-sheet-carousel::-webkit-scrollbar{display:none}.ob-sheet-slide{scroll-snap-align:center;scroll-snap-stop:always;box-sizing:border-box;flex-direction:column;flex:0 0 100%;justify-content:space-between;gap:12px;min-height:0;padding:8px 24px 0;display:flex;transform:scale(.9)}.ob-sheet-slide-image-wrap{flex:1;justify-content:center;align-items:flex-end;width:100%;min-height:0;display:flex}.ob-sheet-slide-image{object-fit:contain;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;max-width:420px;max-height:100%}.ob-sheet-slide-headline{font-weight:700;font-size:var(--fs-display);line-height:var(--lh-tight);letter-spacing:var(--ls-tight);color:var(--text);text-align:center;flex:none;margin:0;padding:6px 4px 2px}.ob-sheet-footer{padding:14px var(--pad-x) calc(env(safe-area-inset-bottom,0px) + 16px);background:linear-gradient(#16161a00 0%,#16161a 20%);flex-direction:column;gap:14px;display:flex}.ob-sheet-dots{justify-content:center;align-items:center;gap:6px;display:flex}.ob-sheet-dot{cursor:pointer;background:#ffffff38;border:0;border-radius:3px;width:6px;height:6px;padding:0;transition:width .2s cubic-bezier(.22,.61,.36,1),background .2s}.ob-sheet-dot.active{background:var(--text);width:20px}@media (prefers-reduced-motion:reduce){.ob-sheet-backdrop,.ob-sheet{opacity:1;animation:none;transform:none}}.ds-phone-input{--PhoneInputCountryFlag-height:1.15em;--PhoneInputCountryFlag-borderColor:#ffffff2e;--PhoneInputCountryFlag-borderColor--focus:var(--text);--PhoneInputCountrySelectArrow-color:var(--text-secondary);--PhoneInputCountrySelectArrow-color--focus:var(--text);--PhoneInputCountrySelectArrow-opacity:1;--PhoneInputCountrySelect-marginRight:12px;border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-sm);align-items:center;gap:0;height:48px;padding:0 14px;transition:border-color .12s,background-color .12s;display:flex}.ds-phone-input:focus-within{border-color:var(--text)}.ds-phone-input .PhoneInputCountry{border-right:1px solid var(--border);align-self:stretch;align-items:center;margin-right:12px;padding-right:12px;display:flex;position:relative}.ds-phone-input .PhoneInputCountryIcon--border{box-shadow:0 0 0 1px var(--PhoneInputCountryFlag-borderColor);border-radius:2px;overflow:hidden}.ds-phone-input .PhoneInputInput{min-width:0;color:var(--text);font-family:inherit;font-size:var(--fs-subtitle);background:0 0;border:0;outline:none;flex:1;height:100%;padding:0}.ds-phone-input .PhoneInputInput::placeholder{color:var(--text-tertiary)}.ds-phone-input .PhoneInputInput:disabled,.ds-phone-input .PhoneInputCountrySelect:disabled{cursor:not-allowed;opacity:.6}.ds-phone-input .PhoneInputCountrySelect option{background:var(--bg-card);color:var(--text)}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
