:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}.van-swipe-cell{position:relative;overflow:hidden;cursor:grab}.van-swipe-cell__wrapper{transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-property:transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;transform:translate3d(100%,0,0)}.modal-enter-active .modal-backdrop[data-v-fa725517],.modal-leave-active .modal-backdrop[data-v-fa725517]{transition:opacity .28s cubic-bezier(.25,.46,.45,.94)}.modal-enter-from .modal-backdrop[data-v-fa725517],.modal-leave-to .modal-backdrop[data-v-fa725517]{opacity:0}.modal-enter-active .modal-content[data-v-fa725517],.modal-leave-active .modal-content[data-v-fa725517]{transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .24s cubic-bezier(.25,.46,.45,.94) .05s}.modal-enter-from .modal-content[data-v-fa725517]{opacity:0;transform:translateY(100%)}.modal-leave-to .modal-backdrop[data-v-fa725517]{opacity:0}.modal-leave-to .modal-content[data-v-fa725517]{opacity:0;transform:scale(.94) translateY(12%)}@media(min-width:640px){.modal-enter-from .modal-content[data-v-fa725517]{transform:scale(.94) translateY(16px)}.modal-leave-to .modal-content[data-v-fa725517]{transform:scale(.94) translateY(24px)}}.modal-center.modal-enter-from .modal-content[data-v-fa725517],.modal-center.modal-leave-to .modal-content[data-v-fa725517]{transform:scale(.94)}.modal-motion-sheet-down .modal-sheet-shell[data-v-fa725517]{will-change:transform,opacity}.modal-motion-sheet-down.modal-enter-active .modal-sheet-shell[data-v-fa725517],.modal-motion-sheet-down.modal-leave-active .modal-sheet-shell[data-v-fa725517]{transition:transform .34s cubic-bezier(.22,.61,.36,1),opacity .24s ease}.modal-motion-sheet-down.modal-enter-from .modal-sheet-shell[data-v-fa725517]{opacity:0;transform:translateY(28px)}.modal-motion-sheet-down.modal-leave-to .modal-sheet-shell[data-v-fa725517]{opacity:0;transform:translateY(calc(100% + 24px))}.modal-motion-sheet-down.modal-enter-active .modal-content[data-v-fa725517],.modal-motion-sheet-down.modal-leave-active .modal-content[data-v-fa725517]{transition:none!important}.modal-motion-sheet-down.modal-enter-from .modal-content[data-v-fa725517],.modal-motion-sheet-down.modal-leave-to .modal-content[data-v-fa725517],.modal-motion-sheet-down.modal-center.modal-enter-from .modal-content[data-v-fa725517],.modal-motion-sheet-down.modal-center.modal-leave-to .modal-content[data-v-fa725517]{opacity:1!important;transform:none!important}.fade-slide-enter-active[data-v-b4ee2422],.fade-slide-leave-active[data-v-b4ee2422]{transition:all .2s ease}.fade-slide-enter-from[data-v-b4ee2422]{opacity:0;transform:translateY(4px)}.fade-slide-leave-to[data-v-b4ee2422]{opacity:0;transform:translateY(-4px)}.update-content[data-v-b1d4e656]{padding:4px 0 0}.version-text[data-v-b1d4e656]{margin:0 0 12px;font-size:15px;line-height:1.6;color:var(--color-text-primary)}.notes-block[data-v-b1d4e656]{margin-bottom:14px;text-align:left}.notes-label[data-v-b1d4e656]{margin:0 0 6px;font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--color-text-secondary)}.notes-body[data-v-b1d4e656]{max-height:min(36vh,220px);overflow-y:auto;padding:10px 12px;font-size:14px;line-height:1.55;border-radius:12px;border:1px solid var(--color-neutral-200);background:var(--color-neutral-50);color:var(--color-text-primary)}.progress-wrap[data-v-b1d4e656]{display:flex;align-items:center;gap:12px;margin-bottom:16px}.progress-bar[data-v-b1d4e656]{flex:1;height:6px;border-radius:3px;overflow:hidden;background:var(--color-neutral-200)}.progress-fill[data-v-b1d4e656]{height:100%;border-radius:3px;background:var(--color-primary);transition:width .2s ease}.progress-text[data-v-b1d4e656]{flex-shrink:0;font-size:13px;font-weight:600;color:var(--color-text-primary);min-width:2.5em;text-align:right}.error-text[data-v-b1d4e656]{margin-bottom:12px;font-size:13px;color:var(--color-danger)}.actions[data-v-b1d4e656]{display:flex;gap:12px;justify-content:space-between;align-items:center}.actions[data-v-b1d4e656] button{flex:1;min-width:0}.actions.force-actions[data-v-b1d4e656]{justify-content:space-between}.pixel-robot[data-v-9cf3da67]{position:relative;display:inline-grid;flex:0 0 auto;place-items:center;overflow:hidden;border-radius:50%;transform-origin:center bottom;isolation:isolate}.pixel-robot__art[data-v-9cf3da67]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform:translate(var(--robot-optical-x, 0),var(--robot-optical-y, 0)) scale(var(--robot-optical-scale, 1));transform-origin:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.pixel-robot--robot[data-v-9cf3da67]{--robot-optical-scale: 1.18;--robot-optical-x: .2%;--robot-optical-y: 4.6%}.pixel-robot--cat[data-v-9cf3da67]{--robot-optical-scale: .94;--robot-optical-x: -1.7%;--robot-optical-y: .2%}.pixel-robot--dog[data-v-9cf3da67]{--robot-optical-scale: .99;--robot-optical-x: -3.2%;--robot-optical-y: -1.4%}.pixel-robot--bear[data-v-9cf3da67]{--robot-optical-scale: 1.18;--robot-optical-x: 1.4%;--robot-optical-y: -.1%}.pixel-robot--bunny[data-v-9cf3da67]{--robot-optical-scale: .92;--robot-optical-x: -.3%;--robot-optical-y: 1.1%}.pixel-robot--panda[data-v-9cf3da67]{--robot-optical-scale: 1.09;--robot-optical-x: -.1%;--robot-optical-y: .5%}.pixel-robot--penguin[data-v-9cf3da67]{--robot-optical-scale: 1.19;--robot-optical-x: -.2%;--robot-optical-y: 4.5%}.pixel-robot--dino[data-v-9cf3da67]{--robot-optical-scale: .91;--robot-optical-x: .6%;--robot-optical-y: .6%}.pixel-robot--fox[data-v-9cf3da67]{--robot-optical-scale: 1.12;--robot-optical-x: -3.3%;--robot-optical-y: 3.3%}.pixel-robot__listening-wave[data-v-9cf3da67]{position:absolute;inset:auto 17% 7%;z-index:2;display:flex;height:18%;align-items:end;justify-content:center;gap:5%;padding:0 9%;border-radius:999px;background:#07488b5c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pixel-robot__listening-wave i[data-v-9cf3da67]{width:10%;height:55%;border-radius:999px;background:#d8fbff;box-shadow:0 0 .16rem #40e0ffbd;animation:robot-wave-9cf3da67 .55s ease-in-out infinite alternate}.pixel-robot__listening-wave i[data-v-9cf3da67]:nth-child(2),.pixel-robot__listening-wave i[data-v-9cf3da67]:nth-child(4){height:82%}.pixel-robot__listening-wave i[data-v-9cf3da67]:nth-child(3){height:100%}.robot-idle[data-v-9cf3da67]{animation:robot-bob-9cf3da67 2.7s ease-in-out infinite}.robot-active[data-v-9cf3da67]{animation:robot-jump-9cf3da67 .64s ease-in-out infinite}.robot-listening[data-v-9cf3da67]{animation:robot-listen-jump-9cf3da67 .5s ease-in-out infinite;box-shadow:0 0 .6rem #25d5f59e}@keyframes robot-bob-9cf3da67{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-1.2px) rotate(-.35deg)}}@keyframes robot-jump-9cf3da67{0%,to{transform:translateY(0) scale(1.01)}50%{transform:translateY(-2.4px) scale(1.035)}}@keyframes robot-listen-jump-9cf3da67{0%,to{transform:translateY(0) scale(1.02)}50%{transform:translateY(-2px) scale(1.045)}}@keyframes robot-wave-9cf3da67{0%{transform:scaleY(.5);opacity:.68}to{transform:scaleY(1.08);opacity:1}}@media(prefers-reduced-motion:reduce){.pixel-robot[data-v-9cf3da67],.pixel-robot__listening-wave i[data-v-9cf3da67]{animation:none!important}}.bottom-nav-design-icon[data-v-57d64934]{display:inline-grid;width:2.15rem;height:2.15rem;flex:0 0 auto;place-items:center}.bottom-nav-design-icon__image[data-v-57d64934]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bottom-nav-design-icon__image--stats-active[data-v-57d64934]{transform:translate(.18rem)}.app-illustration-icon[data-v-64c5b5b7]{position:relative;display:inline-grid;flex:0 0 auto;place-items:center;overflow:hidden;border-radius:.78rem;background:radial-gradient(circle at 18% 14%,rgba(255,255,255,.72),transparent 28%),linear-gradient(145deg,var(--art-bg),var(--art-soft));box-shadow:inset 0 0 0 1px #ffffffb8,inset 0 -.28rem #0f172a09,0 .45rem .9rem #0f172a12}.app-illustration-icon--sprite[data-v-64c5b5b7]{overflow:visible;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;filter:none!important}.app-illustration-icon__sprite[data-v-64c5b5b7]{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background-repeat:no-repeat;background-size:800% 400%}.app-illustration-icon--tab[data-v-64c5b5b7]{width:1.3rem;height:1.3rem;border-radius:.44rem}.app-illustration-icon--quick[data-v-64c5b5b7]{width:1.86rem;height:1.86rem;border-radius:.62rem}.app-illustration-icon--md[data-v-64c5b5b7]{width:1.88rem;height:1.88rem;border-radius:.64rem}.app-illustration-icon--lg[data-v-64c5b5b7]{width:2.65rem;height:2.65rem;border-radius:.88rem}.app-illustration-icon__svg[data-v-64c5b5b7]{width:86%;height:86%;overflow:visible}.app-illustration-icon__element[data-v-64c5b5b7]{width:64%;height:64%;color:var(--art-color);filter:drop-shadow(0 .08rem 0 rgba(255,255,255,.75))}.app-illustration-icon--style-candy[data-v-64c5b5b7]{overflow:visible;border-radius:0;background:transparent;box-shadow:none;filter:saturate(1.24) contrast(1.04) drop-shadow(0 .22rem .24rem rgba(23,83,137,.2))}.app-illustration-icon--style-candy .app-illustration-icon__svg[data-v-64c5b5b7]{filter:drop-shadow(0 .06rem 0 rgba(255,255,255,.85)) drop-shadow(0 .1rem .08rem rgba(31,99,164,.22))}.app-illustration-icon--style-nursery[data-v-64c5b5b7]{--art-color: var(--art-base-soft) !important;--art-accent: var(--art-nursery-accent) !important;--art-soft: transparent !important;--art-bg: transparent !important;overflow:visible;border-radius:0;background:transparent;box-shadow:none;filter:drop-shadow(.055rem 0 0 var(--art-nursery-color)) drop-shadow(-.055rem 0 0 var(--art-nursery-color)) drop-shadow(0 .055rem 0 var(--art-nursery-color)) drop-shadow(0 -.055rem 0 var(--art-nursery-color)) drop-shadow(0 .14rem .1rem rgba(21,66,126,.16))}.app-illustration-icon--style-nursery .app-illustration-icon__svg[data-v-64c5b5b7]{width:82%;height:82%}.app-illustration-icon--style-nursery .app-illustration-icon__element[data-v-64c5b5b7]{width:66%;height:66%}.app-illustration-icon--style-kawaii[data-v-64c5b5b7]{--art-color: #f8fbff !important;--art-accent: var(--art-kawaii-color) !important;--art-soft: transparent !important;--art-bg: transparent !important;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:radial-gradient(circle at 32% 25%,rgba(255,255,255,.48),transparent 24%),linear-gradient(145deg,var(--art-kawaii-accent),var(--art-kawaii-color));box-shadow:inset 0 1px #ffffff94,inset -.2rem -.28rem .45rem #41204629,0 .28rem .4rem -.22rem #1f45747a;filter:saturate(1.08) contrast(1.02)}.app-illustration-icon--style-kawaii .app-illustration-icon__svg[data-v-64c5b5b7]{width:72%;height:72%;filter:drop-shadow(.11rem .14rem 0 rgba(42,48,83,.18))}.app-illustration-icon--style-kawaii .app-illustration-icon__element[data-v-64c5b5b7]{width:70%;height:70%}.app-illustration-icon--style-flat[data-v-64c5b5b7]{border-radius:.58rem;background:var(--art-bg);box-shadow:inset 0 0 0 1px #0f172a0f;filter:none}.app-illustration-icon--style-flat .app-illustration-icon__svg[data-v-64c5b5b7]{width:78%;height:78%}.app-illustration-icon--style-flat .app-illustration-icon__element[data-v-64c5b5b7]{width:64%;height:64%;filter:none}.settings-refresh-design-icon[data-v-d3b6063b]{position:relative;display:inline-grid;flex:0 0 auto;place-items:center;overflow:visible}.settings-refresh-design-icon--tab[data-v-d3b6063b]{width:1.3rem;height:1.3rem}.settings-refresh-design-icon--quick[data-v-d3b6063b],.settings-refresh-design-icon--md[data-v-d3b6063b]{width:1.88rem;height:1.88rem}.settings-refresh-design-icon--lg[data-v-d3b6063b]{width:2.65rem;height:2.65rem}.settings-refresh-design-icon__image[data-v-d3b6063b]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 .12rem .12rem rgba(31,95,155,.18));-webkit-user-select:none;-moz-user-select:none;user-select:none}.plan-calendar-pulse-ring[data-v-e45f2e41]{--pulse-color: rgba(58, 84, 201, .5);animation:plan-pulse-ring-e45f2e41 1.8s ease-in-out infinite}@keyframes plan-pulse-ring-e45f2e41{0%,to{box-shadow:0 0 0 0 var(--pulse-color);transform:scale(1);opacity:1}50%{box-shadow:0 0 0 10px transparent;transform:scale(1.2);opacity:.6}}.fab-fade-enter-active[data-v-e45f2e41],.fab-fade-leave-active[data-v-e45f2e41]{transition:opacity .25s ease}.fab-fade-enter-from[data-v-e45f2e41],.fab-fade-leave-to[data-v-e45f2e41]{opacity:0}.fab-page-dimmer[data-v-e45f2e41]{bottom:var(--app-bottom-nav-height, 4.25rem);z-index:0!important;background:#a0cbe92e;-webkit-backdrop-filter:blur(1.2px) saturate(.9);backdrop-filter:blur(1.2px) saturate(.9)}.ai-fab-hint-pop-enter-active[data-v-e45f2e41],.ai-fab-hint-pop-leave-active[data-v-e45f2e41]{transition:opacity .2s ease,transform .2s ease}.ai-fab-hint-pop-enter-from[data-v-e45f2e41],.ai-fab-hint-pop-leave-to[data-v-e45f2e41]{opacity:0;transform:translate(-50%) scale(.96)}.robot-quick-panel[data-v-e45f2e41]{max-height:min(66vh,34rem);overflow-y:auto;overscroll-behavior:contain}.assistant-module-panel[data-v-e45f2e41]{border-radius:1rem;border:1px solid rgba(226,232,240,.82);background:radial-gradient(circle at 0% 0%,rgba(219,234,254,.88),transparent 38%),linear-gradient(145deg,#fffffff5,#f7fbfff0);padding:.65rem}.assistant-module-head[data-v-e45f2e41]{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.62rem;padding:.16rem .12rem .62rem;text-align:left}.assistant-module-head strong[data-v-e45f2e41],.assistant-module-head small[data-v-e45f2e41]{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistant-module-head strong[data-v-e45f2e41]{font-size:.86rem;font-weight:950;line-height:1.12;color:#172033}.assistant-module-head small[data-v-e45f2e41]{margin-top:.16rem;font-size:.68rem;font-weight:650;color:#7b8797}.assistant-module-hint[data-v-e45f2e41]{display:flex!important;align-items:center;gap:.36rem}.assistant-module-hint-action[data-v-e45f2e41],.assistant-module-hint-target[data-v-e45f2e41]{min-width:0;overflow:hidden;text-overflow:ellipsis}.assistant-module-hint-action[data-v-e45f2e41]{color:#0d9488;font-weight:900}.assistant-module-hint-target[data-v-e45f2e41]{color:#4f46e5;font-weight:800}.assistant-module-robot[data-v-e45f2e41]{position:relative;display:grid;width:2.2rem;height:2.2rem;place-items:center;border-radius:.72rem;background:linear-gradient(145deg,#e6f3ff,#f8fbff)}.assistant-module-robot-face[data-v-e45f2e41]{position:relative;width:1.24rem;height:1rem;border-radius:.36rem;background:#2447a6;box-shadow:0 .28rem #cde4ff}.assistant-module-robot-face[data-v-e45f2e41]:before,.assistant-module-robot-face[data-v-e45f2e41]:after{content:"";position:absolute;top:.42rem;width:.18rem;height:.18rem;border-radius:50%;background:#83e7ff}.assistant-module-robot-face[data-v-e45f2e41]:before{left:.34rem}.assistant-module-robot-face[data-v-e45f2e41]:after{right:.34rem}.assistant-module-head-arrow[data-v-e45f2e41]{width:.45rem;height:.45rem;border-right:2px solid #9aa7bb;border-top:2px solid #9aa7bb;transform:rotate(45deg)}.assistant-module-grid[data-v-e45f2e41]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem .42rem}.assistant-record-grid[data-v-e45f2e41]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.48rem .42rem;margin-top:.56rem;padding-top:.56rem;border-top:1px solid rgba(148,163,184,.22)}.assistant-record-item[data-v-e45f2e41]{display:flex;min-width:0;min-height:3.76rem;touch-action:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:center;justify-content:center;gap:.18rem;border-radius:.82rem;color:#1f2a3d;transition:transform .18s ease,background .18s ease,opacity .18s ease}.assistant-record-item[data-v-e45f2e41]:active{transform:scale(.96);background:#2563eb0e}.assistant-record-art-icon[data-v-e45f2e41]{width:2.62rem!important;height:2.62rem!important;border-radius:.84rem!important}.assistant-record-emoji[data-v-e45f2e41]{font-size:1.34rem;line-height:1}.assistant-record-item--dragged[data-v-e45f2e41]{transform:scale(.95);background:#94a3b829;opacity:.72;pointer-events:none}.assistant-record-item>span[data-v-e45f2e41]:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.6rem;font-weight:850;line-height:1}.assistant-system-grid[data-v-e45f2e41]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.44rem .28rem;margin-top:.58rem;padding-top:.58rem;border-top:1px solid rgba(148,163,184,.28)}.quick-grid-transition-contents[data-v-e45f2e41]{display:contents}.quick-grid-swap-move[data-v-e45f2e41]{pointer-events:none;transition:transform .24s cubic-bezier(.22,.72,.26,1.08)}.assistant-system-item[data-v-e45f2e41]{display:flex;min-width:0;min-height:3.72rem;touch-action:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:center;justify-content:center;gap:.22rem;border-radius:.82rem;color:#1f2a3d;transition:transform .18s ease,background .18s ease,opacity .18s ease}.assistant-system-item[data-v-e45f2e41]:active{transform:scale(.96);background:#2563eb0e}.assistant-system-item>span[data-v-e45f2e41]:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.6rem;font-weight:900;line-height:1}.assistant-system-icon-ring[data-v-e45f2e41]{--system-ring: #64748b;--system-ring-soft: rgba(100, 116, 139, .16);display:grid;position:relative;width:2.36rem;height:2.36rem;place-items:center;border:0;border-radius:.68rem;background:transparent;box-shadow:none}.assistant-system-icon-ring--shopping[data-v-e45f2e41]{--system-ring: #94a3b8;--system-ring-soft: rgba(148, 163, 184, .2)}.assistant-system-icon-ring--notes[data-v-e45f2e41]{--system-ring: #4f6eea;--system-ring-soft: rgba(79, 110, 234, .18)}.assistant-system-icon-ring--ai[data-v-e45f2e41],.assistant-system-icon-ring--robot[data-v-e45f2e41]{--system-ring: #38bdf8;--system-ring-soft: rgba(56, 189, 248, .2)}.assistant-system-icon-ring--record-month[data-v-e45f2e41]{--system-ring: #f59e0b;--system-ring-soft: rgba(245, 158, 11, .2)}.assistant-system-icon-ring--one_picture[data-v-e45f2e41]{--system-ring: #a855f7;--system-ring-soft: rgba(168, 85, 247, .2)}.assistant-system-icon-ring--intro[data-v-e45f2e41]{--system-ring: #22c55e;--system-ring-soft: rgba(34, 197, 94, .2)}.assistant-system-icon-ring--ingredients[data-v-e45f2e41]{--system-ring: #10b981;--system-ring-soft: rgba(16, 185, 129, .2)}.assistant-system-icon-ring--recipes[data-v-e45f2e41]{--system-ring: #64748b;--system-ring-soft: rgba(100, 116, 139, .2)}.assistant-system-icon-ring--record-day[data-v-e45f2e41]{--system-ring: #4f46e5;--system-ring-soft: rgba(79, 70, 229, .2)}.assistant-system-item--dragged[data-v-e45f2e41]{transform:scale(.95);background:#94a3b829;opacity:.72;pointer-events:none}.assistant-module-item[data-v-e45f2e41]{display:flex;min-width:0;min-height:3.74rem;flex-direction:column;align-items:center;justify-content:center;gap:.34rem;border-radius:.82rem;color:#1f2a3d;transition:transform .18s ease,background .18s ease}.assistant-module-item[data-v-e45f2e41]:active{transform:scale(.96);background:#2563eb0e}.assistant-module-item>span[data-v-e45f2e41]:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.64rem;font-weight:850;line-height:1}.assistant-module-icon-wrap[data-v-e45f2e41]{position:relative;display:grid;width:2.15rem;height:2.15rem;flex:0 0 auto;place-items:center}.assistant-module-icon[data-v-e45f2e41]{position:relative;display:grid;width:2.15rem;height:2.15rem;place-items:center;overflow:hidden;border-radius:.72rem;background:#eff6ff;color:#3158d4;box-shadow:inset 0 -.25rem #1e40af09}.assistant-module-badge[data-v-e45f2e41]{position:absolute;top:-.3rem;right:-.42rem;z-index:4;min-width:1.1rem;max-width:2.3rem;padding:.12rem .28rem;border:1px solid rgba(255,255,255,.76);border-radius:999px;background:#2563eb;color:#fff;box-shadow:0 .34rem .72rem -.42rem #0f172aa8;font-size:.48rem;font-weight:950;line-height:1;text-align:center;white-space:nowrap}.assistant-module-badge--new[data-v-e45f2e41]{background:linear-gradient(135deg,#1d8cf8,#22c6f3)}.assistant-module-badge--hot[data-v-e45f2e41]{background:linear-gradient(135deg,#f43f5e,#f97316)}.assistant-module-badge--recommend[data-v-e45f2e41]{background:linear-gradient(135deg,#10b981,#22c55e)}.assistant-module-badge--limited[data-v-e45f2e41]{background:linear-gradient(135deg,#f59e0b,#f97316)}.assistant-module-badge--beta[data-v-e45f2e41]{background:linear-gradient(135deg,#7c3aed,#a855f7)}.assistant-module-icon[data-v-e45f2e41]:before,.assistant-module-icon[data-v-e45f2e41]:after,.assistant-module-symbol[data-v-e45f2e41],.assistant-module-symbol[data-v-e45f2e41]:before,.assistant-module-symbol[data-v-e45f2e41]:after{content:"";position:absolute;display:block;box-sizing:border-box}.assistant-module-icon--ai[data-v-e45f2e41]{background:#f3eefe;color:#6d4af2}.assistant-module-icon--one_picture[data-v-e45f2e41]{background:#ecfdf5;color:#12a575}.assistant-module-icon--notes[data-v-e45f2e41]{background:#eff6ff;color:#2f64df}.assistant-module-icon--robot[data-v-e45f2e41]{background:#edf7ff;color:#1d4fa8}.assistant-module-icon--activity[data-v-e45f2e41]{background:#fff2e8;color:#ed6f21}.assistant-module-icon--shop[data-v-e45f2e41]{background:#fff1f5;color:#df3f78}.assistant-module-icon--general[data-v-e45f2e41]{background:#eef6ff;color:#2f64df}.assistant-module-icon--security[data-v-e45f2e41]{background:#effaf8;color:#0f9f8f}.assistant-module-icon--about[data-v-e45f2e41]{background:#f4f7fb;color:#5b6b82}.assistant-module-icon--ai .assistant-module-symbol[data-v-e45f2e41]{width:1.25rem;height:1.02rem;border-radius:.34rem;background:currentColor}.assistant-module-icon--ai .assistant-module-symbol[data-v-e45f2e41]:before,.assistant-module-icon--ai .assistant-module-symbol[data-v-e45f2e41]:after{top:.42rem;width:.16rem;height:.16rem;border-radius:50%;background:#fff}.assistant-module-icon--ai .assistant-module-symbol[data-v-e45f2e41]:before{left:.34rem}.assistant-module-icon--ai .assistant-module-symbol[data-v-e45f2e41]:after{right:.34rem}.assistant-module-icon--one_picture .assistant-module-symbol[data-v-e45f2e41]{width:1.08rem;height:1.08rem;border:.18rem solid currentColor;border-radius:50%}.assistant-module-icon--one_picture .assistant-module-symbol[data-v-e45f2e41]:before{left:50%;bottom:-.38rem;width:.44rem;height:.18rem;border-radius:999px;background:currentColor;transform:translate(-50%)}.assistant-module-icon--notes .assistant-module-symbol[data-v-e45f2e41]{width:1.06rem;height:1.3rem;border-radius:.22rem;background:currentColor}.assistant-module-icon--notes .assistant-module-symbol[data-v-e45f2e41]:before{left:.24rem;top:.34rem;width:.58rem;height:.1rem;border-radius:999px;background:#fff;box-shadow:0 .34rem #ffffffd1}.assistant-module-icon--robot .assistant-module-symbol[data-v-e45f2e41]{width:1.2rem;height:1rem;border-radius:.34rem;background:currentColor}.assistant-module-icon--robot .assistant-module-symbol[data-v-e45f2e41]:before,.assistant-module-icon--robot .assistant-module-symbol[data-v-e45f2e41]:after{top:.4rem;width:.16rem;height:.16rem;border-radius:50%;background:#8be8ff}.assistant-module-icon--robot .assistant-module-symbol[data-v-e45f2e41]:before{left:.34rem}.assistant-module-icon--robot .assistant-module-symbol[data-v-e45f2e41]:after{right:.34rem}.assistant-module-icon--activity .assistant-module-symbol[data-v-e45f2e41]{width:1.18rem;height:.96rem;border-radius:.22rem;background:currentColor}.assistant-module-icon--activity .assistant-module-symbol[data-v-e45f2e41]:before{left:.38rem;top:-.28rem;width:.42rem;height:.42rem;border-radius:.14rem;background:#ffd28a}.assistant-module-icon--shop .assistant-module-symbol[data-v-e45f2e41]{width:1.2rem;height:1rem;border:.18rem solid currentColor;border-radius:.24rem;border-top:none}.assistant-module-icon--shop .assistant-module-symbol[data-v-e45f2e41]:before{left:.22rem;top:-.42rem;width:.58rem;height:.52rem;border:.16rem solid currentColor;border-bottom:none;border-radius:.5rem .5rem 0 0}.assistant-module-icon--general .assistant-module-symbol[data-v-e45f2e41]{width:1.12rem;height:1.12rem;border:.18rem solid currentColor;border-radius:.34rem}.assistant-module-icon--general .assistant-module-symbol[data-v-e45f2e41]:before{left:50%;top:-.42rem;width:.18rem;height:1.96rem;border-radius:999px;background:currentColor;transform:translate(-50%) rotate(45deg)}.assistant-module-icon--security .assistant-module-symbol[data-v-e45f2e41]{width:1.06rem;height:1.2rem;border-radius:.24rem .24rem .38rem .38rem;background:currentColor}.assistant-module-icon--security .assistant-module-symbol[data-v-e45f2e41]:before{left:50%;top:-.58rem;width:.84rem;height:.74rem;border:.16rem solid currentColor;border-bottom:none;border-radius:.5rem .5rem 0 0;transform:translate(-50%)}.assistant-module-icon--about .assistant-module-symbol[data-v-e45f2e41]{width:1.14rem;height:1.14rem;border:.18rem solid currentColor;border-radius:50%}.assistant-module-icon--about .assistant-module-symbol[data-v-e45f2e41]:before{left:50%;top:.48rem;width:.18rem;height:.38rem;border-radius:999px;background:currentColor;transform:translate(-50%)}.assistant-module-icon--about .assistant-module-symbol[data-v-e45f2e41]:after{left:50%;top:.24rem;width:.18rem;height:.18rem;border-radius:50%;background:currentColor;transform:translate(-50%)}.record-quick-shake[data-v-e45f2e41]>*{animation:record-quick-shake-e45f2e41 .18s ease-in-out infinite alternate;transform-origin:50% 65%}@keyframes record-quick-shake-e45f2e41{0%{transform:rotate(-1.6deg)}to{transform:rotate(1.6deg)}}.hint-clip-cloud[data-v-e45f2e41]{clip-path:polygon(0% 18%,4% 10%,12% 4%,22% 10%,32% 4%,42% 10%,52% 4%,62% 10%,72% 4%,82% 10%,92% 18%,100% 28%,94% 38%,100% 48%,94% 58%,100% 68%,94% 78%,100% 88%,94% 98%,82% 100%,72% 94%,62% 100%,52% 94%,42% 100%,32% 94%,22% 100%,12% 94%,2% 100%,0% 88%,6% 78%,0% 68%,6% 58%,0% 48%,6% 38%,0% 28%)}.hint-clip-comic[data-v-e45f2e41]{clip-path:polygon(2% 22%,10% 8%,24% 2%,38% 10%,52% 2%,66% 10%,80% 6%,96% 22%,100% 38%,92% 52%,100% 66%,94% 80%,100% 92%,84% 98%,68% 92%,52% 100%,36% 92%,20% 98%,6% 90%,0% 78%,6% 64%,0% 50%,6% 36%)}.hint-clip-round[data-v-e45f2e41],.hint-clip-wobble[data-v-e45f2e41],.hint-clip-blob[data-v-e45f2e41]{clip-path:polygon(0% 22%,8% 10%,20% 4%,34% 10%,50% 6%,66% 10%,80% 4%,92% 12%,100% 24%,96% 40%,100% 56%,96% 72%,100% 86%,88% 98%,72% 94%,56% 100%,40% 94%,24% 98%,8% 92%,0% 80%,4% 66%,0% 52%,4% 36%)}@keyframes create-pulse-e45f2e41{0%,to{box-shadow:0 0 6px 3px #5a72dc61,0 0 22px 10px #5a72dc1a}50%{box-shadow:0 0 10px 5px #5a72dc00,0 0 40px 20px #5a72dc00}}.animate-create-pulse[data-v-e45f2e41]{animation:create-pulse-e45f2e41 1.5s ease-out 2}.app-bottom-nav-surface.app-bottom-nav--settings-refresh[data-v-e45f2e41]{--dock-side: clamp(.75rem, 4vw, 1.1rem) !important;--dock-top: .12rem !important;--dock-pad-top: .28rem !important;--dock-pad-bottom: .18rem !important;--dock-pad-x: clamp(.9rem, 4.8vw, 1.25rem) !important;--dock-item-gap: 0 !important;--dock-label-gap: clamp(.08rem, calc((var(--bnh-num, 56) - 44) * .012rem), .18rem) !important;--dock-radius: 1.4rem !important;--dock-glow: 0 -1rem 2.25rem -1.7rem rgba(39, 104, 161, .38), 0 .7rem 1.7rem -1.15rem rgba(38, 104, 157, .28), inset 0 1px 0 rgba(255, 255, 255, .96) !important;color:#8793a4;gap:0;-webkit-backdrop-filter:none;backdrop-filter:none}.app-bottom-nav-surface.app-bottom-nav--settings-refresh[data-v-e45f2e41]:before{border:1px solid rgba(198,222,244,.9);border-bottom:1px solid rgba(198,222,244,.9);border-radius:var(--dock-radius);background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.98),transparent 38%),linear-gradient(180deg,#fffffffa,#fafdfff5);box-shadow:var(--dock-glow)}.app-bottom-nav-surface.app-bottom-nav--settings-refresh .app-bottom-nav-item[data-v-e45f2e41]{height:2.75rem;min-width:2.75rem;min-height:2.75rem;align-items:center;justify-content:center;row-gap:.14rem;padding:0;border-radius:.9rem;color:#8793a4!important;text-align:center}.app-bottom-nav-surface.app-bottom-nav--settings-refresh .app-bottom-nav-item--active[data-v-e45f2e41]{color:#118df4!important;transform:none}.app-bottom-nav-surface.app-bottom-nav--settings-refresh .app-bottom-nav-icon-wrap[data-v-e45f2e41]{width:1.9rem;height:1.9rem;flex:0 0 1.9rem;align-items:center;justify-content:center;line-height:0;transform:none}.app-bottom-nav-icon-wrap[data-v-e45f2e41] .app-illustration-icon--tab{width:1.28rem;height:1.28rem}.app-bottom-nav-surface.app-bottom-nav--settings-refresh .app-bottom-nav-icon-wrap>span[data-v-e45f2e41]:not(.plan-calendar-pulse-ring):not(.bottom-nav-design-icon){width:1.32rem;height:1.32rem;font-size:1.18rem}.app-bottom-nav-surface.app-bottom-nav--settings-refresh .app-bottom-nav-item:not(.app-bottom-nav-item--active) .app-bottom-nav-icon-wrap>span[data-v-e45f2e41]:not(.plan-calendar-pulse-ring):not(.bottom-nav-design-icon){opacity:.56!important;filter:grayscale(.86) saturate(.24)}.app-bottom-nav-surface.app-bottom-nav--settings-refresh .app-bottom-nav-item>span[data-v-e45f2e41]:last-child,.app-bottom-nav-surface.app-bottom-nav--settings-refresh .app-bottom-nav-center>span[data-v-e45f2e41]:last-child{display:inline-flex;width:100%;min-height:.625rem;align-items:center;justify-content:center;font-size:.625rem!important;font-weight:650;line-height:1!important;letter-spacing:.01em;text-align:center}.app-bottom-nav-surface.app-bottom-nav--settings-refresh .app-bottom-nav-item[data-v-e45f2e41]:not(.app-bottom-nav-item--active) .app-illustration-icon{opacity:.66!important;filter:grayscale(.78) saturate(.28)!important}.app-bottom-nav-surface.app-bottom-nav--settings-refresh .app-bottom-nav-item--active[data-v-e45f2e41] .app-illustration-icon{opacity:1!important;filter:saturate(1.18) drop-shadow(0 .16rem .18rem rgba(17,141,244,.18))!important}.app-bottom-nav-center[data-v-e45f2e41]{min-width:0}.robot-fab-button[data-v-e45f2e41]{border:1px solid rgba(255,255,255,.96)!important;background-image:radial-gradient(circle at 34% 18%,rgba(255,255,255,.78),transparent 16%),linear-gradient(145deg,#47e0f64d,#186fdd3d);box-shadow:0 0 0 .24rem #fffffff5,0 .7rem 1.3rem -.65rem #0d84cdb8,inset 0 .08rem #ffffffc2,inset 0 -.4rem .8rem #0f64cc2b!important}.robot-fab-button--custom[data-v-e45f2e41]{padding:.12rem;background-image:none}.robot-fab-button[data-v-e45f2e41] .pixel-robot{overflow:visible;filter:drop-shadow(0 .18rem .18rem rgba(8,62,119,.28))}.plan-calendar-pulse-ring[data-v-e45f2e41]{top:.08rem;right:.08rem;bottom:.08rem;left:.08rem;--pulse-color: rgba(22, 158, 237, .42)}@keyframes plan-pulse-ring-e45f2e41{0%,to{box-shadow:0 0 0 0 var(--pulse-color);transform:scale(1);opacity:.92}58%{box-shadow:0 0 0 .32rem transparent;transform:scale(1.08);opacity:.38}}.quick-panel-position[data-v-e45f2e41]{width:min(calc(100vw - 2rem),21.25rem);padding:0}.robot-quick-panel[data-v-e45f2e41]{max-height:min(66dvh,31rem);padding:.34rem;border:1px solid rgba(184,216,244,.96);border-radius:1.18rem;background:radial-gradient(circle at 22% 0%,rgba(232,247,255,.95),transparent 34%),#fffffff5;box-shadow:0 1.15rem 2.2rem -1rem #205b8f52,inset 0 1px #fffffff5;scrollbar-width:thin;scrollbar-color:rgba(92,163,222,.35) transparent}.assistant-module-panel[data-v-e45f2e41]{border-color:#cfe4f7e6;border-radius:.94rem;padding:.55rem .5rem .5rem;background:radial-gradient(circle at 0 0,rgba(231,247,255,.76),transparent 30%),#ffffffc7;box-shadow:inset 0 1px #ffffffdb}.assistant-module-head[data-v-e45f2e41]{gap:.55rem;padding:.04rem .16rem .44rem}.assistant-module-head strong[data-v-e45f2e41]{font-size:.875rem;font-weight:800;color:#102a55}.assistant-module-head small[data-v-e45f2e41]{margin-top:.12rem;font-size:.6rem;font-weight:650}.assistant-module-hint[data-v-e45f2e41]{gap:.3rem}.assistant-module-hint-action[data-v-e45f2e41]{color:#10aa79}.assistant-module-hint-target[data-v-e45f2e41]{color:#295ed9}.assistant-module-robot[data-v-e45f2e41]{width:2.18rem;height:2.18rem;border:1px solid rgba(182,216,245,.9);border-radius:.72rem;background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.96),transparent 24%),linear-gradient(145deg,#f5fbff,#dceeff);box-shadow:0 .35rem .65rem -.45rem #1e66ab80}.assistant-module-robot[data-v-e45f2e41] .settings-refresh-design-icon{width:2.04rem;height:2.04rem}.assistant-module-robot-face[data-v-e45f2e41]{width:1.22rem;height:.88rem;border:2px solid #d6ecff;border-radius:.42rem;background:linear-gradient(180deg,#183c72,#0c2148);box-shadow:0 .18rem #9adffc,0 .24rem .45rem -.24rem #10427eb8}.assistant-module-head-arrow[data-v-e45f2e41]{width:.42rem;height:.42rem;border-width:0 2px 2px 0;border-style:solid;border-color:#5b9df2;transform:rotate(-45deg)}.assistant-record-grid[data-v-e45f2e41]{gap:.28rem .24rem;margin-top:.34rem;padding-top:.5rem;border-top-color:#a0c2de52}.assistant-record-item[data-v-e45f2e41]{position:relative;min-height:3.9rem;gap:.16rem;border-radius:.72rem;color:#172d4e}.assistant-record-art-icon[data-v-e45f2e41],.assistant-record-item[data-v-e45f2e41] .app-illustration-icon--md{width:1.82rem!important;height:1.82rem!important;border-radius:.6rem!important}.assistant-record-emoji[data-v-e45f2e41]{font-size:1.38rem}.assistant-record-item>span[data-v-e45f2e41]:last-child{font-size:.625rem;font-weight:650;color:inherit}.quick-item-lock[data-v-e45f2e41]{position:absolute;top:.05rem;right:.08rem;z-index:4;display:inline-flex;align-items:center;gap:.08rem;min-width:1.48rem;padding:.1rem .18rem;border:1px solid rgba(255,232,161,.96);border-radius:999px;background:linear-gradient(145deg,#fff9dc,#ffe69b);color:#b77804;box-shadow:0 .2rem .4rem -.28rem #965d008a;font-size:.42rem;font-weight:850;line-height:1}.quick-item-lock svg[data-v-e45f2e41]{width:.5rem;height:.5rem}.assistant-system-grid[data-v-e45f2e41]{gap:.25rem .12rem;margin-top:.45rem;padding-top:.48rem;border-top-color:#a0c2de5c}.assistant-system-item[data-v-e45f2e41]{min-height:3.55rem;gap:.16rem;border-radius:.68rem;color:#172d4e}.assistant-system-icon-ring[data-v-e45f2e41]{width:1.78rem;height:1.78rem;border-radius:.56rem}.assistant-system-icon-ring[data-v-e45f2e41] .app-illustration-icon--md,.assistant-system-icon-ring[data-v-e45f2e41] .settings-refresh-design-icon--md{width:1.72rem;height:1.72rem}.assistant-system-item>span[data-v-e45f2e41]:last-child{font-size:.58rem;font-weight:650}.assistant-module-badge[data-v-e45f2e41]{top:-.18rem;right:-.26rem;min-width:.92rem;max-width:2rem;padding:.1rem .2rem;font-size:.43rem}.assistant-record-item[data-v-e45f2e41]:active,.assistant-system-item[data-v-e45f2e41]:active{background:#2d99f014}.assistant-record-item--dragged[data-v-e45f2e41],.assistant-system-item--dragged[data-v-e45f2e41]{border:1px dashed rgba(38,143,231,.42);background:#daf0ff9e;opacity:.55}.quick-drag-ghost[data-v-e45f2e41]{border:1px solid rgba(86,177,244,.75);border-radius:.9rem;background:#f6fcfff0;color:#15365f;box-shadow:0 .8rem 1.5rem -.65rem #1a68a48f,inset 0 1px #fffffff5;transform:scale(1.06) rotate(-1.5deg)}@media(max-height:43.75rem){.robot-quick-panel[data-v-e45f2e41]{max-height:min(59dvh,24rem)}.assistant-record-item[data-v-e45f2e41],.assistant-system-item[data-v-e45f2e41]{min-height:3rem}}@media(min-width:26.875rem){.quick-panel-position[data-v-e45f2e41]{width:21.25rem}}@media(prefers-reduced-motion:reduce){.record-quick-shake[data-v-e45f2e41]>*{animation:none!important}}.baby-avatar-with-pendant__frame[data-v-a56bc24b]{position:absolute;top:50%;left:50%;z-index:2;width:170%;height:170%;max-width:none;-o-object-fit:contain;object-fit:contain;pointer-events:none;transform:translate(-50%,-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.fade-enter-active[data-v-f2fe9db7],.fade-leave-active[data-v-f2fe9db7]{transition:opacity .2s ease}.fade-enter-from[data-v-f2fe9db7],.fade-leave-to[data-v-f2fe9db7]{opacity:0}.media-preview-image-stage[data-v-f2fe9db7]{contain:layout style paint}.media-preview-collection-status[data-v-f2fe9db7]{display:grid;min-height:2rem;flex:0 0 2rem;place-items:center;padding-top:.42rem}.media-preview-collection-status span[data-v-f2fe9db7]{border-radius:999px;background:#0f172aa8;color:#fff;padding:.24rem .72rem;font-size:.72rem;font-weight:800;line-height:1;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.layer-gpu[data-v-f2fe9db7]{backface-visibility:hidden}.media-preview-restricted-blur[data-v-f2fe9db7]{filter:blur(13px) saturate(.9) brightness(1.04);transform:scale(1.045);transform-origin:center;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 12%,rgba(0,0,0,.14) 22%,rgba(0,0,0,.38) 34%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.92) 62%,#000 78%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,transparent 12%,rgba(0,0,0,.14) 22%,rgba(0,0,0,.38) 34%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.92) 62%,#000 78%,#000 100%)}.media-preview-progress[data-v-f2fe9db7]{width:min(220px,52vw);height:4px;overflow:hidden;border-radius:999px;background:#ffffff3d}.media-preview-progress-fill[data-v-f2fe9db7]{height:100%;border-radius:inherit;background:#ffffffeb;transition:width .24s ease}.scrollbar-hide[data-v-f4b0c6fb]{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide[data-v-f4b0c6fb]::-webkit-scrollbar{display:none}.paywall-fade-enter-active[data-v-6d590cf7],.paywall-fade-leave-active[data-v-6d590cf7]{transition:opacity .25s ease}.paywall-fade-enter-from[data-v-6d590cf7],.paywall-fade-leave-to[data-v-6d590cf7]{opacity:0}.page-theme-background[data-v-4dbceabc]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;min-height:max(100%,var(--app-viewport-height, 100dvh));overflow:hidden;background:var(--page-theme-base);pointer-events:none}.page-theme-background__scene[data-v-4dbceabc]{position:absolute;top:0;left:50%;width:max(100%,26.875rem);height:auto;aspect-ratio:3 / 2;max-width:none;transform:translate(-50%);-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page-theme-background__wash[data-v-4dbceabc]{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--page-theme-left-wash) 0,rgba(255,255,255,.12) 42%,transparent 70%),linear-gradient(180deg,transparent 0 9.5rem,color-mix(in srgb,var(--page-theme-base) 18%,transparent) 13rem,var(--page-theme-base) 18.25rem)}.page-theme-background--topbar[data-v-4dbceabc]{min-height:0}.page-theme-background--topbar .page-theme-background__scene[data-v-4dbceabc]{width:100%;height:100%;aspect-ratio:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center 46%;object-position:center 46%}.page-theme-background--topbar .page-theme-background__wash[data-v-4dbceabc]{background:linear-gradient(90deg,color-mix(in srgb,var(--page-theme-left-wash) 88%,white) 0,color-mix(in srgb,var(--page-theme-left-wash) 88%,white) 24%,#ffffff57 52%,#ffffff14 78%),linear-gradient(180deg,#ffffff0a 0,#ffffff0a 45%,color-mix(in srgb,var(--page-theme-base) 30%,rgba(255,255,255,.7)) 76%,#ffffffd6)}@media(min-width:48rem){.page-theme-background__scene[data-v-4dbceabc]{width:min(100%,64rem)}.page-theme-background--topbar .page-theme-background__scene[data-v-4dbceabc]{width:100%}}@media(prefers-reduced-motion:no-preference){.page-theme-background__scene[data-v-4dbceabc]{transition:opacity .18s ease}}.alert-enter-active[data-v-12c6f593],.alert-leave-active[data-v-12c6f593]{transition:opacity .25s cubic-bezier(.32,.72,0,1)}.alert-enter-from[data-v-12c6f593],.alert-leave-to[data-v-12c6f593]{opacity:0}.alert-enter-active .alert-content[data-v-12c6f593],.alert-leave-active .alert-content[data-v-12c6f593]{transition:transform .25s cubic-bezier(.32,.72,0,1)}.alert-enter-from .alert-content[data-v-12c6f593],.alert-leave-to .alert-content[data-v-12c6f593]{transform:scale(.95) translateY(10px)}.plan-ai-dot[data-v-33c3a290]{animation:planAiDot-33c3a290 1s ease-in-out infinite}.plan-ai-dot--d1[data-v-33c3a290]{animation-delay:.15s}.plan-ai-dot--d2[data-v-33c3a290]{animation-delay:.3s}@keyframes planAiDot-33c3a290{0%,to{transform:translateY(0);opacity:.35}50%{transform:translateY(-3px);opacity:1}}.plan-ai-skeleton[data-v-33c3a290]{animation:planAiShimmer-33c3a290 1.35s ease-in-out infinite}@keyframes planAiShimmer-33c3a290{0%{opacity:.45}50%{opacity:.9}to{opacity:.45}}.ai-queue-enter-active[data-v-4184fb48],.ai-queue-leave-active[data-v-4184fb48]{transition:opacity .2s ease}.ai-queue-enter-from[data-v-4184fb48],.ai-queue-leave-to[data-v-4184fb48]{opacity:0}.toast-enter-active[data-v-3b4200d8],.toast-leave-active[data-v-3b4200d8]{transition:opacity .2s ease,transform .2s ease}.toast-enter-from[data-v-3b4200d8],.toast-leave-to[data-v-3b4200d8]{opacity:0;transform:translate(-50%,8px)}.animate-fade-in[data-v-03aba0e0]{animation:fadeIn-03aba0e0 .4s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn-03aba0e0{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.fade-enter-active[data-v-7dc118d9],.fade-leave-active[data-v-7dc118d9]{transition:opacity .3s ease}.fade-enter-from[data-v-7dc118d9],.fade-leave-to[data-v-7dc118d9]{opacity:0}.recipe-share-poster[data-v-b12288a2]{box-sizing:border-box;width:360px;overflow:hidden;border-radius:28px;border:1px solid #334155;background:#141a22;color:#e2e8f0;box-shadow:0 1px 3px #00000059;-webkit-font-smoothing:antialiased;font-family:ui-sans-serif,system-ui,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;isolation:isolate}.poster-body[data-v-b12288a2]{box-sizing:border-box;padding:20px 20px 24px}.poster-hero-wrap[data-v-b12288a2]{width:200px;margin:0 auto}.poster-hero-frame[data-v-b12288a2]{aspect-ratio:1;width:100%;overflow:hidden;border-radius:22px;border:4px solid #334155;box-shadow:0 12px 32px #00000073}.poster-title[data-v-b12288a2]{margin:20px 0 0;text-align:center;font-size:22px;font-weight:900;line-height:1.25;letter-spacing:-.02em;color:#f8fafc}.poster-section[data-v-b12288a2]{margin-top:22px}.poster-section-tight-top[data-v-b12288a2]{margin-top:18px}.poster-section-label[data-v-b12288a2]{display:block;box-sizing:border-box;min-height:16px;margin:0 0 10px;padding:0;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;line-height:1.3;color:#cbd5e1}.poster-tag-row[data-v-b12288a2]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:12px}.poster-tag[data-v-b12288a2]{display:inline-table;vertical-align:middle;border-collapse:collapse;table-layout:fixed;height:24px;overflow:hidden;border-radius:8px}.poster-tag-muted[data-v-b12288a2]{background:#334155}.poster-tag-muted .poster-tag-cell[data-v-b12288a2]{color:#e2e8f0}.poster-tag-danger[data-v-b12288a2]{background:#e11d48}.poster-tag-neutral[data-v-b12288a2]{background:#64748b}.poster-tag-normal[data-v-b12288a2]{background:#57534e}.poster-tag-cold[data-v-b12288a2]{background:#0284c7}.poster-tag-vaccine[data-v-b12288a2]{background:#d97706}.poster-tag-constipation[data-v-b12288a2]{background:#059669}.poster-tag-allergen[data-v-b12288a2]{background:#be123c}.poster-tag-cell[data-v-b12288a2]{display:table-cell;vertical-align:middle;padding:0 10px;font-size:10px;line-height:1;white-space:nowrap;color:#fff}.poster-age-chip[data-v-b12288a2]{display:inline-flex;align-items:stretch;box-sizing:border-box;height:36px;max-width:100%;overflow:hidden;margin-top:8px;border-radius:12px;border:2px solid #f59e0b;background:#f59e0b1f}.poster-age-cell[data-v-b12288a2]{display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:0 14px;font-size:12px;line-height:1;white-space:nowrap;color:#fcd34d}.poster-chip-row[data-v-b12288a2]{display:flex;flex-wrap:wrap;gap:8px}.poster-ingredient-chip[data-v-b12288a2],.poster-ingredient-grams-chip[data-v-b12288a2]{display:inline-flex;flex-direction:row;align-items:center;box-sizing:border-box;height:40px;padding:0 12px;gap:8px;border-radius:16px;font-weight:700}.poster-ingredient-grams-chip[data-v-b12288a2]{height:38px;font-size:14px;border-radius:12px}.poster-ing-chip[data-v-b12288a2]{border:1px solid #475569;background:#1e293b;color:#e2e8f0}.poster-ing-chip-warn[data-v-b12288a2]{border:1px solid #fb7185;background:#fb71851f;color:#fecdd3}.poster-ingredient-grams-chip[data-v-b12288a2]{border:1px solid #475569;background:#1e293b;color:#e2e8f0}.poster-ing-thumb[data-v-b12288a2]{flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px}.poster-ing-thumb-26[data-v-b12288a2]{width:26px;height:26px}.poster-ing-thumb-24[data-v-b12288a2]{width:24px;height:24px}.poster-ing-label[data-v-b12288a2]{line-height:1;font-size:12px}.poster-ing-label-sm[data-v-b12288a2]{font-size:14px}.poster-grams-val[data-v-b12288a2]{line-height:1;font-weight:900;color:#fbbf24}.poster-allergy-mini[data-v-b12288a2]{display:inline-table;vertical-align:middle;border-collapse:separate;border-spacing:0;height:18px;border-radius:6px;overflow:hidden;background:#f43f5e}.poster-allergy-cell[data-v-b12288a2]{display:table-cell;vertical-align:middle;padding:0 6px;font-size:9px;font-weight:900;line-height:1;color:#fff}.poster-cook-card[data-v-b12288a2]{box-sizing:border-box;margin:0;padding:14px 16px;border-radius:16px;border:1px solid #334155;background:#1e293b}.poster-cook-p[data-v-b12288a2]{margin:0;padding:0;font-size:14px;line-height:1.65;color:#cbd5e1}.poster-cook-q[data-v-b12288a2]{color:#64748b}.poster-nutrition-card[data-v-b12288a2]{box-sizing:border-box;padding:16px;border-radius:16px;border:2px solid rgba(52,211,153,.45);background:#064e3b59;display:flex;flex-direction:column;gap:10px}.poster-nutrition-title[data-v-b12288a2]{margin:0;padding:0;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;line-height:1;color:#6ee7b7}.poster-nutrition-body[data-v-b12288a2]{margin:0;padding:0;font-size:14px;font-weight:500;line-height:1.65;color:#d1fae5}.poster-main-card[data-v-b12288a2]{margin-top:16px;overflow:hidden;border-radius:22px;border:1px solid #334155;background:#1a2332;box-shadow:0 8px 24px #00000059}.poster-inner-block[data-v-b12288a2]{box-sizing:border-box;padding:16px}.poster-inner-muted[data-v-b12288a2]{background:#252d3d;border-bottom:1px solid #334155}.poster-inner-divider[data-v-b12288a2]{border-bottom:1px solid #334155}.poster-inner-block[data-v-b12288a2]:last-child{border-bottom:none}.poster-inner-label[data-v-b12288a2]{margin:0;padding:0;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1;color:#94a3b8}.poster-inner-label-spaced[data-v-b12288a2]{margin-bottom:10px}.poster-yield-grams[data-v-b12288a2]{margin:8px 0 0;font-size:26px;font-weight:900;line-height:1;color:#f8fafc;font-variant-numeric:tabular-nums}.poster-yield-unit[data-v-b12288a2]{margin-left:2px;font-size:16px;font-weight:700;color:#94a3b8}.poster-walnut-text[data-v-b12288a2]{margin:0;font-size:14px;line-height:1.65;color:#cbd5e1}.poster-step-header[data-v-b12288a2]{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.poster-inner-label-inline[data-v-b12288a2]{margin:0;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;line-height:1;color:#94a3b8}.poster-water-hint[data-v-b12288a2]{font-size:10px;font-weight:600;line-height:1;color:#fbbf24}.poster-step-list[data-v-b12288a2]{list-style:none;margin:0;padding:0}.poster-step-row[data-v-b12288a2]{--poster-step-fs: 12px;--poster-step-lh: 1.65;display:flex;align-items:flex-start;gap:8px;margin:0;padding:0;font-size:var(--poster-step-fs);line-height:var(--poster-step-lh);color:#cbd5e1}.poster-step-row+.poster-step-row[data-v-b12288a2]{margin-top:10px}.poster-step-num[data-v-b12288a2]{flex-shrink:0;box-sizing:border-box;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-top:calc(var(--poster-step-fs) * var(--poster-step-lh) / 2 - 10px);border-radius:8px;background:#334155;font-size:10px;font-weight:900;line-height:1;color:#e2e8f0}.poster-step-text[data-v-b12288a2]{flex:1;min-width:0;margin:0;padding:0}.poster-step-qty[data-v-b12288a2]{font-weight:600;color:#38bdf8}.poster-step-warn[data-v-b12288a2]{font-weight:600;color:#fbbf24}.poster-notes-block[data-v-b12288a2]{box-sizing:border-box;padding:16px;border-top:1px solid #334155;background:#f59e0b0f}.poster-note-list[data-v-b12288a2]{list-style:none;margin:0;padding:0}.poster-note-li[data-v-b12288a2]{--poster-note-fs: 14px;--poster-note-lh: 1.65;position:relative;margin:0;padding:0 0 0 14px;font-size:var(--poster-note-fs);line-height:var(--poster-note-lh);color:#e2e8f0}.poster-note-li+.poster-note-li[data-v-b12288a2]{margin-top:8px}.poster-note-li[data-v-b12288a2]:before{content:"";position:absolute;left:0;top:calc(var(--poster-note-fs) * var(--poster-note-lh) / 2 - 3px);width:6px;height:6px;border-radius:9999px;background-color:#f59e0b}.poster-empty-age[data-v-b12288a2]{box-sizing:border-box;margin:12px 0 0;padding:12px;border-radius:12px;border:1px dashed #475569;background:#1e293b;text-align:center;font-size:12px;line-height:1.5;color:#94a3b8}.poster-footer[data-v-b12288a2]{margin-top:28px;padding-top:22px;border-top:1px solid #334155;display:flex;flex-direction:column;align-items:center}.poster-footer-brand[data-v-b12288a2]{margin:0;font-size:14px;font-weight:900;line-height:1.25;letter-spacing:.02em;color:#f1f5f9}.poster-footer-sub[data-v-b12288a2]{margin:6px 0 0;font-size:10px;font-weight:500;line-height:1.25;text-align:center;color:#94a3b8}.poster-qr-block[data-v-b12288a2]{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:8px}.poster-qr-frame[data-v-b12288a2]{border-radius:16px;border:4px solid #f8fafc;background:#f8fafc;padding:6px;box-shadow:0 4px 16px #00000040}.poster-qr-img[data-v-b12288a2]{display:block;width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.poster-qr-caption[data-v-b12288a2]{margin:0;font-size:11px;font-weight:700;line-height:1;color:#cbd5e1}.main-scroll[data-v-6129f26c]{scrollbar-gutter:stable}.fade-enter-active[data-v-6129f26c],.fade-leave-active[data-v-6129f26c]{transition:opacity .2s ease}.fade-enter-from[data-v-6129f26c],.fade-leave-to[data-v-6129f26c]{opacity:0}.fab-blur-enter-active[data-v-6129f26c],.fab-blur-leave-active[data-v-6129f26c]{transition:opacity .25s ease}.fab-blur-enter-from[data-v-6129f26c],.fab-blur-leave-to[data-v-6129f26c]{opacity:0}.app-maintenance-gate[data-v-99452a48]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;min-height:var(--app-viewport-height, 100dvh);align-items:center;justify-content:center;box-sizing:border-box;flex-direction:column;padding:max(2rem,env(safe-area-inset-top,0px)) 2rem max(2rem,env(safe-area-inset-bottom,0px));overflow:hidden;background:radial-gradient(circle at 20% 18%,rgba(213,235,255,.92),transparent 34%),radial-gradient(circle at 82% 78%,rgba(228,245,234,.9),transparent 32%),#f8fbff;color:#17253d;text-align:center}.app-maintenance-gate__mark[data-v-99452a48]{display:grid;width:5.5rem;height:5.5rem;place-items:center;border:1px solid rgba(111,155,206,.26);border-radius:2rem;background:#ffffffc7;box-shadow:0 1.2rem 3rem #4b709e21;color:#6d9bd0}.app-maintenance-gate__mark svg[data-v-99452a48]{width:2.7rem;height:2.7rem}h1[data-v-99452a48]{margin:1.65rem 0 0;font-size:1.45rem;font-weight:800;letter-spacing:.04em}p[data-v-99452a48]{margin:.7rem 0 0;color:#71829a;font-size:.95rem;line-height:1.65}.admin-preview-shell{height:calc(var(--app-viewport-height, 100dvh) - 2.25rem);min-height:calc(var(--app-viewport-height, 100dvh) - 2.25rem);margin-top:2.25rem}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{color-scheme:light;--app-safe-top: env(safe-area-inset-top, 0px);--app-android-safe-top: 0px;--app-android-safe-right: 0px;--app-android-nav-bottom: 0px;--app-android-safe-left: 0px;--app-android-nav-bottom-viewport: 0px;--app-safe-bottom: max( env(safe-area-inset-bottom, 0px), var(--app-android-nav-bottom), var(--app-android-nav-bottom-viewport) );--app-topbar-safe-top: var(--app-safe-top);--app-viewport-height: 100vh;--app-viewport-width: 100vw;--app-min-touch-target: 44px;--app-bottom-nav-visual-height: 3.5rem;--app-bottom-nav-safe-bottom: var(--app-safe-bottom);--app-bottom-nav-height: calc(var(--app-bottom-nav-visual-height) + var(--app-bottom-nav-safe-bottom));--app-main-scroll-pad-bottom: calc(var(--app-bottom-nav-height) + 3rem);--app-header-bg-base: linear-gradient( 118deg, #156a8a 0%, #2f4db8 46%, #343c8f 100% );--app-header-bg: var(--app-header-bg-base);--color-primary: #3a54c9;--color-primary-light: #5c73eb;--color-primary-strong: #2a3f9e;--color-accent: #F0A76B;--color-accent-light: #F5C99A;--app-body-fallback: #2f4db8;--app-body-bg: var(--app-header-bg-base);--app-tabbar-bg: #ffffff;--app-tabbar-fallback: #ffffff;--app-tabbar-border: rgba(0, 0, 0, .08);--color-cream-bg: #f1f5f9;--color-cream-card: #f8fafc;--color-neutral-100: #e8ecf6;--color-neutral-200: #d4daf0;--color-neutral-600: #4E5969;--color-text-primary: #1F2937;--color-text-secondary: #94A3B8;--color-danger: #F26B6B;--color-success: #60A5FA;--color-page-bg: #2f4db8;--color-card-bg: #ffffff;--color-card-border: rgba(0, 0, 0, .06);--color-header-accent: #3f5ed4;--btn-primary-bg: #3a54c9;--btn-primary-hover: #556dee;--btn-primary-active: #2f4499;--btn-primary-gradient: linear-gradient( 145deg, #5a72f0 0%, #3f56d8 42%, #2e3f9c 100% );--btn-primary-disabled: #c9d2f0;--btn-secondary-bg: rgba(255, 255, 255, .9);--btn-secondary-border: rgba(255, 255, 255, .45);--btn-secondary-text: #4E5969;--btn-secondary-hover: rgba(255, 255, 255, 1);--btn-disabled-bg: rgba(255, 255, 255, .65);--btn-disabled-text: #94A3B8;--input-bg: rgba(255, 255, 255, .94);--input-border: rgba(255, 255, 255, .4);--input-focus-border: #3a54c9;--input-placeholder: #94A3B8;--color-divider: rgba(0, 0, 0, .06);--color-hover-surface: #f8fafc;--color-active-surface: #f1f5f9;--color-muted-text: #64748b;--color-surface-elevated: #ffffff;--color-overlay: rgba(15, 23, 42, .45)}html.miniprogram-webview{--app-header-bg: linear-gradient( 180deg, #2f4eb8 0%, #2f4eb8 22%, rgba(47, 78, 184, .82) 42%, rgba(47, 78, 184, .34) 62%, rgba(47, 78, 184, 0) 78% ), var(--app-header-bg-base)}html,body,#app{height:100%;overflow:hidden}#app{background:transparent}html{background-color:var(--app-body-fallback);font-size:16px;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--app-body-bg);background-color:var(--app-body-fallback);background-attachment:fixed;background-size:cover;min-width:320px;font-size:16px}html.login-route-active,html.login-route-active body,html.login-route-active #app{background:#fff!important;background-color:#fff!important}html.login-route-active .app-shell-root{background:#fff!important}html,body{overscroll-behavior:none;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;letter-spacing:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:pan-x pan-y;-ms-overflow-style:none;scrollbar-width:none}@supports (height: 100dvh){:root{--app-viewport-height: 100dvh}}*,*:before,*:after{box-sizing:border-box}img,video,canvas,svg{max-width:100%}button,input,textarea,select{font:inherit}button,[role=button],a,input,textarea,select{touch-action:manipulation}@media(hover:none)and (pointer:coarse){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]),textarea,select{font-size:16px}}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}*::-webkit-scrollbar{display:none}html.native-app{--app-safe-top: env(safe-area-inset-top, 0px)}html.native-android{--app-safe-top: max(env(safe-area-inset-top, 0px), 48px);--app-safe-bottom: max( env(safe-area-inset-bottom, 0px), var(--app-android-nav-bottom), var(--app-android-nav-bottom-viewport), 18px );--app-bottom-nav-safe-bottom: var(--app-safe-bottom)}html.native-android.huawei-p70pro-webview{--app-safe-bottom: max( env(safe-area-inset-bottom, 0px), var(--app-android-nav-bottom), var(--app-android-nav-bottom-viewport), 40px )}.\!container{width:100%!important}.container{width:100%}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.app-header-gradient{background:var(--app-header-bg);background-color:#2a4aa8}.app-shell-bg{background:transparent}.app-bottom-nav-surface{--dock-side: .45rem;--dock-top: .35rem;--dock-pad-top: clamp(.2rem, calc(var(--app-bottom-nav-visual-height) * .08), .5rem);--dock-pad-bottom: clamp(.05rem, calc(var(--app-bottom-nav-visual-height) * .03), .12rem);--dock-pad-x: var(--dock-side);--dock-item-gap: .08rem;--dock-label-gap: clamp(0rem, calc((var(--bnh-num, 56) - 44) * .024rem), .32rem);--dock-radius: 1.5rem;--dock-notch-mask: linear-gradient(#000, #000);--dock-glow: 0 -18px 38px -28px rgba(15, 23, 42, .42), 0 -2px 0 rgba(255, 255, 255, .45) inset;--dock-bg: linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(248, 252, 255, .92) 56%, rgba(244, 248, 253, .9) 100%), var(--app-tabbar-bg);--dock-border: rgba(15, 23, 42, .1);--dock-notch-top: .28rem;--dock-notch-w: 5.7rem;--dock-notch-h: 2.8rem;--dock-notch-shadow: inset 0 -8px 14px rgba(15, 23, 42, .09), 0 8px 16px -18px rgba(15, 23, 42, .5);isolation:isolate;min-height:var(--app-bottom-nav-height);height:var(--app-bottom-nav-height);gap:var(--dock-item-gap);padding:var(--dock-pad-top) var(--dock-pad-x) calc(var(--dock-pad-bottom) + var(--app-bottom-nav-safe-bottom));background:transparent;-webkit-backdrop-filter:blur(8px) saturate(1.06);backdrop-filter:blur(8px) saturate(1.06)}.app-bottom-nav--glass{--dock-bg: linear-gradient(180deg, rgba(255, 255, 255, .76) 0%, rgba(246, 250, 255, .62) 100%), rgba(255, 255, 255, .68);--dock-border: rgba(255, 255, 255, .58)}.app-bottom-nav--glass:before{backdrop-filter:blur(18px) saturate(1.22);-webkit-backdrop-filter:blur(18px) saturate(1.22)}.app-bottom-nav--float-none{--dock-glow: 0 -1px 0 rgba(15, 23, 42, .08)}.app-bottom-nav--float-lifted{--dock-glow: 0 -24px 42px -28px rgba(15, 23, 42, .46), 0 18px 36px -26px rgba(15, 23, 42, .38), 0 1px 0 rgba(255, 255, 255, .82) inset}.app-bottom-nav-surface:before{content:"";position:absolute;inset:var(--dock-top) var(--dock-side) 0;z-index:0;background:var(--dock-bg);background-color:var(--app-tabbar-fallback);border:1px solid var(--dock-border);border-bottom:none;border-radius:var(--dock-radius) var(--dock-radius) 0 0;box-shadow:var(--dock-glow);-webkit-mask:var(--dock-notch-mask);mask:var(--dock-notch-mask)}.app-bottom-nav-surface:after{content:"";display:none;position:absolute;left:50%;top:var(--dock-notch-top);z-index:0;width:var(--dock-notch-w);height:var(--dock-notch-h);transform:translate(-50%);border-radius:0 0 999px 999px;pointer-events:none;box-shadow:var(--dock-notch-shadow)}.app-bottom-nav-surface>*{position:relative;z-index:1}.app-bottom-nav-item{border-radius:.95rem;row-gap:var(--dock-label-gap);transform:translateY(0);transition:color .22s ease,transform .22s ease}.app-bottom-nav-item--active{background:transparent;box-shadow:none;transform:translateY(-1px)}.app-bottom-nav-item--active:after{content:"";position:absolute;left:50%;top:.25rem;width:1.25rem;height:2px;transform:translate(-50%);border-radius:999px;background:linear-gradient(90deg,#4f6be8,#2f56d4);opacity:.9}.app-bottom-nav--active-halo .app-bottom-nav-item--active:after,.app-bottom-nav--active-pill .app-bottom-nav-item--active:after,.app-bottom-nav--active-none .app-bottom-nav-item--active:after{display:none}.app-bottom-nav--active-halo .app-bottom-nav-item--active>div:before{content:"";position:absolute;top:-.28rem;right:-.28rem;bottom:-.28rem;left:-.28rem;border-radius:999px;background:linear-gradient(180deg,#eff6fffa,#dbeafec7);box-shadow:0 7px 15px -12px #2f56d4bf,0 0 0 1px #4f6be81f inset}.app-bottom-nav--active-halo .app-bottom-nav-item--active>div>span{position:relative;z-index:1;opacity:1}.app-bottom-nav--active-pill .app-bottom-nav-item--active{background:linear-gradient(180deg,#eff6ffe6,#dbeafe85);box-shadow:0 8px 18px -16px #2f56d494,0 0 0 1px #4f6be81a inset;color:#2f56d4}.app-bottom-nav-item>div:first-child{transition:transform .25s ease;transform:translateY(calc((56 - var(--bnh-num, 56)) * 1px * .3))}.app-bottom-nav-icon-wrap{width:2rem;height:2rem}.app-bottom-nav-item>span:last-child{transition:opacity .2s ease,max-height .2s ease;opacity:clamp(0,calc((var(--bnh-num, 56) - 44) / 6),1);max-height:clamp(0px,calc((var(--bnh-num, 56) - 44) * 5px),20px);overflow:hidden}.app-bottom-nav--classic .app-bottom-nav-item--active{color:#2f56d4;transform:translateY(-1px)}.app-bottom-nav--capsule .app-bottom-nav-item{min-height:2.9rem}.app-bottom-nav--frosted{--dock-side: .7rem;--dock-top: .32rem;--dock-pad-top: .56rem;--dock-pad-bottom: .14rem;--dock-radius: 1.35rem;--dock-bg: linear-gradient(180deg, rgba(255, 255, 255, .72) 0%, rgba(244, 249, 255, .64) 100%), var(--app-tabbar-bg);--dock-border: rgba(148, 163, 184, .35);--dock-glow: 0 -12px 26px -18px rgba(15, 23, 42, .28), 0 -1px 0 rgba(255, 255, 255, .62) inset;--dock-notch-w: 5.4rem;--dock-notch-h: 2.55rem;--dock-notch-top: .24rem;--dock-notch-shadow: inset 0 -6px 10px rgba(15, 23, 42, .08), 0 7px 14px -16px rgba(15, 23, 42, .42)}.app-bottom-nav--frosted:before{backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2)}.app-bottom-nav--square{--dock-side: 0rem;--dock-top: 0rem;--dock-pad-top: .26rem;--dock-pad-bottom: .38rem;--dock-radius: 0rem;--dock-notch-mask: linear-gradient(#000, #000);--dock-bg: var(--app-tabbar-bg);--dock-border: var(--app-tabbar-border);--dock-glow: none;--dock-notch-w: 0rem;--dock-notch-h: 0rem}.app-bottom-nav--square:after{display:none}.app-bottom-nav--square .app-bottom-nav-item--active{transform:translateY(0)}.app-bottom-nav-surface.app-bottom-nav--float-none{--dock-glow: 0 -1px 0 rgba(15, 23, 42, .08)}.app-bottom-nav-surface.app-bottom-nav--float-lifted{--dock-glow: 0 -24px 42px -28px rgba(15, 23, 42, .46), 0 18px 36px -26px rgba(15, 23, 42, .38), 0 1px 0 rgba(255, 255, 255, .82) inset}.card{border-radius:2rem;border-width:1px;border-style:solid;--tw-shadow: 0 16px 48px -14px rgba(0,0,0,.35);--tw-shadow-colored: 0 16px 48px -14px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);border-color:var(--color-card-border);background:var(--color-card-bg);font-feature-settings:"cv05","cv11","ss01"}.card-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;border-style:none;padding:1.5rem 1.75rem}@media(min-width:640px){.card-header{align-items:center}}.card-header.card-header--tight{padding-top:1rem;padding-bottom:.5rem}@media(min-width:640px){.card-header.card-header--tight{align-items:center}}.card-body{padding-left:1.75rem;padding-right:1.75rem;padding-bottom:1.75rem;padding-top:0}.app-shell-root{height:var(--app-viewport-height);min-height:var(--app-viewport-height)}.main-content{padding-bottom:var(--app-main-scroll-pad-bottom);padding-left:1rem;padding-right:1rem}@media(min-width:640px){.main-content{padding-left:2rem;padding-right:2rem}}@media(max-width:480px){.route-host .settings-child-wide,.route-host .settings-child-header{margin-left:-.75rem;margin-right:-.75rem}.route-host .settings-child-wide .card-header,.route-host .settings-child-wide .card-body{padding-left:.75rem;padding-right:.75rem}}@media(max-width:380px){.route-host .settings-child-wide,.route-host .settings-child-header{margin-left:-.875rem;margin-right:-.875rem}}@media(min-width:640px){.main-content{padding-bottom:2rem}}.chip{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;line-height:1rem;border-color:var(--color-neutral-200);background-color:var(--color-neutral-100);color:var(--color-neutral-600)}.chip-active{border-color:var(--color-primary);background-color:var(--color-primary);color:#fff}.chip-active:hover{border-color:var(--color-primary-strong);background-color:var(--color-primary-strong);color:#fff}.animate-fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes baby-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes twinkle-star{0%,to{opacity:1;transform:scale(1) rotate(0)}50%{opacity:.35;transform:scale(.7) rotate(18deg)}}@keyframes giraffe-sway{0%,to{transform:rotate(-2.5deg) translateY(0)}50%{transform:rotate(3.5deg) translateY(-2px)}}@keyframes tag-pop{0%{transform:scale(1)}40%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes float-slow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(6deg)}}@keyframes float-slow-reverse{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-7px) rotate(-5deg)}}@keyframes cloud-drift{0%,to{transform:translate(0)}50%{transform:translate(8px)}}@keyframes soft-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.3;transform:scale(1.15)}}@keyframes seedling-bounce{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-5px) rotate(4deg)}}@keyframes bubble-rise{0%,to{transform:translateY(0) scale(1);opacity:.35}50%{transform:translateY(-10px) scale(1.15);opacity:.15}}@keyframes dot-drift{0%,to{transform:translate(0)}33%{transform:translate(4px,-3px)}66%{transform:translate(-2px,2px)}}@keyframes sticker-float{0%,to{transform:translateY(0) rotate(5deg)}50%{transform:translateY(-5px) rotate(5deg)}}@keyframes value-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}input[type=date]{position:relative;-moz-appearance:none;appearance:none;-webkit-appearance:none}input[type=date]::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto;z-index:1}input[type=date]:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394A3B8' stroke-width='2'%3E%3Crect x='3' y='2' width='18' height='4' fill='%2394A3B8'/%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;pointer-events:none}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}input[type=checkbox]{accent-color:var(--color-primary)}.ingredient-library-page .ingredient-list-card,.recipe-list-page .recipe-grid-card{border-radius:1.35rem!important;background:#fff!important}.ingredient-library-page .ingredient-list-panel,.recipe-list-page .recipe-grid-panel{padding:.625rem .625rem .75rem!important;background:#fff!important}.ingredient-library-page .ingredient-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:.75rem .375rem!important;padding-top:0!important}.recipe-list-page .recipe-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.75rem .375rem!important;min-height:0!important;max-height:calc(100vh - 11rem)!important;overflow-x:hidden!important;overflow-y:auto!important}.ingredient-library-page .ingredient-tile,.recipe-list-page .recipe-tile{display:flex!important;min-width:0!important;touch-action:manipulation!important;cursor:pointer!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important;border:0!important;background:transparent!important;box-shadow:none!important;text-align:center!important;-webkit-tap-highlight-color:transparent!important}.ingredient-library-page .ingredient-tile{min-height:4.35rem!important;gap:.125rem!important;padding:.125rem .125rem .25rem!important}.recipe-list-page .recipe-tile{min-height:5.25rem!important;gap:.25rem!important;padding:.125rem!important}.ingredient-library-page .ingredient-thumb-wrap{position:relative!important;flex:0 0 auto!important}.ingredient-library-page .ingredient-status-badge,.recipe-list-page .recipe-allergy-badge{position:absolute!important;z-index:1!important;display:flex!important;width:1rem!important;height:1rem!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.96)!important;border-radius:999px!important;box-shadow:0 3px 8px -6px #0f172ad9!important}.ingredient-library-page .ingredient-status-badge{top:-.125rem!important;right:-.125rem!important}.ingredient-library-page .ingredient-remark-dot{position:absolute!important;z-index:1!important;top:-.125rem!important;left:-.125rem!important;width:.375rem!important;height:.375rem!important;border-radius:999px!important;background:#f59e0b!important}.ingredient-library-page .ingredient-name,.recipe-list-page .recipe-name{display:-webkit-box!important;width:100%!important;overflow:hidden!important;font-weight:800!important;text-align:center!important;text-overflow:ellipsis!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;-webkit-text-size-adjust:100%!important;-moz-text-size-adjust:100%!important;text-size-adjust:100%!important;word-break:break-all!important}.ingredient-library-page .ingredient-name{min-height:1.55rem!important;color:#1f2937!important;font-size:10.5px!important;line-height:.82rem!important}.recipe-list-page .recipe-name{min-height:1.64rem!important;color:#1f2937!important;font-size:10.5px!important;line-height:.82rem!important}.recipe-list-page .recipe-thumb{position:relative!important;width:3.5rem!important;height:3.5rem!important;flex:0 0 auto!important;overflow:hidden!important;border-radius:.75rem!important;background:#f8fafc!important;box-shadow:0 5px 12px -9px #0f172a73!important}.recipe-list-page .recipe-thumb-image,.recipe-list-page .recipe-thumb>img{display:block!important;width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important}.recipe-list-page .recipe-allergy-badge{top:-.125rem!important;right:-.125rem!important;background:#f43f5e!important;color:#fff!important;font-size:10px!important;font-weight:900!important;line-height:1!important}.recipe-list-page .recipe-custom-dot{position:absolute!important;right:.25rem!important;bottom:.25rem!important;width:.375rem!important;height:.375rem!important;border-radius:999px!important;background:#f59e0b!important}@media(min-width:640px){.ingredient-library-page .ingredient-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:.8rem .55rem!important}.recipe-list-page .recipe-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:.9rem .6rem!important}.recipe-list-page .recipe-thumb{width:4rem!important;height:4rem!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.inset-\[9\%\]{top:9%;right:9%;bottom:9%;left:9%}.inset-x-0{left:0;right:0}.inset-x-2{left:.5rem;right:.5rem}.inset-x-4{left:1rem;right:1rem}.inset-y-0{top:0;bottom:0}.-bottom-1\.5{bottom:-.375rem}.-left-0\.5{left:-.125rem}.-left-1\.5{left:-.375rem}.-left-1\/2{left:-50%}.-left-2{left:-.5rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-right-2{right:-.5rem}.-top-0\.5{top:-.125rem}.-top-1{top:-.25rem}.-top-1\.5{top:-.375rem}.-top-1\/2{top:-50%}.-top-2{top:-.5rem}.-top-2\.5{top:-.625rem}.bottom-0{bottom:0}.bottom-0\.5{bottom:.125rem}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-24{bottom:6rem}.bottom-3{bottom:.75rem}.bottom-\[calc\(4\.5rem\+env\(safe-area-inset-bottom\)\)\]{bottom:calc(4.5rem + env(safe-area-inset-bottom))}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-2{left:.5rem}.left-3{left:.75rem}.left-6{left:1.5rem}.left-\[-10000px\]{left:-10000px}.right-0{right:0}.right-0\.5{right:.125rem}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-1\/4{right:25%}.right-12{right:3rem}.right-14{right:3.5rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.right-4{right:1rem}.right-8{right:2rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-3{top:.75rem}.top-6{top:1.5rem}.top-\[88px\]{top:88px}.top-\[max\(0\.75rem\,env\(safe-area-inset-top\)\)\]{top:max(.75rem,env(safe-area-inset-top))}.top-\[max\(var\(--app-safe-top\,0px\)\,0\.75rem\)\]{top:max(var(--app-safe-top,0px),.75rem)}.top-\[max\(var\(--app-safe-top\,0px\)\,2\.5rem\)\]{top:max(var(--app-safe-top,0px),2.5rem)}.top-full{top:100%}.isolate{isolation:isolate}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[120\]{z-index:120}.z-\[1\]{z-index:1}.z-\[200\]{z-index:200}.z-\[2147483645\]{z-index:2147483645}.z-\[2\]{z-index:2}.z-\[51\]{z-index:51}.z-\[60\]{z-index:60}.z-\[65\]{z-index:65}.z-\[72\]{z-index:72}.z-\[80\]{z-index:80}.z-\[90\]{z-index:90}.z-\[9999\]{z-index:9999}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.-m-8{margin:-2rem}.-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.-mb-\[1px\]{margin-bottom:-1px}.-ml-0\.5{margin-left:-.125rem}.-mr-1{margin-right:-.25rem}.-mt-\[1px\]{margin-top:-1px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-9{margin-left:2.25rem}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[16\/8\]{aspect-ratio:16/8}.aspect-\[2\/3\]{aspect-ratio:2/3}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1 / 1}.size-1{width:.25rem;height:.25rem}.size-1\.5{width:.375rem;height:.375rem}.size-10{width:2.5rem;height:2.5rem}.size-11{width:2.75rem;height:2.75rem}.size-12{width:3rem;height:3rem}.size-14{width:3.5rem;height:3.5rem}.size-16{width:4rem;height:4rem}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-20{width:5rem;height:5rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-\[120px\]{width:120px;height:120px}.size-\[140\%\]{width:140%;height:140%}.size-\[14px\]{width:14px;height:14px}.size-\[16px\]{width:16px;height:16px}.size-\[18px\]{width:18px;height:18px}.size-\[47\%\]{width:47%;height:47%}.size-full{width:100%;height:100%}.\!h-10{height:2.5rem!important}.\!h-11{height:2.75rem!important}.\!h-12{height:3rem!important}.\!h-14{height:3.5rem!important}.\!h-9{height:2.25rem!important}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[120px\]{height:120px}.h-\[122px\]{height:122px}.h-\[220px\]{height:220px}.h-\[4\.5rem\]{height:4.5rem}.h-\[40px\]{height:40px}.h-\[44px\]{height:44px}.h-\[6\.5rem\]{height:6.5rem}.h-\[80px\]{height:80px}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-0{max-height:0px}.max-h-32{max-height:8rem}.max-h-44{max-height:11rem}.max-h-48{max-height:12rem}.max-h-56{max-height:14rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-\[120px\]{max-height:120px}.max-h-\[132px\]{max-height:132px}.max-h-\[180px\]{max-height:180px}.max-h-\[28vh\]{max-height:28vh}.max-h-\[30vh\]{max-height:30vh}.max-h-\[38vh\]{max-height:38vh}.max-h-\[40vh\]{max-height:40vh}.max-h-\[42vh\]{max-height:42vh}.max-h-\[45vh\]{max-height:45vh}.max-h-\[52vh\]{max-height:52vh}.max-h-\[55vh\]{max-height:55vh}.max-h-\[60vh\]{max-height:60vh}.max-h-\[65vh\]{max-height:65vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[72vh\]{max-height:72vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[92vh\]{max-height:92vh}.max-h-\[calc\(100vh-11rem\)\]{max-height:calc(100vh - 11rem)}.max-h-\[calc\(85vh-2rem\)\]{max-height:calc(85vh - 2rem)}.max-h-\[min\(200px\,32vh\)\]{max-height:min(200px,32vh)}.max-h-\[min\(52vh\,420px\)\]{max-height:min(52vh,420px)}.max-h-\[var\(--stats-panel-max-height\,500px\)\]{max-height:var(--stats-panel-max-height,500px)}.max-h-full{max-height:100%}.max-h-none{max-height:none}.\!min-h-0{min-height:0px!important}.min-h-0{min-height:0px}.min-h-11{min-height:2.75rem}.min-h-24{min-height:6rem}.min-h-4{min-height:1rem}.min-h-\[1\.55rem\]{min-height:1.55rem}.min-h-\[1\.64rem\]{min-height:1.64rem}.min-h-\[1\.7rem\]{min-height:1.7rem}.min-h-\[160px\]{min-height:160px}.min-h-\[180px\]{min-height:180px}.min-h-\[2\.125rem\]{min-height:2.125rem}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[200px\]{min-height:200px}.min-h-\[220px\]{min-height:220px}.min-h-\[260px\]{min-height:260px}.min-h-\[280px\]{min-height:280px}.min-h-\[2rem\]{min-height:2rem}.min-h-\[32px\]{min-height:32px}.min-h-\[340px\]{min-height:340px}.min-h-\[36px\]{min-height:36px}.min-h-\[380px\]{min-height:380px}.min-h-\[38px\]{min-height:38px}.min-h-\[4\.25rem\]{min-height:4.25rem}.min-h-\[4\.35rem\]{min-height:4.35rem}.min-h-\[4\.5rem\]{min-height:4.5rem}.min-h-\[4\.875rem\]{min-height:4.875rem}.min-h-\[44px\]{min-height:44px}.min-h-\[48px\]{min-height:48px}.min-h-\[5\.25rem\]{min-height:5.25rem}.min-h-\[5\.5rem\]{min-height:5.5rem}.min-h-\[56px\]{min-height:56px}.min-h-\[64px\]{min-height:64px}.min-h-\[7\.5rem\]{min-height:7.5rem}.min-h-\[76px\]{min-height:76px}.min-h-\[calc\(100dvh-12rem\)\]{min-height:calc(100dvh - 12rem)}.min-h-full{min-height:100%}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[148px\]{width:148px}.w-\[216px\]{width:216px}.w-\[360px\]{width:360px}.w-\[4\.25rem\]{width:4.25rem}.w-\[4\.5rem\]{width:4.5rem}.w-\[56\%\]{width:56%}.w-\[6\.5rem\]{width:6.5rem}.w-\[72\%\]{width:72%}.w-\[72px\]{width:72px}.w-\[88\%\]{width:88%}.w-\[min\(14rem\,58\%\)\]{width:min(14rem,58%)}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.\!min-w-0{min-width:0px!important}.\!min-w-\[7rem\]{min-width:7rem!important}.min-w-0{min-width:0px}.min-w-4{min-width:1rem}.min-w-\[100px\]{min-width:100px}.min-w-\[11rem\]{min-width:11rem}.min-w-\[16px\]{min-width:16px}.min-w-\[1rem\]{min-width:1rem}.min-w-\[32px\]{min-width:32px}.min-w-\[330px\]{min-width:330px}.min-w-\[4\.25rem\]{min-width:4.25rem}.min-w-\[4\.5rem\]{min-width:4.5rem}.min-w-\[44px\]{min-width:44px}.min-w-\[5\.5rem\]{min-width:5.5rem}.min-w-\[5rem\]{min-width:5rem}.min-w-\[60px\]{min-width:60px}.min-w-full{min-width:100%}.\!max-w-md{max-width:28rem!important}.\!max-w-none{max-width:none!important}.\!max-w-sm{max-width:24rem!important}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-\[100px\]{max-width:100px}.max-w-\[10rem\]{max-width:10rem}.max-w-\[128px\]{max-width:128px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[22rem\]{max-width:22rem}.max-w-\[240px\]{max-width:240px}.max-w-\[36px\]{max-width:36px}.max-w-\[48px\]{max-width:48px}.max-w-\[50\%\]{max-width:50%}.max-w-\[56px\]{max-width:56px}.max-w-\[64px\]{max-width:64px}.max-w-\[7\.5rem\]{max-width:7.5rem}.max-w-\[7rem\]{max-width:7rem}.max-w-\[80\%\]{max-width:80%}.max-w-\[88\%\]{max-width:88%}.max-w-\[90vw\]{max-width:90vw}.max-w-\[92\%\]{max-width:92%}.max-w-\[96\%\]{max-width:96%}.max-w-\[97\%\]{max-width:97%}.max-w-\[min\(100\%\,20rem\)\]{max-width:min(100%,20rem)}.max-w-\[min\(20rem\,calc\(100vw-2\.5rem\)\)\]{max-width:min(20rem,calc(100vw - 2.5rem))}.max-w-\[min\(92vw\,34rem\)\]{max-width:min(92vw,34rem)}.max-w-\[min\(92vw\,430px\)\]{max-width:min(92vw,430px)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.basis-0{flex-basis:0px}.basis-full{flex-basis:100%}.border-collapse{border-collapse:collapse}.origin-right{transform-origin:right}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-8{--tw-translate-x: 2rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-3{--tw-translate-y: .75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-6{--tw-rotate: -6deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-12{--tw-rotate: 12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-90deg\]{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-0{--tw-scale-x: 0;--tw-scale-y: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-150{--tw-scale-x: 1.5;--tw-scale-y: 1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[0\.995\]{--tw-scale-x: .995;--tw-scale-y: .995;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[0\.99\]{--tw-scale-x: .99;--tw-scale-y: .99;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-100{--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[float_3s_ease-in-out_infinite\]{animation:float 3s ease-in-out infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-zoom-in{cursor:zoom-in}.touch-auto{touch-action:auto}.touch-none{touch-action:none}.touch-pan-x{--tw-pan-x: pan-x;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pan-y{--tw-pan-y: pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-manipulation{touch-action:manipulation}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-y{scroll-snap-type:y var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness: mandatory}.snap-center{scroll-snap-align:center}.snap-always{scroll-snap-stop:always}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.grid-rows-\[0fr\]{grid-template-rows:0fr}.grid-rows-\[1fr\]{grid-template-rows:1fr}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-items-center{place-items:center}.content-start{align-content:flex-start}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.\!gap-1{gap:.25rem!important}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-px{gap:1px}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-slate-200\/90>:not([hidden])~:not([hidden]){border-color:#e2e8f0e6}.divide-stone-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 245 244 / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.\!overflow-y-auto{overflow-y:auto!important}.overflow-y-auto{overflow-y:auto}.\!overflow-x-hidden{overflow-x:hidden!important}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-clip{overflow-x:clip}.overscroll-contain{overscroll-behavior:contain}.overscroll-y-auto{overscroll-behavior-y:auto}.overscroll-y-contain{overscroll-behavior-y:contain}.overscroll-y-none{overscroll-behavior-y:none}.overscroll-x-contain{overscroll-behavior-x:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded{border-radius:.25rem!important}.\!rounded-2xl{border-radius:1rem!important}.\!rounded-\[0\.9rem\]{border-radius:.9rem!important}.\!rounded-\[1\.35rem\]{border-radius:1.35rem!important}.\!rounded-\[2\.5rem\]{border-radius:2.5rem!important}.\!rounded-full{border-radius:9999px!important}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-md{border-radius:.375rem!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[1\.15rem\]{border-radius:1.15rem}.rounded-\[1\.1rem\]{border-radius:1.1rem}.rounded-\[1\.25rem\]{border-radius:1.25rem}.rounded-\[1\.25rem_1rem_1\.25rem_0\.75rem\]{border-radius:1.25rem 1rem 1.25rem .75rem}.rounded-\[1\.2rem\]{border-radius:1.2rem}.rounded-\[1\.35rem\]{border-radius:1.35rem}.rounded-\[1\.42rem\]{border-radius:1.42rem}.rounded-\[1\.4rem\]{border-radius:1.4rem}.rounded-\[1\.5rem\]{border-radius:1.5rem}.rounded-\[1\.5rem_1\.25rem_1\.5rem_1rem\]{border-radius:1.5rem 1.25rem 1.5rem 1rem}.rounded-\[1\.6rem\]{border-radius:1.6rem}.rounded-\[1\.75rem\]{border-radius:1.75rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[14px\]{border-radius:14px}.rounded-\[1rem_1\.5rem_0\.75rem_1\.25rem\]{border-radius:1rem 1.5rem .75rem 1.25rem}.rounded-\[2\.5rem\]{border-radius:2.5rem}.rounded-\[28px\]{border-radius:28px}.rounded-\[2rem\]{border-radius:2rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-\[1\.6rem\]{border-top-left-radius:1.6rem;border-top-right-radius:1.6rem}.rounded-t-\[1\.75rem\]{border-top-left-radius:1.75rem;border-top-right-radius:1.75rem}.rounded-t-\[2\.5rem\]{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.rounded-t-\[2rem\]{border-top-left-radius:2rem;border-top-right-radius:2rem}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-tl-md{border-top-left-radius:.375rem}.\!border{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[3px\]{border-width:3px}.border-x-\[6px\]{border-left-width:6px;border-right-width:6px}.border-x-\[7px\]{border-left-width:7px;border-right-width:7px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-\[7px\]{border-bottom-width:7px}.border-b-\[8px\]{border-bottom-width:8px}.border-l{border-left-width:1px}.border-l-\[3px\]{border-left-width:3px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-\[7px\]{border-top-width:7px}.border-t-\[8px\]{border-top-width:8px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.\!border-none{border-style:none!important}.border-none{border-style:none}.\!border-\[\#eceaf7\]{--tw-border-opacity: 1 !important;border-color:rgb(236 234 247 / var(--tw-border-opacity, 1))!important}.\!border-stone-200{--tw-border-opacity: 1 !important;border-color:rgb(231 229 228 / var(--tw-border-opacity, 1))!important}.border-\[\#5BA88A\]{--tw-border-opacity: 1;border-color:rgb(91 168 138 / var(--tw-border-opacity, 1))}.border-\[\#5BA88A\]\/15{border-color:#5ba88a26}.border-\[\#E0E5EB\]{--tw-border-opacity: 1;border-color:rgb(224 229 235 / var(--tw-border-opacity, 1))}.border-\[var\(--btn-secondary-border\)\]{border-color:var(--btn-secondary-border)}.border-\[var\(--color-neutral-200\)\]{border-color:var(--color-neutral-200)}.border-\[var\(--color-primary\)\]{border-color:var(--color-primary)}.border-amber-100{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity, 1))}.border-amber-100\/50{border-color:#fef3c780}.border-amber-100\/60{border-color:#fef3c799}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-200\/60{border-color:#fde68a99}.border-amber-200\/70{border-color:#fde68ab3}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-300\/80{border-color:#fcd34dcc}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-amber-400\/30{border-color:#fbbf244d}.border-amber-400\/70{border-color:#fbbf24b3}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-500\/30{border-color:#f59e0b4d}.border-amber-600{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity, 1))}.border-amber-700{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-cyan-100{--tw-border-opacity: 1;border-color:rgb(207 250 254 / var(--tw-border-opacity, 1))}.border-cyan-200{--tw-border-opacity: 1;border-color:rgb(165 243 252 / var(--tw-border-opacity, 1))}.border-cyan-300{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1))}.border-emerald-100{--tw-border-opacity: 1;border-color:rgb(209 250 229 / var(--tw-border-opacity, 1))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-emerald-200\/60{border-color:#a7f3d099}.border-emerald-200\/70{border-color:#a7f3d0b3}.border-emerald-200\/80{border-color:#a7f3d0cc}.border-emerald-200\/90{border-color:#a7f3d0e6}.border-emerald-300{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.border-emerald-400{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.border-emerald-400\/30{border-color:#34d3994d}.border-emerald-500{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-indigo-100{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-lime-200{--tw-border-opacity: 1;border-color:rgb(217 249 157 / var(--tw-border-opacity, 1))}.border-lime-200\/70{border-color:#d9f99db3}.border-lime-500{--tw-border-opacity: 1;border-color:rgb(132 204 22 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-200\/60{border-color:#fed7aa99}.border-orange-200\/70{border-color:#fed7aab3}.border-pink-200{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.border-rose-100{--tw-border-opacity: 1;border-color:rgb(255 228 230 / var(--tw-border-opacity, 1))}.border-rose-200{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity, 1))}.border-rose-200\/60{border-color:#fecdd399}.border-rose-200\/70{border-color:#fecdd3b3}.border-rose-200\/80{border-color:#fecdd3cc}.border-rose-400{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity, 1))}.border-rose-500{--tw-border-opacity: 1;border-color:rgb(244 63 94 / var(--tw-border-opacity, 1))}.border-rose-600{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity, 1))}.border-sky-100{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity, 1))}.border-sky-100\/90{border-color:#e0f2fee6}.border-sky-200{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity, 1))}.border-sky-200\/60{border-color:#bae6fd99}.border-sky-200\/70{border-color:#bae6fdb3}.border-sky-400{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity, 1))}.border-sky-500{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity, 1))}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-200\/80{border-color:#e2e8f0cc}.border-slate-200\/90{border-color:#e2e8f0e6}.border-slate-300\/60{border-color:#cbd5e199}.border-slate-400{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity, 1))}.border-stone-100{--tw-border-opacity: 1;border-color:rgb(245 245 244 / var(--tw-border-opacity, 1))}.border-stone-100\/80{border-color:#f5f5f4cc}.border-stone-100\/90{border-color:#f5f5f4e6}.border-stone-200{--tw-border-opacity: 1;border-color:rgb(231 229 228 / var(--tw-border-opacity, 1))}.border-stone-200\/50{border-color:#e7e5e480}.border-stone-200\/60{border-color:#e7e5e499}.border-stone-200\/70{border-color:#e7e5e4b3}.border-stone-200\/80{border-color:#e7e5e4cc}.border-stone-200\/90{border-color:#e7e5e4e6}.border-stone-300{--tw-border-opacity: 1;border-color:rgb(214 211 209 / var(--tw-border-opacity, 1))}.border-stone-800{--tw-border-opacity: 1;border-color:rgb(41 37 36 / var(--tw-border-opacity, 1))}.border-teal-100{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity, 1))}.border-teal-200{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-violet-100{--tw-border-opacity: 1;border-color:rgb(237 233 254 / var(--tw-border-opacity, 1))}.border-violet-200{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity, 1))}.border-violet-200\/60{border-color:#ddd6fe99}.border-violet-200\/70{border-color:#ddd6feb3}.border-violet-200\/80{border-color:#ddd6fecc}.border-violet-200\/90{border-color:#ddd6fee6}.border-violet-300\/35{border-color:#c4b5fd59}.border-violet-400{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/20{border-color:#fff3}.border-white\/60{border-color:#fff9}.border-white\/70{border-color:#ffffffb3}.border-white\/90{border-color:#ffffffe6}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-200\/60{border-color:#fef08a99}.border-yellow-200\/70{border-color:#fef08ab3}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-x-transparent{border-left-color:transparent;border-right-color:transparent}.border-b-amber-400{--tw-border-opacity: 1;border-bottom-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-b-amber-50{--tw-border-opacity: 1;border-bottom-color:rgb(255 251 235 / var(--tw-border-opacity, 1))}.border-b-rose-400{--tw-border-opacity: 1;border-bottom-color:rgb(251 113 133 / var(--tw-border-opacity, 1))}.border-b-rose-50{--tw-border-opacity: 1;border-bottom-color:rgb(255 241 242 / var(--tw-border-opacity, 1))}.border-b-stone-300{--tw-border-opacity: 1;border-bottom-color:rgb(214 211 209 / var(--tw-border-opacity, 1))}.border-b-white{--tw-border-opacity: 1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-l-rose-500{--tw-border-opacity: 1;border-left-color:rgb(244 63 94 / var(--tw-border-opacity, 1))}.border-t-amber-400{--tw-border-opacity: 1;border-top-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-t-amber-50{--tw-border-opacity: 1;border-top-color:rgb(255 251 235 / var(--tw-border-opacity, 1))}.border-t-amber-500{--tw-border-opacity: 1;border-top-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-t-rose-400{--tw-border-opacity: 1;border-top-color:rgb(251 113 133 / var(--tw-border-opacity, 1))}.border-t-rose-50{--tw-border-opacity: 1;border-top-color:rgb(255 241 242 / var(--tw-border-opacity, 1))}.border-t-stone-300{--tw-border-opacity: 1;border-top-color:rgb(214 211 209 / var(--tw-border-opacity, 1))}.border-t-stone-500{--tw-border-opacity: 1;border-top-color:rgb(120 113 108 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.border-t-white{--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.\!bg-\[\#f5f5fa\]{--tw-bg-opacity: 1 !important;background-color:rgb(245 245 250 / var(--tw-bg-opacity, 1))!important}.\!bg-\[\#f8fcff\]{--tw-bg-opacity: 1 !important;background-color:rgb(248 252 255 / var(--tw-bg-opacity, 1))!important}.\!bg-stone-50{--tw-bg-opacity: 1 !important;background-color:rgb(250 250 249 / var(--tw-bg-opacity, 1))!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.\!bg-white\/50{background-color:#ffffff80!important}.bg-\[\#06B6D4\]{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-\[\#10B981\]{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-\[\#111827\]{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-\[\#2A3140\]\/80{background-color:#2a3140cc}.bg-\[\#334155\]{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.bg-\[\#3B82F6\]{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-\[\#5BA88A\]{--tw-bg-opacity: 1;background-color:rgb(91 168 138 / var(--tw-bg-opacity, 1))}.bg-\[\#5BA88A\]\/10{background-color:#5ba88a1a}.bg-\[\#64748B\]{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.bg-\[\#84CC16\]{--tw-bg-opacity: 1;background-color:rgb(132 204 22 / var(--tw-bg-opacity, 1))}.bg-\[\#8B5CF6\]{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-\[\#95EC69\]{--tw-bg-opacity: 1;background-color:rgb(149 236 105 / var(--tw-bg-opacity, 1))}.bg-\[\#E67E22\]{--tw-bg-opacity: 1;background-color:rgb(230 126 34 / var(--tw-bg-opacity, 1))}.bg-\[\#EC4899\]{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-\[\#EEF3F8\]{--tw-bg-opacity: 1;background-color:rgb(238 243 248 / var(--tw-bg-opacity, 1))}.bg-\[\#EF4444\]{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-\[\#F59E0B\]{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-\[\#F97316\]{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-\[\#FFFDF9\]{--tw-bg-opacity: 1;background-color:rgb(255 253 249 / var(--tw-bg-opacity, 1))}.bg-\[\#eaedfb\]{--tw-bg-opacity: 1;background-color:rgb(234 237 251 / var(--tw-bg-opacity, 1))}.bg-\[rgba\(240\,167\,107\,0\.25\)\]{background-color:#f0a76b40}.bg-\[var\(--btn-secondary-bg\)\]{background-color:var(--btn-secondary-bg)}.bg-\[var\(--color-accent\)\]{background-color:var(--color-accent)}.bg-\[var\(--color-cream-card\)\]{background-color:var(--color-cream-card)}.bg-\[var\(--color-danger\)\]{background-color:var(--color-danger)}.bg-\[var\(--color-primary\)\]{background-color:var(--color-primary)}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-100\/80{background-color:#fef3c7cc}.bg-amber-200{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.bg-amber-200\/40{background-color:#fde68a66}.bg-amber-300{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity, 1))}.bg-amber-300\/70{background-color:#fcd34db3}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-50\/30{background-color:#fffbeb4d}.bg-amber-50\/40{background-color:#fffbeb66}.bg-amber-50\/50{background-color:#fffbeb80}.bg-amber-50\/60{background-color:#fffbeb99}.bg-amber-50\/80{background-color:#fffbebcc}.bg-amber-50\/85{background-color:#fffbebd9}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-500\/30{background-color:#f59e0b4d}.bg-amber-500\/95{background-color:#f59e0bf2}.bg-amber-500\/\[0\.03\]{background-color:#f59e0b08}.bg-amber-500\/\[0\.08\]{background-color:#f59e0b14}.bg-amber-500\/\[0\.14\]{background-color:#f59e0b24}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-amber-700{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/0{background-color:#0000}.bg-black\/10{background-color:#0000001a}.bg-black\/15{background-color:#00000026}.bg-black\/20{background-color:#0003}.bg-black\/25{background-color:#00000040}.bg-black\/30{background-color:#0000004d}.bg-black\/35{background-color:#00000059}.bg-black\/40{background-color:#0006}.bg-black\/45{background-color:#00000073}.bg-black\/5{background-color:#0000000d}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-black\/65{background-color:#000000a6}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-400\/80{background-color:#60a5facc}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-current{background-color:currentColor}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.bg-cyan-200{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1))}.bg-cyan-400{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.bg-cyan-50{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.bg-cyan-50\/70{background-color:#ecfeffb3}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-100\/80{background-color:#d1fae5cc}.bg-emerald-200{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-400\/10{background-color:#34d3991a}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-50\/50{background-color:#ecfdf580}.bg-emerald-50\/80{background-color:#ecfdf5cc}.bg-emerald-50\/90{background-color:#ecfdf5e6}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/95{background-color:#10b981f2}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-fuchsia-200{--tw-bg-opacity: 1;background-color:rgb(245 208 254 / var(--tw-bg-opacity, 1))}.bg-fuchsia-200\/70{background-color:#f5d0feb3}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-200{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))}.bg-indigo-200\/70{background-color:#c7d2feb3}.bg-indigo-400{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50\/50{background-color:#eef2ff80}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-lime-100{--tw-bg-opacity: 1;background-color:rgb(236 252 203 / var(--tw-bg-opacity, 1))}.bg-lime-200{--tw-bg-opacity: 1;background-color:rgb(217 249 157 / var(--tw-bg-opacity, 1))}.bg-lime-400{--tw-bg-opacity: 1;background-color:rgb(163 230 53 / var(--tw-bg-opacity, 1))}.bg-lime-50{--tw-bg-opacity: 1;background-color:rgb(247 254 231 / var(--tw-bg-opacity, 1))}.bg-lime-500{--tw-bg-opacity: 1;background-color:rgb(132 204 22 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity, 1))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.bg-red-400\/90{background-color:#f87171e6}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/90{background-color:#ef4444e6}.bg-rose-100{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity, 1))}.bg-rose-100\/50{background-color:#ffe4e680}.bg-rose-100\/80{background-color:#ffe4e6cc}.bg-rose-100\/90{background-color:#ffe4e6e6}.bg-rose-200{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity, 1))}.bg-rose-200\/80{background-color:#fecdd3cc}.bg-rose-400{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity, 1))}.bg-rose-400\/70{background-color:#fb7185b3}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-rose-50\/40{background-color:#fff1f266}.bg-rose-50\/50{background-color:#fff1f280}.bg-rose-50\/70{background-color:#fff1f2b3}.bg-rose-50\/80{background-color:#fff1f2cc}.bg-rose-50\/90{background-color:#fff1f2e6}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-rose-500\/10{background-color:#f43f5e1a}.bg-rose-500\/95{background-color:#f43f5ef2}.bg-rose-600{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.bg-sky-100{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.bg-sky-200{--tw-bg-opacity: 1;background-color:rgb(186 230 253 / var(--tw-bg-opacity, 1))}.bg-sky-400{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity, 1))}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-sky-50\/50{background-color:#f0f9ff80}.bg-sky-50\/70{background-color:#f0f9ffb3}.bg-sky-50\/80{background-color:#f0f9ffcc}.bg-sky-50\/85{background-color:#f0f9ffd9}.bg-sky-500{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.bg-sky-600{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.bg-slate-100\/60{background-color:#f1f5f999}.bg-slate-100\/70{background-color:#f1f5f9b3}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-slate-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-600\/95{background-color:#475569f2}.bg-stone-100{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity, 1))}.bg-stone-100\/50{background-color:#f5f5f480}.bg-stone-100\/60{background-color:#f5f5f499}.bg-stone-100\/70{background-color:#f5f5f4b3}.bg-stone-100\/80{background-color:#f5f5f4cc}.bg-stone-100\/90{background-color:#f5f5f4e6}.bg-stone-200{--tw-bg-opacity: 1;background-color:rgb(231 229 228 / var(--tw-bg-opacity, 1))}.bg-stone-200\/40{background-color:#e7e5e466}.bg-stone-200\/60{background-color:#e7e5e499}.bg-stone-200\/70{background-color:#e7e5e4b3}.bg-stone-200\/80{background-color:#e7e5e4cc}.bg-stone-200\/90{background-color:#e7e5e4e6}.bg-stone-300{--tw-bg-opacity: 1;background-color:rgb(214 211 209 / var(--tw-bg-opacity, 1))}.bg-stone-400{--tw-bg-opacity: 1;background-color:rgb(168 162 158 / var(--tw-bg-opacity, 1))}.bg-stone-400\/80{background-color:#a8a29ecc}.bg-stone-50{--tw-bg-opacity: 1;background-color:rgb(250 250 249 / var(--tw-bg-opacity, 1))}.bg-stone-50\/30{background-color:#fafaf94d}.bg-stone-50\/40{background-color:#fafaf966}.bg-stone-50\/50{background-color:#fafaf980}.bg-stone-50\/60{background-color:#fafaf999}.bg-stone-50\/70{background-color:#fafaf9b3}.bg-stone-50\/80{background-color:#fafaf9cc}.bg-stone-50\/90{background-color:#fafaf9e6}.bg-stone-50\/\[0\.92\]{background-color:#fafaf9eb}.bg-stone-500{--tw-bg-opacity: 1;background-color:rgb(120 113 108 / var(--tw-bg-opacity, 1))}.bg-stone-500\/10{background-color:#78716c1a}.bg-stone-700{--tw-bg-opacity: 1;background-color:rgb(68 64 60 / var(--tw-bg-opacity, 1))}.bg-stone-800{--tw-bg-opacity: 1;background-color:rgb(41 37 36 / var(--tw-bg-opacity, 1))}.bg-stone-800\/80{background-color:#292524cc}.bg-stone-800\/95{background-color:#292524f2}.bg-stone-900{--tw-bg-opacity: 1;background-color:rgb(28 25 23 / var(--tw-bg-opacity, 1))}.bg-stone-900\/50{background-color:#1c191780}.bg-stone-900\/60{background-color:#1c191799}.bg-stone-950\/90{background-color:#0c0a09e6}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.bg-teal-200{--tw-bg-opacity: 1;background-color:rgb(153 246 228 / var(--tw-bg-opacity, 1))}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.bg-teal-50\/50{background-color:#f0fdfa80}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.bg-violet-200{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity, 1))}.bg-violet-200\/80{background-color:#ddd6fecc}.bg-violet-400{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))}.bg-violet-50{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.bg-violet-50\/30{background-color:#f5f3ff4d}.bg-violet-50\/50{background-color:#f5f3ff80}.bg-violet-50\/90{background-color:#f5f3ffe6}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-violet-600{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/15{background-color:#ffffff26}.bg-white\/20{background-color:#fff3}.bg-white\/30{background-color:#ffffff4d}.bg-white\/40{background-color:#fff6}.bg-white\/5{background-color:#ffffff0d}.bg-white\/50{background-color:#ffffff80}.bg-white\/70{background-color:#ffffffb3}.bg-white\/75{background-color:#ffffffbf}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-\[radial-gradient\(circle_at_top\,_rgba\(255\,255\,255\,0\.9\)\,_rgba\(238\,243\,248\,0\.88\)_38\%\,_rgba\(232\,239\,246\,0\.96\)_100\%\)\]{background-image:radial-gradient(circle at top,#ffffffe6,#eef3f8e0 38%,#e8eff6f5)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-\[\#5b21b6\]{--tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#D0EBFA\]{--tw-gradient-from: #D0EBFA var(--tw-gradient-from-position);--tw-gradient-to: rgb(208 235 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-100{--tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-300{--tw-gradient-from: #fcd34d var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600{--tw-gradient-from: #d97706 var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/55{--tw-gradient-from: rgb(0 0 0 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/60{--tw-gradient-from: rgb(0 0 0 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-100{--tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-400{--tw-gradient-from: #34d399 var(--tw-gradient-from-position);--tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-fuchsia-100{--tw-gradient-from: #fae8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-100{--tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-lime-100{--tw-gradient-from: #ecfccb var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-lime-300{--tw-gradient-from: #bef264 var(--tw-gradient-from-position);--tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-300{--tw-gradient-from: #fdba74 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-100{--tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-300{--tw-gradient-from: #fda4af var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-100{--tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-400{--tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-50{--tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-600{--tw-gradient-from: #475569 var(--tw-gradient-from-position);--tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-stone-100{--tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-stone-200{--tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100{--tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-200{--tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-50\/95{--tw-gradient-from: rgb(245 243 255 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-500{--tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/60{--tw-gradient-from: rgb(255 255 255 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/95{--tw-gradient-from: rgb(255 255 255 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100{--tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#6d28d9\]{--tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #6d28d9 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-400{--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-500{--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f59e0b var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-cyan-400{--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #22d3ee var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-cyan-500{--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-emerald-400{--tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-fuchsia-500{--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #d946ef var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fdba74 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-200{--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fbcfe8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-300{--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-slate-700{--tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #334155 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-stone-300{--tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #d6d3d1 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-violet-50\/80{--tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(245 243 255 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/10{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#4c1d95\]{--tw-gradient-to: #4c1d95 var(--tw-gradient-to-position)}.to-\[\#E0F2FE\]{--tw-gradient-to: #E0F2FE var(--tw-gradient-to-position)}.to-amber-50{--tw-gradient-to: #fffbeb var(--tw-gradient-to-position)}.to-cyan-50{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-emerald-500{--tw-gradient-to: #10b981 var(--tw-gradient-to-position)}.to-indigo-50\/70{--tw-gradient-to: rgb(238 242 255 / .7) var(--tw-gradient-to-position)}.to-indigo-50\/90{--tw-gradient-to: rgb(238 242 255 / .9) var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-lime-50{--tw-gradient-to: #f7fee7 var(--tw-gradient-to-position)}.to-orange-200{--tw-gradient-to: #fed7aa var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-orange-700{--tw-gradient-to: #c2410c var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.to-rose-400{--tw-gradient-to: #fb7185 var(--tw-gradient-to-position)}.to-rose-50{--tw-gradient-to: #fff1f2 var(--tw-gradient-to-position)}.to-sky-100{--tw-gradient-to: #e0f2fe var(--tw-gradient-to-position)}.to-sky-400{--tw-gradient-to: #38bdf8 var(--tw-gradient-to-position)}.to-sky-50{--tw-gradient-to: #f0f9ff var(--tw-gradient-to-position)}.to-sky-800{--tw-gradient-to: #075985 var(--tw-gradient-to-position)}.to-slate-50{--tw-gradient-to: #f8fafc var(--tw-gradient-to-position)}.to-stone-500{--tw-gradient-to: #78716c var(--tw-gradient-to-position)}.to-teal-500{--tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-violet-50\/60{--tw-gradient-to: rgb(245 243 255 / .6) var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-yellow-200{--tw-gradient-to: #fef08a var(--tw-gradient-to-position)}.bg-\[length\:100\%_100\%\]{background-size:100% 100%}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.\!p-0{padding:0!important}.\!p-4{padding:1rem!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1\.5px\]{padding:1.5px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-1{padding-left:.25rem!important;padding-right:.25rem!important}.\!px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!px-3\.5{padding-left:.875rem!important;padding-right:.875rem!important}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.\!py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.\!py-20{padding-top:5rem!important;padding-bottom:5rem!important}.\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.\!py-3\.5{padding-top:.875rem!important;padding-bottom:.875rem!important}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-px{padding-left:1px;padding-right:1px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[88px\]{padding-top:88px;padding-bottom:88px}.py-px{padding-top:1px;padding-bottom:1px}.\!pb-0{padding-bottom:0!important}.\!pb-2{padding-bottom:.5rem!important}.\!pb-4{padding-bottom:1rem!important}.\!pb-8{padding-bottom:2rem!important}.\!pl-3{padding-left:.75rem!important}.\!pr-10{padding-right:2.5rem!important}.\!pt-0{padding-top:0!important}.\!pt-1{padding-top:.25rem!important}.\!pt-2{padding-top:.5rem!important}.\!pt-3{padding-top:.75rem!important}.\!pt-6{padding-top:1.5rem!important}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[calc\(1rem\+env\(safe-area-inset-bottom\)\)\]{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.pb-\[calc\(env\(safe-area-inset-bottom\)\+8px\)\]{padding-bottom:calc(env(safe-area-inset-bottom) + 8px)}.pb-\[calc\(var\(--app-bottom-nav-height\)\+0\.75rem\)\]{padding-bottom:calc(var(--app-bottom-nav-height) + .75rem)}.pb-\[calc\(var\(--app-safe-bottom\)\+1\.75rem\)\]{padding-bottom:calc(var(--app-safe-bottom) + 1.75rem)}.pb-\[max\(0\.75rem\,env\(safe-area-inset-bottom\)\)\]{padding-bottom:max(.75rem,env(safe-area-inset-bottom))}.pb-\[max\(1rem\,env\(safe-area-inset-bottom\)\)\]{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.pb-\[max\(env\(safe-area-inset-bottom\,0px\)\,0\.75rem\)\]{padding-bottom:max(env(safe-area-inset-bottom,0px),.75rem)}.pb-\[max\(var\(--app-safe-bottom\,0px\)\,env\(safe-area-inset-bottom\,0px\)\,0\.75rem\)\]{padding-bottom:max(var(--app-safe-bottom,0px),env(safe-area-inset-bottom,0px),.75rem)}.pb-\[var\(--app-main-scroll-pad-bottom\)\]{padding-bottom:var(--app-main-scroll-pad-bottom)}.pl-0{padding-left:0}.pl-0\.5{padding-left:.125rem}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pl-9{padding-left:2.25rem}.pl-\[5\.2rem\]{padding-left:5.2rem}.pl-\[calc\(24px\+0\.5rem\)\]{padding-left:calc(24px + .5rem)}.pr-1{padding-right:.25rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-11{padding-right:2.75rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-24{padding-right:6rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-9{padding-right:2.25rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[max\(var\(--app-safe-top\,0px\)\,0\.75rem\)\]{padding-top:max(var(--app-safe-top,0px),.75rem)}.pt-\[max\(var\(--app-safe-top\,0px\)\,env\(safe-area-inset-top\,0px\)\)\]{padding-top:max(var(--app-safe-top,0px),env(safe-area-inset-top,0px))}.pt-\[var\(--app-safe-top\)\]{padding-top:var(--app-safe-top)}.pt-\[var\(--app-topbar-safe-top\,var\(--app-safe-top\)\)\]{padding-top:var(--app-topbar-safe-top,var(--app-safe-top))}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-\[10px\]{font-size:10px!important}.\!text-\[11px\]{font-size:11px!important}.\!text-\[9px\]{font-size:9px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.68rem\]{font-size:.68rem}.text-\[0\.72rem\]{font-size:.72rem}.text-\[0\.95rem\]{font-size:.95rem}.text-\[1\.15rem\]{font-size:1.15rem}.text-\[1\.28rem\]{font-size:1.28rem}.text-\[1\.75rem\]{font-size:1.75rem}.text-\[1\.875rem\]{font-size:1.875rem}.text-\[10\.5px\]{font-size:10.5px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[22px\]{font-size:22px}.text-\[7px\]{font-size:7px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[clamp\(11px\,3\.1vw\,14px\)\]{font-size:clamp(11px,3.1vw,14px)}.text-\[clamp\(11px\,3\.2vw\,14px\)\]{font-size:clamp(11px,3.2vw,14px)}.text-\[clamp\(8px\,2\.2vw\,10px\)\]{font-size:clamp(8px,2.2vw,10px)}.text-\[clamp\(9px\,2\.5vw\,12px\)\]{font-size:clamp(9px,2.5vw,12px)}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-black{font-weight:900!important}.\!font-bold{font-weight:700!important}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.normal-case{text-transform:none}.italic{font-style:italic}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-\[0\.82rem\]{line-height:.82rem}.leading-\[1\.2\]{line-height:1.2}.leading-\[1\.45\]{line-height:1.45}.leading-\[1\],.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.1em\]{letter-spacing:.1em}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-\[\#242431\]{--tw-text-opacity: 1 !important;color:rgb(36 36 49 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#0EA5E9\]{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity, 1))}.text-\[\#0EA5E9\]\/60{color:#0ea5e999}.text-\[\#4E5969\]{--tw-text-opacity: 1;color:rgb(78 89 105 / var(--tw-text-opacity, 1))}.text-\[\#5BA88A\]{--tw-text-opacity: 1;color:rgb(91 168 138 / var(--tw-text-opacity, 1))}.text-\[\#D97706\]{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-\[\#E2E8F0\]{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.text-\[\#F0A76B\]{--tw-text-opacity: 1;color:rgb(240 167 107 / var(--tw-text-opacity, 1))}.text-\[var\(--btn-secondary-text\)\]{color:var(--btn-secondary-text)}.text-\[var\(--color-neutral-600\)\]{color:var(--color-neutral-600)}.text-\[var\(--color-primary\)\]{color:var(--color-primary)}.text-\[var\(--color-primary-strong\)\]{color:var(--color-primary-strong)}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-600\/60{color:#d9770699}.text-amber-600\/80{color:#d97706cc}.text-amber-600\/90{color:#d97706e6}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-700\/90{color:#b45309e6}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-amber-950{--tw-text-opacity: 1;color:rgb(69 26 3 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.text-cyan-900{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity, 1))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-600\/80{color:#059669cc}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-600\/80{color:#4f46e5cc}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-indigo-900{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.text-inherit{color:inherit}.text-lime-700{--tw-text-opacity: 1;color:rgb(77 124 15 / var(--tw-text-opacity, 1))}.text-lime-900{--tw-text-opacity: 1;color:rgb(54 83 20 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.text-pink-900{--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-rose-500{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-rose-600\/80{color:#e11d48cc}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-rose-800{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity, 1))}.text-rose-900{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity, 1))}.text-sky-500{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity, 1))}.text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-sky-600\/80{color:#0284c7cc}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-sky-800{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity, 1))}.text-sky-900{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-slate-950{--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity, 1))}.text-stone-300{--tw-text-opacity: 1;color:rgb(214 211 209 / var(--tw-text-opacity, 1))}.text-stone-400{--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity, 1))}.text-stone-500{--tw-text-opacity: 1;color:rgb(120 113 108 / var(--tw-text-opacity, 1))}.text-stone-600{--tw-text-opacity: 1;color:rgb(87 83 78 / var(--tw-text-opacity, 1))}.text-stone-700{--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity, 1))}.text-stone-700\/70{color:#44403cb3}.text-stone-800{--tw-text-opacity: 1;color:rgb(41 37 36 / var(--tw-text-opacity, 1))}.text-stone-900{--tw-text-opacity: 1;color:rgb(28 25 23 / var(--tw-text-opacity, 1))}.text-stone-950{--tw-text-opacity: 1;color:rgb(12 10 9 / var(--tw-text-opacity, 1))}.text-teal-600\/80{color:#0d9488cc}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.text-teal-900{--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-violet-500{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-violet-600\/80{color:#7c3aedcc}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-violet-700\/75{color:#6d28d9bf}.text-violet-900{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/0{color:#fff0}.text-white\/50{color:#ffffff80}.text-white\/55{color:#ffffff8c}.text-white\/60{color:#fff9}.text-white\/65{color:#ffffffa6}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/85{color:#ffffffd9}.text-white\/90{color:#ffffffe6}.text-white\/95{color:#fffffff2}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.text-yellow-950{--tw-text-opacity: 1;color:rgb(66 32 6 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-sky-600\/40{text-decoration-color:#0284c766}.decoration-violet-400\/60{text-decoration-color:#a78bfa99}.underline-offset-2{text-underline-offset:2px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.caret-stone-900{caret-color:#1c1917}.accent-\[var\(--color-primary\)\]{accent-color:var(--color-primary)}.accent-emerald-600{accent-color:#059669}.accent-stone-900{accent-color:#1c1917}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-45{opacity:.45}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.\!shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.\!shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05) !important;--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_-10px_40px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow: 0 -10px 40px rgba(0,0,0,.12);--tw-shadow-colored: 0 -10px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_-6px_20px_rgba\(15\,23\,42\,0\.04\)\]{--tw-shadow: 0 -6px 20px rgba(15,23,42,.04);--tw-shadow-colored: 0 -6px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_-8px_40px_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow: 0 -8px 40px rgba(0,0,0,.25);--tw-shadow-colored: 0 -8px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0\.3rem_0\.9rem_rgba\(78\,96\,132\,0\.08\)\]{--tw-shadow: 0 .3rem .9rem rgba(78,96,132,.08);--tw-shadow-colored: 0 .3rem .9rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_1px_rgba\(255\,255\,255\,0\.06\)\,0_18px_50px_rgba\(91\,33\,182\,0\.28\)\]{--tw-shadow: 0 0 0 1px rgba(255,255,255,.06),0 18px 50px rgba(91,33,182,.28);--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color), 0 18px 50px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_2px_rgba\(255\,255\,255\,0\.9\)\]{--tw-shadow: 0 0 0 2px rgba(255,255,255,.9);--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_2px_rgba\(255\,255\,255\,0\.96\)\]{--tw-shadow: 0 0 0 2px rgba(255,255,255,.96);--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_24px_-20px_rgba\(15\,23\,42\,0\.45\)\]{--tw-shadow: 0 10px 24px -20px rgba(15,23,42,.45);--tw-shadow-colored: 0 10px 24px -20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_26px_rgba\(15\,23\,42\,0\.16\)\]{--tw-shadow: 0 10px 26px rgba(15,23,42,.16);--tw-shadow-colored: 0 10px 26px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_26px_rgba\(91\,33\,182\,0\.42\)\,inset_0_1px_0_rgba\(255\,255\,255\,0\.14\)\]{--tw-shadow: 0 10px 26px rgba(91,33,182,.42),inset 0 1px 0 rgba(255,255,255,.14);--tw-shadow-colored: 0 10px 26px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_28px_-16px_rgba\(24\,40\,100\,0\.4\)\]{--tw-shadow: 0 10px 28px -16px rgba(24,40,100,.4);--tw-shadow-colored: 0 10px 28px -16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_28px_-6px_rgba\(47\,72\,190\,0\.42\)\]{--tw-shadow: 0 10px 28px -6px rgba(47,72,190,.42);--tw-shadow-colored: 0 10px 28px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_28px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow: 0 10px 28px rgba(15,23,42,.08);--tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_28px_rgba\(91\,33\,182\,0\.12\)\]{--tw-shadow: 0 10px 28px rgba(91,33,182,.12);--tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_36px_rgba\(0\,0\,0\,0\.25\)\,0_4px_12px_rgba\(15\,23\,42\,0\.15\)\]{--tw-shadow: 0 10px 36px rgba(0,0,0,.25),0 4px 12px rgba(15,23,42,.15);--tw-shadow-colored: 0 10px 36px var(--tw-shadow-color), 0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_28px_-12px_rgba\(225\,29\,72\,0\.8\)\]{--tw-shadow: 0 12px 28px -12px rgba(225,29,72,.8);--tw-shadow-colored: 0 12px 28px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_28px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow: 0 12px 28px rgba(15,23,42,.06);--tw-shadow-colored: 0 12px 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_30px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow: 0 12px 30px rgba(15,23,42,.06);--tw-shadow-colored: 0 12px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_14px_30px_-14px_rgba\(15\,23\,42\,0\.55\)\]{--tw-shadow: 0 14px 30px -14px rgba(15,23,42,.55);--tw-shadow-colored: 0 14px 30px -14px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_14px_40px_rgba\(91\,33\,182\,0\.12\)\]{--tw-shadow: 0 14px 40px rgba(91,33,182,.12);--tw-shadow-colored: 0 14px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_16px_44px_rgba\(91\,33\,182\,0\.14\)\,inset_0_1px_0_rgba\(255\,255\,255\,0\.9\)\]{--tw-shadow: 0 16px 44px rgba(91,33,182,.14),inset 0 1px 0 rgba(255,255,255,.9);--tw-shadow-colored: 0 16px 44px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_4px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow: 0 1px 4px rgba(0,0,0,.04);--tw-shadow-colored: 0 1px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_4px_rgba\(0\,0\,0\,0\.05\)\]{--tw-shadow: 0 1px 4px rgba(0,0,0,.05);--tw-shadow-colored: 0 1px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_8px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow: 0 1px 8px rgba(0,0,0,.04);--tw-shadow-colored: 0 1px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_12px_rgba\(91\,168\,138\,0\.35\)\]{--tw-shadow: 0 2px 12px rgba(91,168,138,.35);--tw-shadow-colored: 0 2px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_30px_80px_rgba\(0\,0\,0\,0\.3\)\]{--tw-shadow: 0 30px 80px rgba(0,0,0,.3);--tw-shadow-colored: 0 30px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_12px_rgba\(0\,0\,0\,0\.03\)\]{--tw-shadow: 0 4px 12px rgba(0,0,0,.03);--tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_20px_rgba\(240\,167\,107\,0\.25\)\]{--tw-shadow: 0 4px 20px rgba(240,167,107,.25);--tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_20px_rgba\(242\,107\,107\,0\.2\)\]{--tw-shadow: 0 4px 20px rgba(242,107,107,.2);--tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_20px_rgba\(91\,168\,138\,0\.25\)\]{--tw-shadow: 0 4px 20px rgba(91,168,138,.25);--tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_20px_rgba\(91\,168\,138\,0\.3\)\]{--tw-shadow: 0 4px 20px rgba(91,168,138,.3);--tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_5px_16px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow: 0 5px 16px rgba(15,23,42,.08);--tw-shadow-colored: 0 5px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_6px_16px_rgba\(15\,23\,42\,0\.04\)\]{--tw-shadow: 0 6px 16px rgba(15,23,42,.04);--tw-shadow-colored: 0 6px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_18px_rgba\(91\,168\,138\,0\.28\)\]{--tw-shadow: 0 8px 18px rgba(91,168,138,.28);--tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_28px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow: 0 8px 28px rgba(15,23,42,.06);--tw-shadow-colored: 0 8px 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_28px_rgba\(15\,23\,42\,0\.12\)\]{--tw-shadow: 0 8px 28px rgba(15,23,42,.12);--tw-shadow-colored: 0 8px 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_0_rgba\(255\,255\,255\,0\.88\)\,0_2px_8px_rgba\(15\,23\,42\,0\.07\)\,0_1px_2px_rgba\(15\,23\,42\,0\.05\)\]{--tw-shadow: inset 0 1px 0 rgba(255,255,255,.88),0 2px 8px rgba(15,23,42,.07),0 1px 2px rgba(15,23,42,.05);--tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color), 0 2px 8px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-soft{--tw-shadow: 0 1px 0 rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.06);--tw-shadow-colored: 0 1px 0 var(--tw-shadow-color), 0 8px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-amber-500\/20{--tw-shadow-color: rgb(245 158 11 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/40{--tw-shadow-color: rgb(0 0 0 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/20{--tw-shadow-color: rgb(6 182 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-\[2\.5px\]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-\[3px\]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-amber-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1))}.ring-amber-200\/70{--tw-ring-color: rgb(253 230 138 / .7)}.ring-amber-200\/75{--tw-ring-color: rgb(253 230 138 / .75)}.ring-amber-300\/70{--tw-ring-color: rgb(252 211 77 / .7)}.ring-amber-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1))}.ring-amber-400\/60{--tw-ring-color: rgb(251 191 36 / .6)}.ring-amber-500\/20{--tw-ring-color: rgb(245 158 11 / .2)}.ring-black\/5{--tw-ring-color: rgb(0 0 0 / .05)}.ring-blue-400\/30{--tw-ring-color: rgb(96 165 250 / .3)}.ring-emerald-200\/50{--tw-ring-color: rgb(167 243 208 / .5)}.ring-emerald-200\/70{--tw-ring-color: rgb(167 243 208 / .7)}.ring-emerald-400\/50{--tw-ring-color: rgb(52 211 153 / .5)}.ring-orange-300\/70{--tw-ring-color: rgb(253 186 116 / .7)}.ring-rose-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1))}.ring-rose-200\/70{--tw-ring-color: rgb(254 205 211 / .7)}.ring-rose-300\/70{--tw-ring-color: rgb(253 164 175 / .7)}.ring-rose-300\/80{--tw-ring-color: rgb(253 164 175 / .8)}.ring-rose-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1))}.ring-rose-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1))}.ring-sky-200\/70{--tw-ring-color: rgb(186 230 253 / .7)}.ring-sky-200\/75{--tw-ring-color: rgb(186 230 253 / .75)}.ring-sky-500\/20{--tw-ring-color: rgb(14 165 233 / .2)}.ring-slate-500\/50{--tw-ring-color: rgb(100 116 139 / .5)}.ring-stone-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1))}.ring-stone-200\/50{--tw-ring-color: rgb(231 229 228 / .5)}.ring-stone-200\/60{--tw-ring-color: rgb(231 229 228 / .6)}.ring-stone-200\/80{--tw-ring-color: rgb(231 229 228 / .8)}.ring-stone-300\/80{--tw-ring-color: rgb(214 211 209 / .8)}.ring-stone-600\/50{--tw-ring-color: rgb(87 83 78 / .5)}.ring-violet-200\/70{--tw-ring-color: rgb(221 214 254 / .7)}.ring-violet-200\/80{--tw-ring-color: rgb(221 214 254 / .8)}.ring-violet-300\/35{--tw-ring-color: rgb(196 181 253 / .35)}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.ring-white\/20{--tw-ring-color: rgb(255 255 255 / .2)}.ring-white\/30{--tw-ring-color: rgb(255 255 255 / .3)}.ring-white\/40{--tw-ring-color: rgb(255 255 255 / .4)}.ring-white\/80{--tw-ring-color: rgb(255 255 255 / .8)}.ring-white\/95{--tw-ring-color: rgb(255 255 255 / .95)}.ring-offset-2{--tw-ring-offset-width: 2px}.ring-offset-white{--tw-ring-offset-color: #fff}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-2xl{--tw-blur: blur(40px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[1px\]{--tw-blur: blur(1px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[2px\]{--tw-blur: blur(2px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.brightness-\[0\.98\]{--tw-brightness: brightness(.98);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0_2px_6px_rgba\(0\,0\,0\,0\.35\)\]{--tw-drop-shadow: drop-shadow(0 2px 6px rgba(0,0,0,.35));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-2xl{--tw-backdrop-blur: blur(40px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[2px\]{--tw-backdrop-blur: blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[color\,background-color\,border-color\,box-shadow\]{transition-property:color,background-color,border-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[filter\,transform\]{transition-property:filter,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-none{transition-property:none}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-\[cubic-bezier\(0\.22\,1\,0\.36\,1\)\]{transition-timing-function:cubic-bezier(.22,1,.36,1)}.ease-\[cubic-bezier\(0\.25\,0\.1\,0\.25\,1\)\]{transition-timing-function:cubic-bezier(.25,.1,.25,1)}.ease-\[cubic-bezier\(0\.34\,1\.56\,0\.64\,1\)\]{transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-\[grid-template-rows\]{will-change:grid-template-rows}.will-change-transform{will-change:transform}.modal-safe-py{padding-top:max(var(--app-safe-top, 0px),.75rem);padding-bottom:max(env(safe-area-inset-bottom,0px),.75rem)}.modal-safe-max-h{max-height:calc(var(--app-viewport-height, 100dvh) - max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) - env(safe-area-inset-bottom,0px) - 1rem)}@media(max-width:480px){.fixed.modal-safe-py:not(.p-0){padding-left:.5rem!important;padding-right:.5rem!important}}.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.\[-webkit-overflow-scrolling\:touch\]{-webkit-overflow-scrolling:touch}.\[-webkit-tap-highlight-color\:transparent\]{-webkit-tap-highlight-color:transparent}.\[audio\:url\]{audio:url}.\[audio\:…\]{audio:…}.\[background-image\:var\(--btn-primary-gradient\)\]{background-image:var(--btn-primary-gradient)}.\[color-scheme\:light\]{color-scheme:light}.\[img\:url\]{img:url}.\[img\:…\]{img:…}.\[ing\:1\]{ing:1}.\[ing\:2\]{ing:2}.\[ing\:3\]{ing:3}.\[ing\:id\]{ing:id}.\[nav\:\/ingredients\/shopping\|打开购物清单\]{nav:/ingredients/shopping|打开购物清单}.\[nav\:\/path\|按钮文案\]{nav:/path|按钮文案}.\[nav\:\/settings\/support\?tab\=latest\|打开客服\]{nav:/settings/support?tab=latest|打开客服}.\[nav\:path\|label\]{nav:path|label}.\[nav\:…\]{nav:…}.\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere}.\[rec\:2\]{rec:2}.\[rec\:id\]{rec:id}.\[scrollbar-width\:none\]{scrollbar-width:none}.\[text-size-adjust\:100\%\]{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.\[touch-action\:manipulation\]{touch-action:manipulation}.\[video\:url\]{video:url}.\[video\:…\]{video:…}.\[word-break\:normal\]{word-break:normal}.\[writing-mode\:vertical-rl\]{writing-mode:vertical-rl}@media print{header,.no-print,button,input[type=checkbox],[role=navigation]{display:none!important}main{max-width:100%}}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@keyframes record-save-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.97);opacity:.8}}.record-save-animating{animation:record-save-pulse .6s ease-in-out infinite;pointer-events:none!important}.app-header-gradient.app-topbar-light{background:radial-gradient(circle at 86% 18%,rgba(255,241,229,.95) 0 14%,transparent 15%),radial-gradient(circle at 13% 12%,rgba(255,232,151,.34) 0 16%,transparent 17%),linear-gradient(160deg,#fffaf3,#e9f8ff 56%,#f0ebff)!important;background-color:#fffaf3!important;color:#24304a;isolation:isolate}.app-topbar-art-bg,.app-topbar-art-fg{position:absolute!important;top:0;right:0;bottom:0;left:0;border-radius:0;pointer-events:none}.app-topbar-art-bg{z-index:0}.app-topbar-art-fg{z-index:1;overflow:visible;opacity:.9}.app-topbar-identity-row{min-height:clamp(3.25rem,14vw,3.75rem)}.app-topbar-art-fg .top-header-art-image--foreground{top:calc(var(--app-topbar-safe-top, var(--app-safe-top)) + .25rem);right:.65rem;width:min(42vw,11.25rem);height:clamp(3.25rem,14vw,3.75rem);-o-object-fit:contain;object-fit:contain;-o-object-position:right top;object-position:right top}.app-topbar-art-fg .top-header-art-image--preview-fallback{width:clamp(6rem,28vw,7rem);height:clamp(3.25rem,14vw,3.75rem);border-radius:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center 48%;object-position:center 48%;-webkit-mask-image:radial-gradient(ellipse 76% 72% at 50% 50%,#000 0 62%,rgba(0,0,0,.82) 76%,transparent 100%);mask-image:radial-gradient(ellipse 76% 72% at 50% 50%,#000 0 62%,rgba(0,0,0,.82) 76%,transparent 100%)}.app-topbar-with-plan-badge .app-topbar-art-fg .top-header-art-image--foreground{right:clamp(6.25rem,26vw,7.25rem);width:min(34vw,8.5rem)}.app-topbar-with-plan-badge .app-topbar-art-fg .top-header-art-image--preview-fallback{width:clamp(5.4rem,25vw,6.25rem);height:clamp(3.15rem,13vw,3.65rem)}.app-topbar-art-fg .art-scene{top:calc(var(--app-topbar-safe-top, var(--app-safe-top)) + .15rem);right:.35rem;bottom:auto;transform:scale(.62);transform-origin:right top}.app-topbar-art-fg .visual-garden{right:-.05rem}.app-topbar-art-fg .visual-ocean,.app-topbar-art-fg .visual-dino{right:-.25rem}@media(min-width:640px){.app-topbar-identity-row{min-height:3.75rem}.app-topbar-art-fg .top-header-art-image--foreground{right:1.2rem;width:min(36vw,14rem);height:3.75rem}.app-topbar-with-plan-badge .app-topbar-art-fg .top-header-art-image--foreground{right:8.5rem}.app-topbar-art-fg .art-scene{right:1.2rem;transform:scale(.82)}}.app-header-gradient.app-topbar-light:before,.app-header-gradient.app-topbar-light:after{content:"";position:absolute;pointer-events:none;z-index:-1;border-radius:999px}.app-header-gradient.app-topbar-light:before{right:1.2rem;top:max(.8rem,var(--app-safe-top));width:7.4rem;height:4.8rem;background:radial-gradient(circle at 24% 34%,#fff 0 .42rem,transparent .46rem),radial-gradient(circle at 48% 34%,#fff 0 .42rem,transparent .46rem),linear-gradient(145deg,#8fe4dcc7,#ffd56ab3);box-shadow:-4.2rem 2.6rem 0 -1.55rem #ffd56a6b,-7rem .6rem 0 -2.35rem #8fe4dc7a;opacity:.82}.app-header-gradient.app-topbar-light:after{right:5.8rem;bottom:-.15rem;width:6.1rem;height:.68rem;background:#45ca7c47;box-shadow:3.5rem -.3rem 0 -.08rem #50d28a38,-5.8rem -.55rem 0 -.18rem #ffe77a3d}.app-header-gradient.app-topbar-art-sunny{background:radial-gradient(circle at 84% 18%,rgba(255,210,93,.4) 0 16%,transparent 17%),linear-gradient(160deg,#fff9df,#eaf9ff 58%,#fff1ea)!important}.app-header-gradient.app-topbar-art-garden{background:radial-gradient(circle at 84% 18%,rgba(238,251,240,.92) 0 18%,transparent 19%),linear-gradient(160deg,#f7fff2,#e9f8ef 52%,#eaf7ff)!important}.app-header-gradient.app-topbar-art-dino,.app-header-gradient.app-topbar-art-forest{background:radial-gradient(circle at 84% 18%,rgba(255,244,223,.9) 0 18%,transparent 19%),linear-gradient(160deg,#f3fff8,#e5f7f0 52%,#fff4e6)!important}.app-header-gradient.app-topbar-art-bunny,.app-header-gradient.app-topbar-art-rainbow{background:radial-gradient(circle at 84% 18%,rgba(255,240,246,.94) 0 18%,transparent 19%),linear-gradient(160deg,#fff6fb,#f1edff 55%,#eafdff)!important}.app-header-gradient.app-topbar-art-ocean{background:radial-gradient(circle at 84% 18%,rgba(232,251,255,.92) 0 18%,transparent 19%),linear-gradient(160deg,#f3fdff,#dff7ff 52%,#eff3ff)!important}.app-header-gradient.app-topbar-art-space,.app-header-gradient.app-topbar-art-dream{background:radial-gradient(circle at 82% 18%,rgba(255,247,213,.42) 0 17%,transparent 18%),linear-gradient(160deg,#f7f5ff,#ece8ff,#e7f5ff)!important}.app-header-gradient.app-topbar-art-bakery,.app-header-gradient.app-topbar-art-balloon{background:radial-gradient(circle at 84% 18%,rgba(255,240,220,.96) 0 18%,transparent 19%),linear-gradient(160deg,#fff7eb,#fff0d9,#eaf9ff)!important}.app-topbar-light .text-white,.app-topbar-light .text-white\/95,.app-topbar-light .text-white\/90,.app-topbar-light .text-white\/85,.app-topbar-light .text-white\/80{color:#24304a!important}.app-topbar-light .text-white\/50{color:#24304a73!important}.app-topbar-light .bg-white\/15,.app-topbar-light .hover\:bg-white\/10:hover{background-color:#ffffff94!important}.app-topbar-light .ring-white\/40{--tw-ring-color: rgba(255, 255, 255, .76) !important}.app-topbar-plan-mode-badge{border:1px solid rgba(36,48,74,.1);background:#ffffffb8;color:#24304a;box-shadow:0 8px 20px -14px #0f172a73;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.marker\:text-stone-400 *::marker{color:#a8a29e}.marker\:text-stone-500 *::marker{color:#78716c}.marker\:text-stone-400::marker{color:#a8a29e}.marker\:text-stone-500::marker{color:#78716c}.placeholder\:text-stone-300::-moz-placeholder{--tw-text-opacity: 1;color:rgb(214 211 209 / var(--tw-text-opacity, 1))}.placeholder\:text-stone-300::placeholder{--tw-text-opacity: 1;color:rgb(214 211 209 / var(--tw-text-opacity, 1))}.placeholder\:text-stone-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity, 1))}.placeholder\:text-stone-400::placeholder{--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity, 1))}.placeholder\:text-violet-400\/80::-moz-placeholder{color:#a78bfacc}.placeholder\:text-violet-400\/80::placeholder{color:#a78bfacc}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:bottom-2:before{content:var(--tw-content);bottom:.5rem}.before\:left-\[21px\]:before{content:var(--tw-content);left:21px}.before\:top-2:before{content:var(--tw-content);top:.5rem}.before\:w-px:before{content:var(--tw-content);width:1px}.before\:bg-stone-200:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(231 229 228 / var(--tw-bg-opacity, 1))}.last\:mb-1:last-child{margin-bottom:.25rem}.checked\:border-stone-900:checked{--tw-border-opacity: 1;border-color:rgb(28 25 23 / var(--tw-border-opacity, 1))}.checked\:bg-stone-900:checked{--tw-bg-opacity: 1;background-color:rgb(28 25 23 / var(--tw-bg-opacity, 1))}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-amber-200:hover{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.hover\:border-amber-300:hover{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.hover\:border-amber-400:hover{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.hover\:border-amber-400\/60:hover{border-color:#fbbf2499}.hover\:border-amber-500\/35:hover{border-color:#f59e0b59}.hover\:border-emerald-400:hover{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.hover\:border-rose-400:hover{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity, 1))}.hover\:border-stone-200:hover{--tw-border-opacity: 1;border-color:rgb(231 229 228 / var(--tw-border-opacity, 1))}.hover\:border-stone-300:hover{--tw-border-opacity: 1;border-color:rgb(214 211 209 / var(--tw-border-opacity, 1))}.hover\:border-stone-400:hover{--tw-border-opacity: 1;border-color:rgb(168 162 158 / var(--tw-border-opacity, 1))}.hover\:border-violet-200:hover{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#D35400\]:hover{--tw-bg-opacity: 1;background-color:rgb(211 84 0 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F5F7FA\]:hover{--tw-bg-opacity: 1;background-color:rgb(245 247 250 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#d35400\]:hover{--tw-bg-opacity: 1;background-color:rgb(211 84 0 / var(--tw-bg-opacity, 1))}.hover\:bg-\[var\(--btn-secondary-hover\)\]:hover{background-color:var(--btn-secondary-hover)}.hover\:bg-\[var\(--color-neutral-100\)\]:hover{background-color:var(--color-neutral-100)}.hover\:bg-amber-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-100\/40:hover{background-color:#fef3c766}.hover\:bg-amber-200:hover{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-50\/70:hover{background-color:#fffbebb3}.hover\:bg-amber-500\/\[0\.18\]:hover{background-color:#f59e0b2e}.hover\:bg-amber-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-black\/70:hover{background-color:#000000b3}.hover\:bg-emerald-100:hover{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-200:hover{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 205 211 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-600:hover{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-200:hover{--tw-bg-opacity: 1;background-color:rgb(186 230 253 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-700:hover{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity, 1))}.hover\:bg-stone-100:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity, 1))}.hover\:bg-stone-100\/50:hover{background-color:#f5f5f480}.hover\:bg-stone-100\/60:hover{background-color:#f5f5f499}.hover\:bg-stone-100\/70:hover{background-color:#f5f5f4b3}.hover\:bg-stone-100\/80:hover{background-color:#f5f5f4cc}.hover\:bg-stone-200:hover{--tw-bg-opacity: 1;background-color:rgb(231 229 228 / var(--tw-bg-opacity, 1))}.hover\:bg-stone-300\/60:hover{background-color:#d6d3d199}.hover\:bg-stone-300\/80:hover{background-color:#d6d3d1cc}.hover\:bg-stone-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 250 249 / var(--tw-bg-opacity, 1))}.hover\:bg-stone-50\/50:hover{background-color:#fafaf980}.hover\:bg-stone-700:hover{--tw-bg-opacity: 1;background-color:rgb(68 64 60 / var(--tw-bg-opacity, 1))}.hover\:bg-violet-100\/95:hover{background-color:#ede9fef2}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:text-amber-500:hover{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.hover\:text-amber-600:hover{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.hover\:text-amber-700:hover{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-rose-500:hover{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.hover\:text-rose-600:hover{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.hover\:text-stone-600:hover{--tw-text-opacity: 1;color:rgb(87 83 78 / var(--tw-text-opacity, 1))}.hover\:text-stone-700:hover{--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity, 1))}.hover\:text-stone-900:hover{--tw-text-opacity: 1;color:rgb(28 25 23 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:decoration-sky-600:hover{text-decoration-color:#0284c7}.hover\:decoration-violet-500:hover{text-decoration-color:#8b5cf6}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-40:hover{opacity:.4}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:ring-2:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-amber-400\/45:hover{--tw-ring-color: rgb(251 191 36 / .45)}.hover\:ring-violet-400\/50:hover{--tw-ring-color: rgb(167 139 250 / .5)}.hover\:brightness-105:hover{--tw-brightness: brightness(1.05);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:brightness-110:hover{--tw-brightness: brightness(1.1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-\[var\(--color-primary\)\]:focus{border-color:var(--color-primary)}.focus\:border-amber-400:focus{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.focus\:border-amber-500:focus{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.focus\:border-emerald-400:focus{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.focus\:border-sky-500:focus{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity, 1))}.focus\:\!bg-white:focus{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.focus\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.focus\:underline:focus{text-decoration-line:underline}.focus\:shadow-\[0_8px_20px_rgba\(0\,0\,0\,0\.06\)\]:focus{--tw-shadow: 0 8px 20px rgba(0,0,0,.06);--tw-shadow-colored: 0 8px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[var\(--color-primary\)\]:focus{--tw-ring-color: var(--color-primary)}.focus\:ring-amber-400\/20:focus{--tw-ring-color: rgb(251 191 36 / .2)}.focus\:ring-amber-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.focus\:ring-amber-500\/10:focus{--tw-ring-color: rgb(245 158 11 / .1)}.focus\:ring-amber-500\/20:focus{--tw-ring-color: rgb(245 158 11 / .2)}.focus\:ring-amber-500\/30:focus{--tw-ring-color: rgb(245 158 11 / .3)}.focus\:ring-amber-500\/40:focus{--tw-ring-color: rgb(245 158 11 / .4)}.focus\:ring-emerald-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1))}.focus\:ring-sky-500\/30:focus{--tw-ring-color: rgb(14 165 233 / .3)}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-amber-500:focus-visible{outline-color:#f59e0b}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-amber-400\/80:focus-visible{--tw-ring-color: rgb(251 191 36 / .8)}.focus-visible\:ring-amber-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.active\:scale-90:active{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.97\]:active{--tw-scale-x: .97;--tw-scale-y: .97;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.99\]:active{--tw-scale-x: .99;--tw-scale-y: .99;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:bg-\[\#dce2f6\]:active{--tw-bg-opacity: 1;background-color:rgb(220 226 246 / var(--tw-bg-opacity, 1))}.active\:bg-rose-50:active{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.active\:bg-rose-700:active{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity, 1))}.active\:bg-stone-100:active{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity, 1))}.active\:bg-stone-200:active{--tw-bg-opacity: 1;background-color:rgb(231 229 228 / var(--tw-bg-opacity, 1))}.active\:bg-stone-300:active{--tw-bg-opacity: 1;background-color:rgb(214 211 209 / var(--tw-bg-opacity, 1))}.active\:bg-stone-50:active{--tw-bg-opacity: 1;background-color:rgb(250 250 249 / var(--tw-bg-opacity, 1))}.active\:bg-stone-900\/5:active{background-color:#1c19170d}.active\:text-rose-500:active{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.active\:opacity-60:active{opacity:.6}.active\:opacity-70:active{opacity:.7}.active\:opacity-80:active{opacity:.8}.active\:opacity-90:active{opacity:.9}.active\:opacity-95:active{opacity:.95}.active\:brightness-95:active{--tw-brightness: brightness(.95);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:\!bg-\[var\(--btn-primary-disabled\)\]:disabled{background-color:var(--btn-primary-disabled)!important}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-45:disabled{opacity:.45}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-55:disabled{opacity:.55}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-65:disabled{opacity:.65}.disabled\:opacity-\[0\.55\]:disabled{opacity:.55}.disabled\:\!shadow-none:disabled{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.disabled\:\[background-image\:none\]:disabled{background-image:none}.group\/item:hover .group-hover\/item\:scale-105,.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-\[1\.02\]{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group\/item:hover .group-hover\/item\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-amber-100\/80{background-color:#fef3c7cc}.group:hover .group-hover\:bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-black\/10{background-color:#0000001a}.group:hover .group-hover\:bg-black\/35{background-color:#00000059}.group:hover .group-hover\:bg-black\/40{background-color:#0006}.group\/item:hover .group-hover\/item\:text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-90{opacity:.9}.group:active .group-active\:scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:active .group-active\:bg-black\/40{background-color:#0006}.group:active .group-active\:bg-black\/60{background-color:#0009}.group:active .group-active\:opacity-100{opacity:1}.peer:checked~.peer-checked\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media not all and (min-width:640px){.max-sm\:pb-0{padding-bottom:0}}@media(min-width:640px){.sm\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.sm\:-mx-4{margin-left:-1rem;margin-right:-1rem}.sm\:mb-0{margin-bottom:0}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:size-11{width:2.75rem;height:2.75rem}.sm\:size-16{width:4rem;height:4rem}.sm\:size-4{width:1rem;height:1rem}.sm\:size-8{width:2rem;height:2rem}.sm\:size-\[18px\]{width:18px;height:18px}.sm\:size-\[2\.5rem\]{width:2.5rem;height:2.5rem}.sm\:h-10{height:2.5rem}.sm\:h-20{height:5rem}.sm\:h-24{height:6rem}.sm\:h-28{height:7rem}.sm\:h-9{height:2.25rem}.sm\:max-h-80{max-height:20rem}.sm\:max-h-\[70vh\]{max-height:70vh}.sm\:min-h-0{min-height:0px}.sm\:min-h-\[2\.25rem\]{min-height:2.25rem}.sm\:min-h-\[4\.75rem\]{min-height:4.75rem}.sm\:min-h-\[5\.75rem\]{min-height:5.75rem}.sm\:min-h-\[54px\]{min-height:54px}.sm\:w-20{width:5rem}.sm\:w-24{width:6rem}.sm\:w-28{width:7rem}.sm\:max-w-\[260px\]{max-width:260px}.sm\:max-w-\[75\%\]{max-width:75%}.sm\:max-w-\[94\%\]{max-width:94%}.sm\:max-w-\[95\%\]{max-width:95%}.sm\:max-w-lg{max-width:32rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}.sm\:gap-2{gap:.5rem}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-3{gap:.75rem}.sm\:gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.sm\:rounded-3xl{border-radius:1.5rem}.sm\:rounded-\[2rem\]{border-radius:2rem}.sm\:rounded-xl{border-radius:.75rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:\!px-0{padding-left:0!important;padding-right:0!important}.sm\:\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.sm\:\!px-4{padding-left:1rem!important;padding-right:1rem!important}.sm\:\!px-8{padding-left:2rem!important;padding-right:2rem!important}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:\!pb-0{padding-bottom:0!important}.sm\:pb-0{padding-bottom:0}.sm\:pb-4{padding-bottom:1rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pl-2{padding-left:.5rem}.sm\:pl-2\.5{padding-left:.625rem}.sm\:pr-3{padding-right:.75rem}.sm\:pt-0{padding-top:0}.sm\:pt-2\.5{padding-top:.625rem}.sm\:pt-6{padding-top:1.5rem}.sm\:text-\[0\.9375rem\]{font-size:.9375rem}.sm\:text-\[10px\]{font-size:10px}.sm\:text-\[11\.5px\]{font-size:11.5px}.sm\:text-\[11px\]{font-size:11px}.sm\:text-\[9px\]{font-size:9px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:leading-6{line-height:1.5rem}.sm\:leading-\[0\.92rem\]{line-height:.92rem}}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-\[minmax\(0\,1fr\)_18rem\]{grid-template-columns:minmax(0,1fr) 18rem}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:justify-between{justify-content:space-between}}@media(min-width:1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&_\.card-body\]\:\!p-0 .card-body{padding:0!important}@supports (view-transition-name: none){::view-transition-old(root),::view-transition-new(root){animation:none}::view-transition-old(recipe-image){animation:recipe-image-exit .38s cubic-bezier(.22,1,.36,1) forwards}::view-transition-new(recipe-image){animation:recipe-image-enter .4s cubic-bezier(.22,1,.36,1) forwards}::view-transition{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}@media(prefers-reduced-motion:reduce){::view-transition-old(recipe-image),::view-transition-new(recipe-image){animation-duration:.1s}}}@keyframes recipe-image-enter{0%{opacity:.92;clip-path:inset(0 round 12px)}to{opacity:1;clip-path:inset(0 round 0)}}@keyframes recipe-image-exit{0%{opacity:1}to{opacity:.12}}:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.record-chip-color-dot[data-v-6f520e32]{display:inline-flex;width:1.08rem;height:1.08rem;flex:0 0 auto;border-radius:999px;border:2px solid rgba(255,255,255,.76);box-shadow:0 0 0 1px #0f172a1f,inset 0 0 0 1px #0f172a14}.fade-enter-active[data-v-a157195b],.fade-leave-active[data-v-a157195b]{transition:opacity .2s ease}.fade-enter-from[data-v-a157195b],.fade-leave-to[data-v-a157195b]{opacity:0}@keyframes chip-shake-c7f9d2ae{0%,to{transform:rotate(0)}25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}}.chip-shake[data-v-c7f9d2ae]{animation:chip-shake-c7f9d2ae .25s ease-in-out infinite}.scrollbar-hide[data-v-0debf713]{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide[data-v-0debf713]::-webkit-scrollbar{display:none}.tag-shake[data-v-9ec471d5]{animation:tag-shake-9ec471d5 .16s ease-in-out infinite alternate}@keyframes tag-shake-9ec471d5{0%{transform:rotate(-1.8deg)}to{transform:rotate(1.8deg)}}.tag-shake[data-v-a45327c1]{animation:tag-shake-a45327c1 .16s ease-in-out infinite alternate}@keyframes tag-shake-a45327c1{0%{transform:rotate(-1.8deg)}to{transform:rotate(1.8deg)}}.day-picker-enter-active[data-v-f375f6f0],.day-picker-leave-active[data-v-f375f6f0]{transition:opacity .25s ease}.day-picker-enter-from[data-v-f375f6f0],.day-picker-leave-to[data-v-f375f6f0]{opacity:0}.day-picker-enter-active>div[data-v-f375f6f0]:nth-child(2),.day-picker-leave-active>div[data-v-f375f6f0]:nth-child(2){transition:transform .28s cubic-bezier(.25,.46,.45,.94)}.day-picker-enter-from>div[data-v-f375f6f0]:nth-child(2),.day-picker-leave-to>div[data-v-f375f6f0]:nth-child(2){transform:translateY(100%)}.overflow-y-auto[data-v-f375f6f0]::-webkit-scrollbar{display:none}.overflow-y-auto[data-v-f375f6f0]{-ms-overflow-style:none;scrollbar-width:none}@keyframes float-537e5ff3{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.login-page-app[data-v-dedef301]{position:relative;min-height:var(--app-viewport-height, 100vh);width:100%;overflow-x:hidden;overflow-y:visible;background:#fff;color:#20212a;box-sizing:border-box}.login-backdrop[data-v-dedef301]{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;background:#fff}.login-bg-panel[data-v-dedef301]{position:absolute;border-radius:34px;background:#5b4df00b}.bg-panel-a[data-v-dedef301]{left:-34px;top:72px;width:146px;height:236px;transform:rotate(-22deg)}.bg-panel-b[data-v-dedef301]{right:-42px;top:146px;width:164px;height:286px;transform:rotate(18deg)}.bg-panel-c[data-v-dedef301]{left:46px;bottom:88px;width:148px;height:222px;transform:rotate(23deg)}.login-bg-ribbon[data-v-dedef301]{position:absolute;height:26px;border-radius:999px;background:#5b4df009}.ribbon-a[data-v-dedef301]{top:292px;left:-36px;width:190px;transform:rotate(-18deg)}.ribbon-b[data-v-dedef301]{right:-58px;bottom:218px;width:236px;transform:rotate(26deg)}.login-pattern-grid[data-v-dedef301]{position:absolute;left:20px;right:20px;top:118px;bottom:172px;opacity:.1}.grid-line[data-v-dedef301]{position:absolute;border-radius:999px;background:#5b4df038}.line-a[data-v-dedef301],.line-b[data-v-dedef301]{left:0;right:0;height:1px}.line-a[data-v-dedef301]{top:26%}.line-b[data-v-dedef301]{top:58%}.line-c[data-v-dedef301]{top:0;bottom:0;left:47%;width:1px}.login-main[data-v-dedef301]{position:relative;z-index:1;width:100%;min-height:var(--app-viewport-height, 100vh);display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;padding:calc(72px + var(--app-safe-top, env(safe-area-inset-top, 0px))) 28px calc(18px + var(--app-safe-bottom, env(safe-area-inset-bottom, 0px)))}.login-shell[data-v-dedef301]{width:100%;max-width:390px;min-height:0;margin:0 auto;display:flex;flex:1;flex-direction:column}.login-top-actions[data-v-dedef301]{position:fixed;left:28px;right:28px;top:calc(28px + var(--app-safe-top, env(safe-area-inset-top, 0px)));z-index:20;min-height:32px;display:flex;align-items:center;justify-content:flex-start;gap:8px;box-sizing:border-box}.login-brand-mini[data-v-dedef301]{min-width:0;display:flex;align-items:center;gap:8px;color:#242431}.login-brand-dot[data-v-dedef301]{width:26px;height:26px;border-radius:10px;background:#5b4df0;color:#fff;display:grid;place-items:center;font-size:12px;line-height:1;font-weight:900}.login-brand-text[data-v-dedef301]{color:#242431;font-size:13px;line-height:1;font-weight:900;white-space:nowrap}.welcome-copy[data-v-dedef301]{margin-top:26px;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.welcome-copy span[data-v-dedef301]{color:#262833;font-size:21px;line-height:1.22;font-weight:900;letter-spacing:0}.account-illustration[data-v-dedef301]{position:relative;width:100%;max-width:340px;height:286px;margin:26px auto 14px;flex-shrink:0}.account-illustration span[data-v-dedef301]{position:absolute;display:block}.account-art-blob[data-v-dedef301]{border-radius:50%;background:#fff2e8}.account-art-blob-a[data-v-dedef301]{left:62px;top:12px;width:76px;height:28px;transform:rotate(-12deg)}.account-art-blob-b[data-v-dedef301]{right:38px;top:42px;width:128px;height:112px;background:#eef9f0}.account-art-cloud[data-v-dedef301]{border-radius:999px;background:#97e2df;box-shadow:-14px 7px 0 -5px #97e2df,14px 7px 0 -5px #97e2df}.account-art-cloud-a[data-v-dedef301]{right:24px;top:28px;width:62px;height:32px}.account-art-cloud-b[data-v-dedef301]{left:28px;top:78px;width:36px;height:21px;background:#8bdfdd;box-shadow:-10px 5px 0 -4px #8bdfdd,10px 5px 0 -4px #8bdfdd}.account-art-panel[data-v-dedef301]{left:54px;top:72px;width:150px;height:152px;border:5px solid #594bf0;border-radius:18px;background:#fff;box-shadow:0 12px #594bf024;box-sizing:border-box;z-index:4}.account-art-panel-head[data-v-dedef301]{left:-5px;right:-5px;top:-5px;height:34px;border-radius:16px 16px 0 0;background:#5b4df0}.account-art-avatar[data-v-dedef301]{left:48px;top:48px;width:46px;height:46px;border-radius:50%;background:#ffd8b5}.account-art-eye[data-v-dedef301]{top:19px;width:4px;height:4px;border-radius:50%;background:#6b4f3a}.account-art-eye-left[data-v-dedef301]{left:15px}.account-art-eye-right[data-v-dedef301]{right:15px}.account-art-smile[data-v-dedef301]{left:18px;top:27px;width:11px;height:5px;border-bottom:2px solid #6b4f3a;border-radius:0 0 999px 999px}.account-art-line[data-v-dedef301]{left:32px;height:9px;border-radius:999px;background:#eef0ff}.account-art-line-a[data-v-dedef301]{top:107px;width:84px}.account-art-line-b[data-v-dedef301]{top:126px;width:70px}.account-art-line-c[data-v-dedef301]{top:145px;width:92px}.account-art-key[data-v-dedef301]{right:60px;top:130px;width:92px;height:52px;transform:rotate(-16deg);z-index:7}.account-key-ring[data-v-dedef301]{left:0;top:2px;width:44px;height:44px;border:9px solid #ffd21f;border-radius:50%;box-sizing:border-box}.account-key-body[data-v-dedef301]{left:39px;top:18px;width:50px;height:13px;border-radius:999px;background:#ffd21f}.account-key-tooth[data-v-dedef301]{width:9px;height:16px;border-radius:0 0 5px 5px;background:#ffd21f}.account-key-tooth-a[data-v-dedef301]{right:8px;top:28px}.account-key-tooth-b[data-v-dedef301]{right:24px;top:28px}.account-safe-card[data-v-dedef301]{right:30px;bottom:54px;width:86px;height:40px;display:flex!important;align-items:center;gap:7px;border-radius:16px;background:#fff;box-shadow:0 10px 22px #2d365c1f;z-index:8;padding:0 10px;box-sizing:border-box}.account-safe-icon[data-v-dedef301]{position:relative!important;width:22px;height:22px;border-radius:50%;background:#2fc37b;flex:0 0 auto}.account-safe-check[data-v-dedef301]{left:6px;top:5px;width:9px;height:5px;border:3px solid #ffffff;border-top:0;border-right:0;transform:rotate(-45deg)}.account-safe-text[data-v-dedef301]{position:relative!important;color:#242431;font-size:12px;font-weight:900;white-space:nowrap}.account-art-bowl[data-v-dedef301]{right:26px;bottom:40px;width:60px;height:32px;border-radius:6px 6px 24px 24px;background:#5b4df0;z-index:5}.account-art-food[data-v-dedef301]{left:12px;top:-8px;width:36px;height:20px;border-radius:50%;background:#ff9f43}.account-art-ground[data-v-dedef301]{bottom:0;height:24px;border-radius:20px 20px 0 0;background:#85dd58}.account-art-ground-a[data-v-dedef301]{left:24px;width:108px}.account-art-ground-b[data-v-dedef301]{right:18px;width:160px}.login-card[data-v-dedef301]{width:100%;max-width:390px;margin:0 auto;flex-shrink:0}.login-mode-register .account-illustration[data-v-dedef301]{height:226px;margin:18px auto 0;transform:scale(.82);transform-origin:top center}.account-head[data-v-dedef301]{margin-bottom:16px;display:flex;flex-direction:column;gap:5px}.account-head strong[data-v-dedef301]{color:#242431;font-size:18px;line-height:1.2;font-weight:900}.account-head span[data-v-dedef301]{color:#777181;font-size:12px;line-height:1.45;font-weight:700}.login-input-group[data-v-dedef301]{display:flex;flex-direction:column;gap:12px}.login-input-shell[data-v-dedef301]{width:100%;height:52px;display:flex;align-items:center;gap:10px;border-radius:16px;background:#f6f6fb;padding:0 14px;box-sizing:border-box}.input-icon[data-v-dedef301]{width:22px;height:22px;flex:0 0 auto;position:relative;border-radius:50%;background:#edeaff}.input-account[data-v-dedef301]:before{content:"";position:absolute;left:7px;top:5px;width:8px;height:8px;border-radius:50%;background:#5b4df0}.input-account[data-v-dedef301]:after{content:"";position:absolute;left:5px;bottom:4px;width:12px;height:7px;border-radius:8px 8px 4px 4px;background:#5b4df0}.input-lock[data-v-dedef301]:before{content:"";position:absolute;left:6px;top:4px;width:10px;height:10px;border:3px solid #5b4df0;border-bottom:0;border-radius:999px 999px 0 0;box-sizing:border-box}.input-lock[data-v-dedef301]:after{content:"";position:absolute;left:5px;bottom:4px;width:12px;height:10px;border-radius:4px;background:#5b4df0}.input-invite[data-v-dedef301]:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:5px;border:3px solid #5b4df0}.login-input-shell input[data-v-dedef301]{min-width:0;width:100%;height:100%;border:0;outline:none;background:transparent;color:#242431;font-size:15px;font-weight:800}.login-input-shell input[data-v-dedef301]::-moz-placeholder{color:#a9adbb}.login-input-shell input[data-v-dedef301]::placeholder{color:#a9adbb}.field-tip[data-v-dedef301]{margin:-6px 2px 0 32px;color:#9ca3af;font-size:11px;line-height:1.35}.field-tip.warn[data-v-dedef301],.login-error[data-v-dedef301]{color:#c9465c}.deletion-status-notice[data-v-dedef301]{margin:0 0 12px;border:1px solid rgba(91,77,240,.14);border-radius:14px;background:#f2f0ff;padding:10px 12px;color:#5147bd;font-size:12px;font-weight:750;line-height:1.5}.login-error[data-v-dedef301]{margin-top:12px;border-radius:14px;background:#fff1f3;padding:10px 12px;font-size:12px;font-weight:800}.login-primary[data-v-dedef301]{width:100%;height:54px;margin-top:16px;display:flex;align-items:center;justify-content:center;border:0;border-radius:7px;background:#5b4df0;color:#fff;font-size:15px;font-weight:900;box-shadow:0 12px 22px #5b4df042}.login-primary[data-v-dedef301]:disabled{background:#c9d2f0;box-shadow:none}.login-secondary[data-v-dedef301]{width:100%;min-height:42px;margin-top:8px;border:0;background:transparent;color:#5b4df0;font-size:13px;line-height:42px;text-align:center;font-weight:900}.protocol-row[data-v-dedef301]{margin-top:6px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px;color:#9b9aa5;font-size:11px;line-height:1.5;font-weight:700}.protocol-row button[data-v-dedef301]{border:0;background:transparent;padding:0;color:#5b4df0;font-size:inherit;font-weight:900}@media(max-height:760px){.login-main[data-v-dedef301]{padding-top:calc(58px + var(--app-safe-top, env(safe-area-inset-top, 0px)));justify-content:flex-start;gap:10px}.login-top-actions[data-v-dedef301]{top:calc(18px + var(--app-safe-top, env(safe-area-inset-top, 0px)))}.welcome-copy[data-v-dedef301]{margin-top:16px}.account-illustration[data-v-dedef301]{height:238px;margin-top:16px;transform:scale(.86);transform-origin:top center}.login-card[data-v-dedef301]{margin-top:-28px}.login-mode-register .welcome-copy[data-v-dedef301]{margin-top:10px}.login-mode-register .account-illustration[data-v-dedef301]{height:174px;margin-top:8px;transform:scale(.66)}.login-mode-register .login-card[data-v-dedef301]{margin-top:-42px}}@media(max-width:360px){.login-main[data-v-dedef301]{padding-left:22px;padding-right:22px}.welcome-copy span[data-v-dedef301]{font-size:20px}}.login-page-app[data-v-dedef301]{min-height:var(--app-viewport-height, 100svh);background:#fff;color:#122143;overflow-x:hidden;overflow-y:auto}.login-main[data-v-dedef301]{display:flex;width:100%;max-width:430px;min-height:var(--app-viewport-height, 100svh);flex-direction:column;justify-content:flex-start;gap:0;margin:0 auto;padding:0;background:#fff;container-type:inline-size}.login-hero[data-v-dedef301]{position:relative;flex:0 0 auto;overflow:hidden;background:#a7d2fa}.login-mode-login .login-hero[data-v-dedef301]{height:min(124.56vw,33.48rem);height:124.56cqw;background:linear-gradient(90deg,#a7d2fa,#a3d3fc,#9bd0fb,#98cefb,#92cafb,#8bc7fb,#88c5fb,#85c4fb,#82bff6)}.login-mode-register .login-hero[data-v-dedef301]{height:min(99.77vw,26.82rem);height:99.77cqw;background:linear-gradient(90deg,#bfe0fb,#b7dffc,#afdcfc,#a5d6fa,#94cdf8,#88c5f6,#7dbef2,#7bbaf2,#73b1e8)}.login-hero[data-v-dedef301]:before{position:absolute;z-index:2;top:0;right:0;left:0;content:"";pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 94%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 94%,transparent 100%)}.login-mode-login .login-hero[data-v-dedef301]:before{height:49cqw;background:linear-gradient(180deg,#fff0,#e1f5ff6b),linear-gradient(90deg,#a7d2fa,#a3d3fc,#9bd0fb,#98cefb,#92cafb,#8bc7fb,#88c5fb,#85c4fb,#82bff6)}.login-mode-register .login-hero[data-v-dedef301]:before{height:44cqw;background:linear-gradient(180deg,#fff0,#e1f5ff52),linear-gradient(90deg,#bfe0fb,#b7dffc,#afdcfc,#a5d6fa,#94cdf8,#88c5f6,#7dbef2,#7bbaf2,#73b1e8);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 88%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 88%,transparent 100%)}html.native-app .login-mode-login .login-hero{height:calc(min(124.56vw,33.48rem) + max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)));height:calc(124.56cqw + max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)))}html.native-app .login-mode-register .login-hero{height:calc(min(99.77vw,26.82rem) + max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)));height:calc(99.77cqw + max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)))}html.native-app .login-mode-login .login-hero:before{height:calc(49cqw + max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)))}html.native-app .login-mode-register .login-hero:before{height:calc(44cqw + max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)))}.login-brand-mini[data-v-dedef301]{position:absolute;z-index:3;top:calc(7.2cqw + var(--app-safe-top, env(safe-area-inset-top, 0px)));left:6.8cqw;gap:2.2cqw;color:#122143}.login-brand-dot[data-v-dedef301]{width:8.3cqw;height:8.3cqw;border:2px solid rgba(255,255,255,.88);border-radius:2.75cqw;background:linear-gradient(145deg,#785cff,#5147ef);box-shadow:0 1.9cqw 3.4cqw #4e4dd633,inset 0 1px #fff6;font-size:3.5cqw}.login-brand-text[data-v-dedef301]{color:#122143;font-size:4cqw;font-weight:900;letter-spacing:.02em}.welcome-copy[data-v-dedef301]{position:absolute;z-index:3;top:calc(24.5cqw + var(--app-safe-top, env(safe-area-inset-top, 0px)));right:6.8cqw;left:6.8cqw;margin:0;gap:1.2cqw}.welcome-copy h1[data-v-dedef301],.welcome-copy p[data-v-dedef301]{margin:0;color:#122143;letter-spacing:0}.welcome-copy h1[data-v-dedef301]{font-size:6.2cqw;font-weight:950;line-height:1.18}.welcome-copy p[data-v-dedef301]{font-size:3.8cqw;font-weight:900;line-height:1.25}.login-mode-register .login-brand-mini[data-v-dedef301]{top:calc(3.1cqw + var(--app-safe-top, env(safe-area-inset-top, 0px)))}.login-mode-register .welcome-copy[data-v-dedef301]{top:calc(13.8cqw + var(--app-safe-top, env(safe-area-inset-top, 0px)));margin:0}.login-mode-register .welcome-copy h1[data-v-dedef301]{font-size:4.7cqw;white-space:nowrap}.login-mode-register .welcome-copy p[data-v-dedef301]{font-size:3.25cqw}.account-illustration[data-v-dedef301]{position:absolute;z-index:1;right:0;bottom:0;left:0;display:block;width:100%;max-width:none;height:auto;margin:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom;transform:none}.login-mode-register .account-illustration[data-v-dedef301]{width:100%;max-width:none;height:auto;margin:0;transform:none;transform-origin:center bottom}.register-illustration-brand[data-v-dedef301]{position:absolute;z-index:2;bottom:26.5cqw;left:16.7cqw;display:flex;width:28.5cqw;height:8.8cqw;align-items:center;justify-content:center;box-sizing:border-box;border:.45cqw solid rgba(126,178,228,.55);border-radius:2cqw;background:#f3f8ff;box-shadow:0 .5cqw 1cqw #4884c21f;color:#72a8e2;font-size:3.1cqw;font-weight:900;letter-spacing:.08em;transform:rotate(-6deg)}.login-card[data-v-dedef301]{position:relative;z-index:4;width:100%;max-width:none;flex:1 0 auto;margin:-.1rem 0 0;margin:-.423cqw 0 0;border-radius:1.9rem 1.9rem 0 0;border-radius:8.042cqw 8.042cqw 0 0;background:#fffffffb;padding:1.24rem 1.54rem calc(1rem + var(--app-safe-bottom, env(safe-area-inset-bottom, 0px)));padding:5.25cqw 6.5cqw calc(4.233cqw + var(--app-safe-bottom, env(safe-area-inset-bottom, 0px)));box-shadow:0 -1.1rem 2.5rem #2a5f8e14;box-shadow:0 -4.656cqw 10.582cqw #2a5f8e14;box-sizing:border-box}.login-mode-login .login-card[data-v-dedef301]{padding-bottom:calc(1.5rem + var(--app-safe-bottom, env(safe-area-inset-bottom, 0px)));padding-bottom:calc(6.349cqw + var(--app-safe-bottom, env(safe-area-inset-bottom, 0px)))}.login-mode-register .login-card[data-v-dedef301]{width:calc(100% - 1.16rem);width:calc(100% - 4.91cqw);margin:-.165rem .58rem .475rem;margin:-.698cqw 2.455cqw 2.011cqw;border-radius:1.7rem;border-radius:7.196cqw;padding:1.04rem 1.32rem calc(.86rem + var(--app-safe-bottom, env(safe-area-inset-bottom, 0px)));padding:4.4cqw 5.6cqw calc(3.64cqw + var(--app-safe-bottom, env(safe-area-inset-bottom, 0px)));background:#fff;box-shadow:0 .55rem 1.8rem #2a5f8e1a;box-shadow:0 2.328cqw 7.619cqw #2a5f8e1a}.account-head[data-v-dedef301]{margin-bottom:.45rem;margin-bottom:1.9cqw;gap:.35rem;gap:1.481cqw}.login-mode-register .account-head[data-v-dedef301]{margin-right:.36rem;margin-right:1.524cqw;margin-bottom:.28rem;margin-bottom:1.2cqw;margin-left:.36rem;margin-left:1.524cqw}.account-head strong[data-v-dedef301]{color:#122143;font-size:1.04rem;font-size:4.4cqw;line-height:1.4;font-weight:950}.login-mode-register .account-head strong[data-v-dedef301]{font-size:.91rem;font-size:3.85cqw;line-height:1.55}.account-head span[data-v-dedef301]{color:#8b96aa;font-size:.625rem;font-size:2.65cqw;line-height:1.5;font-weight:700}.login-input-group[data-v-dedef301]{gap:.58rem;gap:2.45cqw}.login-input-shell[data-v-dedef301]{height:3.1rem;height:13.1cqw;gap:.57rem;gap:2.4cqw;border:1px solid rgba(207,216,228,.75);border-radius:.92rem;border-radius:3.9cqw;background:#fffffffa;padding:0 .9rem;padding:0 3.8cqw;box-shadow:inset 0 1px #ffffffe6}.login-mode-register .login-input-shell[data-v-dedef301]{height:2.81rem;height:11.9cqw;border-color:transparent;background:#f5f6fa}.login-mode-register .login-input-group[data-v-dedef301]{gap:.47rem;gap:2cqw}.input-icon[data-v-dedef301]{display:block;width:1.12rem;width:4.75cqw;height:1.12rem;height:4.75cqw;flex:0 0 auto;border-radius:0;background:transparent;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 .26rem .28rem rgba(75,82,216,.16));filter:drop-shadow(0 1.101cqw 1.185cqw rgba(75,82,216,.16))}.login-mode-register .input-icon[data-v-dedef301]{width:.86rem;width:3.65cqw;height:.86rem;height:3.65cqw;filter:drop-shadow(0 .16rem .2rem rgba(75,82,216,.12));filter:drop-shadow(0 .677cqw .847cqw rgba(75,82,216,.12))}.login-input-shell input[data-v-dedef301]{color:#172342;font-size:.77rem;font-size:3.25cqw;font-weight:780}.login-input-shell input[data-v-dedef301]::-moz-placeholder{color:#a8b0bf}.login-input-shell input[data-v-dedef301]::placeholder{color:#a8b0bf}.field-tip[data-v-dedef301]{margin:-.45rem .2rem 0 2.7rem;margin:-1.905cqw .847cqw 0 11.429cqw;font-size:.6rem;font-size:2.55cqw}.login-error[data-v-dedef301]{margin-top:.7rem;margin-top:2.963cqw}.login-primary[data-v-dedef301]{height:3rem;height:12.7cqw;margin-top:.76rem;margin-top:3.2cqw;border-radius:.76rem;border-radius:3.2cqw;background:#4b9af5;font-size:.85rem;font-size:3.6cqw;box-shadow:0 .85rem 1.5rem #3b8fef3b;box-shadow:0 3.598cqw 6.349cqw #3b8fef3b}.login-primary[data-v-dedef301]:disabled{background:#5b9dfc;color:#fffffff5;box-shadow:0 .85rem 1.5rem #3b8fef33;box-shadow:0 3.598cqw 6.349cqw #3b8fef33}.login-mode-register .login-primary[data-v-dedef301]{height:2.81rem;height:11.9cqw;margin-top:.71rem;margin-top:3cqw;border-radius:.72rem;border-radius:3.048cqw;font-size:.78rem;font-size:3.3cqw}.login-mode-register .login-primary[data-v-dedef301]:disabled{background:#79b9fa}.login-mode-register .login-secondary[data-v-dedef301]{margin-top:.36rem;margin-top:1.5cqw}.login-secondary[data-v-dedef301]{min-height:2.5rem;min-height:10.582cqw;margin-top:.28rem;margin-top:1.2cqw;outline:none;color:#4b79f6;font-size:.73rem;font-size:3.1cqw;line-height:2.5rem;line-height:10.582cqw;-webkit-tap-highlight-color:transparent}.protocol-row[data-v-dedef301]{margin-top:.15rem;margin-top:.635cqw;gap:.25rem;gap:1.058cqw;color:#8f99aa;font-size:.58rem;font-size:2.45cqw}.protocol-row button[data-v-dedef301]{color:#4c6ef5}.completion-banner[data-v-d5ea41b4]{position:relative;isolation:isolate;min-height:78px;margin-bottom:16px;padding:8px 12px 8px 8px;overflow:hidden;display:grid;grid-template-columns:56px minmax(0,1fr) 70px;align-items:center;-moz-column-gap:8px;column-gap:8px;border:1px solid rgba(99,102,241,.2);border-radius:18px;background:radial-gradient(circle at 24% 50%,rgba(224,231,255,.54),transparent 33%),linear-gradient(135deg,#fbfcff,#fff 54%,#fdfdff);box-shadow:0 5px 16px #4f46e514;box-sizing:border-box}.completion-banner[data-v-d5ea41b4]:before{content:"";position:absolute;z-index:-1;left:34px;top:9px;width:240px;height:58px;border:1px dashed rgba(99,102,241,.2);border-radius:50%;transform:rotate(-7deg)}.completion-planet[data-v-d5ea41b4]{position:relative;z-index:1;width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;filter:drop-shadow(0 5px 8px rgba(79,70,229,.12))}.completion-copy[data-v-d5ea41b4]{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;gap:4px}.completion-title[data-v-d5ea41b4]{color:#3157d5;font-size:13px;line-height:1.25;font-weight:900;letter-spacing:.01em;white-space:nowrap}.completion-desc[data-v-d5ea41b4]{color:#78716c;font-size:10px;line-height:1.3;white-space:nowrap}.completion-restart[data-v-d5ea41b4]{position:relative;z-index:1;width:70px;min-width:70px;max-width:100%;height:28px;padding:0;justify-self:end;overflow:hidden;border:1px solid #4165e8;border-radius:999px;background:#ffffffe0;color:#3157d5;font-size:10px;line-height:26px;font-weight:800;white-space:nowrap;box-shadow:0 2px 6px #3157d50f;box-sizing:border-box}.completion-restart[data-v-d5ea41b4]:active{transform:scale(.97);background:#f5f7ff}.completion-star[data-v-d5ea41b4]{position:absolute;z-index:0;line-height:1;pointer-events:none}.completion-star-primary[data-v-d5ea41b4]{right:25%;top:9px;color:#f6c84c;font-size:12px}.completion-star-secondary[data-v-d5ea41b4]{right:30%;bottom:9px;color:#a5b4fc;font-size:10px}.fade-enter-active[data-v-d5ea41b4],.fade-leave-active[data-v-d5ea41b4]{transition:opacity .25s ease}.fade-enter-from[data-v-d5ea41b4],.fade-leave-to[data-v-d5ea41b4]{opacity:0}@keyframes scroll-hint-bounce-d5ea41b4{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% + 4px))}}.scroll-hint-bounce[data-v-d5ea41b4]{animation:scroll-hint-bounce-d5ea41b4 1.2s ease-in-out infinite}.fade-enter-active[data-v-b0d58578],.fade-leave-active[data-v-b0d58578]{transition:opacity .2s ease}.fade-enter-from[data-v-b0d58578],.fade-leave-to[data-v-b0d58578]{opacity:0}.alert-enter-active[data-v-4d539763],.alert-leave-active[data-v-4d539763]{transition:opacity .25s cubic-bezier(.32,.72,0,1)}.alert-enter-from[data-v-4d539763],.alert-leave-to[data-v-4d539763]{opacity:0}.alert-enter-active .alert-content[data-v-4d539763],.alert-leave-active .alert-content[data-v-4d539763]{transition:transform .25s cubic-bezier(.32,.72,0,1)}.alert-enter-from .alert-content[data-v-4d539763],.alert-leave-to .alert-content[data-v-4d539763]{opacity:0;transform:scale(.95) translateY(10px)}.history-btn-with-unread[data-v-4d539763]{--history-btn-glow: rgba(251, 191, 36, .45);animation:history-btn-glow-pulse-4d539763 2.5s ease-in-out infinite}@keyframes history-btn-glow-pulse-4d539763{0%,to{box-shadow:0 0 12px 2px var(--history-btn-glow)}50%{box-shadow:0 0 20px 6px var(--history-btn-glow)}}@keyframes marquee-4d539763{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.animate-marquee[data-v-4d539763]{animation:marquee-4d539763 linear infinite;will-change:transform}.animate-marquee[data-v-4d539763]:hover{animation-play-state:paused}@keyframes marquee-text-4d539763{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee-text[data-v-4d539763]{animation:marquee-text-4d539763 linear infinite;will-change:transform}.animate-marquee-text[data-v-4d539763]:hover{animation-play-state:paused}@media(min-width:768px){html:not(.native-app){--meal-plan-text-9: .8125rem;--meal-plan-text-10: .875rem;--meal-plan-text-11: .9375rem}html:not(.native-app){font-size:var(--meal-plan-text-9, .8125rem)!important}html:not(.native-app){font-size:var(--meal-plan-text-10, .875rem)!important}html:not(.native-app){font-size:var(--meal-plan-text-11, .9375rem)!important}html:not(.native-app){font-size:1rem!important}html:not(.native-app){font-size:1.125rem!important}html:not(.native-app){font-size:1.25rem!important}html:not(.native-app){font-size:1.5rem!important}html:not(.native-app) .meal-plan-quick-config .meal-plan-quick-config__content{font-size:.5625rem!important}html:not(.native-app) .meal-plan-quick-config .meal-plan-quick-config__meal-label{font-size:.5625rem!important}html:not(.native-app) .meal-plan-quick-config .meal-plan-quick-config__meta-label{font-size:.5rem!important}html:not(.native-app) .meal-plan-quick-config .meal-plan-quick-config__chip{font-size:.5rem!important}}.plan-fold[data-v-4d539763]{display:grid;overflow:hidden;transition:grid-template-rows .24s cubic-bezier(.22,.61,.36,1),max-height .24s cubic-bezier(.22,.61,.36,1);will-change:grid-template-rows,max-height;contain:layout paint style}.plan-fold__inner[data-v-4d539763]{min-height:0;overflow:hidden;contain:layout paint;transform:translateZ(0)}.collapse-enter-active[data-v-4d539763],.collapse-leave-active[data-v-4d539763]{transition:all .3s cubic-bezier(.4,0,.2,1);max-height:1600px}.collapse-enter-from[data-v-4d539763],.collapse-leave-to[data-v-4d539763]{max-height:0;opacity:0;transform:translateY(-10px)}.collapse-enter-to[data-v-4d539763],.collapse-leave-from[data-v-4d539763]{max-height:1600px;opacity:1;transform:translateY(0)}@keyframes history-glow-pulse-4d539763{0%,to{box-shadow:0 0 #fbbf2466}50%{box-shadow:0 0 12px 4px #fbbf2440}}.history-btn-glow[data-v-4d539763]{animation:history-glow-pulse-4d539763 2s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.plan-fold[data-v-4d539763]{transition-duration:.01ms}.history-btn-glow[data-v-4d539763]{animation:none;box-shadow:0 0 8px 2px #fbbf244d}}.picker-enter-active[data-v-5f730e3a],.picker-leave-active[data-v-5f730e3a]{transition:opacity .2s ease}.picker-enter-active>div[data-v-5f730e3a]:nth-child(2),.picker-leave-active>div[data-v-5f730e3a]:nth-child(2){transition:transform .25s cubic-bezier(.25,.46,.45,.94)}.picker-enter-from[data-v-5f730e3a],.picker-leave-to[data-v-5f730e3a]{opacity:0}.picker-enter-from>div[data-v-5f730e3a]:nth-child(2),.picker-leave-to>div[data-v-5f730e3a]:nth-child(2){transform:translateY(100%)}@media(min-width:640px){.picker-enter-from>div[data-v-5f730e3a]:nth-child(2),.picker-leave-to>div[data-v-5f730e3a]:nth-child(2){transform:scale(.96)}}input[type=range][data-v-9f78c027]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:var(--color-primary);cursor:pointer;border:2px solid white;box-shadow:0 1px 3px #0003}input[type=range][data-v-9f78c027]::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--color-primary);cursor:pointer;border:2px solid white;box-shadow:0 1px 3px #0003}.fade-enter-active[data-v-117eb80f],.fade-leave-active[data-v-117eb80f]{transition:opacity .2s ease}.fade-enter-from[data-v-117eb80f],.fade-leave-to[data-v-117eb80f]{opacity:0}@keyframes fadeIn-ac234d55{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.record-action-pop[data-v-ac234d55]{animation:record-action-pop-in-ac234d55 .16s ease-out}@keyframes record-action-pop-in-ac234d55{0%{opacity:0;transform:translate(-50%,-50%) scale(.92)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.fade-enter-active[data-v-ac234d55],.fade-leave-active[data-v-ac234d55]{transition:opacity .2s ease}.fade-enter-from[data-v-ac234d55],.fade-leave-to[data-v-ac234d55]{opacity:0}@keyframes fadeIn-2a6901c1{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.record-action-pop[data-v-2a6901c1]{animation:record-action-pop-in-2a6901c1 .16s ease-out}@keyframes record-action-pop-in-2a6901c1{0%{opacity:0;transform:translate(-50%,-50%) scale(.92)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.day-picker-enter-active[data-v-d81c4f9f],.day-picker-leave-active[data-v-d81c4f9f]{transition:opacity .25s ease}.day-picker-enter-from[data-v-d81c4f9f],.day-picker-leave-to[data-v-d81c4f9f]{opacity:0}.day-picker-enter-active>div[data-v-d81c4f9f]:nth-child(2),.day-picker-leave-active>div[data-v-d81c4f9f]:nth-child(2){transition:transform .28s cubic-bezier(.25,.46,.45,.94)}.day-picker-enter-from>div[data-v-d81c4f9f]:nth-child(2),.day-picker-leave-to>div[data-v-d81c4f9f]:nth-child(2){transform:translateY(100%)}.month-picker-enter-active[data-v-c0e71017],.month-picker-leave-active[data-v-c0e71017]{transition:opacity .25s ease}.month-picker-enter-from[data-v-c0e71017],.month-picker-leave-to[data-v-c0e71017]{opacity:0}.month-picker-enter-active>div[data-v-c0e71017]:nth-child(2),.month-picker-leave-active>div[data-v-c0e71017]:nth-child(2){transition:transform .28s cubic-bezier(.25,.46,.45,.94)}.month-picker-enter-from>div[data-v-c0e71017]:nth-child(2),.month-picker-leave-to>div[data-v-c0e71017]:nth-child(2){transform:translateY(100%)}[data-v-c0e71017]::-webkit-scrollbar{display:none}.record-sidebar-transition-contents[data-v-31430c11]{display:contents}.record-sidebar-swap-move[data-v-31430c11]{pointer-events:none;transition:transform .24s cubic-bezier(.22,.72,.26,1.08)}.record-sidebar-item[data-v-31430c11]{touch-action:pan-y;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.record-sidebar-item--dragged[data-v-31430c11]{transform:scale(.95);opacity:.58;pointer-events:none}.record-sidebar-shake[data-v-31430c11]>*{animation:record-sidebar-shake-31430c11 .18s ease-in-out infinite alternate}.record-sidebar-drag-ghost[data-v-31430c11]{transform:scale(1.04)}@keyframes record-sidebar-shake-31430c11{0%{transform:translate3d(-.5px,0,0) rotate(-1.2deg)}to{transform:translate3d(.5px,0,0) rotate(1.2deg)}}.record-view-nav-btn[data-v-31430c11]{display:inline-flex;width:1.9rem;height:1.9rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:999px;background:#f5f5f4d9;color:#57534e;font-size:1.35rem;font-weight:800;line-height:1;transition:transform .16s ease,background .16s ease}.record-view-nav-btn[data-v-31430c11]:active{transform:scale(.94)}.record-view-nav-btn--plain[data-v-31430c11]{background:transparent;color:currentColor}.record-view-filter-bar[data-v-31430c11]{background:transparent}@media(max-width:480px){.record-view-modal-shell{padding-left:.25rem;padding-right:.25rem}.record-view-modal-shell .card-body{padding-left:.5rem!important;padding-right:.5rem!important}}.history-page[data-v-7d9f997d]{display:flex;flex-direction:column;gap:.3rem}.history-results-stack[data-v-7d9f997d]{display:flex;flex-direction:column;gap:.5rem}.history-empty-state-wrap[data-v-7d9f997d]{padding:.12rem 0 1.25rem}.history-search-toolbar[data-v-7d9f997d]{display:flex;align-items:center;gap:.44rem;border-radius:.82rem;background:#ffffffb3;padding:.34rem .42rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);--tw-ring-color: rgba(231, 229, 228, .9);box-shadow:0 0 0 1px var(--tw-ring-color),0 .18rem .5rem #0f172a0f}.history-toolbar-icon-btn[data-v-7d9f997d],.history-add-btn[data-v-7d9f997d]{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;height:2.1rem;border-radius:.7rem;transition:transform .16s ease,background .16s ease,opacity .16s ease}.history-toolbar-icon-btn[data-v-7d9f997d]{width:2.1rem;background:color-mix(in srgb,var(--color-primary) 10%,transparent);color:var(--color-primary)}.history-toolbar-icon-btn[data-v-7d9f997d]:hover{background:color-mix(in srgb,var(--color-primary) 18%,transparent)}.history-filter-trigger[data-v-7d9f997d]{display:flex;min-width:0;flex:1 1 auto;align-items:center;justify-content:space-between;gap:.5rem;height:2.1rem;border-radius:.7rem;background:#f5f5f4d1;padding:0 .72rem;text-align:left;font-size:.78rem;line-height:1;transition:background .16s ease}.history-filter-trigger[data-v-7d9f997d]:hover{background:#e7e5e4d1}.history-add-btn[data-v-7d9f997d]{min-width:2.1rem;gap:.22rem;background:var(--color-primary);padding:0 .62rem;font-size:.7rem;font-weight:800;color:#fff}.history-add-btn[data-v-7d9f997d]:hover{opacity:.9}.history-toolbar-icon-btn[data-v-7d9f997d]:active,.history-add-btn[data-v-7d9f997d]:active{transform:scale(.95)}.newly-added-card[data-v-7d9f997d]{--newly-added-glow: rgba(251, 191, 36, .45);animation:newly-added-glow-pulse-7d9f997d 2.5s ease-in-out infinite}@keyframes newly-added-glow-pulse-7d9f997d{0%,to{box-shadow:0 0 12px 2px var(--newly-added-glow)}50%{box-shadow:0 0 20px 6px var(--newly-added-glow)}}.fade-enter-active[data-v-7d9f997d],.fade-leave-active[data-v-7d9f997d]{transition:opacity .2s ease}.fade-enter-from[data-v-7d9f997d],.fade-leave-to[data-v-7d9f997d]{opacity:0}@keyframes fadeIn-7d9f997d{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.history-swipe-cell[data-v-7d9f997d],.history-swipe-cell[data-v-7d9f997d] .van-swipe-cell__wrapper{border-radius:inherit}.history-swipe-cell[data-v-7d9f997d] .van-swipe-cell__right{border-radius:0 1rem 1rem 0}.history-fold[data-v-7d9f997d]{display:grid;overflow:hidden;transition:grid-template-rows .24s cubic-bezier(.22,.61,.36,1),max-height .24s cubic-bezier(.22,.61,.36,1);will-change:grid-template-rows,max-height;contain:layout paint style}.history-fold__inner[data-v-7d9f997d]{min-height:0;overflow:hidden;contain:layout paint;transform:translateZ(0)}@media(prefers-reduced-motion:reduce){.history-fold[data-v-7d9f997d]{transition-duration:.01ms}}.scrollbar-hide[data-v-fac62712]{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide[data-v-fac62712]::-webkit-scrollbar{display:none}.scrollbar-hide[data-v-b336f412]{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide[data-v-b336f412]::-webkit-scrollbar{display:none}.success-confetti-modal-enter-active[data-v-9be2b9d3],.success-confetti-modal-leave-active[data-v-9be2b9d3]{transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.success-confetti-modal-enter-from[data-v-9be2b9d3],.success-confetti-modal-leave-to[data-v-9be2b9d3]{opacity:0}.success-confetti-modal-enter-active .success-confetti-content[data-v-9be2b9d3],.success-confetti-modal-leave-active .success-confetti-content[data-v-9be2b9d3]{transition:transform .35s cubic-bezier(.25,.46,.45,.94),opacity .3s ease}.success-confetti-modal-enter-from .success-confetti-content[data-v-9be2b9d3]{opacity:0;transform:scale(.92)}.success-confetti-modal-leave-to .success-confetti-content[data-v-9be2b9d3]{opacity:0;transform:scale(.96)}.ingredient-list-card[data-v-17eaa36d]{border-radius:1.5rem}.ingredient-list-panel[data-v-17eaa36d]{padding:.75rem .75rem calc(1.1rem + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#f8fafcfa,#fffffffa 42%),radial-gradient(circle at 16% 0%,rgba(20,184,166,.1),transparent 34%),radial-gradient(circle at 100% 10%,rgba(244,63,94,.07),transparent 28%)}.ingredient-list-toolbar[data-v-17eaa36d]{display:flex;flex-direction:column;gap:.6rem;padding:.7rem;border:1px solid rgba(226,232,240,.95);border-radius:1.15rem;background:#ffffffe0;box-shadow:0 12px 30px -24px #0f172a66}.ingredient-list-title[data-v-17eaa36d]{overflow:hidden;color:#0f766e;font-size:.9rem;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.ingredient-list-subtitle[data-v-17eaa36d]{margin-top:.15rem;color:#64748b;font-size:.7rem;font-weight:700;line-height:1.15}.ingredient-status-legend[data-v-17eaa36d]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.2rem;align-items:center;padding:0 .15rem .5rem}.legend-chip[data-v-17eaa36d]{display:inline-flex;min-width:0;height:1.1rem;align-items:center;justify-content:center;gap:.22rem;border:0;border-radius:0;padding:0;background:transparent;font-size:.6rem;font-weight:800;line-height:1;white-space:nowrap}.legend-chip--safe[data-v-17eaa36d]{color:#0f766e}.legend-chip--allergic[data-v-17eaa36d]{color:#be123c}.legend-chip--unknown[data-v-17eaa36d]{color:#64748b}.legend-chip--note[data-v-17eaa36d]{color:#b45309}.legend-dot[data-v-17eaa36d]{display:inline-flex;width:.72rem;height:.72rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:999px}.legend-dot--safe[data-v-17eaa36d]{background:#14b8a6;color:#fff}.legend-dot--allergic[data-v-17eaa36d]{background:#f43f5e;color:#fff}.legend-dot--unknown[data-v-17eaa36d]{background:#cbd5e1;color:#64748b}.legend-dot--note[data-v-17eaa36d]{background:#f59e0b;box-shadow:0 0 0 2px #ffffffe6}.ingredient-grid[data-v-17eaa36d]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.72rem .5rem;padding-top:.75rem}.ingredient-tile[data-v-17eaa36d]{position:relative;display:flex;min-width:0;min-height:5.7rem;touch-action:manipulation;cursor:pointer;flex-direction:column;align-items:center;justify-content:flex-start;gap:.32rem;overflow:visible;border:1px solid rgba(226,232,240,.95);border-radius:1.05rem;padding:.45rem .22rem .48rem;background:#fffffff0;box-shadow:0 10px 24px -22px #0f172a73;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.ingredient-tile[data-v-17eaa36d]:active{transform:scale(.97)}.ingredient-tile[data-v-17eaa36d]:focus-visible{outline:2px solid rgba(59,130,246,.6);outline-offset:2px}.ingredient-tile--safe[data-v-17eaa36d]{border-color:#14b8a63d;background:linear-gradient(180deg,#fffffffa,#f0fdfaf2)}.ingredient-tile--allergic[data-v-17eaa36d]{border-color:#f43f5e47;background:linear-gradient(180deg,#fffffffa,#fff1f2f2)}.ingredient-tile--note[data-v-17eaa36d]{border-color:#f59e0b47;background:linear-gradient(180deg,#fffffffa,#fffbebf0)}.ingredient-tile--unknown[data-v-17eaa36d]{border-color:#e2e8f0f2;background:linear-gradient(180deg,#fffffffa,#f8fafcfa)}.ingredient-thumb-wrap[data-v-17eaa36d]{position:relative;flex:0 0 auto}.ingredient-thumb[data-v-17eaa36d]{border-radius:.9rem;filter:drop-shadow(0 6px 10px rgba(15,23,42,.1))}.ingredient-remark-dot[data-v-17eaa36d]{pointer-events:none;position:absolute;z-index:1;top:-.18rem;left:-.18rem;width:.42rem;height:.42rem;border-radius:999px;background:#f59e0b;box-shadow:0 0 0 2px #fffffff5}.ingredient-status-badge[data-v-17eaa36d]{position:absolute;top:-.28rem;right:-.28rem;display:flex;width:1.08rem;height:1.08rem;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.96);border-radius:999px;box-shadow:0 5px 10px -7px #0f172abf;transition:transform .18s ease}.ingredient-tile:active .ingredient-status-badge[data-v-17eaa36d]{transform:scale(.9)}.ingredient-status-badge--safe[data-v-17eaa36d]{background:#14b8a6;color:#fff}.ingredient-status-badge--allergic[data-v-17eaa36d]{background:#f43f5e;color:#fff}.ingredient-status-badge--unknown[data-v-17eaa36d]{background:#e2e8f0;color:#64748b}.ingredient-name[data-v-17eaa36d]{display:-webkit-box;width:100%;min-height:2rem;overflow:hidden;color:#1f2937;font-size:.69rem;font-weight:850;line-height:1rem;text-align:center;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;word-break:keep-all}@media(min-width:640px){.ingredient-list-panel[data-v-17eaa36d]{padding:.9rem 1rem 1.2rem}.ingredient-list-toolbar[data-v-17eaa36d]{flex-direction:row;align-items:center;justify-content:space-between}.ingredient-status-legend[data-v-17eaa36d]{width:min(23rem,100%);margin-right:auto;margin-left:auto}.ingredient-grid[data-v-17eaa36d]{gap:1rem .9rem}.ingredient-tile[data-v-17eaa36d]{min-height:6.25rem;padding:.55rem .35rem .6rem;border-radius:1.2rem}.ingredient-name[data-v-17eaa36d]{font-size:.75rem;line-height:1.1rem}}@media(max-width:370px){.ingredient-list-panel[data-v-17eaa36d]{padding-right:.6rem;padding-left:.6rem}.ingredient-list-toolbar[data-v-17eaa36d]{padding:.62rem}.ingredient-grid[data-v-17eaa36d]{gap:.65rem .38rem}.legend-chip[data-v-17eaa36d]{gap:.14rem;font-size:.56rem}.ingredient-tile[data-v-17eaa36d]{min-height:5.55rem;padding-right:.15rem;padding-left:.15rem}.ingredient-name[data-v-17eaa36d]{font-size:.66rem}}.ingredient-list-card[data-v-17eaa36d]{border-radius:1.35rem}.ingredient-list-panel[data-v-17eaa36d]{padding:.62rem .62rem calc(.75rem + env(safe-area-inset-bottom,0px));background:#fff}.ingredient-grid[data-v-17eaa36d]{grid-template-columns:repeat(5,minmax(0,1fr));gap:.68rem .32rem;padding-top:0}.ingredient-tile[data-v-17eaa36d]{min-height:4.35rem;gap:.18rem;border:0;border-radius:.8rem;padding:.18rem .08rem .12rem;background:transparent;box-shadow:none}.ingredient-tile[data-v-17eaa36d]:active{background:#0f172a0a}.ingredient-thumb[data-v-17eaa36d]{border-radius:.75rem;filter:drop-shadow(0 4px 7px rgba(15,23,42,.08))}.ingredient-status-badge[data-v-17eaa36d]{top:-.18rem;right:-.18rem;width:.96rem;height:.96rem;border-width:1px;box-shadow:0 3px 8px -6px #0f172acc}.ingredient-remark-dot[data-v-17eaa36d]{top:-.08rem;left:-.08rem;width:.36rem;height:.36rem}.ingredient-name[data-v-17eaa36d]{min-height:1.55rem;color:#1f2937;font-size:.66rem;font-weight:800;line-height:.82rem;word-break:break-all}@media(min-width:640px){.ingredient-list-panel[data-v-17eaa36d]{padding:.75rem .9rem .9rem}.ingredient-grid[data-v-17eaa36d]{grid-template-columns:repeat(6,minmax(0,1fr));gap:.8rem .55rem}.ingredient-tile[data-v-17eaa36d]{min-height:4.75rem}.ingredient-name[data-v-17eaa36d]{font-size:.72rem;line-height:.92rem}}.ingredient-form[data-v-17eaa36d] .card-header{padding:.75rem .5rem .5rem}.ingredient-form[data-v-17eaa36d] .card-body{padding:.25rem .5rem 1rem}@media(min-width:640px){.ingredient-form[data-v-17eaa36d] .card-header{padding:1rem}.ingredient-form[data-v-17eaa36d] .card-body{padding:.25rem 1rem 1rem}}.scrollbar-hide[data-v-5fc7c725]{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide[data-v-5fc7c725]::-webkit-scrollbar{display:none}.custom-scrollbar[data-v-5fc7c725]::-webkit-scrollbar{width:4px}.custom-scrollbar[data-v-5fc7c725]::-webkit-scrollbar-thumb{background:#e7e5e4;border-radius:10px}.rci-sort-ghost[data-v-5fc7c725]{opacity:.45}.rci-sort-chosen[data-v-5fc7c725]{opacity:.95;transform:scale(1.04)}.rci-sort-dragging[data-v-5fc7c725]{opacity:.95;transform:scale(1.06);box-shadow:0 12px 24px -6px #00000059;z-index:50}.safe-area-pb[data-v-5fc7c725]{padding-bottom:max(.75rem,env(safe-area-inset-bottom))}.recipe-list-page[data-v-d9e6b3a3]{padding-bottom:.5rem}.recipe-grid-card[data-v-d9e6b3a3]{border-radius:1.35rem}.recipe-grid-panel[data-v-d9e6b3a3]{padding:.62rem .62rem calc(.75rem + env(safe-area-inset-bottom,0px));background:#fff}.recipe-grid[data-v-d9e6b3a3]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.78rem .42rem;min-height:0;max-height:calc(100vh - 11rem);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto}.recipe-tile[data-v-d9e6b3a3]{display:flex;min-width:0;min-height:5.25rem;touch-action:manipulation;cursor:pointer;flex-direction:column;align-items:center;gap:.25rem;border:0;border-radius:.8rem;padding:.12rem .06rem;background:transparent;color:inherit;font:inherit;-webkit-tap-highlight-color:transparent;transition:background-color .16s ease,transform .16s ease}.recipe-tile[data-v-d9e6b3a3]:active{background:#0f172a0a;transform:scale(.98)}.recipe-tile[data-v-d9e6b3a3]:focus-visible{outline:2px solid rgba(59,130,246,.6);outline-offset:2px}.recipe-thumb[data-v-d9e6b3a3]{position:relative;width:3.55rem;height:3.55rem;flex:0 0 auto;overflow:hidden;border-radius:.9rem;background:#f8fafc;box-shadow:0 5px 12px -9px #0f172a73}.recipe-thumb-image[data-v-d9e6b3a3]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .18s ease}.recipe-tile:active .recipe-thumb-image[data-v-d9e6b3a3]{transform:scale(1.03)}.recipe-thumb--warning[data-v-d9e6b3a3]{box-shadow:0 0 0 1px #f43f5eb8,0 5px 12px -9px #0f172a73}.recipe-thumb--add[data-v-d9e6b3a3]{display:flex;align-items:center;justify-content:center;border:1px dashed rgba(245,158,11,.72);background:#fffbeb;color:#d97706}.recipe-name[data-v-d9e6b3a3]{display:-webkit-box;width:100%;min-height:1.64rem;overflow:hidden;color:#1f2937;font-size:.65rem;font-weight:800;line-height:.82rem;text-align:center;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;word-break:break-all}.recipe-name--add[data-v-d9e6b3a3]{color:#d97706}.recipe-custom-dot[data-v-d9e6b3a3]{position:absolute;right:.18rem;bottom:.18rem;width:.42rem;height:.42rem;border:1px solid rgba(255,255,255,.95);border-radius:999px;background:#f59e0b}.recipe-allergy-badge[data-v-d9e6b3a3]{position:absolute;z-index:1;display:inline-flex;width:.98rem;height:.98rem;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.96);border-radius:999px;color:#fff;font-size:.56rem;font-weight:900;line-height:1;box-shadow:0 4px 8px -7px #0f172ad9;right:-.12rem;top:-.12rem;background:#f43f5e}.recipe-grid-sentinel[data-v-d9e6b3a3]{grid-column:1 / -1;height:2rem;width:100%;pointer-events:none}.recipe-grid-loading[data-v-d9e6b3a3]{grid-column:1 / -1;padding:.75rem 0;color:#64748b;font-size:.75rem;text-align:center}@media(min-width:640px){.recipe-grid-panel[data-v-d9e6b3a3]{padding:.75rem .9rem .9rem}.recipe-grid[data-v-d9e6b3a3]{grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem .6rem}.recipe-tile[data-v-d9e6b3a3]{min-height:5.75rem}.recipe-thumb[data-v-d9e6b3a3]{width:4rem;height:4rem}.recipe-name[data-v-d9e6b3a3]{font-size:.72rem;line-height:.92rem}}.ingredient-picker-root[data-v-d9e6b3a3]{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.ingredient-picker-card[data-v-d9e6b3a3]{margin:0;padding:0;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;outline:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.ingredient-picker-card[data-v-d9e6b3a3]:focus-visible{outline:2px solid rgb(245 158 11);outline-offset:2px}.ingredient-picker-card__check[data-v-d9e6b3a3]{pointer-events:none}[data-v-d9e6b3a3] .step-title-highlight{display:inline-flex;align-items:center;padding:.125rem .375rem;margin-right:.375rem;border-radius:.375rem;background-color:#f59e0b26;color:#d97706;font-weight:900;font-size:.85em}.recipe-folders-section[data-v-d9e6b3a3]{margin-top:-.25rem;overflow:visible}.recipe-folder-btn[data-v-d9e6b3a3]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;padding:0;min-width:4rem;width:4rem;border:none;background:transparent;transition:all .2s ease}@media(min-width:640px){.recipe-folder-btn[data-v-d9e6b3a3]{min-width:5rem;width:5rem}}.folder-action-enter-active[data-v-d9e6b3a3],.folder-action-leave-active[data-v-d9e6b3a3]{transition:opacity .2s ease}.folder-action-enter-from[data-v-d9e6b3a3],.folder-action-leave-to[data-v-d9e6b3a3]{opacity:0}.folder-action-enter-active .recipe-folder-actions[data-v-d9e6b3a3],.folder-action-leave-active .recipe-folder-actions[data-v-d9e6b3a3]{transition:transform .25s ease}.folder-action-enter-from .recipe-folder-actions[data-v-d9e6b3a3],.folder-action-leave-to .recipe-folder-actions[data-v-d9e6b3a3]{transform:translateY(100%)}.custom-scrollbar[data-v-d9e6b3a3]::-webkit-scrollbar{width:4px;height:4px}.custom-scrollbar[data-v-d9e6b3a3]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-d9e6b3a3]::-webkit-scrollbar-thumb{background:var(--color-neutral-200);border-radius:10px}.scrollbar-hide[data-v-d9e6b3a3]{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide[data-v-d9e6b3a3]::-webkit-scrollbar{display:none}.touch-none[data-v-d9e6b3a3]{touch-action:none}.select-none[data-v-d9e6b3a3]{-moz-user-select:none;user-select:none;-webkit-user-select:none}.pointer-events-none[data-v-d9e6b3a3]{pointer-events:none}@keyframes folder-wobble-d9e6b3a3{0%{transform:rotate(0)}25%{transform:rotate(2.2deg)}50%{transform:rotate(-2.2deg)}75%{transform:rotate(1.4deg)}to{transform:rotate(0)}}.recipe-folder-wobble[data-v-d9e6b3a3]{animation:folder-wobble-d9e6b3a3 .32s ease-in-out infinite;-webkit-animation:folder-wobble-d9e6b3a3 .32s ease-in-out infinite;transform-origin:center center;will-change:transform;backface-visibility:hidden}.recipe-step-image-restricted-blur[data-v-d9e6b3a3]{filter:blur(13px) saturate(.9) brightness(1.04);transform:scale(1.045);transform-origin:center;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 12%,rgba(0,0,0,.14) 22%,rgba(0,0,0,.38) 34%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.92) 62%,#000 78%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,transparent 12%,rgba(0,0,0,.14) 22%,rgba(0,0,0,.38) 34%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.92) 62%,#000 78%,#000 100%)}.fade-scale-enter-active[data-v-3fc3d317],.fade-scale-leave-active[data-v-3fc3d317]{transition:all .2s cubic-bezier(.34,1.56,.64,1)}.fade-scale-enter-from[data-v-3fc3d317],.fade-scale-leave-to[data-v-3fc3d317]{opacity:0;transform:scale(.9) translateY(-10px)}.recipe-step-image-restricted-blur[data-v-e2d57d57]{filter:blur(13px);transform:scale(1.04);transform-origin:center;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 12%,rgba(0,0,0,.14) 22%,rgba(0,0,0,.38) 34%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.92) 62%,#000 78%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,transparent 12%,rgba(0,0,0,.14) 22%,rgba(0,0,0,.38) 34%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.92) 62%,#000 78%,#000 100%)}.one-picture-page[data-v-6a9b254d]{min-height:100%;padding:.75rem .75rem calc(var(--app-bottom-nav-height, 4.5rem) + 1.25rem);background:#fff}.one-picture-waterfall[data-v-6a9b254d]{-moz-columns:2;columns:2;-moz-column-gap:.72rem;column-gap:.72rem}.one-picture-card[data-v-6a9b254d]{-moz-column-break-inside:avoid;break-inside:avoid;overflow:hidden;margin:0 0 .72rem;border:1px solid rgba(231,226,210,.88);border-radius:1rem;background:#fffffff5;box-shadow:0 .55rem 1.45rem #32394b12}.one-picture-image-button[data-v-6a9b254d]{position:relative;display:block;width:100%;border:0;background:#f2f1ec;padding:0}.one-picture-image[data-v-6a9b254d]{display:block;width:100%;height:auto;min-height:7rem;-o-object-fit:cover;object-fit:cover}.one-picture-image-restricted-blur[data-v-6a9b254d]{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;filter:blur(13px) saturate(.9) brightness(1.04);transform:scale(1.045);transform-origin:center;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 12%,rgba(0,0,0,.14) 22%,rgba(0,0,0,.38) 34%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.92) 62%,#000 78%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,transparent 12%,rgba(0,0,0,.14) 22%,rgba(0,0,0,.38) 34%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.92) 62%,#000 78%,#000 100%)}.one-picture-card-footer[data-v-6a9b254d]{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.35rem;padding:.62rem .65rem .68rem}.one-picture-card-footer h2[data-v-6a9b254d]{display:-webkit-box;overflow:hidden;margin:0;color:#273044;font-size:.76rem;font-weight:850;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.one-picture-collect[data-v-6a9b254d]{display:grid;width:1.45rem;height:1.45rem;place-items:center;border:0;background:transparent;color:#c1c6d0;font-size:1.15rem;line-height:1;transition:color .16s ease,transform .16s ease}.one-picture-collect.is-collected[data-v-6a9b254d]{color:#ef445d;transform:scale(1.08)}.one-picture-collect[data-v-6a9b254d]:disabled{opacity:.55}.one-picture-state[data-v-6a9b254d]{display:grid;min-height:14rem;place-items:center;color:#8b93a5;font-size:.82rem;text-align:center}.one-picture-state--error button[data-v-6a9b254d]{margin-top:.6rem;border:0;border-radius:999px;background:#26334d;padding:.48rem .9rem;color:#fff;font-size:.72rem;font-weight:800}.one-picture-more[data-v-6a9b254d]{min-height:2.5rem;padding-top:.6rem;color:#a2a8b5;font-size:.68rem;text-align:center}@media(min-width:640px){.one-picture-page[data-v-6a9b254d]{max-width:52rem;margin:0 auto;padding-inline:1rem}.one-picture-waterfall[data-v-6a9b254d]{-moz-columns:3;columns:3}}.settings-theme-layout[data-v-0e3ba1ff]{position:relative;min-height:max(100%,var(--app-viewport-height, 100dvh));isolation:isolate;background:var(--page-theme-base, #f2f9fb)}.settings-theme-layout--membership[data-v-0e3ba1ff]{background:#fff}.settings-theme-layout--membership>.settings-theme-content[data-v-0e3ba1ff]{margin-top:0!important;padding-top:.75rem;background:#fff}.settings-theme-layout>.page-theme-background[data-v-0e3ba1ff]{z-index:0;margin:0!important}.settings-theme-layout>.settings-child-header[data-v-0e3ba1ff],.settings-theme-layout>.settings-theme-content[data-v-0e3ba1ff]{position:relative;z-index:1}.settings-theme-layout[data-v-0e3ba1ff] .profile-slice-page,.settings-theme-layout[data-v-0e3ba1ff] .profile-slice-child-page,.settings-theme-layout[data-v-0e3ba1ff] .baby-detail-slice-page{--baby-detail-page: color-mix(in srgb, var(--page-theme-base, #f2f9fb) 76%, white);background:transparent!important}.settings-theme-layout[data-v-0e3ba1ff] .baby-detail-slice-scenery{display:none}.settings-theme-layout[data-v-0e3ba1ff] .baby-detail-slice-hero{background:transparent}.settings-theme-layout[data-v-0e3ba1ff] .baby-detail-slice-hero:before{display:none}.settings-theme-layout[data-v-0e3ba1ff] .ai-assistant-panel--slice{background:transparent}.settings-theme-layout[data-v-0e3ba1ff] .ai-slice-scenery{display:none}.settings-theme-layout[data-v-0e3ba1ff] .profile-slice-child-page--settings:before{background:radial-gradient(circle at 50% 0,rgba(255,255,255,.9),rgba(255,255,255,.67) 12rem,transparent 28rem),linear-gradient(180deg,#ffffffc7,color-mix(in srgb,var(--page-theme-base, #f2f9fb) 82%,white))}.settings-child-wide[data-v-0e3ba1ff]{margin-left:-.25rem;margin-right:-.25rem}.settings-child-header[data-v-0e3ba1ff]{position:relative;margin-left:-.25rem;margin-right:-.25rem;min-height:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + 3.85rem);overflow:hidden;border:1px solid rgba(236,241,248,.92);border-radius:0 0 1.45rem 1.45rem;background:#ffffff9e;padding:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + .62rem) .75rem .72rem;box-shadow:0 14px 28px -24px #1828646b}.settings-child-header>button[data-v-0e3ba1ff],.settings-child-header>h1[data-v-0e3ba1ff],.settings-child-header>div[data-v-0e3ba1ff]{position:relative;z-index:2}.settings-child-header button[data-v-0e3ba1ff]{width:2.12rem;height:2.12rem;border-radius:.78rem;background:#ffffffc2;color:#3159d8;box-shadow:0 8px 18px -14px #18286466,inset 0 0 0 1px #ffffffdb}.settings-child-header h1[data-v-0e3ba1ff]{color:#172033;font-size:1rem;font-weight:900;letter-spacing:0}.settings-child-header--membership[data-v-0e3ba1ff]{justify-content:center;border:0;border-radius:0;background:#fff;box-shadow:none}.settings-child-header--membership button[data-v-0e3ba1ff]{position:absolute;left:.75rem;border-radius:50%;color:#20191b;background:transparent;box-shadow:none}.settings-child-header--membership button[data-v-0e3ba1ff]:hover{background:#f7f3f3}.settings-child-header--membership h1[data-v-0e3ba1ff]{flex:none;color:#1d1719;font-size:1.08rem;text-align:center}.settings-child-wide[data-v-0e3ba1ff] .card{border-radius:1.65rem}.settings-child-wide[data-v-0e3ba1ff] .card-header{padding-left:1rem;padding-right:1rem;padding-top:1.35rem}.settings-child-wide[data-v-0e3ba1ff] .card-body{padding-left:1rem;padding-right:1rem;padding-bottom:1.25rem}@media(max-width:480px){.settings-child-wide[data-v-0e3ba1ff],.settings-child-header[data-v-0e3ba1ff]{margin-left:-.75rem;margin-right:-.75rem}.settings-child-wide[data-v-0e3ba1ff] .card-header,.settings-child-wide[data-v-0e3ba1ff] .card-body{padding-left:.75rem;padding-right:.75rem}}@media(max-width:380px){.settings-child-wide[data-v-0e3ba1ff],.settings-child-header[data-v-0e3ba1ff]{margin-left:-.875rem;margin-right:-.875rem}}.favorite-long-press-layer[data-v-788054e0]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:270;background:transparent;pointer-events:none}.favorite-long-press-popover[data-v-788054e0]{position:fixed;top:clamp(2.25rem,var(--favorite-action-y, 50vh),calc(100vh - 2.25rem));left:clamp(2.75rem,var(--favorite-action-x, 50vw),calc(100vw - 2.75rem));display:grid;justify-items:center;gap:.3rem;transform:translate(-50%,-50%);pointer-events:auto}.favorite-long-press-popover button[data-v-788054e0]{display:inline-flex;min-width:3.5rem;height:1.75rem;align-items:center;justify-content:center;gap:.28rem;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:#1e293bd1;color:#fff;padding:0 .62rem;font-size:.7rem;font-weight:750;line-height:1;white-space:nowrap;box-shadow:0 .2rem .65rem #0f172a33}.favorite-long-press-popover button[data-v-788054e0]:disabled{opacity:.68}.favorite-long-press-popover p[data-v-788054e0]{max-width:min(11rem,calc(100vw - 2rem));margin:0;border-radius:999px;background:#fffffff0;color:#dc2626;padding:.22rem .5rem;font-size:.64rem;font-weight:700;line-height:1.2;text-align:center;white-space:nowrap;box-shadow:0 .2rem .65rem #0f172a1f}.favorite-long-press-spinner[data-v-788054e0]{width:.72rem;height:.72rem;border:1.5px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:50%;animation:favorite-action-spin-788054e0 .8s linear infinite}@keyframes favorite-action-spin-788054e0{to{transform:rotate(360deg)}}.profile-pet-picker-backdrop[data-v-8439a924]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:flex-end;justify-content:center;padding:0 max(.55rem,env(safe-area-inset-right)) 0 max(.55rem,env(safe-area-inset-left));background:#23375357;-webkit-backdrop-filter:blur(2.5px) saturate(.92);backdrop-filter:blur(2.5px) saturate(.92);-webkit-tap-highlight-color:transparent}.profile-pet-picker-sheet[data-v-8439a924]{position:relative;width:min(100%,430px);max-height:min(88dvh,36rem);overflow:auto;border:1px solid rgba(191,215,239,.88);border-bottom:0;border-radius:2rem 2rem 0 0;background:radial-gradient(circle at 50% 0,rgba(218,240,255,.62),transparent 13rem),#fbfdfffa;padding:1.45rem 1.2rem calc(1rem + env(safe-area-inset-bottom,0px));box-shadow:0 -1.2rem 3.4rem -1.6rem #154f847a,inset 0 1px #fff}.profile-pet-picker-handle[data-v-8439a924]{position:absolute;top:.55rem;left:50%;width:2.7rem;height:.25rem;border-radius:999px;background:#c7d8e8;transform:translate(-50%)}.profile-pet-picker-close[data-v-8439a924]{position:absolute;z-index:2;top:1rem;right:1rem;display:grid;width:2.15rem;height:2.15rem;place-items:center;border:1px solid rgba(171,200,226,.54);border-radius:50%;color:#65809f;background:#ebf5fdeb;box-shadow:inset 0 1px #ffffffeb}.profile-pet-picker-close svg[data-v-8439a924]{width:1.05rem;height:1.05rem}.profile-pet-picker-heading[data-v-8439a924]{padding:0 2.4rem .95rem;text-align:center}.profile-pet-picker-heading h2[data-v-8439a924]{margin:0;color:#17243b;font-size:1.05rem;font-weight:900;letter-spacing:.01em;line-height:1.25}.profile-pet-picker-heading p[data-v-8439a924]{margin:.28rem 0 0;color:#74869d;font-size:.72rem;font-weight:650}.profile-pet-picker-grid[data-v-8439a924]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.48rem .72rem}.profile-pet-picker-option[data-v-8439a924]{display:grid;min-width:0;place-items:center;gap:.22rem;border:0;color:#253551;background:transparent;padding:.15rem .05rem;font-family:inherit;font-size:.72rem;font-weight:780;line-height:1.1;transition:transform .18s ease,color .18s ease}.profile-pet-picker-option[data-v-8439a924]:active{transform:scale(.96)}.profile-pet-picker-art-shell[data-v-8439a924]{position:relative;display:grid;width:clamp(3.6rem,17.2vw,4.55rem);aspect-ratio:1;place-items:center;border:1px solid rgba(191,211,230,.58);border-radius:50%;background:radial-gradient(circle at 40% 30%,#fff 0,#fff 24%,#f1f8fdf5 65%,#dceaf6e6);box-shadow:0 .45rem .9rem -.7rem #2d5b8870,inset 0 1px #fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.profile-pet-picker-art-shell img[data-v-8439a924]{width:88%;height:88%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-pet-picker-option.is-selected[data-v-8439a924]{color:#286edb}.profile-pet-picker-option.is-selected .profile-pet-picker-art-shell[data-v-8439a924]{border:2px solid #5aa7ff;box-shadow:0 0 0 .25rem #6db1ff24,0 .8rem 1.4rem -.8rem #226fda8c,inset 0 1px #fff;transform:translateY(-.08rem)}.profile-pet-picker-check[data-v-8439a924]{position:absolute;top:-.18rem;right:-.12rem;display:grid;width:1.25rem;height:1.25rem;place-items:center;border:2px solid #fff;border-radius:50%;color:#fff;background:linear-gradient(145deg,#67b6ff,#367deb);box-shadow:0 .3rem .7rem -.35rem #1f67cfc2}.profile-pet-picker-check svg[data-v-8439a924]{width:.82rem;height:.82rem}.profile-pet-picker-apply[data-v-8439a924]{width:100%;min-height:3rem;margin-top:.85rem;border:0;border-radius:999px;color:#fff;background:linear-gradient(105deg,#3a7ef0,#57a8ff);box-shadow:0 .85rem 1.5rem -.9rem #1f69dbbd,inset 0 1px #ffffff4d;font-family:inherit;font-size:.92rem;font-weight:850;letter-spacing:.01em}.profile-pet-picker-enter-active[data-v-8439a924],.profile-pet-picker-leave-active[data-v-8439a924]{transition:background-color .22s ease,backdrop-filter .22s ease}.profile-pet-picker-enter-active .profile-pet-picker-sheet[data-v-8439a924],.profile-pet-picker-leave-active .profile-pet-picker-sheet[data-v-8439a924]{transition:transform .26s cubic-bezier(.22,.78,.22,1),opacity .22s ease}.profile-pet-picker-enter-from[data-v-8439a924],.profile-pet-picker-leave-to[data-v-8439a924]{background:#23375300;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.profile-pet-picker-enter-from .profile-pet-picker-sheet[data-v-8439a924],.profile-pet-picker-leave-to .profile-pet-picker-sheet[data-v-8439a924]{opacity:0;transform:translateY(2.5rem)}@media(max-height:720px){.profile-pet-picker-sheet[data-v-8439a924]{padding-top:1.25rem}.profile-pet-picker-grid[data-v-8439a924]{row-gap:.3rem}.profile-pet-picker-art-shell[data-v-8439a924]{width:3.45rem}}@media(prefers-reduced-motion:reduce){.profile-pet-picker-backdrop[data-v-8439a924],.profile-pet-picker-sheet[data-v-8439a924],.profile-pet-picker-option[data-v-8439a924],.profile-pet-picker-art-shell[data-v-8439a924]{transition:none!important}}.profile-support-wechat-backdrop[data-v-a06780b7]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;background:#2036525c;padding:max(1rem,env(safe-area-inset-top)) max(1.1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1.1rem,env(safe-area-inset-left));-webkit-backdrop-filter:blur(3px) saturate(.92);backdrop-filter:blur(3px) saturate(.92);-webkit-tap-highlight-color:transparent}.profile-support-wechat-dialog[data-v-a06780b7]{position:relative;width:min(100%,17rem);overflow:hidden;border:1px solid rgba(190,216,238,.9);border-radius:1.3rem;background:radial-gradient(circle at 50% 0,rgba(213,240,255,.72),transparent 10rem),#fdfefffa;padding:1.05rem .9rem .82rem;box-shadow:0 1.8rem 4rem -1.5rem #17456f94,inset 0 1px #fff;text-align:center}.profile-support-wechat-close[data-v-a06780b7]{position:absolute;top:.58rem;right:.58rem;display:grid;width:1.55rem;height:1.55rem;place-items:center;border:1px solid rgba(171,200,226,.56);border-radius:50%;color:#68809b;background:#eef7fdeb}.profile-support-wechat-close svg[data-v-a06780b7]{width:.72rem;height:.72rem}.profile-support-wechat-icon[data-v-a06780b7]{display:grid;width:2.65rem;height:2.65rem;margin:0 auto;place-items:center;border:1px solid rgba(106,213,153,.32);border-radius:.9rem;color:#25bd68;background:linear-gradient(145deg,#ecfff4,#dff9eb);box-shadow:0 .8rem 1.35rem -.9rem #23ae6094,inset 0 1px #fff}.profile-support-wechat-icon svg[data-v-a06780b7]{width:1.8rem;height:1.8rem}.profile-support-wechat-heading[data-v-a06780b7]{margin-top:.5rem}.profile-support-wechat-heading h2[data-v-a06780b7]{margin:0;color:#17243a;font-size:.84rem;font-weight:880;line-height:1.3;letter-spacing:.01em}.profile-support-wechat-heading p[data-v-a06780b7]{margin:.22rem 0 0;color:#74869c;font-size:.58rem;font-weight:630}.profile-support-wechat-account[data-v-a06780b7]{display:flex;min-height:3.05rem;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.78rem;border:1px solid rgba(177,211,237,.72);border-radius:.88rem;background:#eff8ffe0;padding:.4rem .4rem .4rem .68rem;text-align:left;box-shadow:inset 0 1px #fff}.profile-support-wechat-account>span[data-v-a06780b7]{display:grid;min-width:0;gap:.18rem}.profile-support-wechat-account small[data-v-a06780b7]{color:#7c8da2;font-size:.52rem;font-weight:690}.profile-support-wechat-account strong[data-v-a06780b7]{overflow:hidden;color:#1c3655;font-size:.76rem;font-weight:850;letter-spacing:.035em;text-overflow:ellipsis;white-space:nowrap}.profile-support-wechat-copy[data-v-a06780b7]{display:grid;min-width:2.7rem;min-height:2.22rem;place-items:center;gap:.08rem;border:0;border-radius:.72rem;color:#fff;background:linear-gradient(145deg,#50a5ff,#397fea);padding:.24rem .38rem;box-shadow:0 .65rem 1rem -.65rem #2669d3b8,inset 0 1px #ffffff4d;font-family:inherit}.profile-support-wechat-copy.is-copied[data-v-a06780b7]{background:linear-gradient(145deg,#3bcf82,#21ad66)}.profile-support-wechat-copy svg[data-v-a06780b7]{width:.78rem;height:.78rem}.profile-support-wechat-copy span[data-v-a06780b7]{font-size:.5rem;font-weight:810}.profile-support-wechat-tip[data-v-a06780b7]{margin:.52rem 0 0;color:#8b99aa;font-size:.52rem;font-weight:610;line-height:1.4}.profile-support-wechat-enter-active[data-v-a06780b7],.profile-support-wechat-leave-active[data-v-a06780b7]{transition:opacity .2s ease}.profile-support-wechat-enter-active .profile-support-wechat-dialog[data-v-a06780b7],.profile-support-wechat-leave-active .profile-support-wechat-dialog[data-v-a06780b7]{transition:opacity .2s ease,transform .24s cubic-bezier(.22,1,.36,1)}.profile-support-wechat-enter-from[data-v-a06780b7],.profile-support-wechat-leave-to[data-v-a06780b7]{opacity:0}.profile-support-wechat-enter-from .profile-support-wechat-dialog[data-v-a06780b7],.profile-support-wechat-leave-to .profile-support-wechat-dialog[data-v-a06780b7]{opacity:0;transform:translateY(.9rem) scale(.96)}@media(prefers-reduced-motion:reduce){.profile-support-wechat-backdrop[data-v-a06780b7],.profile-support-wechat-dialog[data-v-a06780b7]{transition:none}}.profile-slice-page[data-v-5484967a]{min-height:100%;--profile-slice-w: min(100vw, 430px);--profile-slice-u: min(1vw, 4.3px);background:radial-gradient(circle at 70% 5%,rgba(89,194,255,.46),transparent 24rem),linear-gradient(180deg,#9ee3ff 0,#dff7ff 12.5rem,#f7fcff 25rem),#f8fcff;color:#15213a;overflow:hidden}.profile-slice-hero[data-v-5484967a]{position:relative;z-index:3;margin:0 auto;width:var(--profile-slice-w);min-height:calc(var(--profile-slice-u) * 24);padding:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-u) * 9.6) calc(var(--profile-slice-u) * 4.6) 0}.profile-slice-header[data-v-5484967a]{position:relative;z-index:1;display:grid;grid-template-columns:calc(var(--profile-slice-u) * 22.2) minmax(0,1fr);-moz-column-gap:calc(var(--profile-slice-u) * 2.45);column-gap:calc(var(--profile-slice-u) * 2.45);align-items:start}.profile-slice-avatar-link[data-v-5484967a]{position:relative;display:block;width:calc(var(--profile-slice-u) * 22.2);height:calc(var(--profile-slice-u) * 22.2);color:inherit}.profile-slice-avatar[data-v-5484967a]{display:grid;width:100%;height:100%;place-items:center;overflow:hidden;border:calc(var(--profile-slice-u) * 1) solid rgba(255,255,255,.98);border-radius:50%;background:#fff;color:#7ca8db;box-shadow:0 18px 30px -18px #1d588c7a}.profile-slice-avatar img[data-v-5484967a]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-slice-avatar-initial[data-v-5484967a]{display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(145deg,#eaf7ff,#dcecff);color:#3975b8;font-size:clamp(1.45rem,7vw,2rem);font-weight:900;line-height:1}.profile-slice-camera[data-v-5484967a]{position:absolute;right:calc(var(--profile-slice-u) * -1.1);bottom:0;display:grid;width:calc(var(--profile-slice-u) * 8.45);height:calc(var(--profile-slice-u) * 8.45);place-items:center;border-radius:50%;background:transparent;z-index:2}.profile-slice-camera img[data-v-5484967a]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.profile-slice-user-copy[data-v-5484967a]{min-width:0;padding-top:calc(var(--profile-slice-u) * 4.15)}.profile-slice-name-row[data-v-5484967a]{display:flex;min-width:0;align-items:center;gap:.45rem}.profile-slice-name-row h1[data-v-5484967a]{min-width:0;overflow:hidden;color:#10172a;font-size:clamp(1.32rem,5.6vw,1.62rem);font-weight:950;letter-spacing:0;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.profile-slice-user-uid[data-v-5484967a]{display:inline-flex;width:-moz-max-content;width:max-content;max-width:100%;align-items:center;gap:.14rem;margin-top:.38rem;border:0;background:transparent;padding:0;overflow:hidden;color:#78859a;font:inherit;font-size:.61rem;font-weight:720;line-height:1.15;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent}.profile-slice-user-uid>span[data-v-5484967a]{min-width:0;overflow:hidden;text-overflow:ellipsis}.profile-slice-user-uid svg[data-v-5484967a]{width:.76rem;height:.76rem;flex:0 0 auto;color:#6f7d92}.profile-slice-user-uid[data-v-5484967a]:active:not(:disabled){color:#4f72a7}.profile-slice-user-uid[data-v-5484967a]:disabled{cursor:default;opacity:.72}.profile-slice-membership-expiry[data-v-5484967a]{width:-moz-max-content;width:max-content;max-width:100%;margin:.28rem 0 0;overflow:hidden;color:#6f7d92;font-size:.61rem;font-weight:720;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.profile-slice-membership-slot[data-v-5484967a]{min-height:calc(var(--profile-slice-u) * 8.2);margin-top:calc(var(--profile-slice-u) * .25)}.profile-slice-membership-badge[data-v-5484967a]{position:absolute;z-index:1;top:calc(100% - var(--profile-slice-u) * .35);left:50%;display:block;width:auto;height:calc(var(--profile-slice-u) * 7.1);-o-object-fit:contain;object-fit:contain;pointer-events:none;transform:translate(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-slice-top-actions[data-v-5484967a]{position:absolute;top:calc(var(--profile-slice-u) * 1);right:calc(var(--profile-slice-u) * 3);display:block}.profile-slice-top-action[data-v-5484967a]{min-width:calc(var(--profile-slice-u) * 12.5);min-height:calc(var(--profile-slice-u) * 8.2);display:grid;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:#ffffffa8;padding:0 calc(var(--profile-slice-u) * 2.2);color:#10243d;font-size:.48rem;font-weight:850;line-height:1;text-decoration:none}.profile-slice-top-action--settings[data-v-5484967a]{transform:none}.profile-slice-settings-text[data-v-5484967a]{color:#376f9e;font-size:.58rem;font-weight:900;letter-spacing:0;line-height:1;filter:none}.profile-slice-content[data-v-5484967a]{position:relative;z-index:1;display:flex;width:var(--profile-slice-w);flex-direction:column;gap:calc(var(--profile-slice-u) * 2.35);margin:calc(var(--profile-slice-u) * -4.1) auto 0;padding:0 calc(var(--profile-slice-u) * 3.4) calc(var(--app-main-scroll-pad-bottom, 7rem) + .8rem)}.profile-slice-board[data-v-5484967a],.profile-slice-quick-bar[data-v-5484967a],.profile-slice-records-card[data-v-5484967a],.profile-slice-pet-card[data-v-5484967a],.profile-slice-service-card[data-v-5484967a]{border:1px solid rgba(225,238,250,.88);background:#ffffffeb;box-shadow:0 18px 34px -28px #3461966b}.profile-slice-card-head h2[data-v-5484967a],.profile-slice-service-card h2[data-v-5484967a],.profile-slice-benefit-row h2[data-v-5484967a]{margin:0;color:#142036;font-size:.98rem;font-weight:950;line-height:1.1}.profile-slice-benefit-row p[data-v-5484967a],.profile-slice-service-card p[data-v-5484967a]{margin:.28rem 0 0;color:#6b7485;font-size:.7rem;font-weight:700;line-height:1.3}.profile-slice-quick-bar[data-v-5484967a]{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;justify-items:stretch;aspect-ratio:796 / 151;overflow:hidden;border:1px solid rgba(218,235,248,.88);border-radius:calc(var(--profile-slice-u) * 4.6);background:#fffffff0;padding:calc(var(--profile-slice-u) * 1.2) calc(var(--profile-slice-u) * 2.8);box-shadow:0 18px 34px -28px #3461966b}.profile-slice-block-img[data-v-5484967a]{display:block;width:100%;height:100%;-o-object-fit:fill;object-fit:fill;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-slice-quick-action[data-v-5484967a]{display:grid;grid-template-rows:auto auto;min-width:0;width:100%;height:100%;place-items:center;align-content:center;justify-self:stretch;gap:calc(var(--profile-slice-u) * .55);color:#182136;font-size:clamp(.63rem,2.75vw,.74rem);font-weight:760;line-height:1;text-align:center;text-decoration:none;white-space:nowrap}.profile-slice-quick-action>span[data-v-5484967a]{display:block;width:100%;justify-self:center;text-align:center}.profile-slice-quick-icon[data-v-5484967a]{display:block;width:calc(var(--profile-slice-u) * 10.6);height:calc(var(--profile-slice-u) * 10.6);flex:0 0 auto;border-radius:50%;justify-self:center;margin:0 auto;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-slice-main-grid[data-v-5484967a]{display:grid;grid-template-columns:minmax(0,446fr) minmax(0,329fr);gap:calc(var(--profile-slice-u) * 2)}.profile-slice-records-card[data-v-5484967a],.profile-slice-pet-card[data-v-5484967a],.profile-slice-service-card[data-v-5484967a]{color:inherit;text-decoration:none}.profile-slice-records-card[data-v-5484967a]{position:relative;min-width:0;aspect-ratio:446 / 489;overflow:hidden;border:0;border-radius:calc(var(--profile-slice-u) * 3.7);background:transparent;padding:0;box-shadow:none;--profile-record-date-patch: #f9fcff;--profile-record-height-patch: #fbfdff;--profile-record-weight-patch: #f8fdfa;--profile-record-head-patch: #fbfaff;--profile-record-bmi-patch: #fffaf4}.profile-slice-record-date-overlay[data-v-5484967a],.profile-slice-record-metric-overlay[data-v-5484967a]{position:absolute;z-index:2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-slice-record-date-overlay[data-v-5484967a]{top:5.7%;left:27.5%;display:grid;width:22%;height:7.2%;place-items:center;border-radius:.3rem;background:var(--profile-record-date-patch);color:#8aa1bd;font-size:clamp(.48rem,2.15vw,.62rem);font-weight:720;line-height:1;box-shadow:0 0 .24rem .15rem var(--profile-record-date-patch);white-space:nowrap}.profile-slice-record-metric-overlay[data-v-5484967a]{top:31.3%;left:10.6%;width:31.7%;height:20.7%;overflow:hidden;border-radius:.7rem;background:var(--profile-record-value-patch);box-shadow:0 0 .34rem .22rem var(--profile-record-value-patch);--profile-record-value-color: #1685e8;--profile-record-value-patch: var(--profile-record-height-patch);--profile-record-trend-color: #169b69;--profile-record-trend-bg: rgba(229, 250, 241, .96);--profile-record-trend-border: rgba(58, 188, 135, .24)}.profile-slice-record-metric-overlay--weight[data-v-5484967a],.profile-slice-record-metric-overlay--bmi[data-v-5484967a]{left:57.5%}.profile-slice-record-metric-overlay--headCircumference[data-v-5484967a],.profile-slice-record-metric-overlay--bmi[data-v-5484967a]{top:70.4%}.profile-slice-record-metric-overlay--weight[data-v-5484967a]{--profile-record-value-color: #13a35a;--profile-record-value-patch: var(--profile-record-weight-patch)}.profile-slice-record-metric-overlay--headCircumference[data-v-5484967a]{--profile-record-value-color: #7254e8;--profile-record-value-patch: var(--profile-record-head-patch)}.profile-slice-record-metric-overlay--bmi[data-v-5484967a]{--profile-record-value-color: #ef7b13;--profile-record-value-patch: var(--profile-record-bmi-patch)}.profile-slice-record-metric-overlay strong[data-v-5484967a]{position:absolute;top:0;left:0;display:grid;width:100%;height:43%;place-items:center;color:var(--profile-record-value-color);font-size:clamp(1.02rem,5.7vw,1.48rem);font-weight:880;font-variant-numeric:tabular-nums;letter-spacing:-.045em;line-height:1;white-space:nowrap}.profile-slice-record-metric-overlay small[data-v-5484967a]{position:absolute;top:41%;left:0;display:grid;width:100%;height:23%;place-items:center;color:#71839e;font-size:clamp(.46rem,2.25vw,.62rem);font-weight:680;line-height:1;white-space:nowrap}.profile-slice-record-metric-overlay em[data-v-5484967a]{position:absolute;bottom:0;left:7%;display:grid;width:86%;height:27%;place-items:center;overflow:hidden;border:1px solid var(--profile-record-trend-border);border-radius:999px;background:var(--profile-record-trend-bg);color:var(--profile-record-trend-color);font-size:clamp(.4rem,1.85vw,.52rem);font-style:normal;font-weight:780;line-height:1;box-shadow:inset 0 1px #ffffff57;text-overflow:ellipsis;white-space:nowrap}.profile-slice-record-metric-overlay--down[data-v-5484967a]{--profile-record-trend-color: #3b82f6;--profile-record-trend-bg: rgba(232, 243, 255, .96);--profile-record-trend-border: rgba(59, 130, 246, .22)}.profile-slice-record-metric-overlay--flat[data-v-5484967a],.profile-slice-record-metric-overlay--none[data-v-5484967a]{--profile-record-trend-color: #d9780b;--profile-record-trend-bg: rgba(255, 246, 228, .97);--profile-record-trend-border: rgba(229, 138, 19, .22)}.profile-slice-side-cards[data-v-5484967a]{display:grid;min-width:0;gap:calc(var(--profile-slice-u) * 2.08)}.profile-slice-pet-card[data-v-5484967a]{position:relative;aspect-ratio:329 / 226;overflow:hidden;border:1px solid rgba(190,217,239,.82);border-radius:calc(var(--profile-slice-u) * 4.4);background:radial-gradient(circle at 78% 88%,rgba(255,224,184,.72),transparent 44%),radial-gradient(circle at 15% 10%,rgba(255,255,255,.94),transparent 52%),linear-gradient(145deg,#fffffffa,#eff9fff2);padding:0;color:#17243b;font:inherit;text-align:left;box-shadow:0 .85rem 1.6rem -1.2rem #2a689f8c,inset 0 1px #fff;-webkit-tap-highlight-color:transparent}.profile-slice-pet-card[data-v-5484967a]:after{position:absolute;right:-8%;bottom:-34%;width:70%;aspect-ratio:1;border-radius:50%;background:#ffffff85;filter:blur(.1rem);content:""}.profile-slice-pet-copy[data-v-5484967a]{position:absolute;z-index:2;top:12%;left:9%;display:flex;width:52%;flex-direction:column;align-items:flex-start}.profile-slice-pet-copy strong[data-v-5484967a]{color:#17233a;font-size:clamp(.62rem,3.25vw,.86rem);font-weight:920;line-height:1.1;white-space:nowrap}.profile-slice-pet-copy>span[data-v-5484967a]{margin-top:6%;color:#45556d;font-size:clamp(.43rem,2.18vw,.59rem);font-weight:820;line-height:1;white-space:nowrap}.profile-slice-pet-copy small[data-v-5484967a]{margin-top:5%;color:#74859b;font-size:clamp(.39rem,1.95vw,.52rem);font-weight:680;line-height:1;white-space:nowrap}.profile-slice-pet-copy em[data-v-5484967a]{display:grid;min-width:70%;min-height:calc(var(--profile-slice-u) * 5.5);margin-top:11%;place-items:center;border-radius:999px;color:#fff;background:linear-gradient(105deg,#38a8eb,#4d82ef);padding:0 calc(var(--profile-slice-u) * 2.25);font-size:clamp(.38rem,1.85vw,.49rem);font-style:normal;font-weight:830;line-height:1;box-shadow:0 .45rem .8rem -.55rem #2870dbb8,inset 0 1px #ffffff52;white-space:nowrap}.profile-slice-pet-art[data-v-5484967a]{position:absolute;z-index:1;right:-2%;bottom:-2%;width:55%;height:78%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 .6rem .55rem rgba(82,87,90,.16));transform:translate(3%,2%) scale(1.04);transform-origin:right bottom;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-slice-pet-arrow[data-v-5484967a]{position:absolute;z-index:3;top:9%;right:7%;display:grid;width:calc(var(--profile-slice-u) * 6.2);height:calc(var(--profile-slice-u) * 6.2);place-items:center;border:1px solid rgba(187,216,239,.58);border-radius:50%;color:#4b9bf5;background:#edf7ffe0;padding:calc(var(--profile-slice-u) * 1.75);box-shadow:inset 0 1px #fffffff2}.profile-slice-pet-card[data-v-5484967a]:active{transform:scale(.985)}.profile-slice-service-card[data-v-5484967a]{position:relative;aspect-ratio:329 / 249;overflow:hidden;border:0;border-radius:calc(var(--profile-slice-u) * 3.7);background:transparent;padding:0;box-shadow:none}.profile-slice-board[data-v-5484967a]{position:relative;width:var(--profile-slice-w);align-self:center;aspect-ratio:853 / 488;overflow:visible;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}.profile-slice-board-bg[data-v-5484967a]{display:block;width:100%;height:100%;-o-object-fit:fill;object-fit:fill;-webkit-mask-image:radial-gradient(ellipse 34% 31% at 86% 2%,transparent 0 70%,rgba(0,0,0,.2) 81%,rgba(0,0,0,.74) 92%,#000 100%);mask-image:radial-gradient(ellipse 34% 31% at 86% 2%,transparent 0 70%,rgba(0,0,0,.2) 81%,rgba(0,0,0,.74) 92%,#000 100%);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-slice-board-hotspot[data-v-5484967a]{position:absolute;z-index:2;border:0;border-radius:1rem;background:transparent;padding:0;color:inherit;cursor:pointer;font:inherit;text-decoration:none}.profile-slice-board-hotspot--today[data-v-5484967a]{left:7.5%;top:36.8%;width:27.3%;height:53.6%}.profile-slice-board-hotspot--weekly[data-v-5484967a]{left:35.6%;top:36.5%;width:28.4%;height:53.8%}.profile-slice-board-hotspot--ai[data-v-5484967a]{left:64.3%;top:35.2%;width:28.7%;height:55.8%}[data-v-888c90df]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.profile-slice-child-page[data-v-888c90df]{min-height:100%;--profile-slice-child-w: min(100vw, var(--profile-slice-page-max-width));--profile-slice-child-u: min(1vw, 4.3px);overflow-x:hidden;background:var(--profile-slice-radial-page-home),var(--profile-slice-gradient-page-home),var(--profile-slice-bg-soft);color:var(--profile-slice-text)}.profile-slice-child-hero[data-v-888c90df]{position:relative;width:var(--profile-slice-child-w);height:calc(var(--profile-slice-child-u) * 38.4);margin:0 auto;padding-top:max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px))}.profile-slice-child-back[data-v-888c90df]{position:absolute;left:calc(var(--profile-slice-child-u) * 5.2);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 10);z-index:5;display:grid;width:calc(var(--profile-slice-child-u) * 9.4);height:calc(var(--profile-slice-child-u) * 9.4);place-items:center;border:0;border-radius:50%;background:var(--profile-slice-surface);color:var(--profile-slice-primary);box-shadow:var(--profile-slice-shadow-soft)}.profile-slice-child-back svg[data-v-888c90df]{width:54%;height:54%}.profile-slice-child-heading[data-v-888c90df]{position:absolute;left:calc(var(--profile-slice-child-u) * 17.6);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 9.2);z-index:5;display:flex;max-width:calc(var(--profile-slice-child-u) * 48);align-items:center;gap:calc(var(--profile-slice-child-u) * 2.2)}.profile-slice-child-icon[data-v-888c90df]{display:grid;width:calc(var(--profile-slice-child-u) * 9.3);height:calc(var(--profile-slice-child-u) * 9.3);flex:0 0 auto;place-items:center}.profile-slice-child-icon img[data-v-888c90df]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.profile-slice-child-heading h1[data-v-888c90df]{margin:0;color:var(--profile-slice-text-strong);font-size:var(--profile-slice-font-child-title);font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.04;white-space:nowrap}.profile-slice-child-heading p[data-v-888c90df]{margin:.34rem 0 0;color:var(--profile-slice-text-muted);font-size:var(--profile-slice-font-caption);font-weight:var(--profile-slice-weight-body);letter-spacing:0;line-height:1.2}.profile-slice-child-page--compact-header .profile-slice-child-back[data-v-888c90df]{left:calc(var(--profile-slice-child-u) * 5);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 6.8);width:calc(var(--profile-slice-child-u) * 7.1);height:calc(var(--profile-slice-child-u) * 7.1)}.profile-slice-child-page--compact-header .profile-slice-child-back svg[data-v-888c90df]{width:52%;height:52%}.profile-slice-child-page--compact-header .profile-slice-child-heading[data-v-888c90df]{left:calc(var(--profile-slice-child-u) * 15.3);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 7.65)}.profile-slice-child-page--compact-header .profile-slice-child-heading h1[data-v-888c90df]{font-size:.96rem}.profile-slice-child-page--compact-header .profile-slice-child-hero[data-v-888c90df]{height:calc(var(--profile-slice-child-u) * 30)}.profile-slice-child-page--compact-header .profile-slice-child-content[data-v-888c90df]{margin-top:calc(var(--profile-slice-child-u) * -1.45)}.profile-slice-child-page--compact-header .profile-slice-child-scenery[data-v-888c90df]{right:calc(var(--profile-slice-child-u) * -8.5);bottom:calc(var(--profile-slice-child-u) * -1.2);width:calc(var(--profile-slice-child-u) * 45.5)}.profile-slice-child-header-action[data-v-888c90df]{position:absolute;top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 11.2);right:calc(var(--profile-slice-child-u) * 5.4);z-index:6;display:inline-flex;min-height:2.1rem;align-items:center;justify-content:center;gap:.34rem;border:0;border-radius:var(--profile-slice-radius-pill);background:#fffffff0;color:#397eea;padding:0 .72rem;font-size:.76rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1;box-shadow:0 .52rem 1.1rem -.8rem #2774b8b3}.profile-slice-child-header-action-icon[data-v-888c90df]{position:relative;display:block;width:.86rem;height:.86rem;flex:0 0 auto}.profile-slice-child-header-action-icon[data-v-888c90df]:before,.profile-slice-child-header-action-icon[data-v-888c90df]:after{position:absolute;top:50%;left:50%;width:.78rem;height:.12rem;border-radius:999px;background:currentColor;content:"";transform:translate(-50%,-50%)}.profile-slice-child-header-action-icon[data-v-888c90df]:after{transform:translate(-50%,-50%) rotate(90deg)}.profile-slice-child-page--compact-header .profile-slice-child-header-action[data-v-888c90df]{top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 6.15);right:calc(var(--profile-slice-child-u) * 5)}.profile-slice-child-header-action[data-v-888c90df]:disabled{color:var(--profile-slice-text-soft)}.profile-slice-child-sun[data-v-888c90df]{position:absolute;top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 8.8);right:calc(var(--profile-slice-child-u) * 11);z-index:3;width:calc(var(--profile-slice-child-u) * 11.8);height:calc(var(--profile-slice-child-u) * 11.8);-o-object-fit:contain;object-fit:contain}.profile-slice-child-scenery[data-v-888c90df]{position:absolute;right:0;bottom:calc(var(--profile-slice-child-u) * -2.8);z-index:2;width:calc(var(--profile-slice-child-u) * 38.5);height:auto;-o-object-fit:contain;object-fit:contain;-webkit-mask-image:radial-gradient(ellipse 58% 70% at 52% 42%,#000 0 48%,rgba(0,0,0,.82) 58%,rgba(0,0,0,.32) 68%,transparent 82%);mask-image:radial-gradient(ellipse 58% 70% at 52% 42%,#000 0 48%,rgba(0,0,0,.82) 58%,rgba(0,0,0,.32) 68%,transparent 82%)}.profile-slice-child-illustration[data-v-888c90df]{position:absolute;right:calc(var(--profile-slice-child-u) * 9.8);bottom:calc(var(--profile-slice-child-u) * 2.2);z-index:4;width:calc(var(--profile-slice-child-u) * 15.4);height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(var(--profile-slice-filter-illustration))}.profile-slice-child-content[data-v-888c90df]{position:relative;z-index:6;display:flex;width:var(--profile-slice-child-w);flex-direction:column;gap:calc(var(--profile-slice-child-u) * 2.6);margin:calc(var(--profile-slice-child-u) * -7.2) auto 0;padding:0 calc(var(--profile-slice-child-u) * 3.9) calc(var(--app-main-scroll-pad-bottom, var(--app-bottom-nav-height, 5rem)) + var(--profile-slice-child-u) * 3)}.profile-slice-child-page--detail .profile-slice-child-hero[data-v-888c90df]{height:calc(var(--profile-slice-child-u) * 29.5)}.profile-slice-child-page--detail .profile-slice-child-back[data-v-888c90df]{left:calc(var(--profile-slice-child-u) * 4.8);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 5.9);width:calc(var(--profile-slice-child-u) * 8.1);height:calc(var(--profile-slice-child-u) * 8.1)}.profile-slice-child-page--detail .profile-slice-child-heading[data-v-888c90df]{left:calc(var(--profile-slice-child-u) * 15.4);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 6.3);max-width:calc(var(--profile-slice-child-u) * 55);gap:calc(var(--profile-slice-child-u) * 1.6)}.profile-slice-child-page--detail .profile-slice-child-heading h1[data-v-888c90df]{font-size:var(--profile-slice-font-section);line-height:1.12}.profile-slice-child-page--detail .profile-slice-child-heading p[data-v-888c90df]{margin-top:.2rem;font-size:var(--profile-slice-font-meta)}.profile-slice-child-page--detail .profile-slice-child-icon[data-v-888c90df]{width:calc(var(--profile-slice-child-u) * 6.4);height:calc(var(--profile-slice-child-u) * 6.4)}.profile-slice-child-page--detail .profile-slice-child-scenery[data-v-888c90df]{right:calc(var(--profile-slice-child-u) * -1.2);bottom:calc(var(--profile-slice-child-u) * -.6);width:calc(var(--profile-slice-child-u) * 34)}.profile-slice-child-page--detail .profile-slice-child-illustration[data-v-888c90df]{display:none}.profile-slice-child-page--detail .profile-slice-child-content[data-v-888c90df]{margin-top:calc(var(--profile-slice-child-u) * -.8)}.profile-slice-child-page--settings[data-v-888c90df]{position:relative;min-height:var(--app-viewport-height, 100dvh);background:radial-gradient(circle at 82% 8%,rgba(255,255,255,.72),transparent 9.5rem),linear-gradient(180deg,#94ddfa 0,#dff6ff 10.8rem,#f6fbff 21rem,#f8fcff)}.profile-slice-child-page--settings[data-v-888c90df]:before{position:absolute;top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + 10.65rem);right:0;bottom:0;left:0;z-index:0;border-radius:1.65rem 1.65rem 0 0;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.96),rgba(246,251,255,.84) 12rem,transparent 28rem),linear-gradient(180deg,#f9fdfff5,#f8fcff);box-shadow:inset 0 1px #ffffffeb;content:"";pointer-events:none}.profile-slice-child-page--settings .profile-slice-child-hero[data-v-888c90df]{height:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + 11.8rem);overflow:hidden}.profile-slice-child-page--settings .profile-slice-child-back[data-v-888c90df]{left:clamp(1.3rem,5.6vw,1.55rem);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + 2.05rem);width:2.05rem;height:2.05rem;background:#fffffff0;box-shadow:0 .55rem 1.15rem -.7rem #2774b8b3}.profile-slice-child-page--settings .profile-slice-child-back[data-v-888c90df]:before{position:absolute;top:-.35rem;right:-.35rem;bottom:-.35rem;left:-.35rem;content:""}.profile-slice-child-page--settings .profile-slice-child-heading[data-v-888c90df]{left:clamp(4.45rem,18vw,4.85rem);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + 2.08rem);max-width:min(13.5rem,55vw);gap:0}.profile-slice-child-page--settings .profile-slice-child-heading h1[data-v-888c90df]{font-size:1.04rem;font-weight:900;line-height:1.12}.profile-slice-child-page--settings .profile-slice-child-heading p[data-v-888c90df]{margin-top:.34rem;color:#2d70a6;font-size:.62rem;font-weight:700;line-height:1.25}.profile-slice-child-page--settings .profile-slice-child-sun[data-v-888c90df]{top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + 2.28rem);right:clamp(5.75rem,24vw,6.5rem);width:2.2rem;height:2.2rem}.profile-slice-child-page--settings .profile-slice-child-scenery[data-v-888c90df]{right:-.65rem;bottom:.15rem;width:clamp(9.8rem,42vw,11.3rem);max-width:none;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 18%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 18%,#000 100%)}.profile-slice-child-page--settings .profile-slice-child-content[data-v-888c90df]{z-index:2;gap:.72rem;margin-top:0;padding:0 clamp(1.25rem,7.4vw,1.85rem) calc(var(--app-main-scroll-pad-bottom, 7rem) + 1rem)}@media(max-width:374px){.profile-slice-child-page--settings .profile-slice-child-heading h1[data-v-888c90df]{font-size:1rem}.profile-slice-child-page--settings .profile-slice-child-content[data-v-888c90df]{padding-right:1.15rem;padding-left:1.15rem}.profile-slice-child-heading h1[data-v-888c90df]{font-size:var(--profile-slice-font-child-title-sm)}.profile-slice-child-heading p[data-v-888c90df]{font-size:var(--profile-slice-font-meta)}}[data-v-46ef5c23]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.settings-options-shell[data-v-46ef5c23] .profile-slice-child-content{padding-top:.55rem}.settings-options-shell[data-v-46ef5c23] .profile-slice-child-heading h1{font-size:.92rem}.settings-options-shell[data-v-46ef5c23] .profile-slice-child-heading p{font-size:.56rem}.settings-options-card[data-v-46ef5c23]{width:100%;overflow:hidden;border:1px solid var(--settings-refresh-border);border-radius:var(--settings-refresh-radius-card);background:var(--settings-refresh-card);box-shadow:var(--settings-refresh-shadow-strong),inset 0 1px #ffffffd1;padding:.2rem .75rem;-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08)}.settings-options-row[data-v-46ef5c23]{display:grid;min-height:3rem;grid-template-columns:1.9rem minmax(0,1fr) .75rem;align-items:center;gap:.48rem;border-bottom:1px solid var(--settings-refresh-divider);color:var(--settings-refresh-text);text-decoration:none;-webkit-tap-highlight-color:transparent}.settings-options-row[data-v-46ef5c23]:last-child{border-bottom:0}.settings-options-icon[data-v-46ef5c23]{position:relative;display:block;width:1.85rem;height:1.85rem;filter:drop-shadow(0 .4rem .45rem rgba(59,137,202,.14))}.settings-options-icon img[data-v-46ef5c23]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.settings-options-row span[data-v-46ef5c23]{font-size:.69rem;font-weight:850;line-height:1.2}.settings-options-arrow[data-v-46ef5c23]{width:.7rem;height:.7rem;color:#5ca2ff}.settings-options-row[data-v-46ef5c23]:active{opacity:.72}.settings-options-logout[data-v-46ef5c23]{display:grid;width:100%;min-height:3.35rem;grid-template-columns:2rem minmax(0,1fr) .9rem;align-items:center;gap:.52rem;margin-top:.66rem;border:1px solid rgba(214,230,246,.92);border-radius:var(--settings-refresh-radius-card);background:#fffffffa;padding:.32rem .78rem;color:#ff665f;box-shadow:0 1.15rem 2.2rem -1.8rem #3b6c968c,inset 0 1px #ffffffe6;text-align:left;-webkit-tap-highlight-color:transparent}.settings-options-logout>span[data-v-46ef5c23]:not(.settings-options-logout-icon){font-size:.72rem;font-weight:850;line-height:1.2}.settings-options-logout-icon[data-v-46ef5c23]{display:grid;width:1.9rem;height:1.9rem;place-items:center;overflow:hidden;border-radius:50%;filter:drop-shadow(0 .42rem .5rem rgba(245,105,96,.17))}.settings-options-logout-icon img[data-v-46ef5c23]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.settings-options-logout-mark[data-v-46ef5c23]{width:.82rem;height:.82rem;color:#ff696075}.settings-options-logout[data-v-46ef5c23]:active{opacity:.7}@media(min-width:420px){.settings-options-shell[data-v-46ef5c23] .profile-slice-child-content{padding-right:2rem;padding-left:2rem}}[data-v-8dfea776]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.theme-background-shell[data-v-8dfea776] .profile-slice-child-content{padding-top:.2rem;padding-right:clamp(.55rem,2.8vw,.8rem);padding-left:clamp(.55rem,2.8vw,.8rem)}.theme-background-panel[data-v-8dfea776]{border:1px solid rgba(255,255,255,.76);border-radius:1.6rem;background:#ffffffbd;padding:.72rem;box-shadow:0 1.35rem 2.8rem -2.1rem #3a668f85,inset 0 1px #ffffffe0;-webkit-backdrop-filter:blur(20px) saturate(1.08);backdrop-filter:blur(20px) saturate(1.08)}.theme-background-intro[data-v-8dfea776]{padding:.08rem .16rem .72rem}.theme-background-intro h2[data-v-8dfea776]{margin:0;color:#26364e;font-size:.96rem;font-weight:900;line-height:1.25}.theme-background-grid[data-v-8dfea776]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.theme-background-option[data-v-8dfea776]{min-width:0;border:1px solid rgba(213,226,238,.9);border-radius:.92rem;background:#ffffffe6;padding:.25rem;color:inherit;box-shadow:0 .8rem 1.5rem -1.35rem #3b64899e;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;-webkit-tap-highlight-color:transparent}.theme-background-option[data-v-8dfea776]:active{transform:scale(.98)}.theme-background-option--selected[data-v-8dfea776]{border-color:color-mix(in srgb,var(--page-theme-accent, #6aa8e7) 72%,white);box-shadow:0 0 0 2px #5a9ddd2b,0 1rem 1.7rem -1.3rem #3b6489b3}.theme-background-preview[data-v-8dfea776]{position:relative;display:block;width:100%;aspect-ratio:3 / 2;overflow:hidden;border-radius:.7rem}.theme-background-preview[data-v-8dfea776]:after{position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(180deg,transparent,rgba(255,255,255,.16));content:""}.theme-background-preview img[data-v-8dfea776]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.theme-background-check[data-v-8dfea776]{position:absolute;right:.3rem;bottom:.3rem;z-index:2;display:grid;width:1.2rem;height:1.2rem;place-items:center;border:2px solid rgba(255,255,255,.96);border-radius:50%;background:#5c9fe0;color:#fff;box-shadow:0 .35rem .7rem #376fa53d}.theme-background-check svg[data-v-8dfea776]{width:.74rem;height:.74rem}.theme-background-copy[data-v-8dfea776]{display:block;padding:.45rem .28rem .34rem}.theme-background-copy strong[data-v-8dfea776],.theme-background-copy small[data-v-8dfea776]{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-background-copy strong[data-v-8dfea776]{color:#2b3d54;font-size:.68rem;font-weight:900}.theme-background-copy small[data-v-8dfea776]{margin-top:.22rem;color:#7b8da0;font-size:.5rem;font-weight:650}@media(max-width:374px){.theme-background-panel[data-v-8dfea776]{padding:.58rem}.theme-background-grid[data-v-8dfea776]{gap:.42rem}.theme-background-copy[data-v-8dfea776]{padding-right:.28rem;padding-left:.28rem}.theme-background-copy small[data-v-8dfea776]{font-size:.48rem}}@media(min-width:420px){.theme-background-shell[data-v-8dfea776] .profile-slice-child-content{padding-right:.8rem;padding-left:.8rem}}.cropper-enter-active[data-v-744cf10c],.cropper-leave-active[data-v-744cf10c]{transition:opacity .25s ease}.cropper-enter-from[data-v-744cf10c],.cropper-leave-to[data-v-744cf10c]{opacity:0}.profile-edit-shell[data-v-f9cbf3b2]{--btn-primary-gradient: linear-gradient(135deg, #79b7ff 0%, #4d79f6 100%);box-sizing:border-box;position:relative;width:100%;max-width:430px;min-height:max(100%,var(--app-viewport-height, 100dvh));margin:0 auto;overflow-x:hidden;background:linear-gradient(180deg,#ffffff0d 0,#ffffff38 9rem,#ffffffd6 16rem,#fff 27rem);color:#18305a;padding-bottom:calc(var(--app-bottom-nav-height, 5.75rem) + 1.4rem)}.profile-edit-header[data-v-f9cbf3b2]{display:flex;align-items:center;gap:.72rem;min-height:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + 3.85rem);padding:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + .7rem) 1.25rem .45rem}.profile-edit-header h1[data-v-f9cbf3b2]{margin:0;color:#12284d;font-size:1.04rem;font-weight:900;letter-spacing:0}.profile-back-btn[data-v-f9cbf3b2]{display:grid;width:2.05rem;height:2.05rem;flex:0 0 2.05rem;place-items:center;border:0;border-radius:999px;background:#ffffffe6;color:#173b70;box-shadow:0 .55rem 1.15rem -.7rem #2774b894,inset 0 0 0 1px #ffffffe6}.profile-back-btn svg[data-v-f9cbf3b2]{width:1.1rem;height:1.1rem}.profile-avatar-hero[data-v-f9cbf3b2]{display:flex;justify-content:center;padding:.35rem 1rem .15rem}.avatar-wrap[data-v-f9cbf3b2]{position:relative;display:block;width:7.1rem;height:7.1rem;border:0;border-radius:50%;background:transparent;padding:0}.profile-avatar-img[data-v-f9cbf3b2],.profile-avatar-empty[data-v-f9cbf3b2]{display:flex;box-sizing:border-box;width:100%;height:100%;align-items:center;justify-content:center;overflow:hidden;border:.46rem solid rgba(255,255,255,.98);border-radius:50%;background:#fff;box-shadow:0 1.25rem 2.25rem -1.25rem #20549494,0 0 0 1px #cce2f4b8;-o-object-fit:cover;object-fit:cover}.profile-avatar-empty[data-v-f9cbf3b2]{background:linear-gradient(135deg,#73c8f1,#6f85f6);color:#fff;font-size:2.15rem;font-weight:900}.avatar-uploading[data-v-f9cbf3b2]{position:absolute;top:.46rem;right:.46rem;bottom:.46rem;left:.46rem;z-index:5;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0f172a94;color:#fff;font-size:.76rem;font-weight:900}.avatar-edit-badge[data-v-f9cbf3b2]{position:absolute;right:-.05rem;bottom:.22rem;z-index:6;display:grid;width:2rem;height:2rem;place-items:center;border:.24rem solid #ffffff;border-radius:999px;background:#fffffffa;color:#347cf0;box-shadow:0 .9rem 1.55rem -.8rem #2964b58c}.avatar-edit-badge svg[data-v-f9cbf3b2]{width:.95rem;height:.95rem}.profile-edit-content[data-v-f9cbf3b2]{display:flex;width:100%;box-sizing:border-box;flex-direction:column;padding:.95rem 1rem 0}.profile-field[data-v-f9cbf3b2]{display:flex;flex-direction:column;gap:.52rem}.profile-label[data-v-f9cbf3b2]{margin:0;color:#1a3867;font-size:.82rem;font-weight:900;line-height:1.25}.profile-label-hint[data-v-f9cbf3b2]{color:#627795;font-size:.68rem;font-weight:800}.profile-input[data-v-f9cbf3b2],.profile-signature-input[data-v-f9cbf3b2]{box-sizing:border-box;width:100%;border:1px solid rgba(189,213,242,.86);border-radius:1.1rem;background:#ffffffeb;color:#18305a;outline:none;box-shadow:inset 0 0 0 1px #ffffffbd,0 .75rem 1.7rem -1.45rem #2a5d9d7a;transition:border-color .16s ease,box-shadow .16s ease}.profile-input[data-v-f9cbf3b2]:focus,.profile-signature-input[data-v-f9cbf3b2]:focus{border-color:#4684f4bd;box-shadow:0 0 0 .2rem #4684f41f}.profile-input[data-v-f9cbf3b2]{height:3.15rem;padding:0 .9rem;font-size:.88rem!important;font-weight:850}.profile-avatar-section[data-v-f9cbf3b2]{margin-top:1.15rem}.profile-avatar-section-head[data-v-f9cbf3b2]{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.62rem}.profile-album-btn[data-v-f9cbf3b2]{display:inline-flex;min-height:2.05rem;align-items:center;gap:.34rem;border:1px solid rgba(185,210,241,.9);border-radius:999px;background:#ffffffd6;color:#347cf0;padding:0 .7rem;font-size:.7rem;font-weight:900;box-shadow:0 .7rem 1.45rem -1.2rem #3068b080}.profile-album-btn svg[data-v-f9cbf3b2]{width:.95rem;height:.95rem}.profile-preset-scroll[data-v-f9cbf3b2]{display:flex;gap:.65rem;overflow-x:auto;overflow-y:hidden;margin:0 -1rem;padding:.12rem 1rem .42rem;scroll-padding-inline:1rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.profile-preset-scroll[data-v-f9cbf3b2]::-webkit-scrollbar{display:none}.profile-preset-avatar[data-v-f9cbf3b2]{position:relative;display:grid;width:3.35rem;height:3.35rem;flex:0 0 3.35rem;place-items:center;overflow:visible;border:.15rem solid rgba(255,255,255,.96);border-radius:50%;background:#fffffff5;padding:.17rem;box-shadow:0 .75rem 1.4rem -1rem #2853876b;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.profile-preset-avatar img[data-v-f9cbf3b2]{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.profile-preset-avatar.active[data-v-f9cbf3b2]{border-color:#4f86f7;box-shadow:0 0 0 .12rem #4f86f71f,0 .75rem 1.45rem -.9rem #366bcf94;transform:translateY(-.08rem)}.profile-preset-check[data-v-f9cbf3b2]{position:absolute;right:-.22rem;bottom:-.08rem;display:grid;width:1.12rem;height:1.12rem;place-items:center;border:.14rem solid #ffffff;border-radius:50%;background:#4f86f7;color:#fff;box-shadow:0 .45rem .8rem -.42rem #3467c6b8}.profile-signature-field[data-v-f9cbf3b2]{margin-top:1.1rem}.profile-signature-wrap[data-v-f9cbf3b2]{position:relative;display:block}.profile-signature-input[data-v-f9cbf3b2]{min-height:7.2rem;resize:none;padding:.85rem .9rem 2.1rem;font-size:.82rem;font-weight:800;line-height:1.5}.profile-signature-count[data-v-f9cbf3b2]{position:absolute;right:.85rem;bottom:.65rem;color:#8493ad;font-size:.68rem;font-weight:900}.profile-input.invalid[data-v-f9cbf3b2],.profile-signature-input.invalid[data-v-f9cbf3b2]{border-color:#f43f5e73;background:#fff1f2eb}.profile-error-text[data-v-f9cbf3b2]{display:block;color:#f43f5e;font-size:.66rem;font-weight:800}.profile-actions[data-v-f9cbf3b2]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.76rem;margin-top:.98rem}.profile-action-btn[data-v-f9cbf3b2]{width:100%;min-height:3rem;border-radius:.92rem!important;font-size:.84rem!important;font-weight:900!important}.profile-action-cancel[data-v-f9cbf3b2]{border:1px solid rgba(84,139,244,.76)!important;background:#ffffffe0!important;color:#3374df!important;box-shadow:none!important}.profile-action-primary[data-v-f9cbf3b2]{box-shadow:0 .95rem 1.8rem -.85rem #4675e799!important}@media(max-width:360px){.profile-edit-header[data-v-f9cbf3b2],.profile-edit-content[data-v-f9cbf3b2]{padding-left:.85rem;padding-right:.85rem}.profile-preset-scroll[data-v-f9cbf3b2]{margin-left:-.85rem;margin-right:-.85rem;padding-left:.85rem;padding-right:.85rem}.avatar-wrap[data-v-f9cbf3b2]{width:6.8rem;height:6.8rem}.profile-actions[data-v-f9cbf3b2]{gap:.68rem}}@media(min-width:431px){.profile-edit-shell[data-v-f9cbf3b2]{box-shadow:0 0 3rem -2.2rem #1f56976b}}[data-v-70eb6bfb] .change-password-shell-content{padding-right:clamp(1.05rem,4.8vw,1.25rem);padding-left:clamp(1.05rem,4.8vw,1.25rem)}.change-password-page[data-v-70eb6bfb]{min-height:100%;background:transparent;color:#242431;padding-bottom:22px}.warning-card[data-v-70eb6bfb],.password-card[data-v-70eb6bfb]{box-sizing:border-box;border:1px solid rgba(232,236,245,.94);background:#fffffff5;box-shadow:0 16px 38px #2730540f,inset 0 1px #fffffff0}.warning-card[data-v-70eb6bfb]{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;border-radius:18px;padding:12px;background:#fff7e6}.warning-icon[data-v-70eb6bfb]{display:grid;width:24px;height:24px;flex:0 0 auto;place-items:center;border-radius:50%;background:#f0a11a;color:#fff;font-size:14px;font-weight:900}.warning-card p[data-v-70eb6bfb]{margin:0;color:#9a5b00;font-size:13px;font-weight:700;line-height:1.55}.form-section[data-v-70eb6bfb]{display:flex;flex-direction:column;gap:10px}.section-title[data-v-70eb6bfb]{margin:0;padding:0 4px;color:#242431;font-size:15px;font-weight:900;line-height:1.2}.password-card[data-v-70eb6bfb]{border-radius:22px;padding:14px 12px 16px}.input-row[data-v-70eb6bfb]{min-height:58px;display:grid;grid-template-columns:86px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid #f1f5f9}.input-row[data-v-70eb6bfb]:first-child{border-top:0}.input-label[data-v-70eb6bfb]{color:#242431;font-size:13px;font-weight:900;line-height:1.2}.input-row input[data-v-70eb6bfb]{min-width:0;width:100%;height:38px;border:0;outline:none;background:transparent;color:#242431;font-size:14px;font-weight:700}.input-row input[data-v-70eb6bfb]::-moz-placeholder{color:#c2c8d2}.input-row input[data-v-70eb6bfb]::placeholder{color:#c2c8d2}.visibility-button[data-v-70eb6bfb]{border:0;border-radius:999px;background:#f5f7fb;padding:0 10px;color:#5b6b82;font-size:12px;font-weight:900;line-height:30px}.field-tip[data-v-70eb6bfb]{margin:7px 0 0 96px;color:#d97706;font-size:12px;font-weight:800;line-height:1.35}.alert-wrap[data-v-70eb6bfb]{padding-top:12px}.hint-card[data-v-70eb6bfb]{margin-top:14px;border-radius:16px;background:#f7fbff;padding:12px}.hint-card strong[data-v-70eb6bfb],.hint-card span[data-v-70eb6bfb]{display:block}.hint-card strong[data-v-70eb6bfb]{color:#3159d8;font-size:13px;font-weight:900;line-height:1.2}.hint-card span[data-v-70eb6bfb]{margin-top:4px;color:#7b8495;font-size:12px;font-weight:700;line-height:1.5}.submit-button[data-v-70eb6bfb]{width:100%!important;height:48px!important;margin-top:16px!important;border-radius:999px!important;font-size:15px!important;font-weight:900!important}.membership-page[data-v-0292b700]{display:flex;width:100%;max-width:100%;min-width:0;flex-direction:column;gap:1.25rem;padding:0 0 1.25rem;color:#241b1d;background:#fff;box-sizing:border-box}.promo-banner[data-v-0292b700]{position:relative;overflow:hidden;min-height:7.25rem;border:0;border-radius:1.15rem;background:linear-gradient(125deg,#720d22,#a8172c 52%,#dc4432);box-shadow:0 .75rem 1.5rem -1.25rem #48121c47}.promo-banner[data-v-0292b700]:before,.promo-banner[data-v-0292b700]:after{display:none}.promo-banner--normal[data-v-0292b700]{background:linear-gradient(126deg,#82172a,#b51f31 54%,#eb5739)}.promo-banner--svip[data-v-0292b700]{background:linear-gradient(126deg,#570a20,#980f29 49%,#d93c2d)}.promo-banner-inner[data-v-0292b700]{position:relative;z-index:1;display:flex;min-height:7.25rem;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;box-sizing:border-box}.promo-emblem[data-v-0292b700]{width:clamp(3.6rem,17vw,4.35rem);height:clamp(3.6rem,17vw,4.35rem);flex:none;-o-object-fit:contain;object-fit:contain;filter:none}.promo-content[data-v-0292b700]{flex:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.promo-status[data-v-0292b700]{margin:0;color:#fffaf3;font-size:clamp(1.15rem,4.6vw,1.38rem);font-weight:900;letter-spacing:.01em}.promo-desc[data-v-0292b700]{margin:.35rem 0 0;color:#fff7eed1;font-size:clamp(.72rem,2.9vw,.86rem);line-height:1.45}.promo-lowest[data-v-0292b700]{margin:.2rem 0 0;color:#fffaf3;font-size:clamp(1rem,4vw,1.25rem);font-weight:900;letter-spacing:.02em}.plans-section[data-v-0292b700]{min-width:0}.section-heading[data-v-0292b700]{display:flex;align-items:baseline;justify-content:flex-start;margin-bottom:.7rem;padding:0}.plans-title[data-v-0292b700]{margin:0;color:#261b1e;font-size:clamp(.98rem,3.8vw,1.1rem);font-weight:900}.plans-row[data-v-0292b700]{display:flex;gap:.65rem;overflow-x:auto;padding:.15rem 0 0;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.plans-row[data-v-0292b700]::-webkit-scrollbar{display:none}.plan-card[data-v-0292b700]{position:relative;display:flex;min-width:min(10rem,44vw);min-height:7rem;flex:1 0 min(10rem,44vw);flex-direction:column;overflow:hidden;padding:0;border:1px solid #eadfdf;border-radius:1rem;color:inherit;background:#fff;box-shadow:none;cursor:pointer;scroll-snap-align:start;touch-action:manipulation;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}@media(hover:hover){.plan-card[data-v-0292b700]:hover{border-color:#d9aaa3;box-shadow:inset 0 0 0 1px #b91e330d}}.plan-card[data-v-0292b700]:active{transform:scale(.985)}.plan-card--selected[data-v-0292b700]{border-color:#b91e33;background:#fff;box-shadow:inset 0 0 0 1px #b91e3314}.plan-selected-mark[data-v-0292b700]{position:absolute;z-index:3;top:.48rem;right:.48rem;display:grid;width:1.2rem;height:1.2rem;place-items:center;border-radius:999px;color:#fff;background:linear-gradient(145deg,#9f1029,#df442f);box-shadow:0 .3rem .65rem #830d223d;font-size:.72rem;font-weight:900}.plan-tier-badge[data-v-0292b700]{position:absolute;z-index:2;top:.52rem;right:.55rem;padding:.18rem .42rem;border-radius:999px;font-size:clamp(.5rem,1.8vw,.62rem);font-weight:900;white-space:nowrap}.plan-card--selected .plan-tier-badge[data-v-0292b700]{right:1.95rem}.plan-tier-svip[data-v-0292b700]{color:#fff8ef;background:linear-gradient(135deg,#8e1027,#d84030);box-shadow:0 .25rem .55rem #8d0c2333}.plan-badge[data-v-0292b700]{position:absolute;z-index:2;top:0;left:0;max-width:58%;overflow:hidden;padding:.28rem .58rem .3rem;border-radius:0 0 .7rem;color:#7b4012;background:linear-gradient(145deg,#ffeab7,#f7c762);font-size:clamp(.5rem,1.8vw,.62rem);font-weight:900;text-overflow:ellipsis;white-space:nowrap}.plan-card--selected .plan-badge[data-v-0292b700]{color:#fff9f1;background:linear-gradient(145deg,#a6122b,#dc4933)}.plan-body[data-v-0292b700]{display:flex;flex:1;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:.38rem;padding:1.45rem .55rem .65rem}.plan-title[data-v-0292b700]{max-width:100%;overflow:hidden;color:#3a2b2d;font-size:clamp(.8rem,2.8vw,.95rem);font-weight:850;line-height:1.2;text-align:center;text-overflow:ellipsis;white-space:nowrap}.plan-price[data-v-0292b700]{color:#b52232;font-size:clamp(1.05rem,4vw,1.4rem);font-weight:900;letter-spacing:-.02em;white-space:nowrap}.plan-footer[data-v-0292b700]{width:100%;overflow:hidden;padding:.45rem;border-top:1px solid rgba(132,66,60,.08);color:#8d7778;background:#fff;font-size:clamp(.61rem,2vw,.73rem);font-weight:650;text-align:center;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}.plan-card--selected .plan-footer[data-v-0292b700]{border-top-color:#ab1b2d1f;color:#a8162e;background:#fff}.payment-section[data-v-0292b700]{min-width:0}.wechat-pay-button[data-v-0292b700]{display:flex;width:100%;min-height:3.25rem;align-items:center;justify-content:center;gap:.55rem;border:0;border-radius:.95rem;color:#fff;background:#07c160;box-shadow:0 .75rem 1.4rem -1rem #07c16085;font-size:1rem;font-weight:850;letter-spacing:.01em;cursor:pointer;transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}.wechat-pay-button[data-v-0292b700]:not(:disabled):hover{background:#06ad56}.wechat-pay-button[data-v-0292b700]:not(:disabled):active{transform:scale(.99)}.wechat-pay-button[data-v-0292b700]:disabled{color:#fff;background:#07c160;box-shadow:none;cursor:not-allowed;opacity:.46}.wechat-pay-spinner[data-v-0292b700]{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:wechat-pay-spin-0292b700 .75s linear infinite}.wechat-pay-backdrop[data-v-0292b700]{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1.25rem;background:#191f1c7a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wechat-pay-dialog[data-v-0292b700]{position:relative;width:min(20rem,100%);padding:1.5rem 1.5rem 1.35rem;border-radius:1.35rem;background:#fff;box-shadow:0 1.5rem 4rem -1.5rem #0f2d1d66;text-align:center}.wechat-pay-close[data-v-0292b700]{position:absolute;top:.75rem;right:.75rem;display:grid;width:2rem;height:2rem;place-items:center;border:0;border-radius:50%;color:#718078;background:#f2f5f3;font-size:1.35rem;line-height:1}.wechat-pay-title[data-v-0292b700]{margin:0;color:#17251d;font-size:1.08rem;font-weight:900}.wechat-pay-amount[data-v-0292b700]{margin:.4rem 0 1rem;color:#17251d;font-size:1.55rem;font-weight:900}.wechat-pay-qr[data-v-0292b700]{display:block;width:min(14rem,100%);height:auto;margin:0 auto;border:.55rem solid #fff;border-radius:.8rem;box-shadow:0 0 0 1px #e4ebe7}.wechat-pay-status[data-v-0292b700]{margin:1rem 0 0;color:#68756e;font-size:.8rem;line-height:1.5}@keyframes wechat-pay-spin-0292b700{to{transform:rotate(360deg)}}.benefits-section[data-v-0292b700]{min-width:0;overflow-x:auto;overflow-y:hidden;border:1px solid #eee8e7;border-radius:1rem;background:#fff;box-shadow:none}.benefits-heading[data-v-0292b700]{position:sticky;left:0;display:flex;min-width:100%;align-items:center;justify-content:flex-start;padding:1rem 1rem .8rem;background:#fff;box-sizing:border-box}.benefits-title[data-v-0292b700]{margin:0;color:#2b2022;font-size:clamp(.98rem,3.6vw,1.08rem);font-weight:900}.benefits-table[data-v-0292b700]{display:grid;min-width:100%;grid-template-columns:minmax(7rem,1.35fr) minmax(4.2rem,.85fr) minmax(4.2rem,.85fr);color:#514447;font-size:clamp(.76rem,2.6vw,.88rem)}.benefits-thead[data-v-0292b700],.benefits-row[data-v-0292b700]{display:contents}.benefits-th[data-v-0292b700]{padding:.62rem .55rem;border-top:1px solid #eee6e5;color:#75666a;background:#fbf9f9;font-weight:800;text-align:center}.benefits-th-name[data-v-0292b700]{text-align:left;white-space:nowrap}.benefits-th-svip[data-v-0292b700]{color:#a2132a;background:#fff0ee}.benefits-td[data-v-0292b700]{display:flex;min-height:2.7rem;align-items:center;justify-content:center;padding:.55rem;border-top:1px solid #f4eeee;color:#57494c;white-space:nowrap;box-sizing:border-box}.benefits-td-name[data-v-0292b700]{justify-content:flex-start;font-weight:650}.benefits-td-svip[data-v-0292b700]{background:#fff0ee94}.benefits-row--divider .benefits-td[data-v-0292b700]{border-top-color:#e6d9d8}.benefits-check[data-v-0292b700]{display:inline-grid;width:1.2rem;height:1.2rem;place-items:center;border-radius:999px;color:#fff;background:#12a06a;box-shadow:none;font-size:.7rem;font-weight:900}.benefits-dash[data-v-0292b700]{color:#b4a8aa}.benefits-text[data-v-0292b700]{color:#77696c;font-size:.76rem}.benefits-text--highlight[data-v-0292b700]{color:#b51d31;font-weight:800}@media(min-width:680px){.membership-page[data-v-0292b700]{gap:1.25rem}.plan-card[data-v-0292b700]{min-width:10.5rem;flex-basis:10.5rem}}@media(max-width:360px){.promo-banner-inner[data-v-0292b700]{padding-right:.8rem;padding-left:.8rem}.promo-emblem[data-v-0292b700]{width:3.5rem;height:3.5rem}}.baby-profile-manager-modal{--manager-ink: #14243e;--manager-muted: #778ba8;--manager-blue: #4f82ff;--manager-mint: #31b58d;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}.baby-profile-manager-modal--add,.baby-profile-manager-modal--edit{width:min(22rem,calc(100vw - 1.5rem))!important}.baby-profile-manager-modal--delete{width:min(20rem,calc(100vw - 1.5rem))!important}.baby-profile-manager-modal--switch{width:100%!important}.baby-profile-manager-modal .modal-backdrop{background-color:#132a4ba3!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.baby-profile-manager-modal .modal-content{border:1px solid rgba(255,255,255,.72);border-radius:1.75rem!important;background:#fffffffb!important;box-shadow:0 1.8rem 5.5rem #1731564a!important}.baby-profile-manager-modal--switch>.modal-sheet-shell .modal-content,.baby-profile-manager-modal--switch .modal-content{border-radius:1.8rem 1.8rem 0 0!important}.baby-profile-manager-modal .card-header{padding:.82rem 1.15rem .08rem!important}.baby-profile-manager-modal--switch .card-header{padding-top:.52rem!important}.baby-profile-manager-modal .card-body{padding:.18rem 1.15rem .92rem!important}.baby-profile-manager-modal--add .card-header,.baby-profile-manager-modal--edit .card-header,.baby-profile-manager-modal--add .card-body,.baby-profile-manager-modal--edit .card-body{padding-right:1rem!important;padding-left:1rem!important}.baby-profile-manager-header{position:relative;display:flex;width:100%;min-height:2.25rem;align-items:flex-start;justify-content:center}.baby-profile-manager-heading{min-width:0;padding:0 3rem;text-align:center}.baby-profile-manager-modal--add .baby-profile-manager-heading{padding-right:.5rem;padding-left:.5rem}.baby-profile-manager-heading h2{margin:0;color:var(--manager-ink);font-size:.98rem;font-weight:900;letter-spacing:.02em;line-height:1.2}.baby-profile-manager-heading p{margin:.28rem 0 0;color:var(--manager-muted);font-size:.7rem;font-weight:550;line-height:1.4}.baby-profile-manager-close{position:absolute;top:-.1rem;right:0;display:grid;width:2rem;height:2rem;place-items:center;border:0;border-radius:50%;background:#f2f5fa;color:#6e809d}.baby-profile-manager-close svg{width:.82rem;height:.82rem}.baby-profile-switch{padding-top:.1rem}.baby-profile-switch-list{display:grid;gap:.5rem}.baby-profile-switch-row{position:relative;display:flex;width:100%;min-height:4.1rem;align-items:center;border:1px solid rgba(111,153,222,.3);border-radius:1.05rem;background:#fff;padding:.48rem 3rem .48rem .65rem;color:var(--manager-ink);text-align:left;box-shadow:0 .4rem 1.25rem #4068a40e}.baby-profile-switch-row.active{border-color:#40bc9757;background:linear-gradient(110deg,#effdf8f5,#fafffdfa)}.baby-profile-switch-avatar{position:relative;display:grid;width:2.9rem;height:2.9rem;flex:0 0 2.9rem;place-items:center;overflow:visible;border:.18rem solid #ffffff;border-radius:50%;background:#edf6ff;color:#7da7e3;box-shadow:0 0 0 1px #548fdb33,0 .35rem .9rem #4a73ab1f}.baby-profile-switch-avatar>img{width:100%;height:100%;overflow:hidden;border-radius:50%;-o-object-fit:cover;object-fit:cover}.baby-profile-switch-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:.16rem;margin-left:.75rem}.baby-profile-switch-copy strong{overflow:hidden;font-size:.94rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.baby-profile-switch-copy span{overflow:hidden;color:#7084a2;font-size:.72rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.baby-profile-switch-row.active .baby-profile-switch-copy span{color:#35a984}.baby-profile-switch-copy i{margin:0 .38rem;font-style:normal}.baby-profile-switch-check{position:absolute;top:50%;right:.9rem;display:grid;width:1.9rem;height:1.9rem;place-items:center;border-radius:50%;background:linear-gradient(145deg,#54c9a5,#2eab83);color:#fff;transform:translateY(-50%);box-shadow:0 .45rem 1rem #2cad8433}.baby-profile-switch-check svg{width:1.08rem;height:1.08rem}.baby-profile-switch-spinner,.baby-profile-button-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:baby-profile-spin .72s linear infinite}.baby-profile-switch-spinner{position:absolute;top:calc(50% - .65rem);right:1.3rem;width:1.3rem;height:1.3rem;color:var(--manager-blue)}.baby-profile-switch-add{display:flex;width:100%;min-height:3.15rem;align-items:center;justify-content:center;gap:.58rem;margin-top:.75rem;border:1.5px solid #32b78e;border-radius:1rem;background:#fff;color:#30ae87;font-size:.92rem;font-weight:850}.baby-profile-switch-add svg{width:1.3rem;height:1.3rem}.baby-profile-form{display:flex;flex-direction:column;padding-top:.1rem}.baby-profile-form-avatar{display:flex;align-self:center;flex-direction:column;align-items:center;gap:.28rem;border:0;background:transparent;color:var(--manager-blue);padding:.05rem 1rem .12rem;font-size:.72rem;font-weight:700}.baby-profile-form-avatar-visual{position:relative;display:grid;width:4rem;height:4rem;place-items:center;border:.42rem solid rgba(255,255,255,.92);border-radius:50%;background:linear-gradient(145deg,#e7f3ff,#f7fbff);color:#4e82f6;box-shadow:0 0 0 1px #649eed24,0 .75rem 2.2rem #497bc321}.baby-profile-manager-modal--add .baby-profile-form-avatar-visual{width:3.8rem;height:3.8rem}.baby-profile-form-avatar-placeholder{width:2.55rem;height:2.55rem}.baby-profile-form-camera-badge{position:absolute;z-index:3;right:-.35rem;bottom:-.2rem;display:grid;width:1.5rem;height:1.5rem;place-items:center;border:.16rem solid #ffffff;border-radius:50%;background:linear-gradient(145deg,#6ea1ff,#4678f4);color:#fff;box-shadow:0 .35rem .8rem #4170e340}.baby-profile-form-camera-badge svg{width:.78rem;height:.78rem}.baby-profile-form-field{display:flex;min-width:0;flex-direction:column;gap:.2rem;margin:.14rem 0 0;border:0;padding:0}.baby-profile-form-label{display:flex;align-items:center;gap:.55rem;color:var(--manager-ink);font-size:.74rem;font-weight:800;line-height:1.3}.baby-profile-form-label i{display:none;width:.35rem;height:.35rem;border-radius:50%;background:#5686ff}.baby-profile-manager-modal--edit .baby-profile-form-label i{display:block}.baby-profile-form-field>input,.baby-profile-date-picker,.baby-profile-gender-picker{width:100%;min-height:2.55rem;border:1px solid #dce3ef;border-radius:.92rem;background:#fff;box-shadow:inset 0 1px 2px #25416905}.baby-profile-form-field>input{outline:none;padding:0 .95rem;color:var(--manager-ink);font-size:.82rem;font-weight:650}.baby-profile-form-field>input::-moz-placeholder{color:#a4b1c4;font-size:.75rem;font-weight:500}.baby-profile-form-field>input::placeholder{color:#a4b1c4;font-size:.75rem;font-weight:500}.baby-profile-form-field>input:focus,.baby-profile-date-picker:focus-visible{border-color:#4f82ffb8;box-shadow:0 0 0 3px #4f82ff1a}.baby-profile-form-field>input.invalid{border-color:#ef6468bf}.baby-profile-field-error,.baby-profile-manager-error{color:#e96166;font-size:.74rem;font-weight:650}.baby-profile-manager-error{margin:.55rem 0 0;text-align:center}.baby-profile-gender-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;padding:.22rem}.baby-profile-gender-picker button{border:0;border-radius:.75rem;background:transparent;color:#8594ab;font-size:.8rem;font-weight:750}.baby-profile-gender-picker button+button{border-left:1px solid #dce3ef;border-radius:0 .75rem .75rem 0}.baby-profile-gender-picker button.active{border-radius:.75rem;background:linear-gradient(135deg,#edf5ff,#f7fbff);color:#5388fa}.baby-profile-gender-picker button.active+button,.baby-profile-gender-picker button+button.active{border-left-color:transparent}.baby-profile-gender-picker button.female.active{background:linear-gradient(135deg,#fff0f5,#ffe7f0);color:#f36791;box-shadow:inset 0 0 0 1px #f56f972e}.baby-profile-gender-picker b{margin-right:.28rem;font-size:.96rem;line-height:1}.baby-profile-date-picker{height:2.55rem!important;padding:0 .82rem!important;color:var(--manager-ink);font-size:.82rem!important;font-weight:650!important;box-shadow:inset 0 1px 2px #25416905!important}.baby-profile-date-picker>svg{width:.96rem;height:.96rem;color:#5686f3}.baby-profile-date-picker>span.text-stone-400{font-size:.75rem;font-weight:500}.baby-profile-form-actions{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:.75rem;margin-top:.72rem}.baby-profile-form-actions button{display:inline-flex;min-height:2.7rem;align-items:center;justify-content:center;gap:.5rem;border-radius:1.7rem;font-size:.82rem;font-weight:800}.baby-profile-form-actions .secondary{border:1px solid #d7dfeb;background:#fff;color:#5e708e}.baby-profile-form-actions .primary{border:0;background:linear-gradient(135deg,#6d9cff,#4d76f8);color:#fff;box-shadow:0 .7rem 1.7rem #4673e83d}.baby-profile-form-actions .danger{border:0;background:linear-gradient(135deg,#ff8c89,#ee6269);color:#fff;box-shadow:0 .7rem 1.7rem #dd4c532e}.baby-profile-delete-link{align-self:center;margin-top:.4rem;border:0;background:transparent;color:#f06a67;padding:.3rem 1rem;font-size:.72rem;font-weight:650}.baby-profile-delete-confirm{display:flex;flex-direction:column;align-items:center;padding:.2rem 0 .25rem;text-align:center}.baby-profile-delete-icon{display:grid;width:4.2rem;height:4.2rem;place-items:center;border-radius:50%;background:#fff0ef;color:#ef6869}.baby-profile-delete-icon svg{width:2rem;height:2rem}.baby-profile-delete-confirm>strong{margin-top:.9rem;color:var(--manager-ink);font-size:1.05rem;font-weight:850}.baby-profile-delete-confirm>p:not(.baby-profile-manager-error){max-width:18rem;margin:.5rem 0 0;color:var(--manager-muted);font-size:.8rem;line-height:1.6}.baby-profile-delete-confirm .baby-profile-form-actions{width:100%}.baby-profile-manager-modal--delete .card-header{padding:.68rem 1rem .02rem!important}.baby-profile-manager-modal--delete .card-body{padding:.12rem 1rem .72rem!important}.baby-profile-manager-modal--delete .baby-profile-manager-heading h2{font-size:.9rem;font-weight:850}.baby-profile-manager-modal--delete .baby-profile-manager-close{width:1.8rem;height:1.8rem}.baby-profile-manager-modal--delete .baby-profile-delete-confirm{padding:.08rem 0 .18rem}.baby-profile-manager-modal--delete .baby-profile-delete-icon{width:3.55rem;height:3.55rem}.baby-profile-manager-modal--delete .baby-profile-delete-icon svg{width:1.65rem;height:1.65rem}.baby-profile-manager-modal--delete .baby-profile-delete-confirm>strong{margin-top:.7rem;font-size:.92rem;font-weight:820}.baby-profile-manager-modal--delete .baby-profile-delete-confirm>p:not(.baby-profile-manager-error){max-width:17rem;margin-top:.38rem;font-size:.74rem;line-height:1.55}.baby-profile-manager-modal--delete .baby-profile-delete-confirm .baby-profile-form-actions{width:min(100%,15rem);gap:.6rem;margin:.62rem auto 0}.baby-profile-manager-modal--delete .baby-profile-form-actions button{min-height:2.35rem;border-radius:1.3rem;font-size:.75rem;font-weight:750}.baby-profile-manager-modal button:disabled,.baby-profile-manager-modal input:disabled{cursor:not-allowed;opacity:.62}.baby-profile-manager-modal button:focus-visible,.baby-profile-manager-modal input:focus-visible{outline:3px solid rgba(79,130,255,.28);outline-offset:2px}@media(max-width:374px){.baby-profile-manager-modal .card-header,.baby-profile-manager-modal .card-body{padding-right:1rem!important;padding-left:1rem!important}.baby-profile-form-avatar-visual{width:3.8rem;height:3.8rem}.baby-profile-form-field>input,.baby-profile-date-picker,.baby-profile-gender-picker{min-height:2.55rem}.baby-profile-form-actions button{min-height:2.7rem}}@media(max-height:720px){.baby-profile-manager-modal--add .baby-profile-form-avatar,.baby-profile-manager-modal--edit .baby-profile-form-avatar{padding-bottom:.1rem}.baby-profile-manager-modal--add .baby-profile-form-avatar-visual,.baby-profile-manager-modal--edit .baby-profile-form-avatar-visual{width:3.65rem;height:3.65rem}.baby-profile-manager-modal--add .baby-profile-form-field,.baby-profile-manager-modal--edit .baby-profile-form-field{margin-top:.25rem}}@media(prefers-reduced-motion:no-preference){.baby-profile-manager-modal button{transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background-color .15s ease}.baby-profile-manager-modal button:active:not(:disabled){transform:scale(.98)}}@keyframes baby-profile-spin{to{transform:rotate(360deg)}}[data-v-547acb31]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.baby-detail-slice-page[data-v-547acb31]{min-height:100%;--baby-detail-w: min(100vw, 430px);--baby-detail-u: min(1vw, 4.3px);overflow-x:hidden;background:var(--profile-slice-radial-page-home),var(--profile-slice-gradient-page-home),var(--profile-slice-bg-soft-strong);color:var(--profile-slice-text)}.baby-detail-slice-hero[data-v-547acb31]{position:relative;width:var(--baby-detail-w);height:calc(var(--baby-detail-u) * 30);margin:0 auto;padding-top:max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px))}.baby-detail-slice-back[data-v-547acb31]{position:absolute;left:calc(var(--baby-detail-u) * 5);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--baby-detail-u) * 6.8);z-index:4;display:grid;width:calc(var(--baby-detail-u) * 7.1);height:calc(var(--baby-detail-u) * 7.1);place-items:center;border:0;border-radius:50%;background:var(--profile-slice-surface-strong-92);color:var(--profile-slice-primary);box-shadow:var(--profile-slice-shadow-back-wide)}.baby-detail-slice-hero h1[data-v-547acb31]{position:absolute;left:calc(var(--baby-detail-u) * 15.3);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--baby-detail-u) * 7.65);z-index:4;margin:0;color:var(--profile-slice-text-strong);font-size:.96rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.04}.baby-detail-slice-scenery[data-v-547acb31]{position:absolute;right:calc(var(--baby-detail-u) * -8.5);bottom:calc(var(--baby-detail-u) * -1.2);z-index:1;width:calc(var(--baby-detail-u) * 45.5);height:auto;-o-object-fit:contain;object-fit:contain;-webkit-mask-image:radial-gradient(ellipse 58% 70% at 52% 42%,#000 0 48%,rgba(0,0,0,.82) 58%,rgba(0,0,0,.32) 68%,transparent 82%);mask-image:radial-gradient(ellipse 58% 70% at 52% 42%,#000 0 48%,rgba(0,0,0,.82) 58%,rgba(0,0,0,.32) 68%,transparent 82%)}.baby-detail-slice-content[data-v-547acb31]{position:relative;z-index:5;display:flex;width:var(--baby-detail-w);flex-direction:column;gap:calc(var(--baby-detail-u) * 2.55);margin:calc(var(--baby-detail-u) * -4.2) auto 0;padding:0 calc(var(--baby-detail-u) * 3.9) calc(var(--app-main-scroll-pad-bottom, var(--app-bottom-nav-height, 5rem)) + var(--baby-detail-u) * 3)}.baby-detail-slice-panel[data-v-547acb31]{position:relative;isolation:isolate}.baby-detail-slice-panel-bg[data-v-547acb31]{display:block;width:100%;height:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.baby-detail-slice-profile[data-v-547acb31]{margin-top:0}.baby-detail-slice-profile .baby-detail-slice-panel-bg[data-v-547acb31]{height:calc(var(--baby-detail-u) * 32.2);-o-object-fit:fill;object-fit:fill}.baby-detail-slice-avatar[data-v-547acb31]{position:absolute;left:8.4%;top:18.9%;z-index:3;display:grid;width:26.2%;aspect-ratio:1;place-items:center;border:0;border-radius:50%;background:transparent;padding:0}.baby-detail-slice-avatar-img[data-v-547acb31],.baby-detail-slice-avatar-empty[data-v-547acb31]{display:grid;width:100%;height:100%;place-items:center;overflow:hidden;border:calc(var(--baby-detail-u) * 1.25) solid var(--profile-slice-white);border-radius:50%;background:var(--profile-slice-white);color:var(--profile-slice-avatar-empty);-o-object-fit:cover;object-fit:cover;box-shadow:var(--profile-slice-shadow-avatar)}.baby-detail-slice-pendant[data-v-547acb31]{position:absolute;top:50%;left:50%;z-index:3;width:170%;height:170%;max-width:none;-o-object-fit:contain;object-fit:contain;pointer-events:none;transform:translate(-50%,-50%)}.baby-detail-slice-camera[data-v-547acb31]{position:absolute;right:calc(var(--baby-detail-u) * -1.25);bottom:calc(var(--baby-detail-u) * .8);z-index:4;width:32%;height:32%;-o-object-fit:contain;object-fit:contain;filter:none}.baby-detail-slice-uploading[data-v-547acb31]{position:absolute;top:10%;right:10%;bottom:10%;left:10%;z-index:5;display:grid;place-items:center;border-radius:50%;background:var(--profile-slice-shadow-upload);color:var(--profile-slice-white);font-size:.68rem;font-weight:900}.baby-detail-slice-profile-copy[data-v-547acb31]{position:absolute;left:41%;top:31%;z-index:3;display:flex;width:31%;min-width:0;flex-direction:column;gap:calc(var(--baby-detail-u) * 1.35)}.baby-detail-slice-name-line[data-v-547acb31]{display:flex;min-width:0;align-items:center;gap:calc(var(--baby-detail-u) * 1.35)}.baby-detail-slice-name-line strong[data-v-547acb31]{min-width:0;overflow:hidden;color:var(--profile-slice-text-deep);font-size:.98rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.08;text-overflow:ellipsis;white-space:nowrap}.baby-detail-slice-gender[data-v-547acb31]{display:grid;width:1.12rem;height:1.12rem;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--profile-slice-surface-glass);color:var(--profile-slice-rose-strong);font-size:.72rem;font-weight:900;line-height:1;box-shadow:var(--profile-slice-inset-soft)}.baby-detail-slice-gender.male[data-v-547acb31]{color:var(--profile-slice-blue-strong)}.baby-detail-slice-age-pill[data-v-547acb31],.baby-detail-slice-born-pill[data-v-547acb31]{display:inline-flex;width:-moz-max-content;width:max-content;max-width:100%;align-items:center;gap:.28rem;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-pill-green-bg);padding:.24rem .5rem;color:var(--profile-slice-green-deep);font-size:.62rem;font-weight:900;line-height:1;white-space:nowrap;box-shadow:var(--profile-slice-inset-pill)}.baby-detail-slice-born-pill[data-v-547acb31]{background:var(--profile-slice-pill-blue-bg);color:var(--profile-slice-primary-value);font-size:.58rem}.baby-detail-slice-born-pill svg[data-v-547acb31]{width:.76rem;height:.76rem}.baby-detail-slice-section-title[data-v-547acb31]{position:absolute;left:6.6%;top:8.8%;z-index:3;display:flex;align-items:center;gap:.44rem}.baby-detail-slice-section-title img[data-v-547acb31]{width:1.04rem;height:1.04rem;-o-object-fit:contain;object-fit:contain}.baby-detail-slice-section-title h2[data-v-547acb31]{margin:0;color:var(--profile-slice-text-title);font-size:var(--profile-slice-font-section);font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.08}.baby-detail-slice-info-box[data-v-547acb31]{position:absolute;left:6.9%;right:6.9%;top:22.6%;z-index:3;overflow:hidden;border:1px solid var(--profile-slice-border-row-strong);border-radius:1.08rem;background:var(--profile-slice-info-box-bg)}.baby-detail-slice-info .baby-detail-slice-panel-bg[data-v-547acb31]{height:calc(var(--baby-detail-u) * 57.2);-o-object-fit:fill;object-fit:fill}.baby-detail-slice-row[data-v-547acb31]{position:relative;display:grid;min-height:calc(var(--baby-detail-u) * 7.85);grid-template-columns:calc(var(--baby-detail-u) * 7.2) minmax(calc(var(--baby-detail-u) * 13.4),1fr) minmax(0,1.72fr);align-items:center;gap:calc(var(--baby-detail-u) * .92);padding:0 calc(var(--baby-detail-u) * 3.7)}.baby-detail-slice-row+.baby-detail-slice-row[data-v-547acb31],.baby-detail-slice-error+.baby-detail-slice-row[data-v-547acb31]{border-top:1px solid var(--profile-slice-border-row)}.baby-detail-slice-name-row[data-v-547acb31]:after,.baby-detail-slice-date-row[data-v-547acb31]:after,.baby-detail-slice-age-row[data-v-547acb31]:after{position:absolute;right:calc(var(--baby-detail-u) * 3.9);top:50%;width:calc(var(--baby-detail-u) * 1.55);height:calc(var(--baby-detail-u) * 1.55);border-right:2px solid var(--profile-slice-text-chevron);border-bottom:2px solid var(--profile-slice-text-chevron);content:"";transform:translateY(-50%) rotate(-45deg)}.baby-detail-slice-row-icon[data-v-547acb31]{display:grid;width:calc(var(--baby-detail-u) * 5.45);height:calc(var(--baby-detail-u) * 5.45);place-items:center;border-radius:50%;background:var(--profile-slice-surface-glass)}.baby-detail-slice-row-icon img[data-v-547acb31]{width:72%;height:72%;-o-object-fit:contain;object-fit:contain}.baby-detail-slice-row-label[data-v-547acb31]{color:var(--profile-slice-text-muted-2);font-size:.66rem;font-weight:var(--profile-slice-weight-body);letter-spacing:0}.baby-detail-slice-row-value[data-v-547acb31],.baby-detail-slice-date-text[data-v-547acb31],.baby-detail-slice-name-input[data-v-547acb31]{min-width:0;color:var(--profile-slice-text-value);font-size:.72rem;font-weight:900;letter-spacing:0;text-align:right}.baby-detail-slice-name-input[data-v-547acb31]{width:100%;border:0;background:transparent;outline:none}.baby-detail-slice-name-row .baby-detail-slice-name-input[data-v-547acb31],.baby-detail-slice-date-row .baby-detail-slice-date-text[data-v-547acb31],.baby-detail-slice-age-row .baby-detail-slice-row-value[data-v-547acb31]{padding-right:calc(var(--baby-detail-u) * 3.3)}.baby-detail-slice-name-input.invalid[data-v-547acb31]{color:var(--profile-slice-rose-danger)}.baby-detail-slice-error[data-v-547acb31]{display:block;padding:0 1rem .48rem 4.25rem;color:var(--profile-slice-rose-danger);font-size:.68rem;font-weight:var(--profile-slice-weight-body)}.baby-detail-slice-gender-control[data-v-547acb31]{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid var(--profile-slice-border-row-strong);border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-surface-translucent);padding:.18rem}.baby-detail-slice-gender-control button[data-v-547acb31]{display:inline-flex;min-width:0;min-height:calc(var(--baby-detail-u) * 5.8);align-items:center;justify-content:center;gap:.28rem;border:0;border-radius:var(--profile-slice-radius-pill);background:transparent;color:var(--profile-slice-text-soft);font-size:.66rem;font-weight:900;letter-spacing:0;white-space:nowrap}.baby-detail-slice-gender-control button.active[data-v-547acb31]{background:var(--profile-slice-gradient-gender-female);color:var(--profile-slice-white);box-shadow:var(--profile-slice-shadow-gender-female)}.baby-detail-slice-gender-control button:first-child.active[data-v-547acb31]{background:var(--profile-slice-gradient-gender-male);box-shadow:var(--profile-slice-shadow-gender-male)}.baby-detail-slice-date-row[data-v-547acb31]{cursor:pointer}.baby-detail-slice-date-picker-wrap[data-v-547acb31]{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:4;display:block;opacity:0}.baby-detail-slice-date-picker-button[data-v-547acb31]{width:100%!important;height:100%!important;border:0!important;background:transparent!important}.baby-detail-slice-date-picker-wrap[data-v-547acb31] .relative{width:100%;height:100%}.baby-detail-slice-status .baby-detail-slice-section-title[data-v-547acb31]{top:8%}.baby-detail-slice-status .baby-detail-slice-panel-bg[data-v-547acb31]{height:calc(var(--baby-detail-u) * 62.8);-o-object-fit:fill;object-fit:fill}.baby-detail-slice-status-banner[data-v-547acb31]{position:absolute;left:7%;right:7%;top:20.2%;z-index:3;display:grid;min-height:3.18rem;grid-template-columns:2.62rem minmax(0,1fr);align-items:center;gap:.58rem;border:1px solid var(--profile-slice-status-green-border);border-radius:1.16rem;background:var(--profile-slice-status-green-bg);padding:.38rem 2.72rem .38rem .64rem}.baby-detail-slice-status-banner[data-v-547acb31]:after{position:absolute;right:.76rem;top:50%;display:grid;width:1.48rem;height:1.68rem;place-items:center;border-radius:1.05rem 1.05rem 1.45rem 1.45rem;background:var(--profile-slice-status-green-check);color:var(--profile-slice-white);content:"✓";font-size:.78rem;font-weight:var(--profile-slice-weight-title);line-height:1;transform:translateY(-50%);box-shadow:var(--profile-slice-inset-check),var(--profile-slice-shadow-status-green)}.baby-detail-slice-status-banner--blue[data-v-547acb31]{border-color:var(--profile-slice-status-blue-border);background:var(--profile-slice-status-blue-bg)}.baby-detail-slice-status-banner--blue[data-v-547acb31]:after{background:var(--profile-slice-status-blue-check);box-shadow:var(--profile-slice-inset-check),var(--profile-slice-shadow-status-blue)}.baby-detail-slice-status-banner--orange[data-v-547acb31]{border-color:var(--profile-slice-status-orange-border);background:var(--profile-slice-status-orange-bg)}.baby-detail-slice-status-banner--orange[data-v-547acb31]:after{background:var(--profile-slice-status-orange-check);box-shadow:var(--profile-slice-inset-check),var(--profile-slice-shadow-status-orange)}.baby-detail-slice-status-banner--purple[data-v-547acb31]{border-color:var(--profile-slice-status-purple-border);background:var(--profile-slice-status-purple-bg)}.baby-detail-slice-status-banner--purple[data-v-547acb31]:after{background:var(--profile-slice-status-purple-check);box-shadow:var(--profile-slice-inset-check),var(--profile-slice-shadow-status-purple)}.baby-detail-slice-status-banner img[data-v-547acb31]{width:2.52rem;height:2.52rem;-o-object-fit:contain;object-fit:contain}.baby-detail-slice-status-banner div[data-v-547acb31]{min-width:0}.baby-detail-slice-status-banner span[data-v-547acb31]{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.baby-detail-slice-status-banner strong[data-v-547acb31]{display:block;margin-top:.12rem;color:var(--profile-slice-status-green-text);font-size:.72rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.1}.baby-detail-slice-status-banner--blue strong[data-v-547acb31]{color:var(--profile-slice-status-blue-text)}.baby-detail-slice-status-banner--orange strong[data-v-547acb31]{color:var(--profile-slice-status-orange-text)}.baby-detail-slice-status-banner--purple strong[data-v-547acb31]{color:var(--profile-slice-status-purple-text)}.baby-detail-slice-status-banner p[data-v-547acb31]{margin:.2rem 0 0;overflow:hidden;color:var(--profile-slice-text-muted-3);font-size:.58rem;font-weight:760;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.baby-detail-slice-status-grid[data-v-547acb31]{position:absolute;left:7%;right:7%;top:53.8%;z-index:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.42rem}.baby-detail-slice-status-option[data-v-547acb31]{position:relative;display:grid;min-width:0;min-height:2.04rem;align-items:center;grid-template-columns:auto minmax(0,auto);justify-content:center;-moz-column-gap:.28rem;column-gap:.28rem;border:1px solid var(--profile-slice-border-option);border-radius:1.05rem;background:var(--profile-slice-status-option-bg);color:var(--profile-slice-text-muted-2);padding:.28rem .34rem;font-size:.62rem;font-weight:900;letter-spacing:0;white-space:nowrap;box-shadow:var(--profile-slice-shadow-list)}.baby-detail-slice-status-option.active[data-v-547acb31]{grid-template-columns:1.22rem minmax(0,auto) .78rem;-moz-column-gap:.3rem;column-gap:.3rem;justify-content:center;padding-inline:.26rem}.baby-detail-slice-status-check[data-v-547acb31]{display:grid;width:.78rem;height:.78rem;place-items:center;border-radius:50%;background:var(--profile-slice-green);color:var(--profile-slice-white);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.52rem;font-weight:var(--profile-slice-weight-title);line-height:1}.baby-detail-slice-status-option.active[data-v-547acb31]{border-color:var(--profile-slice-status-option-green-border);background:var(--profile-slice-status-option-green-bg);color:var(--profile-slice-green-strong);box-shadow:var(--profile-slice-shadow-status-option)}.baby-detail-slice-status-option--blue.active[data-v-547acb31]{border-color:var(--profile-slice-status-option-blue-border);background:var(--profile-slice-status-option-blue-bg);color:var(--profile-slice-status-blue-text)}.baby-detail-slice-status-option--blue.active .baby-detail-slice-status-check[data-v-547acb31]{background:var(--profile-slice-primary)}.baby-detail-slice-status-option--orange.active[data-v-547acb31]{border-color:var(--profile-slice-status-option-orange-border);background:var(--profile-slice-status-option-orange-bg);color:var(--profile-slice-status-orange-text)}.baby-detail-slice-status-option--orange.active .baby-detail-slice-status-check[data-v-547acb31]{background:var(--profile-slice-status-orange-text)}.baby-detail-slice-status-option--purple.active[data-v-547acb31]{border-color:var(--profile-slice-status-option-purple-border);background:var(--profile-slice-status-option-purple-bg);color:var(--profile-slice-status-purple-text)}.baby-detail-slice-status-option--purple.active .baby-detail-slice-status-check[data-v-547acb31]{background:var(--profile-slice-status-purple-text)}.baby-detail-slice-status-emoji[data-v-547acb31]{display:grid;width:1.22rem;height:1.22rem;flex:0 0 auto;overflow:hidden;place-items:center;border-radius:50%;background:var(--profile-slice-white);box-shadow:var(--profile-slice-inset-soft)}.baby-detail-slice-status-emoji img[data-v-547acb31]{width:114%;height:114%;-o-object-fit:contain;object-fit:contain}.baby-detail-slice-status-label[data-v-547acb31]{min-width:0;overflow:hidden;text-overflow:ellipsis}.baby-detail-slice-delete[data-v-547acb31]{align-self:center;min-width:9rem;min-height:2.45rem;border:0;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-surface-danger);color:var(--profile-slice-red);font-size:.86rem;font-weight:900}@media(max-width:374px){.baby-detail-slice-hero h1[data-v-547acb31]{font-size:var(--profile-slice-font-child-title-sm)}.baby-detail-slice-name-line strong[data-v-547acb31]{font-size:1.08rem}.baby-detail-slice-row[data-v-547acb31]{min-height:calc(var(--baby-detail-u) * 9.35);grid-template-columns:2.35rem minmax(4.7rem,1fr) minmax(0,1.56fr);padding:0 .78rem}.baby-detail-slice-row-label[data-v-547acb31],.baby-detail-slice-row-value[data-v-547acb31],.baby-detail-slice-date-text[data-v-547acb31],.baby-detail-slice-name-input[data-v-547acb31],.baby-detail-slice-gender-control button[data-v-547acb31]{font-size:.76rem}.baby-detail-slice-status-grid[data-v-547acb31]{gap:.48rem}.baby-detail-slice-status-option[data-v-547acb31]{min-height:2.24rem;font-size:.68rem}.baby-detail-slice-status-option.active[data-v-547acb31]{grid-template-columns:minmax(1.08rem,auto) minmax(0,auto) .78rem;-moz-column-gap:.22rem;column-gap:.22rem;padding-inline:.28rem}.baby-detail-slice-status-option.active .baby-detail-slice-status-emoji[data-v-547acb31]{width:1.2rem;height:1.2rem}.baby-detail-slice-status-check[data-v-547acb31]{width:.78rem;height:.78rem;font-size:.56rem}}.baby-detail-shell[data-v-547acb31]{display:flex;flex-direction:column;gap:.85rem;color:#1f2937}.baby-detail-card[data-v-547acb31]{border:1px solid rgba(219,228,247,.96);border-radius:1.5rem;background:#fff;box-shadow:0 1.125rem 2.625rem #3466be14}.baby-profile-card[data-v-547acb31]{padding:.9rem}.baby-status-card[data-v-547acb31]{padding:.85rem}.baby-detail-card-head[data-v-547acb31]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.baby-detail-card-head h2[data-v-547acb31]{min-width:0;margin:0;color:#111827;font-size:.98rem;font-weight:900;line-height:1.2}.baby-saving-pill[data-v-547acb31]{flex-shrink:0;border-radius:999px;background:#5b4df01a;color:#5b4df0;padding:.32rem .62rem;font-size:.7rem;font-weight:900}.baby-avatar-section[data-v-547acb31],.baby-field-card[data-v-547acb31],.baby-age-summary[data-v-547acb31]{box-sizing:border-box;border:1px solid #eceaf7;border-radius:1.12rem;background:#f8f8fb}.baby-avatar-section[data-v-547acb31]{padding:.78rem}.baby-avatar-section-head[data-v-547acb31]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.baby-field-label[data-v-547acb31]{display:block;margin-bottom:.48rem;color:#727180;font-size:.72rem;font-weight:900;line-height:1}.avatar-action-btn[data-v-547acb31]{flex-shrink:0;min-height:1.9rem;border:0;border-radius:999px;background:linear-gradient(135deg,#7c5cff,#5b4df0);color:#fff;padding:0 .82rem;font-size:.72rem;font-weight:900;box-shadow:0 .5rem 1rem #5b4df02e}.avatar-main-row[data-v-547acb31]{display:flex;align-items:center;gap:.9rem;margin-bottom:.72rem}.avatar-editor[data-v-547acb31]{position:relative;display:grid;width:5rem;height:5rem;flex-shrink:0;place-items:center;border:0;background:transparent;padding:0}.baby-avatar-img[data-v-547acb31],.baby-avatar-empty[data-v-547acb31]{display:flex;width:4.4rem;height:4.4rem;align-items:center;justify-content:center;overflow:hidden;border:.3rem solid #ffffff;border-radius:1.42rem;background:#fff8ed;color:#5b4df0;box-shadow:0 .75rem #2c2a4414;-o-object-fit:cover;object-fit:cover}.baby-avatar-empty[data-v-547acb31]{background:linear-gradient(135deg,#fef3c7,#bbf7d0)}.baby-pendant-img[data-v-547acb31]{position:absolute;top:50%;left:50%;width:170%;height:170%;max-width:none;-o-object-fit:contain;object-fit:contain;pointer-events:none;transform:translate(-50%,-50%)}.avatar-uploading[data-v-547acb31]{position:absolute;top:.36rem;right:.36rem;bottom:.36rem;left:.36rem;display:grid;place-items:center;border-radius:1.25rem;background:#0f172a9e;color:#fff;font-size:.7rem;font-weight:900;z-index:3}.avatar-clear-btn[data-v-547acb31],.avatar-camera-badge[data-v-547acb31]{position:absolute;z-index:4;display:grid;width:1.55rem;height:1.55rem;place-items:center;border-radius:999px;font-weight:900}.avatar-clear-btn[data-v-547acb31]{top:.12rem;right:.12rem;border:0;background:#f43f5e;color:#fff;box-shadow:0 .5rem 1rem #f43f5e42}.avatar-camera-badge[data-v-547acb31]{right:.12rem;bottom:.12rem;border:.22rem solid #ffffff;background:#5b4df0;color:#fff;font-size:.9rem;line-height:1}.avatar-current-copy[data-v-547acb31]{min-width:0;display:flex;flex-direction:column;gap:.42rem}.avatar-current-copy strong[data-v-547acb31]{display:block;max-width:12rem;overflow:hidden;color:#242431;font-size:1.18rem;font-weight:1000;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.avatar-current-copy span[data-v-547acb31]{color:#7c8798;font-size:.76rem;font-weight:800;line-height:1.35}.baby-preset-scroll[data-v-547acb31]{display:flex;gap:.62rem;overflow-x:auto;overflow-y:hidden;padding:.08rem 0 .16rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.baby-preset-scroll[data-v-547acb31]::-webkit-scrollbar{display:none}.baby-preset-avatar[data-v-547acb31]{display:grid;width:3rem;height:3rem;flex:0 0 3rem;place-items:center;border:.12rem solid transparent;border-radius:1rem;background:#fff;padding:.16rem;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.baby-preset-avatar img[data-v-547acb31]{width:2.38rem;height:2.38rem;border-radius:.82rem;-o-object-fit:cover;object-fit:cover}.baby-preset-avatar.active[data-v-547acb31]{border-color:#7c5cff;box-shadow:0 .45rem 1rem #5b4df033;transform:translateY(-.04rem)}.baby-form-stack[data-v-547acb31]{display:flex;flex-direction:column;gap:.72rem;margin-top:.72rem}.baby-field-card[data-v-547acb31],.baby-age-summary[data-v-547acb31]{padding:.78rem}.baby-text-input[data-v-547acb31]{box-sizing:border-box;width:100%;height:3rem;border:1px solid #eceaf7;border-radius:.9rem;background:#fff;color:#242431;font-size:.88rem;font-weight:900;outline:none;padding:0 .9rem}.baby-text-input.invalid[data-v-547acb31]{border-color:#f43f5e73;background:#fff1f2eb}.baby-error-text[data-v-547acb31]{display:block;margin-top:.36rem;color:#f43f5e;font-size:.68rem;font-weight:800}.gender-options[data-v-547acb31]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.gender-btn[data-v-547acb31]{display:inline-flex;min-width:0;min-height:2.55rem;align-items:center;justify-content:center;gap:.4rem;border:1px solid #eceaf7;border-radius:.9rem;background:#fff;color:#4b5563;font-size:.88rem;font-weight:900;transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease}.gender-btn[data-v-547acb31]:active{transform:scale(.98)}.gender-symbol[data-v-547acb31]{font-size:1rem;font-weight:1000}.gender-active-male[data-v-547acb31]{border-color:#0ea5e961;background:#e0f2fe;color:#0369a1}.gender-active-female[data-v-547acb31]{border-color:#f472b647;background:#fb71aa;color:#fff;box-shadow:0 .55rem 1.15rem #fb71aa2e}.baby-age-summary[data-v-547acb31]{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.baby-age-summary strong[data-v-547acb31]{display:inline-flex;align-items:center;min-height:3rem;color:#242431;font-size:.95rem;font-weight:1000}.baby-age-summary p[data-v-547acb31]{margin:0;color:#d97706;font-size:.72rem;font-weight:800;line-height:1.35;text-align:right}.status-grid[data-v-547acb31]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.48rem}.status-item[data-v-547acb31]{display:flex;min-width:0;min-height:3rem;align-items:center;justify-content:center;gap:.34rem;border:1px solid #eceaf7;border-radius:1rem;background:#f8f8fb;color:#64748b;padding:.42rem .36rem;font-size:.72rem;font-weight:900;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.status-item.active[data-v-547acb31]{border-color:#14b8a659;background:#14b8a61f;color:#0f766e}.status-icon-bubble[data-v-547acb31]{display:grid;width:1.55rem;height:1.55rem;flex-shrink:0;place-items:center;border-radius:.62rem;background:#fff}.baby-danger-zone[data-v-547acb31]{padding:0 .1rem .2rem}@media(min-width:640px){.baby-detail-shell[data-v-547acb31]{gap:1rem}.baby-profile-card[data-v-547acb31],.baby-status-card[data-v-547acb31]{padding:1rem}}.baby-detail-slice-page[data-v-547acb31]{--baby-detail-w: min(100vw, 430px);--baby-detail-u: calc(var(--baby-detail-w) / 100);--baby-detail-content-gutter: calc(var(--baby-detail-u) * 3.15);--baby-detail-page: #ffffff;--baby-detail-text: #17263e;--baby-detail-text-strong: #111f36;--baby-detail-muted: #7890ae;--baby-detail-muted-soft: #92a3bb;--baby-detail-border: rgba(115, 158, 215, .24);--baby-detail-shadow: 0 calc(var(--baby-detail-u) * 2.2) calc(var(--baby-detail-u) * 6.5) rgba(65, 116, 178, .09);position:relative;width:var(--baby-detail-w);min-height:100%;margin:0 auto;overflow-x:hidden;background:var(--baby-detail-page);color:var(--baby-detail-text);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}.baby-detail-slice-page button[data-v-547acb31],.baby-detail-slice-page input[data-v-547acb31]{font:inherit}.baby-detail-slice-hero[data-v-547acb31]{position:relative;z-index:1;width:100%;height:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--baby-detail-u) * 26.5);overflow:hidden;background:linear-gradient(180deg,#75c8f5,#a8e1fb 64%,#eaf7fd)}.baby-detail-slice-hero[data-v-547acb31]:before{position:absolute;z-index:1;top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--baby-detail-u) * 10.2);left:calc(var(--baby-detail-u) * 23.2);width:calc(var(--baby-detail-u) * 13.8);height:calc(var(--baby-detail-u) * 4.1);border-radius:50%;background:#ffffffe0;box-shadow:calc(var(--baby-detail-u) * 3.2) calc(var(--baby-detail-u) * -2.6) 0 calc(var(--baby-detail-u) * -.45) #ffffffeb,calc(var(--baby-detail-u) * 7.3) calc(var(--baby-detail-u) * -.4) 0 calc(var(--baby-detail-u) * -.85) #ffffffdb,calc(var(--baby-detail-u) * -3.4) calc(var(--baby-detail-u) * .5) 0 calc(var(--baby-detail-u) * -.8) #fffc;content:""}.baby-detail-slice-back[data-v-547acb31]{position:absolute;z-index:6;top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--baby-detail-u) * 6.8);left:calc(var(--baby-detail-u) * 5);display:grid;width:calc(var(--baby-detail-u) * 7.1);height:calc(var(--baby-detail-u) * 7.1);place-items:center;border:0;border-radius:50%;background:#fffffff2;color:#1e3553;box-shadow:0 calc(var(--baby-detail-u) * 1.2) calc(var(--baby-detail-u) * 3.2) #3168a31f}.baby-detail-slice-back svg[data-v-547acb31]{width:52%;height:52%}.baby-detail-slice-back[data-v-547acb31]:before{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:inherit;content:""}.baby-detail-slice-hero h1[data-v-547acb31]{position:absolute;z-index:6;top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--baby-detail-u) * 7.65);left:calc(var(--baby-detail-u) * 15.3);margin:0;color:#101e34;font-size:var(--profile-slice-font-child-title);font-weight:900;letter-spacing:.02em;line-height:1;white-space:nowrap}.baby-detail-slice-scenery[data-v-547acb31]{position:absolute;z-index:1;top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--baby-detail-u) * 2);right:calc(var(--baby-detail-u) * -.3);width:calc(var(--baby-detail-u) * 40.5);height:calc(var(--baby-detail-u) * 22.9);-o-object-fit:cover;object-fit:cover;-o-object-position:right top;object-position:right top;pointer-events:none;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 15%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 15%,#000 100%)}.baby-detail-slice-content[data-v-547acb31]{position:relative;z-index:3;display:block;width:100%;margin:calc(var(--baby-detail-u) * -3.2) auto 0;padding:0 var(--baby-detail-content-gutter) calc(var(--app-main-scroll-pad-bottom, 7rem) + var(--baby-detail-u) * 3)}.baby-detail-slice-profile[data-v-547acb31]{position:relative;height:calc(var(--baby-detail-u) * 27)}.baby-detail-slice-avatar[data-v-547acb31]{position:absolute;z-index:3;top:calc(var(--baby-detail-u) * .2);left:calc(var(--baby-detail-u) * 3.2);display:grid;width:calc(var(--baby-detail-u) * 21.5);height:calc(var(--baby-detail-u) * 21.5);place-items:center;border:0;border-radius:50%;background:transparent;padding:0}.baby-detail-slice-avatar-img[data-v-547acb31],.baby-detail-slice-avatar-empty[data-v-547acb31]{display:grid;width:100%;height:100%;place-items:center;overflow:hidden;border:calc(var(--baby-detail-u) * 1.25) solid #ffffff;border-radius:50%;background:#fff;color:#76a4de;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;box-shadow:0 calc(var(--baby-detail-u) * 1.4) calc(var(--baby-detail-u) * 5) #4c81b72b,0 0 0 calc(var(--baby-detail-u) * .55) #ffffff9e}.baby-detail-slice-uploading[data-v-547acb31]{position:absolute;z-index:5;top:10%;right:10%;bottom:10%;left:10%;display:grid;place-items:center;border-radius:50%;background:#0f233ea3;color:#fff;font-size:.66rem;font-weight:900}.baby-detail-slice-profile-copy[data-v-547acb31]{position:absolute;z-index:3;top:calc(var(--baby-detail-u) * 4);left:32.5%;display:flex;min-width:0;width:40%;flex-direction:column;align-items:flex-start;gap:calc(var(--baby-detail-u) * 1.7)}.baby-detail-slice-name-line[data-v-547acb31]{display:flex;min-width:0;align-items:center;gap:calc(var(--baby-detail-u) * 1.4);border:0;background:transparent;padding:0;color:inherit;text-align:left}.baby-detail-slice-name-line strong[data-v-547acb31]{min-width:0;overflow:hidden;color:var(--baby-detail-text-strong);font-size:clamp(1rem,calc(var(--baby-detail-u) * 3.9),1.15rem);font-weight:920;letter-spacing:0;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.baby-detail-slice-gender[data-v-547acb31]{display:inline-grid;width:calc(var(--baby-detail-u) * 4);height:calc(var(--baby-detail-u) * 4);place-items:center;border-radius:50%;color:#ff7396;font-size:.72rem;font-weight:900;line-height:1}.baby-detail-slice-gender.male[data-v-547acb31]{color:#4f8ff5}.baby-detail-slice-gender.unknown[data-v-547acb31]{color:#9aaac0}.baby-detail-slice-name-chevron[data-v-547acb31]{width:calc(var(--baby-detail-u) * 3.2);height:calc(var(--baby-detail-u) * 3.2);flex:0 0 auto;color:#273a56}.baby-detail-slice-manage-actions[data-v-547acb31]{position:absolute;z-index:5;top:calc(var(--baby-detail-u) * .8);right:0;display:flex;align-items:center;gap:calc(var(--baby-detail-u) * 2.2)}.baby-detail-slice-manage-button[data-v-547acb31]{position:relative;display:grid;width:1.85rem;height:1.85rem;place-items:center;border:0;border-radius:50%;padding:0;color:#4f85f5;background:linear-gradient(145deg,#eef5ff,#f8fbff);box-shadow:0 calc(var(--baby-detail-u) * 1.1) calc(var(--baby-detail-u) * 3) #4676bc1c}.baby-detail-slice-manage-button[data-v-547acb31]:after{position:absolute;top:-.35rem;right:-.35rem;bottom:-.35rem;left:-.35rem;content:""}.baby-detail-slice-manage-button--add[data-v-547acb31]{color:#2aae84;background:linear-gradient(145deg,#ebfbf6,#f6fffc)}.baby-detail-slice-manage-button svg[data-v-547acb31]{width:45%;height:45%}.baby-detail-slice-age-pill[data-v-547acb31],.baby-detail-slice-born-pill[data-v-547acb31]{display:inline-flex;width:-moz-max-content;width:max-content;max-width:100%;min-height:calc(var(--baby-detail-u) * 4.9);align-items:center;gap:calc(var(--baby-detail-u) * .7);border-radius:calc(var(--baby-detail-u) * 2.9);background:linear-gradient(135deg,#eafcf4,#f2fff9);padding:0 calc(var(--baby-detail-u) * 2.1);color:#168c6a;font-size:clamp(.69rem,calc(var(--baby-detail-u) * 2.6),.82rem);font-weight:850;line-height:1;white-space:nowrap;box-shadow:inset 0 0 0 1px #3fc49624}.baby-detail-slice-born-pill[data-v-547acb31]{min-height:calc(var(--baby-detail-u) * 4.7);background:linear-gradient(135deg,#eef8ff,#f7fbff);color:#3789f3;font-size:clamp(.64rem,calc(var(--baby-detail-u) * 2.35),.76rem);box-shadow:inset 0 0 0 1px #4a99f51a}.baby-detail-slice-born-pill svg[data-v-547acb31]{width:calc(var(--baby-detail-u) * 3.1);height:calc(var(--baby-detail-u) * 3.1)}.baby-detail-slice-info[data-v-547acb31],.baby-detail-slice-status[data-v-547acb31]{position:relative}.baby-detail-slice-section-title[data-v-547acb31]{position:static;display:flex;align-items:center;gap:calc(var(--baby-detail-u) * 1.5);padding-left:calc(var(--baby-detail-u) * .2)}.baby-detail-slice-section-title img[data-v-547acb31]{width:calc(var(--baby-detail-u) * 3.3);height:calc(var(--baby-detail-u) * 3.3);-o-object-fit:contain;object-fit:contain}.baby-detail-slice-section-title h2[data-v-547acb31]{margin:0;color:var(--baby-detail-text);font-size:clamp(.86rem,calc(var(--baby-detail-u) * 3.05),.98rem);font-weight:900;letter-spacing:.01em;line-height:1.1}.baby-detail-slice-info-grid[data-v-547acb31]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:calc(var(--baby-detail-u) * 1.8);overflow:hidden;border:1px solid rgba(119,150,191,.18);border-radius:calc(var(--baby-detail-u) * 4.3);background:#fffffff0;box-shadow:0 calc(var(--baby-detail-u) * 2.1) calc(var(--baby-detail-u) * 6.2) #3b65971a,inset 0 1px #fffffff0}.baby-detail-slice-info-card[data-v-547acb31]{position:relative;display:flex;min-width:0;height:calc(var(--baby-detail-u) * 29.5);flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border:0;border-radius:0;background:transparent;padding:calc(var(--baby-detail-u) * 1.4) calc(var(--baby-detail-u) * .45) calc(var(--baby-detail-u) * 1.8);text-align:center;box-shadow:none}.baby-detail-slice-info-card+.baby-detail-slice-info-card[data-v-547acb31]:before{position:absolute;top:14%;bottom:12%;left:0;width:1px;background:linear-gradient(180deg,transparent,rgba(126,151,186,.18) 18%,rgba(126,151,186,.18) 82%,transparent);content:""}.baby-detail-slice-info-art[data-v-547acb31]{display:grid;width:100%;height:calc(var(--baby-detail-u) * 14.5);flex:0 0 auto;place-items:center}.baby-detail-slice-info-art img[data-v-547acb31]{display:block;width:calc(var(--baby-detail-u) * 9.2);height:calc(var(--baby-detail-u) * 9.2);-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 calc(var(--baby-detail-u) * .8) calc(var(--baby-detail-u) * 1.3) rgba(67,92,123,.1))}.baby-detail-slice-info-art.character img[data-v-547acb31]{width:calc(var(--baby-detail-u) * 14.5);height:calc(var(--baby-detail-u) * 14.5)}.baby-detail-slice-info-symbol[data-v-547acb31]{display:grid;width:calc(var(--baby-detail-u) * 9.2);height:calc(var(--baby-detail-u) * 9.2);place-items:center;border:1px solid rgba(255,255,255,.82);border-radius:50%;color:#fff;font-size:clamp(1.05rem,calc(var(--baby-detail-u) * 5.4),1.45rem);font-weight:900;line-height:1;box-shadow:0 calc(var(--baby-detail-u) * .9) calc(var(--baby-detail-u) * 2.4) #4a74b124}.baby-detail-slice-info-art--male .baby-detail-slice-info-symbol[data-v-547acb31]{background:linear-gradient(145deg,#8fc2ff,#5c91ef)}.baby-detail-slice-info-art--female .baby-detail-slice-info-symbol[data-v-547acb31]{background:linear-gradient(145deg,#ffb5cb,#f47fa4)}.baby-detail-slice-info-art--neutral .baby-detail-slice-info-symbol[data-v-547acb31]{background:linear-gradient(145deg,#c6d1df,#9baabd)}.baby-detail-slice-info-heading[data-v-547acb31]{display:block;width:100%;min-width:0;margin-top:calc(var(--baby-detail-u) * .85);overflow:hidden;color:#778ba8;font-size:clamp(.56rem,calc(var(--baby-detail-u) * 1.95),.64rem);font-weight:750;letter-spacing:.01em;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.baby-detail-slice-info-value[data-v-547acb31]{display:block;width:100%;min-width:0;margin-top:calc(var(--baby-detail-u) * 1.15);overflow:hidden;border:0;background:transparent;color:var(--baby-detail-text-strong);font-size:clamp(.68rem,calc(var(--baby-detail-u) * 2.55),.82rem);font-weight:900;letter-spacing:-.01em;line-height:1.05;outline:none;text-align:center;text-overflow:ellipsis;white-space:nowrap}.baby-detail-slice-info-card--stage .baby-detail-slice-info-value[data-v-547acb31],.baby-detail-slice-info-card--birth .baby-detail-slice-info-value[data-v-547acb31]{font-size:clamp(.61rem,calc(var(--baby-detail-u) * 2.2),.72rem)}.baby-detail-slice-date-picker-wrap[data-v-547acb31]{position:absolute!important;z-index:4;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block;opacity:0}.baby-detail-slice-date-picker-wrap[data-v-547acb31] .relative,.baby-detail-slice-date-picker-wrap[data-v-547acb31] .date-trigger{width:100%;height:100%}.baby-detail-slice-status[data-v-547acb31]{margin-top:calc(var(--baby-detail-u) * 4.1)}.baby-detail-slice-status .baby-detail-slice-section-title img[data-v-547acb31]{width:calc(var(--baby-detail-u) * 3.5);height:calc(var(--baby-detail-u) * 3.5)}.baby-detail-slice-status-banner[data-v-547acb31]{position:relative;left:auto;right:auto;top:auto;z-index:1;display:block;width:100%;height:calc(var(--baby-detail-u) * 21.5);min-height:0;margin-top:calc(var(--baby-detail-u) * 1);overflow:hidden;border:1px solid rgba(62,194,150,.35);border-radius:calc(var(--baby-detail-u) * 4.25);background:radial-gradient(circle at 79% 45%,rgba(255,255,255,.82),transparent 31%),linear-gradient(115deg,#eefff8,#f9fffc 56%,#ecfbf5);padding:0;box-shadow:0 calc(var(--baby-detail-u) * 2.2) calc(var(--baby-detail-u) * 6) #3aa47f17}.baby-detail-slice-status-banner[data-v-547acb31]:after{content:none}.baby-detail-slice-status-banner--blue[data-v-547acb31]{border-color:#5399f557;background:linear-gradient(115deg,#eef7ff,#fbfdff 56%,#eaf4ff)}.baby-detail-slice-status-banner--orange[data-v-547acb31]{border-color:#f2a44b54;background:linear-gradient(115deg,#fff8ec,#fffdf8 56%,#fff3df)}.baby-detail-slice-status-banner--purple[data-v-547acb31]{border-color:#8b73e84d;background:linear-gradient(115deg,#f4f1ff,#fdfcff 56%,#eee9ff)}.baby-detail-slice-status-banner .baby-detail-slice-status-hero-art[data-v-547acb31]{position:absolute;z-index:2;bottom:calc(var(--baby-detail-u) * -.2);left:calc(var(--baby-detail-u) * 3.2);width:calc(var(--baby-detail-u) * 24.5);height:calc(var(--baby-detail-u) * 20.5);-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom;filter:drop-shadow(0 calc(var(--baby-detail-u) * 1.2) calc(var(--baby-detail-u) * 1.8) rgba(64,145,107,.1))}.baby-detail-slice-status-banner-copy[data-v-547acb31]{position:absolute;z-index:3;top:calc(var(--baby-detail-u) * 4.2);left:calc(var(--baby-detail-u) * 35);min-width:0}.baby-detail-slice-status-banner-copy>span[data-v-547acb31]{display:block;color:#22a77f;font-size:clamp(.66rem,calc(var(--baby-detail-u) * 2.35),.76rem);font-weight:760;line-height:1}.baby-detail-slice-status-banner-copy strong[data-v-547acb31]{display:block;margin-top:calc(var(--baby-detail-u) * 1.45);color:#169f75;font-size:clamp(1.05rem,calc(var(--baby-detail-u) * 3.9),1.22rem);font-weight:900;letter-spacing:.01em;line-height:1}.baby-detail-slice-status-banner--blue .baby-detail-slice-status-banner-copy>span[data-v-547acb31],.baby-detail-slice-status-banner--blue .baby-detail-slice-status-banner-copy strong[data-v-547acb31]{color:#3e8de5}.baby-detail-slice-status-banner--orange .baby-detail-slice-status-banner-copy>span[data-v-547acb31],.baby-detail-slice-status-banner--orange .baby-detail-slice-status-banner-copy strong[data-v-547acb31]{color:#d98225}.baby-detail-slice-status-banner--purple .baby-detail-slice-status-banner-copy>span[data-v-547acb31],.baby-detail-slice-status-banner--purple .baby-detail-slice-status-banner-copy strong[data-v-547acb31]{color:#7660d5}.baby-detail-slice-status-banner-copy p[data-v-547acb31]{margin:calc(var(--baby-detail-u) * 2.1) 0 0;overflow:visible;color:var(--baby-detail-muted);font-size:clamp(.62rem,calc(var(--baby-detail-u) * 2.15),.72rem);font-weight:650;line-height:1.2;text-overflow:clip;white-space:nowrap}.baby-detail-slice-status-banner .baby-detail-slice-status-banner-check[data-v-547acb31]{position:absolute;z-index:4;top:50%;right:calc(var(--baby-detail-u) * 4.8);display:grid;width:calc(var(--baby-detail-u) * 8.6);height:calc(var(--baby-detail-u) * 8.6);place-items:center;border:calc(var(--baby-detail-u) * .45) solid rgba(255,255,255,.76);border-radius:50%;background:linear-gradient(145deg,#70d8b3,#37bd91);color:#fff;box-shadow:0 calc(var(--baby-detail-u) * 1.6) calc(var(--baby-detail-u) * 3.6) #26b08540,inset 0 1px 1px #ffffffbf;transform:translateY(-50%)}.baby-detail-slice-status-banner--blue .baby-detail-slice-status-banner-check[data-v-547acb31]{background:linear-gradient(145deg,#82b9ff,#4f8ce8)}.baby-detail-slice-status-banner--orange .baby-detail-slice-status-banner-check[data-v-547acb31]{background:linear-gradient(145deg,#ffc477,#ee9543)}.baby-detail-slice-status-banner--purple .baby-detail-slice-status-banner-check[data-v-547acb31]{background:linear-gradient(145deg,#a89af3,#7662dd)}.baby-detail-slice-status-banner-check svg[data-v-547acb31]{width:57%;height:57%}.baby-detail-slice-status-grid[data-v-547acb31]{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:calc(var(--baby-detail-u) * 22);gap:calc(var(--baby-detail-u) * 1.8);margin-top:calc(var(--baby-detail-u) * 2.7)}.baby-detail-slice-status-option[data-v-547acb31]{position:relative;display:grid;min-width:0;height:100%;min-height:0;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-content:center;justify-items:center;gap:calc(var(--baby-detail-u) * .8);overflow:hidden;border:1px solid rgba(116,184,158,.31);border-radius:calc(var(--baby-detail-u) * 3.4);background:linear-gradient(135deg,#f1fff9,#fbfffd);color:var(--baby-detail-text);padding:calc(var(--baby-detail-u) * 1.1) calc(var(--baby-detail-u) * .8);text-align:center;white-space:normal;box-shadow:0 calc(var(--baby-detail-u) * 1.35) calc(var(--baby-detail-u) * 4.3) #4374a412}.baby-detail-slice-status-option--orange[data-v-547acb31]{border-color:#ebb96a47;background:linear-gradient(135deg,#fffaf1,#fffefa)}.baby-detail-slice-status-option--blue[data-v-547acb31]{border-color:#8b9be842;background:linear-gradient(135deg,#f7f5ff,#fbfdff)}.baby-detail-slice-status-option--purple[data-v-547acb31]{border-color:#d7a0a140;background:linear-gradient(135deg,#fff8f6,#fffdfc)}.baby-detail-slice-status-option.active[data-v-547acb31],.baby-detail-slice-status-option--blue.active[data-v-547acb31],.baby-detail-slice-status-option--orange.active[data-v-547acb31],.baby-detail-slice-status-option--purple.active[data-v-547acb31]{grid-template-columns:minmax(0,1fr);border-color:#35bb8e;background:linear-gradient(135deg,#ebfff7,#f8fffc);color:var(--baby-detail-text);padding:calc(var(--baby-detail-u) * 1.1) calc(var(--baby-detail-u) * .8);box-shadow:0 calc(var(--baby-detail-u) * 1.5) calc(var(--baby-detail-u) * 4.5) #24b5881f,inset 0 0 0 1px #40cd9f0f}.baby-detail-slice-status-art[data-v-547acb31]{display:block;width:calc(var(--baby-detail-u) * 10.8);height:calc(var(--baby-detail-u) * 10.8);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.baby-detail-slice-status-copy[data-v-547acb31]{display:flex;width:100%;min-width:0;flex-direction:column;align-items:center;gap:calc(var(--baby-detail-u) * .65)}.baby-detail-slice-status-copy strong[data-v-547acb31]{overflow:hidden;color:var(--baby-detail-text-strong);font-size:clamp(.72rem,calc(var(--baby-detail-u) * 2.55),.82rem);font-weight:900;line-height:1;text-overflow:ellipsis;white-space:nowrap}.baby-detail-slice-status-copy>span[data-v-547acb31]{display:block;width:100%;overflow:hidden;color:var(--baby-detail-muted);font-size:clamp(.52rem,calc(var(--baby-detail-u) * 1.8),.6rem);font-weight:650;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.baby-detail-slice-status-check[data-v-547acb31]{position:absolute;z-index:3;top:calc(var(--baby-detail-u) * 1.1);right:calc(var(--baby-detail-u) * 1.1);display:grid;width:calc(var(--baby-detail-u) * 3.5);height:calc(var(--baby-detail-u) * 3.5);place-items:center;border-radius:50%;background:linear-gradient(145deg,#66d4ae,#2fb98a);color:#fff;font-size:clamp(.55rem,calc(var(--baby-detail-u) * 1.9),.66rem);font-weight:900;line-height:1;box-shadow:0 calc(var(--baby-detail-u) * .7) calc(var(--baby-detail-u) * 1.8) #25ad8133}@media(max-width:374px){.baby-detail-slice-content[data-v-547acb31]{padding-right:var(--baby-detail-content-gutter);padding-left:var(--baby-detail-content-gutter)}.baby-detail-slice-profile-copy[data-v-547acb31]{left:32.5%;width:40%}.baby-detail-slice-status-banner-copy[data-v-547acb31]{left:calc(var(--baby-detail-u) * 37.6)}.baby-detail-slice-status-banner-check[data-v-547acb31]{right:calc(var(--baby-detail-u) * 4.2)}}@media(prefers-reduced-motion:no-preference){.baby-detail-slice-info-card[data-v-547acb31],.baby-detail-slice-status-option[data-v-547acb31]{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.baby-detail-slice-status-option[data-v-547acb31]:active{transform:scale(.975)}}[data-v-443201ce]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.appearance-refresh-shell[data-v-443201ce] .profile-slice-child-heading h1{font-size:.92rem}.appearance-refresh-shell[data-v-443201ce] .profile-slice-child-heading p{font-size:.56rem}.appearance-card[data-v-443201ce]{width:100%;min-height:6rem;border:1px solid var(--settings-refresh-border);border-radius:var(--settings-refresh-radius-card);background:var(--settings-refresh-card);box-shadow:var(--settings-refresh-shadow-strong),inset 0 1px #ffffffdb;padding:.8rem .82rem .65rem;-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08)}.appearance-card h2[data-v-443201ce]{margin:0 0 .56rem;color:var(--settings-refresh-text);font-size:.72rem;font-weight:900;line-height:1.2}.appearance-row[data-v-443201ce]{display:grid;min-height:2.7rem;grid-template-columns:2.05rem minmax(0,1fr) auto;align-items:center;gap:.52rem}.appearance-icon[data-v-443201ce]{display:grid;width:2.05rem;height:2.05rem;place-items:center;border:1px solid rgba(195,222,242,.72);border-radius:.7rem;background:#f7fcffe0;box-shadow:0 .55rem 1rem -.8rem #3680c499}.appearance-icon svg[data-v-443201ce]{width:1.9rem;height:1.9rem}.appearance-label[data-v-443201ce]{color:var(--settings-refresh-text);font-size:.72rem;font-weight:850}.haptic-switch[data-v-443201ce]{display:inline-flex}.haptic-switch[data-v-443201ce] button{width:2.35rem!important;height:2.3rem!important;overflow:visible!important;border:0!important;background:transparent!important;box-shadow:none!important}.haptic-switch[data-v-443201ce] button:before{position:absolute;top:50%;right:0;left:0;height:1.35rem;border-radius:999px;background:#dce8f4;box-shadow:inset 0 0 0 1px #84a4c31f;content:"";transform:translateY(-50%)}.haptic-switch[data-v-443201ce] button[aria-checked=true]:before{background:linear-gradient(90deg,var(--settings-refresh-cyan),var(--settings-refresh-mint))!important}.haptic-switch[data-v-443201ce] button>span{position:relative;z-index:1;width:1.08rem!important;height:1.08rem!important;transform:translate(.12rem)!important}.haptic-switch[data-v-443201ce] button[aria-checked=true]>span{transform:translate(1.14rem)!important}.personalization-card[data-v-99f5ce38]{width:100%;min-width:0;border:1px solid rgba(218,233,245,.92);border-radius:22px;background:radial-gradient(circle at 12% 2%,rgba(255,255,255,.98),transparent 8rem),#ffffffe6;padding:11px;box-shadow:0 18px 42px -30px #1d588c85,inset 0 1px #fffffff5;box-sizing:border-box;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.personalization-tabs[data-v-99f5ce38]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:42px;padding:3px;border:1px solid rgba(211,229,244,.9);border-radius:15px;background:#fafdffe0;box-shadow:0 12px 26px -23px #225da585}.personalization-tab[data-v-99f5ce38]{position:relative;min-width:0;min-height:36px;border:0;border-radius:12px;background:transparent;color:#355078;font-size:12px;font-weight:900;line-height:1;white-space:nowrap}.personalization-tab[data-v-99f5ce38]:before{position:absolute;top:-4px;right:0;bottom:-4px;left:0;content:""}.personalization-tab+.personalization-tab[data-v-99f5ce38]{border-left:1px solid rgba(214,229,242,.68);border-top-left-radius:0;border-bottom-left-radius:0}.personalization-tab.active[data-v-99f5ce38]{border-left-color:transparent;border-radius:12px;background:linear-gradient(135deg,#eff9ff,#dbf0ff);color:#123b79;box-shadow:inset 0 0 0 1px #6fb7ef33,0 8px 18px -15px #2a7fd28f}.personalization-tab.active+.personalization-tab[data-v-99f5ce38]{border-left-color:transparent}.feature-panel[data-v-99f5ce38],.top-art-panel[data-v-99f5ce38],.icon-style-panel[data-v-99f5ce38]{margin-top:12px}.top-art-panel[data-v-99f5ce38]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.top-art-option[data-v-99f5ce38]{position:relative;min-width:0;overflow:hidden;border:1.5px solid rgba(203,226,244,.94);border-radius:15px;background:linear-gradient(180deg,#fffffffa,#f9fcfff5);padding:6px 6px 8px;color:#12345f;box-shadow:0 12px 24px -23px #1d588c85;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.top-art-option[data-v-99f5ce38]:active,.icon-style-card[data-v-99f5ce38]:active{transform:scale(.99)}.top-art-option.selected[data-v-99f5ce38]{border-color:#1592f6;box-shadow:0 0 0 1px #1592f6f0,0 14px 25px -19px #1592f6a8}.top-art-preview[data-v-99f5ce38]{position:relative;display:block;width:100%;aspect-ratio:1.12 / 1;overflow:hidden;border-radius:11px;background:#eaf7ff}.theme-art[data-v-99f5ce38]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block;width:100%;height:100%;border-radius:inherit;-o-object-fit:cover;object-fit:cover}.top-art-name[data-v-99f5ce38]{display:block;margin-top:6px;overflow:hidden;color:inherit;font-size:11px;font-weight:900;line-height:1.1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.selected-mark[data-v-99f5ce38]{position:absolute;right:7px;bottom:29px;display:grid;width:19px;height:19px;place-items:center;border-radius:50%;background:linear-gradient(145deg,#4fb5ff,#1689eb);color:#fff;font-size:11px;font-weight:950;line-height:1;box-shadow:0 6px 12px -7px #1178deb8,inset 0 0 0 1px #ffffff6b}.icon-style-panel[data-v-99f5ce38]{display:flex;flex-direction:column;gap:10px}.icon-style-card[data-v-99f5ce38]{position:relative;display:block;min-width:0;width:100%;border:1.5px solid rgba(203,226,244,.94);border-radius:17px;background:linear-gradient(180deg,#fffffffa,#f9fcfff5);padding:11px;color:#12345f;text-align:left;box-shadow:0 12px 24px -23px #1d588c85;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.icon-style-card.selected[data-v-99f5ce38]{border-color:#1592f6;box-shadow:0 0 0 1px #1592f6f0,0 14px 25px -19px #1592f6a8}.icon-style-heading[data-v-99f5ce38]{display:flex;min-height:32px;align-items:flex-start;justify-content:space-between;gap:10px}.icon-style-copy[data-v-99f5ce38]{display:flex;min-width:0;flex-direction:column;gap:4px}.icon-style-copy strong[data-v-99f5ce38]{color:inherit;font-size:13px;font-weight:950;line-height:1.1}.icon-style-copy small[data-v-99f5ce38]{color:#7688a1;font-size:9.5px;font-weight:750;line-height:1.2}.icon-style-check[data-v-99f5ce38]{display:grid;width:21px;height:21px;flex:0 0 auto;place-items:center;border-radius:50%;background:linear-gradient(145deg,#4fb5ff,#1689eb);color:#fff;font-size:12px;font-weight:950;line-height:1;box-shadow:0 7px 13px -8px #1178deb8}.icon-style-icons[data-v-99f5ce38]{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;margin-top:9px}.icon-style-icon-item[data-v-99f5ce38],.icon-style-nav-item[data-v-99f5ce38]{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#334d72;font-size:8px;font-weight:850;line-height:1;text-align:center}.icon-style-icon-item>span[data-v-99f5ce38]:last-child,.icon-style-nav-item>span[data-v-99f5ce38]:last-child{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-style-icons[data-v-99f5ce38] .app-illustration-icon--quick{width:29px;height:29px}.icon-style-nav[data-v-99f5ce38]{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-height:54px;align-items:center;margin-top:9px;border:1px solid rgba(222,235,246,.94);border-radius:15px;background:#ffffffc7;padding:5px 6px;box-shadow:inset 0 0 0 1px #ffffffb3}.icon-style-nav-item[data-v-99f5ce38]{color:#63748a;font-size:8.5px}.icon-style-nav[data-v-99f5ce38] .app-illustration-icon--tab{width:24px;height:24px}.icon-style-robot-preview[data-v-99f5ce38]{position:relative;display:grid;width:45px;height:45px;margin:-10px auto -3px;place-items:center;border:4px solid rgba(255,255,255,.96);border-radius:50%;background:radial-gradient(circle at 32% 20%,rgba(255,255,255,.7),transparent 28%),color-mix(in srgb,var(--preview-robot-color, #52c7ff) 82%,#1b8fe8);color:#fff;box-shadow:0 10px 18px -11px #1280ddbf,inset 0 0 0 1px #ffffff52;overflow:hidden}[data-v-99f5ce38] .personalization-content{margin-top:0;padding-right:clamp(1.05rem,4.8vw,1.25rem);padding-left:clamp(1.05rem,4.8vw,1.25rem)}@media(max-width:374px){.personalization-card[data-v-99f5ce38]{padding:9px}.personalization-tab[data-v-99f5ce38]{font-size:11px}.top-art-panel[data-v-99f5ce38]{gap:6px}.top-art-option[data-v-99f5ce38]{border-radius:13px;padding:5px 5px 7px}.top-art-name[data-v-99f5ce38]{font-size:10px}.icon-style-card[data-v-99f5ce38]{padding:9px}.icon-style-icons[data-v-99f5ce38]{gap:2px}.icon-style-icon-item[data-v-99f5ce38]{font-size:7.5px}}@media(min-width:430px){.personalization-card[data-v-99f5ce38]{padding:12px}.top-art-panel[data-v-99f5ce38]{gap:10px}.top-art-name[data-v-99f5ce38]{font-size:12px}}[data-v-0dfa9b25]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.about-refresh-shell[data-v-0dfa9b25] .profile-slice-child-content{gap:.9rem;padding-right:clamp(1.65rem,9.3vw,2.35rem);padding-left:clamp(1.65rem,9.3vw,2.35rem)}.about-brand-card[data-v-0dfa9b25],.about-disclaimer-card[data-v-0dfa9b25]{width:100%;border:1px solid var(--settings-refresh-border);border-radius:var(--settings-refresh-radius-card);background:var(--settings-refresh-card);box-shadow:var(--settings-refresh-shadow-strong),inset 0 1px #ffffffd6;-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08)}.about-brand-card[data-v-0dfa9b25]{display:flex;min-height:15.4rem;flex-direction:column;align-items:center;padding:1.2rem 1rem 1.1rem;text-align:center}.about-brand-art[data-v-0dfa9b25]{position:relative;display:block;width:4.85rem;height:4.85rem;flex:0 0 auto;overflow:hidden;border:0;border-radius:1.25rem;background:transparent;padding:0;box-shadow:0 .75rem 1.35rem -.9rem #b485347a}.about-brand-art img[data-v-0dfa9b25]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-brand-card h2[data-v-0dfa9b25]{margin:.75rem 0 0;color:var(--settings-refresh-text);font-size:1.02rem;font-weight:950;line-height:1.2}.about-brand-card p[data-v-0dfa9b25]{margin:.55rem 0 0;color:var(--settings-refresh-text-secondary);font-size:.66rem;font-weight:650;line-height:1.3}.about-brand-card p+p[data-v-0dfa9b25]{margin-top:.36rem}.about-version[data-v-0dfa9b25]{margin-top:1rem;color:#4d77ab;font-size:.62rem;font-weight:700}.about-build-time[data-v-0dfa9b25]{margin-top:.4rem;color:var(--settings-refresh-text-muted);font-size:.55rem;font-weight:650}.about-actions[data-v-0dfa9b25]{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem;margin-top:.75rem}.about-actions button[data-v-0dfa9b25]{position:relative;display:inline-flex;min-height:1.8rem;align-items:center;justify-content:center;gap:.35rem;border-radius:999px;padding:.35rem .75rem;font-size:.58rem;font-weight:850}.about-actions button[data-v-0dfa9b25]:before{position:absolute;top:-.5rem;right:0;bottom:-.5rem;left:0;content:""}.about-update-button[data-v-0dfa9b25]{border:1px solid #5aa7f7;background:#f4fbffb3;color:#207be2}.about-diagnostic-button[data-v-0dfa9b25]{border:1px solid rgba(255,93,105,.32);background:#fff0f2d1;color:#e84d5b}.about-actions button[data-v-0dfa9b25]:disabled{opacity:.58}.about-spinner[data-v-0dfa9b25]{width:.72rem;height:.72rem;border:1.4px solid rgba(32,123,226,.22);border-top-color:currentColor;border-radius:50%;animation:about-spin-0dfa9b25 .75s linear infinite}.about-disclaimer-card[data-v-0dfa9b25]{padding:.95rem .95rem .55rem}.about-disclaimer-card h2[data-v-0dfa9b25]{margin:0 0 .6rem;color:var(--settings-refresh-text);font-size:.76rem;font-weight:900;line-height:1.2}.about-disclaimer-card ul[data-v-0dfa9b25]{margin:0;padding:0;list-style:none}.about-disclaimer-card li[data-v-0dfa9b25]{position:relative;border-top:1px solid var(--settings-refresh-divider);padding:.65rem .1rem .65rem .85rem;color:var(--settings-refresh-text-secondary);font-size:.57rem;font-weight:650;line-height:1.45}.about-disclaimer-card li[data-v-0dfa9b25]:before{position:absolute;top:.95rem;left:.12rem;width:.28rem;height:.28rem;border-radius:50%;background:#68b7ff;box-shadow:0 0 .35rem #429bf057;content:""}.about-update-modal{max-width:20.5rem;align-self:center;padding:.75rem!important}.about-update-modal .modal-content{border:1px solid var(--settings-refresh-border);border-radius:1.35rem!important;background:var(--settings-refresh-card-strong)!important;box-shadow:0 1.5rem 4rem -1.5rem #051d42a6!important}.about-update-modal .card-header{padding:.85rem 1rem .45rem!important}.about-update-modal .card-body{padding:.25rem 1rem 1rem!important}@keyframes about-spin-0dfa9b25{to{transform:rotate(360deg)}}@media(max-width:374px){.about-refresh-shell[data-v-0dfa9b25] .profile-slice-child-content{padding-right:1.35rem;padding-left:1.35rem}}[data-v-3f3fd523]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.security-refresh-shell[data-v-3f3fd523] .profile-slice-child-content{gap:.62rem}.security-refresh-shell[data-v-3f3fd523] .profile-slice-child-heading h1{font-size:.92rem}.security-refresh-shell[data-v-3f3fd523] .profile-slice-child-heading p{font-size:.56rem}.security-section[data-v-3f3fd523]{position:relative;width:100%;overflow:hidden;border:1px solid var(--settings-refresh-border);border-radius:var(--settings-refresh-radius-card);background:var(--settings-refresh-card);box-shadow:var(--settings-refresh-shadow),inset 0 1px #ffffffd1;-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08);padding:.72rem .82rem}.section-heading[data-v-3f3fd523]{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem;margin-bottom:.52rem}.section-title-wrap[data-v-3f3fd523]{display:flex;min-width:0;flex-direction:column;gap:.18rem}.section-kicker[data-v-3f3fd523]{color:#4a60f1;font-size:.5rem;font-weight:900;line-height:1.15}.section-title-wrap strong[data-v-3f3fd523]{color:var(--settings-refresh-text);font-size:.7rem;font-weight:900;line-height:1.2}.section-tag[data-v-3f3fd523]{min-width:2.2rem;border-radius:999px;background:#4b64f61a;padding:.28rem .5rem;color:#317eef;font-size:.52rem;font-weight:900;text-align:center}.security-action-row[data-v-3f3fd523]{display:grid;min-height:2.8rem;grid-template-columns:1.8rem minmax(0,1fr) .82rem;align-items:center;gap:.48rem;border:1px solid var(--settings-refresh-border);border-radius:var(--settings-refresh-radius-row);background:var(--settings-refresh-card-soft);padding:.3rem .56rem;color:inherit;text-decoration:none}.action-icon[data-v-3f3fd523],.action-icon svg[data-v-3f3fd523]{display:block;width:1.8rem;height:1.8rem}.action-copy[data-v-3f3fd523]{color:var(--settings-refresh-text);font-size:.66rem;font-weight:850}.action-arrow[data-v-3f3fd523]{width:.74rem;color:#a7bbd2}.danger-kicker[data-v-3f3fd523],.danger-card .section-title-wrap strong[data-v-3f3fd523]{color:var(--settings-refresh-danger)}.danger-card .section-title-wrap strong[data-v-3f3fd523]{color:var(--settings-refresh-text)}.danger-panel[data-v-3f3fd523]{overflow:hidden;border:1px solid rgba(255,107,119,.12);border-radius:var(--settings-refresh-radius-row);background:var(--settings-refresh-danger-bg)}.danger-summary[data-v-3f3fd523]{display:flex;min-height:2.7rem;width:100%;align-items:center;justify-content:space-between;gap:.75rem;border:0;background:transparent;padding:.46rem .65rem;text-align:left}.danger-summary strong[data-v-3f3fd523]{color:var(--settings-refresh-danger);font-size:.64rem;font-weight:900}.danger-summary span[data-v-3f3fd523]{border-radius:999px;background:#ff56631a;padding:.3rem .58rem;color:var(--settings-refresh-danger);font-size:.54rem;font-weight:900}.delete-form[data-v-3f3fd523]{padding:0 .75rem .8rem}.delete-form>p[data-v-3f3fd523]{margin:.05rem 0 .7rem;color:var(--settings-refresh-text-secondary);font-size:.54rem;font-weight:650;line-height:1.55}.delete-input-wrap[data-v-3f3fd523]{position:relative;display:block}.delete-input-wrap input[data-v-3f3fd523]{width:100%;height:2.38rem;border:1px solid var(--settings-refresh-border);border-radius:.82rem;outline:0;background:var(--settings-refresh-card-strong);padding:0 2.6rem 0 .8rem;color:var(--settings-refresh-text);font-size:.64rem;font-weight:700}.delete-input-wrap input[data-v-3f3fd523]::-moz-placeholder{color:#a7b6c8}.delete-input-wrap input[data-v-3f3fd523]::placeholder{color:#a7b6c8}.delete-input-wrap svg[data-v-3f3fd523]{position:absolute;top:50%;right:.75rem;width:.94rem;color:#9fb1c7;transform:translateY(-50%)}.delete-form .delete-tip[data-v-3f3fd523]{margin:.35rem 0 0;color:var(--settings-refresh-danger)}.delete-error[data-v-3f3fd523]{display:grid;grid-template-columns:1.25rem minmax(0,1fr);gap:.55rem;margin-top:.55rem;border:1px solid rgba(255,77,89,.28);border-radius:.75rem;background:#fff7f894;padding:.55rem .7rem;color:var(--settings-refresh-danger)}.delete-error-mark[data-v-3f3fd523]{display:grid;width:1.15rem;height:1.15rem;place-items:center;border-radius:50%;background:var(--settings-refresh-danger);color:#fff;font-size:.68rem;font-weight:900}.delete-error>span[data-v-3f3fd523]:last-child{display:flex;flex-direction:column;gap:.18rem}.delete-error strong[data-v-3f3fd523]{font-size:.66rem;font-weight:900}.delete-error small[data-v-3f3fd523]{color:var(--settings-refresh-text-secondary);font-size:.56rem;line-height:1.35}.delete-actions[data-v-3f3fd523]{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.7rem}.delete-actions button[data-v-3f3fd523]{display:inline-flex;min-height:2.4rem;align-items:center;justify-content:center;gap:.4rem;border-radius:.78rem;font-size:.62rem;font-weight:900}.delete-cancel[data-v-3f3fd523]{border:1px solid #c8ddf1;background:#ffffff94;color:#1771d1}.delete-submit[data-v-3f3fd523]{border:0;background:linear-gradient(135deg,#ff737b,#ff5362);color:#fff;box-shadow:0 .65rem 1.1rem -.75rem #ef4353bf}.delete-actions button[data-v-3f3fd523]:disabled{opacity:.46;box-shadow:none}.delete-spinner[data-v-3f3fd523]{width:.85rem;height:.85rem;border:1.5px solid rgba(255,255,255,.44);border-top-color:#fff;border-radius:50%;animation:security-spin-3f3fd523 .75s linear infinite}@keyframes security-spin-3f3fd523{to{transform:rotate(360deg)}}[data-v-83ac3787]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.profile-slice-action-button[data-v-83ac3787]{display:inline-flex;min-height:2.72rem;align-items:center;justify-content:center;gap:.4rem;border:0;border-radius:var(--profile-slice-radius-pill);padding:0 var(--profile-slice-space-3);font-size:var(--profile-slice-font-control);font-weight:var(--profile-slice-weight-title);letter-spacing:0;transition:transform .14s ease,opacity .14s ease}.profile-slice-action-button[data-v-83ac3787]:active{transform:scale(.98)}.profile-slice-action-button[data-v-83ac3787]:disabled{cursor:not-allowed;opacity:.5}.profile-slice-action-button--primary[data-v-83ac3787]{background:var(--profile-slice-gradient-primary);color:var(--profile-slice-white);box-shadow:var(--profile-slice-shadow-action)}.profile-slice-action-button--soft[data-v-83ac3787]{background:var(--profile-slice-surface-blue);color:var(--profile-slice-blue)}.profile-slice-action-button--plain[data-v-83ac3787]{background:var(--profile-slice-surface);color:var(--profile-slice-primary);box-shadow:var(--profile-slice-shadow-soft)}[data-v-6fbe1897]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.profile-slice-card[data-v-6fbe1897]{border:1px solid var(--profile-slice-border);border-radius:var(--profile-slice-radius-lg);background:var(--profile-slice-surface);box-shadow:var(--profile-slice-shadow-card)}.profile-slice-card--padded[data-v-6fbe1897]{padding:var(--profile-slice-space-3)}.profile-slice-card-head[data-v-6fbe1897]{display:flex;align-items:center;justify-content:space-between;gap:var(--profile-slice-space-3);margin-bottom:var(--profile-slice-space-3)}.profile-slice-card-head h2[data-v-6fbe1897]{margin:0;color:var(--profile-slice-text);font-size:var(--profile-slice-font-section);font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.1}.profile-slice-card-head p[data-v-6fbe1897]{margin:.34rem 0 0;color:var(--profile-slice-text-muted);font-size:var(--profile-slice-font-caption);font-weight:var(--profile-slice-weight-body);letter-spacing:0}.profile-slice-card-head>span[data-v-6fbe1897]{display:grid;min-width:2.7rem;height:2.7rem;place-items:center;border-radius:50%;background:var(--profile-slice-surface-blue);color:var(--profile-slice-blue);font-size:var(--profile-slice-font-body);font-weight:var(--profile-slice-weight-title)}[data-v-af2f9445]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.profile-slice-message-row[data-v-af2f9445]{display:grid;width:100%;min-width:0;grid-template-columns:2.34rem minmax(0,1fr) auto .74rem;align-items:center;gap:.46rem;border:0;background:transparent;padding:.66rem .12rem;text-align:left}.profile-slice-message-row[data-v-af2f9445]:not(:last-child){border-bottom:1px solid var(--profile-slice-border-soft)}.profile-slice-message-row-icon[data-v-af2f9445]{display:grid;width:2.16rem;height:2.16rem;place-items:center;overflow:hidden;border-radius:50%}.profile-slice-message-row-icon img[data-v-af2f9445]{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.profile-slice-message-row-main[data-v-af2f9445]{display:flex;min-width:0;flex-direction:column;gap:.2rem}.profile-slice-message-row-main strong[data-v-af2f9445]{overflow:hidden;color:var(--profile-slice-text);font-size:.74rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.16;text-overflow:ellipsis;white-space:nowrap}.profile-slice-message-row-main span[data-v-af2f9445],.profile-slice-message-row-side time[data-v-af2f9445]{color:var(--profile-slice-text-muted);font-size:.54rem;font-weight:var(--profile-slice-weight-body);letter-spacing:0;line-height:1.2}.profile-slice-message-row-side[data-v-af2f9445]{display:grid;min-width:1.58rem;justify-items:center;gap:.26rem}.profile-slice-message-row-side em[data-v-af2f9445]{display:grid;min-width:1.1rem;height:1.1rem;place-items:center;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-gradient-danger);color:var(--profile-slice-white);padding:0 .24rem;font-size:.48rem;font-style:normal;font-weight:var(--profile-slice-weight-title);line-height:1;box-shadow:var(--profile-slice-shadow-badge)}.profile-slice-message-row svg[data-v-af2f9445]{width:.72rem;height:.72rem;stroke:var(--profile-slice-text-soft);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}[data-v-a5776020]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.profile-slice-note-row[data-v-a5776020]{display:grid;width:100%;min-width:0;grid-template-columns:5rem minmax(0,1fr) 1.75rem;align-items:center;gap:.52rem;border:0;background:transparent;padding:.82rem 0;text-align:left;touch-action:pan-y;-webkit-touch-callout:none}.profile-slice-note-row[data-v-a5776020]:not(:last-child){border-bottom:1px solid var(--profile-slice-divider)}.profile-slice-note-row-thumb[data-v-a5776020]{display:block;width:100%;aspect-ratio:1;overflow:hidden;border-radius:var(--profile-slice-radius-sm);background:var(--profile-slice-thumb-bg);box-shadow:var(--profile-slice-shadow-list)}.profile-slice-note-row-thumb img[data-v-a5776020]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-slice-note-row-body[data-v-a5776020]{display:flex;min-width:0;flex-direction:column;gap:.52rem}.profile-slice-note-row-title[data-v-a5776020]{display:flex;min-width:0;align-items:center;gap:.24rem}.profile-slice-note-row-title em[data-v-a5776020]{flex:0 0 auto;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-note-tag-bg);color:var(--profile-slice-primary);padding:.22rem .36rem;font-size:.58rem;font-style:normal;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1}.profile-slice-note-row-title strong[data-v-a5776020]{min-width:0;overflow:hidden;color:var(--profile-slice-text);font-size:.74rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.16;text-overflow:ellipsis;white-space:nowrap}.profile-slice-note-row-subtitle[data-v-a5776020],.profile-slice-note-row-date[data-v-a5776020]{overflow:hidden;color:var(--profile-slice-text-muted);font-size:var(--profile-slice-font-caption);font-weight:var(--profile-slice-weight-body);letter-spacing:0;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.profile-slice-note-row-date[data-v-a5776020]{color:var(--profile-slice-text-soft)}.profile-slice-note-row-actions[data-v-a5776020]{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:.14rem}.profile-slice-note-row-star[data-v-a5776020]{width:1rem;height:1rem;flex:0 0 auto;fill:var(--profile-slice-star);filter:drop-shadow(var(--profile-slice-filter-star))}.profile-slice-note-row-chevron[data-v-a5776020]{width:.72rem;height:.72rem;flex:0 0 auto;stroke:var(--profile-slice-text-soft);stroke-width:2.65;stroke-linecap:round;stroke-linejoin:round}.profile-slice-note-row--green .profile-slice-note-row-title em[data-v-a5776020]{background:var(--profile-slice-surface-green);color:var(--profile-slice-note-feeding)}.profile-slice-note-row--orange .profile-slice-note-row-title em[data-v-a5776020]{background:var(--profile-slice-surface-orange);color:var(--profile-slice-note-recipe)}.profile-slice-note-row--purple .profile-slice-note-row-title em[data-v-a5776020]{background:var(--profile-slice-surface-purple);color:var(--profile-slice-purple)}.profile-slice-note-row--red .profile-slice-note-row-title em[data-v-a5776020]{background:var(--profile-slice-surface-red);color:var(--profile-slice-red)}@media(max-width:380px){.profile-slice-note-row[data-v-a5776020]{grid-template-columns:4.72rem minmax(0,1fr) 1.62rem;gap:.48rem}.profile-slice-note-row-title[data-v-a5776020]{gap:.36rem}.profile-slice-note-row-title strong[data-v-a5776020]{font-size:.72rem}}.message-announcement-page{--ma-ink: #102640;--ma-ink-soft: #314964;--ma-muted: #71839a;--ma-muted-light: #9aacbe;--ma-primary: #3988f6;--ma-primary-deep: #276ce8;--ma-page: #f8fcff;--ma-surface: rgba(255, 255, 255, .96);--ma-surface-solid: #fff;--ma-line: #dce9f4;--ma-border: rgba(196, 220, 238, .77);--ma-panel: linear-gradient(145deg, #f4f9ff, #eaf5ff);--ma-panel-border: #d9e9fb;--ma-tip: linear-gradient(135deg, #f2f9ff, #e9f6ff);--ma-red: #ff5364;--ma-green: #38bd8f;--ma-green-panel: #edfbf5;--ma-green-border: #bfe8d9;--ma-shadow: 0 14px 34px rgba(63, 111, 152, .13), 0 3px 10px rgba(65, 106, 142, .07);--ma-soft-shadow: 0 8px 18px rgba(48, 111, 159, .12);position:relative;width:min(100%,430px);min-height:100%;margin:0 auto;overflow:hidden;background:radial-gradient(circle at 9% 32%,rgba(255,255,255,.96) 0 22px,transparent 23px),linear-gradient(180deg,#8edcff 0,#ccefff 15.5%,#edf9ff 31%,var(--ma-page) 100%);color:var(--ma-ink);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.message-announcement-page:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(circle at 86% 27%,rgba(84,176,255,.08) 0 66px,transparent 67px),radial-gradient(circle at 13% 81%,rgba(104,206,174,.07) 0 78px,transparent 79px);content:"";pointer-events:none}.message-announcement-header{position:relative;z-index:5;display:grid;height:calc(104px + max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)));grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:11px;padding:calc(22px + max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px))) 17px 0}.message-announcement-scenery{position:absolute;z-index:-1;top:calc(49px + max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)));right:-11px;width:150px;height:auto;opacity:.98;pointer-events:none}.message-announcement-back{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.88);border-radius:50%;background:#fffffff0;color:var(--ma-primary);box-shadow:var(--ma-soft-shadow)}.message-announcement-back svg{width:22px;height:22px;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.message-announcement-heading{min-width:0;padding-top:1px}.message-announcement-heading h1{margin:0;color:var(--ma-ink);font-size:22px;font-weight:900;letter-spacing:-.45px;line-height:1.18;white-space:nowrap}.message-announcement-heading p{margin:4px 0 0;color:color-mix(in srgb,var(--ma-muted) 84%,var(--ma-ink));font-size:12px;font-weight:650;line-height:1.25;white-space:nowrap}.message-announcement-header-action{margin-top:7px;border:0;background:transparent;color:var(--ma-primary-deep);padding:4px 0 5px 7px;font-size:13px;font-weight:800;line-height:1;white-space:nowrap}.message-announcement-header-action:disabled{cursor:default;opacity:.42}.message-announcement-back:focus-visible,.message-announcement-header-action:focus-visible{outline:3px solid color-mix(in srgb,var(--ma-primary) 35%,transparent);outline-offset:2px}.message-announcement-content{position:relative;z-index:2;width:100%;min-height:calc(100% - 104px);padding:0 15px calc(var(--app-bottom-nav-height, 4rem) + 36px)}@media(max-width:374px){.message-announcement-header{gap:9px;padding-inline:14px}.message-announcement-heading h1{font-size:20px}.message-announcement-heading p{font-size:11px}.message-announcement-header-action{font-size:12px}}@media(prefers-reduced-motion:reduce){.message-announcement-page *,.message-announcement-page *:before,.message-announcement-page *:after{scroll-behavior:auto!important;transition:none!important}}[data-v-495808f2]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}.message-slice-summary[data-v-495808f2],.message-slice-list[data-v-495808f2]{position:relative;overflow:hidden;border:1px solid var(--profile-slice-border-soft);border-radius:var(--profile-slice-radius-lg);background:var(--profile-slice-surface);box-shadow:var(--profile-slice-shadow-card)}.message-slice-page[data-v-495808f2] .profile-slice-child-header-action{top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 8.5);right:calc(var(--profile-slice-child-u) * 5.2);font-size:.62rem}.message-slice-page[data-v-495808f2] .message-slice-content{gap:calc(var(--profile-slice-child-u) * 2.25);padding-inline:calc(var(--profile-slice-child-u) * 3.7)}.message-slice-summary[data-v-495808f2]{display:grid;min-height:5.85rem;grid-template-columns:2.46rem minmax(8.1rem,1fr) 4.08rem;align-items:center;gap:.44rem;padding:.78rem .72rem}.message-slice-summary[data-v-495808f2]:before,.message-slice-list[data-v-495808f2]:before{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--profile-slice-gradient-surface);content:"";pointer-events:none}.message-slice-summary-copy[data-v-495808f2]{position:relative;z-index:2;min-width:0}.message-slice-summary-icon[data-v-495808f2]{position:relative;z-index:2;display:grid;width:2.32rem;height:2.32rem;place-items:center;overflow:hidden;border-radius:50%;background:transparent;box-shadow:none}.message-slice-summary-icon img[data-v-495808f2]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.message-slice-summary-copy strong[data-v-495808f2]{display:flex;min-width:0;align-items:baseline;color:var(--profile-slice-text);font-size:.72rem;font-weight:950;gap:.32rem;letter-spacing:0;line-height:1.05;white-space:nowrap}.message-slice-summary-copy strong b[data-v-495808f2]{color:var(--profile-slice-red);font-size:1.62rem;font-weight:950;letter-spacing:0;line-height:.9}.message-slice-summary-copy p[data-v-495808f2]{margin:.26rem 0 0;color:var(--profile-slice-text-muted);font-size:.54rem;font-weight:780;line-height:1.35;white-space:nowrap}.message-slice-envelope-art[data-v-495808f2]{position:relative;z-index:2;width:4.08rem;height:auto;justify-self:end}.message-slice-envelope-art img[data-v-495808f2]{display:block;width:100%;height:auto;filter:drop-shadow(var(--profile-slice-filter-soft))}.message-slice-envelope-badge[data-v-495808f2]{position:absolute;right:.08rem;top:.12rem;display:grid;min-width:1.28rem;height:1.28rem;place-items:center;border:.12rem solid var(--profile-slice-white);border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-gradient-danger);color:var(--profile-slice-white);padding:0 .26rem;font-size:.5rem;font-weight:950;line-height:1;box-shadow:var(--profile-slice-shadow-badge)}.message-slice-list[data-v-495808f2]{padding:.42rem .72rem}.message-slice-items[data-v-495808f2]{position:relative;z-index:2;display:flex;flex-direction:column}.message-slice-state[data-v-495808f2]{padding:2.4rem 1rem;color:var(--profile-slice-text-muted);font-size:var(--profile-slice-font-body);text-align:center}.message-slice-state strong[data-v-495808f2],.message-slice-state p[data-v-495808f2]{display:block;margin:0}.message-slice-state p[data-v-495808f2]{margin-top:.38rem;font-size:var(--profile-slice-font-caption)}.message-slice-state button[data-v-495808f2]{margin-top:.85rem;border:0;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-surface-blue);color:var(--profile-slice-primary);padding:.5rem .9rem;font:inherit;font-weight:var(--profile-slice-weight-title)}.message-slice-state--empty img[data-v-495808f2]{display:block;width:4.2rem;height:4.2rem;margin:0 auto .75rem;-o-object-fit:contain;object-fit:contain}.message-slice-state--error[data-v-495808f2]{color:var(--profile-slice-red)}.message-slice-pagination[data-v-495808f2]{display:flex;align-items:center;justify-content:center;gap:var(--profile-slice-space-2);padding:var(--profile-slice-space-2) 0 var(--profile-slice-space-1);color:var(--profile-slice-text-muted);font-size:var(--profile-slice-font-caption)}.message-slice-pagination button[data-v-495808f2]{border:0;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-surface-blue);color:var(--profile-slice-primary);padding:.44rem .78rem;font:inherit;font-weight:var(--profile-slice-weight-title)}.message-slice-pagination button[data-v-495808f2]:disabled{opacity:.42}.message-slice-footnote[data-v-495808f2]{margin:.78rem 0 0;color:var(--profile-slice-text-soft);font-size:var(--profile-slice-font-caption);font-weight:var(--profile-slice-weight-body);text-align:center}@media(max-width:374px){.message-slice-summary[data-v-495808f2]{grid-template-columns:2.28rem minmax(7.6rem,1fr) 3.82rem;padding-inline:.68rem}.message-slice-envelope-art[data-v-495808f2]{width:3.82rem}.message-slice-summary-copy strong[data-v-495808f2]{font-size:.7rem}.message-slice-summary-copy strong b[data-v-495808f2]{font-size:1.54rem}}[data-v-9e9e5dd3]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}[data-v-9e9e5dd3] .message-detail-slice-content{gap:.86rem}.message-detail-hero[data-v-9e9e5dd3]{display:grid;place-items:center;text-align:center;padding:.35rem 0 .55rem}.message-detail-orb[data-v-9e9e5dd3]{display:grid;width:5.9rem;height:5.9rem;place-items:center;overflow:hidden;border-radius:50%;background:transparent}.message-detail-orb img[data-v-9e9e5dd3]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.message-detail-hero h2[data-v-9e9e5dd3]{margin:.75rem 0 0;color:var(--profile-slice-text);font-size:var(--profile-slice-font-section);font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.18}.message-detail-hero p[data-v-9e9e5dd3]{margin:.35rem 0 0;color:var(--profile-slice-text-muted);font-size:var(--profile-slice-font-caption);font-weight:var(--profile-slice-weight-body)}.message-detail-metrics[data-v-9e9e5dd3]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--profile-slice-space-2)}.message-detail-card[data-v-9e9e5dd3]{padding:1.05rem}.message-detail-body[data-v-9e9e5dd3]{margin:0;color:var(--profile-slice-text-muted);font-size:.91rem;font-weight:780;letter-spacing:0;line-height:1.68}.message-detail-error-card[data-v-9e9e5dd3] .profile-slice-action-button{width:100%;margin-top:var(--profile-slice-space-3)}.message-detail-announcement-cover[data-v-9e9e5dd3]{display:block;width:100%;max-height:12rem;margin-top:var(--profile-slice-space-3);border-radius:var(--profile-slice-radius-md);-o-object-fit:cover;object-fit:cover}.message-detail-feature-card[data-v-9e9e5dd3]{display:grid;grid-template-columns:minmax(0,1fr) 5.7rem;gap:.6rem;align-items:center;margin-top:1rem;border-radius:var(--profile-slice-radius-md);background:var(--profile-slice-gradient-surface-blue);padding:.9rem}.message-detail-feature-card h3[data-v-9e9e5dd3]{margin:0 0 .58rem;color:var(--profile-slice-text);font-size:.88rem;font-weight:var(--profile-slice-weight-title)}.message-detail-feature-card ul[data-v-9e9e5dd3]{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.message-detail-feature-card li[data-v-9e9e5dd3]{position:relative;color:var(--profile-slice-text-muted);padding-left:1.05rem;font-size:.72rem;font-weight:760;line-height:1.42}.message-detail-feature-card li[data-v-9e9e5dd3]:before{position:absolute;left:0;top:.38rem;width:.38rem;height:.38rem;border:1.5px solid var(--profile-slice-primary);border-radius:50%;content:""}.message-detail-feature-card img[data-v-9e9e5dd3]{width:100%;height:5.5rem;-o-object-fit:contain;object-fit:contain}.message-detail-food-panel[data-v-9e9e5dd3]{margin-top:1rem;border-radius:var(--profile-slice-radius-md);background:var(--profile-slice-gradient-surface-orange);padding:.95rem}.message-detail-food-panel span[data-v-9e9e5dd3]{color:var(--profile-slice-orange);font-size:.78rem;font-weight:var(--profile-slice-weight-title)}.message-detail-food-panel p[data-v-9e9e5dd3]{margin:.42rem 0 .8rem;color:var(--profile-slice-text-muted);font-size:.78rem;font-weight:760}.message-detail-food-panel div[data-v-9e9e5dd3]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.message-detail-food-panel em[data-v-9e9e5dd3]{display:grid;min-height:3.4rem;place-items:center;border-radius:var(--profile-slice-radius-sm);background:var(--profile-slice-surface-translucent);color:var(--profile-slice-text);font-size:.72rem;font-style:normal;font-weight:var(--profile-slice-weight-title)}.message-detail-bullets[data-v-9e9e5dd3]{display:grid;gap:var(--profile-slice-space-2);margin:var(--profile-slice-space-3) 0 0;padding:0;list-style:none}.message-detail-bullets li[data-v-9e9e5dd3]{position:relative;border-radius:var(--profile-slice-radius-sm);background:var(--profile-slice-surface-blue-soft);color:var(--profile-slice-text);padding:.68rem .76rem .68rem 1.8rem;font-size:.76rem;font-weight:var(--profile-slice-weight-body);letter-spacing:0;line-height:1.42}.message-detail-bullets li[data-v-9e9e5dd3]:before{position:absolute;left:.84rem;top:1.02rem;width:.48rem;height:.48rem;border-radius:50%;background:var(--profile-slice-primary);content:""}.message-detail-activity-banner[data-v-9e9e5dd3]{display:grid;grid-template-columns:5.8rem minmax(0,1fr);gap:.7rem;align-items:center;margin-bottom:.9rem;border-radius:var(--profile-slice-radius-md);background:var(--profile-slice-gradient-surface-mixed);padding:.75rem}.message-detail-activity-banner img[data-v-9e9e5dd3]{width:100%;height:4.8rem;-o-object-fit:contain;object-fit:contain}.message-detail-activity-banner strong[data-v-9e9e5dd3],.message-detail-activity-banner span[data-v-9e9e5dd3]{display:block;letter-spacing:0}.message-detail-activity-banner strong[data-v-9e9e5dd3]{color:var(--profile-slice-text);font-size:.95rem;font-weight:var(--profile-slice-weight-title);line-height:1.25}.message-detail-activity-banner span[data-v-9e9e5dd3]{margin-top:.28rem;color:var(--profile-slice-text-muted);font-size:.74rem;font-weight:780}.message-detail-support-card[data-v-9e9e5dd3]{padding:1.05rem}.message-detail-support-reply[data-v-9e9e5dd3]{display:grid;grid-template-columns:3.8rem minmax(0,1fr);gap:.75rem;margin-top:1rem;border-radius:var(--profile-slice-radius-md);background:var(--profile-slice-surface-blue-panel);padding:.86rem}.message-detail-support-reply img[data-v-9e9e5dd3]{width:3.8rem;height:3.8rem;border-radius:50%;-o-object-fit:contain;object-fit:contain}.message-detail-support-reply strong[data-v-9e9e5dd3]{color:var(--profile-slice-text);font-size:.82rem;font-weight:var(--profile-slice-weight-title)}.message-detail-support-reply p[data-v-9e9e5dd3]{margin:.28rem 0 0;color:var(--profile-slice-text-muted);font-size:.75rem;font-weight:760;line-height:1.55}.message-detail-support-reply ol[data-v-9e9e5dd3]{display:grid;gap:.28rem;margin:.5rem 0 0;padding-left:1rem;color:var(--profile-slice-text);font-size:.72rem;font-weight:760;line-height:1.45}.message-detail-chart[data-v-9e9e5dd3]{display:grid;height:8rem;grid-template-columns:repeat(4,1fr);align-items:end;gap:var(--profile-slice-space-2);border-radius:var(--profile-slice-radius-md);background:var(--profile-slice-gradient-chart-bg);padding:var(--profile-slice-space-3)}.message-detail-chart span[data-v-9e9e5dd3]{display:block;border-radius:var(--profile-slice-radius-pill) var(--profile-slice-radius-pill) 0 0;background:var(--profile-slice-gradient-chart-fill)}.message-detail-chart-bar--1[data-v-9e9e5dd3]{height:38%}.message-detail-chart-bar--2[data-v-9e9e5dd3]{height:52%}.message-detail-chart-bar--3[data-v-9e9e5dd3]{height:64%}.message-detail-chart-bar--4[data-v-9e9e5dd3]{height:78%}.message-detail-progress[data-v-9e9e5dd3]{display:flex;align-items:center;gap:var(--profile-slice-space-3)}.message-detail-progress span[data-v-9e9e5dd3]{display:block;height:.72rem;flex:1;overflow:hidden;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-surface-disabled)}.message-detail-progress b[data-v-9e9e5dd3]{display:block;width:42%;height:100%;border-radius:inherit;background:var(--profile-slice-gradient-progress)}.message-detail-progress em[data-v-9e9e5dd3]{color:var(--profile-slice-green-strong);font-size:var(--profile-slice-font-body);font-style:normal;font-weight:var(--profile-slice-weight-title)}.message-detail-action[data-v-9e9e5dd3]{width:100%;margin-top:.15rem}.admin-page-shell[data-v-2957db04]{color:#1c1917}.admin-mobile-workbench[data-v-bd4fc5fa]{--surface: #ffffff;--border: rgba(226, 232, 240, .95);--muted: #64748b;color:#0f172a}.admin-mobile-section[data-v-bd4fc5fa]{border:1px solid var(--border);border-radius:1.25rem;background:var(--surface);padding:1rem;box-shadow:0 16px 34px #0f172a0e}.section-heading[data-v-bd4fc5fa]{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.875rem}.section-heading h3[data-v-bd4fc5fa]{margin:0;font-size:.95rem;font-weight:800;line-height:1.2;color:inherit}.section-heading p[data-v-bd4fc5fa]{margin:.25rem 0 0;font-size:.72rem;line-height:1.35;color:var(--muted)}.section-heading>span[data-v-bd4fc5fa]{border-radius:999px;background:#eff6ff;padding:.25rem .55rem;font-size:.68rem;font-weight:700;color:#2563eb}.section-metrics[data-v-bd4fc5fa]{border-color:#93c5fdb3;background:linear-gradient(180deg,#f8fbff,#fff 36%)}.metric-card[data-v-bd4fc5fa]{min-width:0;border-radius:1rem;border:1px solid rgba(191,219,254,.75);background:#ffffffd6;padding:.85rem}.metric-card-top[data-v-bd4fc5fa]{display:flex;align-items:center;justify-content:space-between;gap:.4rem;color:#64748b;font-size:.68rem;font-weight:700}.metric-icon[data-v-bd4fc5fa]{display:grid;width:1.65rem;height:1.65rem;place-items:center;border-radius:.7rem;background:#e0f2fe;color:#0369a1}.metric-icon svg[data-v-bd4fc5fa]{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.metric-card strong[data-v-bd4fc5fa]{display:block;margin-top:.8rem;font-size:1.45rem;line-height:1;font-weight:850;color:#0f172a}.metric-card small[data-v-bd4fc5fa]{display:block;margin-top:.35rem;font-size:.75rem;color:#475569}.section-lookup[data-v-bd4fc5fa]{border-color:#14b8a63d}.lookup-search-row[data-v-bd4fc5fa]{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.6rem}.lookup-input[data-v-bd4fc5fa]{display:flex;min-width:0;align-items:center;gap:.5rem;border-radius:1rem;border:1px solid rgba(203,213,225,.9);background:#f8fafc;padding:0 .8rem;color:#64748b}.lookup-input svg[data-v-bd4fc5fa]{width:1rem;height:1rem;flex:none}.lookup-input input[data-v-bd4fc5fa]{min-width:0;width:100%;border:0;background:transparent;padding:.78rem 0;font-size:.86rem;color:#0f172a;outline:0}.lookup-search-row>button[data-v-bd4fc5fa],.generate-button[data-v-bd4fc5fa]{border:0;border-radius:1rem;background:#10b981;padding:0 1rem;color:#fff;font-size:.86rem;font-weight:800}.lookup-result[data-v-bd4fc5fa],.lookup-empty-row[data-v-bd4fc5fa]{margin-top:.85rem;border-radius:1rem;background:#f8fafc;padding:.85rem}.lookup-code-row[data-v-bd4fc5fa],.lookup-user-row[data-v-bd4fc5fa]{display:flex;align-items:center;gap:.75rem}.lookup-code-row[data-v-bd4fc5fa]{justify-content:space-between;margin-bottom:.75rem}.lookup-code-row span[data-v-bd4fc5fa]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92rem;font-weight:800;color:#0f172a}.lookup-code-row b[data-v-bd4fc5fa],.invite-row span[data-v-bd4fc5fa]{flex:none;border-radius:999px;padding:.25rem .5rem;font-size:.68rem;font-weight:800}.reset-entry[data-v-bd4fc5fa]{flex:none;border:0;border-radius:999px;background:#fff1f2;padding:.48rem .7rem;color:#be123c;font-size:.72rem;font-weight:800}.lookup-empty-row[data-v-bd4fc5fa]{font-size:.8rem;color:#64748b}.section-generate[data-v-bd4fc5fa]{border-color:#10b98147}.trial-segment[data-v-bd4fc5fa],.invite-tabs[data-v-bd4fc5fa]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;border-radius:1rem;background:#f1f5f9;padding:.25rem}.trial-segment button[data-v-bd4fc5fa],.invite-tabs button[data-v-bd4fc5fa]{min-width:0;border:0;border-radius:.8rem;background:transparent;padding:.62rem .35rem;color:#64748b;font-size:.78rem;font-weight:800}.trial-segment button.active[data-v-bd4fc5fa]{background:#10b981;color:#fff;box-shadow:0 8px 18px #10b98138}.admin-form-row[data-v-bd4fc5fa]{margin-top:.85rem;display:block}.admin-form-row>span[data-v-bd4fc5fa]{display:block;margin-bottom:.4rem;font-size:.72rem;font-weight:800;color:#475569}.admin-form-row input[data-v-bd4fc5fa]{width:100%;border:1px solid rgba(203,213,225,.92);border-radius:1rem;background:#f8fafc;padding:.7rem .85rem;font-size:.86rem;color:#0f172a;outline:0}.generate-button[data-v-bd4fc5fa]{width:100%;margin-top:.95rem;padding:.85rem 1rem}.generated-box[data-v-bd4fc5fa]{margin-top:.9rem;border-radius:1rem;background:#ecfdf5;padding:.75rem}.generated-head[data-v-bd4fc5fa]{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;background:transparent;padding:0 0 .6rem;color:#047857;font-size:.8rem;font-weight:800}.copy-all-button[data-v-bd4fc5fa]{margin-top:.6rem;border:0;border-radius:999px;background:#059669;padding:.5rem .8rem;color:#fff;font-size:.78rem;font-weight:800}.section-list[data-v-bd4fc5fa]{border-color:#94a3b866}.invite-tabs button[data-v-bd4fc5fa]{display:flex;align-items:center;justify-content:center;gap:.3rem}.invite-tabs button span[data-v-bd4fc5fa]{border-radius:999px;background:#64748b1f;padding:.1rem .36rem;font-size:.65rem}.invite-tabs button.active.tab-unused[data-v-bd4fc5fa]{background:#dcfce7;color:#047857}.invite-tabs button.active.tab-used[data-v-bd4fc5fa]{background:#e0f2fe;color:#0369a1}.invite-tabs button.active.tab-expired[data-v-bd4fc5fa]{background:#fef3c7;color:#b45309}.invite-list[data-v-bd4fc5fa]{margin-top:.65rem;overflow:hidden;border-radius:1rem;border:1px solid rgba(226,232,240,.9)}.invite-row[data-v-bd4fc5fa]{display:flex;align-items:center;gap:.75rem;padding:.85rem}.invite-row+.invite-row[data-v-bd4fc5fa]{border-top:1px solid rgba(226,232,240,.9)}.invite-row strong[data-v-bd4fc5fa]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.88rem;color:#0f172a}.invite-row p[data-v-bd4fc5fa],.invite-row small[data-v-bd4fc5fa]{display:block;margin:.3rem 0 0;font-size:.72rem;line-height:1.4;color:#64748b}.invite-row button[data-v-bd4fc5fa]{flex:none;border:0;border-radius:999px;background:#f1f5f9;padding:.5rem .72rem;color:#334155;font-size:.72rem;font-weight:800}.empty-list[data-v-bd4fc5fa]{padding:1.5rem 1rem;text-align:center;font-size:.82rem;color:#64748b}[data-v-a5c5aa16]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}html.ai-assistant-keyboard-open,html.ai-assistant-keyboard-open body{background:#eef3f8!important;background-color:#eef3f8!important}.ai-assistant-panel[data-v-a5c5aa16]{isolation:isolate}.ai-assistant-panel--slice[data-v-a5c5aa16]{margin:0 auto;width:min(100vw,430px);--profile-slice-child-u: min(1vw, 4.3px);border:0;border-radius:0;background:var(--profile-slice-radial-page-home),var(--profile-slice-gradient-page-home),var(--profile-slice-bg-soft);box-shadow:none;color:var(--profile-slice-text)}.ai-slice-header[data-v-a5c5aa16]{position:relative;z-index:2;min-height:calc(var(--profile-slice-child-u) * 30);overflow:hidden;padding:0}.ai-slice-back[data-v-a5c5aa16]{position:absolute;left:calc(var(--profile-slice-child-u) * 5);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 6.8);z-index:5;display:grid;width:calc(var(--profile-slice-child-u) * 7.1);height:calc(var(--profile-slice-child-u) * 7.1);place-items:center;border:0;border-radius:50%;background:var(--profile-slice-surface-strong-92);color:var(--profile-slice-primary);box-shadow:var(--profile-slice-shadow-back)}.ai-slice-back svg[data-v-a5c5aa16]{width:52%;height:52%;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.7}.ai-slice-header>div[data-v-a5c5aa16]{position:absolute;left:calc(var(--profile-slice-child-u) * 15.3);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 7.65);z-index:3;max-width:calc(var(--profile-slice-child-u) * 44);padding-top:0}.ai-slice-header h1[data-v-a5c5aa16]{margin:0;color:var(--profile-slice-text-strong);font-size:.96rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.05}.ai-slice-header p[data-v-a5c5aa16]{margin:.12rem 0 0;color:var(--profile-slice-text-header-subtle);font-size:.54rem;font-weight:var(--profile-slice-weight-body);letter-spacing:0}.ai-slice-header strong[data-v-a5c5aa16]{display:none;margin-top:.34rem;color:var(--profile-slice-text);font-size:.72rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.18}.ai-slice-header span[data-v-a5c5aa16]{display:none;align-items:center;margin-top:.3rem;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-surface-blue);color:var(--profile-slice-primary);padding:.22rem .46rem;font-size:.54rem;font-weight:var(--profile-slice-weight-title);line-height:1}.ai-slice-scenery[data-v-a5c5aa16]{position:absolute;right:calc(var(--profile-slice-child-u) * -8.5);bottom:calc(var(--profile-slice-child-u) * -1.2);z-index:1;width:calc(var(--profile-slice-child-u) * 45.5);height:auto;-o-object-fit:contain;object-fit:contain;-webkit-mask-image:radial-gradient(ellipse 58% 70% at 52% 42%,#000 0 48%,rgba(0,0,0,.82) 58%,rgba(0,0,0,.32) 68%,transparent 82%);mask-image:radial-gradient(ellipse 58% 70% at 52% 42%,#000 0 48%,rgba(0,0,0,.82) 58%,rgba(0,0,0,.32) 68%,transparent 82%)}.ai-assistant-panel--slice[data-v-a5c5aa16] .ai-session-drawer{position:relative;z-index:3;margin:0 1rem;border:1px solid var(--profile-slice-border-panel);border-radius:1.45rem;background:var(--profile-slice-surface-strong-90);box-shadow:var(--profile-slice-shadow-soft)}.ai-assistant-panel--slice>.ai-session-drawer[data-v-a5c5aa16]{display:none}.ai-assistant-panel--slice .ai-slice-quick-questions[data-v-a5c5aa16]{display:none}.ai-assistant-panel--slice .ai-slice-quick-questions>div[data-v-a5c5aa16]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible!important;padding-bottom:0!important}.ai-assistant-panel--slice .ai-slice-quick-questions button[data-v-a5c5aa16]{width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis}.ai-assistant-panel--slice[data-v-a5c5aa16] .chat-scroll{position:relative;z-index:2;margin:-.08rem .86rem 0;border:0;border-radius:0;background:transparent}.ai-assistant-panel--slice .ai-slice-empty-card[data-v-a5c5aa16]{max-width:86%!important;border-radius:.96rem!important;padding:.6rem .68rem!important}.ai-assistant-panel--slice .ai-slice-bot-icon[data-v-a5c5aa16],.ai-assistant-panel--slice .ai-slice-assistant-icon[data-v-a5c5aa16]{width:1.5rem!important;height:1.5rem!important}.ai-assistant-panel--slice .ai-slice-bot-icon svg[data-v-a5c5aa16],.ai-assistant-panel--slice .ai-slice-assistant-icon svg[data-v-a5c5aa16]{width:.8rem!important;height:.8rem!important}.ai-assistant-panel--slice .ai-slice-empty-text[data-v-a5c5aa16],.ai-assistant-panel--slice .ai-slice-user-text[data-v-a5c5aa16],.ai-assistant-panel--slice .ai-slice-assistant-text[data-v-a5c5aa16],.ai-assistant-panel--slice .ai-reply-flow[data-v-a5c5aa16]{font-size:.7rem!important;line-height:1.5!important;font-weight:760}.ai-assistant-panel--slice .ai-slice-user-bubble[data-v-a5c5aa16]{border-radius:.9rem!important;padding:.42rem .64rem!important}.ai-assistant-panel--slice .ai-slice-assistant-wrap[data-v-a5c5aa16]{max-width:89%!important}.ai-assistant-panel--slice .ai-slice-assistant-card[data-v-a5c5aa16]{border-radius:.96rem!important;padding:.58rem .68rem!important}.ai-assistant-panel--slice[data-v-a5c5aa16] .ai-assistant-inputbar{margin:0 .86rem .72rem;border-color:transparent;border-radius:var(--profile-slice-radius-pill);background:transparent;box-shadow:none}.ai-assistant-panel--slice .ai-assistant-inputbar[data-v-a5c5aa16]{padding:.42rem 0 0!important}.ai-assistant-panel--slice .ai-assistant-inputbar>div[data-v-a5c5aa16]{gap:.5rem}.ai-assistant-panel--slice .ai-assistant-inputbar textarea[data-v-a5c5aa16]{min-height:1.72rem!important;font-size:.72rem!important;line-height:1.42!important}.ai-assistant-panel--slice[data-v-a5c5aa16] .chat-scroll p{font-size:.7rem!important;line-height:1.5!important}.ai-assistant-panel--slice .ai-assistant-inputbar>div>div[data-v-a5c5aa16]{min-height:1.96rem!important;border-radius:var(--profile-slice-radius-pill)!important;padding:.18rem .72rem!important}.ai-assistant-panel--slice .ai-assistant-inputbar>div>button[data-v-a5c5aa16]{width:2rem!important;height:2rem!important}.ai-assistant-panel--keyboard[data-v-a5c5aa16]{position:fixed;left:0;right:0;top:0;z-index:70;border-radius:0;border-width:0;box-shadow:none}.ai-assistant-inputbar[data-v-a5c5aa16]{background-color:#fffffff5}.ai-assistant-inputbar--keyboard[data-v-a5c5aa16]{padding-bottom:.5rem!important;background-color:#fffffffa}.ai-reply-paragraph[data-v-a5c5aa16]{margin-bottom:.5rem}.ai-reply-paragraph[data-v-a5c5aa16]:last-child{margin-bottom:0}.ai-session-drawer-enter-active .ai-session-drawer-backdrop[data-v-a5c5aa16],.ai-session-drawer-leave-active .ai-session-drawer-backdrop[data-v-a5c5aa16]{transition:opacity .28s ease}.ai-session-drawer-enter-active .ai-session-drawer-panel[data-v-a5c5aa16],.ai-session-drawer-leave-active .ai-session-drawer-panel[data-v-a5c5aa16]{transition:transform .28s cubic-bezier(.32,.72,0,1)}.ai-session-drawer-enter-from .ai-session-drawer-backdrop[data-v-a5c5aa16],.ai-session-drawer-leave-to .ai-session-drawer-backdrop[data-v-a5c5aa16]{opacity:0}.ai-session-drawer-enter-from .ai-session-drawer-panel[data-v-a5c5aa16],.ai-session-drawer-leave-to .ai-session-drawer-panel[data-v-a5c5aa16]{transform:translate(-100%)}[data-v-28bd54cb] .kw{font-weight:600;--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}[data-v-28bd54cb] .hl{font-weight:700;--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}[data-v-28bd54cb] ul>:not([hidden])~:not([hidden]),[data-v-28bd54cb] ol>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}[data-v-28bd54cb] p+ul,[data-v-28bd54cb] p+ol{margin-top:.5rem}[data-v-28bd54cb] li{line-height:1.625}.growth-record-slice-page .profile-slice-child-back{left:calc(var(--profile-slice-child-u) * 5);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 6.8);width:calc(var(--profile-slice-child-u) * 7.1);height:calc(var(--profile-slice-child-u) * 7.1)}.growth-record-slice-page .profile-slice-child-back svg{width:52%;height:52%}.growth-record-slice-page .profile-slice-child-heading{left:calc(var(--profile-slice-child-u) * 15.3);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 7.65)}.growth-record-slice-page .profile-slice-child-heading h1{font-size:.96rem;line-height:1}.profile-slice-child-content.growth-record-slice-content{gap:calc(var(--profile-slice-child-u) * 2.45);margin-top:calc(var(--profile-slice-child-u) * -1.45);padding-right:calc(var(--profile-slice-child-u) * 3.15);padding-left:calc(var(--profile-slice-child-u) * 3.15)}.growth-slice-panel[data-v-d3d3c23b]{--growth-slice-accent: #11a875;--growth-slice-accent-soft: rgba(226, 250, 241, .9);--growth-slice-tab-gradient: linear-gradient(135deg, #2dcc95, #0b9c69);--growth-slice-tab-shadow: 0 13px 24px -13px rgba(15, 151, 104, .58);position:relative;overflow:hidden;border-radius:calc(var(--profile-slice-child-u) * 5.9);background:var(--profile-slice-radial-card-corner),linear-gradient(180deg,#fffffffe,#fffffff6 68%,#f8fdfffb);color:var(--growth-slice-accent);padding:.56rem .68rem .64rem;box-shadow:0 18px 42px -30px #265f9c80,inset 0 0 0 1px #ddedf8f5}.growth-slice-panel--green[data-v-d3d3c23b]{--growth-slice-accent: #11a875;--growth-slice-accent-soft: rgba(224, 250, 239, .92)}.growth-slice-panel--blue[data-v-d3d3c23b]{--growth-slice-accent: #2996df;--growth-slice-accent-soft: rgba(237, 248, 255, .96);--growth-slice-tab-gradient: linear-gradient(135deg, #65b8ff, #258fd8);--growth-slice-tab-shadow: 0 13px 24px -13px rgba(41, 150, 223, .58)}.growth-slice-tone--green[data-v-d3d3c23b]{--growth-slice-accent: #11a875;--growth-slice-accent-soft: rgba(224, 250, 239, .92)}.growth-slice-panel--purple[data-v-d3d3c23b]{--growth-slice-accent: #7662e7;--growth-slice-accent-soft: rgba(239, 235, 255, .95);--growth-slice-tab-gradient: linear-gradient(135deg, #9a85f3, #765ce7);--growth-slice-tab-shadow: 0 13px 24px -13px rgba(106, 79, 225, .58)}.growth-slice-tone--purple[data-v-d3d3c23b]{--growth-slice-accent: #7662e7;--growth-slice-accent-soft: rgba(239, 235, 255, .95)}.growth-slice-panel--orange[data-v-d3d3c23b]{--growth-slice-accent: #f6781f;--growth-slice-accent-soft: rgba(255, 243, 227, .96);--growth-slice-tab-gradient: linear-gradient(135deg, #ffb14b, #ff7d18);--growth-slice-tab-shadow: 0 13px 24px -13px rgba(235, 127, 28, .62)}.growth-slice-tone--orange[data-v-d3d3c23b]{--growth-slice-accent: #f6781f;--growth-slice-accent-soft: rgba(255, 243, 227, .96)}.growth-slice-tone--blue[data-v-d3d3c23b]{--growth-slice-accent: #2996df;--growth-slice-accent-soft: rgba(237, 248, 255, .96)}.growth-slice-tabs[data-v-d3d3c23b]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.2rem;border-radius:var(--profile-slice-radius-pill);background:linear-gradient(180deg,#f8fcfffa,#f0f7fdeb);padding:.18rem;box-shadow:inset 0 0 0 1px #e2eef8eb,0 10px 24px -22px #234f8257}.growth-slice-tabs button[data-v-d3d3c23b]{min-width:0;min-height:1.88rem;border:0;border-radius:var(--profile-slice-radius-pill);background:transparent;color:#4d6179;font-size:.7rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;outline:none;white-space:nowrap;-webkit-tap-highlight-color:transparent}.growth-slice-tabs button.active[data-v-d3d3c23b]{background:var(--growth-slice-tab-gradient);color:var(--profile-slice-white);box-shadow:var(--growth-slice-tab-shadow)}.growth-slice-tabs button[data-v-d3d3c23b]:focus-visible{box-shadow:0 0 0 2px var(--profile-slice-white),0 0 0 3px color-mix(in srgb,var(--growth-slice-accent) 48%,transparent)}.growth-slice-metric-zone[data-v-d3d3c23b]{display:grid;min-height:7.45rem;grid-template-columns:minmax(0,1fr) 7.4rem;align-items:center;gap:.18rem;margin-top:.56rem;border:0;border-radius:0;background:radial-gradient(circle at 82% 32%,rgba(237,250,255,.86),transparent 5.6rem),linear-gradient(180deg,#ffffff14,#fff0);padding:.15rem .12rem .16rem}.growth-slice-current-copy[data-v-d3d3c23b]{min-width:0}.growth-slice-current-label[data-v-d3d3c23b]{display:inline-flex;align-items:center;gap:.3rem;color:var(--growth-slice-accent);font-size:.78rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0}.growth-slice-current-icon[data-v-d3d3c23b]{display:block;width:.88rem;height:.88rem;flex:0 0 auto;-o-object-fit:contain;object-fit:contain}.growth-slice-current-icon--weight[data-v-d3d3c23b]{filter:hue-rotate(44deg) saturate(1.2)}.growth-slice-current-copy strong[data-v-d3d3c23b]{display:flex;align-items:baseline;gap:.36rem;margin-top:.38rem;color:var(--growth-slice-accent);font-size:1.94rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:.96;white-space:nowrap}.growth-slice-current-copy strong em[data-v-d3d3c23b]{color:var(--profile-slice-text);font-size:.72rem;font-style:normal;font-weight:var(--profile-slice-weight-title);white-space:nowrap}.growth-slice-current-copy p[data-v-d3d3c23b]{display:inline-flex;align-items:center;gap:.32rem;margin:.38rem 0 0;border-radius:var(--profile-slice-radius-pill);background:var(--growth-slice-accent-soft);color:var(--profile-slice-text-muted);padding:.24rem .54rem;font-size:.66rem;font-weight:var(--profile-slice-weight-body);line-height:1}.growth-slice-current-copy p b[data-v-d3d3c23b]{color:var(--growth-slice-accent)}.growth-slice-current-copy p b.down[data-v-d3d3c23b]{color:var(--profile-slice-orange)}.growth-slice-current-copy small[data-v-d3d3c23b]{display:block;margin-top:.34rem;color:var(--profile-slice-text-muted);font-size:.62rem;font-weight:var(--profile-slice-weight-body);line-height:1.2}.growth-slice-figure[data-v-d3d3c23b]{width:100%;height:7.1rem;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(var(--profile-slice-filter-illustration))}.growth-slice-visual[data-v-d3d3c23b]{position:relative;height:9.45rem;margin-top:.24rem}.growth-slice-visual--chart[data-v-d3d3c23b]{height:auto}.growth-slice-view-toolbar[data-v-d3d3c23b]{position:absolute;top:.05rem;right:.04rem;left:.04rem;z-index:4;display:flex;min-height:1.68rem;align-items:center;justify-content:flex-end;gap:.38rem}.growth-slice-visual--list .growth-slice-view-toolbar[data-v-d3d3c23b]{justify-content:space-between}.growth-slice-visual--chart .growth-slice-view-toolbar[data-v-d3d3c23b]{justify-content:space-between;padding:0 .08rem}.growth-slice-chart-axis-unit[data-v-d3d3c23b]{color:var(--profile-slice-text-soft);font-size:.52rem;font-weight:var(--profile-slice-weight-title);line-height:1;white-space:nowrap}.growth-slice-view-toolbar>strong[data-v-d3d3c23b]{color:var(--profile-slice-text-muted);font-size:.61rem;font-weight:var(--profile-slice-weight-title);line-height:1}.growth-slice-visual--list .growth-slice-view-toolbar>strong[data-v-d3d3c23b]{color:var(--profile-slice-text);font-size:.7rem}.growth-slice-mode-switch[data-v-d3d3c23b]{display:inline-flex;align-items:center;gap:.12rem;border:1px solid color-mix(in srgb,var(--growth-slice-accent) 17%,var(--profile-slice-border));border-radius:var(--profile-slice-radius-pill);background:color-mix(in srgb,var(--growth-slice-accent) 5%,var(--profile-slice-white));padding:.14rem;box-shadow:0 8px 18px -15px color-mix(in srgb,var(--growth-slice-accent) 56%,transparent)}.growth-slice-mode-switch button[data-v-d3d3c23b]{display:grid;width:1.52rem;height:1.24rem;place-items:center;border:0;border-radius:var(--profile-slice-radius-pill);background:transparent;color:var(--profile-slice-text-soft);outline:none;padding:0;-webkit-tap-highlight-color:transparent}.growth-slice-mode-switch button.active[data-v-d3d3c23b]{background:var(--profile-slice-white);color:var(--growth-slice-accent);box-shadow:0 4px 10px color-mix(in srgb,var(--growth-slice-accent) 15%,transparent)}.growth-slice-mode-switch button[data-v-d3d3c23b]:focus-visible{box-shadow:0 0 0 2px var(--profile-slice-white),0 0 0 3px color-mix(in srgb,var(--growth-slice-accent) 48%,transparent)}.growth-slice-mode-switch svg[data-v-d3d3c23b]{width:.82rem;height:.82rem}.growth-slice-chart[data-v-d3d3c23b]{overflow:hidden;height:auto;margin-top:0;border:0;border-radius:0;background:transparent;padding:1.82rem .05rem 0}.growth-slice-chart-frame[data-v-d3d3c23b]{display:flex;width:100%;min-width:0}.growth-slice-chart-axis[data-v-d3d3c23b]{display:block;width:34px;height:176px;flex:0 0 34px;background:var(--profile-slice-white)}.growth-slice-chart-scroll[data-v-d3d3c23b]{min-width:0;flex:1 1 auto;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}.growth-slice-chart-scroll[data-v-d3d3c23b]::-webkit-scrollbar{display:none}.growth-slice-chart-scroll[data-v-d3d3c23b]:focus-visible{border-radius:.5rem;outline:2px solid color-mix(in srgb,var(--growth-slice-accent) 35%,transparent);outline-offset:-2px}.growth-slice-chart-body[data-v-d3d3c23b]{display:block;max-width:none;height:auto;color:var(--growth-slice-accent)}.growth-slice-records[data-v-d3d3c23b]{height:9.45rem;padding-top:1.82rem}.growth-slice-records-scroll[data-v-d3d3c23b]{display:flex;height:7.63rem;flex-direction:column;gap:.22rem;overflow-y:auto;overscroll-behavior:contain;padding:.04rem .12rem .14rem .02rem;scrollbar-color:color-mix(in srgb,var(--growth-slice-accent) 22%,transparent) transparent;scrollbar-width:thin;touch-action:pan-y;-webkit-overflow-scrolling:touch}.growth-slice-records-scroll[data-v-d3d3c23b]::-webkit-scrollbar{width:.2rem}.growth-slice-records-scroll[data-v-d3d3c23b]::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in srgb,var(--growth-slice-accent) 22%,transparent)}.growth-slice-record-row[data-v-d3d3c23b]{display:grid;min-height:2rem;flex:0 0 auto;grid-template-columns:4.25rem minmax(4.6rem,1fr) auto 1.78rem;align-items:center;gap:.22rem;border:1px solid color-mix(in srgb,var(--growth-slice-accent) 10%,var(--profile-slice-border-soft));border-radius:.72rem;background:linear-gradient(90deg,color-mix(in srgb,var(--growth-slice-accent) 4%,var(--profile-slice-white)),#fffffffa);padding:0 .28rem 0 .48rem}.growth-slice-record-row--latest[data-v-d3d3c23b]{border-color:color-mix(in srgb,var(--growth-slice-accent) 27%,var(--profile-slice-border-soft));background:linear-gradient(90deg,color-mix(in srgb,var(--growth-slice-accent) 10%,var(--profile-slice-white)),#fffffffa)}.growth-slice-record-row time[data-v-d3d3c23b]{color:var(--profile-slice-text-muted);font-size:.59rem;font-weight:var(--profile-slice-weight-title);white-space:nowrap}.growth-slice-record-row>strong[data-v-d3d3c23b]{color:var(--profile-slice-text-strong);font-size:.7rem;font-weight:var(--profile-slice-weight-title);white-space:nowrap}.growth-slice-record-row>strong small[data-v-d3d3c23b]{color:var(--profile-slice-text-muted);font-size:.52rem;font-weight:var(--profile-slice-weight-title)}.growth-slice-record-delta[data-v-d3d3c23b]{justify-self:start;border-radius:var(--profile-slice-radius-pill);background:color-mix(in srgb,var(--growth-slice-accent) 11%,var(--profile-slice-white));color:var(--growth-slice-accent);padding:.18rem .36rem;font-size:.51rem;font-weight:var(--profile-slice-weight-title);line-height:1;white-space:nowrap}.growth-slice-record-delta--down[data-v-d3d3c23b]{background:#fff2e7f5;color:var(--profile-slice-orange)}.growth-slice-record-delta--muted[data-v-d3d3c23b]{background:#eff5f8f5;color:var(--profile-slice-text-soft)}.growth-slice-record-more[data-v-d3d3c23b]{display:grid;width:1.66rem;height:1.66rem;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--profile-slice-text-soft);outline:none;padding:0;-webkit-tap-highlight-color:transparent}.growth-slice-record-more.active[data-v-d3d3c23b]{background:color-mix(in srgb,var(--growth-slice-accent) 12%,var(--profile-slice-white));color:var(--growth-slice-accent)}.growth-slice-record-more[data-v-d3d3c23b]:focus-visible{box-shadow:0 0 0 2px var(--profile-slice-white),0 0 0 3px color-mix(in srgb,var(--growth-slice-accent) 48%,transparent)}.growth-slice-record-more svg[data-v-d3d3c23b]{width:.9rem;height:.9rem}.growth-slice-records-empty[data-v-d3d3c23b]{display:grid;height:7.63rem;place-items:center;align-content:center;gap:.36rem;text-align:center}.growth-slice-records-empty strong[data-v-d3d3c23b]{color:var(--profile-slice-text-strong);font-size:.76rem;font-weight:var(--profile-slice-weight-title)}.growth-slice-records-empty span[data-v-d3d3c23b]{color:var(--profile-slice-text-soft);font-size:.6rem;font-weight:var(--profile-slice-weight-body)}.growth-slice-record-menu[data-v-d3d3c23b]{--growth-menu-accent: #11a875;position:fixed;z-index:10020;width:8.25rem;overflow:hidden;border:1px solid rgba(214,231,239,.98);border-radius:.86rem;background:#fffffffc;box-shadow:0 16px 34px #2d536d38}.growth-slice-record-menu--purple[data-v-d3d3c23b]{--growth-menu-accent: #7662e7}.growth-slice-record-menu--blue[data-v-d3d3c23b]{--growth-menu-accent: #2996df}.growth-slice-record-menu--orange[data-v-d3d3c23b]{--growth-menu-accent: #f6781f}.growth-slice-record-menu button[data-v-d3d3c23b]{display:flex;width:100%;min-height:2.55rem;align-items:center;gap:.52rem;border:0;background:transparent;color:var(--growth-menu-accent);padding:0 .7rem;font-size:.72rem;font-weight:850;text-align:left}.growth-slice-record-menu button+button[data-v-d3d3c23b]{border-top:1px solid rgba(232,240,245,.96)}.growth-slice-record-menu button.danger[data-v-d3d3c23b]{color:#e86570}.growth-slice-record-menu button[data-v-d3d3c23b]:active{background:#f1f7faf5}.growth-slice-record-menu svg[data-v-d3d3c23b]{width:.92rem;height:.92rem;flex:0 0 auto}.growth-slice-menu-enter-active[data-v-d3d3c23b],.growth-slice-menu-leave-active[data-v-d3d3c23b]{transition:opacity .15s ease,transform .15s ease}.growth-slice-menu-enter-from[data-v-d3d3c23b],.growth-slice-menu-leave-to[data-v-d3d3c23b]{opacity:0;transform:translateY(-.2rem) scale(.97)}.growth-slice-chart-empty[data-v-d3d3c23b]{display:grid;min-height:9rem;place-items:center;align-content:center;gap:.38rem;color:var(--profile-slice-text-muted);text-align:center}.growth-slice-chart-empty strong[data-v-d3d3c23b]{color:var(--profile-slice-text-strong);font-size:var(--profile-slice-font-card-title);font-weight:var(--profile-slice-weight-title);letter-spacing:0}.growth-slice-chart-empty span[data-v-d3d3c23b]{max-width:13rem;font-size:var(--profile-slice-font-caption);font-weight:var(--profile-slice-weight-body);line-height:1.35}.growth-slice-chart-grid[data-v-d3d3c23b]{stroke:var(--profile-slice-border);stroke-width:1;stroke-dasharray:2.4 2.4}.growth-slice-chart-area[data-v-d3d3c23b]{fill:url(#growthSliceArea)}.growth-slice-chart-line[data-v-d3d3c23b]{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.35}.growth-slice-chart-dot[data-v-d3d3c23b]{fill:var(--profile-slice-white);stroke:currentColor;stroke-width:2.2}.growth-slice-chart-label[data-v-d3d3c23b],.growth-slice-chart-y-label[data-v-d3d3c23b]{fill:var(--profile-slice-text-soft);font-size:9px;font-weight:800}.growth-slice-chart-y-label[data-v-d3d3c23b]{font-size:8.5px}.growth-slice-chart-value-label[data-v-d3d3c23b]{fill:currentColor;font-size:9px;font-weight:950;paint-order:stroke;stroke:var(--profile-slice-white);stroke-linejoin:round;stroke-width:3px}.growth-slice-assessment[data-v-d3d3c23b]{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--profile-slice-space-2);min-height:7.05rem;border-radius:calc(var(--profile-slice-child-u) * 5.2);background:var(--profile-slice-radial-card-corner),var(--profile-slice-surface);padding:.92rem .86rem .86rem;box-shadow:var(--profile-slice-shadow-card),inset 0 0 0 1px var(--profile-slice-border-soft)}.growth-slice-assessment div[data-v-d3d3c23b]{min-width:0}.growth-slice-percentile-detail[data-v-d3d3c23b]{margin:.5rem -.05rem 0;border-top:1px solid var(--profile-slice-divider);padding:.66rem .32rem .06rem}.growth-slice-percentile-detail header[data-v-d3d3c23b]{display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem}.growth-slice-percentile-detail header div[data-v-d3d3c23b]{min-width:0}.growth-slice-percentile-detail header span[data-v-d3d3c23b],.growth-slice-baby-percentile span[data-v-d3d3c23b]{display:block;color:var(--profile-slice-text-muted);font-size:.62rem;font-weight:var(--profile-slice-weight-body);line-height:1.2}.growth-slice-percentile-detail header strong[data-v-d3d3c23b]{display:block;margin-top:.18rem;color:var(--profile-slice-text-strong);font-size:.72rem;font-weight:var(--profile-slice-weight-title);line-height:1.1}.growth-slice-percentile-detail header small[data-v-d3d3c23b]{max-width:7.9rem;color:var(--profile-slice-text-soft);font-size:.56rem;font-weight:var(--profile-slice-weight-body);line-height:1.25;text-align:right}.growth-slice-percentile-grid[data-v-d3d3c23b]{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.24rem;margin-top:.58rem}.growth-slice-percentile-grid div[data-v-d3d3c23b]{min-width:0;border-radius:.55rem;background:color-mix(in srgb,var(--growth-slice-accent) 6%,var(--profile-slice-white));padding:.34rem .08rem;text-align:center}.growth-slice-percentile-grid span[data-v-d3d3c23b]{display:block;color:var(--growth-slice-accent);font-size:.56rem;font-weight:var(--profile-slice-weight-title);line-height:1.05}.growth-slice-percentile-grid strong[data-v-d3d3c23b]{display:block;margin-top:.2rem;color:var(--profile-slice-text);font-size:.6rem;font-weight:var(--profile-slice-weight-title);line-height:1.1;white-space:nowrap}.growth-slice-percentile-empty[data-v-d3d3c23b]{margin:.58rem 0 0;border-radius:.55rem;background:var(--profile-slice-surface-soft);color:var(--profile-slice-text-soft);padding:.44rem .5rem;font-size:.6rem;font-weight:var(--profile-slice-weight-body);line-height:1.25}.growth-slice-baby-percentile[data-v-d3d3c23b]{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(4.55rem,.75fr);gap:.45rem;align-items:stretch;margin-top:.48rem}.growth-slice-baby-percentile>div[data-v-d3d3c23b]{min-width:0;border-radius:.66rem;background:color-mix(in srgb,var(--growth-slice-accent) 11%,var(--profile-slice-white));padding:.42rem .48rem}.growth-slice-baby-percentile strong[data-v-d3d3c23b]{display:block;margin-top:.23rem;color:var(--growth-slice-accent);font-size:.82rem;font-weight:var(--profile-slice-weight-title);line-height:1.05;white-space:nowrap}.growth-slice-baby-percentile em[data-v-d3d3c23b]{margin-left:.12rem;color:var(--profile-slice-text-muted);font-size:.58rem;font-style:normal;font-weight:var(--profile-slice-weight-title)}.growth-slice-assessment button[data-v-d3d3c23b]{flex:0 0 auto;border:0;border-radius:var(--profile-slice-radius-pill);background:color-mix(in srgb,var(--growth-slice-accent) 10%,var(--profile-slice-white));color:var(--growth-slice-accent);padding:.39rem .68rem;font-size:.62rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;white-space:nowrap}.growth-slice-assessment h2[data-v-d3d3c23b]{margin:0;color:var(--profile-slice-text-strong);font-size:.88rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1.12}.growth-slice-assessment p[data-v-d3d3c23b]{margin:.45rem 0 0;color:var(--profile-slice-text-muted);font-size:.68rem;font-weight:var(--profile-slice-weight-body);letter-spacing:0;line-height:1.38}.growth-slice-assessment small[data-v-d3d3c23b]{display:block;margin-top:.58rem;color:var(--profile-slice-text-soft);font-size:.62rem;font-weight:var(--profile-slice-weight-body);line-height:1.2}.growth-slice-assessment button[data-v-d3d3c23b]{background:var(--growth-slice-accent-soft)}.growth-slice-add[data-v-d3d3c23b]{width:100%;min-height:2.66rem;margin-top:0;border:0;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-gradient-green);color:var(--profile-slice-white);font-size:.76rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;box-shadow:var(--profile-slice-shadow-action)}.growth-slice-add.growth-slice-tone--purple[data-v-d3d3c23b]{background:linear-gradient(135deg,#9a85f3,var(--profile-slice-purple))}.growth-slice-add.growth-slice-tone--blue[data-v-d3d3c23b]{background:linear-gradient(135deg,#65b8ff,#258fd8)}.growth-slice-add.growth-slice-tone--orange[data-v-d3d3c23b]{background:linear-gradient(135deg,#ffb14b,#ff8425)}.growth-slice-record-modal{--growth-form-accent: #11a875}.growth-slice-record-modal .modal-content{border:1px solid rgba(220,236,245,.98);background:radial-gradient(circle at 88% 3%,rgba(221,249,239,.94),transparent 8.5rem),linear-gradient(180deg,#fffffffe,#f8fdfffc)!important;box-shadow:0 24px 70px #224f6e42!important}.growth-slice-record-modal .card-header{background:transparent}.growth-slice-record-modal .card-body{scrollbar-color:rgba(17,168,117,.22) transparent;scrollbar-width:thin}.growth-slice-form[data-v-d3d3c23b]{display:flex;flex-direction:column;gap:.9rem}.growth-slice-form-context[data-v-d3d3c23b]{display:flex;align-items:center;gap:.7rem;border:1px solid rgba(201,235,221,.92);border-radius:1.15rem;background:linear-gradient(135deg,#e8faf3f5,#f8fdfff5);padding:.72rem .8rem}.growth-slice-form-context>span[data-v-d3d3c23b]{display:grid;width:2.35rem;height:2.35rem;flex:0 0 auto;place-items:center;border-radius:50%;background:#fffffff5;box-shadow:0 7px 16px #1f88641f}.growth-slice-form-context img[data-v-d3d3c23b]{width:1.18rem;height:1.18rem;-o-object-fit:contain;object-fit:contain}.growth-slice-form-context div[data-v-d3d3c23b]{min-width:0}.growth-slice-form-context strong[data-v-d3d3c23b]{display:block;color:#18384a;font-size:.9rem;font-weight:950}.growth-slice-form-context small[data-v-d3d3c23b]{display:block;margin-top:.18rem;color:#708498;font-size:.68rem;font-weight:750}.growth-slice-form-hint[data-v-d3d3c23b]{margin:-.22rem 0 0;border-radius:.88rem;background:#fff6e7f5;color:#b36d27;padding:.58rem .72rem;font-size:.72rem;font-weight:750;line-height:1.45}.growth-slice-form label[data-v-d3d3c23b]{display:flex;min-width:0;flex-direction:column;gap:.4rem}.growth-slice-form label span[data-v-d3d3c23b]{color:#647188;font-size:.82rem;font-weight:900}.growth-slice-form input[data-v-d3d3c23b],.growth-slice-form textarea[data-v-d3d3c23b]{width:100%;border:1px solid rgba(224,233,246,.92);border-radius:1rem;background:#f8fcfff2;color:#17243c;font-size:.96rem;font-weight:850;outline:none;padding:.72rem .82rem}.growth-slice-form input[data-v-d3d3c23b]:focus,.growth-slice-form textarea[data-v-d3d3c23b]:focus{border-color:#11a8759e;box-shadow:0 0 0 3px #11a8751a}.growth-slice-form textarea[data-v-d3d3c23b]{resize:none}.growth-slice-form-grid[data-v-d3d3c23b]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.68rem}.growth-slice-form-error[data-v-d3d3c23b]{margin:0;border:1px solid rgba(251,113,133,.32);border-radius:.9rem;background:#fff1f2eb;color:#e11d48;font-size:.82rem;font-weight:800;line-height:1.5;padding:.62rem .78rem}.growth-slice-form-submit[data-v-d3d3c23b]{min-height:3rem;border:0;border-radius:999px;background:linear-gradient(135deg,#62d5a8,#17b989);color:#fff;font-size:.98rem;font-weight:950}.growth-slice-form-submit[data-v-d3d3c23b]:disabled{cursor:wait;opacity:.65}@media(max-width:480px){.growth-slice-form-grid[data-v-d3d3c23b]{grid-template-columns:repeat(2,minmax(0,1fr))}.growth-slice-form-grid label[data-v-d3d3c23b]:nth-child(3){grid-column:1 / -1}}@media(max-width:374px){.profile-slice-child-content.growth-record-slice-content{margin-top:calc(var(--profile-slice-child-u) * -1.3);padding-right:calc(var(--profile-slice-child-u) * 3.15);padding-left:calc(var(--profile-slice-child-u) * 3.15)}.growth-slice-metric-zone[data-v-d3d3c23b]{grid-template-columns:minmax(0,1fr) 7.05rem}.growth-slice-current-copy strong[data-v-d3d3c23b]{font-size:1.96rem}.growth-slice-tabs button[data-v-d3d3c23b]{font-size:var(--profile-slice-font-meta)}}.activity-page[data-v-b064c194]{padding:16px}.activity-head[data-v-b064c194]{margin-bottom:14px}.activity-head h1[data-v-b064c194]{margin:0;color:var(--color-text, #1f2937);font-size:22px;font-weight:800}.activity-head p[data-v-b064c194],.activity-empty[data-v-b064c194]{color:#8a8aa3;font-size:13px}.activity-card[data-v-b064c194]{width:100%;margin-bottom:12px;padding:12px;display:grid;grid-template-columns:96px 1fr;gap:12px;text-align:left;border:1px solid rgba(124,108,219,.12);border-radius:16px;background:#fff;box-shadow:0 8px 22px #30266e14}.activity-card img[data-v-b064c194]{width:96px;height:76px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.activity-cover-fallback[data-v-b064c194]{width:96px;height:76px;display:grid;place-items:center;border-radius:12px;color:#2563eb;font-size:22px;font-weight:900;background:linear-gradient(135deg,#e8f0ff,#ecfdf5)}.activity-placement[data-v-b064c194]{color:#7c6cdb;font-size:11px;font-weight:700}.activity-card h2[data-v-b064c194]{margin:4px 0;color:#1f2937;font-size:16px;font-weight:800}.activity-card p[data-v-b064c194]{margin:0;color:#6b7280;font-size:12px;line-height:1.5}@media(max-width:380px){.activity-card[data-v-b064c194]{grid-template-columns:1fr}.activity-card img[data-v-b064c194],.activity-cover-fallback[data-v-b064c194]{width:100%;height:128px}}.shop-page[data-v-eb79804b]{padding:16px}.shop-head h1[data-v-eb79804b]{margin:0;color:#1f2937;font-size:22px;font-weight:800}.shop-head p[data-v-eb79804b],.shop-empty[data-v-eb79804b]{color:#8a8aa3;font-size:13px}.shop-provider[data-v-eb79804b],.shop-card[data-v-eb79804b]{width:100%;margin-bottom:12px;text-align:left;border:1px solid rgba(124,108,219,.12);border-radius:16px;background:#fff;box-shadow:0 8px 22px #30266e14}.shop-provider[data-v-eb79804b]{padding:16px;background:linear-gradient(135deg,#eef4ff,#fff7ed)}.shop-provider span[data-v-eb79804b],.shop-placement[data-v-eb79804b]{color:#7c6cdb;font-size:11px;font-weight:800}.shop-provider strong[data-v-eb79804b],.shop-provider small[data-v-eb79804b]{display:block}.shop-provider strong[data-v-eb79804b],.shop-card h2[data-v-eb79804b]{margin:4px 0;color:#1f2937;font-size:16px;font-weight:800}.shop-provider small[data-v-eb79804b],.shop-card p[data-v-eb79804b]{color:#6b7280;font-size:12px}.shop-card[data-v-eb79804b]{padding:12px;display:grid;grid-template-columns:96px 1fr;gap:12px}.shop-card img[data-v-eb79804b]{width:96px;height:76px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.shop-cover-fallback[data-v-eb79804b]{width:96px;height:76px;display:grid;place-items:center;border-radius:12px;color:#059669;font-size:22px;font-weight:900;background:linear-gradient(135deg,#ecfdf5,#fff7ed)}.shop-card p[data-v-eb79804b]{margin:0;line-height:1.5}@media(max-width:380px){.shop-card[data-v-eb79804b]{grid-template-columns:1fr}.shop-card img[data-v-eb79804b],.shop-cover-fallback[data-v-eb79804b]{width:100%;height:128px}}[data-v-51fef28e]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}[data-v-51fef28e] .profile-slice-child-content.notes-design-slice-content{margin-top:calc(var(--profile-slice-child-u) * -1.45)}[data-v-51fef28e] .notes-design-slice-content{gap:0}.notes-design-panel[data-v-51fef28e]{display:grid;gap:.72rem;border:1px solid var(--profile-slice-border);border-radius:var(--profile-slice-radius-xl);background:var(--profile-slice-surface);padding:.78rem;box-shadow:var(--profile-slice-shadow-card)}.notes-design-tabs[data-v-51fef28e]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.38rem;padding:0;border:0;border-radius:0;background:transparent}.notes-design-tabs button[data-v-51fef28e]{min-width:0;min-height:2.08rem;border:0;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-surface-blue-soft);color:var(--profile-slice-text-muted);font-size:.64rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;box-shadow:inset 0 1px 0 var(--profile-slice-surface-translucent)}.notes-design-tabs button.active[data-v-51fef28e]{color:var(--profile-slice-white);box-shadow:var(--profile-slice-shadow-action)}.notes-design-tabs button.notes-design-tab--douyin.active[data-v-51fef28e]{background:#171717}.notes-design-tabs button.notes-design-tab--xhs.active[data-v-51fef28e]{background:#ef3340}.notes-design-tabs button.notes-design-tab--onePicture.active[data-v-51fef28e]{background:#3185f6}.notes-design-summary[data-v-51fef28e]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--profile-slice-border-soft);border-radius:var(--profile-slice-radius-lg);background:var(--profile-slice-white);padding:.25rem 0;box-shadow:var(--profile-slice-shadow-list)}.notes-design-summary-item[data-v-51fef28e]{display:grid;min-width:0;min-height:2.45rem;align-content:center;justify-items:center;gap:.28rem;padding:0 .2rem;text-align:center}.notes-design-summary-item[data-v-51fef28e]:not(:last-child){border-right:1px solid var(--profile-slice-divider)}.notes-design-summary-label[data-v-51fef28e]{color:var(--profile-slice-text-muted);font-size:.6rem;font-weight:var(--profile-slice-weight-body);letter-spacing:0;line-height:1;white-space:nowrap}.notes-design-summary-value[data-v-51fef28e]{display:inline-flex;align-items:baseline;justify-content:center;gap:.18rem;line-height:1;white-space:nowrap}.notes-design-summary-value strong[data-v-51fef28e]{color:var(--profile-slice-text);font-size:.82rem;font-weight:var(--profile-slice-weight-title);letter-spacing:0;line-height:1}.notes-design-summary-value em[data-v-51fef28e]{color:var(--profile-slice-text-muted);font-size:.56rem;font-style:normal;font-weight:var(--profile-slice-weight-body);letter-spacing:0;line-height:1}.notes-design-list-card[data-v-51fef28e]{border:1px solid var(--profile-slice-border-soft);border-radius:var(--profile-slice-radius-lg);background:var(--profile-slice-white);padding:.5rem .76rem;box-shadow:var(--profile-slice-shadow-list)}.notes-design-one-picture-grid[data-v-51fef28e]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.62rem;padding:.18rem 0}.notes-design-one-picture-card[data-v-51fef28e]{min-width:0;overflow:hidden;border:1px solid var(--profile-slice-border-soft);border-radius:var(--profile-slice-radius-sm);background:var(--profile-slice-thumb-bg);padding:0;box-shadow:var(--profile-slice-shadow-list);touch-action:pan-y;-webkit-touch-callout:none}.notes-design-one-picture-card img[data-v-51fef28e]{display:block;width:100%;aspect-ratio:.76;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none}.notes-design-state[data-v-51fef28e]{display:grid;min-height:11rem;place-items:center;align-content:center;gap:.42rem;color:var(--profile-slice-text-muted);text-align:center}.notes-design-state strong[data-v-51fef28e]{color:var(--profile-slice-text);font-size:var(--profile-slice-font-card-title);font-weight:var(--profile-slice-weight-title);letter-spacing:0}.notes-design-state span[data-v-51fef28e]{max-width:13rem;font-size:var(--profile-slice-font-caption);font-weight:var(--profile-slice-weight-body);line-height:1.35}.notes-design-state button[data-v-51fef28e]{min-height:2.32rem;border:0;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-gradient-green);color:var(--profile-slice-white);padding:0 1rem;font-size:var(--profile-slice-font-caption);font-weight:var(--profile-slice-weight-title)}.notes-design-state--error strong[data-v-51fef28e]{color:var(--profile-slice-red)}[data-v-51fef28e] .notes-add-modal .modal-content{border:1px solid var(--profile-slice-border-soft);border-radius:1.75rem!important;background:var(--profile-slice-surface)!important}[data-v-51fef28e] .notes-add-modal .card-header{padding:.95rem 1rem .72rem!important}[data-v-51fef28e] .notes-add-modal .card-body{padding:0 1rem max(.9rem,env(safe-area-inset-bottom,0px))!important}.notes-add-modal-header[data-v-51fef28e]{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.8rem}.notes-add-modal-header>div[data-v-51fef28e]{display:grid;min-width:0;gap:.22rem}.notes-add-modal-header strong[data-v-51fef28e]{color:var(--profile-slice-text-strong);font-size:1.1rem;font-weight:var(--profile-slice-weight-title);line-height:1.2}.notes-add-modal-header>div>span[data-v-51fef28e]{overflow:hidden;color:var(--profile-slice-text-muted);font-size:.72rem;font-weight:var(--profile-slice-weight-body);line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.notes-add-modal-header>button[data-v-51fef28e]{position:relative;display:grid;width:2rem;height:2rem;flex:0 0 auto;place-items:center;border:0;border-radius:.72rem;background:var(--profile-slice-surface-blue-soft);color:var(--profile-slice-text-muted)}.notes-add-modal-header>button span[data-v-51fef28e]:before,.notes-add-modal-header>button span[data-v-51fef28e]:after{position:absolute;top:50%;left:50%;width:.78rem;height:.11rem;border-radius:999px;background:currentColor;content:"";transform:translate(-50%,-50%) rotate(45deg)}.notes-add-modal-header>button span[data-v-51fef28e]:after{transform:translate(-50%,-50%) rotate(-45deg)}.notes-add-form[data-v-51fef28e]{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:.76rem;overflow-y:auto;padding:.15rem 0 .8rem;overscroll-behavior:contain}.notes-add-tip[data-v-51fef28e]{margin:0;border-radius:.8rem;background:var(--profile-slice-surface-blue-soft);color:var(--profile-slice-text-muted);padding:.58rem .72rem;font-size:.7rem;font-weight:var(--profile-slice-weight-body);line-height:1.35}.notes-add-field[data-v-51fef28e]{display:grid;gap:.42rem}.notes-add-field>span[data-v-51fef28e]:first-child{color:var(--profile-slice-text);font-size:.74rem;font-weight:var(--profile-slice-weight-title);line-height:1}.notes-add-field em[data-v-51fef28e]{color:#ef3340;font-style:normal}.notes-add-field small[data-v-51fef28e]{margin-left:.25rem;color:var(--profile-slice-text-soft);font-size:.64rem;font-weight:var(--profile-slice-weight-body)}.notes-add-field input[data-v-51fef28e],.notes-add-field textarea[data-v-51fef28e],.notes-add-field select[data-v-51fef28e]{width:100%;min-width:0;border:1px solid var(--profile-slice-border-soft);border-radius:.88rem;outline:0;background:var(--profile-slice-surface-blue-soft);color:var(--profile-slice-text-strong);font:inherit;font-size:.82rem;font-weight:var(--profile-slice-weight-body);line-height:1.45;box-sizing:border-box;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.notes-add-field input[data-v-51fef28e],.notes-add-field select[data-v-51fef28e]{height:3rem;padding:0 2.65rem 0 .88rem}.notes-add-field textarea[data-v-51fef28e]{display:block;resize:none;padding:.72rem .88rem}.notes-add-field--share textarea[data-v-51fef28e]{height:5.8rem}.notes-add-field--summary textarea[data-v-51fef28e]{height:4.55rem}.notes-add-field input[data-v-51fef28e]:focus,.notes-add-field textarea[data-v-51fef28e]:focus,.notes-add-field select[data-v-51fef28e]:focus{border-color:#3185f694;background:var(--profile-slice-white);box-shadow:0 0 0 3px #3185f61a}.notes-add-field input[data-v-51fef28e]::-moz-placeholder,.notes-add-field textarea[data-v-51fef28e]::-moz-placeholder{color:var(--profile-slice-text-soft)}.notes-add-field input[data-v-51fef28e]::placeholder,.notes-add-field textarea[data-v-51fef28e]::placeholder{color:var(--profile-slice-text-soft)}.notes-add-select-wrap[data-v-51fef28e]{position:relative;display:block}.notes-add-select-wrap select[data-v-51fef28e]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.notes-add-select-wrap i[data-v-51fef28e]{position:absolute;top:50%;right:1rem;width:.48rem;height:.48rem;border-right:2px solid var(--profile-slice-text-muted);border-bottom:2px solid var(--profile-slice-text-muted);pointer-events:none;transform:translateY(-68%) rotate(45deg)}.notes-add-platforms[data-v-51fef28e]{display:flex;min-height:2.35rem;align-items:center;gap:.45rem}.notes-add-platforms>button[data-v-51fef28e]{display:inline-flex;min-height:2.2rem;align-items:center;gap:.38rem;border:1px solid var(--profile-slice-border-soft);border-radius:999px;background:var(--profile-slice-white);color:var(--profile-slice-text-muted);padding:.18rem .62rem .18rem .22rem;font-size:.7rem;font-weight:var(--profile-slice-weight-title)}.notes-add-platforms>button.active.xhs[data-v-51fef28e]{border-color:#ef33405c;color:#d62535;background:#ef334012}.notes-add-platforms>button.active.douyin[data-v-51fef28e]{border-color:#17171757;color:var(--profile-slice-text-strong);background:#1717170f}.notes-add-platform-icon[data-v-51fef28e]{display:grid;width:1.75rem;height:1.75rem;flex:0 0 auto;place-items:center;border-radius:.58rem;color:#fff;font-weight:900;line-height:1}.notes-add-platform-icon.xhs[data-v-51fef28e]{background:#ef3340;font-size:.44rem;letter-spacing:-.06em}.notes-add-platform-icon.douyin[data-v-51fef28e]{background:#171717;font-size:1.02rem;text-shadow:-1px 0 #25f4ee,1px 0 #fe2c55}.notes-add-recognition[data-v-51fef28e]{margin-left:auto;color:var(--profile-slice-text-soft);font-size:.66rem;font-weight:var(--profile-slice-weight-title);white-space:nowrap}.notes-add-recognition.success[data-v-51fef28e]{color:#1ba77f}.notes-add-error[data-v-51fef28e]{margin:-.18rem 0 0;color:#e43d50;font-size:.72rem;font-weight:var(--profile-slice-weight-title);line-height:1.35}.notes-add-actions[data-v-51fef28e]{display:grid;flex:0 0 auto;grid-template-columns:.82fr 1.18fr;gap:.62rem;border-top:1px solid var(--profile-slice-divider);padding-top:.78rem}.notes-add-actions button[data-v-51fef28e]{height:3rem;border:0;border-radius:.92rem;font-size:.82rem;font-weight:var(--profile-slice-weight-title)}.notes-add-actions .secondary[data-v-51fef28e]{background:var(--profile-slice-surface-blue-soft);color:var(--profile-slice-text-muted)}.notes-add-actions .primary[data-v-51fef28e]{background:linear-gradient(135deg,#3b8cf7,#6f7eea);color:#fff;box-shadow:0 .72rem 1.2rem -.8rem #416fe2ad}.notes-add-actions button[data-v-51fef28e]:disabled{cursor:wait;opacity:.58}@media(max-width:380px){[data-v-51fef28e] .profile-slice-child-content.notes-design-slice-content{margin-top:calc(var(--profile-slice-child-u) * -1.3)}.notes-design-panel[data-v-51fef28e]{padding:.72rem}.notes-design-tabs[data-v-51fef28e]{gap:.38rem}.notes-design-tabs button[data-v-51fef28e]{min-height:2.12rem;font-size:.58rem}.notes-design-summary[data-v-51fef28e]{padding:.22rem 0}.notes-design-summary-item[data-v-51fef28e]{min-height:2.35rem;gap:.24rem;padding:0 .12rem}.notes-design-summary-label[data-v-51fef28e]{font-size:.58rem}.notes-design-list-card[data-v-51fef28e]{padding:.45rem .72rem}}[data-v-ee710192]:root{--profile-slice-page-max-width: 430px;--profile-slice-bg-sky: #94defb;--profile-slice-bg-sky-strong: #93ddfb;--profile-slice-bg-sky-soft: #dff7ff;--profile-slice-bg-soft: #f7fcff;--profile-slice-bg-soft-strong: #f8fcff;--profile-slice-white: #ffffff;--profile-slice-surface: rgba(255, 255, 255, .96);--profile-slice-surface-strong: #ffffff;--profile-slice-surface-strong-90: rgba(255, 255, 255, .9);--profile-slice-surface-strong-92: rgba(255, 255, 255, .92);--profile-slice-surface-strong-95: rgba(255, 255, 255, .95);--profile-slice-surface-blue: #edf8ff;--profile-slice-surface-blue-soft: #f6fbff;--profile-slice-surface-blue-panel: #f7fbff;--profile-slice-surface-blue-panel-2: #eef8ff;--profile-slice-surface-blue-pale: #e8f9ff;--profile-slice-surface-green: #e9fbf4;--profile-slice-surface-chat-user: #aaf27d;--profile-slice-surface-orange: #fff5df;--profile-slice-surface-orange-soft: #fff9ed;--profile-slice-surface-orange-panel: #fff3df;--profile-slice-surface-purple: #f4f1ff;--profile-slice-surface-red: #fff0f4;--profile-slice-surface-danger: rgba(255, 241, 242, .95);--profile-slice-surface-disabled: #edf3f8;--profile-slice-surface-translucent: rgba(255, 255, 255, .72);--profile-slice-surface-glass: rgba(255, 255, 255, .86);--profile-slice-border: rgba(210, 230, 245, .9);--profile-slice-border-soft: rgba(222, 235, 246, .94);--profile-slice-border-panel: rgba(213, 230, 244, .9);--profile-slice-border-row: rgba(224, 233, 246, .9);--profile-slice-border-row-strong: rgba(224, 233, 246, .92);--profile-slice-border-option: rgba(224, 227, 241, .94);--profile-slice-border-green: rgba(111, 216, 136, .42);--profile-slice-border-blue: rgba(83, 167, 230, .28);--profile-slice-divider: rgba(215, 230, 242, .74);--profile-slice-text: #11213a;--profile-slice-text-strong: #0d1a31;--profile-slice-text-title: #10203b;--profile-slice-text-deep: #10172a;--profile-slice-text-value: #242a35;--profile-slice-text-muted: #63748a;--profile-slice-text-muted-2: #5c697f;--profile-slice-text-muted-3: #66758a;--profile-slice-text-caption: #748297;--profile-slice-text-soft: #9ba7b7;--profile-slice-text-header-subtle: #427082;--profile-slice-text-chevron: rgba(151, 163, 181, .78);--profile-slice-avatar-empty: #8fb2db;--profile-slice-primary: #4a8df8;--profile-slice-primary-2: #65b8ff;--profile-slice-primary-soft: #edf8ff;--profile-slice-primary-deep: #1686e8;--profile-slice-primary-value: #2588df;--profile-slice-green: #27c59e;--profile-slice-green-strong: #12685b;--profile-slice-green-deep: #0d7a61;--profile-slice-green-value: #0e9f73;--profile-slice-amber: #f8b64c;--profile-slice-rose: #e85c8f;--profile-slice-rose-strong: #ef5d9a;--profile-slice-rose-danger: #ef477d;--profile-slice-blue: #2996df;--profile-slice-blue-strong: #4187ee;--profile-slice-orange: #ff9f2f;--profile-slice-orange-value: #f29318;--profile-slice-purple: #7f65e8;--profile-slice-red: #ff5b66;--profile-slice-star: #ffad18;--profile-slice-message-system: #53aef4;--profile-slice-message-feeding: #ffb33e;--profile-slice-message-growth: #4c9cf5;--profile-slice-message-activity: #f56093;--profile-slice-message-support: #33bc8b;--profile-slice-note-recipe: #ffad25;--profile-slice-note-feeding: #42bf86;--profile-slice-note-guide: #4b93ee;--profile-slice-note-tag-bg: #e9f4ff;--profile-slice-thumb-bg: #f6fbff;--profile-slice-radius-xs: .75rem;--profile-slice-radius-sm: 1rem;--profile-slice-radius-md: 1.45rem;--profile-slice-radius-lg: 1.7rem;--profile-slice-radius-xl: 2rem;--profile-slice-radius-pill: 999px;--profile-slice-space-1: .5rem;--profile-slice-space-2: .75rem;--profile-slice-space-3: 1rem;--profile-slice-space-4: 1.5rem;--profile-slice-space-5: 2rem;--profile-slice-shadow-card: 0 18px 38px -34px rgba(37, 87, 145, .55);--profile-slice-shadow-action: 0 15px 26px -18px rgba(52, 97, 210, .78);--profile-slice-shadow-action-soft: 0 14px 24px -18px rgba(52, 97, 210, .75);--profile-slice-shadow-list: 0 10px 24px -22px rgba(35, 79, 130, .42);--profile-slice-shadow-soft: 0 16px 30px -28px rgba(34, 93, 165, .45);--profile-slice-shadow-back: 0 16px 28px -24px rgba(34, 93, 165, .44);--profile-slice-shadow-back-wide: 0 18px 32px -26px rgba(34, 93, 165, .38);--profile-slice-shadow-section: 0 18px 42px -30px rgba(29, 88, 140, .5);--profile-slice-shadow-avatar: 0 16px 30px -22px rgba(36, 91, 148, .42);--profile-slice-shadow-upload: rgba(15, 23, 42, .58);--profile-slice-shadow-badge: 0 8px 14px -8px rgba(220, 47, 67, .6);--profile-slice-filter-soft: 0 16px 18px rgba(54, 132, 210, .18);--profile-slice-filter-illustration: 0 14px 16px rgba(35, 96, 150, .16);--profile-slice-filter-star: 0 5px 8px rgba(255, 158, 26, .28);--profile-slice-inset-soft: inset 0 0 0 1px rgba(255, 255, 255, .88);--profile-slice-inset-panel: inset 0 0 0 1px rgba(224, 237, 249, .88);--profile-slice-inset-pill: inset 0 0 0 1px rgba(255, 255, 255, .78);--profile-slice-inset-check: inset 0 0 0 1px rgba(255, 255, 255, .45);--profile-slice-shadow-gender-female: 0 9px 17px -12px rgba(227, 76, 144, .58);--profile-slice-shadow-gender-male: 0 9px 17px -12px rgba(71, 127, 240, .5);--profile-slice-shadow-status-green: 0 10px 18px -14px rgba(18, 149, 119, .55);--profile-slice-shadow-status-blue: 0 10px 18px -14px rgba(63, 132, 229, .55);--profile-slice-shadow-status-orange: 0 10px 18px -14px rgba(214, 126, 31, .55);--profile-slice-shadow-status-purple: 0 10px 18px -14px rgba(102, 82, 211, .55);--profile-slice-shadow-status-option: 0 13px 24px -18px rgba(29, 168, 139, .5);--profile-slice-shadow-chart-bar: 0 10px 18px -14px rgba(41, 150, 223, .7);--profile-slice-radial-page-top: radial-gradient(circle at 74% 1%, rgba(67, 190, 255, .42), transparent 17rem);--profile-slice-radial-page-home: radial-gradient(circle at 70% 5%, rgba(89, 194, 255, .46), transparent 24rem);--profile-slice-radial-page-short: radial-gradient(circle at 74% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-page-short-right: radial-gradient(circle at 75% 0, rgba(76, 193, 255, .35), transparent 16rem);--profile-slice-radial-card-corner: radial-gradient(circle at 94% 16%, rgba(116, 202, 255, .16), transparent 6.6rem);--profile-slice-gradient-page-home: linear-gradient(180deg, #9ee3ff 0, #dff7ff 12.5rem, #f7fcff 25rem);--profile-slice-gradient-page: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft) 33rem);--profile-slice-gradient-page-short: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15.5rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-support: linear-gradient(180deg, var(--profile-slice-bg-sky) 0, var(--profile-slice-bg-sky-soft) 15rem, var(--profile-slice-bg-soft) 30rem);--profile-slice-gradient-page-baby: linear-gradient(180deg, var(--profile-slice-bg-sky-strong) 0, var(--profile-slice-bg-sky-soft) 18rem, var(--profile-slice-bg-soft-strong) 33rem);--profile-slice-gradient-surface: linear-gradient(180deg, var(--profile-slice-surface-strong), var(--profile-slice-surface-blue-soft));--profile-slice-gradient-surface-blue: linear-gradient(135deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue));--profile-slice-gradient-surface-orange: linear-gradient(135deg, var(--profile-slice-surface-orange-soft), var(--profile-slice-surface-orange-panel));--profile-slice-gradient-surface-mixed: linear-gradient(135deg, #eaf8ff, #fff3d7);--profile-slice-gradient-note-visual: radial-gradient(circle at 78% 18%, var(--profile-slice-surface-glass), transparent 4.6rem), linear-gradient(135deg, #fffaf1, #f1fbff);--profile-slice-gradient-note-feeding: linear-gradient(135deg, #fff8ed, #effcff);--profile-slice-gradient-note-guide: linear-gradient(135deg, #edf7ff, #fff8ed);--profile-slice-gradient-primary: linear-gradient(135deg, var(--profile-slice-primary-2), #5579ff);--profile-slice-gradient-primary-strong: linear-gradient(135deg, #7cb7ff 0%, #4c7dff 100%);--profile-slice-gradient-green: linear-gradient(135deg, var(--profile-slice-green), #26b98f);--profile-slice-gradient-danger: linear-gradient(180deg, #ff7278 0%, #f04d59 100%);--profile-slice-gradient-gender-female: linear-gradient(135deg, #ff78b7 0%, #ee5da1 100%);--profile-slice-gradient-gender-male: linear-gradient(135deg, #75c2ff 0%, #4f83f7 100%);--profile-slice-gradient-chat-panel: radial-gradient(circle at 16% 2%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 12rem), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 252, 255, .96));--profile-slice-gradient-chart-bg: linear-gradient(180deg, var(--profile-slice-surface-blue-panel), var(--profile-slice-surface-blue-panel-2));--profile-slice-gradient-chart-fill: linear-gradient(180deg, var(--profile-slice-primary-2), var(--profile-slice-primary));--profile-slice-gradient-chart-bar: linear-gradient(180deg, var(--profile-slice-primary-2), #45d0a8);--profile-slice-gradient-progress: linear-gradient(90deg, var(--profile-slice-green), var(--profile-slice-primary-2));--profile-slice-status-green-border: rgba(187, 231, 223, .92);--profile-slice-status-blue-border: rgba(182, 215, 255, .94);--profile-slice-status-orange-border: rgba(255, 219, 174, .94);--profile-slice-status-purple-border: rgba(218, 208, 255, .94);--profile-slice-status-green-bg: linear-gradient(135deg, rgba(228, 255, 246, .9), rgba(255, 255, 255, .88));--profile-slice-status-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .94), rgba(255, 255, 255, .88));--profile-slice-status-orange-bg: linear-gradient(135deg, rgba(255, 247, 232, .96), rgba(255, 255, 255, .88));--profile-slice-status-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .96), rgba(255, 255, 255, .88));--profile-slice-status-green-check: linear-gradient(145deg, #a6efd8 0%, #43c7a8 100%);--profile-slice-status-blue-check: linear-gradient(145deg, #b9d9ff 0%, #5f9eff 100%);--profile-slice-status-orange-check: linear-gradient(145deg, #ffd397 0%, #f39a3c 100%);--profile-slice-status-purple-check: linear-gradient(145deg, #c8b9ff 0%, #8067f4 100%);--profile-slice-status-green-text: #0c8d69;--profile-slice-status-blue-text: #2f83e9;--profile-slice-status-orange-text: #e88218;--profile-slice-status-purple-text: #725ce8;--profile-slice-pill-green-bg: rgba(230, 255, 244, .78);--profile-slice-pill-blue-bg: rgba(237, 249, 255, .82);--profile-slice-info-box-bg: rgba(255, 255, 255, .58);--profile-slice-status-option-bg: rgba(249, 250, 255, .82);--profile-slice-status-option-green-border: rgba(76, 207, 183, .78);--profile-slice-status-option-blue-border: rgba(96, 160, 245, .72);--profile-slice-status-option-orange-border: rgba(248, 173, 82, .72);--profile-slice-status-option-purple-border: rgba(145, 123, 240, .72);--profile-slice-status-option-green-bg: linear-gradient(135deg, rgba(221, 255, 249, .96), rgba(246, 255, 252, .94));--profile-slice-status-option-blue-bg: linear-gradient(135deg, rgba(232, 245, 255, .98), rgba(248, 252, 255, .95));--profile-slice-status-option-orange-bg: linear-gradient(135deg, rgba(255, 246, 229, .98), rgba(255, 252, 246, .95));--profile-slice-status-option-purple-bg: linear-gradient(135deg, rgba(247, 243, 255, .98), rgba(252, 250, 255, .95));--profile-slice-border-dashed: rgba(188, 207, 230, .9);--profile-slice-font-title: 1.48rem;--profile-slice-font-child-title: 1.04rem;--profile-slice-font-child-title-sm: .98rem;--profile-slice-font-display: 2.4rem;--profile-slice-font-display-sm: 2.12rem;--profile-slice-font-section: .9rem;--profile-slice-font-card-title: .82rem;--profile-slice-font-control: .72rem;--profile-slice-font-body: .78rem;--profile-slice-font-small: .68rem;--profile-slice-font-caption: .62rem;--profile-slice-font-meta: .58rem;--profile-slice-weight-title: 950;--profile-slice-weight-body: 850;--settings-refresh-card: rgba(255, 255, 255, .9);--settings-refresh-card-strong: rgba(255, 255, 255, .96);--settings-refresh-card-soft: rgba(250, 253, 255, .9);--settings-refresh-border: rgba(203, 226, 244, .72);--settings-refresh-divider: rgba(204, 224, 241, .62);--settings-refresh-text: #0c2855;--settings-refresh-text-secondary: #55769d;--settings-refresh-text-muted: #62768d;--settings-refresh-blue: #2689f5;--settings-refresh-cyan: #27c8eb;--settings-refresh-mint: #4bd7b5;--settings-refresh-danger: #ff4654;--settings-refresh-danger-bg: rgba(255, 241, 243, .9);--settings-refresh-shadow: 0 .85rem 1.8rem -1.15rem rgba(43, 112, 174, .5);--settings-refresh-shadow-strong: 0 1rem 2.15rem -1.25rem rgba(34, 94, 158, .58);--settings-refresh-radius-card: 1.35rem;--settings-refresh-radius-row: .95rem}[data-v-ee710192] .note-detail-slice-content{gap:.92rem}[data-v-ee710192] .profile-slice-child-page.note-detail-slice-page .profile-slice-child-hero{height:calc(var(--profile-slice-child-u) * 40.2)}[data-v-ee710192] .profile-slice-child-page.note-detail-slice-page .profile-slice-child-content{margin-top:calc(var(--profile-slice-child-u) * -5.2);padding-right:calc(var(--profile-slice-child-u) * 3.35);padding-left:calc(var(--profile-slice-child-u) * 3.35)}[data-v-ee710192] .profile-slice-child-page.note-detail-slice-page .profile-slice-child-back{left:calc(var(--profile-slice-child-u) * 5.2);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 7.1);width:calc(var(--profile-slice-child-u) * 8.9);height:calc(var(--profile-slice-child-u) * 8.9)}[data-v-ee710192] .profile-slice-child-page.note-detail-slice-page .profile-slice-child-heading{left:calc(var(--profile-slice-child-u) * 18.3);top:calc(max(var(--app-safe-top, 0px),env(safe-area-inset-top,0px)) + var(--profile-slice-child-u) * 7.5)}[data-v-ee710192] .profile-slice-child-page.note-detail-slice-page .profile-slice-child-heading h1{font-size:.92rem;line-height:1.05}[data-v-ee710192] .profile-slice-child-page.note-detail-slice-page .profile-slice-child-heading p{margin-top:.26rem;color:#5f7d95;font-size:.58rem;font-weight:850}[data-v-ee710192] .profile-slice-child-page.note-detail-slice-page .profile-slice-child-scenery{right:calc(var(--profile-slice-child-u) * -9.5);bottom:calc(var(--profile-slice-child-u) * 4.8);width:calc(var(--profile-slice-child-u) * 48.5)}.note-detail-paper-card[data-v-ee710192]{position:relative;isolation:isolate;border:1px solid rgba(211,231,244,.92);border-radius:1.34rem;background:radial-gradient(circle at 88% 84%,rgba(91,205,211,.08),transparent 5.6rem),linear-gradient(180deg,#fffffffc,#fffffff0);padding:.86rem .72rem 1rem;box-shadow:0 18px 36px -26px #36709e70,inset 0 0 0 1px #fffc}.note-detail-hole-rail[data-v-ee710192]{position:absolute;left:.78rem;top:5.1rem;bottom:3.1rem;width:.44rem;background:radial-gradient(circle,rgba(205,235,250,.95) 0 .15rem,transparent .17rem) center top / 100% 1.07rem repeat-y;content:""}.note-detail-paperclip[data-v-ee710192]{position:absolute;left:-.42rem;top:11.9rem;z-index:3;width:.82rem;height:2.08rem;border:.13rem solid rgba(80,205,209,.86);border-radius:.5rem;filter:drop-shadow(0 5px 6px rgba(56,163,180,.18));transform:rotate(-43deg)}.note-detail-paperclip[data-v-ee710192]:after{position:absolute;top:.28rem;right:.24rem;bottom:.28rem;left:.24rem;border:.11rem solid rgba(80,205,209,.86);border-radius:.34rem;content:""}.note-detail-bookmark[data-v-ee710192]{position:absolute;top:1.02rem;right:1.48rem;z-index:5;display:grid;width:1.46rem;height:2.06rem;place-items:start center;border-radius:.22rem .22rem 0 0;background:linear-gradient(180deg,#fff0b5,#ffd26a);clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%);filter:drop-shadow(0 7px 9px rgba(206,139,19,.24));padding-top:.34rem}.note-detail-bookmark svg[data-v-ee710192]{width:.78rem;height:.78rem;fill:#ffae16}.note-detail-visual[data-v-ee710192]{position:relative;margin-left:1.45rem;overflow:visible}.note-detail-visual[data-v-ee710192]:before{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.02rem;background:linear-gradient(135deg,#eef9ffb8,#fff8e73d);content:"";transform:translate(.18rem,.18rem)}.note-detail-visual img[data-v-ee710192]{position:relative;display:block;width:100%;aspect-ratio:16 / 9;border-radius:1.02rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center 55%;object-position:center 55%;box-shadow:0 13px 28px -24px #2043698c}.note-detail-tag[data-v-ee710192]{position:absolute;left:1.15rem;bottom:-.74rem;z-index:4;display:inline-flex;align-items:center;gap:.24rem;border-radius:999px;background:#fff0c4;color:#f09b12;padding:.34rem .68rem;font-size:.62rem;font-weight:950;letter-spacing:0;box-shadow:0 9px 17px -13px #df991470}.note-detail-tag svg[data-v-ee710192]{width:.76rem;height:.76rem}.note-detail-tag path[data-v-ee710192]{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.note-detail-tag--green[data-v-ee710192]{background:#e9fbf4;color:var(--profile-slice-green)}.note-detail-tag--orange[data-v-ee710192],.note-detail-tag--purple[data-v-ee710192]{background:#fff0c4;color:#f09b12}.note-detail-paper-body[data-v-ee710192]{position:relative;min-height:4.72rem;padding:1.36rem 5.5rem .08rem 2rem}.note-detail-paper-body h2[data-v-ee710192]{display:-webkit-box;overflow:hidden;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#10213b;font-size:.98rem;font-weight:950;letter-spacing:0;line-height:1.2}.note-detail-paper-body p[data-v-ee710192]{margin:.44rem 0 0;overflow:hidden;color:#63748d;font-size:.64rem;font-weight:850;letter-spacing:0;line-height:1.22;text-overflow:ellipsis;white-space:nowrap}.note-detail-stamp[data-v-ee710192]{position:absolute;right:.24rem;bottom:.08rem;display:grid;width:3.92rem;height:3.48rem;place-items:center;border:.12rem solid rgba(89,199,206,.28);border-radius:50%;color:#46b7bf57;font-size:.62rem;font-weight:950;line-height:1;text-align:center;transform:rotate(-11deg)}.note-detail-stamp[data-v-ee710192]:before,.note-detail-stamp[data-v-ee710192]:after{position:absolute;top:.34rem;right:.34rem;bottom:.34rem;left:.34rem;border:1px dashed rgba(89,199,206,.22);border-radius:50%;content:""}.note-detail-ticket[data-v-ee710192]{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;min-height:3.54rem;border:1px solid rgba(211,231,244,.92);border-radius:1.32rem;background:#fffffff0;padding:.5rem .34rem;box-shadow:0 14px 28px -26px #2f628e73,inset 0 0 0 1px #ffffffbf}.note-detail-ticket[data-v-ee710192]:before{position:absolute;left:-.16rem;top:.8rem;bottom:.8rem;width:.34rem;background:radial-gradient(circle at left center,transparent 0 .23rem,rgba(255,255,255,.95) .24rem) left top / .34rem .68rem repeat-y;content:""}.note-detail-ticket-item[data-v-ee710192]{display:grid;min-width:0;grid-template-columns:1.48rem minmax(0,1fr);align-items:center;gap:.34rem;padding:0 .42rem}.note-detail-ticket-item[data-v-ee710192]:not(:last-child){border-right:1px dashed rgba(188,212,231,.82)}.note-detail-ticket-icon[data-v-ee710192]{display:grid;width:1.48rem;height:1.48rem;place-items:center;border-radius:.44rem;color:#fff;font-size:.56rem;font-weight:950;line-height:1}.note-detail-ticket-icon--xhs[data-v-ee710192]{background:linear-gradient(135deg,#ff4773,#ef3164)}.note-detail-ticket-icon--tag[data-v-ee710192]{background:linear-gradient(135deg,#24d6b2,#10bd9d)}.note-detail-ticket-icon--author[data-v-ee710192]{background:linear-gradient(135deg,#61b4ff,#227df0)}.note-detail-ticket-icon svg[data-v-ee710192]{width:.78rem;height:.78rem}.note-detail-ticket-icon path[data-v-ee710192],.note-detail-ticket-icon circle[data-v-ee710192]{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}.note-detail-ticket-item span[data-v-ee710192]:last-child{display:flex;min-width:0;flex-direction:column;gap:.2rem}.note-detail-ticket-item em[data-v-ee710192]{overflow:hidden;color:#7a8aa1;font-size:.52rem;font-style:normal;font-weight:850;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.note-detail-ticket-item strong[data-v-ee710192]{overflow:hidden;color:#10213b;font-size:.66rem;font-weight:930;letter-spacing:0;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.note-detail-ai-summary[data-v-ee710192]{position:relative;overflow:hidden;min-height:5.3rem;border:1px solid rgba(214,235,247,.86);border-radius:1.32rem;background:radial-gradient(circle at 92% 20%,rgba(40,202,188,.14),transparent 5.2rem),linear-gradient(135deg,#ffffffe6,#f1fcffb3);padding:.82rem 1.02rem;box-shadow:inset 0 0 0 1px #ffffffbd}.note-detail-ai-head[data-v-ee710192]{display:flex;align-items:center;gap:.48rem}.note-detail-ai-head span[data-v-ee710192]{display:grid;width:1.5rem;height:1.5rem;place-items:center;border-radius:50%;background:linear-gradient(135deg,#22d1ae,#10b98f);color:#fff;font-size:.6rem;font-weight:950;letter-spacing:0}.note-detail-ai-head h2[data-v-ee710192]{margin:0;color:#10213b;font-size:.78rem;font-weight:950;letter-spacing:0;line-height:1.1}.note-detail-ai-summary p[data-v-ee710192]{position:relative;z-index:1;display:flex;gap:.66rem;margin:.82rem 0 0;color:#41556f;font-size:.68rem;font-weight:850;letter-spacing:0;line-height:1.46}.note-detail-ai-summary p i[data-v-ee710192]{display:block;width:.42rem;height:.42rem;flex:0 0 auto;margin-top:.34rem;border-radius:50%;background:#12c8a7;box-shadow:0 0 0 .24rem #12c8a71a}.note-detail-sparkle[data-v-ee710192]{position:absolute;display:block;background:#42cfd55c;clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%)}.note-detail-sparkle--large[data-v-ee710192]{right:2rem;top:2.48rem;width:1.68rem;height:1.68rem}.note-detail-sparkle--small[data-v-ee710192]{right:1.12rem;top:4.68rem;width:.58rem;height:.58rem}.note-detail-source-card[data-v-ee710192]{border:1px solid rgba(211,231,244,.92);border-radius:1.32rem;background:#fffffff0;padding:.82rem .94rem .62rem;box-shadow:0 14px 28px -26px #2f628e73}.note-detail-source-title[data-v-ee710192]{display:flex;align-items:center;gap:.46rem;margin-bottom:.58rem}.note-detail-source-title>span[data-v-ee710192]{display:grid;width:1.34rem;height:1.34rem;place-items:center;border-radius:.48rem;background:linear-gradient(135deg,#1fd1ac,#10b98f);color:#fff}.note-detail-source-title svg[data-v-ee710192]{width:.78rem;height:.78rem}.note-detail-source-title path[data-v-ee710192]{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.note-detail-source-title h2[data-v-ee710192]{margin:0;color:#10213b;font-size:.78rem;font-weight:950;letter-spacing:0;line-height:1.1}.note-detail-source-list[data-v-ee710192]{display:grid}.note-detail-source-row[data-v-ee710192]{display:grid;min-height:2.58rem;grid-template-columns:1.22rem minmax(0,1fr) auto .52rem;align-items:center;gap:.44rem;border-bottom:1px dashed rgba(204,224,238,.86)}.note-detail-source-row[data-v-ee710192]:last-child{border-bottom:0}.note-detail-source-icon[data-v-ee710192]{display:grid;width:1.12rem;height:1.12rem;place-items:center;border-radius:.34rem;color:#fff;font-size:.42rem;font-weight:950;line-height:1}.note-detail-source-icon--xhs[data-v-ee710192]{background:linear-gradient(135deg,#ff4773,#ef3164)}.note-detail-source-icon--author[data-v-ee710192]{background:linear-gradient(135deg,#61b4ff,#227df0)}.note-detail-source-icon--calendar[data-v-ee710192]{background:linear-gradient(135deg,#ffc44d,#ffad18)}.note-detail-source-icon svg[data-v-ee710192]{width:.7rem;height:.7rem}.note-detail-source-icon path[data-v-ee710192]{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.15}.note-detail-source-row strong[data-v-ee710192]{overflow:hidden;color:#64758d;font-size:.66rem;font-weight:850;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.note-detail-source-row em[data-v-ee710192]{color:#556880;font-size:.66rem;font-style:normal;font-weight:850;letter-spacing:0;white-space:nowrap}.note-detail-source-row>i[data-v-ee710192]{color:#8e9cb2b8;font-size:.92rem;font-style:normal;line-height:1}.note-detail-error-card[data-v-ee710192]{display:grid;gap:.46rem;padding:1rem}.note-detail-error-card strong[data-v-ee710192]{color:var(--profile-slice-text);font-size:var(--profile-slice-font-body);font-weight:var(--profile-slice-weight-title);letter-spacing:0}.note-detail-error-card span[data-v-ee710192]{color:var(--profile-slice-text-muted);font-size:var(--profile-slice-font-small);font-weight:var(--profile-slice-weight-body);letter-spacing:0;line-height:1.45}.note-detail-error-card button[data-v-ee710192]{justify-self:start;border:0;border-radius:var(--profile-slice-radius-pill);background:var(--profile-slice-primary-soft);color:var(--profile-slice-primary);padding:.46rem .86rem;font-size:var(--profile-slice-font-small);font-weight:var(--profile-slice-weight-title);letter-spacing:0}.note-detail-action[data-v-ee710192]{width:100%;margin-top:.1rem}[data-v-ee710192] .note-detail-action.profile-slice-action-button{min-height:2.3rem;font-size:.7rem}@media(max-width:374px){.note-detail-paper-body[data-v-ee710192]{padding-right:5.4rem}.note-detail-paper-body h2[data-v-ee710192]{font-size:.94rem}.note-detail-stamp[data-v-ee710192]{width:3.58rem;height:3.18rem;font-size:.58rem}.note-detail-ticket-item[data-v-ee710192]{grid-template-columns:1.38rem minmax(0,1fr);gap:.28rem;padding:0 .28rem}.note-detail-ticket-icon[data-v-ee710192]{width:1.38rem;height:1.38rem}}.protocol-page[data-v-c905eb02]{min-height:100vh;background:#fff;color:#4b5563}header[data-v-c905eb02]{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;height:50px;border-bottom:1px solid #f0f1f3;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}header button[data-v-c905eb02]{border:0;background:transparent;color:#4b5563;font-size:28px}header h1[data-v-c905eb02]{margin:0;color:#1f2937;font-size:15px;text-align:center}main[data-v-c905eb02]{max-width:760px;margin:0 auto;padding:28px 22px 52px}main>h2[data-v-c905eb02]{margin:0 0 8px;color:#111827;font-size:23px;text-align:center}.meta[data-v-c905eb02]{margin:0 0 26px;color:#8b95a3;font-size:12px;text-align:center}.intro[data-v-c905eb02]{padding:14px 16px;border-radius:12px;background:#f5faf8;color:#52615c;font-size:13px;line-height:1.8}section[data-v-c905eb02]{margin-top:26px}section h3[data-v-c905eb02]{margin:0 0 10px;color:#1f2937;font-size:16px}section p[data-v-c905eb02]{margin:0;color:#5f6875;font-size:13px;line-height:1.9;white-space:pre-line;text-align:justify}footer[data-v-c905eb02]{margin-top:42px;padding-top:22px;border-top:1px solid #eceff2;color:#9aa2ad;font-size:12px;text-align:center}
