: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:20px;max-width:1240px;width:100%;margin:0 auto}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;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:14px}.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}.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:12px 14px;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:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:2px;align-items:center}.calendar-slot{height:10px;border-radius:999px;background:#94a3b833;min-width:8px;cursor:default}.calendar-slot.is-booked{background:linear-gradient(90deg,#fb923c,#f97316);cursor:pointer}.calendar-slot.is-free{background:#94a3b833}.calendar-legend{display:flex;justify-content:space-between;font-size:.75rem;color:var(--muted);margin-top:6px}.calendar-table{min-width:900px}.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}.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}.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;background:#f4f5f7;color:#2d2f34}.landing-header{max-width:1120px;margin:0 auto;padding:24px 20px 12px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.landing-brand{display:flex;align-items:center;gap:12px}.landing-brand-logo{width:56px;height:56px;border-radius:12px;object-fit:cover}.landing-brand-title{font-size:1.6rem;font-weight:600;line-height:1.15}.landing-brand-subtitle{color:#5f636b;font-size:.95rem}.landing-nav{display:flex;align-items:center;gap:18px;color:#4c5158;font-size:.98rem}.landing-nav a:hover{color:#2f7b47}.landing-main{max-width:1120px;margin:0 auto;padding:20px 24px 56px;display:grid;gap:32px}.landing-hero,.landing-section,.landing-summary{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:32px 36px}.landing-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;align-items:center}.landing-hero-copy{display:grid;gap:8px}.landing-hero-image-wrap{overflow:hidden;border-radius:16px;border:1px solid #e5e7eb;background:#f8f9fa}.landing-hero-image{width:100%;height:auto;display:block;object-fit:cover;object-position:50% 70%;min-height:240px}.landing-link-under-btn{margin-top:10px;font-size:.95rem;color:#5f636b;text-decoration:none}.landing-link-under-btn:hover{color:#52b974}.landing-hero h1{margin:0 0 14px;font-size:clamp(1.9rem,3.5vw,2.75rem);font-weight:600;letter-spacing:-.02em;line-height:1.2}.landing-hero p,.landing-section p,.landing-summary p{margin:0;color:#4f5561;font-size:1.06rem;line-height:1.65}.landing-actions{margin-top:22px;display:flex;gap:14px;flex-wrap:wrap}.landing-btn{border-radius:999px;min-height:44px;padding:10px 18px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.landing-btn-primary{background:linear-gradient(90deg,#6ecf87,#52b974);color:#11331d}.landing-btn-primary:hover{background:linear-gradient(90deg,#62c77c,#46ad68)}.landing-btn-ghost{background:#fff;color:#2d2f34;border-color:#d3d6de}.landing-btn-ghost:hover{border-color:#8ea3b8}.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:14px}.landing-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.landing-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.landing-card h3{margin:0 0 10px;font-size:1.08rem}.landing-card p{margin:0;color:#4f5561}.landing-benefit-cards{margin-top:0}.landing-benefit-card{display:grid;gap:12px}.landing-benefit-icon{width:48px;height:48px;border-radius:50%;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-copy-block{display:grid;gap:14px}.landing-copy-block p{margin:0}.landing-leaf-line{display:flex;align-items:center;gap:10px}.landing-leaf-icon{width:22px;height:22px;border-radius:50%;background:#52b974;flex-shrink:0}.landing-list{margin:0;padding-left:20px;display:grid;gap:8px;color:#424853}.landing-footer{max-width:1120px;margin:0 auto;padding:0 20px 28px;color:#5f636b}.landing-footer p{margin:0}@media(max-width:900px){.landing-hero,.landing-grid-3,.landing-grid-2{grid-template-columns:1fr}}
