.sg-shell{min-height:100%;display:flex;justify-content:center;background:var(--sg-bg)}.sg-shell__col{width:100%;max-width:var(--sg-maxw);padding:24px 20px 20px;display:flex;flex-direction:column;min-height:100vh}.sg-shell__content{flex:1;display:flex;flex-direction:column}.sg-shell__footer{display:flex;flex-direction:column;gap:12px;padding-top:12px}.sg-btn{width:100%;height:48px;border-radius:var(--sg-radius);font-weight:600;font-size:17px;transition:background .15s,opacity .15s}.sg-btn--primary{background:var(--sg-primary);color:#fff}.sg-btn--primary:active:not(:disabled){background:var(--sg-primary-press)}.sg-btn--secondary{background:transparent;color:var(--sg-text);font-weight:600}.sg-btn:disabled{opacity:.4;cursor:default}.sg-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;text-align:center}.sg-welcome__hero{display:flex;justify-content:center}.sg-welcome__hero-img{width:100%;max-width:340px;height:auto;display:block}.sg-welcome__title{font-size:28px;font-weight:600;line-height:1.25}.sg-welcome__terms{font-size:12px;color:var(--sg-text-muted);text-align:center}.sg-progress{height:10px;background:var(--sg-track);border-radius:999px;overflow:hidden;flex:1}.sg-progress__fill{height:100%;background:var(--sg-primary);border-radius:999px;transition:width .25s ease}.sg-field{display:flex;flex-direction:column;gap:6px;width:100%}.sg-field__label{font-size:14px;color:var(--sg-text-muted)}.sg-field__input{height:52px;padding:0 16px;border:1.5px solid var(--sg-border);border-radius:var(--sg-radius);background:var(--sg-card);color:var(--sg-text)}.sg-field__input:focus{outline:none;border-color:var(--sg-primary)}.sg-field--error .sg-field__input{border-color:#c0392b}.sg-field__msg{font-size:13px;color:var(--sg-text-muted)}.sg-field__msg--error{color:#c0392b}.sg-select{display:flex;align-items:center;gap:14px;width:100%;padding:16px 18px;background:var(--sg-card);border:1.5px solid var(--sg-border);border-radius:var(--sg-radius-lg);cursor:pointer}.sg-select--on{border-color:var(--sg-primary);box-shadow:0 0 0 1px var(--sg-primary)}.sg-select__leading{width:44px;height:44px;flex:none;display:grid;place-items:center}.sg-select__body{flex:1}.sg-select__title{font-weight:600;font-size:17px}.sg-select__subtitle{font-size:14px;color:var(--sg-text-muted)}.sg-select__dot{width:22px;height:22px;border:2px solid var(--sg-border);flex:none}.sg-select__dot--radio{border-radius:999px}.sg-select__dot--checkbox{border-radius:6px}.sg-select--on .sg-select__dot{border-color:var(--sg-primary);background:var(--sg-primary);box-shadow:inset 0 0 0 3px var(--sg-card)}.sg-ob__top{display:flex;align-items:center;gap:12px;margin-bottom:28px}.sg-ob__back{font-size:22px;line-height:1;color:var(--sg-text);padding:4px}.sg-ob__count{font-size:14px;font-weight:600;color:var(--sg-text-muted)}.sg-ob__body{flex:1;display:flex;flex-direction:column;gap:20px}.sg-ob__title{font-size:24px;font-weight:600;text-align:center}.sg-ob__siggy{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:24px}.sg-ob__siggy:before{content:"";position:absolute;top:-14px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,#f4b7404d,#fffaf300 68%);z-index:0}.sg-ob__siggy>svg{position:relative;z-index:1}.sg-ob__bubble{position:relative;z-index:1;background:var(--sg-peach);border-radius:var(--sg-radius-lg);padding:16px;text-align:center}.sg-ob__list{display:flex;flex-direction:column;gap:12px}.sg-ob__flag{font-size:26px}.sg-ob__props{display:flex;flex-direction:column;gap:14px;margin-top:8px}.sg-ob__prop{display:flex;align-items:center;gap:14px;background:var(--sg-card);border:1px solid var(--sg-border);border-radius:var(--sg-radius-lg);padding:16px 18px}.sg-ob__prop-tile{width:48px;height:48px;flex:none;border-radius:12px;display:grid;place-items:center}.sg-ob__prop-tile--a{background:#eb683724;color:var(--sg-primary)}.sg-ob__prop-tile--b{background:#f4b74038;color:#c78a10}.sg-ob__prop-text{display:flex;flex-direction:column;gap:2px}.sg-ob__prop-text strong{font-size:17px;font-weight:600}.sg-ob__prop-text span{color:var(--sg-text-muted);font-size:14px}.sg-ob__pw{display:flex;flex-direction:column;gap:8px}.sg-ob__pwtoggle{align-self:flex-start;color:var(--sg-primary);font-size:14px;font-weight:600}.sg-pw{display:flex;flex-direction:column;gap:20px;padding-bottom:8px}.sg-pw>*{animation:sg-rise .5s cubic-bezier(.2,.7,.2,1) both}.sg-pw>*:nth-child(1){animation-delay:.02s}.sg-pw>*:nth-child(2){animation-delay:.07s}.sg-pw>*:nth-child(3){animation-delay:.12s}.sg-pw>*:nth-child(4){animation-delay:.17s}.sg-pw>*:nth-child(5){animation-delay:.22s}.sg-pw>*:nth-child(6){animation-delay:.27s}.sg-pw>*:nth-child(7){animation-delay:.32s}.sg-pw>*:nth-child(8){animation-delay:.37s}.sg-pw>*:nth-child(9){animation-delay:.42s}@keyframes sg-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.sg-pw>*{animation:none}.sg-pw__hero :first-child~*{animation:none}}.sg-pw__hero{position:relative;display:grid;place-items:center;min-height:150px;margin-top:4px}.sg-pw__hero:before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,#f4b74061,#fffaf300 68%)}.sg-pw__hero>svg:last-child{position:relative}.sg-pw__spark{position:absolute;color:var(--sg-amber);animation:sg-twinkle 2.4s ease-in-out infinite}.sg-pw__spark--1{top:14%;left:30%;animation-delay:0s}.sg-pw__spark--2{top:24%;right:30%;animation-delay:.5s}.sg-pw__spark--3{bottom:24%;right:26%;color:var(--sg-primary);animation-delay:1s}@keyframes sg-twinkle{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}.sg-pw__title{font-size:27px;font-weight:600;line-height:1.22;text-align:center}.sg-pw__sub{text-align:center;color:var(--sg-text-muted);max-width:34ch;margin:0 auto}.sg-pw__rating{display:flex;align-items:center;gap:16px;background:var(--sg-cream-warm);border:1px solid rgba(201,124,0,.12);border-radius:var(--sg-radius-lg);padding:16px 18px;box-shadow:0 6px 18px -12px #c97c0066}.sg-pw__rating-num{font-size:36px;font-weight:600;line-height:1}.sg-pw__rating-meta{display:flex;flex-direction:column;gap:5px}.sg-pw__stars{display:flex;gap:3px;color:var(--sg-amber)}.sg-pw__rating-label{font-size:13px;color:var(--sg-text-muted)}.sg-pw__h2{font-size:20px;font-weight:600;margin-top:6px}.sg-pw__timeline{display:flex;flex-direction:column}.sg-pw__step{position:relative;display:flex;gap:16px;padding-bottom:20px}.sg-pw__step:not(:last-child):before{content:"";position:absolute;left:21px;top:44px;bottom:0;width:2px;background:var(--sg-border)}.sg-pw__node{position:relative;z-index:1;width:44px;height:44px;flex:none;border-radius:50%;display:grid;place-items:center}.sg-pw__step--today .sg-pw__node{background:#eb683724;color:var(--sg-primary)}.sg-pw__step--reminder .sg-pw__node{background:#f4b74038;color:#c78a10}.sg-pw__step--ends .sg-pw__node{background:#c97c0029;color:var(--sg-gold)}.sg-pw__step-body{display:flex;flex-direction:column;gap:3px;padding-top:2px}.sg-pw__step-body strong{font-weight:600;font-size:16px}.sg-pw__step-body span{color:var(--sg-text-muted);font-size:14px;line-height:1.4}.sg-pw__benefits{display:flex;flex-direction:column;gap:14px}.sg-pw__benefit{display:flex;gap:14px;align-items:center;background:var(--sg-card);border:1px solid var(--sg-border);border-radius:var(--sg-radius-lg);padding:14px 16px}.sg-pw__tile{width:46px;height:46px;flex:none;border-radius:12px;display:grid;place-items:center}.sg-pw__tile--a{background:#eb683724;color:var(--sg-primary)}.sg-pw__tile--b{background:#f4b74038;color:#c78a10}.sg-pw__tile--c{background:var(--sg-lavender);color:#6e62f7}.sg-pw__benefit-body{display:flex;flex-direction:column;gap:2px}.sg-pw__benefit-body strong{font-weight:600;font-size:16px}.sg-pw__benefit-body span{color:var(--sg-text-muted);font-size:14px;line-height:1.4}.sg-pw__reassure{text-align:center;font-size:13px;color:var(--sg-text-muted);margin-top:2px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}button{font:inherit;cursor:pointer;border:none;background:none}input{font:inherit}ul,ol{list-style:none}a{color:inherit;text-decoration:none}@font-face{font-family:Open Runde;src:url(/src/assets/fonts/OpenRunde-Regular.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Open Runde;src:url(/src/assets/fonts/OpenRunde-Semibold.woff2) format("woff2");font-weight:600;font-display:swap}:root{--sg-bg: #FFFAF3;--sg-cream-warm: #FEEFD6;--sg-text: #292F32;--sg-text-muted: #505659;--sg-primary: #EB6837;--sg-primary-press: #d65c2f;--sg-gold: #C97C00;--sg-amber: #F4B740;--sg-amber-light: #FFDD9F;--sg-peach: #FBE6C8;--sg-lavender: #EEECFF;--sg-card: #ffffff;--sg-border: #eadfce;--sg-track: #F4E2C5;--sg-radius: 12px;--sg-radius-lg: 16px;--sg-maxw: 600px;--sg-font: "Open Runde", "Nunito", system-ui, -apple-system, sans-serif}body{background:var(--sg-bg);color:var(--sg-text);font-family:var(--sg-font);-webkit-font-smoothing:antialiased}
