:root{--mini-program-width: 375px;--mini-program-height: 812px;--safe-area-bottom: 34px;--status-bar-height: 44px;--nav-bar-height: 44px;--tab-bar-height: 64px;--color-page: #f5f5f5;--color-surface: #ffffff;--color-text: #1f2329;--color-muted: #646a73;--color-border: #e5e6eb;--color-primary: #1677ff;--color-primary-pressed: #0958d9;--color-mask: rgba(0, 0, 0, .45);--figma-text-primary: #000000;--figma-text-important: #333333;--figma-text-muted: #777777;--figma-brand: #f3a127;--figma-button: #ffc53d;--figma-top-gradient: #fffbf4;--figma-page-end: #fdfdfd;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-card: 0 8px 24px rgba(31, 35, 41, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;color:var(--color-text);background:#202124;overscroll-behavior:none;touch-action:manipulation;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{border:0}#root{min-height:100vh;min-height:100dvh}.app-page{min-height:0;flex:1;overflow-y:auto;background:var(--color-page)}.phone-shell{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:0}.phone-frame{position:relative;width:min(100vw,393px);height:min(852px,100vh);height:min(852px,100dvh);display:flex;flex-direction:column;overflow:hidden;background:var(--color-page);border-radius:0;box-shadow:none}.phone-frame-compact{width:min(100vw,375px);height:min(812px,100vh);height:min(812px,100dvh)}.phone-frame-regular{width:min(100vw,393px);height:min(852px,100vh);height:min(852px,100dvh)}.mini-nav{flex:0 0 auto;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.mini-status{height:var(--status-bar-height)}.mini-nav-main{height:var(--nav-bar-height);display:grid;grid-template-columns:48px 1fr 72px;align-items:center;padding:0 12px}.mini-nav h1{margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:600;line-height:24px}.icon-button,.tab-item{cursor:pointer;background:transparent}.icon-button{width:36px;height:36px;display:inline-grid;place-items:center;color:var(--color-text);border-radius:999px;font-size:28px;line-height:1}.icon-button:active{background:#1f232914}.mini-nav-spacer{width:36px;height:36px}.mini-menu{justify-self:end;min-width:54px;height:28px;display:inline-grid;place-items:center;color:var(--color-muted);border:1px solid var(--color-border);border-radius:999px;letter-spacing:0}.tab-bar{flex:0 0 auto;height:calc(var(--tab-bar-height) + var(--safe-area-bottom));display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px;padding:8px 12px var(--safe-area-bottom);background:var(--color-surface);border-top:1px solid var(--color-border)}.tab-item{min-width:0;display:grid;justify-items:center;gap:4px;color:var(--color-muted);font-size:12px;line-height:16px}.tab-item.is-active{color:var(--color-primary)}.tab-icon{width:22px;height:22px;border-radius:7px;background:currentColor;opacity:.2}.demo-card{padding:16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.demo-card h3{margin:0 0 8px;font-size:16px;line-height:24px}.demo-card p{margin:0 0 14px;color:var(--color-muted);font-size:14px;line-height:22px}.demo-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;cursor:pointer;border-radius:var(--radius-sm);font-weight:600;transition:background-color .16s ease,transform .16s ease}.demo-button:active{transform:scale(.98)}.demo-button-primary{color:#fff;background:var(--color-primary)}.demo-button-primary:active{background:var(--color-primary-pressed)}.demo-button-secondary{color:var(--color-text);background:#f2f3f5}.date-selector{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(116px,1fr);gap:10px;overflow-x:auto;padding-bottom:2px}.date-chip{display:grid;gap:2px;padding:10px 12px;color:var(--color-muted);text-align:left;white-space:nowrap;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.date-chip.is-active{color:var(--color-primary);border-color:var(--color-primary)}.date-chip small{color:inherit;font-size:11px}.demo-picker{display:grid;gap:6px;color:var(--color-muted);font-size:13px}.demo-picker select{min-height:40px;padding:0 10px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.modal-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;align-items:end}.modal-mask{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;background:var(--color-mask)}.modal-panel{position:relative;z-index:1;display:grid;gap:16px;padding:20px 16px calc(var(--safe-area-bottom) + 16px);background:var(--color-surface);border-radius:20px 20px 0 0}.modal-panel h2{margin:0;font-size:18px;line-height:26px}.modal-content{color:var(--color-muted);font-size:14px;line-height:22px}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.toast{position:absolute;left:50%;bottom:calc(var(--tab-bar-height) + var(--safe-area-bottom) + 20px);z-index:30;max-width:280px;padding:10px 14px;color:#fff;background:#000000c7;border-radius:var(--radius-sm);transform:translate(-50%)}.loading{display:inline-flex;align-items:center;gap:8px;color:var(--color-muted)}.loading-dot{width:14px;height:14px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:999px;animation:spin .8s linear infinite}.page-section{padding:16px}@keyframes spin{to{transform:rotate(360deg)}}.basic-data-page{position:relative;width:100%;height:100%;min-height:100%;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:max(12px,env(safe-area-inset-top)) 0 max(24px,env(safe-area-inset-bottom));color:var(--figma-text-important);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;background:linear-gradient(180deg,#fffbf4,#fdfdfd 39.261%),linear-gradient(90deg,#f5f5f5,#f5f5f5);animation:basic-page-enter .22s ease-out both}.basic-data-gradient{position:absolute;top:0;left:0;z-index:0;width:100%;height:281px;background:linear-gradient(180deg,#fffaea,#d9d9d900);pointer-events:none}.figma-status-bar{position:absolute;top:0;left:0;width:375px;height:49px;color:var(--figma-text-primary)}.figma-status-time{position:absolute;top:7.8px;left:21px;width:54px;height:23.4px;display:grid;place-items:center;font-family:Alimama ShuHeiTi,PingFang SC,sans-serif;font-size:15px;font-weight:700;line-height:20px;letter-spacing:-.24px}.figma-status-battery{position:absolute;top:19.3px;right:14.3px;width:24.34px;height:12.62px}.figma-status-wifi{position:absolute;top:19.3px;right:43.65px;width:15.34px;height:12.25px}.figma-status-cellular{position:absolute;top:19.67px;right:64px;width:16.99px;height:11.88px}.figma-mini-nav{position:relative;z-index:1;flex:0 0 44px;margin-top:0;left:0;width:100%;height:44px}.figma-mini-nav h1{position:absolute;top:12.5px;left:calc(50% + .5px);margin:0;color:var(--figma-text-important);font-family:PingFang SC,sans-serif;font-size:16px;font-weight:500;line-height:19.2px;text-align:center;white-space:nowrap;transform:translate(-50%)}.figma-back-button{position:absolute;top:0;left:0;width:44px;height:44px;display:grid;align-items:center;justify-items:start;padding:0 0 0 12px;cursor:pointer;background:transparent}.figma-back-button img{width:9.5px;height:17.5px}.figma-mini-capsule{position:absolute;top:6px;right:6px;width:87px;height:32px;border:.5px solid rgba(151,151,151,.2);border-radius:25px}.figma-mini-more{position:absolute;top:12.25px;left:13.5px;width:18.5px;height:6.5px}.figma-mini-divider{position:absolute;top:6.75px;left:44px;width:.5px;height:18.5px;background:#0003}.figma-mini-target{position:absolute;top:7.5px;right:13.33px;width:17px;height:17px}.metric-section{position:relative;z-index:1;left:auto;width:100%;min-height:183px;display:flex;flex-direction:column;align-items:center;gap:12px}.height-metric{margin-top:clamp(52px,9vh,82px)}.weight-metric{margin-top:clamp(64px,11vh,100px)}.metric-title-wrap{width:100%;min-height:85px;display:flex;align-items:center;justify-content:center;padding:28px 10px}.metric-title-wrap h2{margin:0;color:var(--figma-text-important);font-family:PingFang SC,sans-serif;font-size:24px;font-weight:500;line-height:28.8px;letter-spacing:0;text-align:center;white-space:nowrap}.metric-control{width:min(334px,calc(100vw - 40px));height:86px}.ruler-slider{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;gap:4px;-webkit-user-select:none;user-select:none}.ruler-value{width:min(320px,100%);height:29px;display:flex;align-items:baseline;justify-content:center;gap:2px;color:var(--figma-brand);font-family:DIN,DIN Alternate,Arial Narrow,sans-serif;font-weight:700;line-height:1.2;text-align:center}.ruler-number{font-size:24px}.ruler-unit{font-size:16px}.ruler-track{position:relative;width:min(320px,100%);height:18px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:auto;outline:none;cursor:grab;touch-action:pan-x}.ruler-track::-webkit-scrollbar{display:none;width:0;height:0}.ruler-track:focus-visible{outline:2px solid rgba(243,161,39,.28);outline-offset:2px;border-radius:4px}.ruler-track:active{cursor:grabbing}.ruler-track-inner{position:relative;height:100%;padding-inline:50%;box-sizing:content-box}.ruler-ticks{position:relative;width:100%;height:16px}.ruler-tick{position:absolute;top:0;width:1px;height:8px;background:#d9d9d9;transform:translate(-50%)}.ruler-tick.is-medium{height:11px;background:#bcbcbc}.ruler-tick.is-major{height:14px;background:var(--figma-text-muted)}.ruler-labels-track{position:relative;width:min(320px,100%);height:17px;margin-top:2px;overflow:visible;pointer-events:none}.ruler-labels{position:absolute;top:0;left:0;height:100%;color:var(--figma-text-muted);font-family:DIN,DIN Alternate,Arial Narrow,sans-serif;font-size:14.5px;font-weight:400;line-height:17px;white-space:nowrap;will-change:transform}.ruler-labels span{position:absolute;top:0;transform:translate(-50%)}.ruler-indicator{position:absolute;top:33px;left:50%;width:2px;height:16px;background:var(--figma-brand);border-radius:1px;transform:translate(-50%);pointer-events:none;z-index:2}.basic-bottom-area{position:relative;z-index:1;top:auto;left:auto;width:100%;height:auto;margin-top:auto;padding:clamp(24px,8vh,72px) 10px 0}.basic-privacy-note{position:static;display:flex;gap:3px;margin:0 1px 20px;color:var(--figma-text-muted);font-family:PingFang SC,sans-serif;font-size:13px;font-weight:400;line-height:15.6px;white-space:nowrap}.basic-next-button{position:static;width:100%;height:51px;display:grid;place-items:center;padding:0 10px;color:var(--figma-text-important);cursor:pointer;background:var(--figma-button);border-radius:136px;font-family:PingFang SC,sans-serif;font-size:16px;font-weight:500;line-height:19.2px;text-align:center;transition:transform .14s ease,filter .14s ease}.basic-next-button:active{filter:brightness(.98);transform:scale(.985)}.figma-home-indicator{position:absolute;bottom:0;left:0;width:375px;height:34px}.figma-home-indicator span{position:absolute;bottom:8px;left:50%;width:134px;height:5px;background:#000;border-radius:100px;transform:translate(-50%)}@keyframes basic-page-enter{0%{opacity:.92;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-transition{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;animation:page-slide-in .18s ease-out both}.mp-screen,.onboarding-screen{position:relative;width:100%;height:100%;overflow:hidden;color:var(--figma-text-important);background:linear-gradient(180deg,#fff6e0,#fffbf4 19.4%,#fdfdfd 52%),#f5f5f5}.mp-status{position:absolute;top:0;left:0;z-index:4;width:100%;height:54px;display:flex;align-items:flex-end;justify-content:space-between;padding:0 28px 10px 52px;color:#000;font-size:17px;font-weight:700;line-height:22px}.mp-status{display:none}.mp-status-icons{display:flex;align-items:center;gap:7px;transform:translateY(-2px)}.mp-status-icons img:nth-child(1){width:19.2px;height:12.226px}.mp-status-icons img:nth-child(2){width:17.142px;height:12.328px}.mp-status-icons img:nth-child(3){width:27.328px;height:13px}.mp-nav{position:absolute;top:max(12px,env(safe-area-inset-top));left:0;z-index:5;width:100%;height:49px;display:grid;grid-template-columns:112px 1fr 112px;align-items:center;padding:0 12px 0 16px}.mp-nav h1{margin:0;color:#333;font-size:20px;font-weight:600;line-height:24px;text-align:center;white-space:nowrap}.mp-nav-title-action{padding:0;color:inherit;cursor:pointer;background:transparent;font:inherit;line-height:inherit}.mp-nav-left{display:flex;align-items:center;min-width:0}.mp-back{width:44px;height:44px;display:grid;place-items:center;padding:0;cursor:pointer;background:transparent}.mp-back img{width:9.5px;height:17.5px}.mp-capsule{justify-self:end;width:87px;height:32px;position:relative;border:.5px solid rgba(151,151,151,.2);border-radius:25px;background:#ffffff1f}.mp-capsule img:first-child{position:absolute;top:12.25px;left:13.5px;width:18.5px;height:6.5px}.mp-capsule span{position:absolute;top:6.75px;left:44px;width:.5px;height:18.5px;background:#0003}.mp-capsule img:last-child{position:absolute;top:7.5px;right:13.33px;width:17px;height:17px}.mp-content{position:absolute;top:calc(max(12px,env(safe-area-inset-top)) + 49px);right:0;bottom:0;left:0;overflow-y:auto;padding:16px 16px max(16px,env(safe-area-inset-bottom));scrollbar-width:none;-webkit-overflow-scrolling:touch}.mp-content::-webkit-scrollbar{width:0;height:0;display:none}.mp-content.with-tab{bottom:calc(70px + env(safe-area-inset-bottom))}.mp-tabbar{position:absolute;right:0;bottom:env(safe-area-inset-bottom);left:0;height:50px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;background:#fffffff0;border-top:1px solid rgba(0,0,0,.04)}.mp-tab{height:46px;display:grid;place-items:center;gap:2px;color:#777;cursor:pointer;background:transparent}.mp-tab-icon{position:relative;width:24px;height:24px;display:grid;place-items:center;color:#333;background:#f5f5f5;border-radius:10px;overflow:hidden}.mp-tab-icon img{width:100%;height:100%;object-fit:contain}.mp-tab-icon.timeline i,.mp-tab-icon.profile i{position:relative;width:18px;height:18px;display:block}.mp-tab-icon.timeline i:before,.mp-tab-icon.timeline i:after{content:"";position:absolute;left:4px;width:10px;height:10px;border:2px solid currentColor;border-radius:50%}.mp-tab-icon.timeline i:before{top:0}.mp-tab-icon.timeline i:after{bottom:0}.mp-tab-icon.profile i:before,.mp-tab-icon.profile i:after{content:"";position:absolute;left:50%;background:currentColor;transform:translate(-50%)}.mp-tab-icon.profile i:before{top:1px;width:9px;height:9px;border-radius:50%}.mp-tab-icon.profile i:after{bottom:1px;width:16px;height:8px;border-radius:9px 9px 4px 4px}.mp-tab small{font-size:11px}.mp-tab.active{color:#333;font-weight:700}.mp-tab.active .mp-tab-icon{background:#ffc53d}.mp-home-indicator{position:absolute;bottom:0;left:0;width:100%;height:21px;background:#ffffffd1}.mp-home-indicator{display:none}.mp-home-indicator span{position:absolute;bottom:8px;left:50%;width:144px;height:5px;background:#000;border-radius:100px;transform:translate(-50%)}.phone-frame-compact .mp-home-indicator span{width:134px}.compact-flow .mp-status{height:49px;padding:0 14.3px 17.45px 21px;font-size:15px;line-height:20px}.compact-flow .mp-status-icons{gap:4.7px;transform:none}.compact-flow .mp-status-icons img:nth-child(1){width:16.99px;height:11.88px}.compact-flow .mp-status-icons img:nth-child(2){width:15.34px;height:12.25px}.compact-flow .mp-status-icons img:nth-child(3){width:24.34px;height:12.62px}.compact-flow .mp-nav{top:max(12px,env(safe-area-inset-top));grid-template-columns:80px 1fr 103px;padding-left:0}.compact-flow .mp-nav h1{font-size:16px;font-weight:500;line-height:19px;transform:translateY(-1px)}.compact-flow .mp-capsule{transform:translate(2px)}.compact-flow .mp-content{top:calc(max(12px,env(safe-area-inset-top)) + 44px);bottom:0;padding-bottom:max(24px,env(safe-area-inset-bottom))}.app-primary-button,.app-ghost-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;cursor:pointer;border-radius:136px;font-size:16px;font-weight:600;line-height:20px;transition:transform .14s ease,background-color .14s ease,filter .14s ease}.app-primary-button{color:#333;background:#ffc53d}.app-ghost-button{color:#777;background:#ffffffb8;border:1px solid #eee}.app-primary-button:active,.app-ghost-button:active,.record-card:active,.record-action-card:active,.role-card:active,.topic-record:active{transform:scale(.98)}.onboarding-gradient{position:absolute;top:0;left:0;width:100%;height:281px;background:linear-gradient(180deg,#fff8e5,#f5f5f559 58%,#d9d9d900)}.onboarding-nav{position:absolute;top:max(12px,env(safe-area-inset-top));left:0;z-index:5;width:375px;height:44px;display:flex;align-items:center;justify-content:space-between;padding-left:0}.brand-lockup{position:absolute;top:285px;left:50%;display:grid;justify-items:center;gap:4px;width:175.728px;transform:translate(-50%)}.brand-mark{width:48px;height:40px;display:grid;place-items:center;color:#333;border:0;border-radius:0;object-fit:contain}.brand-lockup strong{display:block;color:#333;text-align:center;font-size:36px;font-family:HouZunSongTi,STSong,Songti SC,serif;font-weight:400;line-height:43px;letter-spacing:1.8px}.brand-lockup span{display:block;padding-top:6px;color:#777;border-top:1px solid #e6e6e6;font-size:14px;line-height:17px;letter-spacing:2px;white-space:nowrap}.brand-lockup-image,.auth-brand .brand-lockup-image{display:block;width:176px;height:79px;object-fit:contain}.login-actions{position:absolute;top:603px;left:calc(50% - .5px);width:276px;display:block;transform:translate(-50%)}.login-actions .app-primary-button{width:276px;height:54px;min-height:54px;padding:0 10px;font-size:16px;font-weight:500;line-height:19px;transform:scaleX(.99);transform-origin:center center}.login-actions .app-ghost-button{transform:scaleX(.985);transform-origin:center center}.onboarding-screen:not(.auth-screen) .mp-status{font-weight:590}.agreement-row{display:flex;align-items:center;gap:4px;width:300px;height:24px;margin-top:40px;margin-left:-14px;color:#333;font-size:12px;font-weight:300;line-height:18px;white-space:nowrap}.agreement-row span{transform:scaleX(.98);transform-origin:left center}.agreement-row input{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;width:24px;height:24px;margin:0;background:radial-gradient(circle at center,transparent 0 6.5px,#c9c9c9 7px,#c9c9c9 7.8px,transparent 8.2px)}.auth-screen{display:block;overflow:hidden}.auth-screen:before{position:absolute;top:0;left:0;width:100%;height:281px;content:"";pointer-events:none;background:linear-gradient(180deg,#fff8e5,#f5f5f559 58%,#d9d9d900)}.onboarding-screen .mp-status{height:49px;padding:0 14.3px 17.45px 21px;font-size:15px;line-height:20px}.onboarding-screen .mp-status-icons{gap:4.7px;transform:none}.onboarding-screen .mp-status-icons img:nth-child(1){width:16.99px;height:11.88px}.onboarding-screen .mp-status-icons img:nth-child(2){width:15.34px;height:12.25px}.onboarding-screen .mp-status-icons img:nth-child(3){width:24.34px;height:12.62px}.onboarding-screen .mp-home-indicator span{width:134px}.auth-brand{position:absolute;top:clamp(178px,32vh,286px);left:50%;width:175.728px;display:flex;flex-direction:column;align-items:center;gap:4px;color:#333;transform:translate(-50%)}.auth-brand>div{display:flex;align-items:center;gap:4px}.auth-brand img{width:48px;height:40px;object-fit:contain}.auth-brand strong{color:#333;font-family:HouZunSongTi,STSong,Songti SC,serif;font-size:36px;font-weight:400;line-height:43px;letter-spacing:1.8px;white-space:nowrap}.auth-brand>span{width:176px;padding-top:6px;color:#777;border-top:1px solid #e6e6e6;font-size:14px;line-height:17px;text-align:center;letter-spacing:2px;white-space:nowrap}.auth-brand .brand-lockup-image{width:176px;height:77.5px;object-fit:contain}.auth-card{position:absolute;top:auto;right:0;bottom:0;left:0;width:100%;min-height:342px;height:auto;display:flex;flex-direction:column;align-items:center;gap:0;padding:0 0 max(18px,env(safe-area-inset-bottom));background:#fff;border-radius:12px 12px 0 0;box-shadow:none;animation:sheet-up .18s ease-out both}.auth-card-head{position:relative;width:100%;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.auth-card-head div{display:flex;align-items:center;gap:8px;color:#000000e6;font-size:15px;font-weight:500;transform:scaleX(.99);transform-origin:left center}.auth-card-head div img{width:24px;height:24px;border-radius:50%}.auth-card-head strong,.auth-card-head span{color:#000000cf;font-weight:500}.auth-card-head button{width:24px;height:24px;display:grid;place-items:center;opacity:.9;cursor:pointer;background:transparent;border-radius:50%}.auth-card-head button img{width:20px;height:20px;object-fit:contain}.auth-card p{width:100%;margin:0;padding:0 24px 16px;color:#000;font-size:17px;font-weight:400;line-height:normal;transform:scaleX(.985);transform-origin:left top}.auth-user-row{width:min(327px,calc(100% - 48px));height:72px;display:flex;align-items:center;gap:12px;padding:12px 0;background:#fff;border-top:.5px solid rgba(0,0,0,.1);border-bottom:.5px solid rgba(0,0,0,.1);border-radius:0}.auth-user-row>span{width:48px;height:48px;display:grid;place-items:center;background:#ededede6;border-radius:4px}.auth-user-row>span img{width:32px;height:32px;opacity:.22;filter:grayscale(1)}.auth-user-row>div{flex:1}.auth-user-row strong{color:#000000e6;font-size:17px;font-weight:400;line-height:20px}.auth-done{width:18.74px;height:13.02px;margin-right:15px}.auth-user-row small{display:block;margin-top:3px;color:#0000004d;opacity:.9;font-size:14px;line-height:17px;transform:scaleX(.98);transform-origin:left center}.auth-user-row strong{opacity:.9}.auth-link{width:min(327px,calc(100% - 48px));margin-top:16px;opacity:.95;color:#576b95;text-align:left;cursor:pointer;background:transparent;font-size:14px;line-height:17px;transform:scaleX(.985);transform-origin:left top}.auth-actions,.bottom-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-actions{width:231px;margin-top:clamp(24px,5vh,41px);grid-template-columns:108px 108px;gap:15px}.auth-actions .app-primary-button,.auth-actions .app-ghost-button{width:108px;min-height:40px;height:40px;padding:0;border:0;border-radius:4px;font-size:17px;font-weight:400;line-height:20px}.auth-actions .app-ghost-button{color:#07c160;background:#f2f2f2}.auth-actions .app-primary-button{color:#fff;background:#07c160}.profile-step,.role-step{min-height:100%;display:grid;align-content:start;gap:28px;padding:18px 10px 24px}.profile-step h2,.role-step h2{margin:0;color:#333;text-align:center;font-size:24px;font-weight:600;line-height:29px}.constitution-card{display:flex;gap:10px;overflow-x:auto;padding:4px 2px}.constitution-card button,.segmented-tabs button{min-height:34px;padding:0 14px;color:#777;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:999px;white-space:nowrap;transition:color .14s ease,border-color .14s ease,background-color .14s ease}.constitution-card button.active,.segmented-tabs button.active{color:#333;background:#ffe6a6;border-color:#ffc53d}.picker-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:12px;background:#fffc;border-radius:18px}.picker-columns select{height:112px;color:#333;text-align:center;background:#fff;border:1px solid #eee;border-radius:12px}.privacy-copy{margin:auto 0 0;color:#777;font-size:13px}.role-list{display:grid;gap:24px}.role-card{height:96px;display:flex;align-items:center;gap:31px;padding:12px 24px;color:#333;text-align:left;cursor:pointer;border:1px solid transparent;border-radius:8px;background:#fff}.role-card.active{border-color:transparent;box-shadow:none;background:#fff9ea}.role-avatar,.baby-avatar{width:64px;height:64px;display:grid;place-items:center;color:#333;background:#ffe6a6;border-radius:18px;font-size:24px;font-weight:700}.baby-avatar.small{width:42px;height:42px;border-radius:14px;font-size:18px}.header-bubble-group{display:flex;align-items:center;gap:13px}.header-bubble{width:48px;height:48px;display:grid;place-items:center;color:#555;cursor:pointer;background:#fff9;border-radius:35px;font-size:12px}.header-bubble img{width:22px;height:22px;object-fit:contain}.header-bubble span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.home-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.segmented-tabs{display:flex;gap:8px;overflow-x:auto}.planet-entry,.home-toolbar>button{min-height:34px;padding:0 12px;color:#ffc53d;cursor:pointer;background:#fff9ea;border:1px solid rgba(255,197,61,.28);border-radius:999px;font-weight:700;white-space:nowrap}.planet-entry{position:relative;width:156px;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:4px;overflow:hidden;padding:0 30px 0 42px;color:#333;background:#fff7de;border:0;box-shadow:0 8px 20px #f3a1271f}.planet-entry-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.planet-entry-orb{position:absolute;left:9px;width:32px;height:32px;object-fit:contain}.planet-entry-arrow{position:absolute;right:12px;width:12px;height:12px}.planet-entry span{position:relative;z-index:1;font-size:12px;line-height:15px}.timeline-list{display:grid;gap:16px}.home-date-row{display:flex;gap:8px;margin:0 0 14px;padding-bottom:2px;overflow-x:auto}.home-date-row button{height:32px;min-width:72px;padding:0 12px;color:#aaa;cursor:pointer;background:#ffffffb8;border-radius:999px;transition:color .14s ease,background-color .14s ease,transform .14s ease}.home-date-row button.active{color:#333;background:#ffebd3;font-weight:700}.home-date-row button:active{transform:scale(.98)}.home-fidelity .mp-nav h1:after{content:"";display:inline-block;width:4px;height:4px;margin-left:5.5px;border-right:1.5px solid #aaa;border-bottom:1.5px solid #aaa;transform:translateY(-3px) rotate(45deg)}.home-fidelity .mp-nav h1{font-weight:500}.home-fidelity .mp-status{padding-right:33.5px;padding-bottom:11px;padding-left:54px}.home-fidelity .mp-status-icons{transform:translateY(-4.5px)}.home-fidelity .mp-nav{height:48px}.home-fidelity.home-view-year .mp-nav{top:43px}.mp-screen.home-fidelity{background:linear-gradient(180deg,#fff6e0,#fffbf4 19.442%),#f5f5f5}.home-fidelity .header-bubble:first-child img{width:16px;height:16px}.home-fidelity .header-bubble{opacity:.8}.home-fidelity .header-bubble-group{transform:none}.home-fidelity .header-bubble:nth-child(2) img{width:15px;height:15px}.home-fidelity .mp-capsule{background:transparent;transform:translate(-6px)}.home-fidelity .mp-content.with-tab{bottom:34px;overflow-x:hidden;overflow-y:auto;padding:29px 16px 140px}.home-fidelity.home-view-month .mp-content.with-tab{padding-top:27px}.home-fidelity .mp-tabbar{display:none}.home-fidelity .home-toolbar .segmented-tabs,.home-fidelity .home-date-row{position:absolute;width:1px;height:1px;overflow:hidden;pointer-events:none;opacity:0}.home-fidelity .home-toolbar{display:block;height:0;margin:0}.home-zoom-surface{min-height:100%;touch-action:pan-y;overscroll-behavior:contain}.home-sort-menu{position:absolute;top:77px;left:131px;z-index:10;width:159px;height:89px;display:grid;gap:17px;padding:14px 26px;background:#ffffff3d;border-radius:36px;box-shadow:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.home-sort-menu button{height:22px;display:flex;align-items:center;gap:18px;color:#000;cursor:pointer;background:transparent;font-size:16px;font-weight:400;line-height:22px;white-space:nowrap}.home-sort-menu button span{width:14px;display:inline-block;color:#111;text-align:center}.home-fidelity .planet-entry{position:absolute;left:61px;top:760px;bottom:auto;z-index:7;width:255px;height:69px;padding:0;overflow:visible;background:transparent;border:0}.home-fidelity .planet-entry-orb{top:7.2px;left:100.2px;width:54.6px;height:54.6px}.home-fidelity .planet-entry-icon{position:absolute;top:21.6px;left:113.5px;z-index:1;width:28px;height:27px;object-fit:contain}.home-fidelity .planet-entry-bg{top:-4px;left:-4px;width:263px;height:77px}.home-fidelity .planet-entry-arrow{top:50px;right:2px;width:13px;height:19px}.home-fidelity .planet-entry span{position:absolute;color:#ffc53d;font-size:13.75px;line-height:normal;font-weight:500;text-align:center;white-space:nowrap}.home-fidelity .planet-entry .planet-entry-text-left{top:30px;left:25px}.home-fidelity .planet-entry .planet-entry-text-right{top:30px;left:162px}.home-add-button{position:absolute;right:31px;top:687px;bottom:auto;z-index:7;width:56px;height:56px;display:grid;place-items:center;cursor:pointer;background:#ffc53d;border-radius:50%;box-shadow:0 5px 14px #ffc53d59}.home-add-button img{width:20px;height:20px;object-fit:contain}.home-fidelity .timeline-list{gap:5px;transform:translate(1px)}.home-fidelity{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.home-fidelity .timeline-item{position:relative}.home-fidelity .timeline-item:nth-child(3){margin-top:10px;margin-bottom:20px}.home-fidelity .timeline-item:before{content:"";position:absolute;top:4px;left:9.5px;width:12px;height:12px;background:transparent url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%203583'%3e%3ccircle%20id='Ellipse%2058'%20cx='6'%20cy='6'%20r='5.5'%20stroke='var(--stroke-0,%20%23FFC220)'/%3e%3ccircle%20id='Ellipse%2059'%20cx='6'%20cy='6'%20r='4.5'%20fill='var(--fill-0,%20%23FFC220)'/%3e%3c/g%3e%3c/svg%3e") center / contain no-repeat}.home-fidelity .timeline-item:first-child:before{background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%203583'%3e%3ccircle%20id='Ellipse%2058'%20cx='6'%20cy='6'%20r='5.5'%20stroke='var(--stroke-0,%20%23FFC220)'/%3e%3ccircle%20id='Ellipse%2059'%20cx='6'%20cy='6'%20r='4.5'%20fill='var(--fill-0,%20%23FFC220)'/%3e%3c/g%3e%3c/svg%3e")}.home-fidelity .timeline-item:nth-child(2):before{top:6px;left:11px;width:9px;height:9px;background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%209%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame%20427319343'%3e%3ccircle%20id='Ellipse%2023'%20cx='4.5'%20cy='4.5'%20r='4.5'%20fill='var(--fill-0,%20%23FFC220)'/%3e%3c/g%3e%3c/svg%3e")}.home-fidelity .timeline-date{padding-left:31px;transform:scaleX(.985);transform-origin:left top}.home-fidelity .timeline-date strong{color:#333;font-weight:400}.home-fidelity .timeline-date span{color:#dbdbdb}.home-fidelity .timeline-date span:before{content:"·";margin-right:7px}.home-fidelity .timeline-item.photo-date-suppressed .timeline-date strong,.home-fidelity .timeline-item.photo-date-suppressed .timeline-date span{visibility:hidden}.home-fidelity .record-card{width:308px;min-height:140px;grid-template-columns:88px 1fr;column-gap:20px;margin-left:28px;padding:10px 8px;border-color:transparent;box-shadow:0 1px 3.25px #0000000d}.home-fidelity .timeline-item:first-child .record-card{position:relative;top:1px;margin-left:26px}.home-fidelity .timeline-item:nth-child(2) .record-card{position:relative;top:-5px}.home-fidelity .record-card.photo-only{grid-template-columns:1fr}.home-fidelity .record-card.audio-only{grid-template-columns:1fr;column-gap:0}.home-fidelity .record-card.diary-text-only{grid-template-columns:1fr;min-height:118px;padding:14px 18px 12px}.home-fidelity .record-card.audio-only .record-copy{padding-left:8px}.home-fidelity .record-card.photo-only .photo-strip.photo-count-3{width:88px;height:88px;display:grid;grid-template-columns:43px 44px;grid-template-rows:44px 43px;gap:1px;overflow:hidden}.home-fidelity .record-card.photo-only .photo-strip.photo-count-3 .photo-tile{width:44px;height:44px;flex-basis:auto}.home-fidelity .record-card.photo-only .photo-strip.photo-count-3 .photo-tile:first-child{grid-row:1 / 3;width:43px;height:88px}.home-fidelity .record-card.photo-only .photo-strip.photo-count-3 .photo-tile:first-child img{width:67.44px;height:89.28px;max-width:none;object-fit:fill;object-position:initial;transform:translate(-12.35px,-.44px)}.home-fidelity .record-card.photo-only .photo-strip.photo-count-3 .photo-tile:nth-child(2) img{width:44.33px;height:59.82px;max-width:none;object-fit:fill;object-position:initial;transform:translate(.05px,-2.51px)}.home-fidelity .record-card.photo-only .photo-strip.photo-count-3 .photo-tile:nth-child(3){width:44px;height:43px}.home-fidelity .record-card.photo-only .photo-strip.photo-count-3 .photo-tile:nth-child(3) img{width:44.25px;height:59px;max-width:none;object-fit:fill;object-position:initial;transform:translate(-.12px)}.home-fidelity .record-copy h3{font-size:12px}.home-fidelity .record-card:not(.photo-only):not(.audio-only) .record-copy{width:150px}.home-fidelity .record-copy p{margin-top:0;font-size:13px;font-weight:300;line-height:17.5px}.home-fidelity .record-card.diary-text-only .record-copy{width:auto;padding-left:0}.home-fidelity .record-card.diary-text-only .record-copy h3{margin-bottom:7px;color:#333;font-size:14px;font-weight:600;line-height:20px}.home-fidelity .record-card.diary-text-only .record-copy p{max-height:54px;overflow:hidden;color:#6b6b6b;font-size:12px;font-weight:300;line-height:18px}.home-fidelity .record-card:not(.photo-only):not(.audio-only) .audio-pill{width:145px;height:26px;justify-content:space-between;color:#bebebe;background:#f9f9f9;font-weight:300}.home-fidelity .record-card:not(.photo-only):not(.audio-only) .audio-pill img{width:24.333px;height:16px;transform:translate(2px,2px)}.home-fidelity .record-card.audio-only .record-copy p{width:249px;height:32px;overflow:hidden;color:#6b6b6b;font-size:10px;font-weight:300;line-height:16px;transform:translateY(1px) scaleX(.98);transform-origin:left top}.home-fidelity .record-card.audio-only .audio-pill{width:249px;height:30px;margin-top:2px;padding:0 8px;justify-content:flex-start;border-radius:11px}.home-fidelity .record-card.audio-only .audio-pill img{display:none}.home-fidelity .record-card.audio-only .audio-pill:before{content:"";width:23px;height:23px;display:inline-block;margin-right:8px;border-radius:50%;background:#fff}.home-fidelity .record-card.audio-only .audio-pill:after{content:"";position:absolute;left:21px;top:9px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #ffc220}.home-fidelity .photo-tile{flex-basis:42px;height:88px;border-radius:4px}.home-fidelity .photo-strip{transform:translate(8px)}.home-fidelity .timeline-item:first-child .photo-strip{transform:translate(6.5px)}.home-fidelity .timeline-item:first-child .photo-strip.photo-count-2{width:88px;height:88px;display:grid;grid-template-columns:44.5px 42px;gap:1.5px;overflow:hidden}.home-fidelity .timeline-item:first-child .photo-strip.photo-count-2 .photo-tile{width:auto;height:88px;flex-basis:auto}.home-fidelity .timeline-item:first-child .photo-strip.photo-count-2 .photo-tile:first-child img{width:69px;height:92px;transform:translate(-25px,-2.75px)}.home-fidelity .timeline-item:first-child .photo-strip.photo-count-2 .photo-tile:nth-child(2) img{width:69px;height:92px;transform:translateY(-2.75px)}.home-fidelity .photo-strip.photo-count-2{gap:2px}.home-fidelity .photo-strip.photo-count-1 .photo-tile{flex-basis:88px;width:88px}.home-fidelity .photo-strip.photo-count-1 .photo-tile img{width:93px;height:125px;max-width:none;object-fit:fill;transform:translate(-1px,-4px)}.home-fidelity .photo-strip.photo-count-2 .photo-tile{flex-basis:43px}.home-fidelity .photo-strip.photo-count-2 .photo-tile img{width:69px;height:92px;max-width:none;object-fit:fill}.home-fidelity .photo-strip.photo-count-2 .photo-tile:first-child img{transform:translate(-18.5px,-3px)}.home-fidelity .photo-strip.photo-count-2 .photo-tile:nth-child(2) img{transform:translate(7.5px,-3px)}.home-fidelity .record-card small{padding-left:0;color:#666;font-weight:400;transform:translateY(-1px) scaleX(.985);transform-origin:left center}.home-fidelity .record-card small .record-badge{width:19px;height:19px;display:grid;place-items:center;overflow:hidden;border-radius:4px;background:#ffc220;flex:0 0 auto}.home-fidelity .record-card small .record-badge img{width:19px;height:19px;object-fit:contain}.home-fidelity .record-card small .record-badge.audio img{width:13px;height:13px}.home-fidelity .timeline-item:last-child .record-card small{color:#333}.home-period-list{width:361px;display:flex;flex-direction:column;gap:8px;color:#333;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home-period-selector{height:23px;display:inline-flex;align-items:center;gap:10px;align-self:flex-start;margin-left:0;padding:0;color:#333;cursor:pointer;background:transparent;font-size:16px;font-weight:700;line-height:normal}.home-period-selector i{width:7px;height:4px;display:block;border-right:1.5px solid #777;border-bottom:1.5px solid #777;transform:translateY(-2px) rotate(45deg)}.home-period-group{position:relative;display:flex;flex-direction:column;gap:0;padding-left:10px;padding-bottom:10px}.home-period-group:before{content:"";position:absolute;top:5px;left:9.5px;width:9px;height:9px;background:transparent url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%209%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame%20427319343'%3e%3ccircle%20id='Ellipse%2023'%20cx='4.5'%20cy='4.5'%20r='4.5'%20fill='var(--fill-0,%20%23FFC220)'/%3e%3c/g%3e%3c/svg%3e") center / contain no-repeat}.home-period-group.featured:before{top:3px;left:9px;width:12px;height:12px;background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%203583'%3e%3ccircle%20id='Ellipse%2058'%20cx='6'%20cy='6'%20r='5.5'%20stroke='var(--stroke-0,%20%23FFC220)'/%3e%3ccircle%20id='Ellipse%2059'%20cx='6'%20cy='6'%20r='4.5'%20fill='var(--fill-0,%20%23FFC220)'/%3e%3c/g%3e%3c/svg%3e")}.home-period-group header{height:23px;display:flex;align-items:center;gap:7px;padding-left:21px;line-height:normal;white-space:nowrap}.home-period-group header strong{color:#333;font-size:16px;font-weight:700}.home-period-group header span{color:#aaa;font-size:12px;font-weight:500}.home-month-card,.home-year-card{width:308px;margin:10px 0 0 17px;padding:10px 16px;display:flex;flex-direction:column;align-items:flex-start;color:#333;text-align:left;cursor:pointer;background:#fff;border-radius:16px;box-shadow:0 1px 3.25px #0000000d}.home-month-card h3,.home-month-card p{margin:0}.home-month-card h3{color:#333;font-size:14px;font-weight:500;line-height:normal}.home-month-card p{margin-top:5px;color:#333;font-size:10px;font-weight:400;line-height:normal}.home-month-list .home-period-group:first-of-type .home-month-card p{color:#6b6b6b;font-size:12px;font-weight:500}.home-month-card:not(.no-photos){height:136px}.home-month-photos{height:66px;display:flex;align-items:center;gap:10px;margin-top:9px}.home-month-photos img{width:60px;height:60px;display:block;object-fit:cover;border-radius:8px}.home-month-card.no-photos{min-height:60px;justify-content:center}.home-year-card{height:144px;display:flex;flex-direction:row;gap:9px;padding:12px}.home-year-photo{width:120px;height:120px;flex:0 0 auto;object-fit:cover;border-radius:8px}.home-year-events{height:120px;display:flex;flex-direction:column;justify-content:space-between;padding:6px 0}.home-year-events p{margin:0;display:flex;align-items:center;gap:5px;white-space:nowrap;line-height:normal}.home-year-events span,.home-year-events strong{font-weight:400}.home-year-events span{width:45px;color:#666;font-size:10px}.home-year-events strong{color:#333;font-size:12px}.event-icon{width:18px;height:18px;flex:0 0 auto;display:block;object-fit:contain}.home-year-list .home-period-selector,.home-year-list .home-period-group header strong{font-weight:400}.home-year-list .home-period-group:nth-of-type(2) .home-year-events{justify-content:flex-start;gap:14px}.timeline-list.compact{margin-top:18px}.timeline-item{display:grid;gap:8px}.timeline-date{display:flex;align-items:center;gap:7px;color:#ccc;padding-left:10px}.timeline-date strong{color:#333;font-size:16px}.timeline-date span{font-size:12px}.record-card,.record-action-card,.topic-record,.stage-card{width:100%;display:grid;gap:10px;padding:14px;color:#333;text-align:left;cursor:pointer;background:#fff;border:1px solid rgba(0,0,0,.03);border-radius:16px;box-shadow:0 1px 10px #0000000d;transition:transform .14s ease}.record-card{grid-template-columns:96px 1fr;min-height:140px}.record-card small{grid-column:1 / -1;display:flex;align-items:center;gap:5px;color:#333;font-size:10px}.record-card small img{width:19px;height:19px;object-fit:contain}.record-copy{min-width:0}.record-copy h3,.record-copy p,.article-detail h2,.article-detail p{margin:0}.record-copy h3{font-size:13px}.record-copy p{margin-top:8px;color:#6b6b6b;font-size:13px;line-height:20px}.audio-pill{position:relative;display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:5px 10px;color:#777;background:#f7f7f7;border-radius:999px;font-size:12px}.audio-pill img{width:38px;height:12px;object-fit:contain}.photo-strip{display:flex;gap:6px;min-width:0;overflow-x:auto}.photo-tile{flex:0 0 68px;height:88px;display:block;overflow:hidden;background:#fff7de;border-radius:8px}.photo-tile img,.photo-tile video{width:100%;height:100%;display:block;object-fit:cover}.home-fidelity .photo-tile.captured-media img,.home-fidelity .photo-tile.captured-media video,.record-detail-photo video{width:100%;height:100%;max-width:none;display:block;object-fit:cover;transform:none}.record-action-grid{display:grid;gap:14px;padding-top:22px}.record-action-card{min-height:96px;grid-template-columns:48px 1fr;align-items:center}.record-action-card span{grid-row:span 2;width:48px;height:48px;display:grid;place-items:center;background:#ffc53d;border-radius:16px;font-weight:700}.record-action-card small{color:#777}.editor-page,.audio-result,.media-upload,.planet-page,.topic-page,.profile-page,.calendar-page,.poster-builder,.list-page{display:grid;gap:16px}.title-input,.editor-page textarea,.demo-modal input{width:100%;padding:14px;color:#333;background:#fff;border:1px solid #eee;border-radius:14px}.editor-page textarea{min-height:230px;resize:none;line-height:22px}.form-row{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:0 14px;background:#fff;border-radius:14px}.form-row button{color:#777;cursor:pointer;background:transparent}.state-page{min-height:420px;display:grid;place-items:center;align-content:center;gap:18px;text-align:center}.state-page p{max-width:300px;margin:0;color:#777;line-height:22px}.ai-result-card,.analysis-card,.summary-card,.share-card,.monthly-poster,.baby-card{display:grid;gap:12px;padding:16px;background:#fff;border-radius:18px;box-shadow:0 1px 10px #0000000d}.ai-result-card h2,.summary-card h2,.share-card h2,.monthly-poster h2,.baby-card h2{margin:0}.ai-result-card p,.summary-card p,.monthly-poster p{margin:0;color:#777;line-height:22px}.recording-page{position:relative;min-height:560px;display:grid;place-items:center;align-content:center;gap:14px;text-align:center}.recording-close{position:absolute;top:12px;right:8px;width:38px;height:38px;display:grid;place-items:center;cursor:pointer;background:#fff;border-radius:50%}.recording-close img{width:16px;height:16px}.recording-pulse{width:108px;height:108px;display:grid;place-items:center;background:radial-gradient(circle,#ffc53d 0 34%,rgba(255,197,61,.25) 35% 62%,transparent 63%);border-radius:50%;animation:pulse 1.2s ease-in-out infinite}.recording-pulse img{width:96px;height:96px;object-fit:contain}.recording-page h2,.recording-page p{margin:0}.recording-page p{color:#777}.recording-page strong{display:inline-flex;align-items:center;gap:8px;color:#333;font-size:15px}.recording-page strong img{width:16px;height:16px}.recording-volume{width:210px;height:34px;object-fit:contain}.record-audio-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#333;background:#f4f2ee}.record-audio-screen:before{content:"";position:absolute;top:0;right:0;bottom:34px;left:0;z-index:1;background:#abababab}.record-audio-screen .mp-status{z-index:4;color:#777}.record-audio-screen .mp-status-icons img{opacity:.45}.record-audio-nav{position:absolute;top:53px;left:0;z-index:4;width:393px;height:44px;display:flex;justify-content:flex-end;padding:6px 12px 5px 16px}.record-audio-nav .mp-capsule{border-color:#fff3;background:#ffffff1f}.record-audio-nav .mp-capsule img{filter:invert(1);opacity:.85}.record-audio-nav .mp-capsule span{background:#fff3}.record-audio-sheet{position:absolute;top:102px;left:0;z-index:3;width:393px;height:750px;overflow:hidden;background:#fffbf4;border-radius:20px 20px 0 0}.record-audio-sheet h1{position:absolute;top:25px;left:0;width:393px;margin:0;color:#333;font-size:20px;font-weight:600;line-height:24px;text-align:center}.record-audio-close{position:absolute;top:4px;right:7px;width:66px;height:66px;padding:0;cursor:pointer;background:transparent}.record-audio-close img{width:66px;height:66px;object-fit:contain}.record-audio-sheet p{position:absolute;top:70px;left:22px;margin:0;color:#777;font-size:13px;font-weight:500;line-height:16px}.record-audio-timer{position:absolute;top:562px;left:23px;width:346px;height:20px;display:flex;align-items:center;justify-content:center;gap:7px}.record-audio-line{width:94px;height:1px;background:#f0eee9}.record-audio-time{display:inline-flex;align-items:center;gap:7px;color:#333;font-size:16px;font-weight:500;line-height:19px;white-space:nowrap}.record-audio-level,.record-audio-clock{width:14px;height:14px;object-fit:contain}.record-audio-mic{position:absolute;top:605px;left:151px;width:83px;height:83px;padding:0;cursor:pointer;background:transparent;animation:record-mic-pulse 1.5s ease-in-out infinite}.record-audio-mic img{width:83px;height:83px;object-fit:contain}.record-audio-mic.paused{animation-play-state:paused;opacity:.72}.record-audio-cancel,.record-audio-complete{position:absolute;top:641px;min-width:64px;height:26px;padding:0;cursor:pointer;background:transparent;font-weight:500;line-height:17px;text-align:center}.record-audio-cancel{left:28px;color:#aaa;font-size:14px}.record-audio-complete{right:40px;color:#000;font-size:13px}.record-audio-complete:disabled{color:#aaa;cursor:not-allowed}.record-audio-screen .mp-home-indicator{z-index:7;background:transparent}.audio-analysis-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#333;background:#f4f2ee}.audio-analysis-screen:before{content:"";position:absolute;top:0;right:0;bottom:34px;left:0;z-index:1;background:#abababab}.audio-analysis-screen .mp-status{z-index:4;color:#777}.audio-analysis-screen .mp-status-icons img{opacity:.45}.audio-analysis-sheet{position:absolute;top:102px;left:0;z-index:3;width:393px;height:750px;overflow:hidden;background:#fffbf4;border-radius:20px 20px 0 0}.audio-analysis-card{position:absolute;top:36px;left:17px;width:359px;height:145px;padding:31px 14px 18px;cursor:pointer;background:#fffbf4;border:1px solid #fff2d3;border-radius:20px;text-align:left}.audio-analysis-steps{display:flex;align-items:center;justify-content:center;gap:0;color:#f3a127}.audio-analysis-steps span{width:100px;height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;background:#fff0c2b8;border-radius:12px;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}.audio-analysis-steps span.active{width:100px}.audio-analysis-steps span i{position:relative;width:20px;height:20px;display:inline-block}.audio-analysis-steps span i:before{content:"";position:absolute;top:2px;left:7px;width:7px;height:11px;background:#f3a127;border-radius:5px}.audio-analysis-steps span i:after{content:"";position:absolute;right:3px;bottom:1px;width:10px;height:6px;border-right:2px solid #f3a127;border-bottom:2px solid #f3a127;border-left:2px solid #f3a127;border-radius:0 0 8px 8px}.audio-analysis-steps span i.ai:before{top:1px;left:3px;width:auto;height:auto;content:"AI";color:#f3a127;background:transparent;font-size:15px;font-weight:700;line-height:18px}.audio-analysis-steps span i.ai:after{display:none}.audio-analysis-steps b{width:12px;height:1px;background:#f3a127}.audio-analysis-card p{width:331px;margin:26px 0 0;color:#aaa;font-size:13.5px;font-weight:500;line-height:18px}.audio-analysis-sheet h2{position:absolute;top:201px;left:18px;margin:0;color:#000;font-size:24px;font-weight:500;line-height:34px}.audio-analysis-placeholder{position:absolute;top:242px;left:18px;margin:0;color:#000;font-size:16px;line-height:22px}.audio-analysis-screen .mp-home-indicator{z-index:7;background:transparent}@keyframes record-mic-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center}.process-steps span{padding:10px 6px;color:#777;background:#f7f7f7;border-radius:12px;font-size:13px}.process-steps .done,.process-steps .active{color:#333;background:#fff0c2}.player{display:grid;grid-template-columns:32px auto 1fr auto;gap:12px;align-items:center;padding:16px;background:#fff;border-radius:18px}.play-toggle{width:32px;height:32px;display:grid;place-items:center;cursor:pointer;background:#fff0c2;border-radius:50%}.play-toggle span{width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:10px solid #f3a127;transform:translate(1px)}.play-toggle.playing span{width:12px;height:14px;border:0;background:linear-gradient(90deg,#f3a127 0 4px,transparent 4px 8px,#f3a127 8px 12px);transform:none}.audio-result p{margin:0;padding:16px;color:#333;background:#fff;border-radius:18px;line-height:24px}.audio-result-design{background:#fdfdfd}.audio-result-design .mp-nav{top:43px;height:44px}.audio-result-design .mp-status{padding-right:33.5px;padding-bottom:11px;padding-left:54px}.audio-result-design .mp-status-icons{transform:translateY(-4.5px)}.audio-result-design .mp-nav h1{color:#535353;font-size:16px;font-weight:500;line-height:19.2px}.audio-result-design .mp-back{width:24px;justify-items:start;transform:translate(-1px)}.audio-result-design .mp-capsule{transform:translate(-6px)}.audio-result-design .mp-content{top:87px;bottom:21px;padding:0;overflow:hidden}.audio-result-design .mp-home-indicator{background:#fdfdfd}.audio-result-design .audio-result{position:relative;width:393px;height:744px;display:block}.audio-result-meta{position:absolute;top:10px;left:0;width:393px;color:#666;font-size:12px;font-weight:300;line-height:22px;text-align:center;transform:scaleX(.985);transform-origin:center top}.audio-player-card{position:absolute;top:42px;left:16px;width:361px;height:107px;background:#fdfdfd;border-radius:22px;box-shadow:0 0 5px #0000001f}.audio-player-progress{position:absolute;top:23px;left:12px;display:grid;grid-template-columns:63px 178px 60px;align-items:center;gap:17px;color:#8c8d91;font-size:15px;font-weight:400;line-height:22px}.audio-player-progress input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:178px;height:10px;margin:0;background:transparent;accent-color:#333}.audio-player-progress input::-webkit-slider-runnable-track{height:2px;background:#e3e4e8;border-radius:4px}.audio-player-progress input::-webkit-slider-thumb{width:10px;height:10px;margin-top:-4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#333;border-radius:50%;box-shadow:0 0 3.7px #00000040}.audio-player-controls button{position:absolute;cursor:pointer;background:transparent}.audio-skip{top:62px;left:43px;width:44px;height:34px;color:#666;font-size:10px;line-height:12px}.audio-skip img{width:21px;height:21px;display:block;object-fit:contain}.audio-skip.forward{left:174px}.audio-main-play{top:62px;left:110px;width:56px;height:42px;display:grid;place-items:initial}.audio-main-play img{position:absolute;top:0;left:1.5px;width:25px;height:24px;display:block;object-fit:contain}.audio-main-play span{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:18px solid #666;transform:translate(2px)}.audio-main-play.playing span{width:18px;height:22px;border:0;background:linear-gradient(90deg,#666 0 6px,transparent 6px 12px,#666 12px 18px);transform:none}.audio-speed{top:62px;right:49px;width:40px;height:30px;color:#666;border:1px solid #777;border-radius:15px;font-size:13px;font-weight:400}.audio-result-design .audio-result h2{position:absolute;top:173px;left:16px;margin:0;color:#222;font-size:20px;font-weight:500;line-height:22px;transform:scaleX(.985);transform-origin:left center}.audio-result-tags{position:absolute;top:207px;left:16px;display:flex;align-items:center;gap:8px;transform:scaleX(.975);transform-origin:left top}.audio-result-tags button,.audio-result-tags span{height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;color:#aaa;background:transparent;border:.25px solid #d3d3d3;border-radius:8px;font-size:11px;font-weight:400;line-height:22px}.audio-result-tags button{width:30px;padding:0;cursor:pointer;background:#f5f6fa;font-size:16px;line-height:18px}.audio-result-tags span:nth-child(n+3){padding-right:8px;padding-left:8px}.audio-result-tags{width:361px;max-height:56px;flex-wrap:wrap;overflow-y:auto}.audio-result-tags input{width:88px}.audio-result-tabs{position:absolute;top:245px;left:16px;display:flex;align-items:flex-start;gap:2px;transform:scaleX(.985);transform-origin:left top}.audio-result-tabs button{position:relative;padding:3px 10px;color:#aaa;cursor:pointer;background:transparent;font-size:16px;font-weight:300;line-height:24px}.audio-result-tabs button.active{color:#333;font-weight:400}.audio-result-tabs button.active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:#333}.audio-result-design .audio-result-body{position:absolute;top:287px;left:16px;width:361px;margin:0;padding:0;color:#555;background:transparent;border-radius:0;font-size:15.7px;font-weight:300;line-height:24px;white-space:pre-line}.audio-draft-result .audio-result-body{top:209px;color:#333}.audio-draft-result .audio-result-tags{top:366px}.audio-draft-photos{position:absolute;top:402px;left:16px;display:flex;align-items:flex-start;gap:3px}.audio-draft-photos img{width:110px;height:114px;display:block;object-fit:cover;object-position:top center;border-radius:18px}.audio-draft-location{position:absolute;top:531px;left:16px;margin:0;padding:0!important;color:#666!important;background:transparent!important;border-radius:0!important;font-size:10px!important;font-weight:300;line-height:12px!important}.audio-publish-button{position:absolute;top:632px;left:16px;width:361px;height:50px;color:#222;cursor:pointer;background:#ffde7f;border-radius:25px;box-shadow:0 8px 20px #ffc53d38;font-size:17px;font-weight:600}.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.media-grid .photo-tile,.media-grid button{width:100%;height:108px;border-radius:12px}.camera-preview{width:100%;height:248px;display:block;object-fit:cover;object-position:center;border-radius:22px;box-shadow:0 8px 24px #00000014}.media-grid button{color:#777;cursor:pointer;background:#fff;border:1px dashed #ddd}.camera-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#fff;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;background:#000}.camera-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.2;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:3px 3px;pointer-events:none}.camera-island{position:absolute;top:7px;left:132px;z-index:3;width:129px;height:38px;background:#020202;border-radius:24px}.camera-island span{position:absolute;top:20px;left:83px;width:6px;height:6px;background:#4dec61;border-radius:50%}.camera-top-controls{position:absolute;top:54px;left:0;z-index:4;width:393px;height:39px}.camera-file-input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.camera-top-controls button,.camera-zoom button,.camera-modes button,.camera-thumbnail,.camera-shutter,.camera-rotate{padding:0;cursor:pointer;color:inherit;background:transparent}.camera-icon{position:absolute;top:1px;display:grid;place-items:center;background:transparent}.camera-icon img{width:100%;height:100%;display:block;object-fit:contain}.camera-icon.flash-off{left:9px;width:35px;height:33px}.camera-icon.live-off{right:43px;width:34px;height:34px}.camera-icon.grid-toggle{right:8px;width:31px;height:31px}.camera-timer{position:absolute;top:2px;left:50px;width:55px;height:29px;display:inline-flex;align-items:center;justify-content:center;gap:4px;color:#111;background:#ffde45;border-radius:17px;font-size:13px;font-weight:600}.camera-top-controls .camera-timer{color:#111;background:#ffde45}.camera-timer span{width:18px;height:24px;display:grid;place-items:center;position:relative;background:transparent}.camera-timer span img{width:18px;height:24px;display:block;object-fit:contain}.camera-collapse{position:absolute;top:1px;left:183px;width:29px;height:29px;display:grid;place-items:center;background:#fff3;border-radius:50%}.camera-top-controls .camera-collapse{background:#fff3}.camera-collapse span{width:9px;height:9px;border-top:2px solid #fff;border-left:2px solid #fff;transform:translateY(3px) rotate(45deg)}.camera-viewfinder{position:absolute;top:136px;left:0;width:393px;height:525px}.camera-viewfinder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/camera-viewfinder-bg-BbcQe5iz.png) center / cover no-repeat}.camera-viewfinder.has-live:before{opacity:0}.camera-live-preview{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;display:block;object-fit:cover;background:#111}.camera-permission-copy{position:absolute;top:240px;left:32px;z-index:1;width:329px;margin:0;color:#ffffffc7;font-size:14px;line-height:20px;text-align:center;pointer-events:none}.camera-viewfinder.has-live .camera-permission-copy{display:none}.camera-viewfinder .grid-line{display:none;position:absolute;background:#ffffff57}.camera-viewfinder .grid-line.vertical{top:0;width:1px;height:525px}.camera-viewfinder .grid-line.vertical.one{left:131px}.camera-viewfinder .grid-line.vertical.two{left:262px}.camera-viewfinder .grid-line.horizontal{left:0;width:393px;height:1px}.camera-viewfinder .grid-line.horizontal.one{top:174px}.camera-viewfinder .grid-line.horizontal.two{top:349px}.camera-viewfinder .corner{display:none;position:absolute;width:23px;height:23px;border-color:#ffffff8c;border-style:solid}.camera-viewfinder .top-left{top:0;left:0;border-width:1px 0 0 1px}.camera-viewfinder .top-right{top:0;right:0;border-width:1px 1px 0 0}.camera-viewfinder .bottom-left{bottom:0;left:0;border-width:0 0 1px 1px}.camera-viewfinder .bottom-right{right:0;bottom:0;border-width:0 1px 1px 0}.camera-zoom{position:absolute;top:616px;left:152px;display:flex;align-items:center;gap:24px;color:#fff;font-size:11px;font-weight:700}.camera-zoom .active{color:#ffde45;font-size:16px}.camera-modes{position:absolute;top:676px;left:-12px;width:414px;display:flex;align-items:center;justify-content:space-between}.camera-modes button{min-width:44px;color:#ffffffeb;font-size:12px;font-weight:400;line-height:18px;white-space:nowrap}.camera-modes .active{color:#ffde45;font-weight:700}.camera-thumbnail{position:absolute;top:723px;left:20px;width:50px;height:50px;overflow:hidden;border-radius:5px}.camera-thumbnail img{width:100%;height:100%;display:block;object-fit:cover}.camera-shutter{position:absolute;top:711px;left:161px;width:72px;height:72px;border:3px solid #fff;border-radius:50%}.camera-shutter span{position:absolute;top:5px;right:5px;bottom:5px;left:5px;background:#fff;border-radius:50%}.camera-shutter.recording span{top:20px;right:20px;bottom:20px;left:20px;background:#ff453a;border-radius:8px}.camera-rotate{position:absolute;top:723px;right:20px;width:50px;height:50px;display:grid;place-items:center;background:#ffffff1c;border-radius:50%}.camera-rotate img{width:28px;height:29px;display:block;object-fit:contain}.camera-screen .mp-home-indicator{background:transparent}.camera-screen .mp-home-indicator span{background:#fff}.planet-page{text-align:center}.planet-page>p{margin:0;color:#777}.planet-orbit{position:relative;height:430px;margin-top:8px;background:radial-gradient(circle at 50% 50%,rgba(255,197,61,.32),rgba(255,197,61,.08) 44%,transparent 46%),repeating-radial-gradient(circle at 50% 50%,transparent 0 42px,rgba(243,161,39,.28) 43px,transparent 45px);border-radius:50%}.planet-tag{position:absolute;min-width:54px;min-height:34px;padding:0 12px;color:#2a210b;cursor:pointer;background:#fff0b8;border:1px solid rgba(243,161,39,.55);border-radius:999px;box-shadow:0 8px 20px #f3a12738;transform:translate(-50%,-50%)}.planet-tag.large{font-size:17px;font-weight:700}.planet-tag.small{min-width:42px;font-size:12px}.planet-tip{text-align:left;line-height:22px}.tag-cloud{min-height:220px;display:flex;flex-wrap:wrap;gap:12px;align-content:center;justify-content:center;padding:24px;background:#fff;border-radius:24px}.tag-cloud button{padding:10px 16px;cursor:pointer;background:#fff7d6;border:1px solid rgba(255,197,61,.32);border-radius:999px}.topic-record{border-radius:14px}.topic-record span,.stage-card span,.stage-card small{color:#777;line-height:20px}.record-detail-design{position:relative;width:100%;height:100%;overflow:hidden;color:#222;background:#f5f5f5}.record-detail-design .mp-home-indicator{height:18px;background:transparent}.record-detail-design .mp-status{padding-right:33.5px;padding-bottom:11px;padding-left:54px}.record-detail-design .mp-status-icons{transform:translateY(-5.5px)}.record-detail-nav{position:absolute;top:43px;left:0;z-index:5;width:393px;height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 16px}.record-detail-nav h1{position:absolute;top:12px;left:50%;margin:0;color:#535353;font-size:16px;font-weight:500;line-height:19.2px;transform:translate(-50%)}.record-detail-back{width:24px;height:44px;display:grid;place-items:center start;padding:0;cursor:pointer;background:transparent}.record-detail-back img{width:8px;height:16px}.record-detail-nav .mp-capsule{transform:translate(-6px)}.record-detail-main{position:absolute;top:97px;left:13px;width:367px}.record-detail-article{display:flex;flex-direction:column;align-items:flex-start}.record-detail-author{height:48px;display:flex;align-items:center;gap:11px}.record-detail-author img{width:48px;height:48px;object-fit:cover;border-radius:50%}.record-detail-author strong{color:#f3a127;font-size:20px;font-weight:500;line-height:22px}.record-detail-article h2{margin:11px 0 0;color:#222;font-size:16px;font-weight:700;line-height:22px}.record-detail-article p{width:367px;margin:12px 0 0;color:#666;font-size:13.8px;font-weight:400;line-height:20px}.record-detail-tags{height:30px;display:flex;align-items:center;gap:8px;margin-top:12px;padding:4px 12px 4px 0}.record-detail-tags span,.record-detail-tags button{height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;color:#969696;border:.25px solid #aaa;border-radius:8px;font-size:11px;font-weight:400;line-height:22px;white-space:nowrap}.record-detail-tags span:nth-child(2){padding:0 10px}.record-detail-tags .record-detail-add-tag{width:30px;padding:0;cursor:pointer;background:#f5f6fa;border-color:#969696}.record-detail-add-tag img{width:11px;height:11px}.record-detail-audio-pill{width:118px;height:26px;display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:0 10px 0 9px;cursor:pointer;background:#f9f9f9;border-radius:16px}.record-detail-audio-pill img{width:19.67px;height:16px}.record-detail-audio-pill span{color:#bebebe;font-size:12px;font-weight:500}.record-detail-photos{width:367px;display:flex;gap:8px;margin-top:12px}.record-detail-photo{width:180px;height:187px;position:relative;flex:0 0 auto;overflow:hidden;border-radius:9px}.record-detail-photo img{position:absolute;display:block;max-width:none}.record-detail-photo-one img{top:-1.07px;left:-.65px;width:180.65px;height:242.73px}.record-detail-photo-two img{top:-.52px;left:0;width:203.83px;height:272.44px}.record-detail-photo.captured-media img,.record-detail-photo.captured-media video{position:static;width:100%;height:100%;max-width:none;display:block;object-fit:cover;transform:none}.record-detail-meta{width:60px;display:flex;flex-direction:column;gap:3px;margin-top:14px;color:#666}.record-detail-meta span{font-size:11px;font-weight:300;line-height:16.5px;white-space:nowrap}.record-detail-meta small{display:inline-flex;align-items:center;gap:6px;color:#666;font-size:10px;font-weight:100;line-height:15px}.record-detail-meta small img{width:13px;height:13px}.record-detail-comments{position:relative;width:367px;height:93px;margin-top:15px;padding:11px 6px;overflow:hidden;background:#f7f7f7;border-radius:16px;box-shadow:0 -1px 2.35px #00000017}.record-detail-comments:after{content:"";position:absolute;top:34px;left:0;width:366px;height:1px;background:#aaaaaa73}.record-comment-liked{display:flex;align-items:flex-end;gap:4px;color:#496278;font-size:14px;line-height:17px;white-space:nowrap}.record-comment-liked span{color:#496278;font-size:17px;line-height:15px}.record-comment-liked strong{font-weight:400}.record-comment-list{display:grid;gap:6px;margin-top:9px;font-size:14px;line-height:17px;white-space:nowrap}.record-comment-list p{margin:0;color:#222;font-size:inherit;line-height:inherit}.record-comment-list strong{color:#496278;font-weight:400}.article-detail{display:grid;gap:14px;padding-bottom:24px}.article-author{display:flex;align-items:center;gap:10px}.article-author>img{width:42px;height:42px;border-radius:50%}.article-author strong,.article-author span{display:block}.article-author span{margin-top:3px;color:#777;font-size:12px}.article-meta,.article-detail small{color:#777;font-size:12px}.article-detail h2{font-size:24px}.article-detail p{color:#333;line-height:25px}.article-tags{display:flex;flex-wrap:wrap;gap:8px}.article-tags span{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;color:#777;background:#fff;border-radius:999px;font-size:12px}.article-tags img{width:12px;height:12px}.article-detail>.photo-strip .photo-tile{flex-basis:154px;height:206px;border-radius:14px}.article-audio{display:flex;align-items:center;justify-content:space-between;min-height:32px;padding:6px 12px;background:#f9f9f9;border-radius:16px}.article-audio img{width:190px;height:16px;object-fit:contain}.article-audio span{color:#bebebe;font-size:12px}.article-detail small{display:flex;align-items:center;gap:5px}.article-detail small img{width:13px;height:13px}.baby-card{grid-template-columns:64px 1fr auto;align-items:center}.baby-card p{margin:4px 0 0;color:#777}.baby-card button{color:#333;cursor:pointer;background:#fff0c2;border-radius:999px;padding:8px 12px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stat-card{display:grid;justify-items:center;gap:4px;padding:14px 8px;background:#fff;border-radius:16px}.stat-card strong{font-size:22px}.stat-card span{color:#777;font-size:12px}.profile-actions,.list-page{display:grid;gap:12px}.profile-actions button,.list-row,.family-row{min-height:58px;display:flex;align-items:center;gap:12px;padding:12px 14px;color:#333;text-align:left;cursor:pointer;background:#fff;border-radius:16px}.list-row.active{outline:2px solid #ffc53d}.list-row small,.family-row small{display:block;color:#777;margin-top:2px}.family-row{cursor:default}.family-row div{flex:1}.family-row em{color:#777;font-style:normal;font-size:12px}.switch-baby-drawer-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#333;background:#fffbf4}.switch-baby-underlay{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#fffbf4}.switch-baby-underlay .mp-status{z-index:1}.switch-under-profile{position:absolute;top:54px;left:0;width:332px;height:710px;background:linear-gradient(180deg,#fff0c8,#fdfdfd 39.26%),#f5f5f5}.switch-under-identity{position:absolute;top:12px;left:24px;width:294px;height:60px;display:flex;align-items:center;gap:8px}.switch-under-identity>img:first-child{width:60px;height:60px;border-radius:50%}.switch-under-identity div{flex:1;min-width:0;display:flex;align-items:center;color:#333;font-size:15px}.switch-under-identity strong{font-size:20px;font-weight:500;line-height:24px}.switch-under-identity span{color:#666;font-size:13px;font-weight:300}.switch-under-identity>img:last-child{width:17px;height:17px;opacity:.65}.switch-under-metrics{position:absolute;top:83px;left:24px;width:284px;display:grid;grid-template-columns:repeat(3,1fr);color:#c1c1c1;font-size:15px;font-weight:300}.switch-under-card{position:absolute;top:128px;left:16px;width:300px;height:232px;padding:16px 27px;background:#fdfdfd;border-radius:20px;box-shadow:-1px -2px 7.5px #00000005,2px 2px 7.5px #0000000a}.switch-under-stats{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;height:52px;text-align:left}.switch-under-stats strong{display:grid;gap:0;color:#333;font-size:20px;font-weight:300;line-height:14px;text-align:left}.switch-under-stats small{color:#333;font-size:12px;font-weight:300;line-height:19px}.switch-under-calendar{width:246px;margin:12px auto 0;display:grid;grid-template-columns:repeat(7,25px);gap:12px}.switch-under-calendar span{width:25px;height:25px;display:grid;place-items:center;color:#f3a127;background:#f8f8f8;border-radius:8px;font-size:10px;font-weight:500}.switch-under-calendar span.warm{background:#ffebd3}.switch-under-calendar span.mid{background:#ffd39d}.switch-under-calendar span.soft{background:#ffecd0}.switch-under-calendar span.hot{color:#fffbf4;background:#f3a127}.switch-under-calendar span.muted{color:#ffebd3}.switch-under-menu{position:absolute;top:370px;left:16px;width:300px;min-height:116px;display:grid;gap:10px;padding:12px 0 0;background:#fdfdfd;border-radius:30px;box-shadow:-1px -2px 7.5px #00000005,2px 2px 7.5px #0000000a}.switch-under-menu.tall{top:521px;min-height:173px;padding:13px 0 0}.switch-under-menu span{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 21px;color:#333;font-size:15px;font-weight:350}.switch-under-menu em{margin-left:auto;margin-right:12px;padding:8px 12px;color:#842601;background:#ffebd3;border:1px solid #fff9e7;border-radius:21px;font-size:12px;font-weight:350;font-style:normal}.switch-under-planet{position:absolute;top:0;left:332px;width:393px;height:852px;overflow:hidden;border-radius:71px;background:linear-gradient(180deg,#fff0c8,#fdfdfd 39.26%),#f5f5f5;filter:blur(.75px) drop-shadow(-1px 0 5.6px rgba(0,0,0,.25))}.switch-under-planet button{position:absolute;top:68px;left:16px;width:48px;height:48px;display:grid;place-items:center;background:#ffffff8c;border-radius:24px}.switch-under-planet button img{width:18px;height:18px}.switch-under-planet-card{position:absolute;top:182px;left:40px;width:132px;display:grid;gap:10px;color:#333;font-size:14px;font-weight:600}.switch-under-planet-card.second{top:505px}.switch-under-planet-card img{width:108px;height:132px;object-fit:cover;border-radius:16px;box-shadow:0 4px 20px #0000001f}.switch-baby-scrim{position:absolute;top:-8px;left:186px;z-index:2;width:225px;height:866px;cursor:pointer;background:#00000045;border-radius:0 16px 16px 0;filter:blur(3.95px)}.switch-baby-drawer{position:absolute;top:-1px;left:0;z-index:4;width:234px;height:852px;background:#fff;border-radius:0 16px 16px 0;box-shadow:none}.switch-baby-drawer h1{position:absolute;top:58px;left:13px;margin:0;color:#000;font-size:20px;font-weight:500;line-height:28px}.switch-baby-manage{position:absolute;top:62px;left:180px;width:32px;height:20px;color:#aaa;cursor:pointer;background:transparent;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}.switch-baby-list{position:absolute;top:137px;left:0;width:234px}.switch-baby-row{width:234px;height:80px;display:flex;align-items:center;gap:20px;padding:10px 20px;color:#333;text-align:left;cursor:pointer;background:transparent}.switch-baby-row.active{background:#f6f6f6}.switch-baby-row img{width:60px;height:60px;border-radius:50%;object-fit:cover}.switch-baby-row span{height:48px;display:grid;align-content:space-between}.switch-baby-row strong{color:#333;font-size:15px;font-weight:500;line-height:21px}.switch-baby-row small{color:#aaa;font-size:15px;font-weight:500;line-height:21px}.switch-baby-add{position:absolute;top:712px;left:0;width:192px;height:56px;display:flex;align-items:center;justify-content:center;gap:20px;color:#333;cursor:pointer;background:#ffe5a9ba;border-radius:0 21px 21px 0;font-size:20px;font-weight:500}.switch-baby-add span{color:#000;font-family:SF Pro Display,PingFang SC,sans-serif;font-size:16px;font-weight:400}.switch-baby-drawer-screen .mp-home-indicator{z-index:6;background:transparent}.family-design-shell{background:#fffbf4}.family-design-shell .mp-nav{top:43px;height:44px;padding:0 12px 0 16px}.family-design-shell .mp-nav h1{color:#535353;font-size:20px;font-weight:700}.family-design-shell .mp-back{width:8px;height:16px;padding:0}.family-design-shell .mp-back img{width:8px;height:16px}.family-design-shell .mp-content{top:103px;bottom:26px;padding:10px 16px 0;overflow:hidden}.family-design-shell .mp-home-indicator{height:26px;background:transparent}.family-design-list{width:361px;display:flex;flex-direction:column;gap:23px}.family-design-row,.family-invite-row{width:361px;height:64px;color:#000;cursor:pointer;background:#fdfdfd;border-radius:30px;box-shadow:0 2px 5px #00000012}.family-design-row{display:flex;align-items:center;justify-content:space-between;padding:0 33px}.family-design-person{width:78px;display:flex;align-items:center;justify-content:space-between}.family-design-person img{width:40px;height:40px;object-fit:cover;border-radius:50%}.family-design-person strong,.family-invite-row strong{font-size:14px;font-weight:500;line-height:20px}.family-design-meta{min-width:78px;display:flex;align-items:center;justify-content:flex-end;gap:19px}.family-design-meta small{color:#979797;font-size:12px;font-weight:400;line-height:17px;white-space:nowrap}.family-design-meta .inline-chevron{width:8px;height:16px}.family-invite-row{display:flex;align-items:center;justify-content:center;gap:8px}.family-invite-row span{width:26px;height:26px;display:grid;place-items:center;color:#fff;background:#ffc53d;border-radius:50%;font-size:24px;font-weight:300;line-height:1}.first-times-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#333;background:linear-gradient(180deg,#fff6e0,#fffbf4 19.44%),#f5f5f5}.first-times-screen[data-node-id="15:2291"]{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.first-times-screen[data-node-id="15:2026"]{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.first-times-screen .mp-status{padding-right:33.5px;padding-bottom:11px;padding-left:54px}.first-times-screen .mp-status-icons{transform:translateY(-4.5px)}.first-times-nav{position:absolute;top:53px;left:0;z-index:6;width:393px;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 16px}.first-times-left-actions{display:flex;align-items:center;gap:13px}.first-times-left-actions button{width:48px;height:48px;display:grid;place-items:center;cursor:pointer;background:#fff9;border-radius:35px;opacity:.8}.first-times-left-actions img{width:16px;height:16px;object-fit:contain}.first-times-left-actions button:nth-child(2) img{width:15px;height:15px}.first-times-title{position:absolute;top:8px;left:141px;display:flex;align-items:center;gap:10px;padding:4px 22px;color:#333;cursor:pointer;background:transparent;font-size:20px;font-weight:500;line-height:24px}.first-times-title img{width:5.5px;height:8.5px;transform:rotate(-90deg)}.first-times-nav .mp-capsule{flex:0 0 auto;transform:translate(-6px)}.first-sort-menu{position:absolute;top:77px;left:151px;z-index:9;width:159px;height:89px;display:grid;gap:17px;padding:14px 26px;background:#ffffff3d;border-radius:36px;box-shadow:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.first-sort-menu button{height:22px;display:flex;align-items:center;gap:18px;color:#000;cursor:pointer;background:transparent;font-size:16px;line-height:22px;white-space:nowrap}.first-sort-menu .selected{color:#333}.first-sort-menu button span{width:14px;display:inline-block;color:#111;text-align:center}.first-sort-menu .selected span{color:#111}.first-segmented{position:absolute;top:121px;left:50px;z-index:4;width:293px;height:38px;display:flex;align-items:center;justify-content:space-between;padding:0;background:#fff9e580;border-radius:66px;box-shadow:0 0 8px #00000014}.first-segmented button{width:140px;height:38px;display:grid;place-items:center;color:#333;cursor:pointer;background:transparent;border-radius:95px;font-size:12px;font-weight:700}.first-segmented button.active{color:#f3a127;background:#fff1c1;border:1px solid #fdfdfd}.first-times-screen[data-node-id="15:2291"] .first-segmented{top:114px}.first-record-list,.growth-stage-list{position:absolute;left:16px;z-index:2;width:361px;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.first-record-list::-webkit-scrollbar,.growth-stage-list::-webkit-scrollbar{display:none}.first-record-list{top:179px;height:562px;display:flex;flex-direction:column;gap:18px;padding-bottom:120px}.growth-stage-list{top:172px;height:600px;display:flex;flex-direction:column;gap:8px;padding-bottom:120px}.first-timeline-block{width:361px;display:grid;gap:10px}.first-record-list .first-timeline-block:first-child{gap:15px}.first-record-list .first-timeline-block:nth-child(3){gap:11.4px}.first-timeline-heading{height:22px;display:flex;align-items:center;gap:8px;padding:0 10px;white-space:nowrap}.first-timeline-heading>span{width:12px;height:12px;background:#ffc220;border:1px solid #f3a127;border-radius:50%}.first-timeline-heading strong{color:#333;font-size:16px;font-weight:700;line-height:22px}.first-timeline-heading small{margin-left:-1px;color:#ccc;font-size:12px;font-weight:500}.first-times-screen[data-node-id="15:2026"] .first-timeline-heading small{font-weight:400}.first-record-card,.first-audio-card,.first-prompt-card{margin-left:30px;width:307px;color:#333;text-align:left;cursor:pointer;background:#fff;border-radius:16px;box-shadow:0 1px 3.25px #0000000d}.first-record-card{height:136px;display:flex;flex-direction:column;gap:10px;padding:10px 8px}.first-record-card.compact{width:308px;height:129px;margin-left:26.5px}.first-record-body{display:flex;align-items:flex-start;gap:15px;padding:0 8px}.first-record-body img{width:88px;height:88px;object-fit:cover;border-radius:4px}.first-record-card.compact .first-record-body img{width:80px;height:80px;object-position:center top}.first-record-body p{margin:0;color:#6b6b6b;font-size:13px;font-weight:500;line-height:18px}.first-record-body.no-image{padding:0 10px}.first-record-body.no-image p{max-height:78px;overflow:hidden}.first-times-screen[data-node-id="15:2026"] .first-record-body p{font-weight:400}.first-times-screen[data-node-id="15:2026"] .first-record-body p,.first-times-screen[data-node-id="15:2026"] .first-audio-card p,.first-times-screen[data-node-id="15:2026"] .first-record-meta{font-weight:300}.first-record-meta{display:flex;align-items:center;gap:5px;color:#333;font-size:10px;line-height:14px}.first-times-screen[data-node-id="15:2291"] .first-record-meta{font-weight:300}.first-record-meta span{width:19px;height:19px;position:relative;display:grid;place-items:center;background:#ffc220;border-radius:4px}.first-record-meta span:before{content:"";width:10px;height:13px;border:1.4px solid #fff;border-radius:2px}.first-record-meta span.diary:before{content:none}.first-record-meta span.diary img{width:13px;height:16px;object-fit:contain}.first-record-meta.audio span:before{width:5px;height:10px;border:0;background:#fff;border-radius:5px}.first-audio-card{height:140px;display:grid;align-content:start;gap:0;padding:10px 16px}.first-audio-card strong{width:auto;justify-self:start;color:#333;font-size:12px;font-weight:500;line-height:17px}.first-times-screen[data-node-id="15:2026"] .first-audio-card strong{font-weight:500}.first-audio-card p{width:249px;height:35px;margin:0;overflow:hidden;color:#333;font-size:10px;line-height:14px}.first-times-screen[data-node-id="15:2026"] .first-audio-card p{color:#555}.first-audio-player{width:249px;height:30px;display:flex;align-items:center;gap:8px;margin-top:2px;padding:0 8px;color:#333;background:#f7f7f7;border-radius:11px;font-size:12px}.first-audio-card .first-record-meta.audio{margin-top:10px;margin-left:-8px}.first-audio-player span{width:23px;height:23px;display:grid;place-items:center;color:#ffc220;background:#fff;border-radius:50%;font-size:10px}.growth-stage-summary{width:361px;height:94px;flex:0 0 94px;margin-bottom:17px;display:grid;align-content:start;gap:10px;padding:12px 16px;color:#333;text-align:left;cursor:pointer;background:#fff;border-radius:17px}.growth-stage-summary span{display:flex;align-items:center;gap:10px}.growth-stage-summary strong{color:#5c5c5c;font-size:16px;font-weight:700;line-height:22px}.growth-stage-summary span i{width:9px;height:9px;border-right:1.5px solid #333;border-bottom:1.5px solid #333;transform:translateY(-2px) rotate(45deg)}.growth-stage-summary em{color:#f3a127;font-size:13px;font-style:normal;font-weight:500;line-height:18px}.growth-stage-summary b{width:328px;height:6px;display:block;overflow:hidden;background:#e3e3e3;border-radius:36px}.growth-stage-summary b i{display:block;width:15px;height:6px;background:#ffae36;border-radius:36px}.first-prompt-card{min-height:103px;display:flex;align-items:center;gap:15px;padding:10px 16px}.first-prompt-card>img{width:80px;height:80px;object-fit:cover;border-radius:10px}.first-prompt-card span{flex:1;min-height:81px;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.first-prompt-card p{width:100%;margin:0;color:#6b6b6b;font-size:12.6px;font-weight:400;line-height:18px}.growth-stage-list .first-prompt-card p{width:182px;min-width:0;font-size:13px;line-height:19px}.growth-stage-list .first-timeline-block:nth-child(2) .first-timeline-heading{position:relative;top:-5px}.growth-stage-list .first-prompt-card{width:308px;height:101px;min-height:101px;margin-left:26.5px}.first-prompt-card em{padding:2px 10px;color:#fff7de;background:#ffc53d;border-radius:21px;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.growth-stage-menu{position:absolute;top:196px;left:199px;z-index:8;width:159px;height:206px;display:grid;gap:17px;padding:14px 26px;background:#ffffff96;border-radius:36px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.growth-stage-menu button{height:22px;display:flex;align-items:center;gap:12px;color:#000;cursor:pointer;background:transparent;font-size:16px;font-weight:500;line-height:22px;white-space:nowrap}.growth-stage-menu button.active{color:#f3a127}.growth-stage-menu span{width:14px;height:14px;display:block;flex:0 0 14px}.growth-stage-menu span img{width:14px;height:14px;display:block}.growth-stage-list .first-timeline-block:not(:last-child){margin-bottom:10px}.first-floating-add{position:absolute;top:665px;right:34px;z-index:7;width:56px;height:56px;display:grid;place-items:center;color:#fff;cursor:pointer;background:#ffc53d;border-radius:28px;box-shadow:0 0 2px #8f8f8f9c;font-size:36px;font-weight:300;line-height:1}.first-floating-add img{width:20px;height:20px;object-fit:contain}.first-times-screen[data-node-id="15:2291"] .first-floating-add{top:662px;right:22px}.first-planet-entry{position:absolute;bottom:23px;left:61px;z-index:7;width:255px;height:69px;display:block;padding:0;color:#ffc53d;cursor:pointer;background:transparent;border:0;font-size:14px;font-weight:800}.first-planet-entry-bg{position:absolute;top:-4px;left:-4px;width:263px;height:77px;object-fit:fill}.first-planet-entry-orb{position:absolute;top:7.2px;left:100.2px;width:54.6px;height:54.6px;object-fit:contain}.first-planet-entry-icon{position:absolute;top:21.6px;left:113.5px;width:28px;height:27px;object-fit:contain}.first-planet-entry-arrow{position:absolute;top:31px;right:15px;width:13px;height:19px;object-fit:fill}.first-planet-entry span{position:absolute;color:#ffc53d;font-size:14px;font-weight:800;line-height:normal;text-align:center;white-space:nowrap}.first-planet-entry-text-left{top:30px;left:25px}.first-planet-entry-text-right{top:30px;left:162px}.first-times-screen:after{content:"";position:absolute;right:0;bottom:13px;left:0;z-index:5;height:101px;pointer-events:none;background:linear-gradient(180deg,#fff0,#fbfbfb)}.first-times-screen .mp-home-indicator{z-index:9;height:20px;background:transparent}.demo-modal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;align-items:end}.demo-modal-mask{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;background:#0000006b;animation:fade-in .14s ease-out both}.demo-modal section{position:relative;display:grid;gap:14px;padding:20px 16px 34px;background:#fff;border-radius:22px 22px 0 0;animation:sheet-up .18s ease-out both}.calendar-page>p{margin:0;color:#777}.calendar-week,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;text-align:center}.calendar-week{color:#777;font-size:12px}.calendar-grid button{position:relative;min-height:42px;color:#333;cursor:pointer;background:#fff;border-radius:12px}.calendar-grid button.has-record:after,.calendar-grid button.active:after{content:"";position:absolute;right:7px;bottom:6px;width:5px;height:5px;background:#ffc53d;border-radius:50%}.calendar-grid button.active{background:#ffc53d;font-weight:700}.calendar-grid small{display:block;color:#777;font-size:9px}.year-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.year-grid button{min-height:74px;display:grid;gap:5px;place-items:center;cursor:pointer;background:#fff;border-radius:16px}.year-grid strong{color:#333;font-size:20px}.year-grid span{color:#777;font-size:12px}.share-card,.monthly-poster{min-height:430px;align-content:start;background:radial-gradient(circle at 80% 15%,rgba(255,197,61,.28),transparent 18%),#fff}.mini-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;margin-top:14px}.mini-calendar span{height:34px;display:grid;place-items:center;color:#777;background:#f8f8f8;border-radius:10px}.mini-calendar span.active{color:#333;background:#ffc53d}.monthly-poster .photo-strip{margin:12px 0}.stage-card{min-height:108px}@keyframes page-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes sheet-up{0%{transform:translateY(30px)}to{transform:translateY(0)}}@keyframes slow-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes counter-rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}.phone-frame-compact .mp-status{height:49px;padding:0 14.3px 17.45px 21px;font-size:15px;line-height:20px}.phone-frame-compact .mp-status-icons{gap:4.7px}.phone-frame-compact .mp-status-icons img:nth-child(1){width:16.99px;height:11.88px}.phone-frame-compact .mp-status-icons img:nth-child(2){width:15.34px;height:12.25px}.phone-frame-compact .mp-status-icons img:nth-child(3){width:24.34px;height:12.62px}.onboarding-nav .mp-capsule{justify-self:end;margin-right:6px}.login-back-button{position:relative;top:auto;left:auto;z-index:8;width:44px;height:44px;display:grid;align-items:center;justify-items:start;padding:0 0 0 12px;cursor:pointer;background:transparent}.login-back-button img{width:9.5px;height:17.5px}.brand-lockup{top:285px;width:175.728px;gap:4px}.brand-title-row{display:flex;align-items:flex-start;justify-content:center;gap:2px;width:100%}.brand-mark{width:48px;height:40px;margin-top:2.5px;object-fit:contain;border:0;border-radius:0}.brand-lockup strong{font-family:HouZunSongTi,STSong,Songti SC,serif;font-size:36px;line-height:43px;letter-spacing:1.8px}.brand-lockup span{width:100%;margin-top:0;padding-top:6px;border-top:1px solid #e6e6e6;font-size:14px;line-height:17px;letter-spacing:2px}.login-actions{top:603px;left:calc(50% - .5px);right:auto;bottom:auto;width:276px;display:block;gap:0;transform:translate(-50%)}.login-actions .app-primary-button{width:276px;height:54px;min-height:54px}.login-actions .app-ghost-button{width:276px;height:20px;min-height:20px;margin-top:14px;padding:0;color:#777;background:transparent;border-color:transparent;font-size:16px;font-weight:400;line-height:19px}.agreement-row{margin-top:40px;margin-left:-14px;align-self:start;gap:4px;width:300px;height:24px;white-space:nowrap}.agreement-row input{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;width:24px;height:24px;margin:0;border:0;border-radius:0;background:radial-gradient(circle at center,transparent 0 6.5px,#c9c9c9 7px,#c9c9c9 7.8px,transparent 8.2px)}.agreement-row input:checked{background:radial-gradient(circle at center,#ffc53d 0 4px,transparent 4.5px),radial-gradient(circle at center,transparent 0 6.5px,#ffc53d 7px,#ffc53d 7.8px,transparent 8.2px)}.role-step{position:relative;height:675px;padding:0;gap:0}.role-flow .mp-nav{height:44px}.role-flow .mp-nav h1{transform:none}.basic-one-step{position:relative;height:675px;color:#333}.gender-section{position:absolute;top:17px;left:0;width:355px;text-align:center}.gender-section h2,.birth-section h2{margin:0;font-size:24px;font-weight:500;line-height:29px}.gender-section p{margin:7px 0 0;color:#777;font-size:13px;line-height:16px}.gender-options{display:flex;justify-content:center;gap:84px;margin-top:22px}.gender-options button{width:76px;height:76px;padding:0;overflow:hidden;cursor:pointer;background:#ffe6a6;border:2px solid transparent;border-radius:50%}.gender-options button.active{border-color:#ffc53d}.gender-options img{width:94px;height:94px;object-fit:contain;transform:translate(-9px,-9px)}.basic-yellow-divider{position:absolute;top:221px;left:-6px;width:345px;height:5px;background:#ffc53d;border-radius:3px}.birth-section{position:absolute;top:254px;left:18px;width:320px;text-align:center}.wheel-picker{position:relative;width:308px;height:160px;display:flex;gap:0;margin:23px auto 0;padding:0 12px;overflow:hidden;background:#ffffffb8;border-radius:8px}.wheel-picker-column{position:relative;flex:1;min-width:0;height:160px;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 22%,#000 78%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 22%,#000 78%,transparent 100%)}.wheel-picker-scroll{width:100%;height:100%;overflow-y:scroll;overflow-x:hidden;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.wheel-picker-pad{width:100%;flex-shrink:0}.wheel-picker-scroll::-webkit-scrollbar{display:none;width:0;height:0}.wheel-picker-item{display:block;width:100%;padding:0;border:0;background:transparent;color:#b8b8b8;font-size:14px;font-weight:400;text-align:center;scroll-snap-align:center;scroll-snap-stop:always;cursor:pointer;transition:color .16s ease,font-size .16s ease,font-weight .16s ease}.wheel-picker-item.active{color:#333;font-size:16px;font-weight:500}.wheel-picker-highlight{position:absolute;left:6px;right:6px;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;pointer-events:none;z-index:1}.basic-one-step>.privacy-copy{position:absolute;top:584px;left:-2px;margin:0}.basic-one-step>.app-primary-button{position:absolute;top:612px;left:-2px;width:355px;height:51px}.role-step h2{position:absolute;top:1px;left:0;width:100%;font-size:24px;font-weight:500}.role-list{position:absolute;top:126px;left:-5px;width:351px;gap:24px}.role-card{width:351px;height:96px;padding:0 12px;gap:27px;overflow:hidden;border-radius:8px}.role-card strong{font-size:16px;font-weight:500}.role-step .privacy-copy{position:absolute;top:569px;left:5px;margin:0}.role-step .app-primary-button{position:absolute;top:596px;left:-6px;width:355px;height:51px;font-weight:500}.role-avatar{width:64px;height:64px;overflow:visible;background:transparent;border-radius:0}.role-avatar img{width:64px;height:64px;object-fit:contain;transform:none}.record-overlay-screen{position:relative;width:100%;height:100%;overflow:hidden;background:linear-gradient(180deg,#fff6e0,#fffbf4 19.442%,#f5f5f5)}.record-overlay-screen .mp-content{top:119px;padding:10px 16px;filter:blur(17px) drop-shadow(0 4px 2px rgba(0,0,0,.25));opacity:.07;pointer-events:none}.record-overlay-screen .mp-screen{background:linear-gradient(180deg,#fff6e0,#fffbf4 19.442%,#fffbf4),linear-gradient(90deg,#f5f5f5,#f5f5f5)}.record-overlay-screen .mp-status{padding-right:33.5px;padding-bottom:11px;padding-left:54px}.record-overlay-screen .mp-status-icons{transform:translateY(-5.5px)}.record-overlay-screen .mp-nav{height:48px;filter:blur(10.7px);opacity:.9}.record-overlay-screen .header-bubble-group{transform:translateY(-.5px)}.record-overlay-screen .mp-capsule{transform:translate(-6px)}.record-overlay-screen .mp-home-indicator{z-index:13;background:transparent}.record-overlay-screen .mp-home-indicator span{background:#000}.record-overlay-timeline .record-card{width:308px}.record-dock-gradient{position:absolute;top:808px;left:0;z-index:10;width:393px;height:44px;background:linear-gradient(180deg,#fff0,#fbfbfb);pointer-events:none}.record-action-dock{position:absolute;top:701px;left:102px;z-index:12;width:188px;height:56px;overflow-x:auto;overflow-y:hidden;padding:6.5px 12px;background:#fff;border-radius:24px;box-shadow:0 -1px 15px #0000000a,0 4px 15px #0000000a;scrollbar-width:none}.record-action-dock::-webkit-scrollbar{display:none}.record-action-dock-track{width:504px;height:43px;display:flex;align-items:center;gap:12px}.record-dock-button{flex:0 0 82px;height:43px;display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:9px 15px;color:#222;cursor:pointer;background:transparent;border-radius:24px;font-size:12px;font-weight:500;line-height:17px;white-space:nowrap}.record-dock-button:first-child{flex-basis:102px;justify-content:flex-start;padding-right:0;padding-left:0}.record-dock-button:nth-child(4){flex-basis:73px;padding:10px}.record-dock-button img{width:18px;height:18px;object-fit:contain;filter:grayscale(1) brightness(.4)}.record-dock-button.active{background:#ffce4acc}.record-dock-button.active img{width:20px;height:20px;filter:none}.record-action-dock-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#fff,#fff0 27.658%,#fff0 69.757%,#fff);border-radius:24px}.record-float-menu{position:absolute;top:446px;right:27px;z-index:12;width:128px;display:grid;gap:23px;justify-items:end}.record-float-action{--record-action-gap: 14px;display:flex;align-items:center;justify-content:flex-end;gap:var(--record-action-gap);width:128px;height:38px;padding:0;color:#6b6b6b;cursor:pointer;background:transparent;font-size:12px;font-weight:400;white-space:nowrap}.record-float-action.diary{--record-action-gap: 16px}.record-float-action.upload{--record-action-gap: 12px}.record-float-action i{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;color:#fff;border-radius:999px;font-style:normal;font-size:24px;font-weight:400}.record-float-action i img{width:24px;height:24px;object-fit:contain}.record-float-action.diary i{background:linear-gradient(204deg,#7a9cfc 12%,#4abbff 89%)}.record-float-action.diary i img{width:20.67px;height:23.67px}.record-float-action.audio i{background:linear-gradient(206deg,#ffd300 13%,#ffad03 88%)}.record-float-action.audio i img{width:25px;height:25px}.record-float-action.upload i{background:transparent}.record-float-action.upload i img{width:38px;height:38px}.record-float-action.import i{width:42px;height:42px;background:linear-gradient(199deg,#b4a7ff 14%,#a454ff 90%)}.record-float-action.import i img{width:29px;height:29px}.record-float-close{width:42px;height:42px;display:grid;place-items:center;cursor:pointer;background:transparent;border-radius:50%}.record-float-close img{width:29px;height:29px}.diary-edit-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#333;background:#fdfdfd}.diary-edit-screen .mp-status{background:#fdfdfd}.diary-topbar{position:absolute;top:54px;left:0;width:393px;height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.diary-topbar button{color:#000;cursor:pointer;background:transparent;font-size:16px}.diary-cancel{width:40px;height:32px;padding:0;text-align:left;white-space:nowrap}.diary-top-actions{width:131px;display:flex;align-items:center;justify-content:space-between}.diary-edit-screen:not(.diary-result-editor) .diary-top-actions{width:40px;justify-content:flex-end}.diary-edit-screen:not(.diary-result-editor) .diary-history{display:none}.diary-history{width:31px;height:30px;display:grid;place-items:center;color:#333;background:transparent!important;border-radius:50%;font-size:0!important;line-height:1}.diary-history img{width:31px;height:30px;display:block}.diary-history.redo img{transform:scaleX(-1)}.diary-topbar .diary-check{height:40px;width:40px;display:grid;place-items:center;background:#ffde7f;border-radius:999px}.diary-topbar .diary-check img{width:24px;height:24px}.diary-editor-body{position:absolute;top:101px;left:18px;width:357px}.diary-editor-body:before{content:"";position:absolute;top:47px;left:0;width:355px;height:1px;background:#e5e5e5}.diary-editor-body .title-input{width:355px;height:37px;padding:0;color:#666;background:transparent;border:0;border-radius:0;font-size:20px;font-weight:700;line-height:22px}.diary-editor-body textarea{width:357px;height:490px;margin-top:21px;padding:0;color:#333;background:transparent;border:0;resize:none;font-size:16px;line-height:24px}.diary-editor-body textarea::placeholder,.diary-editor-body .title-input::placeholder{color:#ccc}.diary-result-editor .title-input::placeholder{color:#666;opacity:1}.diary-result-editor .diary-editor-body textarea{font-size:15.6px;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,sans-serif}.diary-result-text{width:357px;height:499px;margin-top:21px;overflow:hidden;color:#333;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15.8px;font-weight:400;line-height:24px}.diary-result-text p{margin:0;line-height:24px}.diary-result-editor .diary-form-row>*{transform:translateY(-6px)}.diary-result-editor .diary-tool-dock{bottom:32px}.diary-form-list{position:absolute;top:552px;left:9px;width:322px;margin:0;display:grid;gap:13px}.diary-edit-screen:not(.diary-result-editor) .diary-form-list{top:151px;left:18px;width:305px;gap:26px}.diary-edit-screen:not(.diary-result-editor) .diary-form-row{min-height:28px}.diary-form-row{display:grid;grid-template-columns:28px 1fr auto;align-items:center;min-height:42px;border-bottom:1px solid #ededed}.diary-form-row span{width:28px;height:28px;display:grid;place-items:center}.diary-form-row span img{width:20px;height:20px;object-fit:contain}.diary-form-row strong{font-size:16px;font-weight:500}.diary-form-row button{display:inline-flex;align-items:center;gap:5px;color:#aaa;cursor:pointer;background:transparent;font-size:16px}.inline-chevron{width:6px;height:11px;object-fit:contain}.tag-editor{display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tag-editor::-webkit-scrollbar{display:none}.tag-editor button,.tag-editor input{flex:0 0 auto;height:24px;border:.5px solid #d3d3d3;border-radius:8px;font-size:12px;line-height:22px}.tag-editor button{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 8px;color:#888;cursor:pointer;background:#fff}.tag-editor .tag-add-button{width:30px;padding:0;color:#999;background:#f5f6fa;font-size:16px}.tag-editor .tag-chip{color:#8a6a22;background:#fff8e8;border-color:#ffc2208c}.tag-editor .tag-chip i{color:#c49a35;font-style:normal;font-size:11px;line-height:1}.tag-editor .tag-suggestion{color:#aaa;background:transparent}.tag-editor input{width:82px;padding:0 8px;color:#555;background:#fff;outline:0}.tag-editor input::placeholder{color:#bbb}.diary-tag-row{grid-template-columns:28px 44px minmax(0,1fr);column-gap:8px}.diary-tag-row .tag-editor{min-width:0}.diary-tool-dock{position:absolute;left:12px;bottom:34px;width:369px;height:48px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:0 18px;background:url(/assets/tool-dock-CSBncX6V.svg) center / 389px 70px no-repeat;border-radius:999px}.diary-tool-dock button{height:44px;display:grid;place-items:center;cursor:pointer;background:transparent}.diary-tool-dock button img{width:23px;height:23px;object-fit:contain;opacity:0}.diary-ai-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#333;background:#fdfdfd}.diary-ai-topbar{position:absolute;top:54px;left:0;z-index:4;width:393px;height:32px;display:flex;align-items:center;justify-content:flex-start;padding:0 20px}.diary-ai-topbar button{padding:0;color:#000;cursor:pointer;background:transparent;font-size:16px;line-height:22px}.diary-ai-result-design .diary-ai-topbar button{transform:scaleX(.985);transform-origin:left center}.diary-ai-screen .mp-status{padding-right:33.5px;padding-bottom:11px;padding-left:54px}.diary-ai-screen .mp-status-icons{transform:translateY(-4.5px)}.diary-ai-copy{position:absolute;top:102px;left:18px;z-index:2;width:357px;color:#333;font-family:PingFang SC,sans-serif;font-size:15.65px;font-weight:400;line-height:24px}.diary-ai-copy p{margin:0}.diary-ai-copy .ai-error-copy{margin-top:16px;color:#bb7000;font-size:13px}.ai-add{color:#f3a127;background:#fff2c380}.diary-ai-result-design .ai-add{background:transparent}.diary-ai-result-design .diary-ai-copy{font-size:15.7px}.diary-polishing-design .diary-ai-copy{top:103px;font-size:15.7px}.ai-result-highlights{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.ai-result-highlights span{position:absolute;height:22px;background:#fff2c380}.ai-polishing-highlights span{height:17px}.ai-muted{color:#aaa}.ai-remove{color:#aaa;text-decoration:line-through;text-decoration-thickness:1px;text-decoration-skip-ink:none}.polishing-pill{position:absolute;top:726px;left:90px;width:213px;height:68px;display:flex;align-items:center;justify-content:center;gap:14px;color:#333;cursor:pointer;background:#fdfdfd;border-radius:999px;box-shadow:0 4px 5px #0000001a;font-size:24px;font-weight:500}.polishing-pill span,.ai-complete-card header span{position:relative;width:42px;height:42px}.polishing-pill span:before,.ai-complete-card header span:before{content:"";position:absolute;left:14px;top:10px;width:6px;height:24px;background:#f3a127;border-radius:4px;transform:rotate(32deg)}.polishing-pill span:after,.ai-complete-card header span:after{content:"";position:absolute;right:5px;top:5px;width:6px;height:6px;border-radius:50%;box-shadow:-17px 3px #f3a127,-3px 12px #f3a127,-21px 22px #f3a127;background:#f3a127}.ai-complete-card{position:absolute;top:566px;left:16px;z-index:5;width:361px;height:236px;min-height:0;display:flex;flex-direction:column;gap:10px;padding:16px;color:#333;background:#fff0cb;border:1px solid #f5c658;border-radius:18px;box-shadow:0 0 2px #fff1cd}.ai-complete-card header{display:flex;align-items:center;gap:15px}.diary-ai-result-design .ai-complete-card header{transform:scaleX(.99);transform-origin:left center}.ai-command-icon{width:30px;height:30px;display:block;object-fit:contain}.ai-complete-card header strong{font-family:PingFang SC,sans-serif;font-size:16px;font-weight:500}.ai-complete-card p{margin:0;font-family:PingFang SC,sans-serif;font-size:12.74px;font-weight:400;line-height:1.5}.ai-complete-card b{font-size:13.8px;font-weight:400}.ai-complete-meta{display:flex;align-items:center;justify-content:space-between;padding:0 9px;color:#aaa;font-size:10px}.ai-complete-meta small{display:flex;align-items:center;gap:5px;font-family:PingFang SC,sans-serif;font-weight:400;line-height:normal;white-space:nowrap}.ai-complete-meta img{width:10px;height:10px;object-fit:contain}.ai-complete-meta small:last-child{gap:4px;color:#666}.ai-complete-actions{display:flex;align-items:center;gap:26px;transform:translateY(1.5px)}.ai-complete-actions button{height:40px;display:flex;align-items:center;justify-content:center;gap:10px;color:#666;cursor:pointer;background:transparent;border-radius:24px;font-family:PingFang SC,sans-serif;font-size:13px;font-weight:400;line-height:1.2;white-space:nowrap}.ai-complete-actions img{width:13px;height:13px;object-fit:contain}.ai-complete-actions button:first-child img,.ai-complete-actions button:last-child img{height:12px}.ai-complete-actions button:nth-child(1),.ai-complete-actions button:nth-child(2){width:105px;background:#fff7e1}.ai-complete-actions button:nth-child(1),.ai-complete-actions button:nth-child(3){color:#bb7000}.ai-complete-actions button:nth-child(3){gap:11px;color:#f3a127;font-weight:500}.diary-ai-screen .mp-home-indicator{background:transparent}.media-preview-design{position:relative;width:100%;height:100%;overflow:hidden;color:#333;background:#f5f5f5}.media-preview-nav{position:absolute;top:54px;left:0;z-index:4;width:393px;height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 12px}.media-preview-nav button{width:12px;height:44px;display:grid;place-items:center;cursor:pointer;background:transparent}.media-preview-nav button img{width:8px;height:16px}.media-preview-nav h1{position:absolute;top:12px;left:50%;margin:0;color:#333;font-size:16px;font-weight:500;line-height:19px;transform:translate(-50%)}.media-preview-board{position:absolute;top:98px;bottom:130px;left:8px;width:377px;display:grid;grid-template-columns:repeat(3,123px);align-content:start;gap:4px;overflow-y:auto;scrollbar-width:none}.media-preview-board::-webkit-scrollbar{display:none}.media-preview-board span{width:123px;height:123px;display:block;overflow:hidden;background-color:#fff;background-size:cover}.media-preview-board img,.media-preview-board video{width:100%;height:100%;display:block;object-fit:cover}.media-preview-footer{position:absolute;right:0;bottom:0;left:0;z-index:4;width:100%;height:60px;background:#fff;box-shadow:4px -4px 4px #0000001a}.media-preview-tags{position:absolute;right:14px;bottom:74px;left:14px;z-index:4;min-height:34px;padding:5px 8px;background:#fffffff5;border-radius:14px;box-shadow:0 6px 16px #00000014}.preview-label{position:absolute;top:15px;left:19px;color:#a2a2a2;cursor:pointer;background:transparent;font-size:16px}.preview-done{position:absolute;top:12px;right:19px;width:58px;height:28px;color:#222;cursor:pointer;background:#ffde7f;border-radius:12px;font-size:16px;font-weight:500}.media-preview-design .mp-home-indicator{z-index:5;height:34px;background:transparent;pointer-events:none}.planet-design-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#fff;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;background:linear-gradient(180deg,#050b1e,#23296e 42.3%,#222559)}.planet-design-screen:not(.planet-topic-screen){background:linear-gradient(180deg,#050b1e,#23296e 42.3%,#222559)}.planet-design-screen:not(.planet-topic-screen) .mp-status{z-index:6;color:#fdfdfd;font-weight:590}.planet-design-screen:not(.planet-topic-screen) .mp-status-icons img{filter:invert(99%)}.planet-design-nav{position:absolute;top:53px;left:0;z-index:5;width:393px;height:49px;display:grid;grid-template-columns:127px 1fr 103px;align-items:center;padding:0 12px 0 16px}.planet-design-nav>div{display:flex;gap:13px}.planet-design-nav button{width:48px;height:48px;display:grid;place-items:center;cursor:pointer;background:#fff9;border-radius:35px}.planet-design-screen:not(.planet-topic-screen) .planet-design-nav button{background:#3c3c3c99;opacity:.8}.planet-design-nav button img{width:16px;height:16px;object-fit:contain}.planet-design-nav>div button:nth-child(2) img{width:15px;height:15px}.planet-design-nav h1{margin:0;color:#fffbf4;text-align:center;font-size:20px;font-weight:500}.planet-design-nav .mp-capsule{background:#ffffff24}.planet-design-screen:not(.planet-topic-screen) .planet-design-nav .mp-capsule{background:transparent;transform:translate(-6px)}.planet-design-screen:not(.planet-topic-screen) .planet-design-nav .mp-capsule img{filter:invert(99%)}.planet-panel{position:absolute;top:0;left:0;width:393px;height:852px;overflow:hidden;background:transparent;border-radius:0}.planet-design-screen:not(.planet-topic-screen) .planet-panel{background:transparent}.planet-close{position:absolute;top:134px;right:20px;width:34px;height:34px;display:grid;place-items:center;cursor:pointer;overflow:visible;background:transparent;border-radius:50%}.planet-close img{position:absolute;top:-8px;left:-8px;width:50px;height:50px;max-width:none}.planet-filter-row{position:absolute;top:138px;left:12px;display:flex;gap:10px}.planet-filter-row button{height:30px;min-width:72px;display:inline-flex;align-items:center;justify-content:center;gap:4px;color:#f3a127;cursor:pointer;background:#3e3e3e;border-radius:19px;font-size:12px}.planet-filter-row button img{object-fit:contain}.planet-filter-row button:nth-child(1) img{width:22px;height:22px}.planet-filter-row button:nth-child(2) img{width:20px;height:20px}.planet-filter-row button:nth-child(3) img{width:18px;height:18px}.planet-filter-row button.active{background:#3e3e3e}.planet-count{position:absolute;top:186px;right:14px;margin:0;color:#f3a127;font-size:14px;font-weight:500;line-height:16.8px}.planet-globe-button{position:absolute;top:313px;left:25px;width:342px;height:353px;padding:0;cursor:pointer;background:transparent;border-radius:999px;overflow:visible}.planet-design-screen:not(.planet-topic-screen) .planet-globe-button{top:313px;left:25px;width:342px;height:353px;overflow:hidden;border-radius:999px}.planet-overview-rotatable{--planet-tex-x: 0px;--planet-tex-y: 0px;--planet-shine-x: 50%;--planet-shine-y: 38%;color:#fff;touch-action:none;transform:none;transform-origin:50% 50%;cursor:grab;box-shadow:0 22px 42px #080b2440,0 0 20px #ffc05414}.planet-overview-sphere:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:999px;pointer-events:none;background:radial-gradient(circle at var(--planet-shine-x) var(--planet-shine-y),rgba(255,255,255,.12),rgba(255,255,255,0) 30%),radial-gradient(circle at 50% 50%,#fff0 56%,#05071833 75%,#02040d75),linear-gradient(90deg,rgba(255,255,255,.08),transparent 22%,transparent 72%,rgba(0,0,0,.2))}.planet-overview-rotatable:active{cursor:grabbing}.planet-overview-rotatable img{pointer-events:none}.planet-overview-texture{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;border-radius:999px;pointer-events:none}.planet-overview-rotatable .planet-globe-export{position:absolute;top:-2.5%;right:-5%;bottom:-2.5%;left:-5%;width:110%;height:105%;object-fit:fill;transform:translate(var(--planet-tex-x),var(--planet-tex-y)) scale(1.02);transform-origin:50% 50%;transition:transform .03s linear;filter:saturate(1.08) contrast(1.04)}.planet-globe-button img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:contain;border-radius:0}.planet-design-screen:not(.planet-topic-screen) .planet-globe-asset{width:342px;height:353px;object-fit:fill;border-radius:999px}.planet-globe-button .topic-globe-base{top:-18.54%;left:-2.62%;width:105.83%;height:137.66%;object-fit:fill}.planet-globe-button .topic-globe-overlay{width:342px;height:353px;object-fit:fill;opacity:.96}.planet-globe-button .planet-theme-line{position:absolute;z-index:1;display:block;height:0;border-top:1px solid rgba(255,255,255,.82);transform-origin:center center;pointer-events:none}.planet-theme-line.l57{left:127.471px;top:81px;width:59.059px;transform:rotate(-151.7deg)}.planet-theme-line.l53{left:150.652px;top:126px;width:37.696px;transform:rotate(-21.8deg)}.planet-theme-line.l69{left:151.967px;top:135px;width:122.066px;transform:rotate(1.88deg)}.planet-theme-line.l55{left:141.457px;top:219.204px;width:45.798px;transform:rotate(112.18deg)}.planet-theme-line.l60{left:146.722px;top:155px;width:133.555px;transform:rotate(11.23deg)}.planet-theme-line.l62{left:218.254px;top:110.5px;width:77.492px;transform:rotate(17.27deg)}.planet-theme-line.l61{left:197.118px;top:176.5px;width:82.765px;transform:rotate(-11.85deg)}.planet-theme-line.l63{left:75px;top:228px;width:30px;transform:rotate(0)}.planet-theme-line.l65{left:71.829px;top:106px;width:35.341px;transform:rotate(-64.89deg)}.planet-theme-line.l64{left:41.553px;top:128.5px;width:27.893px;transform:rotate(-165.47deg)}.planet-theme-line.l66{left:15.928px;top:180.5px;width:31.145px;transform:rotate(174.47deg)}.planet-theme-line.l68{left:63.988px;top:167px;width:84.024px;transform:rotate(141.77deg)}.planet-theme-line.l67{left:30.71px;top:151.5px;width:42.579px;transform:rotate(170.54deg)}.planet-topic-screen{background:linear-gradient(180deg,#060c1e -3.1%,#242a70 41%,#23265a)}.planet-topic-screen .mp-status{color:#fff;padding-right:33.5px;padding-bottom:11px;padding-left:54px}.planet-topic-screen .mp-status-icons img{filter:invert(1)}.planet-topic-screen .mp-status-icons{transform:translateY(-5.5px)}.planet-topic-screen .planet-panel{background:transparent;border-radius:0}.planet-topic-screen .planet-design-nav{height:48px}.planet-topic-screen .planet-design-nav button{background:#3c3c3c99;opacity:.8}.planet-topic-screen .planet-design-nav .mp-capsule{background:transparent;transform:translate(-6px)}.planet-topic-screen .planet-design-nav .mp-capsule img{filter:invert(99%)}.planet-topic-screen .planet-count{top:186px}.planet-topic-screen.people-mode .planet-filter-row button.active{color:#fff7de;background:#f3a127}.planet-topic-screen.theme-mode .planet-filter-row button.active{background:#3e3e3e}.planet-topic-globe{position:absolute;top:175px;left:24px;width:342px;height:353px;padding:0;color:#fff;cursor:pointer;background:transparent;border-radius:999px;overflow:hidden}.planet-topic-screen.theme-mode .planet-topic-globe{width:343px;overflow:visible}.planet-dynamic-globe{position:absolute;top:313px;left:25px;width:342px;height:353px;color:#fff;cursor:grab;overflow:hidden;border-radius:999px;touch-action:none;transform-origin:50% 50%;transition:filter .18s ease}.planet-dynamic-globe:active{cursor:grabbing}.planet-dynamic-globe.focused{top:303px}.planet-surface-globe .topic-globe-crop{z-index:0;background:radial-gradient(circle at var(--planet-shine-x, 46%) var(--planet-shine-y, 35%),rgba(255,237,188,.34),rgba(255,224,156,.08) 25%,transparent 44%),radial-gradient(circle at 35% 50%,rgba(164,111,255,.2),transparent 48%),radial-gradient(circle at 64% 56%,rgba(255,130,69,.16),transparent 45%),radial-gradient(circle at 50% 50%,#222462,#16143d 58%,#060a1f);box-shadow:inset 18px 18px 34px #ffe1af29,inset -26px -24px 38px #0205127a,0 0 18px #ffca6529}.planet-surface-globe .topic-globe-crop:before,.planet-surface-globe .topic-globe-crop:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;pointer-events:none}.planet-surface-globe .topic-globe-crop:before{background:radial-gradient(circle at var(--planet-shine-x, 30%) var(--planet-shine-y, 24%),rgba(255,255,255,.26),transparent 12%),radial-gradient(circle at 62% 42%,rgba(255,190,93,.16),transparent 18%),linear-gradient(115deg,rgba(255,255,255,.08),transparent 28%,rgba(255,201,91,.08) 62%,transparent 76%);mix-blend-mode:screen;opacity:.72}.planet-surface-globe .topic-globe-crop:after{background:radial-gradient(circle at 50% 47%,transparent 54%,rgba(5,7,24,.2) 73%,rgba(2,4,14,.58) 100%),linear-gradient(90deg,rgba(255,255,255,.12),transparent 20%,transparent 72%,rgba(0,0,0,.22))}.planet-surface-globe .topic-globe-base,.planet-surface-globe .topic-globe-overlay{display:none}.planet-dynamic-lines{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;pointer-events:none}.planet-dynamic-lines line{stroke:#fff2c19e;stroke-width:1;stroke-linecap:round;filter:drop-shadow(0 0 2px rgba(255,214,126,.55))}.planet-node{position:absolute;z-index:3;width:74px;min-height:54px;display:grid;justify-items:center;gap:0;padding:0;color:#fefefe;text-align:center;cursor:pointer;background:transparent;transform:translate(-50%,-50%) scale(var(--planet-node-scale));transform-origin:50% 50%;-webkit-user-select:none;user-select:none}.planet-node-star{width:var(--planet-node-size);height:var(--planet-node-size);display:grid;place-items:center;color:#fff7de;font-size:var(--planet-node-size);line-height:.82;text-shadow:0 0 7px rgba(255,255,255,.95),0 0 16px rgba(255,196,81,.75),0 0 30px rgba(255,179,64,.45)}.planet-node strong{max-width:76px;margin-top:-1px;overflow:hidden;color:#f7f7f7;font-size:11px;font-weight:500;line-height:14px;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 4px rgba(0,0,0,.55)}.planet-node small{color:#ffffffad;font-size:8px;font-weight:400;line-height:11px;text-shadow:0 1px 4px rgba(0,0,0,.55)}.planet-node.active{width:112px;min-height:88px}.planet-node.active strong{max-width:112px;margin-top:0;color:#fff7de;font-size:18px;font-weight:700;line-height:24px}.planet-topic-summary{position:absolute;top:186px;left:0;z-index:4;width:393px;text-align:center;pointer-events:none}.planet-topic-summary p{margin:0;color:#fffbf4;font-size:20px;font-weight:400;line-height:28px}.planet-topic-summary strong{color:#f3a127;font-size:28px;font-weight:700}.planet-topic-summary span{display:block;margin-top:4px;color:#ffffff9e;font-size:15px;font-weight:500;line-height:21px}.planet-drag-hint{position:absolute;left:0;top:742px;z-index:3;width:393px;margin:0;color:#ffffffe0;text-align:center;font-size:14px;font-weight:400;line-height:20px}.topic-theme-globe-export{position:absolute;top:0;right:0;bottom:0;left:0;width:343px;height:353px;display:block;max-width:none;border-radius:999px}.topic-globe-crop{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;width:100%;height:100%;border-radius:999px}.topic-globe-base{position:absolute;top:-18.54%;left:-2.62%;width:105.83%;height:137.66%;max-width:none;object-fit:fill}.topic-globe-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:fill;opacity:.96}.planet-topic-globe svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.planet-topic-globe polyline{fill:none;stroke:#ffffffd1;stroke-width:1}.topic-line-network{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.topic-line{position:absolute;height:0;display:block;border-top:1px solid rgba(255,255,255,.72);transform-origin:center center}.planet-topic-globe>span:not(.topic-globe-crop),.planet-globe-button>span:not(.topic-globe-crop):not(.planet-theme-line){position:absolute;z-index:2;color:#e8e8e8;font-size:12px;font-weight:400;line-height:normal;text-align:center;white-space:nowrap}.planet-design-screen:not(.planet-topic-screen) .planet-theme-line,.planet-design-screen:not(.planet-topic-screen) .planet-globe-button>span:not(.topic-globe-crop){display:none}.planet-design-screen:not(.planet-topic-screen) .planet-overview-sphere .planet-node{display:grid}.planet-design-screen:not(.planet-topic-screen) .planet-globe-button>span.planet-overview-texture:not(.topic-globe-crop){display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.planet-overview-sphere .planet-dynamic-lines{display:block}.theme-eyes{left:170px;top:48px}.theme-curious{left:132px;top:12px;font-size:10px}.theme-happy{left:100px;top:89px;color:#fefefe}.theme-food-supplement{left:215px;top:25px}.theme-play{left:24px;top:127px;font-size:10px}.theme-parent{left:14px;top:168px;font-size:8px}.theme-family{left:190px;top:116px;color:#fefefe}.theme-father{left:134px;top:143px;color:#fefefe}.theme-cry{left:210px;top:160px}.theme-parents{left:281px;top:172px;width:22px;font-size:11px;line-height:15px;white-space:pre-line}.theme-home{left:177px;top:201px;width:26px;color:#fefefe;font-size:13px;line-height:18px;white-space:pre-line}.theme-smile{left:42px;top:232px}.theme-eat{left:92px;top:228px}.theme-sleep{left:146px;top:271px}.theme-cute{left:50px;top:279px}.theme-coy{left:107px;top:291px}.theme-mouth{left:198px;top:271px}.theme-audio{left:248px;top:258px;color:#939393}.theme-hide{left:206px;top:317px;color:#fff}.theme-mother{left:94px;top:320px;color:#fefefe}.theme-chat{left:155px;top:336px}.people-mom{left:150px;top:85px}.people-dad{left:61px;top:137px}.people-grandma{left:186px;top:165px}.people-relatives{left:156px;top:237px}.people-family{right:29px;top:266px}.people-baby{left:206px;top:313px}.planet-topic-globe>span.theme-parents,.planet-topic-globe>span.theme-home,.planet-globe-button>span.theme-parents,.planet-globe-button>span.theme-home{white-space:pre}.planet-topic-globe>span.theme-parents,.planet-globe-button>span.theme-parents{line-height:15px}.planet-topic-globe>span.theme-home,.planet-globe-button>span.theme-home{line-height:18px}.planet-tip-card{position:absolute;left:16px;bottom:39px;z-index:8;width:361px;height:108px;min-height:0;padding:10px 15px;color:#fff;text-align:left;background:linear-gradient(90deg,#39326f33,#6d60d533 55%,#39326f33 94%);border:1px solid rgba(255,255,255,.2);border-radius:22px;box-shadow:0 4px 4px #00000003}.planet-tip-overlay{pointer-events:none}.planet-tip-star{position:absolute;object-fit:cover;pointer-events:none}.planet-tip-star.main{top:16px;left:281px;width:75.5px;height:75.5px;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}.planet-tip-star.tiny.one{top:34.07px;left:303px;width:7.01px;height:7.01px}.planet-tip-star.tiny.two{top:33px;left:335px;width:16.2px;height:16.2px}.planet-tip-star.tiny.three{top:13px;left:307px;width:17.07px;height:17.07px}.planet-tip-card h2{margin:0 0 8px;font-size:17px;font-weight:900;line-height:22px}.planet-tip-card p{width:260px;margin:0 0 3px;font-size:11px;font-weight:300;line-height:1.5}.planet-design-screen .mp-home-indicator{background:transparent}.planet-design-screen .mp-home-indicator span{background:#fff}.profile-design-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#333;background:#fffbf4;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.profile-design-screen:after{content:"";position:absolute;top:0;left:332px;width:393px;height:852px;background:linear-gradient(180deg,#fff0c8,#fdfdfd 39.261%),#f5f5f5;border-radius:71px;filter:blur(.8px);box-shadow:-1px 0 9px #00000040}.profile-side-peek{position:absolute;top:68px;right:-3px;z-index:4;width:48px;height:48px;display:grid;place-items:center;cursor:pointer;background:#fff9;border-radius:50%;opacity:.8}.profile-side-peek img{width:16px;height:16px;object-fit:contain}.profile-design-screen .mp-status{top:1px;padding-right:33.5px;padding-bottom:11px;padding-left:54px}.profile-design-screen .mp-status-icons{transform:translateY(-4.5px)}.profile-peek-feed{position:absolute;top:0;left:332px;z-index:1;width:393px;height:852px;pointer-events:none;overflow:hidden}.profile-peek-feed .peek-dot{position:absolute;left:26px;width:12px;height:12px;background:#ffc220;border:1px solid #f3a127;border-radius:50%}.profile-peek-feed .peek-dot.one{top:151px}.profile-peek-feed .peek-dot.two{top:326px}.profile-peek-feed .peek-dot.three{top:685px}.profile-peek-feed .peek-age{position:absolute;left:46px;width:120px;color:#333;font-size:16px;font-weight:400;line-height:22px;white-space:nowrap}.profile-peek-feed .peek-age.one{top:145px}.profile-peek-feed .peek-age.two{top:495px}.profile-peek-feed .peek-age.three{top:670px}.profile-peek-feed .peek-card{position:absolute;left:44px;width:308px;height:140px;background:#fff;border-radius:16px;box-shadow:0 1px 3.25px #0000000d}.profile-peek-feed .peek-card.one{top:183px}.profile-peek-feed .peek-card.two{top:533px}.profile-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;padding:67px 16px 34px}.profile-identity{width:294px;display:grid;grid-template-columns:60px 1fr 30px;align-items:center;gap:8px;margin-left:8px}.profile-avatar{width:60px;height:60px;display:grid;place-items:center;overflow:hidden;background:#ffebd3;border-radius:50%}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-identity h2{display:inline;margin:0;font-size:20px;font-weight:500;line-height:24px}.profile-identity p{display:inline;margin:0 0 0 3px;color:#666;font-size:13px;font-weight:300}.profile-identity button{height:36px;display:grid;place-items:center;cursor:pointer;background:transparent;transform:translate(-7px)}.profile-identity button img{width:17px;height:17px;object-fit:contain}.profile-metrics{display:grid;grid-template-columns:repeat(3,68px);column-gap:40px;width:284px;margin-top:11.6px;margin-left:8px;padding:0;color:#c1c1c1;font-size:15px;font-weight:300}.profile-calendar-card{width:300px;height:232px;margin-top:22.4px;padding:16px 27px;background:#fdfdfd;border-radius:20px;box-shadow:-1px -2px 8px #00000005,2px 2px 8px #0000000a}.profile-stats-row{display:grid;grid-template-columns:repeat(3,1fr);height:52px;margin-bottom:12px}.profile-stats-row .stat-card{padding:0;align-items:start;justify-items:start;background:transparent;gap:0}.profile-stats-row .stat-card strong{height:33px;font-size:20px;font-weight:300;line-height:14px}.profile-stats-row .stat-card span{color:#333;font-size:12px;font-weight:300}.profile-mini-calendar{width:246px;height:136px;display:grid;grid-template-columns:repeat(7,25px);grid-auto-rows:25px;gap:12px}.profile-mini-calendar span{display:grid;place-items:center;color:#f3a127;background:#f8f8f8;border-radius:8px;font-size:10px;font-weight:500}.profile-mini-calendar span.warm{background:#ffebd3}.profile-mini-calendar span.mid{background:#ffd39d}.profile-mini-calendar span.soft{background:#ffecd0}.profile-mini-calendar span.hot{color:#fffbf4;background:#f3a127}.profile-mini-calendar span.muted{color:#ffebd3}.profile-menu-card{width:300px;margin-top:20px;padding:13px 0 14px;background:#fdfdfd;border-radius:30px;box-shadow:-1px -2px 8px #00000005,2px 2px 8px #0000000a}.profile-menu-card.short{height:116px;display:grid;grid-template-rows:repeat(2,46px);row-gap:10px;padding:12px 0 0}.profile-menu-card:not(.short){height:173px;display:grid;grid-template-rows:repeat(3,46px);row-gap:10px;margin-top:25px;padding:13px 0 0}.profile-menu-card button{width:100%;height:46px;display:grid;grid-template-columns:24px 1fr auto 10px;align-items:center;gap:12px;padding:0 21px;color:#333;text-align:left;cursor:pointer;background:transparent;font-size:15px;font-weight:350}.profile-menu-card button>img{width:22px;height:22px;justify-self:start;object-fit:fill}.profile-menu-card.short{grid-template-rows:46px 43px}.profile-menu-card.short button:nth-child(2){height:43px;grid-template-columns:22px 1fr auto 10px}.profile-menu-card:not(.short) button:nth-child(1){grid-template-columns:18px 1fr auto 10px}.profile-menu-card:not(.short) button:nth-child(2){grid-template-columns:19px 1fr auto 10px}.profile-menu-card:not(.short) button:nth-child(3){grid-template-columns:21px 1fr auto 10px}.profile-menu-card.short button:nth-child(1)>img:first-child{width:20.769px;height:23.748px}.profile-menu-card.short button:nth-child(2)>img:first-child{width:22px;height:24px}.profile-menu-card:not(.short) button:nth-child(1)>img:first-child{width:18px;height:20.137px}.profile-menu-card:not(.short) button:nth-child(2)>img:first-child{width:17px;height:17.389px;margin-left:2px}.profile-menu-card:not(.short) button:nth-child(3)>img:first-child{width:19px;height:18.462px;margin-left:2px}.profile-menu-card em{padding:8px 12px;color:#842601;background:#ffebd3;border:1px solid #fff9e7;border-radius:21px;font-style:normal;font-size:12px;font-weight:350}.profile-menu-card i{display:grid;place-items:center;justify-self:end;font-style:normal}.profile-menu-card .inline-chevron{width:4.928px;height:9.9px;object-fit:fill}.calendar-design-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#333;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;background:linear-gradient(180deg,#fff0c8,#fdfdfd 39.261%,#f5f5f5)}.calendar-design-screen .mp-status{padding-right:33.5px;padding-bottom:11px;padding-left:54px}.calendar-design-screen .mp-status-icons{transform:translateY(-4.5px)}.calendar-year-design:after{content:"";position:absolute;top:773px;left:0;z-index:7;width:393px;height:79px;pointer-events:none;background:linear-gradient(180deg,#fff0,#fbfbfb)}.calendar-year-design{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.calendar-year-design .mp-home-indicator{z-index:8}.calendar-year-design .mp-status{padding-right:33.5px;padding-bottom:11px;padding-left:54px}.calendar-year-design .mp-status-icons{transform:translateY(-4.5px)}.calendar-year-design .calendar-mode-header>button:last-child{opacity:0;pointer-events:none}.calendar-scrim{position:absolute;top:0;left:0;width:393px;height:156px;background:#0003}.calendar-blank-back{position:absolute;top:0;left:0;z-index:6;width:393px;height:76px;padding:0;cursor:pointer;background:transparent;border:0}.calendar-sheet{position:absolute;top:76px;left:0;width:393px;height:776px;overflow-y:auto;background:#fffbf4;border-radius:40px 40px 0 0;scrollbar-width:none;-webkit-overflow-scrolling:touch}.calendar-sheet::-webkit-scrollbar{width:0;height:0;display:none}.calendar-mode-header{position:sticky;top:0;z-index:3;height:69px;display:grid;grid-template-columns:42px 210px 42px;justify-content:center;align-items:center;gap:32px;padding-top:16px;background:#fffbf4}.calendar-mode-header>button{width:42px;height:42px;display:grid;place-items:center;cursor:pointer;background:#fff;border-radius:50%;box-shadow:0 0 4px #00000014}.calendar-mode-header>button img{width:19px;height:19px;object-fit:contain}.calendar-design-screen .calendar-mode-header>button:first-child{position:relative;width:58px;height:58px;margin:-8px;overflow:visible;background:transparent;box-shadow:none}.calendar-design-screen .calendar-mode-header>button:first-child img{position:absolute;top:0;left:0;width:58px;height:58px;opacity:1;pointer-events:none;transform:none}.calendar-mode-header>.calendar-share-hotspot{background:transparent;box-shadow:none;opacity:0}.calendar-mode-switch{width:210px;height:53px;display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center;padding:4px 6px;background:#fdfdfd;border-radius:66px;box-shadow:0 0 4px #00000014}.calendar-mode-switch button{height:40px;color:#333;cursor:pointer;background:#fff;border-radius:95px;font-size:16px;font-weight:500}.calendar-mode-switch button.active{background:#ffebd3}.calendar-week.exact{position:sticky;top:69px;z-index:3;height:43px;display:grid;grid-template-columns:repeat(7,1fr);align-items:center;padding:0 30px;color:#aaa;background:#fffbf4;border-bottom:1px solid #ebebeb;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500}.calendar-month-block{width:393px;padding-bottom:30px}.calendar-month-title{height:62px;display:flex;align-items:center;justify-content:space-between;padding:12px 20px}.calendar-month-title h2,.calendar-month-title p{margin:0}.calendar-month-title h2{font-size:16px;font-weight:600;line-height:14px}.calendar-month-title p{margin-top:10px;color:#aaa;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;line-height:14px}.calendar-month-title button{width:26px;height:26px;display:grid;place-items:center;cursor:pointer;background:transparent}.calendar-month-title button img{width:26px;height:26px;object-fit:contain}.calendar-grid.exact{display:grid;grid-template-columns:repeat(7,40px);grid-auto-rows:40px;gap:12px;margin-top:3px;padding:16px 20px 0}.calendar-month-block+.calendar-month-block .calendar-grid.exact{margin-top:0;padding-top:0}.calendar-grid.exact button{width:40px;height:40px;display:grid;place-items:center;color:#f90;cursor:pointer;background:#f8f8f8;border-radius:8px;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700}.calendar-empty-cell{width:40px;height:40px}.calendar-grid.exact button:after{content:none!important}.calendar-grid.exact button.level-1{background:#ffebd3}.calendar-grid.exact button.level-2{background:#ffd39d}.calendar-grid.exact button.level-soft{background:#ffecd0}.calendar-grid.exact button.active{color:#fffbf4;background:#f3a127}.calendar-month-block[data-month="2026-01"] .calendar-grid.exact button[data-day="27"]{width:36px}.year-page-title{height:98px;display:flex;align-items:center;justify-content:space-between;padding:24px 24px 12px 23px}.year-page-title h2,.year-page-title p{margin:0}.year-page-title h2{position:relative;top:-4px;display:flex;align-items:center;gap:10px;color:#333;font-size:16px;font-weight:500;line-height:22px}.year-page-title h2 span{width:7px;height:4px;border-top:4px solid #777;border-right:3.5px solid transparent;border-left:3.5px solid transparent}.year-page-title p{position:relative;top:-4px;margin-top:10px;color:#aaa;font-size:12px;font-weight:300;line-height:14px}.year-page-title button{width:32px;height:32px;display:grid;place-items:center;cursor:pointer;background:transparent}.year-page-title img{width:26px;height:26px;object-fit:contain}.year-chart-card,.year-overview-card,.year-moments-card{width:369px;margin:0 auto 24px;background:#fdfdfd;border-radius:12px;box-shadow:0 1px 5px #00000014}.year-chart-card{position:relative;height:283px;min-height:0;padding:18px 12px 12px}.year-chart-card h3,.year-overview-card h3,.year-moments-card h3{position:relative;z-index:2;margin:0;display:flex;align-items:center;gap:8px;color:#333;font-size:14px;font-weight:500;line-height:16px}.year-overview-card h3{transform:translateY(1px)}.year-info-icon{width:10px;height:10px;object-fit:contain}.year-chart-grid-bg{position:absolute;top:44px;left:17px;z-index:0;width:339px;height:151px;pointer-events:none}.year-chart-plot{position:relative;z-index:1;width:344px;margin-top:15.5px}.year-chart-plot svg,.year-chart-image{width:344px;height:133px;display:block}.year-chart-months{display:flex;justify-content:space-between;color:#ff923f;font-size:12px;font-weight:400;line-height:16px}.year-chart-months span{width:25px;text-align:center;white-space:nowrap}.year-chart-max,.year-chart-low,.year-chart-start{position:absolute;z-index:2;color:#f3a127;font-size:14px;font-weight:400;line-height:16px}.year-chart-max{top:26px;left:263px}.year-chart-low{top:94px;left:158px}.year-chart-start{top:82px;left:3px}.year-card-copy{margin-top:16px}.year-card-copy h4{margin:0;color:#333;font-size:14px;font-weight:700;line-height:16px}.year-card-copy p{width:326px;max-height:39px;margin:4px 0 0;overflow:hidden;color:#666;font-size:12px;font-weight:300;line-height:18px}.year-overview-card{min-height:179px;padding:10px 16px 18px;transform:translateY(-1px)}.year-stat-grid{display:grid;grid-template-columns:72px 66px 82px;column-gap:50px;row-gap:30px;margin-top:15px;transform:translateY(5px)}.year-stat-grid span{min-width:0;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1px 5px}.year-stat-grid span:nth-child(3){position:relative;top:2px}.year-stat-grid span:nth-child(5){position:relative;left:5px}.year-stat-icon{display:block;object-fit:contain}.year-stat-icon.doc{width:19px;height:22px}.year-stat-icon.days{width:27px;height:27px}.year-stat-icon.star{width:26px;height:29px}.year-stat-icon.photo{width:29px;height:29px}.year-stat-icon.mic{width:21px;height:25px}.year-stat-grid i{width:24px;height:24px;display:grid;place-items:center;color:#f3a127;border:2px solid currentColor;border-radius:5px;font-style:normal}.year-stat-grid i:before{content:"";width:10px;height:10px;display:block;background:currentColor;border-radius:2px}.year-stat-grid i.days{color:#ffb43d}.year-stat-grid i.star{color:#ffc53d;border:0}.year-stat-grid i.star:before{clip-path:polygon(50% 0,62% 36%,100% 36%,69% 57%,82% 100%,50% 72%,18% 100%,31% 57%,0 36%,38% 36%)}.year-stat-grid i.photo{color:#f66bd4}.year-stat-grid i.mic{color:#f3a127;border:0;border-radius:999px}.year-stat-grid i.mic:before{width:9px;height:17px;border-radius:8px}.year-stat-grid strong{color:#333;font-size:20px;font-weight:700;line-height:24px}.year-stat-grid small{grid-column:1 / -1;color:#333;font-size:12px;font-weight:300;line-height:14px;transform:translateY(2px)}.year-moments-card h3{font-weight:500}.year-moments-card{min-height:147px;overflow:hidden;padding:10px 16px 12px;box-shadow:0 1px 10px #00000014}.year-moments-list{width:670px;display:flex;gap:20px;margin-top:16px}.year-moments-list button{width:141px;height:58px;display:flex;align-items:center;gap:11px;padding:5px 12px;color:#333;text-align:left;cursor:pointer;background:#fdf0e1;border-radius:14px}.year-moments-list span{width:70px;display:grid;gap:10px}.year-moments-list strong{font-size:14px;line-height:14px;white-space:nowrap}.year-moments-list small{color:#aaa;font-size:12px;font-weight:300;line-height:14px}.year-moments-list img{width:48px;height:48px;object-fit:cover;border-radius:8px}.share-card{width:362px;min-height:522px;margin:18px auto 0;padding:22px 12px 24px;background:#fff7de;border-radius:26px;box-shadow:0 12px 18px #0000002e}.share-card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0}.share-card-header h2,.share-card-header p{margin:0}.share-card-header h2{color:#f3a127;font-size:20px}.share-card-header p{flex:0 0 auto;color:#333;font-family:Aileron,DIN,sans-serif;font-size:24px;font-weight:700;white-space:nowrap}.share-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:5px 0 0}.share-stats-row .stat-card{align-items:start;justify-items:start;padding:0;background:transparent}.share-stats-row .stat-card strong{font-size:20px}.share-stats-row .stat-card span{color:#333}.share-summary{margin:0;color:#737373;font-size:14px;font-weight:700;line-height:21px}.share-brand-row{display:flex;align-items:center;gap:8px;margin-top:auto}.share-brand-row>img{width:28px;height:24px;object-fit:contain}.share-brand-row strong,.share-brand-row span{display:block}.share-brand-row strong{color:#333;font-family:serif;font-size:20px;letter-spacing:1px}.share-brand-row span{color:#979797;font-size:14px}.share-action-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:12px 0 0}.share-action-row button{display:grid;justify-items:center;gap:8px;color:#939393;cursor:pointer;background:transparent;font-size:12px}.share-action-row span{width:46px;height:46px;display:grid;place-items:center;background:#f9f9f9;border-radius:82px}.share-action-row img{width:32px;height:32px;object-fit:contain}.calendar-share-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#333;background:linear-gradient(90deg,#0003,#0003),linear-gradient(180deg,#fff0c8,#fdfdfd 39.261%,#f5f5f5)}.share-under-card{position:absolute;top:54px;left:41px;width:311px;height:586px;background:linear-gradient(90deg,#0003,#0003),#fffbf4;border-radius:38px;box-shadow:0 0 10px #0000001c}.calendar-share-sheet{position:absolute;top:76px;left:0;width:393px;height:776px;background:#fffbf4;border-radius:40px 40px 0 0}.calendar-share-sheet h1{position:absolute;top:35px;left:-11px;width:100%;margin:0;color:#737373;text-align:center;font-size:20px;font-weight:500}.calendar-share-sheet .calendar-sheet-close{top:24px;right:23px}.exact-share-card{position:absolute;top:81px;left:15.5px;width:362px;height:562px;min-height:562px;margin:0;padding:25px 12px 24px;overflow:hidden;background:#fff7de;border-radius:26px;box-shadow:0 12px 3.5px #00000040}.exact-share-card .share-card-header h2{color:#f3a127;font-size:20px;font-weight:700}.exact-share-card .share-card-header p{color:#333;font-size:24px;line-height:29px;transform:scaleX(.985);transform-origin:right center}.share-calendar-grid{display:grid;grid-template-columns:repeat(7,40px);grid-auto-rows:40px;column-gap:10px;row-gap:14px;width:340px;margin-top:20px;margin-left:-1px}.share-calendar-grid span{width:40px;height:40px;display:grid;place-items:center;color:#f90;background:#fffbf4;border-radius:8px;font-size:14px;font-weight:400}.share-calendar-grid span.level-1{background:#ffebd3}.share-calendar-grid span.level-2{background:#ffd39d}.share-calendar-grid span.level-soft{background:#ffecd0}.share-calendar-grid span.active{color:#fffbf4;background:#f3a127}.exact-share-card .share-stats-row{margin-top:21px;width:340px;padding:0;grid-template-columns:repeat(3,1fr);transform:scaleX(.985);transform-origin:left top}.exact-share-card .share-stats-row .stat-card strong{font-size:20px;font-weight:400;line-height:24px}.exact-share-card .share-stats-row .stat-card span{margin-top:3px;color:#333;font-size:12px;line-height:14px}.exact-share-card .share-summary{margin-top:33px;width:304px;color:#737373;font-size:13.8px;font-weight:350;line-height:21px}.exact-share-card .share-summary span{display:block;margin-bottom:5px}.exact-share-card .share-summary span:last-child{margin-bottom:0}.exact-share-card .share-summary em{color:#f3a127;font-style:normal}.calendar-share-sheet .share-action-row{position:absolute;top:633px;left:0;width:393px;height:144px;display:flex;align-items:flex-start;justify-content:center;gap:17px;padding:12px 20px 0;background:#fffbf4;border-radius:30px 30px 0 0;box-shadow:0 -10px 5.7px #0000000d}.calendar-share-sheet .share-action-row button{width:60px;gap:11px;align-content:start;font-weight:300;transform:translateY(3px)}.calendar-share-sheet .share-action-row button:nth-child(1) img{width:44px;height:44px}.calendar-share-sheet .share-action-row button:nth-child(3) img{width:36px;height:36px}.calendar-share-sheet .share-action-row button:nth-child(4) img,.calendar-share-sheet .share-action-row button:nth-child(5) img{width:40px;height:40px}.calendar-share-screen .mp-home-indicator{background:transparent}.calendar-share-screen .mp-status-icons{transform:translateY(-4.5px)}.exact-poster{position:relative;width:365px;height:400px;min-height:400px;margin:124px auto 0;padding:0;display:block;gap:0;overflow:visible;background:#e9d0a8;border-radius:18px;box-shadow:0 0 4px #0000007a}.exact-poster:before{content:"";position:absolute;top:11px;right:9px;bottom:11px;left:10px;background:#fff9f1;border-radius:10px;box-shadow:0 0 4px #8549004a}.poster-brand,.poster-photo-wrap,.poster-count,.exact-poster h2,.poster-note,.poster-edge{position:relative;z-index:1}.exact-poster .poster-brand{position:absolute;top:18px;left:20px;margin:0;color:#f0d59b;font-family:Snell Roundhand,Brush Script MT,cursive;font-size:14px;font-weight:400;line-height:normal;opacity:.55}.poster-photo-wrap{position:absolute;top:44px;left:19px;width:327px;height:310px;margin:0;overflow:hidden}.poster-photo{position:absolute;top:-47.12px;left:-14.62px;width:357.12px;height:357.12px;display:block;max-width:none;object-fit:fill}.poster-photo-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fff3 43%,#76460033)}.poster-date-label{position:absolute;top:6px;left:0;width:74px;height:24px}.poster-photo-wrap span{position:absolute;top:11px;left:6px;z-index:2;color:#cf8303;font-size:11px;font-weight:500}.poster-edge{position:absolute;right:-4px;width:13px;height:39px}.poster-edge.edge-one{top:46px}.poster-edge.edge-two{top:92px}.poster-count{position:absolute;top:366px;left:34px;margin:0;color:#9d968c;font-size:11px;font-weight:300;line-height:15px;white-space:nowrap}.poster-count strong{color:#f3a127}.poster-count img{width:14px;height:14px;vertical-align:-2px}.exact-poster h2{position:absolute;top:20px;left:122px;width:230px;margin:0;color:#cf8303;font-family:Muyao-Softbrush,Hiragino Mincho ProN,Songti SC,serif;font-size:10.5px;font-weight:400;line-height:normal;letter-spacing:-1.2px;text-align:center;white-space:nowrap}.poster-note{position:absolute;top:251px;left:19px;width:327px;height:104px;min-height:104px;margin:0;padding:6px 8px 0;color:#825900;background:linear-gradient(180deg,#ffc46b66,#fff9f1);border-radius:20px 20px 0 0;box-shadow:0 -3px #d39b330f}.poster-note strong{display:block;margin:0 0 4px;color:#875100;font-size:14px;font-weight:500;line-height:20px}.poster-note strong span{color:#fffbf4}.poster-note p{margin:0;color:#9a6900;font-size:9.8px;font-weight:400;line-height:13.5px}.poster-note p span{color:#d08900}.poster-actions{display:flex;align-items:center;justify-content:space-between;width:333px;grid-template-columns:none;gap:0}.poster-actions .app-primary-button,.poster-actions .app-ghost-button{min-height:41px;padding:0 10px;color:#fff;background:#f3a127;border:1px solid #ffbf1b;box-shadow:0 4px 2px #00000012;font-weight:400;line-height:19.2px}.poster-actions .app-ghost-button,.poster-actions .app-primary-button:last-child{width:77px}.poster-actions .app-primary-button:nth-child(2){width:156px;transform:translate(-2.5px)}.calendar-poster-screen{position:relative;width:100%;height:100%;overflow:hidden;color:#333;background:linear-gradient(90deg,#0003,#0003),linear-gradient(180deg,#fff0c8,#fdfdfd 39.261%,#f5f5f5)}.poster-under-card{position:absolute;top:54px;left:41px;width:311px;height:586px;background:linear-gradient(90deg,#0003,#0003),#fffbf4;border-radius:38px;box-shadow:0 0 10px #0000001c}.calendar-poster-sheet{position:absolute;top:79px;left:0;width:393px;height:773px;background:#fffbf4;border-radius:40px 40px 0 0}.calendar-poster-sheet h1{position:absolute;top:32px;left:0;width:100%;margin:0;color:#737373;text-align:center;font-size:20px;font-weight:500}.calendar-sheet-close{position:absolute;top:21px;right:23px;z-index:5;width:50px;height:50px;display:grid;place-items:center;cursor:pointer;background:transparent;border-radius:50%;box-shadow:none}.calendar-sheet-close img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:66px;height:66px;max-width:none;transform:translate(-8px,-8px)}.calendar-sheet-close:before,.calendar-sheet-close:after{content:none}.calendar-poster-sheet .exact-poster{position:absolute;top:178px;left:14px;margin:0}.calendar-poster-sheet .poster-actions{position:absolute;top:607px;left:34px;right:auto}.calendar-poster-screen .mp-home-indicator{background:transparent}.calendar-poster-screen .mp-status{transform:translateY(-1px)}.calendar-poster-screen .mp-status-icons{transform:translateY(-4.5px)}.planet-design-screen[data-node-id="15:2872"]{background:linear-gradient(180deg,#050b1e,#23296e 42.308%,#222559) 0 -27px / 100% 879px no-repeat}.planet-design-screen[data-node-id="15:2872"] .mp-status{color:#fdfdfd;font-weight:590}.planet-design-screen[data-node-id="15:2872"] .mp-status-icons img{filter:invert(99%)}.planet-design-screen[data-node-id="15:2872"] .planet-panel{background:transparent}.planet-design-screen[data-node-id="15:2872"] .planet-design-nav .mp-capsule{background:transparent;transform:translate(-6px)}.planet-design-screen[data-node-id="15:2872"] .planet-design-nav .mp-capsule img{filter:invert(99%)}.planet-design-screen[data-node-id="15:2872"] .mp-status-icons{transform:translateY(-5.5px)}.planet-design-screen[data-node-id="15:2872"] .planet-design-nav{top:52px}.planet-design-screen[data-node-id="15:2872"] .planet-design-nav h1{font-weight:400}.planet-design-screen[data-node-id="15:2872"] .planet-design-nav button{background:#3c3c3c99;opacity:.8}.planet-design-screen[data-node-id="15:2872"] .planet-filter-row{top:30px}.planet-design-screen[data-node-id="15:2872"] .planet-count{top:78px}.planet-design-screen[data-node-id="15:2872"]:not(.planet-topic-screen) .planet-globe-button{overflow:visible;border-radius:0}.planet-design-screen[data-node-id="15:2872"] .planet-globe-export{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:none;object-fit:fill;border-radius:0}.planet-design-screen[data-node-id="15:2872"]:not(.planet-topic-screen) .planet-globe-button>.planet-theme-line{display:block}.planet-design-screen[data-node-id="15:2872"] .planet-globe-button>span:not(.topic-globe-crop):not(.planet-theme-line){display:block}.planet-design-screen[data-node-id="15:2872"]:before,.planet-design-screen[data-node-id="15:2872"]:after{content:none;display:none}
