:root{--ink: #2B2420;--ink-soft: #6B6258;--krem: #FFF8EE;--white: #FFFFFF;--line: #F1EADC;--plus: #2E8B7F;--minus: #E8503F;--gnist: #F5B82E;--hero1: #FF8073;--hero2: #F5B82E;--accent: #FF6B5C;--accent-deep: #E8503F;--node: #F5B82E;--radius: 20px;--radius-lg: 26px;--radius-sm: 14px;--shadow: 0 12px 34px -12px rgba(43, 36, 32, .18);--shadow-soft: 0 6px 18px -8px rgba(43, 36, 32, .14);--a1: #FF8073;--a2: #3FA9C9;--a3: #7BC24A;--a4: #A85CD4;--a5: #F5B82E;--a6: #FF6B9D}*{box-sizing:border-box}body{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);background:var(--krem);-webkit-font-smoothing:antialiased}h1,h2,h3,.brand,.btn{font-family:Quicksand,sans-serif}@keyframes floatSpark{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(8deg)}}@keyframes riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.spark,.rise{animation:none!important}}.rise{animation:riseIn .5s cubic-bezier(.22,1,.36,1) both}.rise-1{animation-delay:.05s}.rise-2{animation-delay:.12s}.rise-3{animation-delay:.19s}.rise-4{animation-delay:.26s}.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;background:#ffffffd9;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1.5px solid var(--line);position:sticky;top:0;z-index:20}.brand{font-weight:700;font-size:22px;color:var(--ink);display:inline-flex;align-items:center;gap:8px}.brand-mark{width:26px;height:26px}a.brand{text-decoration:none}.btn{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:12px 22px;font-weight:700;font-size:15px;cursor:pointer;box-shadow:0 4px 0 var(--accent-deep);transition:transform .06s ease,box-shadow .06s ease,filter .1s ease}.btn:hover{filter:brightness(1.03)}.btn:active{transform:translateY(3px);box-shadow:0 1px 0 var(--accent-deep)}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.btn.sm{padding:8px 14px;font-size:13px}.btn-lg{padding:15px 30px;font-size:18px}.btn-ghost{background:#ffffff2e;color:#fff;box-shadow:none;border:1.5px solid rgba(255,255,255,.55)}.btn-ghost:active{transform:translateY(1px)}.link{background:none;border:none;color:var(--accent-deep);font-weight:700;text-decoration:underline;cursor:pointer;padding:6px 0;font-family:Nunito}.landing-hero{background:linear-gradient(160deg,var(--hero1),var(--hero2));color:#fff;text-align:center;padding:84px 24px 96px;position:relative;overflow:hidden}.landing-hero .mascot{width:104px;height:104px;margin:0 auto 20px;display:block;filter:drop-shadow(0 8px 16px rgba(0,0,0,.22));position:relative;z-index:2}.landing-hero h1{font-size:clamp(38px,6.4vw,60px);font-weight:700;letter-spacing:-.02em;margin:0 0 16px;position:relative;z-index:2}.landing-hero .lead{font-size:19px;line-height:1.55;max-width:620px;margin:0 auto 28px;color:#fff;opacity:.97;font-weight:600;position:relative;z-index:2}.hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}.landing-hero .btn{background:#fff;color:var(--accent-deep);box-shadow:0 5px #0000001f}.landing-hero .btn:active{box-shadow:0 1px #0000001f}.landing-hero .fineprint{color:#fff;opacity:.92;font-weight:700;margin-top:18px;position:relative;z-index:2}.spark{position:absolute;color:#fff;opacity:.5;font-size:22px;animation:floatSpark 6s ease-in-out infinite;z-index:1;pointer-events:none}.spark.s1{top:12%;left:12%;font-size:28px;animation-delay:0s}.spark.s2{top:22%;right:14%;font-size:18px;animation-delay:1.2s}.spark.s3{bottom:18%;left:18%;font-size:20px;animation-delay:2.1s}.spark.s4{bottom:24%;right:20%;font-size:26px;animation-delay:.6s}.spark.s5{top:46%;left:6%;font-size:16px;animation-delay:1.7s}.spark.s6{top:52%;right:8%;font-size:22px;animation-delay:2.6s}.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;display:block;z-index:1}.hero{max-width:720px;margin:0 auto;padding:56px 24px;text-align:center}.hero h1{font-size:40px;margin:0 0 16px}.lead{font-size:18px;line-height:1.5;color:var(--ink-soft)}.fineprint{color:var(--ink-soft);font-size:14px;font-weight:600}.section-label{display:inline-flex;align-items:center;gap:9px;font-family:Quicksand;font-weight:700;font-size:14px;letter-spacing:.02em;text-transform:uppercase;color:var(--ink-soft);margin:0 0 14px}.dot{width:11px;height:11px;border-radius:999px;display:inline-block;background:var(--accent)}.how{max-width:1000px;margin:64px auto;padding:0 24px}.how h2{font-size:30px;text-align:center;margin:0 0 8px}.how .sub{text-align:center;color:var(--ink-soft);font-weight:600;margin:0 0 32px}.cards{display:flex;gap:18px;flex-wrap:wrap}.card{flex:1 1 260px;background:var(--white);border:none;border-radius:var(--radius-lg);padding:26px;text-align:left;box-shadow:var(--shadow-soft)}.card h3{margin:0 0 8px;font-size:19px}.card p{margin:0;color:var(--ink-soft);font-weight:600;line-height:1.5}.card.selectable{cursor:pointer;transition:transform .1s ease,box-shadow .1s ease}.card.selectable:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.card.selected{outline:3px solid var(--accent);outline-offset:0}.step-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;font-size:26px;margin-bottom:14px}.step-num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--hero1),var(--hero2));color:#fff;font-family:Quicksand;font-weight:700;margin-bottom:12px}.econ{background:var(--white);border-top:1.5px solid var(--line);border-bottom:1.5px solid var(--line);padding:56px 24px}.econ-inner{max-width:1000px;margin:0 auto;display:flex;gap:40px;align-items:center;flex-wrap:wrap}.econ-copy{flex:1 1 320px}.econ-copy h2{font-size:28px;margin:0 0 12px}.econ-copy p{color:var(--ink-soft);font-weight:600;line-height:1.6;font-size:17px;margin:0 0 18px}.chips{display:flex;gap:10px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:7px;background:var(--krem);border:1.5px solid var(--line);border-radius:999px;padding:8px 14px;font-weight:700;font-size:14px}.chip .swatch{width:12px;height:12px;border-radius:999px}.phone{flex:0 0 auto;width:260px;margin:0 auto}.phone-frame{background:linear-gradient(165deg,var(--hero1),var(--hero2));border-radius:34px;padding:16px 14px;box-shadow:var(--shadow)}.phone-notch{width:78px;height:6px;border-radius:999px;background:#ffffff80;margin:2px auto 14px}.phone-hero{color:#fff;text-align:left;padding:0 6px 14px}.phone-hero .fam{font-family:Quicksand;font-weight:700;font-size:20px}.phone-hero .short{font-weight:700;opacity:.95;font-size:14px}.phone-tiles{display:flex;gap:8px;padding:0 6px 12px}.phone-tile{flex:1;background:#fff3;border-radius:14px;padding:10px 8px;text-align:center;color:#fff}.phone-tile .v{font-family:Quicksand;font-weight:700;font-size:18px}.phone-tile .l{font-size:10px;font-weight:700;opacity:.9}.phone-body{background:var(--krem);border-radius:20px;padding:12px}.phone-row{display:flex;align-items:center;gap:10px;background:var(--white);border-radius:14px;padding:10px;margin-bottom:8px;box-shadow:var(--shadow-soft)}.phone-row:last-child{margin-bottom:0}.phone-avatar{width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Quicksand;font-weight:700;font-size:15px;flex:0 0 auto}.phone-row .nm{font-weight:700;font-size:14px;flex:1}.phone-row .bal{font-family:Quicksand;font-weight:700;color:var(--accent-deep);font-size:14px}.avatar{width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Quicksand;font-weight:700;font-size:18px;flex:0 0 auto;box-shadow:var(--shadow-soft)}.foot{text-align:center;padding:56px 24px;color:var(--ink-soft);font-weight:600;background:var(--white);border-top:1.5px solid var(--line)}.foot .brand{justify-content:center;margin-bottom:10px}.foot p{margin:6px 0}.auth-wrap{min-height:100vh;display:flex;flex-direction:column}.auth{max-width:400px;margin:48px auto;padding:0;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden;width:calc(100% - 40px)}.auth-top{background:linear-gradient(160deg,var(--hero1),var(--hero2));padding:26px 28px 22px;color:#fff;text-align:center}.auth-top .mascot{width:60px;height:60px;margin:0 auto 8px;display:block}.auth-top h1{font-size:24px;margin:0;color:#fff}.auth-body{padding:22px 28px 26px;display:flex;flex-direction:column;gap:10px}.auth-body input{padding:13px;border:1.5px solid var(--line);border-radius:14px;font-size:16px;font-family:Nunito;background:var(--krem)}.auth-body input:focus{outline:none;border-color:var(--accent)}.auth-body label{font-weight:700;font-size:13px;margin-top:6px;color:var(--ink)}.auth-back{max-width:400px;margin:20px auto 0;width:calc(100% - 40px)}.dash{max-width:900px;margin:0 auto;padding-bottom:72px}.dash-hero{background:linear-gradient(160deg,var(--hero1),var(--hero2));color:#fff;padding:22px 28px 26px;border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow-soft)}.dash-hero .fam{font-family:Quicksand;font-weight:700;font-size:26px}.dash-hero .tiles{display:flex;gap:10px;margin-top:16px}.dash-tile{flex:1;background:#fff3;border-radius:16px;padding:12px;text-align:center}.dash-tile .v{font-family:Quicksand;font-weight:700;font-size:22px}.dash-tile .l{font-size:12px;font-weight:700;opacity:.92}.dash section{padding:22px 28px 6px}.dash section h2{font-size:18px;margin:0 0 12px}.child-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.child-card .avatar{margin-bottom:2px}.rowcard{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius);padding:14px 18px;margin-bottom:10px}.rowcard .val{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:30px;padding:0 8px;border-radius:999px;font-family:Quicksand;font-weight:700;font-size:14px}.val.plus{background:#2e8b7f24;color:var(--plus)}.val.minus{background:#e8503f24;color:var(--minus)}.empty{color:var(--ink-soft);font-weight:600;padding:4px 0 8px}.err{color:var(--minus);font-weight:700}.legal{max-width:760px;margin:0 auto;padding:0 20px}.legal-body{padding:8px 0 24px}.legal-body h1{font-size:34px;margin:12px 0 4px}.legal-body h2{font-size:20px;margin:28px 0 6px}.legal-body p,.legal-body li{font-size:16px;line-height:1.65;color:var(--ink)}.legal-body ul{padding-left:20px}.legal-body li{margin:6px 0}.legal-body a{color:var(--accent-deep);font-weight:700}.muted{color:var(--ink-soft);font-size:14px}@media(max-width:560px){.nav{padding:14px 18px}.dash section,.dash-hero{padding-left:18px;padding-right:18px}.econ-inner{gap:28px}}
