@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);:root{--primary:#ff5c8a;--primary-rgb:255,92,138;--secondary:#00c2b8;--secondary-rgb:0,194,184;--cyan:#38bdf8;--pink:#ff7aae;--purple:#8b5cf6;--amber:#ffd166;--bg:#514668;--bg-deep:#3e5669;--card:#fff3;--card-strong:#ffffff47;--card-border:#ffffff4f;--text:#fff;--muted:#fffcffd1;--faint:#fffcff8f;--nav-h:82px;--radius:24px;--shadow:0 24px 70px #18131e42;--gradient:linear-gradient(135deg,#ff5c8a,#8b5cf6 48%,#00c2b8)}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;margin:0;padding:0}html{background:#514668;height:100%}body,html{overflow:hidden}body{-webkit-font-smoothing:antialiased;background:linear-gradient(135deg,#ff5c8a57,#ff5c8a00 34%),linear-gradient(225deg,#00c2b852,#00c2b800 36%),linear-gradient(170deg,#ffd1662e,#ffd16600 28%),linear-gradient(180deg,#6d536e,#53607a 48%,#386b6b);background-attachment:fixed;color:#fff;color:var(--text);font-family:Inter,sans-serif;min-height:100%;min-height:100dvh;padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top);text-rendering:geometricPrecision}#root{height:100%}.app{display:flex;flex-direction:column;height:100vh;height:100dvh;isolation:isolate;margin:0 auto;max-width:480px;overflow:hidden;position:relative}.app:before{background:linear-gradient(115deg,#ffd1662e,#0000 42%),linear-gradient(245deg,#38bdf833,#0000 46%);content:"";inset:0;-webkit-mask-image:linear-gradient(180deg,#000000db,#0000 78%);mask-image:linear-gradient(180deg,#000000db,#0000 78%);pointer-events:none;position:fixed;z-index:-1}.screen{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;padding-bottom:114px;padding-bottom:calc(var(--nav-h) + 32px)}.card{backdrop-filter:blur(20px) saturate(185%);-webkit-backdrop-filter:blur(20px) saturate(185%);background:#fff3;background:var(--card);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:24px;border-radius:var(--radius);box-shadow:inset 0 1px 0 #ffffff2e,0 20px 52px #18131e33}.playfair,h1,h2,h3{font-family:Inter,sans-serif}h1,h2,h3{letter-spacing:0}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff5c8a,#8b5cf6 48%,#00c2b8);background:var(--gradient);-webkit-background-clip:text;background-clip:text}.btn{align-items:center;border:none;border-radius:999px;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:15px;font-weight:700;gap:8px;justify-content:center;padding:15px 28px;transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .35s ease,box-shadow .35s ease,border-color .35s ease}.btn:active{opacity:.9;transform:scale(.97)}.btn-primary{background:linear-gradient(135deg,#ff5c8a,#8b5cf6 48%,#00c2b8);background:var(--gradient);box-shadow:0 18px 44px #ff5c8a3d,inset 0 0 0 1px #ffffff29;box-shadow:0 18px 44px rgba(var(--primary-rgb),.24),0 0 0 1px #ffffff29 inset;color:#fff;width:100%}.btn-ghost{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff3;background:var(--card);border:1px solid #ffffff4f;border:1px solid var(--card-border);color:#fff;color:var(--text)}.btn-icon{align-items:center;background:hsla(0,0%,100%,.055);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:48px;justify-content:center;padding:0;transition:transform .15s,background .2s;width:48px}.btn-icon:active{transform:scale(.92)}input,textarea{-webkit-appearance:none;background:#ffffff12;border:1px solid hsla(0,0%,100%,.115);border-radius:18px;color:#fff;font-family:Inter,sans-serif;font-size:15px;outline:none;padding:16px 18px;transition:border-color .2s,box-shadow .2s;width:100%}input:focus,textarea:focus{border-color:#ff5c8a;border-color:var(--primary);box-shadow:0 0 0 4px #ff5c8a2e;box-shadow:0 0 0 4px rgba(var(--primary-rgb),.18)}input::placeholder,textarea::placeholder{color:#fffcffd1;color:var(--muted)}textarea{line-height:1.6;min-height:100px;resize:none}button,select{color:inherit;font:inherit}button{appearance:none;-webkit-appearance:none}.page-header{gap:12px;padding:42px 22px 24px}.back-btn,.page-header{align-items:center;display:flex}.back-btn{background:hsla(0,0%,100%,.075);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:18px;color:#fff;cursor:pointer;flex-shrink:0;font-size:18px;font-weight:800;height:46px;justify-content:center;transition:background .2s;width:46px}.back-btn:active{background:#ffffff26}.bottom-nav{backdrop-filter:blur(28px) saturate(210%);-webkit-backdrop-filter:blur(28px) saturate(210%);background:linear-gradient(135deg,#ff5c8a21,#38bdf817,#00c2b81a),#413853e6;border-top:1px solid #ffffff3d;bottom:0;display:flex;height:calc(82px + env(safe-area-inset-bottom));height:calc(var(--nav-h) + env(safe-area-inset-bottom));left:50%;max-width:480px;padding:8px 12px env(safe-area-inset-bottom);position:fixed;transform:translateX(-50%);width:100%;z-index:100}.nav-item{align-items:center;background:none;border:none;color:#fffcffd1;color:var(--muted);cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:5px;justify-content:center;padding:9px 0 6px;position:relative;transition:color .32s ease,transform .32s cubic-bezier(.2,.8,.2,1)}.nav-item.active{color:#fff;transform:translateY(-1px)}.nav-item.active:before{display:none}.nav-item .nav-icon{border-radius:12px;display:grid;font-size:17px;font-weight:800;height:28px;line-height:1;place-items:center;width:28px}.nav-item.active .nav-icon{background:linear-gradient(135deg,#ff5c8a,#8b5cf6 48%,#00c2b8);background:var(--gradient);box-shadow:0 12px 28px #ff5c8a3d;box-shadow:0 12px 28px rgba(var(--primary-rgb),.24);color:#fff}.nav-item .nav-label{font-size:10px;font-weight:650;letter-spacing:0}.fab{align-items:center;background:linear-gradient(135deg,#ff5c8a,#8b5cf6 48%,#00c2b8);background:var(--gradient);border:none;border-radius:50%;bottom:102px;bottom:calc(var(--nav-h) + 20px);box-shadow:0 18px 48px #ff5c8a59;box-shadow:0 18px 48px rgba(var(--primary-rgb),.35);color:#fff;cursor:pointer;display:flex;font-size:24px;height:56px;justify-content:center;position:fixed;right:20px;transition:transform .2s,box-shadow .2s;width:56px;z-index:50}.fab:active{box-shadow:0 2px 12px #e91e8c4d;transform:scale(.92)}.modal-overlay{align-items:flex-end;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000bd;display:flex;inset:0;justify-content:center;position:fixed;z-index:200}.modal-sheet{animation:slideUp .3s ease;background:#141418db;border:1px solid #ffffff21;border-radius:30px 30px 0 0;max-width:480px;padding:28px 24px 44px;width:100%}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle{background:#fff3;border-radius:2px;height:4px;margin:0 auto 20px;width:40px}.toast{animation:toastIn .3s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1c1c20d1;border:1px solid #ffffff1f;border-radius:50px;box-shadow:0 18px 44px #0006;color:#fff;font-size:14px;font-weight:500;left:50%;max-width:calc(100vw - 40px);padding:12px 24px;position:fixed;top:20px;transform:translateX(-50%);white-space:nowrap;z-index:300}@keyframes toastIn{0%{opacity:0;transform:translateX(-50%) translateY(-20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.loading-screen{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:100vh}.heart-pulse{animation:pulse 1.2s ease-in-out infinite;background:#ff5c8a;background:var(--primary);border-radius:20px;box-shadow:0 20px 60px #ff5c8a52;box-shadow:0 20px 60px rgba(var(--primary-rgb),.32);height:52px;width:52px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}::-webkit-scrollbar{width:0}input[type=date],input[type=datetime-local]{color-scheme:dark}.home-apple{padding:34px 22px 116px;padding:34px 22px calc(var(--nav-h) + 34px)}.apple-header{align-items:flex-start;display:flex;gap:18px;justify-content:space-between;margin-bottom:28px}.apple-kicker{color:#ff5c8a;color:var(--primary);font-size:13px;font-weight:800;line-height:1;margin-bottom:10px}.apple-header h1{font-size:38px;font-weight:900;letter-spacing:-.055em;line-height:.98;max-width:320px}.apple-header span{color:#fffcffd1;color:var(--muted);display:block;font-size:15px;font-weight:400;line-height:1.45;margin-top:12px}.apple-icon-button{backdrop-filter:blur(20px) saturate(170%);-webkit-backdrop-filter:blur(20px) saturate(170%);background:hsla(0,0%,100%,.075);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:19px;box-shadow:inset 0 1px 0 #ffffff14;color:#ffffffe6;cursor:pointer;display:grid;font-size:19px;font-weight:850;height:50px;place-items:center;width:50px}.apple-action-row,.apple-focus-card,.apple-hero-card,.apple-list-card,.apple-local-card,.apple-setup-card,.apple-status-card{appearance:none;-webkit-appearance:none;backdrop-filter:blur(20px) saturate(205%);-webkit-backdrop-filter:blur(20px) saturate(205%);background:linear-gradient(145deg,#ffffff42,#ffffff1f),linear-gradient(135deg,#ff5c8a1f,#8b5cf614 50%,#00c2b81f),#5246648a;border:1px solid #ffffff4f;border:1px solid var(--card-border);box-shadow:0 22px 58px #18131e33,inset 0 1px 0 #fff3;font:inherit}.apple-hero-card{background:linear-gradient(145deg,#ffffff3d,#ffffff14),linear-gradient(135deg,#ff5c8a57,#8b5cf638 48%,#00c2b842),#4c3f68bd;border-radius:34px;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:24px;min-height:248px;overflow:hidden;padding:28px;position:relative}.apple-hero-card:after{background:linear-gradient(135deg,#ffd16657,#38bdf829);border-radius:50%;content:"";height:240px;inset:auto -70px -95px auto;opacity:.72;pointer-events:none;position:absolute;width:240px}.apple-hero-copy{position:relative;z-index:1}.apple-hero-copy p{color:#fffcffd1;color:var(--muted);font-size:15px;font-weight:650;margin-bottom:12px}.apple-hero-copy div{align-items:baseline;display:flex;gap:12px}.apple-hero-copy strong{color:#fff;font-size:clamp(90px,26vw,128px);font-weight:900;letter-spacing:-.085em;line-height:.82}.apple-hero-copy span{color:#ebebf59e;font-size:24px;font-weight:800}.apple-metric-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);position:relative;z-index:1}.apple-metric-row div{background:#ffffff21;border:1px solid #ffffff2e;border-radius:20px;padding:13px 12px}.apple-metric-row b{color:#fff;display:block;font-size:23px;font-weight:850;letter-spacing:-.035em}.apple-metric-row span{color:#fffcffd1;color:var(--muted);display:block;font-size:12px;margin-top:3px}.apple-setup-card{border-radius:30px;color:#fff;cursor:pointer;margin-bottom:24px;padding:24px;text-align:left;width:100%}.apple-setup-card p{font-size:24px;font-weight:900;letter-spacing:-.045em;margin-bottom:8px}.apple-setup-card span{color:#fffcffd1;color:var(--muted);font-size:15px;line-height:1.45}.apple-focus-card{border-radius:30px;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:24px;margin-bottom:22px;padding:24px;text-align:left;width:100%}.apple-focus-card p{color:#ff5c8a;color:var(--primary);font-size:13px;font-weight:800;margin-bottom:12px}.apple-focus-card h2{color:#fff;font-size:27px;font-weight:900;letter-spacing:-.055em;line-height:1.08;margin-bottom:10px}.apple-focus-card span{color:#fffcffd1;color:var(--muted);display:block;font-size:15px;line-height:1.46;max-width:330px}.apple-focus-card>strong{align-items:center;align-self:flex-start;background:linear-gradient(135deg,#ff5c8a,#8b5cf6 48%,#00c2b8);background:var(--gradient);border-radius:999px;box-shadow:0 16px 38px #ff5c8a3b;box-shadow:0 16px 38px rgba(var(--primary-rgb),.23);color:#fff;display:inline-flex;font-size:15px;font-weight:850;min-height:46px;padding:0 18px}.apple-status-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1.25fr .82fr .82fr;margin-bottom:22px}.apple-status-card{align-items:center;border-radius:26px;color:#fff;cursor:pointer;display:flex;justify-content:center;min-height:110px;padding:14px}.apple-status-card.large{gap:14px;justify-content:flex-start}.apple-mini-card{align-items:flex-start;flex-direction:column;gap:12px;justify-content:space-between;text-align:left}.apple-mini-symbol{background:linear-gradient(135deg,#00c2b857,#38bdf838);background:linear-gradient(135deg,rgba(var(--secondary-rgb),.34),#38bdf838);border-radius:14px;box-shadow:inset 0 1px 0 #ffffff14;color:#fff;display:grid;font-size:18px;font-weight:900;height:34px;place-items:center;width:34px}.apple-mini-card div{min-width:0;width:100%}.apple-mini-card b{color:#ebebf580;font-size:13px;font-weight:850}.apple-ring{background:radial-gradient(circle at center,#4f4a64 57%,#0000 59%),conic-gradient(#00c2b8 var(--value),#fff3 0);background:radial-gradient(circle at center,#4f4a64 57%,#0000 59%),conic-gradient(var(--secondary) var(--value),#fff3 0);border-radius:50%;box-shadow:0 0 28px #00c2b83d;box-shadow:0 0 28px rgba(var(--secondary-rgb),.24);display:grid;flex:0 0 62px;height:62px;place-items:center;width:62px}.apple-ring span{color:#fff;font-size:15px;font-weight:900}.apple-status-card p{color:#fff;font-size:15px;font-weight:850;letter-spacing:-.015em}.apple-status-card span{color:#fffcffd1;color:var(--muted);font-size:12px;line-height:1.35}.apple-list-card{align-items:center;border-radius:26px;color:#fff;cursor:pointer;display:flex;gap:16px;margin-bottom:30px;padding:18px;text-align:left;width:100%}.apple-list-card>span{background:linear-gradient(135deg,#ff5c8a7a,#8b5cf652);background:linear-gradient(135deg,rgba(var(--primary-rgb),.48),#8b5cf652);border-radius:21px;color:#fff;display:grid;flex:0 0 54px;font-size:25px;font-weight:900;height:54px;place-items:center;width:54px}.apple-list-card div{flex:1 1;min-width:0}.apple-list-card p{color:#fff;font-size:17px;font-weight:850}.apple-list-card small{color:#fffcffd1;color:var(--muted);display:block;font-size:13px;margin-top:4px}.apple-action-row b,.apple-list-card b{color:#ebebf55c;font-size:24px;font-weight:500}.apple-section{margin-bottom:30px}.apple-section-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.apple-section-title p{color:#fff;font-size:21px;font-weight:900;letter-spacing:-.045em}.apple-section-title button{background:#0000;border:0;color:#00c2b8;color:var(--secondary);cursor:pointer;font-size:15px;font-weight:750}.apple-action-list{display:flex;flex-direction:column;gap:12px}.apple-action-row{align-items:center;border-radius:26px;color:#fff;cursor:pointer;display:flex;gap:15px;min-height:82px;padding:16px;text-align:left;width:100%}.apple-action-row>span{background:linear-gradient(135deg,#00c2b857,#ffd1662e);background:linear-gradient(135deg,rgba(var(--secondary-rgb),.34),#ffd1662e);border-radius:19px;color:#fff;display:grid;flex:0 0 48px;font-size:23px;font-weight:900;height:48px;place-items:center;width:48px}.apple-action-row div{flex:1 1;min-width:0}.apple-action-row strong{color:#fff;display:block;font-size:17px;font-weight:850;letter-spacing:-.02em}.apple-action-row small{color:#fffcffd1;color:var(--muted);display:block;font-size:13px;margin-top:4px}.apple-local-card{border-radius:30px;color:#fff;margin-bottom:10px;padding:24px}.apple-local-card p{color:#ff5c8a;color:var(--primary);font-size:13px;font-weight:800;margin-bottom:10px}.apple-local-card h2{font-size:24px;font-weight:900;letter-spacing:-.05em;line-height:1.12;margin-bottom:10px}.apple-local-card span{color:#fffcffd1;color:var(--muted);display:block;font-size:15px;line-height:1.45;margin-bottom:18px}.apple-local-card button{background:#ffffff1f;border:0;border-radius:999px;color:#fff;cursor:pointer;font-size:14px;font-weight:800;min-height:44px;padding:0 17px}@media (max-width:390px){.home-apple{padding-left:18px;padding-right:18px}.apple-header h1{font-size:34px}.apple-status-grid{grid-template-columns:1fr 1fr}.apple-status-card.large{grid-column:1/-1}}.daily-home,.hub-screen,.today-home{padding:34px 22px 116px;padding:34px 22px calc(var(--nav-h) + 34px)}.daily-top,.hub-hero,.today-top{align-items:flex-start;display:flex;gap:18px;justify-content:space-between;margin-bottom:26px}.affection-panel p,.daily-top p,.home-soft-section p,.hub-hero p,.memory-feature p,.today-main-copy p,.today-top p{color:#ff5c8a;color:var(--primary);font-size:13px;font-weight:850;line-height:1;margin-bottom:10px}.daily-top h1,.hub-hero h1,.today-top h1{color:#fff;font-size:40px;font-weight:900;letter-spacing:-.06em;line-height:.98;max-width:360px}.daily-top span,.hub-hero span,.today-top span{color:#fffcffd1;color:var(--muted);display:block;font-size:15px;line-height:1.48;margin-top:12px;max-width:340px}.daily-top button,.today-top button{backdrop-filter:blur(20px) saturate(170%);-webkit-backdrop-filter:blur(20px) saturate(170%);background:hsla(0,0%,100%,.075);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:19px;box-shadow:inset 0 1px 0 #ffffff14;color:#ffffffe6;cursor:pointer;display:grid;height:50px;place-items:center;width:50px}.affection-hero,.days-showcase,.home-rhythm-card button,.mood-panel,.pet-showcase,.plan-panel{appearance:none;-webkit-appearance:none;backdrop-filter:blur(20px) saturate(210%);-webkit-backdrop-filter:blur(20px) saturate(210%);background:linear-gradient(145deg,#fff3,#ffffff17),linear-gradient(135deg,#ff5c8a1f,#38bdf814 48%,#00c2b81c),#463c5c94;border:1px solid #ffffff4f;border:1px solid var(--card-border);box-shadow:0 24px 80px #00000047,inset 0 1px 0 #ffffff29;color:#fff;font:inherit}.affection-hero{align-items:center;border-radius:34px;cursor:pointer;display:flex;gap:18px;margin-bottom:16px;min-height:138px;overflow:hidden;padding:22px;position:relative;text-align:left;width:100%}.affection-hero:after,.days-showcase:after,.pet-showcase:after{background:radial-gradient(circle,#ff5c8a57,#0000 70%);background:radial-gradient(circle,rgba(var(--primary-rgb),.34),#0000 70%);border-radius:50%;content:"";height:210px;inset:auto -70px -90px auto;pointer-events:none;position:absolute;width:210px}.affection-orb{animation:softPulse 2.8s ease-in-out infinite;background:#ff5c8a;background:var(--primary);border-radius:50%;box-shadow:0 0 0 0 #ff5c8a61,0 18px 52px #ff5c8a57;box-shadow:0 0 0 0 rgba(var(--primary-rgb),.38),0 18px 52px rgba(var(--primary-rgb),.34);flex:0 0 68px;height:68px;position:relative;width:68px;z-index:1}.affection-hero div{flex:1 1;min-width:0;position:relative;z-index:1}.affection-hero p,.home-rhythm-card small,.panel-title small{color:#ff5c8a;color:var(--primary);font-size:12px;font-weight:850;line-height:1;margin-bottom:9px}.affection-hero h2{color:#fff;font-size:27px;font-weight:900;letter-spacing:-.055em;line-height:1.04;margin-bottom:7px}.affection-hero small{color:#fffcffd1;color:var(--muted);font-size:13px;line-height:1.35}.affection-hero strong{align-items:center;background:#ff5c8a;background:var(--primary);border-radius:999px;box-shadow:0 18px 44px #ff5c8a47;box-shadow:0 18px 44px rgba(var(--primary-rgb),.28);display:inline-flex;font-size:15px;font-weight:850;min-height:46px;padding:0 18px;position:relative;z-index:1}.today-rhythm-hero{grid-gap:10px;display:grid;gap:10px;margin-bottom:14px}.today-rhythm-main{grid-gap:18px;align-items:start;appearance:none;-webkit-appearance:none;backdrop-filter:blur(22px) saturate(220%);-webkit-backdrop-filter:blur(22px) saturate(220%);background:linear-gradient(145deg,#ffffff2e,#ffffff0f),linear-gradient(135deg,#ff5c8a57,#8b5cf633 48%,#00c2b840),#463c60b8;background:linear-gradient(145deg,#ffffff2e,#ffffff0f),linear-gradient(135deg,rgba(var(--primary-rgb),.34),#8b5cf633 48%,rgba(var(--secondary-rgb),.25)),#463c60b8;border:1px solid #ff5c8a29;border:1px solid rgba(var(--primary-rgb),.16);border-radius:34px;box-shadow:0 26px 86px #00000047,inset 0 1px 0 #ffffff2e;color:#fff;cursor:pointer;display:grid;gap:18px;grid-template-columns:1fr auto;min-height:218px;overflow:hidden;padding:22px;position:relative;text-align:left;width:100%}.today-rhythm-main:after{background:linear-gradient(135deg,#ffd16657,#38bdf838);border-radius:50%;content:"";height:230px;inset:auto -80px -95px auto;opacity:.75;pointer-events:none;position:absolute;width:230px}.today-rhythm-copy,.today-rhythm-main .today-progress,.today-rhythm-main>b{position:relative;z-index:1}.today-rhythm-copy{min-width:0}.today-rhythm-copy small{color:#bff7ff;display:block;font-size:12px;font-weight:850;line-height:1;margin-bottom:10px}.today-rhythm-copy h2{color:#fff;font-size:31px;font-weight:900;letter-spacing:-.055em;line-height:1.03;margin-bottom:10px}.today-rhythm-copy p{color:#ffffffc2;font-size:15px;font-weight:780;line-height:1.42;margin-bottom:6px}.today-rhythm-copy em,.today-rhythm-copy span{color:#fffcffd1;color:var(--muted);display:block;font-size:13px;font-style:normal;line-height:1.45;max-width:360px}.today-rhythm-copy em{-webkit-line-clamp:3;-webkit-box-orient:vertical;background:#0000002e;border:1px solid #ffffff12;border-radius:16px;color:#ffffffb3;display:-webkit-box;margin-top:10px;overflow:hidden;padding:10px 12px}.today-rhythm-main>b{align-items:center;background:linear-gradient(135deg,#ff5c8a,#8b5cf6);background:linear-gradient(135deg,var(--primary),var(--purple));border-radius:999px;box-shadow:0 16px 40px #ff5c8a47;box-shadow:0 16px 40px rgba(var(--primary-rgb),.28);color:#fff;display:inline-flex;font-size:13px;font-weight:900;grid-column:1/-1;justify-self:start;min-height:42px;padding:0 16px}.rhythm-steps{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(5,minmax(0,1fr))}.rhythm-steps button{align-items:flex-start;appearance:none;-webkit-appearance:none;backdrop-filter:blur(18px) saturate(190%);-webkit-backdrop-filter:blur(18px) saturate(190%);background:hsla(0,0%,100%,.105);border:1px solid #ffffff24;border-radius:22px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:82px;min-width:0;padding:10px 9px;text-align:left}.rhythm-steps button.done{background:linear-gradient(145deg,#00c2b84d,#ff5c8a1f);background:linear-gradient(145deg,#00c2b84d,rgba(var(--primary-rgb),.12));border-color:#00c2b852}.rhythm-steps i{background:#ffffff29;border-radius:50%;color:#ffffffe0;display:grid;font-size:13px;font-style:normal;font-weight:900;height:24px;place-items:center;width:24px}.rhythm-steps button.done i{background:#10b98138;color:#d1fae5}.rhythm-steps strong{color:#fff;font-size:12px;font-weight:900;line-height:1.1}.rhythm-steps span,.rhythm-steps strong{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.rhythm-steps span{color:#ebebf575;font-size:10px;font-weight:780;line-height:1.2;white-space:nowrap}.flow-side-grid,.home-weekly-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:12px}.weekly-quest-card,.weekly-summary-card{appearance:none;-webkit-appearance:none;backdrop-filter:blur(20px) saturate(170%);-webkit-backdrop-filter:blur(20px) saturate(170%);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:28px;box-shadow:0 22px 70px #00000047,inset 0 1px 0 hsla(0,0%,100%,.065);color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:9px;justify-content:space-between;min-height:172px;padding:16px;text-align:left}.weekly-quest-card{background:linear-gradient(145deg,#00c2b83d,#ffffff14);border-color:#00c2b847}.weekly-summary-card{background:linear-gradient(145deg,#ffd1663d,#ff5c8a14);background:linear-gradient(145deg,#ffd1663d,rgba(var(--primary-rgb),.08));border-color:#ffd16645}.weekly-quest-card small,.weekly-summary-card small{color:#ffffff7a;font-size:12px;font-weight:850}.weekly-quest-card strong,.weekly-summary-card strong{color:#fff;font-size:20px;font-weight:900;letter-spacing:-.045em;line-height:1.08}.weekly-quest-card p,.weekly-summary-card p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#ffffff94;display:-webkit-box;font-size:12px;line-height:1.42;overflow:hidden}.weekly-quest-card em{color:#d1fae5e6;font-size:12px;font-style:normal;font-weight:900}.quest-bar{background:#ffffff14;border-radius:999px;height:8px;overflow:hidden}.quest-bar span{background:linear-gradient(90deg,#10b981,#67e8f9);border-radius:inherit;display:block;height:100%}.daily-flow-screen{padding:34px 22px 116px;padding:34px 22px calc(var(--nav-h) + 34px)}.flow-header{grid-gap:14px;align-items:start;display:grid;gap:14px;grid-template-columns:46px 1fr;margin-bottom:18px}.flow-header p{color:#67e8f9;font-size:13px;font-weight:850;line-height:1;margin:4px 0 10px}.flow-header h1{color:#fff;font-size:36px;font-weight:900;letter-spacing:-.06em;line-height:.98}.flow-header span{color:#fffcffd1;color:var(--muted);display:block;font-size:14px;line-height:1.45;margin-top:10px}.flow-hero{grid-gap:18px;align-items:start;background:linear-gradient(145deg,#67e8f921,#ff5c8a1a),hsla(0,0%,100%,.052);background:linear-gradient(145deg,#67e8f921,rgba(var(--primary-rgb),.1)),hsla(0,0%,100%,.052);border:1px solid #67e8f929;border-radius:34px;box-shadow:0 26px 86px #00000057,inset 0 1px 0 hsla(0,0%,100%,.075);color:#fff;display:grid;gap:18px;grid-template-columns:1fr auto;margin-bottom:12px;min-height:228px;overflow:hidden;padding:22px;position:relative}.flow-hero:after{background:radial-gradient(circle,#67e8f938,#0000 70%);border-radius:50%;content:"";height:220px;inset:auto -70px -90px auto;pointer-events:none;position:absolute;width:220px}.flow-hero>button,.flow-hero>div{position:relative;z-index:1}.flow-hero small{color:#67e8f9;display:block;font-size:12px;font-weight:850;line-height:1;margin-bottom:10px}.flow-hero h2{color:#fff;font-size:28px;font-weight:900;letter-spacing:-.055em;line-height:1.05;margin-bottom:10px}.flow-hero p{color:#fffcffd1;color:var(--muted);font-size:13px;line-height:1.45}.flow-hero>button{background:#67e8f9;border:0;border-radius:999px;box-shadow:0 16px 40px #67e8f938;color:#041014;cursor:pointer;font-size:13px;font-weight:900;grid-column:1/-1;justify-self:start;min-height:42px;padding:0 16px}.flow-steps{grid-gap:9px;display:grid;gap:9px;margin-bottom:12px}.flow-steps button{grid-gap:12px;align-items:center;appearance:none;-webkit-appearance:none;background:hsla(0,0%,100%,.048);border:1px solid hsla(0,0%,100%,.075);border-radius:22px;color:#fff;cursor:pointer;display:grid;gap:12px;grid-template-columns:42px 1fr auto;min-height:76px;padding:12px;text-align:left;width:100%}.flow-steps button.done{background:rgba(16,185,129,.105);border-color:#10b98133}.flow-steps button>span{background:hsla(0,0%,100%,.065);border-radius:16px;color:#fff;display:grid;font-size:18px;font-weight:900;height:42px;place-items:center;width:42px}.flow-steps button.done>span{background:#10b9812e;color:#d1fae5}.flow-steps strong{color:#fff;font-size:15px;font-weight:900;line-height:1.2}.flow-steps small{color:#ffffff7a;display:block;font-size:12px;line-height:1.35;margin-top:4px}.flow-steps b{color:#ffffff52;font-size:18px;font-weight:900}.flow-pet-strip{align-items:center;background:hsla(0,0%,100%,.052);border:1px solid #ffffff14;border-radius:28px;cursor:pointer;display:flex;gap:14px;padding:15px}.flow-pet-strip strong{color:#fff;display:block;font-size:17px;font-weight:900;line-height:1.2}.flow-pet-strip p{color:#fffcffd1;color:var(--muted);font-size:13px;line-height:1.4;margin-top:5px}.couple-dashboard{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1.08fr .92fr;margin-bottom:12px}.days-showcase,.pet-showcase{border-radius:34px;min-height:232px;overflow:hidden;padding:22px;position:relative;text-align:left}.days-showcase{align-items:flex-start;container-type:inline-size;cursor:default;display:flex;flex-direction:column;justify-content:space-between}.pet-showcase{cursor:pointer}.days-showcase small,.pet-showcase small{color:#fffcffd1;color:var(--muted);font-size:13px;font-weight:800;position:relative;z-index:1}.days-showcase strong{font-feature-settings:"tnum";color:#fff;font-size:clamp(58px,36cqw,86px);font-variant-numeric:tabular-nums;font-weight:900;letter-spacing:-.07em;line-height:.78;max-width:100%;position:relative;white-space:nowrap;z-index:1}.days-showcase>span{color:#ebebf5ad;font-size:25px;font-weight:900;line-height:1;position:relative;z-index:1}.days-showcase p,.home-rhythm-card p,.mood-panel p,.pet-showcase span,.plan-panel p{color:#fffcffd1;color:var(--muted);font-size:13px;line-height:1.38;position:relative;z-index:1}.elapsed-time-detail{grid-gap:4px;display:grid;gap:4px;position:relative;z-index:1}.elapsed-time-detail time{font-feature-settings:"tnum";color:#ffffffbd;font-size:22px;font-variant-numeric:tabular-nums;font-weight:820;letter-spacing:0;line-height:1}.elapsed-time-detail small{color:#ebebf56b;font-size:11px;font-weight:760}.pet-showcase{display:flex;flex-direction:column;gap:8px;justify-content:space-between}.pet-stage{display:grid;min-height:128px;place-items:center;position:relative;z-index:1}.pet-stage:before{background:radial-gradient(ellipse,#ff5c8a52,#0000 70%);background:radial-gradient(ellipse,rgba(var(--primary-rgb),.32),#0000 70%);border-radius:50%;content:"";filter:blur(4px);height:70px;position:absolute;transform:translateY(34px);width:118px}.pet-showcase strong{color:#fff;display:block;font-size:20px;font-weight:900;letter-spacing:-.045em;line-height:1.05;margin:6px 0 4px;position:relative;z-index:1}.daily-panels{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:12px}.cycle-home-panel,.mood-panel,.plan-panel{border-radius:30px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:172px;padding:18px;text-align:left}.mood-panel{background:linear-gradient(145deg,#ff5c8a3d,#8b5cf61a),#ffffff14;background:linear-gradient(145deg,rgba(var(--primary-rgb),.24),#8b5cf61a),#ffffff14;border-color:#ff5c8a42;border-color:rgba(var(--primary-rgb),.26)}.plan-panel{background:linear-gradient(145deg,#38bdf838,#00c2b81a),#ffffff14;background:linear-gradient(145deg,#38bdf838,rgba(var(--secondary-rgb),.1)),#ffffff14;border-color:#38bdf842}.cycle-home-panel{grid-gap:14px;align-items:center;appearance:none;-webkit-appearance:none;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:linear-gradient(145deg,#e91e8c1f,#8b5cf614),hsla(0,0%,100%,.048);border:1px solid #e91e8c26;box-shadow:0 22px 70px #0000004d,inset 0 1px 0 hsla(0,0%,100%,.065);color:#fff;display:grid;gap:14px;grid-template-columns:1fr auto;margin-bottom:12px;min-height:148px;width:100%}.cycle-home-panel>div:first-child{grid-column:1/-1}.cycle-home-panel h3{color:#fff;font-size:22px;font-weight:900;letter-spacing:-.045em;line-height:1.08;margin-bottom:6px}.cycle-home-panel p{color:#ffffff8c;font-size:13px;line-height:1.38}.cycle-home-orb{background:radial-gradient(circle at 50% 50%,#211a27f5 0 55%,#0000 56%),conic-gradient(var(--cycle-accent) var(--cycle-progress),#ffffff1a 0);border-radius:50%;box-shadow:0 0 30px #ff5c8a1f;box-shadow:0 0 30px rgba(var(--primary-rgb),.12);display:grid;height:76px;place-items:center;width:76px}.cycle-home-orb strong{color:#fff;font-size:24px;font-weight:950;letter-spacing:-.05em}.ai-panel{background:linear-gradient(145deg,#ff5c8a21,#00c2b814),#ffffff14;background:linear-gradient(145deg,rgba(var(--primary-rgb),.13),rgba(var(--secondary-rgb),.08)),#ffffff14;border:1px solid #ffffff26;border-radius:30px;box-shadow:0 22px 58px #0c09113d,inset 0 1px 0 #ffffff1a;margin-bottom:12px;padding:18px}.ai-panel.compact{border-radius:24px;padding:16px}.ai-panel-head{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;margin-bottom:12px}.ai-panel-head small{color:#00c2b8;color:var(--secondary);font-size:12px;font-weight:850}.ai-panel-head h2{color:#fff;font-size:24px;font-weight:900;letter-spacing:-.05em;line-height:1.07;margin-top:6px}.ai-panel.compact .ai-panel-head h2{font-size:20px;letter-spacing:-.03em}.ai-panel-head>span{background:#ffffff12;border-radius:999px;color:#ffffff9e;font-size:11px;font-weight:850;padding:7px 10px;white-space:nowrap}.ai-style-row,.ai-tabs{display:flex;flex-wrap:wrap;gap:8px}.ai-tabs{margin-bottom:12px}.ai-style-row button,.ai-tabs button{background:hsla(0,0%,100%,.055);border:1px solid #ffffff14;border-radius:999px;color:#ffffffa8;cursor:pointer;font-size:12px;font-weight:850;min-height:36px;padding:0 12px}.ai-style-row button.active,.ai-tabs button.active{background:#ff5c8a2e;background:rgba(var(--primary-rgb),.18);border-color:#ff5c8a5c;border-color:rgba(var(--primary-rgb),.36);color:#fff}.ai-panel-sub{color:#ffffff8f;font-size:13px;line-height:1.42;margin-bottom:13px}.ai-message-box{grid-gap:10px;display:grid;gap:10px;margin-bottom:12px}.ai-message-box textarea{border-radius:20px;min-height:92px}.ai-run-btn{background:linear-gradient(135deg,#ff5c8a,#8b5cf6 48%,#00c2b8);background:var(--gradient);border:0;border-radius:999px;box-shadow:0 16px 40px #ff5c8a3d;box-shadow:0 16px 40px rgba(var(--primary-rgb),.24);color:#fff;cursor:pointer;font-size:14px;font-weight:900;min-height:48px;width:100%}.ai-run-btn:disabled{opacity:.62}.ai-result{background:#ffffff14;border:1px solid hsla(0,0%,100%,.075);border-radius:22px;color:#ffffffd1;font-size:14px;line-height:1.48;margin-top:12px;padding:14px}.ai-result.error{border-color:#ef444442;color:#fca5a5}.ai-result small{color:#ffffff57;display:block;font-size:11px;font-weight:800;margin-top:10px}.panel-title{display:flex;flex-direction:column;gap:4px}.panel-title b{color:#ebebf585;font-size:12px;font-weight:800;line-height:1.25}.mood-pair{align-items:center;display:flex;gap:10px;margin:12px 0}.mood-pair span{background:#ff5c8a24;background:rgba(var(--primary-rgb),.14);border-radius:20px;color:#fff;display:grid;font-size:26px;font-style:normal;font-weight:900;height:50px;place-items:center;width:50px}.mood-pair i{background:#ffffff2e;height:1px;width:18px}.plan-panel h3{color:#fff;font-size:24px;font-weight:900;letter-spacing:-.055em;line-height:1.05;margin:12px 0 8px}.home-rhythm-card{margin-bottom:10px}.home-rhythm-card button{align-items:center;border-radius:30px;cursor:pointer;display:flex;gap:16px;min-height:126px;padding:18px;text-align:left;width:100%}.home-rhythm-card button>div:nth-child(2){flex:1 1;min-width:0}.home-rhythm-card strong{color:#fff;display:block;font-size:20px;font-weight:900;letter-spacing:-.045em;line-height:1.12;margin-bottom:5px}.home-answer-preview{-webkit-line-clamp:3;-webkit-box-orient:vertical;background:hsla(0,0%,100%,.055);border:1px solid #ffffff12;border-radius:16px;color:#ffffffb8!important;display:-webkit-box;margin-top:10px;overflow:hidden;padding:10px 12px}.home-rhythm-card b{color:#ff5c8a;color:var(--primary);font-size:13px;font-weight:900;white-space:nowrap}.partner-today-card{grid-gap:10px;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffff0f;border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:30px;box-shadow:0 24px 80px #00000047,inset 0 1px 0 hsla(0,0%,100%,.075);display:grid;gap:10px;margin-bottom:12px;padding:18px}.partner-today-card>button{appearance:none;-webkit-appearance:none;background:hsla(0,0%,100%,.045);border:1px solid #ffffff12;border-radius:20px;color:#fff;cursor:pointer;padding:13px 14px;text-align:left;width:100%}.partner-today-card>button small{color:#ebebf570;font-size:12px;font-weight:820}.partner-today-card>button p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#ffffffc7;display:-webkit-box;font-size:14px;line-height:1.42;margin-top:5px;overflow:hidden}.home-feed-card{grid-gap:12px;backdrop-filter:blur(20px) saturate(205%);-webkit-backdrop-filter:blur(20px) saturate(205%);background:linear-gradient(145deg,#ffd16633,#ff5c8a12),#ffffff14;background:linear-gradient(145deg,#ffd16633,rgba(var(--primary-rgb),.07)),#ffffff14;border:1px solid #fbbf243d;border-radius:30px;box-shadow:0 24px 80px #0000003d,inset 0 1px 0 #ffffff24;display:grid;gap:12px;margin-bottom:12px;padding:18px}.home-feed-list{grid-gap:9px;display:grid;gap:9px}.home-feed-list button{grid-gap:11px;align-items:start;appearance:none;-webkit-appearance:none;background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;color:#fff;cursor:pointer;display:grid;gap:11px;grid-template-columns:38px 1fr;min-width:0;padding:12px;text-align:left;width:100%}.home-feed-list button>span{background:#06b6d41f;border:1px solid #06b6d42e;border-radius:15px;color:#fff;display:grid;font-size:17px;font-weight:900;height:38px;place-items:center;width:38px}.home-feed-list div{min-width:0}.home-feed-list strong{color:#fff;display:block;font-size:14px;font-weight:900;line-height:1.22;margin-bottom:4px}.home-feed-list p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#ffffff9e;display:-webkit-box;font-size:13px;line-height:1.38;overflow:hidden}.home-feed-list small{color:#67e8f9cc;display:block;font-size:11px;font-weight:850;margin-top:7px}.home-feed-more{appearance:none;-webkit-appearance:none;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;color:#ffffffc7;cursor:pointer;font-size:12px;font-weight:900;justify-self:start;min-height:38px;padding:0 14px}.home-question-card{margin-bottom:12px;margin-top:2px}.home-question-card>button{appearance:none;-webkit-appearance:none;backdrop-filter:blur(20px) saturate(205%);-webkit-backdrop-filter:blur(20px) saturate(205%);background:linear-gradient(145deg,#ff5c8a38,#00c2b81a),#ffffff14;background:linear-gradient(145deg,rgba(var(--primary-rgb),.22),rgba(var(--secondary-rgb),.1)),#ffffff14;border:1px solid #ff5c8a40;border:1px solid rgba(var(--primary-rgb),.25);border-radius:32px;box-shadow:0 24px 80px #0000003d,inset 0 1px 0 #ffffff24;color:#fff;cursor:pointer;padding:18px;text-align:left;width:100%}.home-question-top{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;margin-bottom:14px}.home-question-top small{color:#ff5c8a;color:var(--primary);display:block;font-size:12px;font-weight:850;line-height:1;margin-bottom:8px}.home-question-top b{color:#ebebf594;display:block;font-size:12px;font-weight:800;line-height:1.25}.home-question-top span{background:#ff5c8a1f;background:rgba(var(--primary-rgb),.12);border:1px solid #ff5c8a2e;border:1px solid rgba(var(--primary-rgb),.18);border-radius:999px;color:#ffffffb8;flex:0 0 auto;font-size:11px;font-weight:850;line-height:1;padding:7px 10px}.home-question-card h2{color:#fff;font-size:23px;font-weight:900;letter-spacing:-.055em;line-height:1.12;margin-bottom:14px}.home-question-answer{-webkit-line-clamp:4;-webkit-box-orient:vertical;background:hsla(0,0%,100%,.055);border:1px solid hsla(0,0%,100%,.075);border-radius:20px;color:#ffffffc7;display:-webkit-box;font-size:14px;line-height:1.45;overflow:hidden;padding:13px 14px}.home-question-answer small{color:#ff5c8ae6;color:rgba(var(--primary-rgb),.9);display:block;font-size:11px;font-weight:850;line-height:1;margin-bottom:8px}.rhythm-mini{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.rhythm-mini span{background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;color:#ebebf59e;font-size:12px;font-weight:800;padding:8px 10px}.affection-panel,.home-soft-section,.hub-row,.memory-feature,.quiet-grid button,.ritual-strip button,.think-card,.today-main-card,.us-feature-grid button{appearance:none;-webkit-appearance:none;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:hsla(0,0%,100%,.072);border:1px solid #ffffff4f;border:1px solid var(--card-border);box-shadow:0 24px 80px #0000005c,inset 0 1px 0 hsla(0,0%,100%,.075);color:#fff;font:inherit}.today-main-card{align-items:flex-start;border-radius:36px;cursor:pointer;display:flex;flex-direction:column;gap:26px;justify-content:space-between;margin-bottom:16px;min-height:300px;overflow:hidden;padding:28px;position:relative;text-align:left;width:100%}.affection-panel:after,.memory-feature:after,.today-main-card:after{background:radial-gradient(circle,#ff5c8a57,#0000 70%);background:radial-gradient(circle,rgba(var(--primary-rgb),.34),#0000 70%);border-radius:50%;content:"";height:220px;inset:auto -70px -85px auto;pointer-events:none;position:absolute;width:220px}.today-progress{align-items:baseline;background:radial-gradient(circle at center,#332a3afa 58%,#0000 60%),conic-gradient(#ff5c8a var(--progress),#ffffff21 0);background:radial-gradient(circle at center,#332a3afa 58%,#0000 60%),conic-gradient(var(--primary) var(--progress),#ffffff21 0);border-radius:50%;box-shadow:0 0 36px #ff5c8a33;box-shadow:0 0 36px rgba(var(--primary-rgb),.2);display:flex;height:92px;justify-content:center;padding-top:28px;width:92px}.today-progress span{color:#fff;font-size:34px;font-weight:900;letter-spacing:-.06em;line-height:1}.today-progress small{color:#fffcffd1;color:var(--muted);font-size:13px;font-weight:800}.today-main-copy{position:relative;z-index:1}.affection-panel h2,.home-soft-section h2,.memory-feature h2,.think-card h2,.today-main-copy h2{color:#fff;font-size:30px;font-weight:900;letter-spacing:-.055em;line-height:1.06;margin-bottom:10px}.home-soft-section span,.memory-feature span,.think-card div span,.today-main-copy span{color:#fffcffd1;color:var(--muted);display:block;font-size:15px;line-height:1.48;max-width:330px}.affection-panel>b,.home-soft-section button,.memory-feature>b,.think-card>b,.today-main-card>strong{align-items:center;background:#ff5c8a;background:var(--primary);border-radius:999px;box-shadow:0 18px 44px #ff5c8a47;box-shadow:0 18px 44px rgba(var(--primary-rgb),.28);color:#fff;display:inline-flex;font-size:15px;font-weight:850;justify-content:center;min-height:46px;padding:0 18px;position:relative;z-index:1}.ritual-strip{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.ritual-strip button{align-items:flex-start;border-radius:24px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:82px;padding:13px 10px;text-align:left}.ritual-strip button.done{background:#ff5c8a29;background:rgba(var(--primary-rgb),.16);border-color:#ff5c8a52;border-color:rgba(var(--primary-rgb),.32)}.ritual-strip span{background:#ffffff17;border-radius:50%;color:#ffffffd1;display:grid;font-size:14px;font-weight:900;height:24px;place-items:center;width:24px}.ritual-strip p{color:#fff;font-size:13px;font-weight:800;line-height:1.2}.affection-panel,.memory-feature,.think-card{align-items:center;border-radius:30px;cursor:pointer;display:flex;gap:16px;margin-bottom:16px;overflow:hidden;padding:24px;position:relative;text-align:left;width:100%}.affection-pulse,.think-pulse{animation:softPulse 2.8s ease-in-out infinite;background:#ff5c8a;background:var(--primary);border-radius:50%;box-shadow:0 0 0 0 #ff5c8a61,0 18px 44px #ff5c8a52;box-shadow:0 0 0 0 rgba(var(--primary-rgb),.38),0 18px 44px rgba(var(--primary-rgb),.32);flex:0 0 58px;height:58px;width:58px}.affection-panel div,.memory-feature div,.think-card div{flex:1 1;min-width:0;position:relative;z-index:1}.affection-panel h2,.think-card h2{font-size:22px;margin:0}.affection-panel p,.think-card p{margin-bottom:8px}.affection-panel>b,.memory-feature>b,.think-card>b{flex:0 0 auto;font-size:13px;padding:0 15px}.quiet-grid,.us-feature-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:22px}.us-feature-grid{grid-template-columns:repeat(2,1fr);margin-bottom:28px}.quiet-grid button,.us-feature-grid button{align-items:flex-start;border-radius:26px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:122px;padding:16px;text-align:left}.quiet-grid small,.us-feature-grid small{color:#fffcffd1;color:var(--muted);font-size:12px;font-weight:750}.quiet-grid strong,.us-feature-grid strong{color:#fff;font-size:30px;font-weight:900;letter-spacing:-.06em;line-height:.95}.us-feature-grid strong{font-size:21px;line-height:1.05}.quiet-grid span,.us-feature-grid span{color:#ebebf580;font-size:12px;line-height:1.35}.home-soft-section{align-items:flex-end;border-radius:30px;display:flex;gap:18px;justify-content:space-between;padding:24px}.home-soft-section h2{font-size:24px}.home-soft-section button{border:0;cursor:pointer;white-space:nowrap}.hub-screen{min-height:100%}.hub-hero{display:block}.hub-hero h1{max-width:390px}.hub-list{display:flex;flex-direction:column;gap:12px}.hub-section{margin-bottom:28px}.hub-section h2{color:#fff;font-size:20px;font-weight:900;letter-spacing:-.045em;line-height:1;margin:0 0 14px}.hub-row{align-items:center;border-radius:28px;cursor:pointer;display:flex;gap:15px;min-height:88px;padding:16px;text-align:left;width:100%}.hub-row>span{background:#ff5c8a24;background:rgba(var(--primary-rgb),.14);border-radius:20px;color:#fff;display:grid;flex:0 0 50px;font-size:22px;font-weight:900;height:50px;place-items:center;width:50px}.hub-row div{flex:1 1;min-width:0}.hub-row strong{color:#fff;display:block;font-size:17px;font-weight:850;letter-spacing:-.02em;line-height:1.2}.hub-row small{color:#fffcffd1;color:var(--muted);display:block;font-size:13px;line-height:1.38;margin-top:5px}.hub-row b{color:#ebebf56b;font-size:14px;font-weight:800;white-space:nowrap}.memory-feature{align-items:flex-end;min-height:186px}.memory-feature h2{font-size:27px}.memory-feed{grid-gap:12px;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:hsla(0,0%,100%,.055);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:30px;box-shadow:0 24px 80px #00000047,inset 0 1px 0 hsla(0,0%,100%,.075);display:grid;gap:12px;margin-bottom:18px;padding:18px}.memory-feed-list{grid-gap:9px;display:grid;gap:9px}.memory-feed-list>div{grid-gap:10px;align-items:start;border-top:1px solid hsla(0,0%,100%,.055);display:grid;gap:10px;grid-template-columns:36px 1fr;padding:11px 0}.memory-feed-list>div:first-child{border-top:0;padding-top:0}.memory-feed-list>div>span{background:#ff5c8a21;background:rgba(var(--primary-rgb),.13);border:1px solid #ff5c8a2e;border:1px solid rgba(var(--primary-rgb),.18);border-radius:14px;color:#fff;display:grid;font-size:16px;font-weight:900;height:36px;place-items:center;width:36px}.memory-feed-list strong{color:#fff;display:block;font-size:14px;font-weight:900;line-height:1.2;margin-bottom:4px}.memory-feed-list p{color:#ffffff9e;font-size:13px;line-height:1.4}.memory-feed-list small{color:#67e8f9bf;display:block;font-size:11px;font-weight:850;margin-top:6px}.instant-photo-widget{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:linear-gradient(145deg,#ff5c8a1f,hsla(0,0%,100%,.045));background:linear-gradient(145deg,rgba(var(--primary-rgb),.12),hsla(0,0%,100%,.045));border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:32px;box-shadow:0 24px 80px #00000057,inset 0 1px 0 hsla(0,0%,100%,.075);color:#fff;display:flex;flex-direction:column;gap:14px;margin-bottom:16px;min-height:0;overflow:hidden;padding:18px;position:relative;width:100%}.instant-photo-widget:after{background:radial-gradient(circle,#ff5c8a52,#0000 70%);background:radial-gradient(circle,rgba(var(--primary-rgb),.32),#0000 70%);border-radius:50%;content:"";height:220px;inset:auto -70px -90px auto;pointer-events:none;position:absolute;width:220px}.instant-photo-head,.instant-photo-pair,.instant-photo-status{position:relative;z-index:1}.instant-photo-head{align-items:flex-start;display:flex;gap:14px;justify-content:space-between}.instant-photo-head small{color:#ff5c8a;color:var(--primary);display:block;font-size:12px;font-weight:850;line-height:1;margin-bottom:9px}.instant-photo-head h2{color:#fff;font-size:24px;font-weight:900;letter-spacing:-.055em;line-height:1.06}.instant-photo-head p{color:#fffcffd1;color:var(--muted);font-size:13px;line-height:1.4;margin-top:8px}.instant-photo-head button{background:#ff5c8a;background:var(--primary);border:0;border-radius:999px;box-shadow:0 18px 44px #ff5c8a47;box-shadow:0 18px 44px rgba(var(--primary-rgb),.28);color:#fff;cursor:pointer;flex:0 0 auto;font-size:13px;font-weight:900;min-height:44px;padding:0 16px;position:relative;white-space:nowrap;z-index:1}.instant-photo-head button:disabled{cursor:default;opacity:.6}.instant-photo-pair{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.instant-photo-draft{background:#0000003d;border:1px solid #ffffff1a;border-radius:24px;overflow:hidden;position:relative;z-index:1}.instant-photo-draft img{display:block;height:190px;object-fit:cover;width:100%}.instant-photo-draft-meta{align-items:flex-end;display:flex;gap:12px;justify-content:space-between;padding:14px 14px 15px}.instant-photo-draft-meta strong{color:#fff;display:block;font-size:14px;font-weight:900;margin-bottom:4px}.instant-photo-draft-meta span{color:#fffcffd1;color:var(--muted);display:block;font-size:12px;line-height:1.35;word-break:break-word}.instant-photo-draft-actions{display:flex;flex-shrink:0;gap:8px}.instant-photo-draft-actions button{border:0;border-radius:999px;cursor:pointer;font-size:12px;font-weight:850;min-height:38px;padding:0 14px;white-space:nowrap}.instant-photo-draft-actions button:first-child{background:#ff5c8a;background:var(--primary);color:#fff}.instant-photo-draft-actions button:last-child{background:#ffffff14;color:#ffffffd9}.instant-photo-draft-actions button:disabled{cursor:default;opacity:.6}.instant-photo-slot{appearance:none;-webkit-appearance:none;background:hsla(0,0%,100%,.045);border:1px solid #ffffff14;border-radius:24px;color:#fff;cursor:pointer;display:grid;min-height:152px;overflow:hidden;padding:0;place-items:center;position:relative}.instant-photo-slot:disabled{cursor:default}.instant-photo-slot img{display:block;height:100%;object-fit:cover;width:100%}.instant-photo-slot>span{color:#ffffff61;font-size:38px;font-weight:900}.instant-photo-slot b{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#00000070;border:1px solid #ffffff1a;border-radius:999px;bottom:10px;color:#ffffffdb;font-size:11px;font-weight:850;left:10px;line-height:1;padding:7px 9px;position:absolute;right:10px;text-align:center}.instant-photo-status{color:#fffcffd1;color:var(--muted);font-size:13px;line-height:1.38}.instant-photo-modal{background:#121218e0;border:1px solid #ffffff1f;border-radius:30px;box-shadow:0 30px 100px #0000008c;margin:auto;max-width:448px;overflow:hidden;width:calc(100% - 32px)}.instant-photo-modal img{background:#00000059;display:block;max-height:70vh;object-fit:contain;width:100%}.instant-photo-modal-meta{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:14px 16px 16px}.instant-photo-modal-meta p{color:#ffffffbd;font-size:13px;font-weight:850}.instant-photo-modal-meta button{background:#ff50501f;border:1px solid #ff50503d;border-radius:999px;color:#ff9f9f;cursor:pointer;font-size:12px;font-weight:850;min-height:34px;padding:0 13px}@keyframes softPulse{0%,to{box-shadow:0 0 0 0 #ff5c8a52,0 18px 44px #ff5c8a52;box-shadow:0 0 0 0 rgba(var(--primary-rgb),.32),0 18px 44px rgba(var(--primary-rgb),.32);transform:scale(1)}50%{box-shadow:0 0 0 16px #ff5c8a00,0 24px 58px #ff5c8a6b;box-shadow:0 0 0 16px rgba(var(--primary-rgb),0),0 24px 58px rgba(var(--primary-rgb),.42);transform:scale(1.035)}}@media (max-width:390px){.daily-home,.hub-screen,.today-home{padding-left:18px;padding-right:18px}.daily-top h1,.hub-hero h1,.today-top h1{font-size:36px}.today-rhythm-main{grid-template-columns:1fr;min-height:206px;padding:20px}.today-rhythm-main .today-progress{height:74px;padding-top:22px;position:absolute;right:18px;top:18px;width:74px}.today-rhythm-main .today-progress span{font-size:27px}.today-rhythm-copy{padding-right:78px}.today-rhythm-copy h2{font-size:27px}.rhythm-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.flow-side-grid,.home-weekly-grid{grid-template-columns:1fr}.daily-flow-screen{padding-left:18px;padding-right:18px}.flow-hero{grid-template-columns:1fr}.flow-hero .today-progress{height:72px;padding-top:21px;position:absolute;right:18px;top:18px;width:72px}.flow-hero>div:first-child{padding-right:78px}.today-main-card{min-height:280px;padding:24px}.today-main-copy h2{font-size:27px}.affection-panel,.think-card{align-items:flex-start;flex-direction:column}.affection-panel>b,.memory-feature>b,.think-card>b{align-self:flex-start}}.menu-screen,.today-screen{padding:0 16px 104px;padding:0 16px calc(var(--nav-h) + 22px)}.today-hero{padding:28px 0 14px}.top-line{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.eyebrow{color:#38bdf8;color:var(--cyan);font-size:11px;font-weight:800;letter-spacing:.12em;line-height:1;margin-bottom:8px;text-transform:uppercase}.menu-hero h1,.top-line h1{font-size:29px;font-weight:900;letter-spacing:-.055em;line-height:1.02;max-width:330px}.round-link{background:hsla(0,0%,100%,.045);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:16px;color:#fff;cursor:pointer;display:grid;font-size:18px;font-weight:800;height:44px;place-items:center;transition:transform .18s ease,background .18s ease;width:44px}.round-link:active{background:#ffffff14;transform:scale(.95)}.action-card,.focus-card,.list-action,.menu-row,.mini-module,.progress-card,.relationship-panel,.setup-date-card,.streak-line{backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);background:linear-gradient(180deg,hsla(0,0%,100%,.064),hsla(0,0%,100%,.034));border:1px solid #ffffff4f;border:1px solid var(--card-border);box-shadow:0 20px 70px #0000003d,inset 0 1px 0 hsla(0,0%,100%,.055)}.relationship-panel{border-radius:30px;display:flex;flex-direction:column;justify-content:space-between;min-height:190px;overflow:hidden;padding:22px;position:relative}.relationship-panel:before{background:radial-gradient(circle,#7c3aed6b,#06b6d41f 46%,#0000 72%);border-radius:50%;content:"";height:210px;pointer-events:none;position:absolute;right:-70px;top:-80px;width:210px}.panel-label{color:#fffcffd1;color:var(--muted);font-size:13px;font-weight:650;margin-bottom:8px;position:relative}.days-line{align-items:baseline;display:flex;gap:10px;position:relative}.days-line span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a78bfa 52%,#06b6d4 118%);-webkit-background-clip:text;background-clip:text;font-size:clamp(72px,19vw,102px);font-weight:900;letter-spacing:-.075em;line-height:.88}.days-line small{color:#ffffff9e;font-size:19px;font-weight:800}.time-pills{display:flex;gap:8px;position:relative}.time-pills span{background:#08081070;border:1px solid hsla(0,0%,100%,.075);border-radius:999px;color:#ffffffb8;flex:1 1;font-size:12px;font-weight:800;min-width:0;padding:9px 10px;text-align:center}.setup-date-card{border-radius:24px;color:#fff;cursor:pointer;padding:20px;text-align:left;width:100%}.setup-date-card small,.setup-date-card span{display:block}.setup-date-card span{font-size:18px;font-weight:850;margin-bottom:6px}.setup-date-card small{color:#fffcffd1;color:var(--muted);font-size:13px;line-height:1.4}.focus-card{align-items:stretch;border-radius:26px;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:16px;margin-bottom:12px;padding:18px;text-align:left;width:100%}.focus-copy p{color:#38bdf8;color:var(--cyan);font-size:11px;font-weight:850;letter-spacing:.12em;margin-bottom:9px;text-transform:uppercase}.focus-copy h2{font-size:22px;font-weight:900;letter-spacing:-.045em;line-height:1.12;margin-bottom:8px}.focus-copy span{color:#ffffff94;font-size:13px;line-height:1.45}.focus-cta{align-items:center;align-self:stretch;background:linear-gradient(135deg,#ff5c8a,#8b5cf6 48%,#00c2b8);background:var(--gradient);border-radius:18px;box-shadow:0 18px 40px #4f46e557;display:flex;font-size:14px;font-weight:850;justify-content:space-between;min-height:50px;padding:0 18px}.progress-strip{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1.35fr .8fr .8fr;margin-bottom:12px}.progress-card{align-items:center;border-radius:22px;display:flex;gap:12px;min-width:0;padding:12px}.ring{background:radial-gradient(circle at center,#080810 56%,#0000 58%),conic-gradient(#38bdf8 var(--value),#ffffff14 0);background:radial-gradient(circle at center,#080810 56%,#0000 58%),conic-gradient(var(--cyan) var(--value),#ffffff14 0);border-radius:50%;display:grid;flex:0 0 48px;height:48px;place-items:center;width:48px}.ring span{font-size:13px;font-weight:900}.progress-card p,.section-title p,.streak-line p{color:#fff;font-size:13px;font-weight:850}.progress-card small,.section-title small,.streak-line small{color:#fffcffd1;color:var(--muted);display:block;font-size:11px;line-height:1.35;margin-top:3px}.mini-module{min-height:82px;padding:10px}.mini-module,.streak-line{border-radius:22px;color:#fff;cursor:pointer}.streak-line{align-items:center;display:flex;gap:12px;margin-bottom:18px;padding:14px;text-align:left;width:100%}.streak-line>span{background:#7c3aed2e;border:1px solid #7c3aed38;border-radius:17px;display:grid;font-size:24px;font-weight:900;height:48px;place-items:center;width:48px}.streak-line div{flex:1 1;min-width:0}.list-action b,.menu-row b,.streak-line b{color:#ffffff57;font-size:17px}.section-block{margin-bottom:16px}.section-block.compact{display:flex;flex-direction:column;gap:8px}.section-title{align-items:flex-end;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px;padding:0 2px}.section-title button{background:#0000;border:0;color:#38bdf8;color:var(--cyan);cursor:pointer;font-size:12px;font-weight:800}.action-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.action-card{border-radius:24px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:132px;padding:15px;text-align:left}.action-card span,.list-action>span,.menu-row-icon{border-radius:15px;color:#fff;display:grid;font-size:21px;font-weight:900;height:40px;place-items:center;width:40px}.action-card.violet span{background:#7c3aed33;border:1px solid #7c3aed47}.action-card.indigo span{background:#4f46e533;border:1px solid #4f46e547}.action-card.cyan span{background:#06b6d429;border:1px solid #06b6d442}.action-card strong,.list-action strong,.menu-row strong{color:#fff;display:block;font-size:14px;font-weight:850;letter-spacing:-.015em}.action-card small,.list-action small,.menu-row small{color:#ffffff7a;display:block;font-size:12px;line-height:1.35;margin-top:4px}.list-action,.menu-row{align-items:center;border-radius:22px;color:#fff;cursor:pointer;display:flex;gap:12px;min-height:72px;padding:12px;text-align:left;width:100%}.list-action>span{background:hsla(0,0%,100%,.055);border:1px solid hsla(0,0%,100%,.085)}.list-action div,.menu-row div{flex:1 1;min-width:0}.menu-hero{padding:34px 0 20px}.menu-hero span{color:#ffffff94;display:block;font-size:14px;line-height:1.5;margin-top:12px;max-width:360px}.menu-groups{gap:18px}.menu-groups,.menu-list{display:flex;flex-direction:column}.menu-list{gap:9px}.modal-sheet h2{font-size:22px;font-weight:850;letter-spacing:-.035em;margin-bottom:6px}.modal-sub{color:#fffcffd1;color:var(--muted);font-size:14px;line-height:1.45;margin-bottom:18px}.feature-page{display:flex;flex-direction:column;gap:16px;padding:0 16px 104px;padding:0 16px calc(var(--nav-h) + 22px)}.feature-hero-card{background:linear-gradient(145deg,#7c3aed2e,#06b6d412),hsla(0,0%,100%,.035);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:28px;box-shadow:0 24px 80px #00000047,inset 0 1px 0 #ffffff0f;padding:20px}.feature-hero-card h2{font-size:24px;font-weight:900;letter-spacing:-.05em;line-height:1.1;margin-bottom:10px}.feature-hero-card>span{color:#ffffff94;display:block;font-size:14px;line-height:1.5;margin-bottom:16px}.feature-primary,.feature-secondary{border-radius:999px;color:#fff;cursor:pointer;font-size:14px;font-weight:850;min-height:48px;padding:0 18px}.feature-primary{background:linear-gradient(135deg,#ff5c8a,#8b5cf6 48%,#00c2b8);background:var(--gradient);border:0;box-shadow:0 16px 40px #4f46e552}.feature-secondary{background:hsla(0,0%,100%,.055);border:1px solid #ffffff4f;border:1px solid var(--card-border)}.split-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.empty-state{border:1px dashed #ffffff1f;border-radius:22px;color:#ffffff75;font-size:14px;line-height:1.45;padding:28px 18px;text-align:center}.cycle-page{display:flex;flex-direction:column;gap:14px;padding:0 16px 104px;padding:0 16px calc(var(--nav-h) + 22px)}.cycle-hero-card{grid-gap:18px;align-items:center;background:linear-gradient(145deg,#e91e8c26,#67e8f912),hsla(0,0%,100%,.045);border:1px solid #e91e8c26;border-radius:32px;box-shadow:0 24px 80px #00000047,inset 0 1px 0 #ffffff12;display:grid;gap:18px;grid-template-columns:1fr auto;min-height:214px;overflow:hidden;padding:20px}.cycle-hero-card h2{color:#fff;font-size:27px;font-weight:900;letter-spacing:-.055em;line-height:1.07;margin-bottom:10px}.cycle-hero-card span{color:#fff9;font-size:14px;line-height:1.48}.cycle-orb{align-content:center;background:radial-gradient(circle at 50% 50%,#101016f0 0 55%,#0000 56%),conic-gradient(var(--cycle-accent) var(--cycle-progress),#ffffff1a 0);border-radius:50%;box-shadow:0 0 48px #e91e8c29;display:grid;flex:0 0 112px;height:112px;place-items:center;width:112px}.cycle-orb strong{color:#fff;font-size:34px;font-weight:950;letter-spacing:-.055em;line-height:.9}.cycle-orb small{color:#ffffff7a;font-size:12px;font-weight:850}.cycle-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.cycle-actions button,.cycle-card-actions button{background:hsla(0,0%,100%,.065);border:1px solid #ffffff1a;border-radius:999px;color:#fff;cursor:pointer;font-size:13px;font-weight:850;min-height:46px}.cycle-actions button:last-child,.cycle-card-actions button{background:linear-gradient(135deg,#e91e8c,#8b5cf6);border:0}.cycle-actions button.wide{grid-column:1/-1}.cycle-status{background:#10b9811a;border:1px solid #10b9812e;border-radius:18px;color:#d1fae5eb;font-size:13px;font-weight:780;padding:12px 14px}.cycle-grid{grid-gap:12px;display:grid;gap:12px}.cycle-gender-hint,.cycle-profile-card{background:linear-gradient(180deg,hsla(0,0%,100%,.058),#ffffff08);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:28px;box-shadow:0 18px 58px #00000038;padding:17px}.cycle-gender-hint{grid-gap:8px;display:grid;gap:8px}.cycle-gender-hint strong{color:#fff;font-size:16px;font-weight:900}.cycle-gender-hint span{color:#ffffff8c;font-size:13px;line-height:1.4}.cycle-gender-hint button{background:#e91e8c2e;border:0;border-radius:999px;color:#fff;font-size:12px;font-weight:850;justify-self:start;min-height:38px;padding:0 14px}.cycle-calendar-card{background:linear-gradient(145deg,#e91e8c14,rgba(34,211,238,.045)),hsla(0,0%,100%,.035);border:1px solid #ffffff17;border-radius:28px;padding:17px}.cycle-calendar-grid,.cycle-weekdays{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(7,minmax(0,1fr))}.cycle-weekdays{margin:2px 0 8px}.cycle-weekdays span{color:#ffffff57;font-size:10px;font-weight:850;text-align:center}.cycle-calendar-grid span{aspect-ratio:1;background:hsla(0,0%,100%,.045);border:1px solid #ffffff0a;border-radius:14px;color:#ffffffb8;display:grid;font-size:12px;font-weight:850;place-items:center}.cycle-calendar-grid span.muted{opacity:.24}.cycle-calendar-grid span.today{outline:2px solid #ffffffb8;outline-offset:2px}.cycle-calendar-grid span.period{background:#e91e8c42;border-color:#e91e8c57}.cycle-calendar-grid span.fertile,.cycle-calendar-grid span.ovulation{background:#22d3ee30;border-color:#22d3ee47}.cycle-calendar-grid span.ovulation{box-shadow:inset 0 0 0 2px #ffffff47}.cycle-calendar-grid span.pms{background:#f59e0b2e;border-color:#f59e0b42}.cycle-legend{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.cycle-legend span{background:hsla(0,0%,100%,.055);border-radius:999px;color:#ffffffad;font-size:11px;font-weight:850;padding:7px 9px}.cycle-legend .period{color:#fda4af}.cycle-legend .fertile{color:#67e8f9}.cycle-legend .pms{color:#fcd34d}.cycle-profile-card.muted{opacity:.72}.cycle-card-top{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.cycle-card-top small{color:#ffffff6b;font-size:12px;font-weight:850}.cycle-card-top h3{color:#fff;font-size:23px;font-weight:900;letter-spacing:-.05em;line-height:1;margin-top:5px}.cycle-card-top b{font-size:13px;font-weight:900;line-height:1.25;max-width:140px;text-align:right}.cycle-mini-progress{background:#ffffff14;border-radius:999px;height:8px;margin-bottom:14px;overflow:hidden}.cycle-mini-progress span{border-radius:inherit;display:block;height:100%}.cycle-metrics{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:12px}.cycle-metrics div{background:hsla(0,0%,100%,.045);border:1px solid #ffffff0f;border-radius:18px;min-width:0;padding:12px 10px}.cycle-metrics strong{color:#fff;display:block;font-size:18px;font-weight:900;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cycle-metrics small{color:#ffffff6b;display:block;font-size:10px;font-weight:760;line-height:1.2;margin-top:7px}.cycle-profile-card em,.cycle-profile-card p{color:#ffffff94;font-size:13px;font-style:normal;line-height:1.45}.cycle-tags{display:flex;flex-wrap:wrap;gap:7px;margin:13px 0}.cycle-tags span{background:#ffffff0f;border-radius:999px;color:#ffffffa8;font-size:11px;font-weight:820;padding:7px 9px}.cycle-support-note{grid-gap:4px;background:#e91e8c1a;border:1px solid #e91e8c29;border-radius:18px;display:grid;gap:4px;margin-top:12px;padding:12px}.cycle-support-note strong{color:#fff;font-size:12px;font-weight:900}.cycle-support-note small,.cycle-support-note span{color:#ffffff94;font-size:12px;line-height:1.35}.cycle-card-actions{margin-top:14px}.cycle-card-actions button{width:100%}.cycle-disclaimer{background:hsla(0,0%,100%,.045);border:1px solid #ffffff12;border-radius:22px;padding:15px}.cycle-disclaimer strong{color:#fff;font-size:13px;font-weight:900}.cycle-disclaimer p{color:#ffffff80;font-size:12px;line-height:1.45;margin-top:5px}.cycle-modal{max-height:min(88vh,760px);overflow:auto}.cycle-field{grid-gap:8px;color:#ffffff7a;display:grid;font-size:12px;font-weight:850;gap:8px;margin-bottom:12px}.cycle-field select{background:#ffffff12;border:1px solid hsla(0,0%,100%,.115);border-radius:18px;color:#fff;min-height:52px;padding:0 16px;width:100%}.cycle-two-fields{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.cycle-chip-row{display:flex;flex-wrap:wrap;gap:8px}.cycle-chip-row button{background:hsla(0,0%,100%,.055);border:1px solid #ffffff14;border-radius:999px;color:#ffffffad;font-size:12px;font-weight:820;min-height:36px;padding:0 12px}.cycle-chip-row button.active{background:#e91e8c29;border-color:#e91e8c61;color:#fff}.capsule-grid,.idea-list,.place-list,.timeline-list,.wish-list{display:flex;flex-direction:column;gap:10px}.timeline-item{grid-gap:10px;display:grid;gap:10px;grid-template-columns:34px 1fr}.timeline-dot{background:#7c3aed2e;border:1px solid #7c3aed47;border-radius:14px;color:#fff;display:grid;font-size:12px;font-weight:900;height:34px;place-items:center;width:34px}.capsule-card,.idea-card,.place-card,.timeline-card,.wish-card{background:linear-gradient(180deg,hsla(0,0%,100%,.058),#ffffff08);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:22px;box-shadow:0 16px 50px #0003;padding:15px}.capsule-card small,.idea-card small,.place-card small,.timeline-card small,.wish-card small{color:#38bdf8;color:var(--cyan);font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.capsule-card h3,.idea-card h3,.place-card h3,.timeline-card h3,.wish-card h3{font-size:17px;font-weight:850;letter-spacing:-.03em;margin:7px 0 5px}.capsule-card p,.idea-card p,.place-card p,.timeline-card p,.wish-card p{color:#ffffff9e;font-size:13px;line-height:1.48}.capsule-card div,.timeline-card div{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:12px}.capsule-card div span,.timeline-card div span{color:#ffffff5c;font-size:12px;font-weight:700}.capsule-card button,.place-actions button,.text-delete,.timeline-card button,.wish-actions button{background:#0000;border:0;color:#ffffff61;cursor:pointer;font-size:12px;font-weight:800}.capsule-card:not(.open){background:linear-gradient(135deg,#4f46e51f,hsla(0,0%,100%,.028))}.map-hero{overflow:hidden;position:relative}.map-hero:after{background:radial-gradient(circle,#06b6d442,#0000 68%);border-radius:50%;content:"";height:160px;inset:auto -20px -45px auto;position:absolute;width:160px}.idea-card,.place-card,.wish-card{align-items:flex-start;display:flex;gap:12px}.idea-card>button:first-child,.place-pin{background:#06b6d421;border:1px solid #06b6d438;border-radius:13px;color:#fff;display:grid;flex:0 0 34px;font-weight:900;height:34px;place-items:center;width:34px}.idea-card>div,.place-card>div:nth-child(2),.wish-card>div:first-child{flex:1 1;min-width:0}.place-actions,.wish-actions{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.place-actions a,.wish-card a{color:#38bdf8;color:var(--cyan);font-size:12px;font-weight:800;text-decoration:none}.idea-card>button:first-child{background:hsla(0,0%,100%,.045);border:1px solid #ffffff1f;cursor:pointer}.idea-card.done,.wish-card.done{opacity:.62}.idea-card.done>button:first-child{background:linear-gradient(135deg,#ff5c8a,#8b5cf6 48%,#00c2b8);background:var(--gradient)}.wish-actions button:first-child{background:#06b6d41a;border:1px solid #06b6d438;border-radius:999px;color:#67e8f9;padding:7px 10px}.local-card{background:linear-gradient(135deg,#06b6d41c,#7c3aed17);border:1px solid #06b6d42e;border-radius:26px;margin-bottom:16px;padding:18px}.local-card h2{font-size:20px;font-weight:900;letter-spacing:-.04em;line-height:1.15;margin-bottom:8px}.local-card span{color:#ffffff8f;display:block;font-size:13px;line-height:1.45;margin-bottom:14px}.local-card button{background:#ffffff14;border:0;border-radius:999px;color:#fff;cursor:pointer;font-size:13px;font-weight:850;min-height:42px;padding:0 15px}.welcome-screen{align-items:center;display:flex;justify-content:center;min-height:100vh;min-height:100dvh;padding:24px 18px}.welcome-card{background:linear-gradient(145deg,#7c3aed2e,#06b6d40f),hsla(0,0%,100%,.035);border:1px solid #ffffff4f;border:1px solid var(--card-border);border-radius:32px;box-shadow:0 30px 100px #00000059,inset 0 1px 0 #ffffff0f;max-width:410px;padding:26px 20px;text-align:center;width:100%}.welcome-url{align-items:center;background:hsla(0,0%,100%,.055);border:1px solid #ffffff14;border-radius:999px;color:#38bdf8;color:var(--cyan);display:inline-flex;font-size:12px;font-weight:850;margin-bottom:18px;min-height:32px;padding:0 12px}.welcome-logo{background:linear-gradient(135deg,#ff5c8a,#8b5cf6 48%,#00c2b8);background:var(--gradient);border-radius:24px;box-shadow:0 22px 70px #4f46e552;color:#fff;display:grid;font-size:16px;font-weight:900;height:76px;margin:0 auto 18px;place-items:center;width:76px}.welcome-card h1{font-size:36px;font-weight:900;letter-spacing:-.06em;line-height:1;margin-bottom:12px}.welcome-card>p:not(.eyebrow){color:#fff9;font-size:14px;line-height:1.55;margin-bottom:18px}.welcome-points{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-bottom:18px}.welcome-points span{background:hsla(0,0%,100%,.055);border:1px solid hsla(0,0%,100%,.075);border-radius:14px;color:#ffffffb3;font-size:11px;font-weight:800;padding:10px 8px}@media (max-width:370px){.menu-screen,.today-screen{padding-left:12px;padding-right:12px}.progress-strip{grid-template-columns:1fr 1fr}.progress-card{grid-column:1/-1}.days-line span{font-size:70px}}
/*# sourceMappingURL=main.9aae7325.css.map*/