:root{color-scheme:light;font-family:Sora,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #0b1220;--bg-gradient: radial-gradient(circle at 16% 10%, rgba(14, 165, 233, .25), transparent 45%), radial-gradient(circle at 85% 15%, rgba(52, 211, 153, .2), transparent 40%), radial-gradient(circle at 55% 80%, rgba(248, 113, 113, .12), transparent 45%), linear-gradient(180deg, #0b1220 0%, #0c172c 45%, #0f1b30 100%);--surface: #111b2f;--surface-elevated: #162342;--border: rgba(148, 163, 184, .2);--text: #e2e8f0;--muted: #94a3b8;--brand: #38bdf8;--brand-strong: #0ea5e9;--danger: #f97316;--success: #34d399;--shadow: 0 18px 40px rgba(2, 6, 23, .45);--radius: 18px}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);background-image:var(--bg-gradient);color:var(--text)}#root{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:#f4f5f7;--bg: #f4f5f7;--surface: #ffffff;--surface-elevated: #f8f9fa;--border: #e5e7eb;--text: #2d2f34;--muted: #5f636b;--brand: #52b974;--brand-strong: #46ad68;--danger: #dc2626;--success: #16a34a;--shadow: 0 4px 12px rgba(0, 0, 0, .06);--radius: 16px}.app-shell .app-header{background:#fff;border-bottom-color:#e5e7eb;color:#2d2f34}.app-shell .install-banner{background:linear-gradient(135deg,#52b9741f,#6ecf871f);border-color:#52b97459}.app-shell .status-pill{background:#52b97433;color:#166534}.app-shell .btn-primary{background:linear-gradient(135deg,#6ecf87,#52b974);color:#11331d;box-shadow:0 4px 12px #52b9744d}.app-shell .btn-primary:hover{background:linear-gradient(135deg,#62c77c,#46ad68)}.app-shell .chip-link:hover{border-color:#52b974;color:#166534}.app-shell .input,.app-shell .form-field input,.app-shell .form-field select,.app-shell .form-field textarea{background:#fff;border-color:#e5e7eb;color:#2d2f34}.app-shell .input:focus,.app-shell .form-field input:focus,.app-shell .form-field select:focus,.app-shell .form-field textarea:focus{outline-color:#52b974}.app-shell .list-card,.app-shell .step-card{background:#f8f9fa;border-color:#e5e7eb}.app-shell .code-block{background:#f8f9fa;border-color:#e5e7eb;color:#2d2f34}.app-shell .bottom-nav{background:#fffffffa;border-top-color:#e5e7eb}.app-shell .bottom-nav a,.app-shell .bottom-nav button{color:#5f636b}.app-shell .bottom-nav strong{color:#2d2f34}.app-shell .calendar-day.is-selected{background:linear-gradient(135deg,#6ecf87,#52b974);color:#11331d}.app-shell .table-wrap{border-color:#e5e7eb}.app-shell .table{background:#fff}.app-shell .table th{color:#5f636b}.app-shell .table tbody tr:hover{background:#52b97414}.app-shell .alert{background:#fef2f2;color:#991b1b;border-color:#fecaca}.app-shell .alert.success{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.app-shell .btn-danger{background:#dc2626;color:#fff}.app-shell .btn-danger:hover{background:#b91c1c}.app-shell .progress-bar{background:#e5e7eb}.app-shell .progress-bar-fill{background:linear-gradient(90deg,#52b974,#6ecf87)}.app-header{position:sticky;top:0;z-index:10;background:#0a0f1eeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:16px 20px;display:flex;align-items:center;gap:16px;justify-content:space-between}.app-title{font-size:1.1rem;font-weight:700;letter-spacing:.02em}.app-subtitle{color:var(--muted);font-size:.85rem}.app-nav{display:flex;gap:12px;flex-wrap:wrap}.chip-link{padding:8px 12px;background:var(--surface);border-radius:999px;border:1px solid transparent;color:var(--text);font-size:.85rem;transition:all .2s ease}.chip-link:hover{border-color:var(--brand);color:var(--brand)}.app-main{flex:1;padding:20px;display:flex;flex-direction:column;gap:16px;max-width:1240px;width:100%;margin:0 auto}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow);animation:riseIn .4s ease both}.card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.card-title{font-size:1.2rem;font-weight:600}.muted{color:var(--muted)}.stack{display:flex;flex-direction:column;gap:12px}.stack-tight{gap:6px}.app-topbar-left{display:flex;align-items:center;gap:12px}.app-subtitle-ml-8{margin-left:8px}.app-admin-groups-card{margin:16px 20px 0}.app-admin-group-label{display:flex;flex-direction:column;align-items:flex-start}.billing-inline-row{display:flex;gap:12px;align-items:center}.billing-inline-row-tight{display:flex;gap:8px;align-items:center}.billing-horizontal-scroll{overflow-x:auto}.billing-fuel-receipts-panel{margin-top:12px;box-shadow:none}.form-field,.field{display:flex;flex-direction:column;gap:6px;font-size:.95rem}.input,.form-field input,.form-field select,.form-field textarea,.field input,.field select,.field textarea{border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#0f172a99;color:var(--text);padding:12px 14px}.input:focus,.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--brand);border-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;border:none;border-radius:14px;padding:14px 18px;min-height:48px;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#071026;box-shadow:0 10px 20px #0ea5e94d}.btn-primary:hover{transform:translateY(-1px)}.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-danger{background:linear-gradient(135deg,#fb923c,#f97316);color:#1f0a00}.btn-block{width:100%}.button-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.status-pill{padding:6px 10px;border-radius:999px;font-size:.75rem;background:#38bdf833;color:#bae6fd}.bottom-nav{position:sticky;bottom:0;background:#080c1af2;border-top:1px solid var(--border);padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));display:none;gap:12px;justify-content:space-around}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.75rem;color:var(--muted)}.bottom-nav button{background:transparent;border:none;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.75rem;color:var(--muted);cursor:pointer}.bottom-nav button strong,.bottom-nav a strong{font-size:.95rem;color:var(--text)}.page-title{font-size:1.4rem;margin:0 0 6px}.page-hero{display:grid;gap:12px}.page-hero-title{font-size:1.4rem;font-weight:700;margin:0}.page-hero-subtitle{color:var(--muted);margin:0}.step-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.step-card{border:1px solid var(--border);border-radius:14px;padding:14px;background:#0a102099;display:grid;gap:8px}.step-card strong{font-size:.95rem}.section-hint{color:var(--muted);font-size:.9rem}.booking-date-hint{color:#cbd5e1;font-size:.95rem;font-weight:700}.alert{padding:12px 14px;border-radius:12px;background:#f8717126;color:#fecaca;border:1px solid rgba(248,113,113,.4)}.success{background:#34d39929;color:#d1fae5;border:1px solid rgba(52,211,153,.4)}.table-wrap{overflow-x:auto;border-radius:14px;border:1px solid var(--border)}.table{width:100%;border-collapse:collapse;min-width:520px;background:#070c1880}.table th,.table td{text-align:left;padding:10px 12px;border-bottom:1px solid rgba(148,163,184,.16)}.table th{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.table tbody tr:hover{background:#38bdf814}.section-title{font-size:1.1rem;font-weight:600;margin:0}.install-banner{margin:16px 20px 0;background:linear-gradient(135deg,#38bdf826,#10b98126);border:1px solid rgba(56,189,248,.35);border-radius:var(--radius);padding:16px 18px;display:flex;flex-direction:column;gap:12px;animation:riseIn .4s ease both}.install-banner strong{font-size:1rem}.install-banner p{margin:0;color:var(--muted)}.calendar-strip{display:flex;flex-direction:column;gap:1px;align-items:stretch}.calendar-slot{height:4px;border-radius:4px;background:#94a3b840;width:100%;cursor:default}.calendar-slot.is-booked{background:linear-gradient(90deg,#fb923c,#f97316);cursor:pointer}.calendar-slot.is-free{background:#94a3b838}.calendar-legend{display:flex;justify-content:space-between;font-size:.75rem;color:var(--muted);margin-top:6px}.calendar-table{min-width:900px;table-layout:fixed}.calendar-table th,.calendar-table td{padding:4px 6px;vertical-align:top}.calendar-table th{font-weight:600;font-size:.75rem}.calendar-table td:not(:last-child),.calendar-table th:not(:last-child){border-right:1px solid rgba(148,163,184,.16)}.calendar-picker{border:1px solid var(--border);border-radius:14px;padding:10px;background:#0a102099;display:grid;gap:8px}.calendar-header{display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:600}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;font-size:.75rem;color:var(--muted);text-align:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-day{border:1px solid transparent;background:#0f172ab3;color:var(--text);border-radius:10px;padding:8px 0;cursor:pointer;font-size:.85rem;transition:all .15s ease}.calendar-day:hover{border-color:var(--brand)}.calendar-day.is-outside{color:#94a3b880}.calendar-day.is-selected{background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#071026;font-weight:700}.time-select{display:flex;align-items:center;gap:8px}.progress-bar{width:100%;height:8px;background:#94a3b840;border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--brand),var(--success));transition:width .2s ease}.list-card{border:1px solid var(--border);border-radius:14px;padding:14px;background:#0a102099;display:grid;gap:10px}.list-card-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.mobile-only{display:none}.desktop-only{display:block}.code-block{background:#0f172abf;border:1px solid var(--border);border-radius:12px;padding:12px;max-height:240px;overflow:auto;color:#e2e8f0}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f4f5f7}.auth-shell .auth-card{width:min(520px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 4px 12px #0000000f;color:#2d2f34;animation:riseIn .4s ease both}.google-login-wrap{width:100%;position:relative}.google-login-wrap>div,.google-login-wrap iframe{width:100%!important}.google-login-hidden{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.auth-shell .muted{color:#5f636b}.auth-shell .input,.auth-shell .form-field input{background:#fff;border-color:#e5e7eb;color:#2d2f34}.auth-shell .input:focus{outline-color:#52b974}.auth-shell .chip-link{background:#f4f5f7;color:#2d2f34;border-color:#e5e7eb}.auth-shell .chip-link:hover{border-color:#52b974;color:#166534}.auth-shell .btn-primary{background:linear-gradient(135deg,#6ecf87,#52b974);color:#11331d}.auth-shell .btn-primary:hover{background:linear-gradient(135deg,#62c77c,#46ad68)}.auth-shell .btn-ghost{background:#fff;border-color:#e5e7eb;color:#2d2f34}.auth-shell .btn-ghost:hover{border-color:#94a3b8}.auth-shell .step-card{background:#f8f9fa;border-color:#e5e7eb}.auth-shell .step-card strong,.auth-shell .section-hint{color:#2d2f34}.auth-shell .section-hint{color:#5f636b}.auth-shell .alert{background:#fef2f2;color:#991b1b;border-color:#fecaca}.auth-shell .alert.success{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.auth-card{width:min(520px,100%);background:linear-gradient(150deg,#111b2ff2,#0b1220f2);border:1px solid rgba(148,163,184,.3);animation:riseIn .4s ease both}@keyframes riseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.card,.install-banner,.auth-card{animation:none}}.auth-links{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}@media(max-width:900px){.app-nav{display:none}.bottom-nav{display:flex}.app-main{padding-bottom:80px}}@media(max-width:720px){.mobile-only{display:grid;gap:12px}.desktop-only{display:none}}@media(max-width:600px){.app-header{flex-direction:column;align-items:flex-start}}.brand-header{display:flex;align-items:center;gap:12px}.brand-header-inner{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.brand-header-logo{width:48px;height:48px;border-radius:12px;object-fit:cover}.brand-header-title{font-size:1.35rem;font-weight:600;line-height:1.2}.brand-header-subtitle{font-size:.9rem;color:#5f636b}.install-banner-title{display:flex;align-items:center;gap:10px}.install-banner-logo{width:24px;height:24px}.ourthings-page-wrapper{min-height:100vh;background:#f4f5f7;display:flex;flex-direction:column}.ourthings-page-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 20px}.ourthings-page-header .brand-header-title{font-size:1.2rem}.ourthings-page{min-height:100vh;background:#f4f5f7;padding:24px 20px 40px;display:flex;flex-direction:column;gap:20px;max-width:720px;margin:0 auto}.ourthings-page .card{background:#fff;border:1px solid #e5e7eb;color:#2d2f34;box-shadow:0 4px 12px #0000000f}.ourthings-page .muted{color:#5f636b}.ourthings-page .input,.ourthings-page .form-field input{background:#fff;border-color:#e5e7eb;color:#2d2f34}.ourthings-page .btn-primary{background:linear-gradient(135deg,#6ecf87,#52b974);color:#11331d}.ourthings-page .btn-ghost{background:#fff;border-color:#e5e7eb;color:#2d2f34}.ourthings-page .step-card,.ourthings-page .list-card{background:#f8f9fa;border-color:#e5e7eb}.ourthings-page .status-pill{background:#52b97433;color:#166534}.ourthings-page .alert{background:#fef2f2;color:#991b1b;border-color:#fecaca}.ourthings-page .alert.success{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.ourthings-page .code-block{background:#f8f9fa;border-color:#e5e7eb;color:#2d2f34}.landing{min-height:100vh;font-family:Poppins,Sora,system-ui,sans-serif;background:linear-gradient(180deg,#fff,#f5f7ff 28%,#e6ecff 62%,#dde5ff);color:#2d2f34}.landing-header{max-width:1120px;margin:0 auto;padding:20px 24px 8px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.landing-header-right{display:flex;align-items:center;justify-content:flex-end;gap:clamp(12px,3vw,28px);flex-wrap:wrap}.landing-header-auth{display:flex;align-items:center;gap:10px;flex-shrink:0;padding-left:clamp(8px,2vw,20px);border-left:1px solid rgba(148,163,184,.45)}.landing-header-auth-login{padding:8px 6px;font-size:.92rem;font-weight:400;color:#4b5563;text-decoration:none;letter-spacing:.02em;white-space:nowrap}.landing-header-auth-login:hover{color:#2f7b47}.landing-header-auth-register{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 18px;border-radius:999px;font-size:.88rem;font-weight:600;text-decoration:none;letter-spacing:.02em;color:#fff;white-space:nowrap;background:linear-gradient(135deg,#5ec97a,#7dd89a,#a8e8bc);box-shadow:0 4px 16px #52b97452;border:1px solid rgba(255,255,255,.35);transition:background-color .2s ease,box-shadow .2s ease}.landing-header-auth-register:hover{color:#fff;background:linear-gradient(135deg,#52b96e,#6ecf87 55%,#94dfb0);box-shadow:0 6px 20px #52b97461}.landing-brand{display:flex;align-items:center;gap:14px}.landing-brand-logo{width:56px;height:56px;border-radius:50%;object-fit:cover}.landing-brand-title{font-size:1.55rem;font-weight:500;line-height:1.15;letter-spacing:-.02em}.landing-brand-subtitle{color:#6b7280;font-size:.88rem;font-weight:300}.landing-nav{display:flex;align-items:center;gap:22px;color:#374151;font-size:.92rem;font-weight:400;letter-spacing:.03em}.landing-nav a{color:inherit;text-decoration:none}.landing-nav a:hover{color:#2f7b47}.landing-nav-with-chevron:after{content:"▾";display:inline-block;margin-left:4px;font-size:.65em;opacity:.75;vertical-align:middle}.landing-main{max-width:1120px;margin:0 auto;padding:0;display:flex;flex-direction:column}.landing-hero{background:transparent;border:none;padding:16px 24px 32px;text-align:center}.landing-hero-inner{max-width:980px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.landing-hero-sub{margin:0;max-width:38ch;color:#64748b;font-size:1.06rem;line-height:1.75;font-weight:300}.landing-highlight{color:#4c9d6a;font-weight:600}.landing-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing-hero-visual{position:relative;margin-top:36px;width:100%;max-width:920px;overflow:visible;filter:drop-shadow(0 28px 48px rgba(148,163,184,.18))}.landing-hero-image{width:100%;height:auto;display:block;object-fit:contain;object-position:center bottom}.landing-hero-assets{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;list-style:none;pointer-events:none}.landing-hero-asset{position:absolute;pointer-events:auto;animation:landing-hero-float 4.5s ease-in-out infinite}.landing-hero-asset:nth-child(1){animation-delay:0s}.landing-hero-asset:nth-child(2){animation-delay:.4s}.landing-hero-asset:nth-child(3){animation-delay:.8s}.landing-hero-asset:nth-child(4){animation-delay:.2s}.landing-hero-asset:nth-child(5){animation-delay:1s}.landing-hero-asset:nth-child(6){animation-delay:.6s}@media(prefers-reduced-motion:reduce){.landing-hero-asset{animation:none}}@keyframes landing-hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.landing-hero-asset-inner{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;box-shadow:0 10px 28px #0f172a1a,0 4px 12px #ffffffd9 inset;border:1px solid rgba(255,255,255,.95)}.landing-hero-asset-inner--mint{color:#2f6b4e;background:linear-gradient(155deg,#fff,#ecfdf5 40%,#d1fae5)}.landing-hero-asset-inner--lavender{color:#5b4d9a;background:linear-gradient(155deg,#fff,#f5f3ff 45%,#e9d5ff)}.landing-hero-asset-inner--butter{color:#a16207;background:linear-gradient(155deg,#fff,#fffbeb 45%,#fef3c7)}.landing-hero-asset-inner--peach{color:#c2410c;background:linear-gradient(155deg,#fff,#fff7ed 45%,#ffedd5)}.landing-hero-asset-inner--gold{color:#b45309;background:linear-gradient(155deg,#fff,#fffbeb 35%,#fde68a)}.landing-hero-asset-inner--sage{color:#3f6212;background:linear-gradient(155deg,#fff,#f7fee7 45%,#d9f99d)}.landing-hero-asset--sm .landing-hero-asset-inner{width:46px;height:46px}.landing-hero-asset--sm .landing-hero-asset-inner svg{width:22px;height:22px}.landing-hero-asset--tl{top:4%;left:0}.landing-hero-asset--tr{top:6%;right:0}.landing-hero-asset--tml{top:26%;left:2%}.landing-hero-asset--tmr{top:24%;right:2%}.landing-hero-asset--bl{bottom:14%;left:6%}.landing-hero-asset--br{bottom:10%;right:8%}@media(max-width:600px){.landing-hero-asset-inner{width:48px;height:48px}.landing-hero-asset-inner svg{width:22px;height:22px}.landing-hero-asset--sm .landing-hero-asset-inner{width:40px;height:40px}.landing-hero-asset--tml{left:0;top:22%}.landing-hero-asset--tmr{right:0;top:20%}.landing-hero-asset--tl{left:0}.landing-hero-asset--tr{right:0}}.landing-link-under-btn{margin-top:14px;font-size:.95rem;font-weight:300;color:#6b7280;text-decoration:none}.landing-link-under-btn:hover{color:#52b974}.landing-hero h1{margin:0 0 20px;font-size:clamp(2rem,4.8vw,3rem);font-weight:600;letter-spacing:-.035em;line-height:1.15}.landing-section p,.landing-summary p{margin:0;color:#4f5561;font-size:1.05rem;line-height:1.7}.landing-actions{margin-top:24px;display:flex;gap:14px;flex-wrap:wrap}.landing-actions--hero{flex-direction:column;align-items:center;margin-top:28px}.landing-actions--inline{justify-content:center;margin-top:8px}.landing-btn{border-radius:999px;min-height:48px;padding:12px 32px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.98rem;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;text-decoration:none}.landing-btn-primary{background:linear-gradient(135deg,#5ec97a,#7dd89a,#a8e8bc);color:#fff;box-shadow:0 8px 24px #52b97459}.landing-btn-primary:hover{background:linear-gradient(135deg,#52b96e,#6ecf87 55%,#94dfb0);color:#fff}.landing-btn-ghost{background:#fff;color:#2d2f34;border-color:#d8dce6}.landing-btn-ghost:hover{border-color:#9ca3af}.landing-panel{position:relative;z-index:1;margin-top:-20px;background:#fff;border-radius:48px 48px 0 0;box-shadow:0 -12px 40px #0f172a0f,0 -4px 20px #0f172a0a;padding:48px 32px 56px}.landing-section--flush{padding:0}.landing-section h2,.landing-summary h2{margin:0 0 16px;font-size:1.5rem;font-weight:600}.landing-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.landing-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.landing-card{border:none;border-radius:32px;padding:28px 22px}.landing-benefit-card:nth-child(1){background:linear-gradient(180deg,#f0fdf4,#ecfdf5)}.landing-benefit-card:nth-child(2){background:linear-gradient(180deg,#fffbeb,#fef3c7)}.landing-benefit-card:nth-child(3){background:linear-gradient(180deg,#f5f3ff,#ede9fe)}.landing-card h3{margin:0 0 10px;font-size:1.12rem;font-weight:600}.landing-card p{margin:0;color:#4f5561;font-size:.98rem;line-height:1.65}.landing-benefit-cards{margin-top:0}.landing-benefit-card{display:grid;gap:14px;justify-items:center;text-align:center}.landing-benefit-icon{width:48px;height:48px;border-radius:50%;flex-shrink:0}.landing-benefit-image{width:140px;height:140px;object-fit:contain;flex-shrink:0}.landing-benefit-icon-coins{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.landing-benefit-icon-leaf{background:linear-gradient(135deg,#fde047,#eab308)}.landing-benefit-icon-group{background:linear-gradient(135deg,#93c5fd,#60a5fa)}.landing-section-title{margin:0 0 10px;font-size:1.45rem;font-weight:600;letter-spacing:-.02em;color:#1e293b}.landing-how{margin-top:48px;padding-top:8px}.landing-how-intro{margin:0 auto 28px;max-width:42ch;text-align:center;color:#64748b;font-size:1rem;line-height:1.65}.landing-how-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;list-style:none;margin:0;padding:0}.landing-how-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:22px 16px;border-radius:26px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0}.landing-how-step p{margin:0;font-size:.95rem;line-height:1.6;color:#4f5561}.landing-how-num{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:4px;border-radius:50%;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#52b96e,#7dd89a);box-shadow:0 4px 12px #52b97459}.landing-how-step-title{margin:0;font-size:1.06rem;font-weight:600;color:#1e293b}.landing-contact{margin-top:40px;padding-top:40px;border-top:1px solid #e2e8f0;text-align:center}.landing-contact-lead,.landing-contact-secondary{margin:0 auto;max-width:46ch;font-size:1rem;line-height:1.7;color:#475569}.landing-contact-secondary{margin-top:12px;font-size:.98rem;color:#64748b}.landing-contact-actions{margin-top:22px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.landing-hero-hint{margin:8px 0 0;font-size:.92rem;line-height:1.5;color:#64748b;font-weight:400}.landing-hero-hint-link{color:#2f7b47;font-weight:600;text-decoration:none}.landing-hero-hint-link:hover{text-decoration:underline}.landing-copy-block{display:grid;gap:16px;max-width:640px;margin:40px auto 0;text-align:center;padding-top:8px}.landing-copy-block p{margin:0}.landing-leaf-line{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.landing-leaf-icon{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#6ecf87,#52b974);flex-shrink:0;box-shadow:0 2px 6px #52b97459}.landing-list{margin:0;padding-left:20px;display:grid;gap:8px;color:#424853}.landing-footer{max-width:1120px;margin:0 auto;padding:32px 24px 40px;text-align:center}.landing-footer-brand{margin:0 0 12px;color:#6b7280;font-size:.95rem;font-weight:400}.landing-footer-tagline{margin:0;color:#64748b;font-size:.84rem;font-weight:400;letter-spacing:.02em}@media(max-width:900px){.app-main{padding:16px;gap:14px}.card{padding:16px}.landing-grid-3,.landing-grid-2,.landing-how-grid{grid-template-columns:1fr}.landing-panel{border-radius:36px 36px 0 0;margin-top:-12px;padding:32px 20px 40px}}@media(max-width:600px){.card-header{margin-bottom:12px}.landing-hero{padding:12px 16px 20px}.landing-header{padding:16px 16px 4px}.landing-benefit-image{width:112px;height:112px}.landing-benefit-card{gap:10px}.landing-nav{gap:16px;font-size:.85rem}.landing-header-right{width:100%;justify-content:space-between}.landing-header-auth{border-left:none;padding-left:0}}
