:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#111;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden}a{font-weight:500;color:inherit;text-decoration:inherit}a:hover{color:inherit}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{font-family:inherit;cursor:pointer}button:focus-visible{outline:2px solid #000;outline-offset:2px}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}#root{width:100%;height:100dvh;display:flex;flex-direction:column;margin:0;padding:0;overflow:hidden}.app-container{flex:1;display:flex;flex-direction:column;width:100%;position:relative;overflow:hidden}.auth-modal-overlay{position:fixed;inset:0;background-color:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-out}.auth-modal-content{background:#fff;padding:2rem;border-radius:16px;width:100%;max-width:400px;box-shadow:0 8px 30px #0000001f;position:relative;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.auth-modal-header{margin-bottom:1.5rem;text-align:center}.auth-modal-title{font-size:1.5rem;font-weight:600;color:#111;margin:0 0 .5rem;letter-spacing:-.02em}.auth-modal-subtitle{color:#666;font-size:.9rem;margin:0}.auth-modal-subtitle strong{color:#333}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.85rem;font-weight:500;color:#333}.form-input{padding:.75rem;border:1px solid #e5e5e5;border-radius:8px;font-size:.95rem;transition:all .2s ease;outline:none}.form-input:focus{border-color:#000;box-shadow:none}.phone-input-wrap{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:8px;transition:border-color .2s ease;overflow:hidden}.phone-input-wrap:focus-within{border-color:#000}.phone-prefix{padding:.75rem .6rem .75rem .75rem;color:#666;font-size:.95rem;font-weight:500;background:#fafafa;-webkit-user-select:none;user-select:none;border-right:1px solid #e5e5e5}.phone-input{border:none!important;border-radius:0!important;flex:1;min-width:0}.phone-input:focus{box-shadow:none!important}.code-input{font-size:1.5rem;letter-spacing:.5rem;text-align:center;font-variant-numeric:tabular-nums}.form-hint{font-size:.78rem;color:#999}.auth-button{background:#000;color:#fff;border:none;padding:.75rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:opacity .15s ease;margin-top:.5rem}.auth-button:hover:not(:disabled){opacity:.9}.auth-button:active:not(:disabled){transform:scale(.98)}.auth-button:disabled{opacity:.5;cursor:not-allowed}.auth-switch{margin-top:1.5rem;text-align:center;font-size:.9rem;color:#666}.auth-switch-btn{background:none;border:none;color:#000;font-weight:500;cursor:pointer;text-decoration:underline;padding:0;margin-left:.3rem}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;line-height:1;padding:.2rem;border-radius:4px;transition:color .2s}.close-button:hover{color:#000;background:#f5f5f5}.error-message{background-color:#fff2f2;color:#d32f2f;padding:.75rem;border-radius:6px;font-size:.85rem;margin-bottom:1rem;border:1px solid #ffcdd2}.auth-link-section{margin-top:.25rem;padding-top:.75rem;border-top:1px solid #efefef}.auth-link-disclosure{margin-top:.25rem}.auth-link-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;border:1px solid #e5e5e5;border-radius:8px;background:#fafafa;color:#333;font-size:.82rem;font-weight:600;text-align:left;padding:.65rem .75rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.auth-link-toggle:hover{border-color:#d4d4d4;background:#f6f6f6}.auth-link-chevron{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:6px solid #666;transition:transform .18s ease;transform-origin:40% 50%;flex-shrink:0;margin-left:.5rem}.auth-link-chevron.open{transform:rotate(90deg)}.auth-link-title{margin:0 0 .2rem;font-size:.82rem;font-weight:600;color:#333}.auth-link-desc{margin:0 0 .65rem;font-size:.78rem;color:#777;line-height:1.4}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._navbar_y61vp_1{display:flex;justify-content:flex-end;align-items:center;padding:.75rem 1.5rem;background-color:transparent;position:fixed;top:0;left:0;right:0;z-index:50;transition:all .2s ease;box-sizing:border-box;pointer-events:none}._navbarBrand_y61vp_17{font-weight:700;font-size:1.25rem;color:#000;letter-spacing:-.03em;text-decoration:none;display:none;align-items:center;gap:.5rem;z-index:2;pointer-events:auto}._navbarLeft_y61vp_32{position:absolute;left:64px;display:flex;align-items:center;z-index:1;pointer-events:auto}._navbarCenter_y61vp_41{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:auto}._navbarActions_y61vp_52{display:flex;align-items:center;gap:1rem;pointer-events:auto}._navLink_y61vp_59{color:#666;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}._navLink_y61vp_59:hover{color:#000}._btnSignin_y61vp_71{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e5e5;border-radius:99px;color:#000;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}._btnSignin_y61vp_71:hover{border-color:#000}._btnSignup_y61vp_91{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;background:#000;border:1px solid #000;border-radius:99px;color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}._btnSignup_y61vp_91:hover{background:#222;border-color:#222}._btnSignup_y61vp_91:active{transform:none}._userMenu_y61vp_116{display:flex;align-items:center;gap:.5rem}._upgradeBtn_y61vp_122{display:inline-flex;align-items:center;padding:.4rem .85rem;background:#000;border:none;border-radius:99px;color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s ease;letter-spacing:-.01em;white-space:nowrap;text-decoration:none}._upgradeBtn_y61vp_122:hover{background:#222}._profileLink_y61vp_143{display:flex;align-items:center;justify-content:center;color:#000;transition:all .15s;width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #e5e5e5}._profileLink_y61vp_143:hover{border-color:#000}._userEmail_y61vp_160{font-size:.9rem;color:#333;font-weight:500}._btnSignout_y61vp_166{display:none}@media(max-width:768px){._navbar_y61vp_1{padding:.6rem 1rem;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06);left:0;right:0;justify-content:flex-end;z-index:150}._navbarBrand_y61vp_17{display:none}._navbarLeft_y61vp_32{left:1rem}._navbarActions_y61vp_52{gap:.75rem;margin-left:auto}._userMenu_y61vp_116{gap:.4rem;align-items:center}._upgradeBtn_y61vp_122{padding:.35rem .7rem;font-size:.72rem}._btnSignin_y61vp_71,._btnSignup_y61vp_91{padding:.4rem .8rem;font-size:.75rem}._profileLink_y61vp_143{padding:.3rem}._profileLink_y61vp_143 svg{width:18px;height:18px}}._pageWrapper_7vh70_2{display:flex;width:100%;height:100%;overflow:hidden;background:#fff}._sidebar_7vh70_11{width:220px;background:#fafafa;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;transition:width .2s ease;overflow:hidden;flex-shrink:0;padding:.75rem}._sidebar_7vh70_11._collapsed_7vh70_23{width:52px;padding:.75rem .5rem}._sidebar_7vh70_11._collapsed_7vh70_23 ._sidebarLogo_7vh70_28,._sidebar_7vh70_11._collapsed_7vh70_23 ._sidebarTitle_7vh70_29,._sidebar_7vh70_11._collapsed_7vh70_23 ._sidebarSectionLabel_7vh70_30,._sidebar_7vh70_11._collapsed_7vh70_23 ._newChatBtn_7vh70_31 span{display:none}._sidebar_7vh70_11._collapsed_7vh70_23 ._newChatBtn_7vh70_31{justify-content:center;padding:0;width:34px;height:34px;margin:0 auto}._sidebar_7vh70_11._collapsed_7vh70_23 ._sidebarItem_7vh70_43{justify-content:center;padding:.5rem}._sidebar_7vh70_11._collapsed_7vh70_23 ._loadMoreBtn_7vh70_48{padding:0;width:34px;height:34px;margin:.5rem auto;justify-content:center}._sidebarTopRow_7vh70_56{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}._sidebar_7vh70_11._collapsed_7vh70_23 ._sidebarTopRow_7vh70_56{justify-content:center}._sidebarLogo_7vh70_28{font-weight:700;font-size:.95rem;color:#000;letter-spacing:-.03em}._sidebarBrand_7vh70_75{display:flex;align-items:center;gap:6px}._sidebarLogoImg_7vh70_81{height:22px;width:auto}._sidebarHeader_7vh70_86{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}._sidebarToggle_7vh70_93{background:none;border:none;cursor:pointer;color:#999;padding:.4rem;border-radius:8px;transition:all .15s ease;display:flex;align-items:center;justify-content:center}._sidebarToggle_7vh70_93:hover{background:#f0f0f0;color:#000}._newChatBtn_7vh70_31{display:flex;align-items:center;gap:.4rem;width:100%;padding:.5rem .6rem;background:#fff;border:1px solid #e5e5e5;border-radius:8px;color:#333;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease}._newChatBtn_7vh70_31:hover{border-color:#000;color:#000}._sidebarList_7vh70_132{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:2px}._sidebarSectionLabel_7vh70_30{font-size:.6rem;font-weight:600;color:#999;padding:.5rem .4rem .25rem;text-transform:uppercase;letter-spacing:.04em}._sidebarItem_7vh70_43{display:flex;align-items:center;gap:.5rem;padding:.45rem .5rem;border-radius:8px;color:#666;font-size:.75rem;cursor:pointer;transition:all .15s ease;white-space:nowrap;overflow:hidden}._sidebarItem_7vh70_43:hover{background:#f0f0f0;color:#000}._sidebarItem_7vh70_43._active_7vh70_168{background:#eaeaea;color:#000;font-weight:500}._loadMoreBtn_7vh70_48{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;margin:.5rem .4rem;border:1px dashed #d4d4d4;background:transparent;color:#999;font-size:.7rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s ease}._loadMoreBtn_7vh70_48:hover{background:#f0f0f0;color:#000;border-color:#999}._sidebarIcon_7vh70_196{display:flex;align-items:center;justify-content:center;min-width:16px;min-height:16px}._sidebarTitle_7vh70_29{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._sidebarBackdrop_7vh70_211{display:none}@media(max-width:900px){._sidebarBackdrop_7vh70_211{display:block;position:fixed;inset:48px 0 0;background:#0000004d;z-index:99}}._mainContent_7vh70_227{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}._container_7vh70_235{display:flex;flex-direction:column;align-items:stretch;flex:1;padding:0;overflow-x:hidden;overflow-y:auto;position:relative}._container_7vh70_235._chatLayout_7vh70_247{display:block;overflow:hidden}._landingContent_7vh70_257{display:flex;flex-direction:column;width:100%;overflow:visible;scroll-behavior:smooth}._jumbotron_7vh70_269{position:relative;display:flex;flex-direction:column;align-items:center;padding:2rem 2.5rem 2.5rem;overflow:hidden;background:radial-gradient(ellipse 70% 55% at 50% 25%,rgba(255,200,155,.16) 0%,transparent 70%),radial-gradient(ellipse 50% 45% at 25% 65%,rgba(190,170,230,.08) 0%,transparent 60%),radial-gradient(ellipse 45% 40% at 80% 50%,rgba(200,175,140,.07) 0%,transparent 60%),linear-gradient(180deg,#fefcf9,#faf8f5 60%,#fff);min-height:0}._jumbotronGrain_7vh70_285{position:absolute;inset:0;opacity:.35;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}._jumbotronGlow_7vh70_297{position:absolute;width:700px;height:500px;top:-120px;left:50%;transform:translate(-50%);background:radial-gradient(circle,rgba(245,195,145,.14) 0%,rgba(255,210,175,.06) 40%,transparent 70%);pointer-events:none;z-index:0}._jumbotronLayout_7vh70_310{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1080px;margin:0 auto;padding-top:4rem;gap:2rem}._jumbotronLeft_7vh70_323,._jumbotronRight_7vh70_327{display:none}._jumbotronInner_7vh70_331{display:flex;flex-direction:column;align-items:center;gap:.9rem;text-align:center}._heroTitle_7vh70_339{font-family:"Instrument Serif",Georgia,serif;font-size:3.2rem;font-weight:400;color:#1a1a1a;letter-spacing:-.02em;line-height:1.12;margin:0}._heroTitle_7vh70_339 em{font-style:italic;color:#3d3d3a}._heroGreetInline_7vh70_354{font-family:Inter,system-ui,sans-serif;font-size:.9rem;font-weight:500;color:#8a8a87;display:block;margin-bottom:.2rem;letter-spacing:-.01em}._heroSub_7vh70_364{font-size:.95rem;color:#70706e;line-height:1.7;margin:0;max-width:420px;font-weight:400;letter-spacing:-.005em;text-align:center}._jumbotronPresets_7vh70_376{width:100%;max-width:100%}._stepsSection_7vh70_383{display:none}._stepsStage_7vh70_388{display:flex;flex-direction:row;gap:1.5rem;width:100%;justify-content:center}._stepCard_7vh70_396{flex:1;max-width:380px;background:#fff;border-radius:14px;padding:.7rem .85rem;display:flex;flex-direction:row;align-items:center;gap:.7rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 14px #0000000a,0 10px 24px #00000008;transition:transform .35s ease,box-shadow .35s ease;text-align:left}._stepCard_7vh70_396:hover{transform:translateY(-2px);box-shadow:0 7px 18px #00000012,0 16px 34px #0000000a}._stepCardVisual_7vh70_428{width:60px;min-width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#fafaf9,#f3f2f0);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;flex-shrink:0}._stepCardText_7vh70_442{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;min-width:0}._vizGrid_7vh70_451{display:grid;grid-template-columns:repeat(3,12px);gap:4px}._vizDot_7vh70_457{width:12px;height:12px;border-radius:4px;animation:_vizPulse_7vh70_1 3s ease-in-out infinite}._vizDotA_7vh70_464{background:#f4a574;animation-delay:0s}._vizDotB_7vh70_469{background:#a8c5f0;animation-delay:.3s}._vizDotC_7vh70_474{background:#c4b0e8;animation-delay:.6s}._vizDotD_7vh70_479{background:#90d4a8;animation-delay:.9s}._vizDotE_7vh70_484{background:#f0c674;animation-delay:1.2s}._vizDotF_7vh70_489{background:#e8a0b4;animation-delay:1.5s}@keyframes _vizPulse_7vh70_1{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}._vizWaveform_7vh70_509{display:flex;align-items:center;gap:3px;height:38px}._vizBar_7vh70_516{width:5px;border-radius:2.5px;background:linear-gradient(180deg,#1a1a1a,#8a8a87);animation:_vizWave_7vh70_509 1.8s ease-in-out infinite;transform-origin:center center}._vizBar_7vh70_516:nth-child(1){animation-delay:0s}._vizBar_7vh70_516:nth-child(2){animation-delay:.12s}._vizBar_7vh70_516:nth-child(3){animation-delay:.24s}._vizBar_7vh70_516:nth-child(4){animation-delay:.36s}._vizBar_7vh70_516:nth-child(5){animation-delay:.48s}._vizBar_7vh70_516:nth-child(6){animation-delay:.6s}._vizBar_7vh70_516:nth-child(7){animation-delay:.72s}._vizBar_7vh70_516:nth-child(8){animation-delay:.84s}._vizBar_7vh70_516:nth-child(9){animation-delay:.96s}@keyframes _vizWave_7vh70_509{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}._vizChart_7vh70_573{width:80%;height:36px;color:#1a1a1a;position:relative}._vizChartSvg_7vh70_580{width:100%;height:100%;overflow:visible}._stepNum_7vh70_586{font-family:"Instrument Serif",Georgia,serif;font-size:.85rem;font-style:italic;font-weight:400;color:#b8a0d8;line-height:1;letter-spacing:-.02em}._stepDash_7vh70_596{margin:0 .3em;color:#d4d0cb;font-weight:300}._stepTitle_7vh70_602{display:flex;align-items:baseline;font-family:Inter,system-ui,sans-serif;font-size:.82rem;font-weight:620;color:#1a1a1a;margin:0;letter-spacing:-.02em;line-height:1.3}._stepDesc_7vh70_614{font-size:.73rem;color:#8a8a87;margin:0;line-height:1.55;letter-spacing:-.005em}._askSection_7vh70_624{padding:2rem 2.5rem;max-width:1080px;margin:0 auto;width:100%}._askDivider_7vh70_631{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}._askDividerLine_7vh70_638{flex:1;height:1px;background:#e8e8e6}._askDividerLabel_7vh70_644{font-family:"Instrument Serif",Georgia,serif;font-size:.95rem;font-style:italic;color:#b5b5b1;white-space:nowrap}._askContent_7vh70_652{display:flex;flex-direction:column;align-items:center;max-width:580px;margin:0 auto}._landingFooter_7vh70_662{padding:1.5rem 2rem 2rem;text-align:center}._landingBrand_7vh70_668,._brandText_7vh70_672{display:none}._logoMark_7vh70_676{height:36px;width:auto}._heading_7vh70_681{font-size:1rem;font-weight:700;color:#000;letter-spacing:-.03em;margin:0;line-height:1.2}._subheading_7vh70_690{font-size:.7rem;color:#8e8e93;margin:0;font-weight:400;letter-spacing:-.01em}._landingDivider_7vh70_698,._landingBottom_7vh70_702,._landingTop_7vh70_706,._landingSearch_7vh70_710,._landingPrompt_7vh70_714,._heroBadge_7vh70_719,._heroAccent_7vh70_723,._heroGreeting_7vh70_727,._heroSubtitle_7vh70_731,._heroActions_7vh70_735,._flowSection_7vh70_739,._flowGrid_7vh70_743,._flowCard_7vh70_747,._flowIconWrap_7vh70_751,._flowIconPurple_7vh70_755,._flowIconBlue_7vh70_759,._flowIconGreen_7vh70_763,._flowConnector_7vh70_767,._flowTitle_7vh70_771,._flowDesc_7vh70_775,._askDividerText_7vh70_779,._heroContent_7vh70_783{display:none}._chatContent_7vh70_788{position:absolute;inset:0;width:100%;height:100%;margin:0;overflow:hidden;z-index:0;background:#f7f7f8}._chatHeader_7vh70_800{position:absolute;top:0;left:0;right:0;display:flex;justify-content:center;align-items:center;padding:1rem 0;z-index:10;background:transparent;pointer-events:none}._chatHeader_7vh70_800>*{pointer-events:auto}._navbarBrandLink_7vh70_820{display:flex;align-items:center;gap:8px;cursor:pointer;text-decoration:none;transition:opacity .15s ease}._navbarBrandLink_7vh70_820:hover{opacity:.7}._navbarBrandLogo_7vh70_833{height:22px;width:auto}._navbarBrandName_7vh70_838{font-size:.9rem;font-weight:700;color:#000;letter-spacing:-.03em}._mobileNewChatBtn_7vh70_846{display:none;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e5e5;border-radius:99px;color:#000;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}._mobileNewChatBtn_7vh70_846:hover{background:#fafafa;border-color:#000}@media(max-width:768px){._mobileNewChatBtn_7vh70_846{padding:.45rem .85rem;font-size:.8rem}}._messagesContainer_7vh70_875{width:100%;height:100%;overflow-y:auto;padding:0}._messagesInner_7vh70_882{max-width:1100px;margin:0 auto;padding:4rem 1.5rem 8rem;display:flex;flex-direction:column}._messageBlock_7vh70_890{margin-bottom:1.25rem;display:flow-root}._userBlock_7vh70_895{margin-bottom:3rem}._assistantBlock_7vh70_899{margin-bottom:2rem}._userMessage_7vh70_904{background:#000;padding:.6rem 1rem;border-radius:18px;font-size:.8rem;color:#fff;display:inline-block;max-width:80%;margin-left:auto;float:right;clear:both}._versusContainer_7vh70_918{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;clear:both;position:relative;align-items:start}._versusConnector_7vh70_928{position:absolute;left:50%;top:80px;bottom:40px;width:1px;background:#e5e5e5;transform:translate(-50%);pointer-events:none}._singleModeContainer_7vh70_940{max-width:720px;clear:both;display:flex;flex-direction:column;gap:1rem}._versusPanel_7vh70_949,._singlePanel_7vh70_950{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000a,0 4px 12px #00000008;transition:all .2s ease}._versusPanel_7vh70_949:hover,._singlePanel_7vh70_950:hover{box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000f;border-color:#00000014}._alloPanel_7vh70_972,._naturoPanel_7vh70_978{border:none;background:#fff}._panelHeader_7vh70_983{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;position:relative;overflow:hidden;min-height:auto;background:#fafafa}._alloPanel_7vh70_972 ._panelHeader_7vh70_983,._naturoPanel_7vh70_978 ._panelHeader_7vh70_983{background:#fafafa;border-bottom-color:#f0f0f0}._panelIcon_7vh70_1006{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;position:relative;z-index:1;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}._alloIcon_7vh70_1022{color:#0f172a}._naturoIcon_7vh70_1026{color:#059669}._panelTitle_7vh70_1030{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;position:relative;z-index:1}._alloPanel_7vh70_972 ._panelTitle_7vh70_1030{color:#1e293b}._naturoPanel_7vh70_978 ._panelTitle_7vh70_1030{color:#059669}._panelActions_7vh70_1049{display:flex;align-items:center;gap:.25rem;margin-left:auto;z-index:1}._panelActionBtn_7vh70_1057{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;transition:all .15s ease}._panelActionBtn_7vh70_1057:hover{background:#f1f5f9;color:#334155}._headerDecoIcon_7vh70_1077,._alloPanel_7vh70_972 ._headerDecoIcon_7vh70_1077{display:none}._streamingDot_7vh70_1085{width:6px;height:6px;border-radius:50%;margin-left:auto;animation:_blink_7vh70_1 1s infinite}._alloDot_7vh70_1093{background:#0f172a;box-shadow:none}._naturoDot_7vh70_1098{background:#059669}@keyframes _blink_7vh70_1{0%,50%{opacity:1}51%,to{opacity:.3}}._panelContent_7vh70_1115{padding:.75rem;font-size:.78rem;line-height:1.5;color:#334155}._productSection_7vh70_1126{margin-top:1rem;padding-top:1rem;border-top:1px dashed #e2e8f0}._productSectionTitle_7vh70_1132{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.75rem}._productGrid_7vh70_1141{display:flex;flex-direction:column;gap:.5rem}._sectionProducts_7vh70_1148{margin-top:.75rem;padding-top:.5rem;border-top:1px dashed rgba(30,64,175,.15);display:flex;flex-wrap:wrap;gap:.5rem}._sectionProducts_7vh70_1148._naturoProducts_7vh70_1157{border-top-color:#04785726}._inlineProductCard_7vh70_1161{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;text-decoration:none;transition:all .15s ease;flex:1;min-width:200px;max-width:100%}._naturoProducts_7vh70_1157 ._inlineProductCard_7vh70_1161{background:#fafafa;border-color:#e5e5e5}._inlineProductCard_7vh70_1161:hover,._naturoProducts_7vh70_1157 ._inlineProductCard_7vh70_1161:hover{border-color:#ccc;background:#f5f5f5}._inlineProductImage_7vh70_1191{width:36px;height:36px;object-fit:contain;border-radius:4px;background:#fff;flex-shrink:0}._inlineProductInfo_7vh70_1200{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1}._inlineProductKeyword_7vh70_1208{font-size:.6rem;font-weight:600;color:#1e40af;text-transform:uppercase;letter-spacing:.02em}._naturoProducts_7vh70_1157 ._inlineProductKeyword_7vh70_1208{color:#047857}._inlineProductTitle_7vh70_1220{font-size:.68rem;color:#334155;line-height:1.25;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._inlineProductPrice_7vh70_1230{font-size:.65rem;font-weight:600;color:#0f766e}._productCard_7vh70_1236{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#f8fafc;border-radius:8px;text-decoration:none;transition:all .2s ease;border:1px solid transparent}._productCard_7vh70_1236:hover{background:#f1f5f9;border-color:#e2e8f0;transform:translateY(-1px)}._productImage_7vh70_1254{width:48px;height:48px;object-fit:contain;border-radius:6px;background:#fff;flex-shrink:0}._productInfo_7vh70_1263{display:flex;flex-direction:column;gap:.15rem;min-width:0}._productKeyword_7vh70_1270{font-size:.65rem;font-weight:600;color:#1e40af;text-transform:uppercase;letter-spacing:.02em}._naturoProducts_7vh70_1157 ._productKeyword_7vh70_1270{color:#047857}._productTitle_7vh70_1282{font-size:.72rem;color:#334155;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._productPrice_7vh70_1292{font-size:.7rem;font-weight:600;color:#0f766e}._structuredContent_7vh70_1303{display:flex;flex-direction:column;gap:0}._bentoSection_7vh70_1310{position:relative;padding:0;margin-bottom:0;transition:all .3s cubic-bezier(.4,0,.2,1)}._bentoAllo_7vh70_1317,._bentoNaturo_7vh70_1322{background:transparent;border:none}._sectionMeshGradient_7vh70_1328{display:none}._sectionHighlighted_7vh70_1333{transform:none}._sectionHighlighted_7vh70_1333 ._sectionMeshGradient_7vh70_1328{opacity:0}._bentoAllo_7vh70_1317._sectionHighlighted_7vh70_1333,._bentoNaturo_7vh70_1322._sectionHighlighted_7vh70_1333{box-shadow:none}._bentoSectionHeader_7vh70_1350{display:flex;align-items:center;margin-bottom:.75rem;position:relative;z-index:1;padding-top:2.5rem;padding-bottom:.5rem;border-bottom:none}._bentoSection_7vh70_1310:first-child ._bentoSectionHeader_7vh70_1350{padding-top:0}._bentoSectionTitle_7vh70_1366{font-size:.85rem;font-weight:600;color:#000;margin:0;letter-spacing:-.02em;line-height:1.2}._bentoGrid_7vh70_1376{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;position:relative;z-index:1}._bentoCard_7vh70_1388{position:relative;border-radius:8px;overflow:hidden;transition:all .15s ease;background:#fff;border:1px solid #e5e5e5}._bentoCard_7vh70_1388:hover{border-color:#ccc}._avoidCard_7vh70_1402{background:#fff}._avoidCard_7vh70_1402:hover{border-color:#e5e5e5}._avoidCard_7vh70_1402 ._cardTitle_7vh70_1410{color:#1e293b}._avoidCard_7vh70_1402 ._cardSummary_7vh70_1414{color:#64748b}._avoidIndicator_7vh70_1418{display:flex;align-items:center;gap:.3rem;color:#e11d48;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}._heroCard_7vh70_1431{grid-column:span 2;grid-row:span 2}._heroCard_7vh70_1431 ._cardTitle_7vh70_1410{font-size:.95rem}._heroCard_7vh70_1431 ._cardSummary_7vh70_1414{font-size:.8rem}._heroCardIcon_7vh70_1445{display:none}._alloCard_7vh70_1449 ._heroCardIcon_7vh70_1445{color:#1e293b0f}._naturoCard_7vh70_1453 ._heroCardIcon_7vh70_1445{color:#0596690f}._cardGlow_7vh70_1458{display:none}._alloCard_7vh70_1449 ._cardGlow_7vh70_1458,._naturoCard_7vh70_1453 ._cardGlow_7vh70_1458{background:none}._bentoCard_7vh70_1388:hover ._cardGlow_7vh70_1458{opacity:0}._cardContent_7vh70_1475{display:flex;flex-direction:column;gap:.25rem;padding:.6rem;background:none;border:none;width:100%;text-align:left;cursor:pointer;position:relative;z-index:1}._cardHeader_7vh70_1489{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.15rem}._cardTitle_7vh70_1410{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.8rem;font-weight:600;color:#1e293b;margin:0;line-height:1.35;letter-spacing:-.01em}._alloCard_7vh70_1449 ._cardTitle_7vh70_1410{color:#1e293b}._naturoCard_7vh70_1453 ._cardTitle_7vh70_1410{color:#064e3b}._cardSummary_7vh70_1414{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.7rem;color:#64748b;line-height:1.45;margin:0}._cardDetails_7vh70_1522{padding-top:.5rem;margin-top:.25rem;border-top:1px solid #f1f5f9}._cardDetails_7vh70_1522 p{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.7rem;color:#475569;line-height:1.55;margin:0}._cardChevron_7vh70_1536{color:#94a3b8;flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1)}._cardFooter_7vh70_1542{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:auto;padding-top:.5rem}._cardChevron_7vh70_1536._rotated_7vh70_1551{transform:rotate(180deg)}._cardExpanded_7vh70_1555{grid-column:span 2}._evidenceGauge_7vh70_1563{display:flex;align-items:center;gap:.4rem;flex-shrink:0;margin-top:0}._gaugeSegments_7vh70_1571{display:flex;gap:2px}._gaugeSegment_7vh70_1571{width:8px;height:4px;border-radius:2px;background:#00000014;transition:all .2s ease}._gaugeSegment_7vh70_1571._filled_7vh70_1584{background:currentColor}._gauge_strong_7vh70_1588 ._gaugeSegment_7vh70_1571._filled_7vh70_1584,._gauge_strong_7vh70_1588{color:#059669}._gauge_moderate_7vh70_1593 ._gaugeSegment_7vh70_1571._filled_7vh70_1584,._gauge_moderate_7vh70_1593{color:#d97706}._gauge_limited_7vh70_1598 ._gaugeSegment_7vh70_1571._filled_7vh70_1584,._gauge_limited_7vh70_1598{color:#64748b}._gauge_traditional_7vh70_1603 ._gaugeSegment_7vh70_1571._filled_7vh70_1584,._gauge_traditional_7vh70_1603{color:#7c3aed}._gauge_emerging_7vh70_1608 ._gaugeSegment_7vh70_1571._filled_7vh70_1584,._gauge_emerging_7vh70_1608{color:#2563eb}._gaugeLabel_7vh70_1613{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;opacity:.8}._section_7vh70_1148{display:flex;flex-direction:column;gap:.4rem}._sectionHeader_7vh70_1633{display:flex;align-items:center;gap:.4rem}._sectionIcon_7vh70_1639{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:#64748b}._alloSectionIcon_7vh70_1648{color:#1e293b}._naturoSectionIcon_7vh70_1652{color:#059669}._sectionHeading_7vh70_1656{font-family:"Source Serif 4",Charter,Georgia,serif;font-size:.85rem;font-weight:600;color:#1e293b;margin:0}._subsection_7vh70_1664{display:flex;flex-direction:column;gap:.3rem;padding-left:1.5rem;margin-bottom:.5rem}._subsectionHeading_7vh70_1672{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.65rem;font-weight:600;color:#64748b;margin:0;text-transform:uppercase;letter-spacing:.03em}._pillsGrid_7vh70_1683{display:flex;flex-wrap:wrap;gap:.35rem}._pillWrapper_7vh70_1690{display:flex;flex-direction:column;transition:all .25s cubic-bezier(.4,0,.2,1)}._pillWrapper_7vh70_1690._expanded_7vh70_1696{flex-basis:100%}._pill_7vh70_1683{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .6rem;background:#fff;border:1px solid #e2e8f0;border-radius:20px;font-size:.68rem;color:#475569;cursor:pointer;transition:all .15s ease;text-align:left;box-shadow:none}._pill_7vh70_1683:hover{border-color:#ccc;box-shadow:none}._naturoPill_7vh70_1721{background:#fff;border-color:#e5e5e5}._naturoPill_7vh70_1721:hover{border-color:#ccc;background:#fafafa}._pillName_7vh70_1731{font-weight:600;color:#1e293b}._pillSummary_7vh70_1736{color:#64748b}._pillChevron_7vh70_1740{color:#94a3b8;transition:transform .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}._pillChevron_7vh70_1740._rotated_7vh70_1551{transform:rotate(180deg)}._pillDetails_7vh70_1751{max-height:0;overflow:hidden;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0}._pillDetails_7vh70_1751._show_7vh70_1759{max-height:200px;opacity:1;padding:.6rem .75rem;margin-top:.35rem;background:#fff;border-radius:10px;border:1px solid #e5e5e5}._naturoPanel_7vh70_978 ._pillDetails_7vh70_1751._show_7vh70_1759{background:#fafafa;border-color:#e5e5e5}._pillDetails_7vh70_1751 p{margin:0 0 .4rem;font-size:.7rem;line-height:1.55;color:#475569}._evidenceBadge_7vh70_1782{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .6rem;border-radius:99px;font-size:.58rem;font-weight:600;text-transform:capitalize;letter-spacing:.02em;border:1px solid #e5e5e5}._evidence_strong_7vh70_1795{background:#0596691f;color:#047857;border-color:#05966933}._evidence_moderate_7vh70_1801{background:#d977061f;color:#b45309;border-color:#d9770633}._evidence_limited_7vh70_1807{background:#64748b1f;color:#475569;border-color:#64748b33}._evidence_traditional_7vh70_1813{background:#7c3aed1f;color:#6d28d9;border-color:#7c3aed33}._evidence_emerging_7vh70_1819{background:#2563eb1f;color:#1d4ed8;border-color:#2563eb33}._chatDisclaimer_7vh70_1826{display:flex;align-items:flex-start;gap:.5rem;padding:.65rem .85rem;background:#f7f7f8;border:1px solid #e8e8ed;border-radius:10px;font-size:.72rem;line-height:1.45;color:#8e8e93;margin-bottom:1rem}._chatDisclaimer_7vh70_1826 svg{flex-shrink:0;margin-top:2px;color:#a0a0a8}._compactDisclaimer_7vh70_1847{display:flex;align-items:flex-start;gap:.4rem;padding:.6rem .75rem;background:#fafafa;border-radius:10px;font-size:.65rem;color:#999;margin-top:1rem;border:1px solid #e5e5e5}._naturoDisclaimer_7vh70_1860{background:#fafafa;border-color:#e5e5e5}._compactDisclaimer_7vh70_1847 svg{flex-shrink:0;margin-top:1px;color:#94a3b8}._loadingShimmer_7vh70_1872{height:4px;background:linear-gradient(90deg,#e5e5e5,#ccc,#e5e5e5);background-size:200% 100%;animation:_shimmerSlide_7vh70_1 1.2s ease-in-out infinite;border-radius:2px;margin-top:.75rem}._naturoShimmerBar_7vh70_1881{background:linear-gradient(90deg,#e5e5e5,#ccc,#e5e5e5);background-size:200% 100%}@keyframes _shimmerSlide_7vh70_1{0%{background-position:200% 0}to{background-position:-200% 0}}._streamingPlaceholder_7vh70_1897{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.6rem;padding:1rem}._shimmerSection_7vh70_1904{padding:.75rem;border-radius:10px;background:#fafafa}._alloShimmer_7vh70_1910,._naturoShimmer_7vh70_1881{background:#f5f5f5;border:1px solid #e5e5e5}._shimmerHeader_7vh70_1920{height:16px;width:40%;background:linear-gradient(90deg,#eee 25%,#ddd,#eee 75%);background-size:200% 100%;animation:_shimmer_7vh70_1904 1.5s infinite;border-radius:4px;margin-bottom:.5rem}._shimmerPills_7vh70_1930{display:flex;gap:.35rem;flex-wrap:wrap}._shimmerPill_7vh70_1930{height:24px;width:120px;background:linear-gradient(90deg,#eee 25%,#ddd,#eee 75%);background-size:200% 100%;animation:_shimmer_7vh70_1904 1.5s infinite;border-radius:99px}@keyframes _shimmer_7vh70_1904{0%{background-position:-200% 0}to{background-position:200% 0}}._inputWrapper_7vh70_1956{width:100%;max-width:900px;margin-top:1.25rem}._inputWrapperBottom_7vh70_1963{position:absolute;bottom:0;left:0;right:0;width:100%;max-width:100%;padding:1rem 1.5rem 2px;z-index:10;display:flex;flex-direction:column;align-items:center;pointer-events:none}._inputWrapperBottom_7vh70_1963:before{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:920px;height:50%;background:linear-gradient(180deg,transparent 0%,#f7f7f8 40%);z-index:-1}._inputWrapperBottom_7vh70_1963>form,._inputWrapperBottom_7vh70_1963>._footerDisclaimer_7vh70_1994,._inputWrapperBottom_7vh70_1963>._suggestionsContainer_7vh70_1995{pointer-events:auto;width:100%;max-width:900px}._inputContainer_7vh70_2001{display:flex;align-items:center;gap:.5rem;width:100%;background:#fff;border:1px solid #e0e0dd;border-radius:10px;padding:.5rem .5rem .5rem 1.1rem;transition:all .15s ease;box-shadow:0 1px 2px #00000008}._inputContainer_7vh70_2001:focus-within{border-color:#1a1a1a;box-shadow:0 1px 4px #0000000f}._textInput_7vh70_2019{flex:1;border:none;outline:none;font-size:16px;color:#000;background:transparent;font-family:inherit}._textInput_7vh70_2019::placeholder{color:#999}._sendButton_7vh70_2033{display:flex;align-items:center;justify-content:center;width:34px;height:34px;min-width:34px;padding:0;background:#1a1a1a;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .15s ease;flex-shrink:0}._sendButton_7vh70_2033 svg{width:16px;height:16px;stroke-width:2.5}._sendButton_7vh70_2033:hover:not(:disabled){background:#333}._sendButton_7vh70_2033:disabled{background:#e5e5e5;color:#999;cursor:not-allowed}._suggestionsContainer_7vh70_1995{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-top:.75rem}._suggestionPill_7vh70_2075{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:transparent;border:1px solid #e0e0dd;border-radius:6px;font-size:.72rem;color:#8a8a87;cursor:pointer;transition:all .15s ease;font-family:Inter,system-ui,sans-serif}._suggestionPill_7vh70_2075:hover{border-color:#1a1a1a;color:#1a1a1a}._suggestionPill_7vh70_2075 svg{display:none}._footerDisclaimer_7vh70_1994{text-align:center;font-size:.62rem;color:#b5b5b1;margin:.25rem 0 0}._legalLinks_7vh70_2108{position:static;text-align:center;font-size:.62rem;color:#b5b5b1;pointer-events:auto}._legalLinks_7vh70_2108 a{color:#b5b5b1;text-decoration:none;transition:color .15s;margin:0 2px}._legalLinks_7vh70_2108 a:hover{color:#1a1a1a;text-decoration:underline}._simpleResponseContainer_7vh70_2129{max-width:800px;margin:0 auto;width:100%}._simpleResponse_7vh70_2129{background:transparent;padding:.5rem 0;box-shadow:none;border:none}._simpleResponseContent_7vh70_2142{font-size:.95rem;line-height:1.65;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.01em}._simpleResponseContent_7vh70_2142 p{margin-bottom:1rem}._simpleResponseContent_7vh70_2142 p:last-child{margin-bottom:0}._simpleResponseContent_7vh70_2142 ul,._simpleResponseContent_7vh70_2142 ol{margin:.6rem 0 1.2rem;padding-left:1.25rem}._simpleResponseContent_7vh70_2142 li{margin-bottom:.4rem;padding-left:.2rem}._simpleResponseContent_7vh70_2142 li::marker{color:#94a3b8}._simpleResponseContent_7vh70_2142 strong{font-weight:600;color:#0f172a}._simpleResponseContent_7vh70_2142 ._thinking_7vh70_2178{color:#94a3b8;font-size:.9rem}@media(max-width:900px){._versusContainer_7vh70_918{grid-template-columns:1fr}._versusConnector_7vh70_928{display:none}._sidebar_7vh70_11{position:fixed;left:0;top:48px;bottom:0;z-index:100;transform:translate(-100%);box-shadow:4px 0 20px #0000001a}._sidebar_7vh70_11:not(._collapsed_7vh70_23){transform:translate(0)}._bentoGrid_7vh70_1376{grid-template-columns:1fr 1fr}._heroCard_7vh70_1431{grid-column:span 2;grid-row:span 1}._mobileNewChatBtn_7vh70_846{display:flex}._jumbotron_7vh70_269{padding:1.5rem 1.25rem 2rem}._jumbotronLayout_7vh70_310{gap:1.5rem;padding-top:1.5rem}._stepsStage_7vh70_388{gap:.8rem;flex-wrap:wrap;justify-content:center}._stepCard_7vh70_396{max-width:100%;flex:1 1 290px}._stepCard_7vh70_396:hover{transform:translateY(-2px)}._stepCardVisual_7vh70_428{width:50px;min-width:50px;height:50px}._heroTitle_7vh70_339{font-size:2.6rem}._askSection_7vh70_624{padding:1.5rem}}@media(max-width:600px){._container_7vh70_235{justify-content:flex-start;padding-top:0}._container_7vh70_235._chatLayout_7vh70_247{padding-top:5rem}._landingContent_7vh70_257{margin-top:0;padding-top:0}._jumbotron_7vh70_269{padding:3.5rem 1rem 1.5rem}._jumbotronLayout_7vh70_310{gap:1.25rem;padding-top:.5rem}._heroTitle_7vh70_339{font-size:2rem}._heroSub_7vh70_364{font-size:.88rem}._stepsStage_7vh70_388{flex-direction:column;gap:.35rem}._stepCard_7vh70_396{flex:0 0 auto;width:100%;flex-direction:row;max-width:none;text-align:left;gap:.5rem;padding:.45rem .65rem;border-radius:10px}._stepCardText_7vh70_442{align-items:flex-start}._stepCardVisual_7vh70_428{width:44px;min-width:44px;height:44px;border-radius:8px}._vizGrid_7vh70_451{grid-template-columns:repeat(3,8px);gap:3px}._vizDot_7vh70_457{width:8px;height:8px;border-radius:3px}._vizWaveform_7vh70_509{gap:2px;height:26px}._vizBar_7vh70_516{width:3px;border-radius:2px}._vizChart_7vh70_573{width:92%;height:26px}._stepNum_7vh70_586{display:inline-block;font-size:.72rem;color:#6f5a98}._stepNum_7vh70_586:after{content:"—";margin-left:.18em;margin-right:.18em;color:#b8b6b2}._stepDash_7vh70_596{display:none}._stepTitle_7vh70_602{font-size:.75rem}._stepDesc_7vh70_614{font-size:.68rem;line-height:1.4}._askSection_7vh70_624{padding:1rem}._landingFooter_7vh70_662{padding:.75rem 1rem 1rem}._chatHeader_7vh70_800{top:3.5rem;padding:.5rem 0}._panelContent_7vh70_1115{padding:.5rem}._bentoGrid_7vh70_1376{grid-template-columns:1fr}._heroCard_7vh70_1431,._cardExpanded_7vh70_1555{grid-column:span 1}._pill_7vh70_1683{font-size:.65rem;padding:.3rem .5rem}._suggestionsContainer_7vh70_1995{flex-direction:row;flex-wrap:wrap;gap:.4rem}._suggestionPill_7vh70_2075{font-size:.7rem;padding:.4rem .7rem}._messagesInner_7vh70_882{padding-top:8rem}._inputWrapper_7vh70_1956{max-width:100%;padding:0 .5rem}._inputWrapperBottom_7vh70_1963{position:fixed;bottom:0;left:0;right:0;padding:.75rem .5rem 2px;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.05);z-index:50}._inputWrapperBottom_7vh70_1963>._legalLinks_7vh70_2108{position:absolute;bottom:.35rem;left:0;width:100%;font-size:.6rem}._inputWrapperBottom_7vh70_1963:before{display:none}._inputWrapperBottom_7vh70_1963>form,._inputWrapperBottom_7vh70_1963>._footerDisclaimer_7vh70_1994,._inputWrapperBottom_7vh70_1963>._suggestionsContainer_7vh70_1995{max-width:100%}._disclaimer_7vh70_2459{margin-top:.25rem}._streamingPlaceholder_7vh70_1897{grid-template-columns:1fr;gap:.5rem;padding:.75rem}._streamingPlaceholder_7vh70_1897>div:nth-child(n+3){display:none}._shimmerSection_7vh70_1904{padding:.6rem}._versusPanel_7vh70_949{overflow:visible;position:relative}._versusPanel_7vh70_949>*:first-child{border-top-left-radius:20px;border-top-right-radius:20px}._versusPanel_7vh70_949>*:last-child{border-bottom-left-radius:20px;border-bottom-right-radius:20px}._versusPanel_7vh70_949:before{content:"";position:absolute;top:2rem;bottom:2rem;left:-1rem;width:3px;border-radius:0 4px 4px 0;z-index:10}._versusPanel_7vh70_949._naturoPanel_7vh70_978:before{background:#10b981;box-shadow:0 0 10px #10b98133}._versusPanel_7vh70_949._alloPanel_7vh70_972:before{background:#94a3b8;box-shadow:0 0 8px #94a3b833}}._mobileSectionHeader_7vh70_2523{display:none}._mobileSectionHeader_7vh70_2523._allopathic_7vh70_2527{background:#f8fafcd9;color:#334155;border-bottom:1px solid rgba(51,65,85,.1)}._mobileSectionHeader_7vh70_2523._naturopathic_7vh70_2533{background:#f0fdf4d9;color:#15803d;border-bottom:1px solid rgba(22,163,74,.1)}._integrativePanel_7vh70_2540{border:none;background:#fff}._integrativePanel_7vh70_2540 ._panelHeader_7vh70_983{background:#fff;border-bottom-color:#f1f5f9}._integrativeIcon_7vh70_2550{color:#0f172a}._integrativeDot_7vh70_2554{background:#6366f1}._chatTopBar_7vh70_2559{position:absolute;top:0;left:0;right:0;height:52px;display:flex;align-items:center;justify-content:center;padding:0 20px;z-index:9}._homeBtn_7vh70_2572{display:inline-flex;align-items:center;gap:5px;border:none;background:#ffffffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:6px 14px;border-radius:20px;font-size:.82rem;font-weight:500;color:#555;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000f,0 0 0 1px #0000000a}._homeBtn_7vh70_2572:hover{background:#fff;color:#111;box-shadow:0 2px 6px #00000014,0 0 0 1px #0000000f}._chatLensBar_7vh70_2596>*{pointer-events:auto}._lensPanel_7vh70_2601{background:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 0 0 .5px #0000000d,0 1px 3px #0000000a,0 8px 24px #0000000f,inset 0 1px #fffc;border-left:3px solid var(--lens-accent, #6366f1);animation:_lensSlideIn_7vh70_1 .3s ease}@keyframes _lensSlideIn_7vh70_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._lensPanelHeader_7vh70_2628{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;background:#fff}._lensPanelIcon_7vh70_2637{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:color-mix(in srgb,var(--lens-accent, #6366f1) 10%,transparent)}._lensPanelTitle_7vh70_2647{font-size:.8rem;font-weight:600;color:#1e293b;letter-spacing:-.01em}._lensError_7vh70_2654{padding:1rem;font-size:.8rem;color:#94a3b8;text-align:center}@media(max-width:768px){._chatLensBar_7vh70_2596{top:48px}._lensPanel_7vh70_2601{border-radius:16px}._lensPanelHeader_7vh70_2628{padding:.6rem .75rem}}._fullScreenOverlay_1bxaj_4{position:fixed;inset:0;z-index:45;background:#fff;display:flex;justify-content:center;overflow-y:auto;padding-top:56px;animation:_overlayIn_1bxaj_1 .25s ease}@keyframes _overlayIn_1bxaj_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._fullScreenContent_1bxaj_31{width:100%;max-width:540px;padding:1.25rem 1.5rem 4rem}._overlayNavBrand_1bxaj_38{display:flex;align-items:center;gap:8px;text-decoration:none;cursor:pointer;transition:opacity .15s ease}._overlayNavBrand_1bxaj_38:hover{opacity:.7}._overlayNavLogo_1bxaj_51{height:22px;width:auto;border-radius:6px}._overlayNavName_1bxaj_57{font-weight:700;font-size:.9rem;color:#000;letter-spacing:-.03em}._panel_1bxaj_64{width:100%}._sectionHeader_1bxaj_68{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;font-size:.82rem;font-weight:550;color:#1a1a1a;letter-spacing:-.015em;margin-bottom:.15rem}._sectionTagline_1bxaj_80{font-family:Inter,system-ui,sans-serif;font-size:1.1rem;font-weight:600;color:#1a1a1a;letter-spacing:-.025em;margin:0 0 .6rem;line-height:1.3}._sectionDesc_1bxaj_90{font-size:.73rem;color:#8a8a87;margin:0 0 .75rem;line-height:1.4;font-weight:430;text-align:left}._journalCta_1bxaj_100{width:100%}._journalCtaBtn_1bxaj_104{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.2rem;background:linear-gradient(135deg,#fefcf9,#faf6f0);border:1px solid rgba(0,0,0,.08);border-radius:14px;cursor:pointer;transition:all .2s ease;text-align:left;box-shadow:0 2px 8px #0000000a}._journalCtaBtn_1bxaj_104:hover{border-color:#00000024;box-shadow:0 4px 16px #00000012;transform:translateY(-1px)}._journalCtaBtn_1bxaj_104:active{transform:translateY(0);box-shadow:0 1px 4px #0000000a}._journalCtaIcon_1bxaj_130{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#1a1a1a;color:#fff;flex-shrink:0}._journalCtaText_1bxaj_142{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}._journalCtaTitle_1bxaj_150{font-family:Inter,system-ui,sans-serif;font-size:.9rem;font-weight:600;color:#1a1a1a;letter-spacing:-.015em}._journalCtaDesc_1bxaj_158{font-size:.75rem;color:#8a8a87;line-height:1.45;letter-spacing:-.005em}._journalCtaChevron_1bxaj_165{color:#bbb;flex-shrink:0}._suggestionsSection_1bxaj_171{margin-top:.5rem;display:flex;flex-direction:column;gap:.75rem}._suggestionsHeading_1bxaj_178{font-family:Inter,system-ui,sans-serif;font-size:.78rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em;margin:0 0 .6rem}._suggestionCatGroup_1bxaj_187{display:flex;flex-direction:column;gap:6px}._suggestionCatLabel_1bxaj_193{display:flex;align-items:center;gap:5px;font-family:Inter,system-ui,sans-serif;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#999;margin-bottom:0}._suggestionChips_1bxaj_206{display:flex;flex-wrap:wrap;gap:6px}._suggestionChip_1bxaj_206{display:inline-flex;align-items:center;gap:6px;padding:7px 12px 7px 10px;background:#fafafa;border:1px solid #e8e8e6;border-radius:9px;font-size:.73rem;font-weight:475;color:#444;cursor:pointer;transition:all .12s ease;white-space:nowrap;line-height:1}._suggestionChipJournal_1bxaj_229{border-color:#e8e8e6;background:#fafafa}._suggestionChipJournal_1bxaj_229:hover{border-color:#bbb;background:#f5f5f3;color:#111}._suggestionChipTrack_1bxaj_240{border-color:#dce7f8;background:#f5f8fd}._suggestionChipTrack_1bxaj_240:hover{border-color:#afc8ee;background:#ebf1fb;color:#1a4b8c}._suggestionChip_1bxaj_206:active{transform:scale(.97)}._suggestionChip_1bxaj_206:disabled{opacity:.35;cursor:not-allowed}._suggestionChip_1bxaj_206 svg:first-child{flex-shrink:0;opacity:.6}._suggestionChip_1bxaj_206 svg:last-child{color:#bbb;flex-shrink:0}._suggestionChip_1bxaj_206:hover svg:last-child{color:#666}._presetCategories_1bxaj_275{display:flex;flex-direction:column;gap:12px;align-items:flex-start}._presetDualRow_1bxaj_282{display:flex;flex-direction:row;align-items:flex-start;gap:2rem;width:100%}._presetDualSep_1bxaj_290{display:none}._presetCatGroup_1bxaj_294{display:flex;flex-direction:column;align-items:flex-start;gap:5px}._presetCatLabel_1bxaj_301{font-family:Inter,system-ui,sans-serif;font-size:.7rem;font-weight:550;text-transform:uppercase;letter-spacing:.04em;color:#6a6a68;padding-left:1px}._desktopOnlyLabel_1bxaj_311{display:inline}._mobileOnlyLabel_1bxaj_315{display:none}._mobileHideGroup_1bxaj_319{display:flex}._presetCatItems_1bxaj_323{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-start}._presetCard_1bxaj_330{display:inline-flex;align-items:center;gap:6px;padding:6px 13px 6px 8px;background:#ffffffbf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.06);border-radius:10px;cursor:pointer;transition:all .18s ease;white-space:nowrap;box-shadow:0 1px 3px #00000008}._mobileOnlyCard_1bxaj_347{display:none}._presetCard_1bxaj_330:hover{border-color:#0000001f;background:#fffffff2;box-shadow:0 2px 8px #0000000f;transform:translateY(-1px)}._presetCard_1bxaj_330:active{background:#ffffffd9;transform:scale(.98) translateY(0);box-shadow:0 1px 2px #0000000a}._presetIcon_1bxaj_364{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#f3f3f3;color:#444;transition:all .12s ease}._presetIcon_1bxaj_364 svg{width:12px;height:12px}._presetCard_1bxaj_330:hover ._presetIcon_1bxaj_364{background:#111;color:#fff}._presetTitle_1bxaj_386{font-size:.75rem;font-weight:520;color:#1a1a1a;letter-spacing:-.01em}._presetMeta_1bxaj_393{font-size:.65rem;color:#999;font-weight:400}._journalHero_1bxaj_400{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:16px 18px;cursor:pointer;transition:all .15s ease;margin-bottom:.9rem}._journalHero_1bxaj_400:hover{border-color:silver;box-shadow:0 2px 8px #0000000f}._journalHeroTop_1bxaj_413{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}._journalHeroInfo_1bxaj_419{display:flex;align-items:center;gap:8px}._journalHeroTitle_1bxaj_424{font-size:.95rem;font-weight:650;color:#000;letter-spacing:-.02em;margin:0}._journalHeroStats_1bxaj_431{display:flex;align-items:center;gap:16px;padding:10px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;margin-bottom:12px}._journalHeroStat_1bxaj_431{display:flex;flex-direction:column;gap:2px;flex:1;text-align:center}._journalHeroStatValue_1bxaj_447{font-size:1.1rem;font-weight:700;color:#111;letter-spacing:-.02em}._journalHeroStatLabel_1bxaj_453{font-size:.65rem;font-weight:500;color:#999;text-transform:uppercase;letter-spacing:.04em}._journalHeroStatSep_1bxaj_460{width:1px;height:28px;background:#eee;flex-shrink:0}._journalHeroViewBtn_1bxaj_466{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:9px 0;background:#f8f8f8;border:1px solid #e8e8e8;border-radius:10px;font-size:.82rem;font-weight:600;color:#333;cursor:pointer;transition:all .15s ease}._journalHeroViewBtn_1bxaj_466:hover{background:#f0f0f0;border-color:#d0d0d0;color:#000}._goalsSection_1bxaj_489{margin-bottom:.9rem}._goalsSplit_1bxaj_493{display:flex;flex-direction:column;gap:.75rem}._goalsPrimaryHeader_1bxaj_499{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:.5rem}._goalsPrimaryTitle_1bxaj_508{margin:0}._goalsColumn_1bxaj_512{min-width:0}._goalsSectionLabel_1bxaj_516{font-size:.65rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;display:flex;align-items:center;gap:8px}._activeCounter_1bxaj_528{font-size:.6rem;font-weight:500;color:#aaa;text-transform:none;letter-spacing:0}._goalsList_1bxaj_536{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap}._viewMoreBtn_1bxaj_543{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:8px 16px;background:transparent;border:1px dashed #ccc;border-radius:8px;font-size:.72rem;font-weight:500;color:#666;cursor:pointer;transition:all .15s ease;flex:0 0 auto;min-width:100px;align-self:stretch}._viewMoreBtn_1bxaj_543:hover{border-color:#999;color:#000;background:#fafafa}._goalRow_1bxaj_568{display:flex;flex-direction:column;gap:6px;padding:10px 14px;background:#fff;border:1px solid #e8e8e8;border-radius:14px;cursor:pointer;transition:all .15s ease;text-align:left;flex:0 0 auto;min-width:180px;max-width:320px}._goalRow_1bxaj_568:hover{border-color:silver;background:#fafafa;box-shadow:0 1px 4px #0000000d}._goalTop_1bxaj_590{display:flex;align-items:center;justify-content:space-between;gap:8px}._goalBottom_1bxaj_597{display:flex;align-items:center;gap:8px}._goalInfo_1bxaj_603{display:flex;flex-direction:column;gap:2px}._goalTitle_1bxaj_609{font-size:.82rem;font-weight:600;color:#000;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._goalMeta_1bxaj_619{display:flex;align-items:center;gap:4px;font-size:.65rem;color:#999}._goalRight_1bxaj_627{display:flex;align-items:center;gap:8px}._draftDeleteBtn_1bxaj_633{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#bbb;border-radius:6px;cursor:pointer;transition:all .15s ease;padding:0}._draftDeleteBtn_1bxaj_633:hover:not(:disabled){background:#fee2e2;color:#ef4444}._draftDeleteBtn_1bxaj_633:disabled{opacity:.4;cursor:not-allowed}._goalStatus_1bxaj_658{display:flex;align-items:center;gap:3px;font-size:.6rem;font-weight:600;padding:2px 7px;border-radius:99px;text-transform:uppercase;letter-spacing:.03em}._status_active_1bxaj_670{background:#ecfdf5;color:#059669}._status_paused_1bxaj_675{background:#fffbeb;color:#d97706}._status_draft_1bxaj_680{background:#f4f4f5;color:#71717a}._goalChevron_1bxaj_685{color:#ccc}._allGoalsList_1bxaj_690{display:flex;flex-direction:column;gap:8px;margin-top:1rem}._allGoalsList_1bxaj_690 ._goalRow_1bxaj_568{max-width:100%;min-width:0;border-radius:12px}._backBtn_1bxaj_703{display:inline-flex;align-items:center;gap:6px;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:99px;font-size:.78rem;font-weight:500;color:#666;cursor:pointer;padding:6px 14px 6px 10px;margin-bottom:1rem;transition:all .15s ease}._backBtn_1bxaj_703:hover{color:#000;border-color:silver;background:#f0f0f0}._loading_1bxaj_726{display:flex;justify-content:center;padding:2rem;color:#999}._emptyState_1bxaj_733{text-align:center;color:#999;font-size:.8rem;padding:2rem}._spin_1bxaj_740{animation:_spin_1bxaj_740 1s linear infinite}._creatorPanel_1bxaj_752{width:100%}._creatorHeader_1bxaj_756{display:flex;align-items:center;gap:12px;margin-bottom:2rem}._headerBackBtn_1bxaj_763{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:10px;border:1px solid #e5e5e5;background:#fafafa;color:#333;cursor:pointer;transition:all .15s ease;flex-shrink:0}._headerBackBtn_1bxaj_763:hover{border-color:#000;color:#000;background:#f0f0f0}._stepDots_1bxaj_785{display:flex;align-items:center;gap:6px}._stepDot_1bxaj_785{width:8px;height:8px;border-radius:99px;background:#e5e5e5;transition:background .2s ease}._stepDotActive_1bxaj_799{background:#000}._stepLabel_1bxaj_803{font-size:.85rem;font-weight:600;color:#000;letter-spacing:-.02em}._error_1bxaj_810{padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.75rem;margin-bottom:1rem}._stepContent_1bxaj_820{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:2rem;animation:_stepFadeIn_1bxaj_1 .35s ease both}@keyframes _stepFadeIn_1bxaj_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._stepTitleGroup_1bxaj_840{margin-bottom:.25rem}._stepTitle_1bxaj_840{font-size:1.35rem;font-weight:700;color:#000;letter-spacing:-.03em;margin:0 0 .35rem;line-height:1.2}._stepSubtitle_1bxaj_853{font-size:.85rem;color:#555;margin:0;line-height:1.45;font-weight:450;letter-spacing:-.01em}._fieldGroup_1bxaj_862{display:flex;flex-direction:column;gap:.35rem}._fieldLabel_1bxaj_868{font-size:.85rem;font-weight:600;color:#1a1a1a;letter-spacing:-.015em;display:flex;align-items:center;gap:6px}._fieldDesc_1bxaj_878{font-size:.75rem;color:#666;margin:0 0 .15rem;line-height:1.4;font-weight:430}._previewLabel_1bxaj_886{display:flex;align-items:center;gap:5px;font-size:.68rem;font-weight:650;color:#aaa;text-transform:uppercase;letter-spacing:.06em;margin-top:.75rem;margin-bottom:-.15rem}._badge_1bxaj_899{font-size:.6rem;font-weight:600;color:#fff;background:#000;padding:1px 6px;border-radius:99px}._input_1bxaj_908{padding:10px 14px;border:1px solid #e5e5e5;border-radius:10px;font-size:.85rem;color:#000;background:#fafafa;outline:none;transition:border-color .15s ease,background .15s ease;font-family:inherit}._input_1bxaj_908:focus{border-color:#000;background:#fff}._phoneInputWrap_1bxaj_925{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:10px;background:#fafafa;transition:border-color .15s ease,background .15s ease}._phoneInputWrap_1bxaj_925:focus-within{border-color:#000;background:#fff}._phonePrefix_1bxaj_939{padding:10px 0 10px 14px;font-size:.85rem;color:#333;font-weight:600;line-height:1}._phoneLocalInput_1bxaj_947{flex:1;min-width:0;border:none;background:transparent;padding:10px 14px 10px 8px;font-size:.85rem;color:#000;outline:none;font-family:inherit}._textarea_1bxaj_959{padding:12px 16px;border:1px solid #e5e5e5;border-radius:12px;font-size:.85rem;color:#000;background:#fafafa;outline:none;resize:vertical;font-family:inherit;line-height:1.5;transition:border-color .15s ease,background .15s ease}._textarea_1bxaj_959:focus{border-color:#000;background:#fff}._select_1bxaj_978{padding:10px 14px;border:1px solid #e5e5e5;border-radius:10px;font-size:.85rem;color:#000;background:#fafafa;outline:none;font-family:inherit;cursor:pointer}._hint_1bxaj_990{font-size:.7rem;color:#999;margin:0}._phoneConsentRow_1bxaj_996{display:flex;align-items:flex-start;gap:8px;margin-top:.55rem;cursor:pointer}._phoneConsentCheckbox_1bxaj_1004{margin-top:1px;width:14px;height:14px;accent-color:#000;cursor:pointer;flex-shrink:0}._phoneConsentLabel_1bxaj_1013{font-size:.73rem;color:#555;line-height:1.4;letter-spacing:-.01em}._itemList_1bxaj_1021{display:flex;flex-direction:column;gap:4px}._listItem_1bxaj_1027{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fafafa;border-radius:10px;gap:8px}._listText_1bxaj_1037{font-size:.8rem;color:#333;flex:1;min-width:0;line-height:1.4}._inlineInput_1bxaj_1045{flex:1;min-width:0;padding:4px 8px;border:1px solid #000;border-radius:6px;font-size:.75rem;font-family:inherit;outline:none}._listActions_1bxaj_1056{display:flex;gap:2px;flex-shrink:0}._iconBtn_1bxaj_1062{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border-radius:6px;border:none;background:transparent;color:#666;cursor:pointer;transition:all .1s ease}._iconBtn_1bxaj_1062:hover{background:#f0f0f0;color:#333}._addRow_1bxaj_1082{display:flex;gap:6px}._addRow_1bxaj_1082 ._input_1bxaj_908{flex:1}._addBtn_1bxaj_1091{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:8px;border:1px dashed #ccc;background:transparent;color:#999;cursor:pointer;transition:all .15s ease;flex-shrink:0}._addBtn_1bxaj_1091:hover{border-color:#000;color:#000}._addEndpointRow_1bxaj_1112{display:flex;gap:6px;flex-wrap:wrap}._addEndpointRow_1bxaj_1112 ._input_1bxaj_908{flex:1;min-width:80px}._addEndpointRow_1bxaj_1112 ._select_1bxaj_978{flex-shrink:0}._epInfo_1bxaj_1127{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}._epName_1bxaj_1135{font-size:.75rem;font-weight:600;color:#000}._epType_1bxaj_1141{font-size:.65rem;color:#999}._btnRow_1bxaj_1147{display:flex;gap:10px;justify-content:space-between;margin-top:1rem;padding-bottom:.25rem}._nextUpHint_1bxaj_1155{display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:.72rem;font-weight:500;color:#999;padding:4px 0 1rem;letter-spacing:-.01em}._primaryBtn_1bxaj_1167{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 24px;background:#000;color:#fff;border:none;border-radius:12px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:inherit;letter-spacing:-.01em}._primaryBtn_1bxaj_1167:hover:not(:disabled){background:#222}._primaryBtn_1bxaj_1167:disabled{opacity:.4;cursor:not-allowed}._secondaryBtn_1bxaj_1194{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 20px;background:#fafafa;color:#333;border:1px solid #e5e5e5;border-radius:12px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}._secondaryBtn_1bxaj_1194:hover{border-color:#000;color:#000}._testCallBox_1bxaj_1217{padding:20px;background:#fafafa;border:1px solid #e5e5e5;border-radius:14px}._testCallLabel_1bxaj_1224{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:#000;margin-bottom:4px}._testCallBtn_1bxaj_1234{display:flex;align-items:center;gap:6px;padding:10px 18px;background:#fff;border:1px solid #e5e5e5;border-radius:10px;color:#333;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s ease;margin-top:10px;font-family:inherit}._testCallBtn_1bxaj_1234:hover:not(:disabled){border-color:#000}._testCallBtn_1bxaj_1234:disabled{opacity:.4;cursor:not-allowed}._testCallPolling_1bxaj_1260{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:.75rem;color:#888;font-weight:450}._testCallDismissBtn_1bxaj_1270{margin-left:auto;padding:3px 10px;background:transparent;border:1px solid #ddd;border-radius:6px;font-size:.72rem;font-weight:500;color:#888;cursor:pointer;transition:all .15s ease;font-family:inherit}._testCallDismissBtn_1bxaj_1270:hover{border-color:#999;color:#333}._testCallEndedNotice_1bxaj_1289{display:flex;flex-direction:column;gap:10px;margin-top:12px;padding:12px 14px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;font-size:.75rem;color:#92400e;line-height:1.45;font-weight:450}._testCallRetryBtn_1bxaj_1304{display:inline-flex;align-items:center;gap:5px;align-self:flex-start;padding:6px 14px;background:#fff;border:1px solid #fde68a;border-radius:8px;font-size:.75rem;font-weight:550;color:#92400e;cursor:pointer;transition:all .15s ease;font-family:inherit}._testCallRetryBtn_1bxaj_1304:hover:not(:disabled){background:#fffbeb;border-color:#f59e0b}._testCallRetryBtn_1bxaj_1304:disabled{opacity:.4;cursor:not-allowed}._testCallResults_1bxaj_1331{margin-top:14px;padding-top:14px;border-top:1px solid #e5e5e5;animation:_fadeInResults_1bxaj_1 .3s ease}@keyframes _fadeInResults_1bxaj_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._testResultHeader_1bxaj_1350{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;color:#000;margin-bottom:10px}._testResultGrid_1bxaj_1360{display:flex;flex-direction:column;gap:8px}._testResultItem_1bxaj_1366{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:8px 12px;background:#fff;border:1px solid #eee;border-radius:8px}._testResultLabel_1bxaj_1377{font-size:.72rem;color:#888;font-weight:500;text-transform:uppercase;letter-spacing:.03em}._testResultValue_1bxaj_1385{font-size:.82rem;font-weight:500;color:#000;line-height:1.45}._testResultSummary_1bxaj_1392{margin-top:10px;padding:10px 12px;background:#fff;border:1px solid #eee;border-radius:8px}._testResultSummary_1bxaj_1392 p{margin:4px 0 0;font-size:.78rem;color:#333;line-height:1.5}._testResultTranscript_1bxaj_1407{margin-top:16px}._testResultTranscript_1bxaj_1407 h4{font-size:.8rem;font-weight:700;color:#000;margin:0 0 8px;letter-spacing:-.02em}._transcriptLines_1bxaj_1419{display:flex;flex-direction:column;gap:6px;max-height:260px;overflow-y:auto;padding:10px 12px;background:#fff;border:1px solid #eee;border-radius:8px}._transcriptLine_1bxaj_1419{font-size:.75rem;line-height:1.5;color:#444}._transcriptAgent_1bxaj_1437{color:#888;font-style:italic}._transcriptUser_1bxaj_1442{color:#000;font-weight:500}._summaryBox_1bxaj_1448{padding:24px;background:#fafafa;border:1px solid #e5e5e5;border-radius:14px}._summaryBoxCompact_1bxaj_1455{padding:14px 16px;background:#fafafa;border:1px solid #e5e5e5;border-radius:12px}._summaryBoxCompact_1bxaj_1455 ._summaryTitle_1bxaj_1462{font-size:.95rem;margin:0 0 10px}._summaryHeaderRow_1bxaj_1467{display:flex;align-items:center;justify-content:space-between}._summaryInline_1bxaj_1473{display:flex;flex-wrap:wrap;gap:6px}._summaryChip_1bxaj_1479{display:inline-flex;align-items:center;padding:3px 10px;background:#fff;border:1px solid #e5e5e5;border-radius:99px;font-size:.7rem;font-weight:550;color:#333;letter-spacing:-.01em}._summaryBoxCompact_1bxaj_1455 ._epTags_1bxaj_1492{margin-top:8px}._summaryTitle_1bxaj_1462{font-size:1.05rem;font-weight:700;color:#000;margin:0 0 16px;letter-spacing:-.02em}._summaryGrid_1bxaj_1504{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}._summaryItem_1bxaj_1511{display:flex;flex-direction:column;gap:2px}._summaryLabel_1bxaj_1517{font-size:.6rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.04em}._summaryValue_1bxaj_1525{font-size:.82rem;font-weight:600;color:#000}._epTags_1bxaj_1492{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}._epTag_1bxaj_1492{padding:3px 10px;background:#fff;border:1px solid #e5e5e5;border-radius:99px;font-size:.65rem;font-weight:500;color:#333}._callFlowPreview_1bxaj_1550{position:relative;display:flex;flex-direction:column;gap:0;padding:4px 0;margin-bottom:.25rem}._callFlowLine_1bxaj_1559{position:absolute;left:19px;top:24px;bottom:24px;width:2px;background:linear-gradient(to bottom,#e5e5e5,#d0d0d0,#e5e5e5);border-radius:1px}._callFlowStep_1bxaj_1569{display:flex;align-items:center;gap:14px;padding:10px 0;position:relative;z-index:1;animation:_callFlowSlide_1bxaj_1 .4s ease both}@keyframes _callFlowSlide_1bxaj_1{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}._callFlowIcon_1bxaj_1591{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#fafafa;border:1px solid #e5e5e5;color:#333;flex-shrink:0;transition:all .2s ease}._callFlowStep_1bxaj_1569:hover ._callFlowIcon_1bxaj_1591{background:#000;color:#fff;border-color:#000}._callFlowInfo_1bxaj_1611{display:flex;flex-direction:column;gap:1px}._callFlowTitle_1bxaj_1617{font-size:.82rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}._callFlowDesc_1bxaj_1624{font-size:.72rem;color:#666;font-weight:430}._chatPreview_1bxaj_1632{margin-top:12px;animation:_cardDrop_1bxaj_1 .4s cubic-bezier(.34,1.56,.64,1) both}@keyframes _cardDrop_1bxaj_1{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}._chatPreviewCard_1bxaj_1649{position:relative;overflow:hidden;border-radius:20px;padding:18px 20px 16px;background:linear-gradient(160deg,#111113,#181818);border:1px solid rgba(255,255,255,.07);box-shadow:0 2px #ffffff0a inset,0 20px 40px #0006,0 4px 12px #00000040;pointer-events:none;-webkit-user-select:none;user-select:none}._previewGrid_1bxaj_1665{position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.035) 1px,transparent 0);background-size:18px 18px;pointer-events:none}._previewBlob1_1bxaj_1675{position:absolute;width:160px;height:160px;top:-60px;right:-40px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);filter:blur(32px);pointer-events:none}._previewBlob2_1bxaj_1687{position:absolute;width:120px;height:120px;bottom:-40px;left:10px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%);filter:blur(28px);pointer-events:none}._previewHeader_1bxaj_1700{display:flex;align-items:center;gap:10px;margin-bottom:14px;position:relative;z-index:1}._previewAvatar_1bxaj_1709{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);color:#ffffffd9;flex-shrink:0}._previewCallerInfo_1bxaj_1722{display:flex;flex-direction:column;gap:1px}._previewCallerName_1bxaj_1728{font-size:.8rem;font-weight:650;color:#fffffff2;letter-spacing:-.02em}._previewCallStatus_1bxaj_1735{font-size:.64rem;color:#fff6;font-weight:400;letter-spacing:.01em}._previewWaveGroup_1bxaj_1742{display:flex;align-items:center;gap:2.5px;margin-left:auto}._audioBar_1bxaj_1749{display:block;width:2.5px;border-radius:2px;background:#ffffff80;animation:_audioBarPulse_1bxaj_1 1.3s ease-in-out infinite}._audioBar_1bxaj_1749:nth-child(1){height:7px;animation-delay:0s}._audioBar_1bxaj_1749:nth-child(2){height:13px;animation-delay:.18s}._audioBar_1bxaj_1749:nth-child(3){height:18px;animation-delay:.36s}._audioBar_1bxaj_1749:nth-child(4){height:11px;animation-delay:.54s}._audioBar_1bxaj_1749:nth-child(5){height:6px;animation-delay:.72s}@keyframes _audioBarPulse_1bxaj_1{0%,to{transform:scaleY(.45);opacity:.4}50%{transform:scaleY(1);opacity:1}}._previewMessage_1bxaj_1797{font-size:.88rem;line-height:1.55;color:#ffffffd1;margin:0;font-weight:400;position:relative;z-index:1;letter-spacing:-.01em}._previewPill_1bxaj_1809{position:absolute;bottom:14px;right:16px;display:inline-flex;align-items:center;gap:5px;font-size:.6rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:99px;padding:3px 9px 3px 7px;z-index:1}._previewPillDot_1bxaj_1828{display:block;width:5px;height:5px;border-radius:50%;background:#ffffffb3;animation:_dotPulse_1bxaj_1 2s ease-in-out infinite}@keyframes _dotPulse_1bxaj_1{0%,to{opacity:1}50%{opacity:.4}}._chatCursor_1bxaj_1849{display:inline-block;width:2px;height:.85em;background:#ffffffb3;margin-left:1px;vertical-align:text-bottom;animation:_cursorBlink_1bxaj_1 .8s ease infinite}@keyframes _cursorBlink_1bxaj_1{0%,50%{opacity:1}51%,to{opacity:0}}._questionNumber_1bxaj_1874{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:7px;background:#000;color:#fff;font-size:.65rem;font-weight:700;flex-shrink:0;letter-spacing:-.02em}._epIconBadge_1bxaj_1891{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#f5f5f7,#ebebf0);color:#555;flex-shrink:0}._itemList_1bxaj_1021 ._listItem_1bxaj_1027{animation:_listItemSlide_1bxaj_1 .3s ease both}@keyframes _listItemSlide_1bxaj_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._scheduleVisual_1bxaj_1923{display:flex;align-items:center;gap:18px;padding:22px 24px;background:#f5f5f7;border:1px solid #e8e8ec;border-radius:14px;margin-bottom:.25rem;animation:_scheduleVisualIn_1bxaj_1 .35s ease both;position:relative;overflow:hidden;transition:background .4s ease,border-color .4s ease}@keyframes _scheduleVisualIn_1bxaj_1{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}._scheduleRing_1bxaj_1950{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#262626;flex-shrink:0;position:relative;transition:background .3s ease,color .3s ease}._scheduleRing_1bxaj_1950:before{display:none}@keyframes _ringExpand_1bxaj_1{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:0}}._scheduleVisualText_1bxaj_1981{display:flex;flex-direction:column;gap:2px}._scheduleVisualTime_1bxaj_1987{font-size:1.3rem;font-weight:700;color:#111;letter-spacing:-.03em;line-height:1.1;transition:color .3s ease}._scheduleVisualLabel_1bxaj_1996{font-size:.75rem;color:#666;font-weight:480;transition:color .3s ease}._timezoneSelect_1bxaj_2003{width:100%;padding:10px 32px 10px 12px;border:1px solid #e0e0e0;border-radius:10px;background:#fff;font-size:.85rem;font-weight:500;color:#333;cursor:pointer;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}._timezoneSelect_1bxaj_2003:focus{border-color:#999;box-shadow:0 0 0 3px #0000000d}._timezoneSelect_1bxaj_2003:hover{border-color:#ccc}._scheduleTimeRow_1bxaj_2033{display:flex;align-items:center;gap:10px;position:relative}._scheduleEditBtn_1bxaj_2040{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#666;font-size:.68rem;font-weight:550;cursor:pointer;transition:all .15s ease;letter-spacing:-.01em}._scheduleEditBtn_1bxaj_2040:hover{opacity:.8}._scheduleEditBtn_1bxaj_2040:active{transform:scale(.97)}._hiddenTimeInput_1bxaj_2064{position:absolute;opacity:0;width:0;height:0;pointer-events:none}._timeInputVisible_1bxaj_2072{font-size:1.2rem;font-weight:700;color:#000;letter-spacing:-.03em;border:1px solid #d0d0d0;border-radius:10px;padding:6px 10px;background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}._timeInputVisible_1bxaj_2072:focus{border-color:#999;box-shadow:0 0 0 3px #0000000d}._scheduleTimeInput_1bxaj_2091{display:inline-flex;align-items:center;gap:6px;cursor:pointer;position:relative}._scheduleTimeInput_1bxaj_2091:hover ._scheduleVisualTime_1bxaj_1987{color:#333}._scheduleTimeInput_1bxaj_2091:hover ._scheduleEditIcon_1bxaj_2103{opacity:1;color:#333}._scheduleEditIcon_1bxaj_2103{color:#666;opacity:.5;transition:all .2s ease}._confirmVisual_1bxaj_2116{display:flex;justify-content:center;margin-bottom:16px}._confirmCheckmark_1bxaj_2122{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#059669;animation:_checkPop_1bxaj_1 .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes _checkPop_1bxaj_1{0%{opacity:0;transform:scale(.3) rotate(-10deg)}60%{transform:scale(1.1) rotate(2deg)}to{opacity:1;transform:scale(1) rotate(0)}}._detailPanel_1bxaj_2152{width:100%}._detailHeader_1bxaj_2156{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-bottom:1.25rem}._detailTopRow_1bxaj_2164{display:flex;align-items:center;gap:10px}._detailBackBtn_1bxaj_2170{width:34px;height:34px;border-radius:9px}._detailInfo_1bxaj_2176{flex:1;min-width:0}._detailTitle_1bxaj_2181{font-size:1.28rem;font-weight:760;color:#000;margin:0;letter-spacing:-.03em;line-height:1.1}._detailMetaRow_1bxaj_2190{display:flex;align-items:center;justify-content:space-between;gap:12px}._detailMeta_1bxaj_2190{display:flex;align-items:center;gap:6px;flex-wrap:wrap}._detailMetaItem_1bxaj_2204{display:inline-flex;align-items:center;gap:4px;color:#6f6f6f;font-size:.72rem;font-weight:560;letter-spacing:-.01em}._detailMetaSep_1bxaj_2214{color:#c9c9c9;font-size:.7rem;line-height:1;margin:0 2px}._phoneMeta_1bxaj_2221{display:inline-flex;align-items:center;gap:4px;color:#7a7a7a;font-size:.72rem;font-weight:520}._nextCallMeta_1bxaj_2230{display:inline-flex;align-items:center;gap:4px;color:#16a34a;font-size:.72rem;font-weight:580}._detailMetaItem_1bxaj_2204 svg,._phoneMeta_1bxaj_2221 svg,._nextCallMeta_1bxaj_2230 svg{display:block;flex-shrink:0}._detailActions_1bxaj_2246{display:flex;align-items:center;gap:6px;flex-shrink:0;flex-wrap:wrap}._headerActionBtn_1bxaj_2254{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:30px;padding:0 12px;border-radius:8px;border:1px solid #e5e5e5;background:#fff;color:#333;font-size:.72rem;font-weight:620;letter-spacing:-.01em;cursor:pointer;transition:all .15s ease;font-family:inherit;white-space:nowrap}._headerActionBtn_1bxaj_2254:hover:not(:disabled){border-color:#d0d0d0;background:#f7f7f7;color:#111}._headerActionBtn_1bxaj_2254:disabled{opacity:.65;cursor:not-allowed}._statusToggle_1bxaj_2285{display:flex;align-items:center;gap:4px;padding:5px 12px;border-radius:8px;border:none;font-size:.68rem;font-weight:600;cursor:pointer;transition:all .15s ease;text-transform:capitalize;font-family:inherit}._viewToggle_1bxaj_2301{display:flex;background:#f5f5f5;border-radius:8px;padding:3px;gap:2px;margin-bottom:1.25rem}._toggleBtn_1bxaj_2310{display:flex;align-items:center;justify-content:center;gap:5px;flex:1;padding:7px 12px;border:none;border-radius:6px;background:transparent;color:#999;font-size:.72rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}._toggleActive_1bxaj_2328{background:#fff;color:#000;font-weight:600;box-shadow:0 1px 3px #0000000f}._trackingGrid_1bxaj_2336{display:grid;grid-template-columns:1fr 1fr;gap:8px}._metricCard_1bxaj_2342{padding:14px;background:#fff;border:1px solid #e5e5e5;border-radius:10px}._metricHeader_1bxaj_2349{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}._metricName_1bxaj_2356{font-size:.72rem;font-weight:600;color:#000}._metricType_1bxaj_2362{font-size:.6rem;color:#999}._metricValue_1bxaj_2367{font-size:1.5rem;font-weight:700;color:#000;letter-spacing:-.03em;margin-bottom:8px}._metricUnit_1bxaj_2375{font-size:.7rem;font-weight:400;color:#999;margin-left:2px}._miniChart_1bxaj_2382{display:flex;align-items:flex-end;gap:3px;height:40px;margin-top:4px}._chartCol_1bxaj_2390{display:flex;flex-direction:column;align-items:center;flex:1;height:100%;justify-content:flex-end}._chartBar_1bxaj_2399{width:100%;max-width:12px;background:#000;border-radius:2px;min-height:2px;transition:height .3s ease}._chartLabel_1bxaj_2408{font-size:.5rem;color:#999;margin-top:2px}._noData_1bxaj_2414{font-size:.68rem;color:#ccc;margin:0}._journalSection_1bxaj_2421{display:flex;flex-direction:column;gap:6px}._emptyEntries_1bxaj_2427{display:flex;flex-direction:column;align-items:center;gap:8px;padding:2.5rem;color:#ccc;font-size:.78rem}._entryCard_1bxaj_2437{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;background:#fff}._entryHeader_1bxaj_2444{display:flex;flex-direction:column;align-items:stretch;width:100%;padding:10px 14px;background:transparent;border:none;cursor:pointer;gap:4px;font-family:inherit;text-align:left}._entryHeaderTop_1bxaj_2458{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}._entryDate_1bxaj_2466{display:flex;align-items:center;gap:5px;font-size:.72rem;font-weight:600;color:#000;white-space:nowrap}._quickStats_1bxaj_2476{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%}._quickStat_1bxaj_2476{font-size:.67rem;color:#666;line-height:1.35}._entryQuickSummary_1bxaj_2490{margin:0;font-size:.68rem;line-height:1.35;color:#4a5565;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._entryBody_1bxaj_2501{padding:0 14px 14px;border-top:1px solid #f0f0f0}._entrySummary_1bxaj_2506{font-size:.75rem;color:#333;line-height:1.5;margin:10px 0 0}._entryEndpoints_1bxaj_2513{display:flex;flex-direction:column;gap:4px;margin-top:10px}._entryEpRow_1bxaj_2520{display:flex;flex-direction:column;gap:2px;font-size:.72rem;color:#666;padding:6px 0;border-bottom:1px solid #f5f5f5}._entryEpValue_1bxaj_2530{font-weight:500;color:#000;line-height:1.45}._transcript_1bxaj_1419{margin-top:10px;font-size:.72rem;color:#666}._transcript_1bxaj_1419 summary{cursor:pointer;font-weight:600;color:#000}._transcript_1bxaj_1419 p{margin-top:6px;line-height:1.6;white-space:pre-wrap}._contactSection_1bxaj_2556{display:flex;flex-direction:column;gap:10px;padding-top:4px;animation:_stepFadeIn_1bxaj_1 .3s ease both}._contactEyebrow_1bxaj_2564{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#e03e3e}._contactLayout_1bxaj_2572{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}._contactBody_1bxaj_2579{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}._contactIconRight_1bxaj_2587{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#0a0a0a;padding-top:2px}._contactCardTitle_1bxaj_2596{font-size:.88rem;font-weight:700;color:#0a0a0a;letter-spacing:-.02em;margin:0}._contactCardDesc_1bxaj_2604{font-size:.73rem;color:#666;line-height:1.45;margin:0;font-weight:420}._contactNumber_1bxaj_2614{font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:.8rem;font-weight:700;color:#0a0a0a;letter-spacing:-.01em;background:#efefef;padding:1px 5px;border-radius:5px}._contactName_1bxaj_2625{font-weight:700;color:#0a0a0a}._contactConfirmRow_1bxaj_2630{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:10px 12px;border-radius:10px;background:#fff;border:1px solid #e8e8e8;transition:border-color .15s ease,background .15s ease}._contactConfirmRow_1bxaj_2630:hover{border-color:#ccc;background:#fefefe}._contactCheckbox_1bxaj_2648{display:flex;align-items:center;justify-content:center;width:18px;height:18px;min-width:18px;border-radius:5px;border:1.5px solid #d0d0d0;background:#fff;transition:all .15s ease;cursor:pointer;color:#fff}._contactCheckbox_1bxaj_2648:focus{outline:2px solid rgba(0,0,0,.15);outline-offset:2px}._contactCheckboxChecked_1bxaj_2668{background:#000;border-color:#000}._contactConfirmLabel_1bxaj_2673{font-size:.78rem;color:#333;font-weight:440;line-height:1.4;letter-spacing:-.01em}._contactConfirmLabel_1bxaj_2673 strong{font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:.76rem;font-weight:700;color:#0a0a0a;background:#efefef;padding:1px 4px;border-radius:4px}._emailPromptSection_1bxaj_2693{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border-radius:10px;background:#fafbff;border:1px solid #e0e4f0;animation:_stepFadeIn_1bxaj_1 .3s ease both}._emailPromptLayout_1bxaj_2704{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._emailPromptBody_1bxaj_2711{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}._emailPromptBody_1bxaj_2711 ._contactCardTitle_1bxaj_2596{display:flex;align-items:center;gap:6px}._emailPromptInputRow_1bxaj_2725{display:flex;align-items:center;gap:8px}._emailPromptInput_1bxaj_2725{flex:1;padding:9px 12px;font-size:.85rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;outline:none;transition:border-color .15s ease}._emailPromptInput_1bxaj_2725:focus{border-color:#000}._emailPromptBtn_1bxaj_2746{display:flex;align-items:center;gap:5px;padding:9px 16px;font-size:.8rem;font-weight:600;border:none;border-radius:8px;background:#000;color:#fff;cursor:pointer;transition:opacity .15s ease;white-space:nowrap}._emailPromptBtn_1bxaj_2746:hover:not(:disabled){opacity:.85}._emailPromptBtn_1bxaj_2746:disabled{opacity:.4;cursor:not-allowed}._emailPromptSuccess_1bxaj_2771{display:inline-flex;align-items:center;gap:6px;font-size:.74rem;font-weight:600;color:#166534}._emailPromptError_1bxaj_2780{font-size:.74rem;font-weight:500;color:#b91c1c}._firstCallBanner_1bxaj_2788{display:flex;align-items:center;gap:12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:14px 16px;margin-top:.5rem;animation:_fadeIn_1bxaj_1 .3s ease}._firstCallIcon_1bxaj_2800{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#dcfce7;color:#16a34a;flex-shrink:0}._firstCallTitle_1bxaj_2812{font-size:.75rem;font-weight:600;color:#15803d;margin:0;text-transform:uppercase;letter-spacing:.02em}._firstCallTime_1bxaj_2821{font-size:.9rem;font-weight:600;color:#111;margin:2px 0 0}@keyframes _fadeIn_1bxaj_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._questionsHeader_1bxaj_2841{display:flex;align-items:center;justify-content:space-between;gap:12px}._questionsHeaderLeft_1bxaj_2848{display:flex;align-items:center;gap:8px}._questionsHeaderTitle_1bxaj_2854{font-size:1.05rem;font-weight:700;color:#000;letter-spacing:-.03em;margin:0;line-height:1}._questionsHeaderCount_1bxaj_2863{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:6px;background:#f0f0f0;font-size:.7rem;font-weight:650;color:#666;line-height:1}._questionsHeaderHint_1bxaj_2878{font-size:.78rem;color:#888;margin:0;font-weight:450;line-height:1.4}._questionsHeaderDesc_1bxaj_2886{font-size:.8rem;color:#666;margin:0;font-weight:450;line-height:1.45}._promptsStep_1bxaj_2897{gap:0!important}._promptsStep_1bxaj_2897 ._questionsHeader_1bxaj_2841{margin-bottom:4px}._promptsDesc_1bxaj_2900{font-size:.8rem;color:#666;margin:0 0 16px;font-weight:450;line-height:1.45}._promptsHint_1bxaj_2900{font-size:.78rem;color:#888;margin:0 0 16px;font-weight:450;line-height:1.4}._promptsSectionLabel_1bxaj_2901{display:flex;align-items:center;gap:5px;font-size:.72rem;font-weight:650;color:#333;text-transform:uppercase;letter-spacing:.06em;margin:0 0 6px}._promptsSectionLabelSpaced_1bxaj_2957{margin-top:20px}._promptsSubLabel_1bxaj_2902{font-size:.85rem;font-weight:600;color:#1a1a1a;letter-spacing:-.015em;margin:12px 0 6px}._promptsFatigueWarn_1bxaj_2972{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#b45309;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:8px 12px;margin:8px 0 0;line-height:1.35}._promptsInput_1bxaj_2904{margin-bottom:0}._promptsCardList_1bxaj_2905{display:flex;flex-direction:column;gap:8px;margin:0}._promptsAddBtn_1bxaj_2906{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;border:2px dashed #e0e0e0;border-radius:8px;padding:12px;font-size:.85rem;font-weight:600;color:#888;cursor:pointer;transition:all .15s ease;margin-top:8px}._promptsAddBtn_1bxaj_2906:hover:not(:disabled){border-color:#ccc;color:#333;background:#fafafa}._promptsAddBtn_1bxaj_2906:disabled{opacity:.4;cursor:not-allowed}._promptsActionPanel_1bxaj_2907{display:flex;flex-direction:column;gap:8px;margin-top:8px;animation:_fadeIn_1bxaj_1 .2s ease}._promptsSuggestions_1bxaj_2908{display:flex;flex-direction:column;gap:12px;margin-top:16px}._promptsFatigueHint_1bxaj_3046{font-size:.78rem;color:#888;margin:12px 0 0;font-weight:450;line-height:1.4}._promptsSummary_1bxaj_2909{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 0;font-size:.76rem;font-weight:550;color:#555;letter-spacing:-.01em;margin-top:16px}._promptsBtnRow_1bxaj_2910{margin-top:4px}._questionsSectionHeading_1bxaj_3075{display:flex;align-items:center;gap:5px;font-size:.72rem;font-weight:650;color:#aaa;text-transform:uppercase;letter-spacing:.06em;margin:0 0 4px 2px}._questionsSectionHeadingDark_1bxaj_3087{color:#333;font-size:.75rem;margin-top:4px}._questionCardSimple_1bxaj_3093{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:10px 12px;animation:_fadeSlideIn_1bxaj_1 .25s ease both;transition:all .15s ease;position:relative}._questionCardSimple_1bxaj_3093:hover{border-color:#d4d4d4;box-shadow:0 2px 8px #00000008}._addQuestionDashedBtn_1bxaj_3111{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;border:2px dashed #e0e0e0;border-radius:8px;padding:12px;font-size:.85rem;font-weight:600;color:#888;cursor:pointer;transition:all .15s ease;margin-top:8px}._addQuestionDashedBtn_1bxaj_3111:hover:not(:disabled){border-color:#ccc;color:#333;background:#fafafa}._addQuestionDashedBtn_1bxaj_3111:disabled{opacity:.4;cursor:not-allowed}._qCardNum_1bxaj_3140{flex-shrink:0;width:20px;text-align:center;font-size:.75rem;font-weight:600;color:#a0a0a0}._qCardSimpleContent_1bxaj_3149{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}._qCardSimpleHeader_1bxaj_3157{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._qCardSimpleText_1bxaj_3164{font-size:.85rem;font-weight:500;color:#111;line-height:1.4;letter-spacing:-.01em}._qCardTypePill_1bxaj_3172{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:4px;font-size:.6rem;font-weight:600;letter-spacing:.02em;white-space:nowrap;line-height:1}._qCardTypePillJournal_1bxaj_3185{background:#f4f4f4;color:#666}._qCardTypePillTrack_1bxaj_3190{background:#eef4ff;color:#2563eb}._qCardMetricLabel_1bxaj_3195{font-size:.7rem;font-weight:500;color:#6b7280;letter-spacing:-.005em}._qCardActions_1bxaj_3202{display:flex;align-items:center;gap:2px;flex-shrink:0}._qCardActionDivider_1bxaj_3209{width:1px;height:14px;background:#e5e5e5;margin:0 4px}._qCardActionBtn_1bxaj_3216{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:transparent;color:#999;border-radius:6px;cursor:pointer;padding:0;transition:all .1s ease}._qCardActionBtn_1bxaj_3216:hover:not(:disabled){background:#f0f0f0;color:#333}._qCardActionBtn_1bxaj_3216:disabled{opacity:.3;cursor:default}._qCardInlineEditBtn_1bxaj_3242{display:inline-flex;align-items:center;gap:4px;border:none;background:transparent;padding:2px 8px;border-radius:5px;font-size:.68rem;font-weight:550;color:#888;cursor:pointer;transition:all .15s ease}._qCardInlineEditBtn_1bxaj_3242:hover{background:#f0f0f0;color:#333}._inlineEditPanel_1bxaj_3263{display:flex;flex-direction:column;gap:8px;margin-top:4px;padding-top:10px;border-top:1px solid #f0f0f0;animation:_fadeIn_1bxaj_1 .2s ease}._inlineEditTextarea_1bxaj_3273{width:100%;border:1.5px solid #e0e0e0;background:#fafafa;padding:10px 12px;border-radius:10px;font-size:.82rem;font-weight:450;color:#111;outline:none;resize:none;font-family:inherit;line-height:1.45;transition:border-color .15s ease}._inlineEditTextarea_1bxaj_3273:focus{border-color:#111;background:#fff}._inlineEditTextarea_1bxaj_3273::placeholder{color:#999;font-weight:400}._inlineEditActions_1bxaj_3299{display:flex;gap:6px;align-items:center}._inlineEditApply_1bxaj_3305{display:inline-flex;align-items:center;gap:5px;border:none;background:#111;color:#fff;padding:6px 14px;border-radius:8px;font-size:.76rem;font-weight:600;cursor:pointer;transition:all .15s ease}._inlineEditApply_1bxaj_3305:hover:not(:disabled){background:#333}._inlineEditApply_1bxaj_3305:disabled{opacity:.4;cursor:default}._inlineEditCancel_1bxaj_3329{border:none;background:transparent;color:#888;padding:6px 12px;border-radius:8px;font-size:.76rem;font-weight:550;cursor:pointer;transition:all .15s ease}._inlineEditCancel_1bxaj_3329:hover{color:#333;background:#f0f0f0}._questionActions_1bxaj_3348{display:flex;gap:8px;margin-top:4px}._questionActionBtn_1bxaj_3354{display:inline-flex;align-items:center;gap:6px;border:1.5px solid #e0e0e0;background:#fff;padding:8px 16px;border-radius:10px;font-size:.8rem;font-weight:550;color:#444;cursor:pointer;transition:all .15s ease}._questionActionBtn_1bxaj_3354:hover{border-color:#ccc;color:#111;box-shadow:0 1px 4px #0000000d}._questionActionBtnActive_1bxaj_3375{border-color:#111;color:#111;background:#fafafa}._actionInputPanel_1bxaj_3383{display:flex;flex-direction:column;gap:8px;animation:_fadeIn_1bxaj_1 .2s ease}._actionInputHint_1bxaj_3390{font-size:.78rem;color:#555;font-weight:450;margin:0;line-height:1.4}._actionInputRow_1bxaj_3398{display:flex;gap:6px;align-items:flex-start}._actionInput_1bxaj_3383{flex:1;border:1.5px solid #e0e0e0;background:#fff;padding:10px 14px;border-radius:10px;font-size:.84rem;font-weight:450;color:#111;outline:none;resize:none;font-family:inherit;line-height:1.45;transition:border-color .15s ease}._actionInput_1bxaj_3383:focus{border-color:#111}._actionInput_1bxaj_3383::placeholder{color:#999;font-weight:400}._actionInput_1bxaj_3383:disabled{opacity:.6}._actionSendBtn_1bxaj_3433{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:#111;color:#fff;border-radius:10px;cursor:pointer;transition:all .15s ease;margin-top:2px}._actionSendBtn_1bxaj_3433:hover:not(:disabled){background:#333}._actionSendBtn_1bxaj_3433:disabled{opacity:.3;cursor:default}._deleteModalOverlay_1bxaj_3460{position:fixed;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1bxaj_1 .15s ease}._deleteModal_1bxaj_3460{background:#fff;border-radius:16px;padding:24px;max-width:360px;width:calc(100% - 48px);box-shadow:0 8px 32px #0000001f;animation:_fadeSlideIn_1bxaj_1 .2s ease}._deleteModalTitle_1bxaj_3481{font-size:1rem;font-weight:700;color:#111;letter-spacing:-.02em;margin:0 0 10px}._deleteModalBody_1bxaj_3489{font-size:.855rem;color:#555;font-weight:430;line-height:1.45;margin:0 0 20px;font-style:italic}._deleteModalActions_1bxaj_3498{display:flex;gap:8px;justify-content:flex-end}._deleteModalCancel_1bxaj_3504{border:1.5px solid #e0e0e0;background:#fff;color:#444;padding:8px 16px;border-radius:10px;font-size:.82rem;font-weight:550;cursor:pointer;transition:all .15s ease}._deleteModalCancel_1bxaj_3504:hover{border-color:#ccc;color:#111}._deleteModalConfirm_1bxaj_3521{border:none;background:#111;color:#fff;padding:8px 16px;border-radius:10px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s ease}._deleteModalConfirm_1bxaj_3521:hover{background:#333}@keyframes _spin_1bxaj_740{to{transform:rotate(360deg)}}._spinning_1bxaj_3543{animation:_spin_1bxaj_740 1s linear infinite}._conceptLegend_1bxaj_3549{background:#fafbfc;border:1px solid #e8ecf0;border-radius:14px;padding:16px 18px;margin-bottom:8px;animation:_fadeSlideIn_1bxaj_1 .3s ease both}._conceptLegendHeader_1bxaj_3558{display:flex;align-items:center;gap:8px;margin-bottom:8px}._conceptLegendIcon_1bxaj_3565{font-size:1rem;line-height:1}._conceptLegendTitle_1bxaj_3570{font-size:.82rem;font-weight:650;color:#000;letter-spacing:-.01em}._conceptLegendDesc_1bxaj_3577{font-size:.78rem;color:#444;line-height:1.55;margin:0 0 12px;font-weight:430}._conceptLegendDesc_1bxaj_3577 em{font-style:italic;font-weight:600;color:#111}._conceptLegendItems_1bxaj_3591{display:flex;flex-direction:column;gap:8px}._conceptLegendItem_1bxaj_3591{display:flex;align-items:flex-start;gap:10px}._conceptLegendBadge_1bxaj_3603{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:6px;font-size:.72rem;font-weight:600;white-space:nowrap;flex-shrink:0;margin-top:1px}._conceptLegendBadge_1bxaj_3603[data-type=track]{background:#e0ecff;color:#0050cc}._conceptLegendBadge_1bxaj_3603[data-type=journal]{background:#f0f0f0;color:#555}._conceptLegendItemDesc_1bxaj_3626{font-size:.76rem;color:#444;line-height:1.45;font-weight:430;padding-top:2px}._questionCardList_1bxaj_3636{display:flex;flex-direction:column;gap:10px}._questionCard_1bxaj_3093{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:0;transition:all .2s ease;animation:_fadeSlideIn_1bxaj_1 .25s ease both;position:relative;overflow:hidden}._questionCard_1bxaj_3093:hover{border-color:#d0d0d0;box-shadow:0 2px 8px #0000000a}._questionCardTrack_1bxaj_3658{background:#fafcff;border-color:#d8e4ff}._qCardSection_1bxaj_3665{padding:14px 16px;border-bottom:1px solid #f0f0f0}._qCardSection_1bxaj_3665:last-child{border-bottom:none}._questionCardTrack_1bxaj_3658 ._qCardSection_1bxaj_3665:last-child{border-bottom:none}._qCardSectionLabel_1bxaj_3678{display:block;font-size:.68rem;font-weight:650;color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}._qCardHelpText_1bxaj_3688{display:block;font-size:.72rem;color:#888;font-weight:430;margin-top:6px;line-height:1.4}._purposeExplainer_1bxaj_3699{display:block;font-size:.73rem;color:#555;font-weight:440;margin-top:6px;line-height:1.45;animation:_fadeIn_1bxaj_1 .2s ease}._trackConfigGrid_1bxaj_3711{display:flex;flex-direction:column;gap:14px;margin-top:10px;animation:_fadeIn_1bxaj_1 .2s ease}._trackConfigField_1bxaj_3719{display:flex;flex-direction:column;gap:4px}._trackConfigFieldLabel_1bxaj_3725{font-size:.72rem;font-weight:650;color:#222;letter-spacing:-.005em}._trackConfigFieldHint_1bxaj_3732{font-size:.7rem;color:#666;font-weight:440;margin-bottom:4px;line-height:1.35}._qCardHeader_1bxaj_3740{display:flex;align-items:center;gap:10px}._qCardNum_1bxaj_3140{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:#f0f0f0;font-size:.72rem;font-weight:700;color:#888;letter-spacing:-.02em}._questionCardTrack_1bxaj_3658 ._qCardNum_1bxaj_3140{background:#e0ecff;color:#06f}._qCardText_1bxaj_3766{flex:1;font-size:.88rem;font-weight:500;color:#1a1a1a;cursor:text;line-height:1.35;letter-spacing:-.01em;text-decoration:underline;text-decoration-color:#d0d0d0;text-underline-offset:3px;text-decoration-style:dashed;transition:text-decoration-color .15s ease}._qCardText_1bxaj_3766:hover{text-decoration-color:#999}._qCardInput_1bxaj_3785{flex:1;font-size:.88rem;font-weight:500;color:#1a1a1a;border:none;outline:none;background:transparent;padding:0;line-height:1.35;letter-spacing:-.01em;border-bottom:1.5px solid #0066ff}._qCardDelete_1bxaj_3799{flex-shrink:0;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#bbb;border-radius:7px;cursor:pointer;transition:all .15s ease}._qCardDelete_1bxaj_3799:hover{background:#fee;color:#e33}._qCardControls_1bxaj_3821{display:flex;flex-direction:column;gap:0}._purposeToggle_1bxaj_3827{display:flex;background:#f2f2f2;border-radius:8px;padding:2px;gap:2px}._purposeBtn_1bxaj_3835{display:flex;align-items:center;gap:5px;border:none;background:transparent;padding:4px 10px;border-radius:6px;font-size:.76rem;font-weight:550;color:#999;cursor:pointer;transition:all .15s ease;white-space:nowrap}._purposeBtn_1bxaj_3835:hover{color:#666}._purposeBtnActive_1bxaj_3855{background:#fff;color:#1a1a1a;box-shadow:0 1px 3px #0000000f}._answerTypeRow_1bxaj_3863,._answerTypeLabel_1bxaj_3867,._answerTypeDesc_1bxaj_3871{display:none}._trackConfig_1bxaj_3711{display:flex;align-items:center;gap:6px;flex-wrap:wrap;animation:_fadeIn_1bxaj_1 .2s ease}@keyframes _fadeIn_1bxaj_1{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeSlideIn_1bxaj_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._trackTypeWrap_1bxaj_3913{position:relative}._trackTypeBtn_1bxaj_3917{display:flex;align-items:center;gap:5px;border:1px solid #e0e0e0;background:#fff;padding:5px 10px;border-radius:8px;font-size:.76rem;font-weight:550;color:#444;cursor:pointer;transition:all .15s ease;white-space:nowrap}._trackTypeBtn_1bxaj_3917:hover{border-color:#ccc;background:#fafafa}._trackTypeOverlay_1bxaj_3939{position:fixed;inset:0;z-index:9998;background:#00000014;animation:_overlayIn_1bxaj_1 .12s ease}@keyframes _overlayIn_1bxaj_1{0%{opacity:0}to{opacity:1}}._trackTypePopover_1bxaj_3957{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;background:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:6px;width:300px;max-width:calc(100vw - 40px);box-shadow:0 16px 48px #00000024,0 4px 12px #0000000f;animation:_popoverIn_1bxaj_1 .18s ease}._trackTypePopoverTitle_1bxaj_3973{font-size:.72rem;font-weight:650;color:#999;text-transform:uppercase;letter-spacing:.05em;padding:8px 12px 4px}@keyframes _popoverIn_1bxaj_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._trackTypeOption_1bxaj_3994{display:flex;align-items:center;gap:12px;width:100%;border:none;background:transparent;padding:12px;border-radius:12px;cursor:pointer;transition:background .12s ease;text-align:left}._trackTypeOption_1bxaj_3994:hover{background:#f5f5f5}._trackTypeOptionActive_1bxaj_4012{background:#f0f4ff}._trackTypeOptionActive_1bxaj_4012:hover{background:#e8eeff}._trackTypeIcon_1bxaj_4020{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#f2f2f2;color:#666;flex-shrink:0}._trackTypeOptionActive_1bxaj_4012 ._trackTypeIcon_1bxaj_4020{background:#dbe6ff;color:#06f}._trackTypeLabel_1bxaj_4037{display:flex;flex-direction:column;flex:1;min-width:0;gap:1px}._trackTypeLabel_1bxaj_4037 span:first-child{font-size:.88rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}._trackTypeDesc_1bxaj_4052{font-size:.78rem;color:#888;font-weight:450;line-height:1.3}._trackTypeCheck_1bxaj_4059{color:#06f;flex-shrink:0}._inputWithHelp_1bxaj_4066{display:flex;align-items:center;gap:4px;position:relative}._helpIconBtn_1bxaj_4073{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:2px;color:silver;cursor:pointer;flex-shrink:0;transition:color .15s ease;border-radius:50%}._helpIconBtn_1bxaj_4073:hover{color:#666}._helpPopoverOverlay_1bxaj_4093{position:fixed;inset:0;z-index:9998;background:#0000002e;animation:_overlayIn_1bxaj_1 .12s ease}._helpPopover_1bxaj_4093{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:20px 20px 18px;width:290px;max-width:calc(100vw - 32px);box-shadow:0 16px 48px #00000024,0 4px 12px #0000000f;animation:_helpPopoverIn_1bxaj_1 .18s ease}@keyframes _helpPopoverIn_1bxaj_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._helpPopoverClose_1bxaj_4129{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:none;background:#f2f2f2;color:#888;cursor:pointer;transition:background .15s ease,color .15s ease}._helpPopoverClose_1bxaj_4129:hover{background:#e8e8e8;color:#333}._helpPopoverTitle_1bxaj_4151{font-size:.82rem;font-weight:650;color:#1a1a1a;letter-spacing:-.01em;margin-bottom:6px}._helpPopoverBody_1bxaj_4159{font-size:.78rem;color:#555;font-weight:400;line-height:1.5;margin:0 0 10px}._helpPopoverExamples_1bxaj_4167{font-size:.75rem;color:#888;background:#f7f7f7;border-radius:8px;padding:8px 10px;line-height:1.4}._helpPopoverExamplesLabel_1bxaj_4176{font-weight:650;color:#555}._metricNameInput_1bxaj_4181{border:1px solid #e0e0e0;background:#fff;padding:7px 11px;border-radius:8px;font-size:.8rem;font-weight:500;color:#1a1a1a;outline:none;width:100%;max-width:220px;transition:border-color .15s ease}._metricNameInput_1bxaj_4181:focus{border-color:#06f}._metricNameInput_1bxaj_4181::placeholder{color:#bbb;font-weight:400;font-style:italic}._chartLabelFieldWithPreview_1bxaj_4207{display:flex;align-items:stretch;gap:14px}._chartLabelFieldWithPreview_1bxaj_4207 ._trackConfigField_1bxaj_3719{flex:1;min-width:0}._chartLabelCharCount_1bxaj_4218{font-size:.67rem;color:#888;font-weight:450;margin-top:4px;letter-spacing:.01em;font-variant-numeric:tabular-nums}._miniChartPreview_1bxaj_4227{flex-shrink:0;width:100px;background:#f7f9fc;border:1px solid #e4e8ee;border-radius:10px;padding:8px 9px 7px;display:flex;flex-direction:column;gap:6px;animation:_fadeIn_1bxaj_1 .25s ease;align-self:stretch;justify-content:center}._miniChartTitle_1bxaj_4242{font-size:.62rem;font-weight:650;color:#444;letter-spacing:-.01em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._miniChartBody_1bxaj_4254{position:relative;width:100%;height:32px}._miniChartSvg_1bxaj_4260{display:block;width:100%;height:100%}._miniChartDots_1bxaj_4266{position:absolute;inset:0;pointer-events:none}._miniChartDot_1bxaj_4266{position:absolute;width:3px;height:3px;background:#3b82f6;border-radius:50%;transform:translate(-50%,50%)}._unitInput_1bxaj_4281{border:1px solid #e0e0e0;background:#fff;padding:7px 11px;border-radius:8px;font-size:.8rem;font-weight:500;color:#1a1a1a;outline:none;width:100%;max-width:140px;transition:border-color .15s ease}._unitInput_1bxaj_4281:focus{border-color:#06f}._unitInput_1bxaj_4281::placeholder{color:#bbb;font-weight:400;font-style:italic}._unitFixed_1bxaj_4305{display:inline-flex;align-items:center;padding:5px 9px;border-radius:8px;background:#f2f2f2;font-size:.76rem;font-weight:600;color:#666;letter-spacing:-.01em}._addQuestionRow_1bxaj_4319{display:flex;gap:6px;margin-top:4px}._addQuestionInput_1bxaj_4325{flex:1;border:1.5px dashed #ddd;background:#fafafa;padding:10px 14px;border-radius:10px;font-size:.85rem;font-weight:450;color:#1a1a1a;outline:none;transition:all .15s ease}._addQuestionInput_1bxaj_4325:focus{border-color:#06f;border-style:solid;background:#fff}._addQuestionInput_1bxaj_4325::placeholder{color:#bbb}._addQuestionBtn_1bxaj_4348{flex-shrink:0;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1.5px dashed #ddd;background:#fafafa;border-radius:10px;color:#999;cursor:pointer;transition:all .15s ease}._addQuestionBtn_1bxaj_4348:hover:not(:disabled){border-color:#06f;border-style:solid;color:#06f;background:#f0f4ff}._addQuestionBtn_1bxaj_4348:disabled{opacity:.4;cursor:default}._questionFatigueHint_1bxaj_4375{font-size:.78rem;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:10px 14px;line-height:1.5;margin:0;animation:_fadeIn_1bxaj_1 .25s ease}._fatigueUpgradeLink_1bxaj_4387{color:#b45309;font-weight:600;text-decoration:underline;text-underline-offset:2px}._fatigueUpgradeLink_1bxaj_4387:hover{color:#92400e}._questionSummaryBar_1bxaj_4400{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 0;font-size:.76rem;font-weight:550;color:#555;letter-spacing:-.01em}._summarySep_1bxaj_4412{color:#ccc}@media(max-width:768px){._trackingGrid_1bxaj_2336{grid-template-columns:1fr}._detailMetaRow_1bxaj_2190{flex-direction:column;align-items:flex-start;gap:8px}._detailActions_1bxaj_2246{width:100%;justify-content:flex-start}._addEndpointRow_1bxaj_1112{flex-direction:column}._trackConfig_1bxaj_3711{flex-direction:column;align-items:flex-start}._metricNameInput_1bxaj_4181,._unitInput_1bxaj_4281{width:100%}}@media(max-width:640px){._desktopOnlyLabel_1bxaj_311{display:none}._mobileOnlyLabel_1bxaj_315{display:inline}._mobileHideGroup_1bxaj_319{display:none}._mobileOnlyCard_1bxaj_347{display:inline-flex}._presetDualRow_1bxaj_282{flex-direction:column;gap:12px}._presetDualSep_1bxaj_290{display:none}._presetCatItems_1bxaj_323{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}._presetCard_1bxaj_330{width:100%;min-width:0;padding:5px 9px 5px 6px}._presetIcon_1bxaj_364{width:20px;height:20px}._presetTitle_1bxaj_386{min-width:0;font-size:.72rem;overflow:hidden;text-overflow:ellipsis}}@media(max-width:480px){._summaryGrid_1bxaj_1504{grid-template-columns:1fr}}._durationPicker_1bxaj_4511{display:flex;gap:8px}._durationOption_1bxaj_4516{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:14px 12px;background:#fafafa;border:1.5px solid #e8e8e8;border-radius:14px;cursor:pointer;transition:all .2s ease}._durationOption_1bxaj_4516:hover{border-color:silver;background:#f5f5f5}._durationOptionActive_1bxaj_4535{border-color:#000;background:#000;color:#fff}._durationOptionActive_1bxaj_4535:hover{background:#1a1a1a;border-color:#1a1a1a}._durationNum_1bxaj_4546{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;line-height:1}._durationLabel_1bxaj_4553{font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;opacity:.65}._durationPicker_1bxaj_4511{flex-wrap:wrap}._durationOptionPro_1bxaj_4565{border-style:dashed;border-color:#d0d0d0;background:#f9f9f9}._durationOptionPro_1bxaj_4565 ._durationLabel_1bxaj_4553{color:#888;font-weight:600}._voiceGroupSection_1bxaj_4577{margin-bottom:10px}._voiceGroupLabel_1bxaj_4581{display:block;font-size:.7rem;font-weight:650;color:#666;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}._voiceGroup_1bxaj_4577{display:flex;gap:6px;flex-wrap:wrap;padding:2px;margin:-2px}._voiceChip_1bxaj_4599{display:flex;align-items:center;gap:6px;padding:7px 14px;border:1.5px solid #e5e5e5;border-radius:100px;background:#fff;cursor:pointer;transition:all .15s ease;white-space:nowrap}._voiceChip_1bxaj_4599:hover{border-color:#ccc;background:#fafafa}._voiceChipActive_1bxaj_4617{border-color:#000;background:#f5f5f5;box-shadow:0 0 0 .5px #000}._voiceChipName_1bxaj_4623{font-size:.8rem;font-weight:600;color:#111;letter-spacing:-.01em}._voiceChipDesc_1bxaj_4630{font-size:.7rem;color:#666;font-weight:430}._durationHint_1bxaj_4636{font-size:.75rem;color:#555;margin-top:8px;line-height:1.5}._questionsGraphic_1bxaj_4645{display:flex;gap:16px;padding:16px;background:linear-gradient(135deg,#f0f7ff,#fefce8);border:1.5px solid #e0e8f0;border-radius:14px;overflow:hidden;animation:_qgSlideIn_1bxaj_1 .45s cubic-bezier(.4,0,.2,1);margin-bottom:4px}@keyframes _qgSlideIn_1bxaj_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._qgChartBlock_1bxaj_4669{display:flex;flex-direction:column;align-items:center;flex-shrink:0;gap:0}._qgChart_1bxaj_4669{display:flex;align-items:flex-end;gap:6px;height:56px;padding:0 2px;perspective:200px}._qgBarCol_1bxaj_4686{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:0;height:100%}._qgBar_1bxaj_4686{width:10px;border-radius:4px 4px 2px 2px;animation:_qgBarGrow_1bxaj_1 .5s cubic-bezier(.4,0,.2,1) both;box-shadow:inset -2px 0 #00000014;position:relative;transform-origin:bottom}._qgBar_1bxaj_4686:after{content:"";position:absolute;top:2px;left:2px;width:3px;height:40%;max-height:12px;background:#fff6;border-radius:2px}@keyframes _qgBarGrow_1bxaj_1{0%{opacity:0;transform:scaleY(0);transform-origin:bottom}to{opacity:1;transform:scaleY(1);transform-origin:bottom}}._qgBarShadow_1bxaj_4730{width:10px;height:3px;background:radial-gradient(ellipse,rgba(0,0,0,.08) 0%,transparent 70%);border-radius:50%;animation:_qgShadowIn_1bxaj_1 .5s cubic-bezier(.4,0,.2,1) both}@keyframes _qgShadowIn_1bxaj_1{0%{opacity:0;transform:scaleX(.5)}to{opacity:1;transform:scaleX(1)}}._qgChartBase_1bxaj_4750{width:64px;height:2px;background:linear-gradient(90deg,transparent,#cbd5e1,transparent);border-radius:1px;margin-top:2px}._qgText_1bxaj_4758{display:flex;flex-direction:column;gap:3px;min-width:0}._qgTitle_1bxaj_4765{font-size:.82rem;font-weight:650;color:#1e3a5f;letter-spacing:-.01em}._qgDesc_1bxaj_4772{font-size:.72rem;color:#6b7280;line-height:1.45}._durationProCta_1bxaj_4782{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:10px;padding:9px 14px;background:#fff;border:1.5px solid #000;border-radius:10px;font-size:.76rem;font-weight:600;color:#000;text-decoration:none;letter-spacing:-.01em;cursor:pointer;transition:background .15s ease,color .15s ease}._durationProCta_1bxaj_4782:hover{background:#000;color:#fff}._insightsTimeline_1bxaj_4808{margin-top:14px;padding:14px 16px 16px;background:#f8faf9;border:1.5px solid #e2ebe6;border-radius:14px;animation:_insightsSlideIn_1bxaj_1 .4s cubic-bezier(.4,0,.2,1)}@keyframes _insightsSlideIn_1bxaj_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._insightsTimelineHeader_1bxaj_4822{display:flex;align-items:center;gap:6px;margin-bottom:14px}._insightsIcon_1bxaj_4829{color:#059669}._insightsTitle_1bxaj_4833{font-size:.8rem;font-weight:650;color:#065f46;letter-spacing:-.01em}._insightsTrack_1bxaj_4840{position:relative;height:32px;margin:0 12px 10px}._insightsLine_1bxaj_4846{position:absolute;top:5px;left:0;right:0;height:2px;background:linear-gradient(90deg,#d1fae5,#059669);border-radius:1px}._insightsDot_1bxaj_4856{position:absolute;top:0;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px}._insightsDotCircle_1bxaj_4866{width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid #34d399;transition:all .2s}._insightsDotFinal_1bxaj_4875 ._insightsDotCircle_1bxaj_4866{background:#059669;border-color:#059669;width:14px;height:14px;margin-top:-1px}._insightsDotLabel_1bxaj_4883{font-size:.6rem;font-weight:600;color:#6b7280;white-space:nowrap;letter-spacing:.01em}._insightsDotFinal_1bxaj_4875 ._insightsDotLabel_1bxaj_4883{color:#059669;font-weight:700}._insightsDetails_1bxaj_4896{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:4px}._insightsDetail_1bxaj_4896{display:flex;align-items:center;gap:4px;font-size:.7rem;color:#6b7280;font-weight:500}._insightsDetailHighlight_1bxaj_4912{display:flex;align-items:center;gap:4px;font-size:.7rem;color:#059669;font-weight:600}._summaryNote_1bxaj_4923{font-size:.75rem;color:#555;margin-top:10px;line-height:1.5;text-align:left}._missedCallNotice_1bxaj_4931{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border:1px solid #f5d0a9;background:#fff8ef;color:#8a4500;border-radius:10px;font-size:.74rem;line-height:1.4;margin:2px 0 6px}._missedCallNotice_1bxaj_4931 svg{flex-shrink:0;margin-top:1px;color:#c56a00}._missedCallNotice_1bxaj_4931 strong{color:#6b3600;font-weight:700}._progressSection_1bxaj_4958{margin-bottom:1rem}._progressBar_1bxaj_4962{width:100%;height:6px;background:#f0f0f0;border-radius:99px;overflow:hidden}._progressFill_1bxaj_4970{height:100%;background:linear-gradient(90deg,#000,#333);border-radius:99px;transition:width .6s cubic-bezier(.4,0,.2,1);min-width:2px}._progressStats_1bxaj_4978{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:.72rem;color:#999}._missedBadge_1bxaj_4987{background:#fff0f0;color:#e53e3e;padding:1px 7px;border-radius:99px;font-weight:500;font-size:.68rem}._endDateLabel_1bxaj_4996{margin-left:auto;font-weight:500;color:#888}._status_completed_1bxaj_5004{color:#22c55e!important;background:#f0fdf4!important;border-color:#bbf7d0!important}._repeatSection_1bxaj_5012{margin-bottom:1.25rem}._repeatCard_1bxaj_5016{background:linear-gradient(135deg,#fafafa,#f5f5f5);border:1.5px solid #e8e8e8;border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:10px;animation:_fadeSlideIn_1bxaj_1 .4s ease}@keyframes _fadeSlideIn_1bxaj_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._repeatIcon_1bxaj_5039{width:40px;height:40px;border-radius:12px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center}._repeatContent_1bxaj_5050{flex:1}._repeatTitle_1bxaj_5054{font-size:.9rem;font-weight:650;color:#000;margin:0;letter-spacing:-.02em}._repeatDesc_1bxaj_5062{font-size:.75rem;color:#555;margin:2px 0 0;line-height:1.4}._repeatActions_1bxaj_5069{display:flex;gap:6px}._repeatDurationBtn_1bxaj_5074{flex:1;padding:10px 0;border:1.5px solid #e0e0e0;border-radius:10px;background:#fff;font-size:.85rem;font-weight:600;color:#333;cursor:pointer;transition:all .2s ease}._repeatDurationBtn_1bxaj_5074:hover{border-color:#999;background:#fafafa}._repeatDurationBtnActive_1bxaj_5092{border-color:#000;background:#000;color:#fff}._repeatDurationBtnActive_1bxaj_5092:hover{background:#1a1a1a}._repeatDurationBtnPro_1bxaj_5102{border-style:dashed;border-color:#d0d0d0;position:relative}._repeatActions_1bxaj_5069{flex-wrap:wrap}._proBadgeSmall_1bxaj_5112{display:inline-block;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#888;margin-left:3px}._repeatLoading_1bxaj_5122{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#999}._timelineSection_1bxaj_5132{margin-top:.5rem}._timelineGroupLabel_1bxaj_5136{display:flex;align-items:center;gap:5px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#999;margin-bottom:8px;margin-top:12px}._testCallsGroup_1bxaj_5149{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}._testCallsToggle_1bxaj_5155{display:flex;align-items:center;gap:6px;width:100%;padding:6px 0;border:none;background:none;font-size:.7rem;font-weight:650;color:#666;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:color .15s ease}._testCallsToggle_1bxaj_5155:hover{color:#555}._timelineList_1bxaj_5176{display:flex;flex-direction:column;gap:4px;padding-bottom:2rem}._timelineCard_1bxaj_5183{border:1px solid #eee;border-radius:12px;overflow:hidden;transition:all .15s ease;background:#fff}._timelineCard_1bxaj_5183:hover{border-color:#ddd}._timelineCardToday_1bxaj_5195{border-color:#000;border-width:1.5px;background:#fafafa}._timelineCardOverdue_1bxaj_5201{border-color:#fca5a5;background:#fef2f2}._timelineCardTest_1bxaj_5206{border-style:dashed;border-color:#d4d4d4;background:#fafafa}._testCallsGroup_1bxaj_5149 ._timelineCardTest_1bxaj_5206+._timelineCardTest_1bxaj_5206{margin-top:6px}._timelineCardHeader_1bxaj_5216{display:flex;flex-direction:column;align-items:stretch;gap:4px;width:100%;padding:10px 12px;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit}._timelineHeaderTopRow_1bxaj_5230{display:flex;align-items:center;gap:10px;width:100%}._timelineCardInfo_1bxaj_5237{flex:1;display:flex;flex-direction:column;gap:1px}._timelineCardTitle_1bxaj_5244{font-size:.82rem;font-weight:600;color:#000;display:flex;align-items:center;gap:6px}._timelineCardDate_1bxaj_5253{font-size:.7rem;color:#999}._timelineSummaryPreview_1bxaj_5258{display:block;width:100%;padding-left:26px;font-size:.68rem;line-height:1.35;color:#4a5565;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._todayBadge_1bxaj_5271{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#000;color:#fff;padding:1px 6px;border-radius:4px}._timelineStatusPill_1bxaj_5282{font-size:.65rem;font-weight:600;text-transform:capitalize;padding:2px 8px;border-radius:99px}._skipCallBtn_1bxaj_5290{font-size:.6rem;font-weight:600;color:#999;background:none;border:1px solid #e5e5e5;border-radius:6px;padding:2px 8px;cursor:pointer;transition:all .15s ease;flex-shrink:0}._skipCallBtn_1bxaj_5290:hover{color:#dc2626;border-color:#fecaca;background:#fef2f2}._unskipCallBtn_1bxaj_5309{font-size:.6rem;font-weight:600;color:#999;background:none;border:1px solid #e5e5e5;border-radius:6px;padding:2px 8px;cursor:pointer;transition:all .15s ease;flex-shrink:0}._unskipCallBtn_1bxaj_5309:hover{color:#16a34a;border-color:#bbf7d0;background:#f0fdf4}._pill_pending_1bxaj_5328{background:#f5f5f5;color:#999}._pill_completed_1bxaj_5333{background:#f0fdf4;color:#16a34a}._pill_missed_1bxaj_5338{background:#fef2f2;color:#dc2626}._pill_cancelled_1bxaj_5343{background:#fefce8;color:#ca8a04}._pill_in-progress_1bxaj_5348{background:#eff6ff;color:#2563eb}._timelineCardBody_1bxaj_5353{padding:0 12px 12px;border-top:1px solid #f0f0f0;animation:_fadeIn_1bxaj_1 .2s ease}@keyframes _fadeIn_1bxaj_1{0%{opacity:0}to{opacity:1}}._callStatusCompleted_1bxaj_5371{color:#16a34a}._callStatusMissed_1bxaj_5375{color:#dc2626}._callStatusCancelled_1bxaj_5379{color:#ca8a04}._callStatusInProgress_1bxaj_5383{color:#2563eb}._callStatusPending_1bxaj_5387{color:#d4d4d4}._subscribeOverlay_1bxaj_5393{position:absolute;inset:0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1.5rem;animation:_fadeInOverlay_1bxaj_1 .2s ease}@keyframes _fadeInOverlay_1bxaj_1{0%{opacity:0}to{opacity:1}}._subscribeCard_1bxaj_5416{max-width:340px;width:100%;text-align:center}._subscribeTitle_1bxaj_5422{font-size:1.25rem;font-weight:700;color:#000;margin:0 0 .5rem;letter-spacing:-.02em;line-height:1.2}._subscribeDesc_1bxaj_5431{font-size:.88rem;color:#555;line-height:1.55;margin:0 0 1.25rem}._subscribeDesc_1bxaj_5431 strong{color:#000;font-weight:600}._subscribeCta_1bxaj_5443{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:.7rem 1.25rem;background:#000;color:#fff;border:none;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s ease;margin-bottom:.35rem;letter-spacing:-.01em}._subscribeCta_1bxaj_5443:hover{background:#222}._subscribeCta_1bxaj_5443:disabled{opacity:.55;cursor:not-allowed}._subscribeDismiss_1bxaj_5471{display:block;width:100%;padding:.5rem;background:none;border:none;color:#999;font-size:.82rem;font-weight:500;cursor:pointer;transition:color .15s ease}._subscribeDismiss_1bxaj_5471:hover{color:#555}._callNowSection_1bxaj_5490{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.75rem 1rem;margin-bottom:.5rem;background:linear-gradient(135deg,#f0f7ff,#e8f4fd);border-radius:12px;border:1px solid #d0e8f7}._callNowBtn_1bxaj_5502{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;background:#0071e3;color:#fff;border:none;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:-.01em}._callNowBtn_1bxaj_5502:hover:not(:disabled){background:#005bb5;transform:translateY(-1px);box-shadow:0 4px 12px #0071e340}._callNowBtn_1bxaj_5502:disabled{opacity:.7;cursor:default}._callNowHint_1bxaj_5529{font-size:.77rem;color:#5a7a9a;text-align:center;margin:0;line-height:1.4;max-width:320px}._callInProgressBanner_1bxaj_5538{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#fff;border:1px solid #d0e8f7;border-radius:10px;font-size:.85rem;font-weight:500;color:#0071e3}._recoverCallBtn_1bxaj_5553{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;background:#fff3e6;color:#b35c00;border:1px solid #ffd9a8;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}._recoverCallBtn_1bxaj_5553:hover:not(:disabled){background:#ffe8cc;border-color:#f0a040}._recoverCallBtn_1bxaj_5553:disabled{opacity:.6;cursor:default}._redoCallBtn_1bxaj_5579{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;background:#eef6ff;color:#1a6dcc;border:1px solid #bdd8f5;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}._redoCallBtn_1bxaj_5579:hover:not(:disabled){background:#dceeff;border-color:#8ab8e8}._redoCallBtn_1bxaj_5579:disabled{opacity:.6;cursor:default}._redoneLabel_1bxaj_5605{font-size:.7rem;font-weight:500;color:#999;font-style:italic;white-space:nowrap}._missedRecoveryInfo_1bxaj_5613{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;text-align:left;padding:.65rem .1rem .2rem;border-top:1px solid #f4f4f4}._missedRecoveryTop_1bxaj_5623{display:flex;flex-direction:column;gap:2px}._missedRecoveryTitle_1bxaj_5629{font-size:.86rem;font-weight:640;color:#151515;margin:0;letter-spacing:-.015em}._missedRecoveryMeta_1bxaj_5637{font-size:.74rem;color:#7a7a7a;margin:0;font-weight:500}._recoverCallBtnLarge_1bxaj_5644{display:inline-flex;align-items:center;gap:.42rem;padding:.5rem .95rem;background:#111;color:#fff;border:1px solid #111;border-radius:9px;font-size:.78rem;font-weight:620;cursor:pointer;transition:all .2s ease;letter-spacing:-.01em}._recoverCallBtnLarge_1bxaj_5644:hover:not(:disabled){background:#1f1f1f;border-color:#1f1f1f;transform:translateY(-.5px);box-shadow:0 4px 10px #00000024}._recoverCallBtnLarge_1bxaj_5644:disabled{opacity:.7;cursor:default}._missedCallBanner_1bxaj_5674{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:.5rem;background:linear-gradient(135deg,#fff5eb,#fff0e0);border-radius:12px;border:1px solid #ffd6a5;animation:_missedBannerIn_1bxaj_1 .3s ease}@keyframes _missedBannerIn_1bxaj_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._missedBannerIcon_1bxaj_5698{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f5a623;border-radius:50%;color:#fff;flex-shrink:0}._missedBannerContent_1bxaj_5710{flex:1;min-width:0}._missedBannerTitle_1bxaj_5715{font-size:.88rem;font-weight:600;color:#8a4500;margin:0;line-height:1.3}._missedBannerSubtitle_1bxaj_5723{font-size:.77rem;color:#a06000;margin:.15rem 0 0;line-height:1.3}._missedBannerBtn_1bxaj_5730{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;background:#f5a623;color:#fff;border:none;border-radius:10px;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}._missedBannerBtn_1bxaj_5730:hover:not(:disabled){background:#e09510;transform:translateY(-1px);box-shadow:0 4px 12px #f5a6234d}._missedBannerBtn_1bxaj_5730:disabled{opacity:.7;cursor:default}._otpSection_1bxaj_5760{margin-top:.75rem;padding:.75rem;background:#f8f9fa;border-radius:10px;border:1px solid #e9ecef}._otpVerifiedBadge_1bxaj_5768{display:flex;align-items:center;gap:6px;color:#2ecc71;font-size:.85rem;font-weight:600}._otpSendRow_1bxaj_5777{display:flex;flex-direction:column;gap:6px}._otpSendBtn_1bxaj_5783{display:inline-flex;align-items:center;gap:6px;border:none;background:#000;color:#fff;padding:8px 16px;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s ease;width:fit-content}._otpSendBtn_1bxaj_5783:hover:not(:disabled){background:#222;transform:translateY(-1px)}._otpSendBtn_1bxaj_5783:disabled{opacity:.6;cursor:not-allowed}._otpHint_1bxaj_5809{font-size:.75rem;color:#8e8e93}._otpVerifyRow_1bxaj_5814{display:flex;flex-direction:column;gap:8px}._otpLabel_1bxaj_5820{font-size:.82rem;font-weight:500;color:#444}._otpInputRow_1bxaj_5826{display:flex;gap:8px;align-items:center}._otpInput_1bxaj_5826{width:120px;padding:8px 12px;border:1.5px solid #ddd;border-radius:8px;font-size:1.1rem;font-weight:600;letter-spacing:.3em;text-align:center;outline:none;transition:border-color .15s ease;font-family:SF Mono,Menlo,monospace}._otpInput_1bxaj_5826:focus{border-color:#000}._otpInput_1bxaj_5826::placeholder{color:#ccc;letter-spacing:.2em}._otpVerifyBtn_1bxaj_5855{border:none;background:#000;color:#fff;padding:8px 18px;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s ease}._otpVerifyBtn_1bxaj_5855:hover:not(:disabled){background:#222}._otpVerifyBtn_1bxaj_5855:disabled{opacity:.5;cursor:not-allowed}._otpResendBtn_1bxaj_5876{border:none;background:transparent;color:#666;font-size:.75rem;cursor:pointer;padding:0;text-decoration:underline;width:fit-content}._otpResendBtn_1bxaj_5876:hover:not(:disabled){color:#000}._otpResendBtn_1bxaj_5876:disabled{color:#aaa;cursor:not-allowed}._otpError_1bxaj_5896{display:block;margin-top:6px;font-size:.78rem;color:#e74c3c;font-weight:500}._loadMoreBtn_1bxaj_5905{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:.6rem 1rem;margin-top:.5rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:10px;color:#666;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .2s ease}._loadMoreBtn_1bxaj_5905:hover{background:#f0f0f0;border-color:#ccc;color:#333}._redoneBadge_1bxaj_5931{display:inline-flex;align-items:center;padding:.1rem .45rem;margin-left:.4rem;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:6px;font-size:.65rem;font-weight:600;letter-spacing:.01em;vertical-align:middle}._redoEntryBlock_1bxaj_5946{padding:.5rem 0}._redoEntryLabel_1bxaj_5950{font-size:.7rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}._redoEntrySummary_1bxaj_5959{font-size:.82rem;color:#333;line-height:1.55;margin:.5rem 0 0}._redoDivider_1bxaj_5966{border:none;border-top:1px solid #f0f0f0;margin:.6rem 0}._container_1r54r_1{padding:6rem 1.5rem 2rem;width:100%;height:100%;overflow-y:auto;box-sizing:border-box;background-color:#fff;max-width:100%}@media(min-width:768px){._container_1r54r_1{padding:6rem 3rem 2rem}}._goHomeBtn_1r54r_17{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#ffffffe6;border:1px solid #e2e8f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:99px;color:#1e293b;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}._goHomeBtn_1r54r_17:hover{background:#fff;color:#000;border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d;transform:translateY(-1px)}._header_1r54r_42{margin-bottom:2rem;max-width:720px;margin-left:auto;margin-right:auto}._title_1r54r_49{font-size:1.5rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.25rem;color:#111}._subtitle_1r54r_57{font-size:.9rem;color:#666;font-weight:400}._content_1r54r_63{max-width:720px;margin-left:auto;margin-right:auto}._card_1r54r_69{display:flex;flex-direction:column;padding:1.5rem;background:#fff;border:1px solid #eaeaea;border-radius:12px;box-shadow:0 2px 4px #00000005}._sectionTitle_1r54r_79{font-size:.95rem;font-weight:600;color:#111;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f5f5f5}._field_1r54r_88{margin-bottom:1.25rem}._field_1r54r_88:last-child{margin-bottom:0}._label_1r54r_96{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#888;margin-bottom:.35rem;letter-spacing:.05em}._value_1r54r_106{font-size:.95rem;color:#111;font-weight:500}._linkAuthDesc_1r54r_112{margin:0 0 .55rem;font-size:.82rem;color:#666;line-height:1.45}._linkAuthRow_1r54r_119{display:flex;flex-direction:column;gap:.5rem}._linkAuthInput_1r54r_125{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:.55rem .65rem;font-size:.86rem;color:#111;background:#fff;outline:none}._linkAuthInput_1r54r_125:focus{border-color:#111}._linkAuthBtn_1r54r_140{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:none;border-radius:8px;background:#111;color:#fff;padding:.6rem .8rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}._linkAuthBtn_1r54r_140:hover:not(:disabled){opacity:.9}._linkAuthBtn_1r54r_140:disabled{opacity:.5;cursor:not-allowed}._linkAuthError_1r54r_165{margin:.45rem 0 0;font-size:.8rem;color:#b91c1c}._linkAuthSuccess_1r54r_171{margin:.45rem 0 0;font-size:.8rem;color:#15803d}@keyframes _spin_1r54r_183{to{transform:rotate(360deg)}}._spin_1r54r_183{animation:_spin_1r54r_183 .8s linear infinite}._subLoadingRow_1r54r_187{display:flex;align-items:center;gap:.5rem;color:#888;font-size:.88rem;padding:.5rem 0}._statusBadge_1r54r_196{display:inline-block;padding:3px 10px;border-radius:99px;color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.02em}._manageBtn_1r54r_206{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;margin-top:.75rem;background:#111;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease}._manageBtn_1r54r_206:hover{background:#333}._manageBtn_1r54r_206:disabled{opacity:.6;cursor:not-allowed}._trialNotice_1r54r_231{font-size:.82rem;color:#555;line-height:1.45;margin:-.25rem 0 .75rem}._noSubSection_1r54r_238{padding:.5rem 0 .25rem}._noSubLabel_1r54r_242{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#aaa;margin-bottom:.4rem}._noSubText_1r54r_251{font-size:.88rem;color:#666;line-height:1.5;margin-bottom:1rem}._subscribeBtn_1r54r_258{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.4rem;background:#000;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s ease;letter-spacing:-.01em}._subscribeBtn_1r54r_258:hover{background:#222}._subscribeBtn_1r54r_258:disabled{opacity:.55;cursor:not-allowed}._signOutBtn_1r54r_285{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1.2rem;margin-top:1.5rem;background:none;border:1px solid #e5e5e5;border-radius:8px;color:#888;font-size:.84rem;font-weight:500;cursor:pointer;transition:all .15s ease}._signOutBtn_1r54r_285:hover{color:#ef4444;border-color:#fecaca;background:#fef2f2}._tierGrid_v3k8f_1{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}@media(max-width:640px){._tierGrid_v3k8f_1{grid-template-columns:1fr}}._tierCard_v3k8f_14{position:relative;display:flex;flex-direction:column;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:box-shadow .2s ease}._tierCard_v3k8f_14:hover{box-shadow:0 4px 16px #0000000f}._tierCardPro_v3k8f_29{border-color:#111;border-width:2px}._tierCardCurrent_v3k8f_34{background:#fafafa}._currentBadge_v3k8f_38,._recommendedBadge_v3k8f_52{position:absolute;top:-.6rem;left:1.25rem;background:#111;color:#fff;font-size:.68rem;font-weight:600;padding:.2rem .6rem;border-radius:99px;letter-spacing:.03em;text-transform:uppercase}._tierName_v3k8f_66{font-size:1.1rem;font-weight:700;color:#111;margin:0 0 .25rem}._tierPrice_v3k8f_73{margin:0 0 1rem;display:flex;align-items:baseline;gap:.15rem}._priceAmount_v3k8f_80{font-size:1.75rem;font-weight:700;color:#111;letter-spacing:-.02em}._pricePeriod_v3k8f_87{font-size:.85rem;color:#888;font-weight:400}._featureList_v3k8f_93{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.55rem;flex:1}._featureItem_v3k8f_103{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#333;line-height:1.35}._featureCheck_v3k8f_112{color:#888;flex-shrink:0}._featureCheckPro_v3k8f_117{color:#111;flex-shrink:0}._upgradeBtn_v3k8f_122{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:.7rem 1rem;background:#111;color:#fff;border:none;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s ease;letter-spacing:-.01em;margin-top:auto}._upgradeBtn_v3k8f_122:hover{background:#333}._upgradeBtn_v3k8f_122:disabled{opacity:.5;cursor:not-allowed}._manageBtn_v3k8f_150{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:100%;padding:.7rem 1rem;background:#fff;color:#111;border:1px solid #d1d5db;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .15s ease;margin-top:auto}._manageBtn_v3k8f_150:hover{border-color:#111;background:#fafafa}._manageBtn_v3k8f_150:disabled{opacity:.5;cursor:not-allowed}._tierActiveLabel_v3k8f_178{text-align:center;color:#888;font-size:.8rem;font-weight:500;padding:.5rem 0 0;margin-top:auto}@keyframes _spin_v3k8f_191{to{transform:rotate(360deg)}}._spin_v3k8f_191{animation:_spin_v3k8f_191 .8s linear infinite}._container_k7vwb_1{padding:5rem 3rem 2rem;width:100%;height:100%;overflow-y:auto;box-sizing:border-box;background-color:#fff}._header_k7vwb_10{margin-bottom:2rem;max-width:1000px}._title_k7vwb_15{font-size:1.5rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.25rem;color:#111}._subtitle_k7vwb_23{font-size:.9rem;color:#666;font-weight:400}._grid_k7vwb_29{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;max-width:1000px;align-items:stretch}._card_k7vwb_37{display:flex;flex-direction:column;padding:1.5rem;background:#fff;border:1px solid #eaeaea;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 4px #00000005;cursor:pointer;position:relative}._card_k7vwb_37:hover{border-color:#ccc;box-shadow:0 4px 8px #0000000a;transform:translateY(-1px)}._iconWrapper_k7vwb_58{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#fafafa;border-radius:6px;border:1px solid #eee;margin-bottom:.75rem;color:#333}._cardTitle_k7vwb_71{font-size:.95rem;font-weight:600;color:#111;margin-bottom:.25rem}._cardDescription_k7vwb_78{font-size:.85rem;color:#666;line-height:1.4}._arrow_k7vwb_84{margin-top:auto;padding-top:.75rem;display:flex;justify-content:flex-end;color:#ccc;transition:color .2s}._card_k7vwb_37:hover ._arrow_k7vwb_84{color:#111}._container_4js8y_1{padding:5rem 2rem 1.5rem;width:100%;height:100%;overflow-y:auto;box-sizing:border-box;background-color:#fff}._header_4js8y_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;width:100%}._headerLeft_4js8y_18{display:flex;flex-direction:column;gap:.25rem}._backLink_4js8y_24{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:#888;text-decoration:none;transition:color .2s;margin-bottom:.25rem}._backLink_4js8y_24:hover{color:#111}._title_4js8y_40{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin:0}._addButton_4js8y_47{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#111;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}._addButton_4js8y_47:hover{background:#333}._headerActions_4js8y_66{display:flex;align-items:center;gap:.5rem}._secondaryButton_4js8y_72{display:flex;align-items:center;gap:.4rem;padding:.6rem .9rem;background:#f5f5f5;color:#333;border:1px solid #e0e0e0;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}._secondaryButton_4js8y_72:hover{background:#eaeaea;border-color:#ccc}._error_4js8y_92{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.85rem}._loading_4js8y_101{display:flex;align-items:center;justify-content:center;height:100vh;font-size:.9rem;color:#666}._toolbar_4js8y_111{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}._searchWrapper_4js8y_120{position:relative;flex:1;max-width:400px}._searchIcon_4js8y_126{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none}._searchInput_4js8y_135{width:100%;padding:.6rem 1rem .6rem 2.5rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#111;background:#fff;transition:all .2s ease;box-sizing:border-box}._searchInput_4js8y_135:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #0000000d}._filterGroup_4js8y_153{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._filterSelect_4js8y_160{appearance:none;padding:.6rem 2rem .6rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.85rem;color:#374151;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") no-repeat right .5rem center/1.5em 1.5em;cursor:pointer;transition:all .2s;font-weight:500}._filterSelect_4js8y_160:hover{border-color:#d1d5db;background-color:#f9fafb}._filterSelect_4js8y_160:focus{outline:none;border-color:#111}._sortOrderBtn_4js8y_183{padding:.6rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;min-width:60px;text-align:center}._sortOrderBtn_4js8y_183:hover{border-color:#d1d5db;background-color:#f9fafb}._filterToggle_4js8y_202{padding:.6rem 1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}._filterToggle_4js8y_202:hover{border-color:#d1d5db}._filterToggle_4js8y_202._active_4js8y_218{background:#111;color:#fff;border-color:#111}._stats_4js8y_225{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.8rem;color:#666}._termsList_4js8y_234{display:flex;flex-direction:column;gap:1rem}._emptyState_4js8y_240{text-align:center;padding:3rem;color:#666;font-size:.9rem}._termCard_4js8y_247{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem;transition:all .2s}._termCard_4js8y_247:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}._termCard_4js8y_247._inactive_4js8y_260{opacity:.6;background:#f9fafb}._termHeader_4js8y_265{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}._termInfo_4js8y_272{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._termName_4js8y_279{font-size:1rem;font-weight:600;margin:0;color:#111}._categoryBadge_4js8y_286{font-size:.7rem;padding:.2rem .5rem;background:#e0f2fe;color:#0369a1;border-radius:4px;font-weight:500;text-transform:capitalize}._matchTypeBadge_4js8y_296{font-size:.7rem;padding:.2rem .5rem;background:#f3e8ff;color:#7c3aed;border-radius:4px;font-weight:500}._inactiveBadge_4js8y_305{font-size:.7rem;padding:.2rem .5rem;background:#fee2e2;color:#dc2626;border-radius:4px;font-weight:500}._termActions_4js8y_314{display:flex;gap:.5rem}._editBtn_4js8y_319,._deleteBtn_4js8y_320{padding:.4rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#666;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._editBtn_4js8y_319:hover{background:#f3f4f6;color:#111}._deleteBtn_4js8y_320:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}._aliases_4js8y_344{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#666;margin-bottom:.5rem}._termStats_4js8y_353{display:flex;gap:1rem;font-size:.75rem;color:#888;margin-bottom:.75rem}._productsList_4js8y_362{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid #f3f4f6}._productItem_4js8y_370{display:flex;align-items:center;gap:.75rem;font-size:.8rem;padding:.5rem .75rem;background:#f9fafb;border-radius:6px}._productItem_4js8y_370._primary_4js8y_380{background:#ecfdf5;border:1px solid #a7f3d0}._productName_4js8y_385{flex:1;font-weight:500;color:#374151}._productPrice_4js8y_391{color:#059669;font-weight:600}._primaryBadge_4js8y_396{font-size:.65rem;padding:.15rem .4rem;background:#059669;color:#fff;border-radius:4px;font-weight:500}._productLink_4js8y_405{color:#666;transition:color .2s}._productLink_4js8y_405:hover{color:#111}._modalOverlay_4js8y_415{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_4js8y_415{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000026}._modalHeader_4js8y_439{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}._modalHeader_4js8y_439 h2{margin:0;font-size:1.1rem;font-weight:600}._closeBtn_4js8y_453{background:none;border:none;color:#666;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}._closeBtn_4js8y_453:hover{background:#f3f4f6;color:#111}._modalError_4js8y_471{background:#fef2f2;color:#dc2626;padding:.75rem 1.5rem;font-size:.85rem}._form_4js8y_478{padding:1.5rem}._formRow_4js8y_482{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._formGroup_4js8y_488{margin-bottom:1rem}._formGroup_4js8y_488 label{display:block;font-size:.8rem;font-weight:500;color:#374151;margin-bottom:.35rem}._formGroup_4js8y_488 input,._formGroup_4js8y_488 select{width:100%;padding:.6rem .75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#111;background:#fff;transition:all .2s;box-sizing:border-box}._formGroup_4js8y_488 input:focus,._formGroup_4js8y_488 select:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #0000000d}._checkboxLabel_4js8y_520{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#374151;cursor:pointer}._checkboxLabel_4js8y_520 input{width:auto;margin:0}._productsSection_4js8y_535{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}._productsSection_4js8y_535 h3{font-size:.9rem;font-weight:600;margin:0 0 1rem;color:#111}._productListEdit_4js8y_548{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._productEditItem_4js8y_555{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}._productEditInfo_4js8y_565{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}._productEditName_4js8y_573{font-weight:500;font-size:.85rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._productEditPrice_4js8y_582{font-size:.8rem;color:#059669;font-weight:500}._productEditActions_4js8y_588{display:flex;gap:.5rem;flex-shrink:0}._primaryBtn_4js8y_594{padding:.35rem .6rem;font-size:.75rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#666;cursor:pointer;transition:all .2s}._primaryBtn_4js8y_594:hover{background:#f3f4f6}._primaryBtn_4js8y_594._active_4js8y_218{background:#059669;color:#fff;border-color:#059669}._removeProductBtn_4js8y_615{padding:.35rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#666;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._removeProductBtn_4js8y_615:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}._addProductForm_4js8y_635{background:#f9fafb;border-radius:8px;padding:1rem;border:1px dashed #d1d5db}._addProductForm_4js8y_635 h4{font-size:.8rem;font-weight:600;margin:0 0 .75rem;color:#666}._addProductForm_4js8y_635 input{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.85rem;margin-bottom:.5rem;box-sizing:border-box}._addProductForm_4js8y_635 input:focus{outline:none;border-color:#111}._addProductForm_4js8y_635 ._formRow_4js8y_482{margin-bottom:.5rem}._addProductForm_4js8y_635 ._formRow_4js8y_482 input{margin-bottom:0}._addProductActions_4js8y_672{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}._addProductBtn_4js8y_679{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;background:#111;color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}._addProductBtn_4js8y_679:hover:not(:disabled){background:#333}._addProductBtn_4js8y_679:disabled{opacity:.5;cursor:not-allowed}._formActions_4js8y_704{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}._cancelBtn_4js8y_713{padding:.6rem 1.25rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}._cancelBtn_4js8y_713:hover{background:#f3f4f6}._submitBtn_4js8y_729{padding:.6rem 1.25rem;border:none;border-radius:8px;background:#111;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}._submitBtn_4js8y_729:hover{background:#333}._productsSectionHeader_4js8y_746{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._productsSectionHeader_4js8y_746 h3{margin:0;font-size:.9rem;font-weight:600;color:#111}._amazonSearchToggle_4js8y_760{display:flex;align-items:center;gap:.4rem;padding:.4rem .75rem;background:#f90;color:#111;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}._amazonSearchToggle_4js8y_760:hover{background:#e88b00}._amazonSearchToggle_4js8y_760._active_4js8y_218{background:#232f3e;color:#fff}._productEditImage_4js8y_785{width:40px;height:40px;object-fit:contain;border-radius:4px;background:#f5f5f5;flex-shrink:0}._amazonSearchSection_4js8y_795{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;margin-bottom:1rem}._amazonSearchHeader_4js8y_803{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:#232f3e;margin-bottom:.75rem}._amazonSearchForm_4js8y_813{margin-bottom:.75rem}._amazonSearchInputRow_4js8y_817{display:flex;gap:.5rem;flex-wrap:wrap}._amazonSearchInput_4js8y_817{flex:1;min-width:150px;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.85rem}._amazonSearchInput_4js8y_817:focus{outline:none;border-color:#f90}._amazonCategorySelect_4js8y_837{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.85rem;background:#fff;min-width:150px}._amazonCategorySelect_4js8y_837:focus{outline:none;border-color:#f90}._amazonSearchBtn_4js8y_851{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#f90;color:#111;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}._amazonSearchBtn_4js8y_851:hover:not(:disabled){background:#e88b00}._amazonSearchBtn_4js8y_851:disabled{opacity:.6;cursor:not-allowed}._spinning_4js8y_875{animation:_spin_4js8y_875 1s linear infinite}._amazonSearchError_4js8y_884{padding:.5rem .75rem;background:#fef2f2;color:#dc2626;border-radius:6px;font-size:.8rem;margin-bottom:.75rem}._amazonResults_4js8y_894{display:flex;flex-direction:column;gap:.5rem;max-height:350px;overflow-y:auto}._amazonResultItem_4js8y_902{display:flex;align-items:center;gap:.75rem;padding:.6rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}._amazonResultItem_4js8y_902:hover{border-color:#f90;box-shadow:0 2px 8px #ff990026}._amazonResultImage_4js8y_918{width:50px;height:50px;object-fit:contain;border-radius:4px;background:#f5f5f5;flex-shrink:0}._amazonResultInfo_4js8y_927{flex:1;min-width:0}._amazonResultTitle_4js8y_932{display:block;font-size:.8rem;font-weight:500;color:#111;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;margin-bottom:.25rem}._amazonResultMeta_4js8y_946{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._amazonResultBrand_4js8y_953{font-size:.7rem;color:#666}._amazonResultPrice_4js8y_958{font-size:.75rem;font-weight:600;color:#059669}._amazonPrimeBadge_4js8y_964{font-size:.65rem;padding:.1rem .35rem;background:#232f3e;color:#fff;border-radius:3px;font-weight:600}._amazonAddBtn_4js8y_973{display:flex;align-items:center;gap:.25rem;padding:.4rem .6rem;background:#059669;color:#fff;border:none;border-radius:5px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;flex-shrink:0}._amazonAddBtn_4js8y_973:hover{background:#047857}@media(max-width:768px){._container_4js8y_1{padding:5rem 1rem 1.5rem}._toolbar_4js8y_111{flex-direction:column;align-items:stretch}._searchWrapper_4js8y_120{max-width:100%}._filterGroup_4js8y_153{justify-content:flex-start}._formRow_4js8y_482{grid-template-columns:1fr}._termStats_4js8y_353{flex-wrap:wrap}._amazonSearchInputRow_4js8y_817{flex-direction:column}._amazonCategorySelect_4js8y_837{width:100%}._productsSectionHeader_4js8y_746{flex-direction:column;align-items:flex-start;gap:.5rem}}._importOptions_4js8y_1036{padding:1rem 0}._importInfo_4js8y_1040{font-size:.9rem;color:#333;margin-bottom:1.25rem}._importModeGroup_4js8y_1046{display:flex;flex-direction:column;gap:.75rem}._importModeLabel_4js8y_1052{font-size:.85rem;font-weight:600;color:#333}._importModeOptions_4js8y_1058{display:flex;flex-direction:column;gap:.5rem}._radioLabel_4js8y_1064{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#444;cursor:pointer;padding:.5rem;border-radius:6px;transition:background .2s}._radioLabel_4js8y_1064:hover{background:#f5f5f5}._radioLabel_4js8y_1064 input[type=radio]{margin:0}._radioLabel_4js8y_1064 span{display:flex;gap:.25rem}._importWarning_4js8y_1089{margin-top:1rem;padding:.75rem;background:#fef3cd;color:#856404;border-radius:6px;font-size:.85rem;font-weight:500}._spin_4js8y_875{animation:_spin_4js8y_875 1s linear infinite}@keyframes _spin_4js8y_875{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_1iooz_1{padding:2rem;max-width:100%;margin:0;height:100%;overflow-y:auto;background:#fff}._header_1iooz_10{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-top:3rem}._backBtn_1iooz_18{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .8rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .15s}._backBtn_1iooz_18:hover{background:#f1f5f9;color:#334155}._title_1iooz_38{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0}._stats_1iooz_45{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}._stat_1iooz_45{display:flex;flex-direction:column;padding:.6rem 1rem;background:#f8fafc;border-radius:8px;min-width:80px}._statValue_1iooz_61{font-size:1.1rem;font-weight:700;color:#0f172a}._statLabel_1iooz_67{font-size:.65rem;color:#64748b;text-transform:uppercase;letter-spacing:.02em}._searchBar_1iooz_74{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.75rem}._searchIcon_1iooz_85{color:#94a3b8;flex-shrink:0}._searchInput_1iooz_90{flex:1;border:none;background:transparent;font-size:.8rem;color:#0f172a;outline:none}._searchInput_1iooz_90::placeholder{color:#94a3b8}._pagination_1iooz_103{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.25rem 0}._pageInfo_1iooz_111{font-size:.7rem;color:#64748b}._pageButtons_1iooz_116{display:flex;gap:.25rem}._pageBtn_1iooz_121{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .6rem;background:#fff;border:1px solid #e2e8f0;border-radius:4px;font-size:.7rem;color:#64748b;cursor:pointer;transition:all .15s}._pageBtn_1iooz_121:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}._pageBtn_1iooz_121:disabled{opacity:.4;cursor:not-allowed}._logList_1iooz_145{display:flex;flex-direction:column;gap:1px;background:#e2e8f0;border-radius:8px;overflow:hidden}._logRow_1iooz_154{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem;background:#fff}._logRow_1iooz_154:hover{background:#f8fafc}._logMain_1iooz_166{display:flex;align-items:flex-start}._logQuery_1iooz_171{font-size:.75rem;color:#0f172a;line-height:1.4;word-break:break-word}._logMeta_1iooz_178{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._logTime_1iooz_185{display:inline-flex;align-items:center;gap:.2rem;font-size:.6rem;color:#94a3b8}._logMode_1iooz_193{font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;padding:.15rem .4rem;border-radius:3px;background:#f1f5f9;color:#64748b}._logMode_1iooz_193._versus_1iooz_204{background:#fef3c7;color:#92400e}._logMode_1iooz_193._allopathic_1iooz_209{background:#dbeafe;color:#1e40af}._logMode_1iooz_193._naturopathic_1iooz_214{background:#d1fae5;color:#065f46}._authBadge_1iooz_219{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#dbeafe;color:#2563eb;border-radius:50%}._logIp_1iooz_230{display:inline-flex;align-items:center;gap:.2rem;font-size:.6rem;color:#94a3b8;font-family:monospace}._logResponseTime_1iooz_239{font-size:.55rem;color:#94a3b8;font-family:monospace}._logUserAgent_1iooz_245{font-size:.55rem;color:#94a3b8;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:help}._loading_1iooz_255,._empty_1iooz_256{padding:2rem;text-align:center;font-size:.8rem;color:#64748b;background:#fff}._paginationBottom_1iooz_264{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem 0}@media(max-width:600px){._container_1iooz_1{padding:1rem}._header_1iooz_10{padding-top:4rem}._stats_1iooz_45{gap:.5rem}._stat_1iooz_45{padding:.5rem .75rem;min-width:60px}._statValue_1iooz_61{font-size:.95rem}._logQuery_1iooz_171{font-size:.7rem}}._container_yof1x_1{padding:2rem;max-width:100%;margin:0}._header_yof1x_7{display:flex;align-items:center;gap:12px;margin-bottom:16px}._backBtn_yof1x_14{display:flex;align-items:center;gap:4px;color:#666;text-decoration:none;font-size:13px;font-weight:500}._backBtn_yof1x_14:hover{color:#000}._title_yof1x_28{font-size:16px;font-weight:600;margin:0;flex:1}._syncBtn_yof1x_35{display:flex;align-items:center;gap:4px;background:#f5f5f5;border:none;padding:6px 10px;border-radius:6px;font-size:11px;font-weight:500;color:#666;cursor:pointer}._syncBtn_yof1x_35:hover:not(:disabled){background:#eee;color:#000}._syncBtn_yof1x_35:disabled{opacity:.6;cursor:not-allowed}._spinning_yof1x_59{animation:_spin_yof1x_59 1s linear infinite}@keyframes _spin_yof1x_59{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._stats_yof1x_73{display:flex;gap:8px;margin-bottom:12px}._stat_yof1x_73{flex:1;background:#f9f9f9;border-radius:8px;padding:10px;text-align:center}._statGood_yof1x_87{background:#f0fdf4}._statWarn_yof1x_91{background:#fef9e8}._statValue_yof1x_95{display:block;font-size:18px;font-weight:600;color:#000}._statLabel_yof1x_102{font-size:10px;color:#666;text-transform:uppercase;letter-spacing:.02em}._topTerms_yof1x_109{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:16px;padding:8px 10px;background:#fef9e8;border-radius:6px;font-size:12px}._topLabel_yof1x_121{color:#666;font-weight:500}._topTerm_yof1x_109{background:#fff;padding:2px 6px;border-radius:4px;color:#333;font-weight:500}._controls_yof1x_134{display:flex;gap:8px;margin-bottom:12px}._searchBar_yof1x_140{flex:1;display:flex;align-items:center;background:#f5f5f5;border-radius:6px;padding:0 8px}._searchIcon_yof1x_149{color:#999}._searchInput_yof1x_153{flex:1;border:none;background:transparent;padding:8px 6px;font-size:13px;outline:none}._filters_yof1x_162{display:flex;gap:4px}._filterBtn_yof1x_167{background:#f5f5f5;border:none;padding:6px 10px;border-radius:6px;font-size:11px;font-weight:500;color:#666;cursor:pointer}._filterBtn_yof1x_167:hover{background:#eee}._filterBtn_yof1x_167._active_yof1x_182{background:#000;color:#fff}._pagination_yof1x_187{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 2px}._pageInfo_yof1x_195{font-size:11px;color:#999}._pageButtons_yof1x_200{display:flex;gap:4px}._pageBtn_yof1x_205{display:flex;align-items:center;gap:2px;background:#f5f5f5;border:none;padding:4px 8px;border-radius:4px;font-size:11px;color:#666;cursor:pointer}._pageBtn_yof1x_205:hover:not(:disabled){background:#eee;color:#000}._pageBtn_yof1x_205:disabled{opacity:.4;cursor:not-allowed}._termList_yof1x_228{display:flex;flex-direction:column;gap:1px;background:#eee;border-radius:8px;overflow:hidden}._termRow_yof1x_237{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#fff;font-size:13px}._termRow_yof1x_237:hover{background:#fafafa}._termMain_yof1x_250{display:flex;align-items:center;gap:8px}._termName_yof1x_256{font-weight:500;color:#000}._termCount_yof1x_261{font-size:11px;color:#999;font-weight:500}._termMeta_yof1x_267{display:flex;align-items:center;gap:6px}._affiliateBadgeYes_yof1x_273{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:#dcfce7;color:#16a34a;border-radius:50%}._affiliateBadgeNo_yof1x_284{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:#fee2e2;color:#dc2626;border-radius:50%}._category_yof1x_295{font-size:10px;background:#f5f5f5;color:#666;padding:2px 6px;border-radius:4px}._loading_yof1x_303,._empty_yof1x_304{padding:40px;text-align:center;color:#999;font-size:13px;background:#fff}._paginationBottom_yof1x_312{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:12px;padding:8px}._container_g3o96_1{padding:5rem 2rem 2rem;width:100%;height:100%;overflow-y:auto;box-sizing:border-box;background-color:#fff}._header_g3o96_10{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}._headerLeft_g3o96_19{display:flex;flex-direction:column;gap:.25rem}._backLink_g3o96_25{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:#888;text-decoration:none;transition:color .2s;margin-bottom:.25rem}._backLink_g3o96_25:hover{color:#111}._title_g3o96_41{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin:0}._subtitle_g3o96_48{font-size:.82rem;color:#888;margin:0}._headerActions_g3o96_54{display:flex;gap:.5rem;flex-wrap:wrap}._btn_g3o96_61{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:.8rem;font-weight:500;color:#333;cursor:pointer;transition:all .15s ease;white-space:nowrap}._btn_g3o96_61:hover{border-color:#bbb;background:#fafafa}._btnPrimary_g3o96_82{background:#111;color:#fff;border-color:#111}._btnPrimary_g3o96_82:hover{background:#333;border-color:#333}._btnDanger_g3o96_93{color:#d32f2f;border-color:#f5c6cb}._btnDanger_g3o96_93:hover{background:#fff5f5;border-color:#d32f2f}._btnSmall_g3o96_103{padding:.3rem .6rem;font-size:.75rem}._banner_g3o96_109{padding:.6rem 1rem;border-radius:8px;font-size:.82rem;font-weight:500;margin-bottom:1rem;animation:_fadeIn_g3o96_1 .2s ease}._bannerSuccess_g3o96_118{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}._bannerError_g3o96_124{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}@keyframes _fadeIn_g3o96_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._presetList_g3o96_136{display:flex;flex-direction:column;gap:.75rem}._presetCard_g3o96_142{border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;transition:border-color .15s ease}._presetCard_g3o96_142:hover{border-color:#ccc}._presetCardHeader_g3o96_153{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none;gap:.75rem}._presetCardHeader_g3o96_153:hover{background:#fafafa}._presetKeyBadge_g3o96_167{display:inline-block;padding:2px 8px;background:#f0f0f0;border-radius:4px;font-size:.7rem;font-weight:600;font-family:monospace;color:#555;flex-shrink:0}._presetCardInfo_g3o96_179{flex:1;min-width:0}._presetCardTitle_g3o96_184{font-size:.88rem;font-weight:600;color:#111;margin:0}._presetCardDesc_g3o96_191{font-size:.75rem;color:#888;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._presetCardMeta_g3o96_200{display:flex;align-items:center;gap:.75rem;flex-shrink:0}._metaBadge_g3o96_207{font-size:.7rem;color:#999;white-space:nowrap}._presetCardActions_g3o96_213{display:flex;gap:.35rem;flex-shrink:0}._iconBtn_g3o96_219{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #eee;border-radius:6px;background:#fff;cursor:pointer;color:#666;transition:all .15s ease}._iconBtn_g3o96_219:hover{border-color:#ccc;color:#111;background:#fafafa}._iconBtnDanger_g3o96_239:hover{border-color:#f5c6cb;color:#d32f2f;background:#fff5f5}._expandIcon_g3o96_245{transition:transform .2s ease;color:#bbb}._expandIconOpen_g3o96_250{transform:rotate(180deg)}._presetCardBody_g3o96_255{padding:0 1rem 1rem;border-top:1px solid #f0f0f0;animation:_fadeIn_g3o96_1 .2s ease}._editForm_g3o96_262{display:flex;flex-direction:column;gap:.75rem;padding-top:.75rem}._formGroup_g3o96_269{display:flex;flex-direction:column;gap:.25rem}._formLabel_g3o96_275{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#999}._formInput_g3o96_283{padding:.5rem .7rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.85rem;outline:none;transition:border-color .15s}._formInput_g3o96_283:focus{border-color:#999}._formInputSmall_g3o96_296{padding:.35rem .55rem;font-size:.8rem}._formTextarea_g3o96_301{padding:.5rem .7rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.82rem;outline:none;resize:vertical;min-height:60px;font-family:inherit;transition:border-color .15s}._formTextarea_g3o96_301:focus{border-color:#999}._formSelect_g3o96_317{padding:.5rem .7rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.85rem;outline:none;background:#fff;transition:border-color .15s}._formSelect_g3o96_317:focus{border-color:#999}._formRow_g3o96_331{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}._questionList_g3o96_338{display:flex;flex-direction:column;gap:.5rem}._questionItem_g3o96_344{display:flex;flex-direction:column;gap:.35rem;padding:.6rem .75rem;background:#fafafa;border:1px solid #eee;border-radius:8px}._questionItemHeader_g3o96_354{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._questionNumber_g3o96_361{font-size:.68rem;font-weight:600;color:#bbb}._questionPurposeBadge_g3o96_367{font-size:.65rem;font-weight:600;padding:1px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}._purposeTrack_g3o96_376{background:#dbeafe;color:#1e40af}._purposeJournal_g3o96_381{background:#fef3c7;color:#92400e}._questionFields_g3o96_386{display:grid;grid-template-columns:1fr;gap:.35rem}._questionMetaRow_g3o96_392{display:grid;grid-template-columns:auto 1fr 1fr 1fr auto;gap:.35rem;align-items:center}._editFormActions_g3o96_399{display:flex;gap:.5rem;padding-top:.5rem}._questionReadonly_g3o96_406{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .6rem;background:#fafafa;border-radius:6px}._questionText_g3o96_415{font-size:.82rem;color:#333}._questionMeta_g3o96_392{display:flex;gap:.5rem;font-size:.7rem;color:#999}._modalOverlay_g3o96_428{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_g3o96_1 .15s ease}._modal_g3o96_428{background:#fff;border-radius:14px;padding:1.5rem;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;gap:1rem;box-shadow:0 20px 60px #00000026}._modalTitle_g3o96_455{font-size:1rem;font-weight:600;margin:0}._modalHint_g3o96_461{font-size:.78rem;color:#888;margin:-.5rem 0 0}._modalTextarea_g3o96_467{width:100%;min-height:250px;padding:.75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.8rem;font-family:SF Mono,Monaco,monospace;resize:vertical;outline:none;box-sizing:border-box}._modalTextarea_g3o96_467:focus{border-color:#999}._modalActions_g3o96_484{display:flex;gap:.5rem;justify-content:flex-end}._emptyState_g3o96_490{text-align:center;padding:3rem 1rem;color:#999;font-size:.9rem}._loading_g3o96_498{display:flex;align-items:center;justify-content:center;padding:3rem;color:#999}._spin_g3o96_506{animation:_spin_g3o96_506 1s linear infinite}@keyframes _spin_g3o96_506{to{transform:rotate(360deg)}}@media(max-width:640px){._container_g3o96_1{padding:4rem 1rem 2rem}._header_g3o96_10{flex-direction:column}._presetCardHeader_g3o96_153{flex-wrap:wrap}._presetCardMeta_g3o96_200{display:none}._questionMetaRow_g3o96_392{grid-template-columns:1fr 1fr}._formRow_g3o96_331{grid-template-columns:1fr}}._container_d4lc1_1{padding:2rem;max-width:100%;margin:0;height:100%;overflow-y:auto;background:#fff}._header_d4lc1_10{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-top:3rem}._backBtn_d4lc1_18{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .8rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .15s}._backBtn_d4lc1_18:hover{background:#f1f5f9;color:#334155}._title_d4lc1_38{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0}._stats_d4lc1_45{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}._stat_d4lc1_45{display:flex;flex-direction:column;padding:.6rem 1rem;background:#f8fafc;border-radius:8px;min-width:80px}._statValue_d4lc1_61{font-size:1.1rem;font-weight:700;color:#0f172a}._statLabel_d4lc1_67{font-size:.65rem;color:#64748b;text-transform:uppercase;letter-spacing:.02em}._searchBar_d4lc1_74{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.75rem}._searchIcon_d4lc1_85{color:#94a3b8;flex-shrink:0}._searchInput_d4lc1_90{flex:1;border:none;background:transparent;font-size:.8rem;color:#0f172a;outline:none}._searchInput_d4lc1_90::placeholder{color:#94a3b8}._pagination_d4lc1_103{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.25rem 0}._pageInfo_d4lc1_111{font-size:.7rem;color:#64748b}._pageButtons_d4lc1_116{display:flex;gap:.25rem}._pageBtn_d4lc1_121{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .6rem;background:#fff;border:1px solid #e2e8f0;border-radius:4px;font-size:.7rem;color:#64748b;cursor:pointer;transition:all .15s}._pageBtn_d4lc1_121:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}._pageBtn_d4lc1_121:disabled{opacity:.4;cursor:not-allowed}._tableWrapper_d4lc1_145{border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}._table_d4lc1_145{width:100%;border-collapse:collapse;font-size:.75rem}._table_d4lc1_145 th{background:#f8fafc;padding:.5rem .75rem;text-align:left;font-size:.65rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e2e8f0;white-space:nowrap}._table_d4lc1_145 td{padding:.5rem .75rem;border-bottom:1px solid #f1f5f9;color:#0f172a;vertical-align:middle}._table_d4lc1_145 tr:last-child td{border-bottom:none}._table_d4lc1_145 tr:hover td{background:#f8fafc}._userName_d4lc1_185{font-weight:500}._userPhone_d4lc1_189{color:#64748b;font-size:.7rem;font-family:SF Mono,Fira Code,Fira Mono,monospace;white-space:nowrap}._userEmail_d4lc1_196{color:#64748b;font-size:.7rem}._signInCell_d4lc1_201{min-width:160px}._signInList_d4lc1_205{display:flex;flex-wrap:wrap;gap:.25rem}._signInPill_d4lc1_211{display:inline-flex;align-items:center;padding:.15rem .45rem;border-radius:99px;background:#eef2ff;color:#3730a3;font-size:.62rem;font-weight:600;white-space:nowrap}._badge_d4lc1_223{display:inline-block;font-size:.6rem;font-weight:600;padding:.15rem .4rem;border-radius:3px;text-transform:uppercase;letter-spacing:.02em}._badgeActive_d4lc1_233{background:#d1fae5;color:#065f46}._badgeNone_d4lc1_238{background:#f1f5f9;color:#64748b}._badgeAdmin_d4lc1_243{background:#fef3c7;color:#92400e}._refBadge_d4lc1_248{display:inline-block;font-size:.65rem;font-weight:500;padding:.15rem .5rem;border-radius:10px;background:#ede9fe;color:#6d28d9}._dateText_d4lc1_258{font-size:.65rem;color:#94a3b8;white-space:nowrap}._loading_d4lc1_264,._empty_d4lc1_265{padding:2rem;text-align:center;font-size:.8rem;color:#64748b;background:#fff}._paginationBottom_d4lc1_273{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem 0}@media(max-width:600px){._container_d4lc1_1{padding:1rem}._header_d4lc1_10{padding-top:4rem}._stats_d4lc1_45{gap:.5rem}._stat_d4lc1_45{padding:.5rem .75rem;min-width:60px}._statValue_d4lc1_61{font-size:.95rem}._tableWrapper_d4lc1_145{overflow-x:auto}}._container_1e96g_1{width:100%;height:100%;overflow-y:auto;background:#fff;-webkit-overflow-scrolling:touch}._inner_1e96g_9{max-width:800px;margin:0 auto;padding:2rem 1.5rem 4rem}._backLink_1e96g_15{display:inline-flex;align-items:center;gap:.4rem;color:#64748b;text-decoration:none;font-size:.85rem;font-weight:500;margin-bottom:2rem;transition:color .2s}._backLink_1e96g_15:hover{color:#0f172a}._title_1e96g_31{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.02em}._lastUpdated_1e96g_39{font-size:.85rem;color:#94a3b8;margin:0 0 2rem}._content_1e96g_45{color:#334155;line-height:1.7}._section_1e96g_50{margin-bottom:2rem}._section_1e96g_50 h2{font-size:1.15rem;font-weight:600;color:#0f172a;margin:0 0 .75rem;letter-spacing:-.01em}._section_1e96g_50 h3{font-size:.95rem;font-weight:600;color:#334155;margin:1rem 0 .5rem}._section_1e96g_50 p{font-size:.9rem;margin:0 0 .75rem}._section_1e96g_50 ul{margin:0 0 .75rem;padding-left:1.25rem}._section_1e96g_50 li{font-size:.9rem;margin-bottom:.4rem}._section_1e96g_50 strong{color:#0f172a;font-weight:600}@media(max-width:600px){._container_1e96g_1{padding:1.5rem 1rem 3rem}._title_1e96g_31{font-size:1.5rem}._section_1e96g_50 h2{font-size:1.05rem}._section_1e96g_50 p,._section_1e96g_50 li{font-size:.85rem}}._page_1srwq_3{max-width:620px;margin:0 auto;padding:2.5rem 1.25rem 3rem;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1a1a1a}._hero_1srwq_12{text-align:center;margin-bottom:2.5rem}._badge_1srwq_17{display:inline-block;background:#e8f5e9;color:#2e7d32;font-size:.72rem;font-weight:600;padding:.3rem .75rem;border-radius:20px;margin-bottom:1rem;letter-spacing:.01em}._title_1srwq_29{font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:-.03em;margin:0 0 .75rem;color:#111}._title_1srwq_29 em{font-style:italic;color:#444}._subtitle_1srwq_43{font-size:.95rem;color:#666;line-height:1.55;max-width:440px;margin:0 auto}._steps_1srwq_52{display:flex;align-items:stretch;justify-content:center;gap:0;margin-bottom:2rem}._step_1srwq_52{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;flex:1;min-width:0;padding:1.25rem 1.25rem 1.35rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:12px}._stepIcon_1srwq_73{display:flex;align-items:center;justify-content:center;width:38px;height:38px;min-width:38px;background:#efefef;border-radius:10px;color:#333}._stepTitle_1srwq_85{font-size:.85rem;font-weight:650;margin:0 0 .2rem;color:#1a1a1a}._stepDesc_1srwq_92{font-size:.74rem;color:#888;margin:0;line-height:1.45}._stepArrow_1srwq_99{display:flex;align-items:center;justify-content:center;color:#d0d0d0;flex-shrink:0;padding:0 .6rem;align-self:center}._features_1srwq_110{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem;margin-bottom:2.5rem;padding:0 .25rem}._feature_1srwq_110{display:flex;align-items:center;gap:.45rem;font-size:.78rem;color:#555}._featureCheck_1srwq_126{color:#4caf50;flex-shrink:0}._goalSection_1srwq_132{margin-bottom:2.5rem}._sectionTitle_1srwq_136{font-size:1.3rem;font-weight:700;font-family:Georgia,Times New Roman,serif;letter-spacing:-.01em;margin:0 0 .75rem;color:#111}._footer_1srwq_146{text-align:center;padding-top:1.5rem;border-top:1px solid #eee}._footerText_1srwq_152{font-size:.78rem;color:#999;margin:0 0 .5rem;font-style:italic}._legalLinks_1srwq_159{font-size:.7rem;color:#bbb}._legalLinks_1srwq_159 a{color:#999;text-decoration:none}._legalLinks_1srwq_159 a:hover{text-decoration:underline}@media(max-width:600px){._page_1srwq_3{padding:1.5rem 1rem 2rem}._title_1srwq_29{font-size:1.6rem}._subtitle_1srwq_43{font-size:.88rem}._steps_1srwq_52{flex-direction:column;gap:.6rem}._stepArrow_1srwq_99{display:none}._step_1srwq_52{gap:.6rem}._features_1srwq_110{grid-template-columns:1fr;gap:.4rem}}._container_1blki_1{padding:6rem 1.5rem 2rem;width:100%;max-width:720px;margin:0 auto;box-sizing:border-box;min-height:100vh;background:#fff}@media(min-width:768px){._container_1blki_1{padding:6rem 2rem 2rem}}._backLink_1blki_17{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;background:#ffffffe6;border:1px solid #e2e8f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:99px;color:#1e293b;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;margin-bottom:1.5rem}._backLink_1blki_17:hover{background:#fff;color:#000;border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d;transform:translateY(-1px)}._header_1blki_43{margin-bottom:2rem}._title_1blki_47{font-size:1.5rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.25rem;color:#111}._subtitle_1blki_55{font-size:.9rem;color:#666;font-weight:400;line-height:1.5}@keyframes _spin_1blki_66{to{transform:rotate(360deg)}}._spin_1blki_66{animation:_spin_1blki_66 .8s linear infinite;display:block;margin:3rem auto;color:#888}._container_10n5n_1{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem;background-color:#fff}._successPage_10n5n_11{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#fff;padding:2rem;z-index:10}._successContent_10n5n_22{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:400px;width:100%}._iconRing_10n5n_31{width:72px;height:72px;margin-bottom:2rem;color:#000;animation:_scaleIn_10n5n_1 .55s cubic-bezier(.34,1.56,.64,1) both}._checkIcon_10n5n_39{width:72px;height:72px}._checkCircle_10n5n_44{stroke-dasharray:151;stroke-dashoffset:151;animation:_drawCircle_10n5n_1 .65s ease-out .15s forwards}._checkPath_10n5n_50{stroke-dasharray:40;stroke-dashoffset:40;animation:_drawCheck_10n5n_1 .4s cubic-bezier(.22,1,.36,1) .72s forwards}@keyframes _drawCircle_10n5n_1{to{stroke-dashoffset:0}}@keyframes _drawCheck_10n5n_1{to{stroke-dashoffset:0}}@keyframes _scaleIn_10n5n_1{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}._goalBadge_10n5n_69{display:inline-flex;align-items:center;padding:5px 14px;border:1px solid #e8e8e8;border-radius:100px;font-size:.76rem;font-weight:500;color:#666;margin-bottom:1.1rem;letter-spacing:-.01em;animation:_fadeUp_10n5n_1 .5s ease .85s both}._successHeadline_10n5n_83{font-size:3.75rem;font-weight:700;color:#000;letter-spacing:-.05em;line-height:1;margin-bottom:1rem;animation:_fadeUp_10n5n_1 .5s ease .9s both}._successSub_10n5n_93{font-size:.97rem;color:#999;line-height:1.7;max-width:300px;font-weight:400;letter-spacing:-.01em;margin-bottom:2.25rem;animation:_fadeUp_10n5n_1 .5s ease 1s both}._successCta_10n5n_104{display:inline-block;padding:.78rem 2.25rem;background:#000;color:#fff;border-radius:12px;font-size:.9rem;font-weight:600;text-decoration:none;letter-spacing:-.015em;transition:background .15s ease,transform .12s ease,box-shadow .15s ease;margin-bottom:1rem;animation:_fadeUp_10n5n_1 .5s ease 1.1s both}._successCta_10n5n_104:hover{background:#1a1a1a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #0000001f}._successSecondary_10n5n_126{display:block;color:silver;font-size:.82rem;font-weight:500;text-decoration:none;letter-spacing:-.01em;transition:color .15s ease;animation:_fadeUp_10n5n_1 .5s ease 1.2s both}._successSecondary_10n5n_126:hover{color:#555}@keyframes _fadeUp_10n5n_1{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}._card_10n5n_146{max-width:380px;width:100%;text-align:center;padding:2rem 1.5rem}._eyebrow_10n5n_153{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#aaa;margin-bottom:.6rem}._spinnerWrap_10n5n_162{margin:0 auto 1.25rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center}._spinner_10n5n_162{width:24px;height:24px;border:2.5px solid #e8e8e8;border-top-color:#000;border-radius:50%;animation:_spin_10n5n_162 .65s linear infinite}@keyframes _spin_10n5n_162{to{transform:rotate(360deg)}}._checkWrap_10n5n_184{width:40px;height:40px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:#000}._title_10n5n_196{font-size:1.35rem;font-weight:650;color:#000;margin-bottom:.5rem;letter-spacing:-.025em;line-height:1.2}._desc_10n5n_205{font-size:.88rem;color:#777;line-height:1.6;margin-bottom:1.75rem}._primaryLink_10n5n_212{display:block;padding:.7rem 1.5rem;background:#000;color:#fff;border:none;border-radius:10px;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s ease;margin-bottom:.6rem;letter-spacing:-.01em}._primaryLink_10n5n_212:hover{background:#222;color:#fff}._secondaryLink_10n5n_232{display:block;padding:.45rem 1rem;color:#999;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .15s ease}._secondaryLink_10n5n_232:hover{color:#555;text-decoration:none}
