:root{--color-primary:#7b2fbe;--color-primary-light:#7b2fbe33;--color-primary-mid:#7b2fbe88;--color-bg:#1a0840;--color-bg-end:#2e1260;--color-nav-bg:#0f011ef5;--color-modal-bg:#1a0840;--color-today:#943eea38;--color-surface:#ffffff14;--color-surface-hover:#ffffff24;--color-text:#fff;--color-text-muted:#ffffffa6;--color-border:#ffffff26;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--nav-height:72px;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:var(--color-text);background:#fff;min-height:100vh}body.app-body{background:linear-gradient(160deg, var(--color-bg) 0%, var(--color-bg-end) 100%);background-attachment:fixed}#root{min-height:100vh}h1,h2,h3,h4{color:var(--color-text)}p{margin:0}a{color:inherit}button,input,select,textarea{font-family:inherit}.page{max-width:900px;padding:1.5rem 1rem calc(var(--nav-height) + 1.5rem);min-height:100vh;margin:0 auto}.card{background:var(--color-surface);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--color-border);margin-bottom:1rem;padding:1.25rem}.card-label{letter-spacing:.08em;color:var(--color-text-muted);text-transform:uppercase;margin-bottom:.75rem;font-size:.72rem;font-weight:600}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:opacity .15s,transform .1s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:active{transform:scale(.97)}.btn-primary{background:var(--color-primary);color:#fff}.btn-secondary{background:var(--color-surface-hover);color:#fff;border:1px solid var(--color-border)}.btn-ghost{color:var(--color-text-muted);background:0 0}.btn-danger{color:#fff;background:#e53935}.btn-apple{color:#fff;background:#111}.btn-full{text-align:center;width:100%;display:block}.btn-half{flex:1}.btn-sm{border-radius:6px;padding:.4rem .9rem;font-size:.82rem}.action-row{gap:.75rem;margin:1rem 0;display:flex}.form-input,.form-textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text);background:#ffffff1a;outline:none;margin-bottom:.75rem;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.form-input::placeholder,.form-textarea::placeholder{color:var(--color-text-muted)}.form-input:focus,.form-textarea:focus{border-color:var(--color-primary)}.form-row{gap:.5rem;display:flex}.form-row .form-input{margin-bottom:.75rem}.form-group{margin-bottom:.5rem}.form-error{color:#ff6b6b;margin:.4rem 0;font-size:.85rem}.form-success{color:#51cf66;margin:.4rem 0;font-size:.85rem}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.auth-card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);width:100%;max-width:400px;padding:2.5rem 2rem}.auth-title{margin-bottom:.4rem;font-size:1.8rem;font-weight:700}.auth-subtitle{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.9rem}.auth-form{flex-direction:column;display:flex}.auth-divider{text-align:center;color:var(--color-text-muted);margin:1rem 0;font-size:.85rem}.auth-footer{text-align:center;color:var(--color-text-muted);margin-top:1rem;font-size:.9rem}.auth-footer a{color:var(--color-primary);font-weight:600;text-decoration:none}.forgot-link{text-align:right;color:var(--color-text-muted);margin-bottom:.75rem;font-size:.85rem;text-decoration:none;display:block}.navbar{height:var(--nav-height);background:var(--color-nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--color-border);z-index:100;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item{color:var(--color-text-muted);border-radius:var(--radius-sm);opacity:.55;flex-direction:column;align-items:center;gap:3px;padding:.4rem .6rem;font-size:.68rem;font-weight:500;text-decoration:none;transition:color .2s,opacity .2s;display:flex}.nav-item--active{color:var(--color-text);opacity:1}.nav-item--active .nav-icon-wrap .app-icon-wrap{transform:scale(1.08);box-shadow:0 0 0 3px #ffffff40,0 6px 18px #0006}.nav-icon-wrap{transition:transform .2s}.nav-label{font-size:.66rem}.page-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-top:.5rem;display:flex}.header-left{align-items:center;gap:.75rem;display:flex}.header-actions{gap:.5rem;display:flex}.page-icon{font-size:2rem}.page-title{font-size:1.5rem;font-weight:700}.page-subtitle{color:var(--color-text-muted);font-size:.85rem}.icon-btn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:background .15s;display:flex}.icon-btn:hover{background:var(--color-surface-hover)}.settings-icon-btn{color:var(--color-text-muted)}.dashboard-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;padding-top:.5rem;display:flex}.greeting-text{color:var(--color-text-muted);font-size:.95rem}.family-name{font-size:1.6rem;font-weight:700}.countdown{justify-content:center;align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.countdown-unit{flex-direction:column;align-items:center;display:flex}.countdown-value{border-radius:var(--radius-sm);text-align:center;background:#ffffff26;min-width:70px;padding:.3rem .8rem;font-size:2.8rem;font-weight:700}.countdown-unit span:last-child{text-transform:uppercase;color:var(--color-text-muted);margin-top:4px;font-size:.7rem}.countdown-sep{color:var(--color-text-muted);font-size:2.5rem;font-weight:700}.countdown-tagline{text-align:center;color:var(--color-text-muted);margin-top:.5rem;font-size:.85rem}.countdown-card{text-align:center}.event-card{padding:1rem 1.25rem}.event-label{letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.event-content{align-items:center;gap:1rem;display:flex}.event-days{color:var(--color-primary);min-width:60px;font-size:2rem;font-weight:700}.event-title{font-size:1rem;font-weight:600}.event-desc{color:var(--color-text-muted);font-size:.85rem}.daily-card{text-align:center;border-color:color-mix(in srgb, var(--dc-color) 35%, transparent);position:relative;overflow:hidden}.daily-card:before{content:"";background:radial-gradient(ellipse at 50% 0%, color-mix(in srgb, var(--dc-color) 12%, transparent) 0%, transparent 70%);pointer-events:none;position:absolute;inset:0}.daily-card-badge{letter-spacing:.09em;text-transform:uppercase;color:var(--dc-color);align-items:center;gap:5px;margin-bottom:.6rem;font-size:.68rem;font-weight:700;display:inline-flex}.daily-card-text{color:var(--color-text);max-width:560px;margin:0 auto;font-size:.95rem;line-height:1.65}.daily-card-author{color:var(--color-text-muted);margin-top:.55rem;font-size:.8rem;font-style:italic}.section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.75rem;font-size:.78rem;font-weight:700}.section-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.see-all{color:var(--color-primary);font-size:.85rem;text-decoration:none}.tiles-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.tile{background:var(--color-surface);border-radius:var(--radius-md);color:var(--color-text);border:1px solid var(--color-border);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:1.2rem .5rem;text-decoration:none;transition:background .2s,transform .15s;display:flex}.tile:hover{background:var(--color-surface-hover);transform:translateY(-2px)}.tile:active{transform:scale(.96)}.tile-label{font-size:.8rem;font-weight:600}.messages-preview{margin-top:1rem}.message-item{background:var(--color-surface);border-radius:var(--radius-sm);align-items:flex-start;gap:.75rem;margin-bottom:.5rem;padding:.75rem;display:flex}.message-star{font-size:1.1rem}.message-content{font-size:.9rem;font-style:italic}.message-from{color:var(--color-text-muted);margin-top:2px;font-size:.75rem}.empty-state{text-align:center;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.empty-icon{opacity:.5;font-size:3rem}.empty-title{color:var(--color-text);font-size:1.1rem;font-weight:600}.empty-sub{font-size:.9rem}.filter-chips{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.chip{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;border-radius:20px;padding:.35rem .9rem;font-size:.82rem}.chip--active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.chip--member{align-items:center;gap:.4rem;display:flex}.chip-avatar{object-fit:cover;border-radius:50%;width:18px;height:18px}.search-input{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text);outline:none;margin-bottom:.75rem;padding:.7rem 1rem;font-size:.95rem}.search-input::placeholder{color:var(--color-text-muted)}.albums-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.album-card{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);cursor:pointer;overflow:hidden}.album-cover{background:var(--color-surface-hover);justify-content:center;align-items:center;height:130px;font-size:2.5rem;display:flex}.album-cover img{object-fit:cover;width:100%;height:100%}.album-info{padding:.75rem}.album-name{font-size:.95rem;font-weight:600}.album-meta{color:var(--color-text-muted);margin-top:2px;font-size:.78rem}.mood-grid{flex-wrap:wrap;gap:.5rem;display:flex}.mood-btn{border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;background:0 0;border:2px solid #0000;flex-direction:column;align-items:center;gap:4px;padding:.5rem .5rem .4rem;transition:border-color .15s,background .15s,transform .12s;display:flex}.mood-btn:hover{transform:scale(1.06)}.mood-btn--active{border-color:var(--color-primary);background:var(--color-primary-light);transform:scale(1.1)}.mood-label{margin-top:2px;font-size:.7rem;font-weight:600}.prompts-row{gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.prompt-card{background:var(--color-surface-hover);border-radius:var(--radius-sm);border:1px solid var(--color-border);text-align:left;min-width:130px;max-width:150px;color:var(--color-text);cursor:pointer;padding:.75rem;font-size:.82rem;line-height:1.4}.prompt-icon{margin-bottom:.3rem;display:block}.entries-list{flex-direction:column;gap:.75rem;display:flex}.entry-card{background:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--color-border);gap:.75rem;padding:.85rem;display:flex}.entry-mood{flex-shrink:0;align-items:center;display:flex}.entry-content{font-size:.9rem;line-height:1.4}.entry-date{color:var(--color-text-muted);margin-top:4px;font-size:.75rem}.prompt-tag{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.85rem;font-style:italic}.form-textarea{resize:vertical}.calendar-nav{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.calendar-month{font-size:1.1rem;font-weight:600}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.calendar-day-label{text-align:center;color:var(--color-text-muted);letter-spacing:.05em;padding:.4rem 0;font-size:.72rem;font-weight:600}.calendar-cell{background:var(--color-surface);cursor:pointer;border-radius:6px;min-height:64px;padding:.4rem;transition:background .15s}.calendar-cell:hover{background:var(--color-surface-hover)}.calendar-cell--today{background:var(--color-today);border:1px solid var(--color-primary)}.calendar-cell--other{opacity:.3}.calendar-date{font-size:.85rem;font-weight:500}.calendar-event-dot{background:var(--color-primary);border-radius:50%;width:6px;height:6px;margin-top:3px}.events-list{margin-top:1rem}.event-item{background:var(--color-surface);border-radius:var(--radius-sm);gap:.75rem;margin-bottom:.5rem;padding:.85rem;display:flex}.event-item-icon{font-size:1.4rem}.event-item-title{font-size:.95rem;font-weight:600}.event-item-desc{color:var(--color-text-muted);font-size:.82rem}.event-item-time{color:var(--color-primary);margin-top:2px;font-size:.8rem}.med-list{flex-direction:column;gap:1rem;display:flex}.med-card{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:1.1rem}.med-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.med-name{font-size:1rem;font-weight:700}.med-child{color:var(--color-text-muted);font-size:.8rem}.med-dose{color:var(--color-text-muted);margin-bottom:.75rem;font-size:.85rem}.med-schedule{flex-direction:column;gap:.5rem;display:flex}.dose-row{background:var(--color-surface-hover);border-radius:var(--radius-sm);align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.dose-icon{font-size:1.2rem}.dose-time{flex:1;font-size:.9rem}.dose-check{border:2px solid var(--color-border);cursor:pointer;width:28px;height:28px;color:var(--color-text-muted);background:0 0;border-radius:50%;font-size:.9rem}.dose-check--done{color:#51cf66;background:#51cf6626;border-color:#51cf66}.refill-banner{border-radius:var(--radius-sm);color:orange;background:#ffa50026;border:1px solid #ffa5004d;margin-top:.75rem;padding:.5rem .75rem;font-size:.82rem}.progress-bar-wrapper{background:var(--color-surface);border-radius:20px;height:8px;margin-bottom:1.25rem;overflow:hidden}.progress-bar{background:var(--color-primary);border-radius:20px;height:100%;transition:width .4s}.bucket-list{flex-direction:column;gap:.6rem;margin-bottom:1.25rem;display:flex}.bucket-item{background:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--color-border);align-items:center;gap:.75rem;padding:.85rem;display:flex}.bucket-item--done{opacity:.6}.bucket-check{border:2px solid var(--color-border);cursor:pointer;width:28px;height:28px;color:var(--color-text-muted);background:0 0;border-radius:50%;flex-shrink:0;font-size:.9rem}.bucket-check--done{color:#51cf66;background:#51cf6626;border-color:#51cf66}.bucket-title{flex:1;font-size:.95rem}.bucket-title--done{color:var(--color-text-muted);text-decoration:line-through}.bucket-photo{object-fit:cover;border-radius:var(--radius-sm);width:48px;height:48px}.members-list{flex-direction:column;gap:.65rem;margin-bottom:1.25rem;display:flex}.member-card{background:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--color-border);align-items:center;gap:.85rem;padding:.85rem;display:flex}.member-avatar{background:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;font-weight:700;display:flex;overflow:hidden}.member-avatar img{object-fit:cover;width:100%;height:100%}.member-info{flex:1}.member-name{font-size:.95rem;font-weight:600}.member-role{color:var(--color-text-muted);font-size:.8rem}.member-age{color:var(--color-text-muted);font-size:.78rem}.avatar-edit-btn{background:var(--color-primary);border:2px solid var(--color-bg);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;line-height:1;display:flex;position:absolute;bottom:0;right:0}.avatar-edit-btn:disabled{opacity:.6;cursor:wait}.theme-swatches{grid-template-columns:repeat(2,1fr);gap:.6rem;margin-bottom:.75rem;display:grid}.theme-swatch-btn{background:var(--color-surface);border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text);text-align:left;border:2px solid #0000;align-items:center;gap:.7rem;padding:.6rem .9rem;transition:border-color .15s,background .15s;display:flex}.theme-swatch-btn:hover{background:var(--color-surface-hover)}.theme-swatch-btn--active{border-color:var(--swatch-color);background:var(--color-surface-hover)}.theme-swatch-dot{background:var(--swatch-color);border-radius:50%;flex-shrink:0;width:28px;height:28px;box-shadow:0 2px 8px #00000059}.theme-swatch-label{font-size:.85rem;font-weight:600}.mascot-row{gap:.75rem;margin-bottom:1rem;display:flex}.mascot-btn{background:var(--color-surface);border-radius:var(--radius-sm);color:var(--color-text);cursor:pointer;border:2px solid #0000;flex-direction:column;align-items:center;gap:4px;padding:.6rem .9rem;font-size:1.5rem;display:flex}.mascot-btn span{text-transform:capitalize;font-size:.72rem}.mascot-btn--active{border-color:var(--color-primary);background:var(--color-primary-light)}.settings-row{border-bottom:1px solid var(--color-border);justify-content:space-between;padding:.6rem 0;font-size:.9rem;display:flex}.settings-row:last-child{border-bottom:none}.recap-header{text-align:center;padding:2rem 0 1rem}.recap-title{font-size:2rem;font-weight:700}.recap-sub{color:var(--color-text-muted);margin-top:.3rem}.recap-stats{justify-content:center;gap:1rem;margin:1.5rem 0;display:flex}.stat-card{background:var(--color-surface);border-radius:var(--radius-md);text-align:center;border:1px solid var(--color-border);flex:1;padding:1.5rem 1rem}.stat-value{color:var(--color-primary);font-size:2.4rem;font-weight:700;display:block}.stat-label{color:var(--color-text-muted);margin-top:4px;font-size:.8rem}.recap-actions{flex-direction:column;gap:.75rem;display:flex}.modal-overlay{z-index:200;background:#0009;justify-content:center;align-items:flex-end;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--color-modal-bg);border-radius:var(--radius-lg) var(--radius-lg) 0 0;border:1px solid var(--color-border);width:100%;max-width:500px;max-height:90vh;padding:2rem 1.5rem;overflow-y:auto}.modal h2{margin-bottom:1.25rem;font-size:1.3rem}.modal-actions{gap:.75rem;margin-top:1rem;display:flex}.modal-mood{justify-content:space-between;margin-bottom:1rem}.loading-screen{min-height:100vh;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:1.2rem;display:flex}@media (width>=600px){.modal{border-radius:var(--radius-lg);align-self:center}.modal-overlay{align-items:center}}@media (width>=900px){.page{padding:2rem 2rem calc(var(--nav-height) + 2rem)}.tiles-grid{gap:1rem}}.lp{color:#1a1a2e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.lp *,.lp :before,.lp :after{box-sizing:border-box;margin:0;padding:0}.lp a{text-decoration:none}.lp button{cursor:pointer;border:none;font-family:inherit}.lp p{line-height:1.7}.lp img{display:block}.lp-logo-mark{color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#7b2fbe,#d81b8a);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.78rem;font-weight:900;display:flex}.lp-logo-mark--sm{border-radius:8px;width:28px;height:28px;font-size:.7rem}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #7b2fbe1a;justify-content:space-between;align-items:center;height:68px;padding:0 5%;display:flex;position:sticky;top:0}.lp-nav-logo{color:#1a1a2e;align-items:center;gap:.6rem;font-size:1.05rem;font-weight:800;display:flex}.lp-nav-links{align-items:center;gap:1.75rem;display:flex}.lp-nav-link{color:#555;font-size:.88rem;font-weight:500;transition:color .2s}.lp-nav-link:hover{color:#7b2fbe}.lp-nav-cta{gap:.75rem;display:flex}.lp-btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.4rem;padding:.6rem 1.4rem;font-size:.92rem;font-weight:700;transition:transform .15s,box-shadow .2s;display:inline-flex}.lp-btn:active{transform:scale(.97)}.lp-btn-ghost{color:#7b2fbe;background:0 0;border:2px solid #7b2fbe}.lp-btn-ghost:hover{background:#f3eaff}.lp-btn-primary{color:#fff;background:linear-gradient(135deg,#7b2fbe,#d81b8a);box-shadow:0 4px 18px #7b2fbe52}.lp-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 24px #7b2fbe7a}.lp-btn-lg{padding:.85rem 2.2rem;font-size:1rem}.lp-btn-outline-white{color:#fff;background:0 0;border:2px solid #ffffffa6;border-radius:50px}.lp-btn-outline-white:hover{background:#ffffff1f}.lp-btn-white{color:#7b2fbe;background:#fff;border-radius:50px;padding:.85rem 2.2rem;font-size:1rem;font-weight:700;box-shadow:0 4px 20px #ffffff38}.lp-btn-white:hover{transform:translateY(-1px);box-shadow:0 6px 28px #ffffff61}.lp-label-tag{letter-spacing:.1em;text-transform:uppercase;color:#7b2fbe;margin-bottom:.6rem;font-size:.78rem;font-weight:700}.lp-hero{background:linear-gradient(145deg,#2d0a6e 0%,#7b2fbe 42%,#d81b8a 72%,#ff8c42 100%);grid-template-columns:1fr 1fr;align-items:flex-end;gap:3rem;min-height:580px;padding:80px 5% 0;display:grid;overflow:hidden}.lp-hero-content{padding-bottom:80px}.lp-hero-badge{color:#fff;letter-spacing:.03em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.1rem;font-size:.8rem;font-weight:600;display:inline-block}.lp-hero h1{color:#fff;letter-spacing:-1px;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;line-height:1.1}.lp-hero h1 em{color:#ffd166;font-style:normal}.lp-hero-sub{color:#ffffffd9;max-width:480px;margin-bottom:2.25rem;font-size:1.05rem}.lp-hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.lp-hero-photos{align-items:flex-end;gap:1rem;padding-bottom:0;display:flex}.lp-hero-photo{border-radius:16px 16px 0 0;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 -8px 40px #0000004d}.lp-hero-photo img{object-fit:cover;width:100%;height:100%;display:block}.lp-hero-photo--a{border-radius:16px 16px 0 0;width:46%;height:220px}.lp-hero-photo--b{border-radius:16px 16px 0 0;width:28%;height:280px}.lp-hero-photo--c{border-radius:16px 16px 0 0;width:26%;height:180px}.lp-photo-caption{color:#fff;letter-spacing:.03em;background:linear-gradient(#0000,#0009);padding:1.5rem .75rem .5rem;font-size:.72rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.lp-stats{background:linear-gradient(135deg,#7b2fbe 0%,#d81b8a 100%);padding:56px 5%}.lp-stats-inner{text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:900px;margin:0 auto;display:grid}.lp-stat-value{color:#fff;font-size:2.6rem;font-weight:900;line-height:1}.lp-stat-label{color:#ffffffb8;margin-top:6px;font-size:.82rem;font-weight:500}.lp-story{background:#fff8f0;padding:96px 5%}.lp-story-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.lp-story-photo{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 12px 48px #00000024}.lp-story-photo img{object-fit:cover;width:100%;height:340px}.lp-story-photo-label{color:#fff;letter-spacing:.02em;background:linear-gradient(#0000,#000000a6);padding:2rem 1.25rem 1rem;font-size:.85rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.lp-story h2{color:#1a1a2e;margin:.5rem 0 1rem;font-size:1.9rem;font-weight:800;line-height:1.25}.lp-story p{color:#555;margin-bottom:.85rem;font-size:.97rem}.lp-wellness{background:linear-gradient(#fff0fa 0%,#f5f0ff 100%);padding:96px 5%}.lp-wellness-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.lp-wellness h2{color:#1a1a2e;margin:.5rem 0 1rem;font-size:1.9rem;font-weight:800;line-height:1.2}.lp-wellness h2 em{color:#d81b8a;font-style:normal}.lp-wellness p{color:#555;margin-bottom:1rem;font-size:.97rem}.lp-wellness-right{flex-direction:column;gap:1.25rem;display:flex}.lp-wellness-photo{border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f}.lp-wellness-photo img{object-fit:cover;width:100%;height:220px}.lp-mood-showcase{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.lp-mood-chip{text-align:center;background:#fff;border:1.5px solid #0000;border-radius:12px;align-items:center;gap:.5rem;padding:.7rem .6rem;transition:transform .15s;display:flex;box-shadow:0 2px 12px #0000000f}.lp-mood-chip:hover{transform:translateY(-2px)}.lp-mood-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.lp-mood-chip-label{color:#333;font-size:.8rem;font-weight:600}.lp-section{padding:96px 5%}.lp-section--alt{background:#f8f4ff}.lp-section-label{letter-spacing:.1em;text-transform:uppercase;color:#7b2fbe;text-align:center;margin-bottom:.6rem;font-size:.78rem;font-weight:700}.lp-section-label--light{color:#c4b5fd}.lp-section-title{text-align:center;color:#1a1a2e;letter-spacing:-.5px;margin-bottom:.6rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900}.lp-section-title--light{color:#fff}.lp-section-sub{text-align:center;color:#666;max-width:580px;margin:0 auto 3.5rem;font-size:1.02rem}.lp-section-sub--light{color:#ffffffad}.lp-features-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;max-width:1100px;margin:0 auto;display:grid}.lp-feature-card{border-radius:18px;padding:1.75rem 1.5rem;transition:transform .2s,box-shadow .2s}.lp-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.lp-feature-icon-wrap{background:#00000014;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}.lp-feature-title{margin-bottom:.45rem;font-size:1.05rem;font-weight:800}.lp-feature-desc{opacity:.8;font-size:.87rem;line-height:1.6}.lp-fc--purple{color:#4a1080;background:linear-gradient(135deg,#f3eaff,#e8d5ff)}.lp-fc--pink{color:#8b0050;background:linear-gradient(135deg,#ffe4f2,#ffc8e8)}.lp-fc--blue{color:#003d7a;background:linear-gradient(135deg,#dff0ff,#b8dfff)}.lp-fc--orange{color:#7a3700;background:linear-gradient(135deg,#fff0dc,#ffddb0)}.lp-fc--green{color:#0d4a28;background:linear-gradient(135deg,#d4f5e4,#a8edca)}.lp-fc--yellow{color:#5a4500;background:linear-gradient(135deg,#fffbd0,#fff0a0)}.lp-fc--teal{color:#004a4a;background:linear-gradient(135deg,#d0f5f5,#a0e8e8)}.lp-fc--red{color:#7a0000;background:linear-gradient(135deg,#ffe0e0,#ffbdbd)}.lp-photos{background:#fff;padding:96px 5%}.lp-photos-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1060px;margin:0 auto;display:grid}.lp-photos-grid{grid-template-columns:repeat(3,1fr);gap:.55rem;display:grid}.lp-photo-tile{aspect-ratio:1;border-radius:12px;overflow:hidden}.lp-photo-tile--wide{aspect-ratio:2;grid-column:span 2}.lp-photo-tile img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.lp-photo-tile:hover img{transform:scale(1.04)}.lp-photos h2{color:#1a1a2e;margin:.5rem 0 1rem;font-size:1.9rem;font-weight:800;line-height:1.2}.lp-photos h2 em{color:#7b2fbe;font-style:normal}.lp-photos p{color:#555;margin-bottom:.85rem;font-size:.97rem}.lp-schedule{background:#f8f4ff;padding:96px 5%}.lp-schedule-inner{max-width:1100px;margin:0 auto}.lp-schedule-cards{grid-template-columns:1fr 1fr;gap:2rem;margin-top:0;display:grid}.lp-schedule-card{background:#fff;border:1px solid #7b2fbe14;border-radius:22px;padding:2rem 1.75rem;transition:transform .2s;box-shadow:0 4px 24px #7b2fbe12}.lp-schedule-card:hover{transform:translateY(-3px)}.lp-schedule-card-header{align-items:center;gap:.85rem;margin-bottom:.85rem;display:flex}.lp-schedule-card-header h3{color:#1a1a2e;font-size:1.25rem;font-weight:800}.lp-schedule-card p{color:#666;margin-bottom:1.25rem;font-size:.92rem}.lp-schedule-icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.lp-schedule-icon-wrap--blue{color:#0277bd;background:#dff0ff}.lp-schedule-icon-wrap--gold{color:#b45309;background:#fff8d0}.lp-mini-calendar{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.lp-cal-day{text-align:center;color:#999;border-radius:6px;padding:5px 2px;font-size:.7rem;position:relative}.lp-cal-day--header{color:#bbb;font-size:.62rem;font-weight:700}.lp-cal-day--today{color:#fff;background:#7b2fbe;border-radius:8px;font-weight:700}.lp-cal-day--event{color:#7b2fbe;font-weight:600}.lp-cal-dot{background:#7b2fbe;border-radius:50%;width:4px;height:4px;margin:1px auto 0;display:block}.lp-milestone-list{flex-direction:column;gap:.7rem;display:flex}.lp-milestone-item{background:#f8f4ff;border-radius:12px;align-items:center;gap:.85rem;padding:.75rem .85rem;display:flex}.lp-milestone-dot{border-radius:50%;flex-shrink:0;width:18px;height:18px}.lp-milestone-title{color:#1a1a2e;font-size:.88rem;font-weight:600}.lp-milestone-date{color:#7b2fbe;margin-top:1px;font-size:.73rem}.lp-milestone-badge{color:#fff;white-space:nowrap;border-radius:50px;margin-left:auto;padding:3px 10px;font-size:.7rem;font-weight:700}.lp-security{background:linear-gradient(135deg,#1a0840 0%,#2d0a6e 52%,#0d1b4a 100%);padding:100px 5%}.lp-security-inner{max-width:1060px;margin:0 auto}.lp-security-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;display:grid}.lp-security-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem 1.25rem;transition:background .2s}.lp-security-card:hover{background:#ffffff1a}.lp-security-icon-wrap{color:#c4b5fd;background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.85rem;display:flex}.lp-security-card-title{color:#fff;margin-bottom:.4rem;font-size:.97rem;font-weight:700}.lp-security-card-desc{color:#fff9;font-size:.83rem;line-height:1.6}.lp-cta{text-align:center;padding:100px 5%;position:relative;overflow:hidden}.lp-cta-bg{position:absolute;inset:0}.lp-cta-bg img{object-fit:cover;filter:brightness(.22);width:100%;height:100%}.lp-cta-content{z-index:1;position:relative}.lp-cta h2{color:#fff;letter-spacing:-.5px;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:900}.lp-cta p{color:#ffffffbf;max-width:520px;margin:0 auto 2.5rem;font-size:1.1rem}.lp-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.lp-footer{background:#0d0520;flex-direction:column;align-items:center;gap:1rem;padding:48px 5% 32px;display:flex}.lp-footer-logo{color:#fff;align-items:center;gap:.55rem;font-size:1rem;font-weight:800;display:flex}.lp-footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.lp-footer-link{color:#fff6;font-size:.85rem;transition:color .2s}.lp-footer-link:hover{color:#ffffffbf}.lp-footer-copy{color:#ffffff38;margin-top:.5rem;font-size:.76rem}@media (width<=900px){.lp-hero{grid-template-columns:1fr;padding-bottom:0}.lp-hero-content{padding-bottom:40px}.lp-hero-photos{height:220px}.lp-hero-photo--a{width:50%}.lp-hero-photo--b{width:30%}.lp-hero-photo--c{display:none}}@media (width<=768px){.lp-nav-links{display:none}.lp-story-inner,.lp-wellness-inner,.lp-photos-inner{grid-template-columns:1fr;gap:2rem}.lp-schedule-cards{grid-template-columns:1fr}.lp-stats-inner{grid-template-columns:repeat(2,1fr)}.lp-hero{min-height:auto}}@media (width<=480px){.lp-stats-inner{grid-template-columns:1fr 1fr}.lp-hero h1{font-size:2rem}.lp-photos-grid{grid-template-columns:repeat(2,1fr)}.lp-photo-tile--wide{grid-column:span 2}.lp-hero-photos{display:none}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
