:root{--color-primary:#6b7280;--color-primary-dark:#4b5563;--color-primary-darker:#374151;--color-primary-light:#9ca3af;--color-primary-lighter:#d1d5db;--color-green-main:#059669;--color-green-dark:#047857;--color-green-darker:#065f46;--color-green-light:#10b981;--color-text-primary:#111827;--color-text-secondary:#6b7280;--color-text-tertiary:#9ca3af;--color-text-inverse:#fff;--color-bg-primary:#fff;--color-bg-secondary:#f9fafb;--color-bg-tertiary:#f3f4f6;--color-border-light:#e5e7eb;--color-border-medium:#d1d5db;--color-border-dark:#9ca3af;--gradient-primary:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);--gradient-primary-hover:linear-gradient(135deg,var(--color-primary-dark) 0%,var(--color-primary-darker) 100%);--shadow-primary:#6b728033;--shadow-primary-hover:#6b72804d;--color-primary-rgba-75:#6b7280bf;--color-primary-rgba-85:#6b7280d9;--color-primary-rgba-30:#6b72804d;--color-primary-rgba-40:#6b728066;--header-text-color:var(--color-text-inverse);--header-overlay-light:#ffffff26;--header-overlay-medium:#fff3;--header-overlay-dark:#ffffff4d;--header-border-light:#ffffff40;--header-border-medium:#ffffff4d;--header-border-dark:#fff6;--header-border-avatar:#ffffff4d;--header-border-avatar-hover:#ffffff80;--action-button-bg:var(--color-primary);--action-button-border:var(--color-primary-dark);--action-button-hover-bg:var(--color-primary-dark);--action-button-hover-border:var(--color-primary-darker);--action-button-active-bg:var(--color-primary-darker)}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100%;overflow-y:auto}@media (min-width:1024px){body,html{background-color:#f5f5f5}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body,html{overflow-x:hidden;position:relative;width:100%}:root{--footer-height-mobile:60px;--footer-height-tablet:70px;--next-button-height-mobile:50px;--next-button-height-tablet:60px}.app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a;display:flex;flex-direction:column;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;min-height:calc(var(--vh, 1vh)*100);min-height:100dvh;position:relative}.app,.header-spacer{width:100%;will-change:auto}.header-spacer{flex-shrink:0;height:56px;height:var(--header-height-mobile)}.content{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:100%;min-height:0;overflow:visible;padding:0;position:relative;width:100%}.content.changing{pointer-events:none}.swipe-loading{align-items:center;display:flex;justify-content:center;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.spinner{animation:spin .8s linear infinite;border:4px solid var(--shadow-primary);border-radius:50%;border-top-color:var(--color-primary);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.status-container{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem 1rem;text-align:center}.status{color:#666;font-size:1rem;margin:0}.status.error{color:#dc2626}@media (min-width:768px){.header-spacer{height:64px;height:var(--header-height-tablet)}}@media (min-width:1024px){.app{box-shadow:0 0 20px #0000001a;margin:0 auto;max-width:768px}}@supports (view-transition-name:none){::view-transition-new(article-content),::view-transition-old(article-content){animation-duration:.4s;animation-timing-function:cubic-bezier(.4,0,.2,1)}body.transition-next ::view-transition-old(article-content){animation-name:slide-out-left}body.transition-next ::view-transition-new(article-content){animation-name:slide-in-from-right}body.transition-prev ::view-transition-old(article-content){animation-name:slide-out-right}body.transition-prev ::view-transition-new(article-content){animation-name:slide-in-from-left}::view-transition-new(article-image),::view-transition-old(article-image){animation-duration:.4s;animation-timing-function:cubic-bezier(.4,0,.2,1)}body.transition-next ::view-transition-old(article-image){animation-name:slide-out-left}body.transition-next ::view-transition-new(article-image){animation-name:slide-in-from-right}body.transition-prev ::view-transition-old(article-image){animation-name:slide-out-right}body.transition-prev ::view-transition-new(article-image){animation-name:slide-in-from-left}::view-transition-new(page-footer),::view-transition-old(page-footer){animation-duration:.4s;animation-timing-function:cubic-bezier(.4,0,.2,1)}::view-transition-old(page-footer){animation-name:fade-out}::view-transition-new(page-footer){animation-name:fade-in}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-out-left{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}@keyframes slide-in-from-right{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slide-out-right{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@keyframes slide-in-from-left{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}}@supports (view-transition-name:none){::view-transition-new(onboarding-greeting),::view-transition-old(onboarding-greeting){animation-duration:.3s;animation-timing-function:ease-in-out}::view-transition-old(onboarding-greeting){animation-name:fade-out,slide-up}::view-transition-new(onboarding-greeting){animation-name:fade-in}::view-transition-new(onboarding-subtitle),::view-transition-old(onboarding-subtitle){animation-duration:.4s;animation-timing-function:ease-in-out}::view-transition-new(onboarding-persona-section),::view-transition-old(onboarding-persona-section){animation-duration:.4s;animation-timing-function:ease-in-out}::view-transition-old(onboarding-persona-section){animation-name:fade-out,slide-down}::view-transition-new(onboarding-persona-section){animation-name:fade-in}::view-transition-new(onboarding-pricing),::view-transition-old(onboarding-pricing){animation-duration:.4s;animation-timing-function:ease-in-out}::view-transition-new(onboarding-pricing){animation-name:fade-in,slide-up}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}}@keyframes SplashScreen_fadeIn__UBBnv{0%{opacity:0}to{opacity:1}}@keyframes SplashScreen_slideUp__NF0-l{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes SplashScreen_logoGlow__0AoVt{0%,to{box-shadow:0 4px 20px #9ca3af4d,0 0 0 0 #9ca3af33;transform:scale(1)}50%{box-shadow:0 8px 30px #9ca3af66,0 0 0 8px #9ca3af1a;transform:scale(1.05)}}@keyframes SplashScreen_logoFadeIn__KDRxk{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes SplashScreen_spin__WZFKd{to{transform:rotate(1turn)}}@keyframes SplashScreen_titleGlow__r5\+aG{0%,to{text-shadow:0 0 20px #ffffff4d,0 0 40px #ffffff26,0 2px 12px #0006}50%{text-shadow:0 0 30px #fff6,0 0 60px #fff3,0 2px 12px #0006}}@keyframes SplashScreen_gradientShift__LyIsB{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.SplashScreen_splashScreen__ueTYN{-webkit-overflow-scrolling:touch;align-items:flex-start;animation:SplashScreen_fadeIn__UBBnv .5s ease-in;background:var(--gradient-primary);bottom:0;display:flex;justify-content:center;left:0;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:fixed;right:0;top:0;z-index:10000}.SplashScreen_splashContent__9\+B6N{animation:SplashScreen_slideUp__NF0-l .6s ease-out;border-radius:0;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;max-width:100%;padding:1.5rem 1rem calc(1.5rem + 80px);padding-bottom:calc(1.5rem + var(--footer-height-mobile, 80px));position:relative;text-align:center;width:100%}.SplashScreen_splashLogoContainer__v2HHo{align-items:center;display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.75rem;margin-top:calc(6vh - .5rem)}.SplashScreen_splashLogo__O0aMV{animation:SplashScreen_logoFadeIn__KDRxk .8s ease-out,SplashScreen_logoGlow__0AoVt 3s ease-in-out infinite;border-radius:18px;box-shadow:0 4px 20px #9ca3af66,0 0 0 1px #ffffff1a;display:block;height:90px;margin:0 auto;object-fit:contain;transition:transform .3s ease;width:90px}.SplashScreen_splashTitle__7KvOG{-webkit-text-fill-color:#0000;animation:SplashScreen_gradientShift__LyIsB 4s ease infinite,SplashScreen_titleGlow__r5\+aG 3s ease-in-out infinite;background:linear-gradient(135deg,#9ca3af,#d1d5db 30%,#e5e7eb 60%,#fff);-webkit-background-clip:text;background-clip:text;background-size:200% 200%;display:inline-block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));font-size:2.25rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0;position:relative}.SplashScreen_splashSubtitle__iD0be{color:#ffffffeb;font-family:Playfair Display,serif;font-size:1.5rem;font-style:italic;font-weight:700;letter-spacing:.03em;line-height:1.4;margin:.5rem auto 0;max-width:700px;opacity:.95;padding:0 2rem;position:relative;text-shadow:0 1px 8px #00000059;text-transform:none}.SplashScreen_splashSubtitle__iD0be:before{left:0;top:-.5rem}.SplashScreen_splashSubtitle__iD0be:after,.SplashScreen_splashSubtitle__iD0be:before{color:#fff6;content:'"';font-family:Georgia,serif;font-size:3rem;font-style:normal;line-height:1;position:absolute}.SplashScreen_splashSubtitle__iD0be:after{bottom:-1.5rem;right:0}.SplashScreen_splashDescription__\+RvBM{line-height:1.6;margin:1.5rem auto 2.5rem;max-width:100%;padding:0 1.25rem;text-align:center}.SplashScreen_splashTagline__Zgd9q{color:#fff;font-family:Roboto,sans-serif;font-size:2rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin:0 0 .75rem;text-shadow:0 2px 8px #00000059}.SplashScreen_splashSubheadline__EzrOn{color:#ffffffbf;font-size:1.125rem;font-weight:300;letter-spacing:.01em;line-height:1.7;margin:0;text-shadow:0 1px 6px #00000059}.SplashScreen_splashText__mngk8{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#ffffff1f;border:1px solid #ffffff40;border-radius:16px;box-shadow:0 4px 16px #00000026,inset 0 0 0 1px #ffffff1a,inset 0 1px 0 #fff3;color:#fffffff2;font-size:.9rem;font-weight:400;line-height:1.65;margin:0;padding:1.25rem 1rem;text-shadow:0 1px 6px #00000059;transition:all .3s ease}.SplashScreen_splashText__mngk8 b{color:#fff;display:block;font-size:.95rem;font-weight:600;line-height:1.5;margin-bottom:.625rem;text-shadow:0 1px 8px #0000004d}.SplashScreen_splashText__mngk8 i{display:block;font-size:.8rem;font-style:italic;font-weight:400;line-height:1.5;opacity:.85}.SplashScreen_splashLoading__an2DC{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0 0;padding:1.25rem 0}.SplashScreen_splashSpinner__ENNd1{animation:SplashScreen_spin__WZFKd .8s linear infinite;border:3px solid #fff3;border-radius:50%;border-top-color:#fff;box-shadow:0 2px 10px #0003;height:44px;width:44px}.SplashScreen_splashLoadingText__0eKGO{font-size:.95rem;font-weight:500;letter-spacing:.02em;margin:0;opacity:.95;text-shadow:0 1px 6px #0000004d}.SplashScreen_splashGoButton__CrDkQ{-webkit-tap-highlight-color:transparent;align-items:center;background:#fff;border:1px solid #dadce0;border-radius:4px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;box-sizing:border-box;color:#3c4043;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:500;justify-content:center;letter-spacing:.01em;margin-bottom:1.5rem;margin-top:2rem;max-width:320px;min-height:48px;min-width:200px;overflow:hidden;padding:1rem 1.5rem;position:relative;text-shadow:none;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%}.SplashScreen_splashGoButton__CrDkQ>.SplashScreen_googleLogo__kwRGn{left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.SplashScreen_splashGoButton__CrDkQ:hover:not(:disabled){background:#f8f9fa;border-color:#dadce0;box-shadow:0 2px 4px #00000026,0 1px 2px #0003}.SplashScreen_splashGoButton__CrDkQ:active:not(:disabled){background:#f1f3f4;box-shadow:0 1px 2px #0000001a}.SplashScreen_splashGoButton__CrDkQ:disabled{background:#ffffffb3;cursor:not-allowed;opacity:.6;transform:none}.SplashScreen_splashPersonaSelection__1VGis{margin:0;width:100%}.SplashScreen_splashSigninPrompt__\+aJ-F{align-items:center;display:flex;flex-direction:column;gap:0;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:100%;padding:0 1.25rem;width:100%}.SplashScreen_splashSigninText__nQbs7{font-size:1.1rem;font-weight:600;margin:0;opacity:.95;text-align:center}.SplashScreen_googleLogo__kwRGn{display:block;flex-shrink:0;height:24px;width:24px}.SplashScreen_splashFooter__BiMsY{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--gradient-primary);border-top:1px solid #fff3;bottom:0;box-shadow:0 -2px 8px #0000001a;display:flex;justify-content:center;left:0;min-height:auto;min-height:var(--footer-height-mobile,auto);overflow:hidden;padding:1rem;position:fixed;right:0;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;z-index:10}.SplashScreen_splashFooterText__23PWh{color:#fffffff2;font-size:.8rem;font-weight:400;line-height:1.5;margin:0;max-width:600px;padding:0 1rem;text-align:center;text-shadow:0 1px 4px #0003}.SplashScreen_splashPersonaTitle__-NeHv{color:#fff;font-size:1.2rem;font-weight:600;letter-spacing:-.01em;margin:0 0 1.5rem;padding:0 1.25rem;text-align:center;text-shadow:0 2px 8px #00000059}.SplashScreen_personaGrid__nFhl1{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;width:100%}.SplashScreen_personaCard__Daft-{-webkit-tap-highlight-color:transparent;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#ffffff1f;border:1px solid #ffffff40;border-radius:16px;box-shadow:0 4px 16px #00000026,inset 0 0 0 1px #ffffff1a,inset 0 1px 0 #fff3;color:#fff;cursor:pointer;overflow:hidden;padding:1.25rem 1rem;position:relative;text-align:left;touch-action:manipulation;transition:all .3s ease}.SplashScreen_personaCard__Daft-:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.SplashScreen_personaCard__Daft-:hover{background:#ffffff2e;border-color:#ffffff59;box-shadow:0 8px 32px #0003,inset 0 0 0 1px #ffffff26,inset 0 1px 0 #ffffff4d;transform:translateY(-2px)}.SplashScreen_personaCard__Daft-:hover:before{opacity:1}.SplashScreen_personaCard__Daft-.SplashScreen_selected__qXUKT{background:#ffffff2e;border-color:#ffffff59;border-width:1px;box-shadow:0 8px 32px #0003,inset 0 0 0 1px #ffffff26,inset 0 1px 0 #ffffff4d;transform:translateY(-2px)}.SplashScreen_personaCard__Daft-.SplashScreen_selected__qXUKT:before{background:linear-gradient(90deg,#0000,#ffffff80,#0000);opacity:1}.SplashScreen_personaCard__Daft-:active{transform:translateY(-1px)}.SplashScreen_personaName__bUyYT{color:#fff;font-size:1.05rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.5rem;text-shadow:0 2px 8px #0000004d}.SplashScreen_personaDescription__T9h4d{color:#fffffff2;font-size:.875rem;font-weight:400;line-height:1.5;text-shadow:0 1px 6px #00000040}@media (min-width:768px){.SplashScreen_splashContent__9\+B6N{max-width:650px;padding:5rem 2rem calc(4rem + 80px);padding-bottom:calc(4rem + var(--footer-height-mobile, 80px))}.SplashScreen_splashLogoContainer__v2HHo{gap:1.25rem;margin-bottom:2.5rem;margin-top:calc(6vh - 1rem)}.SplashScreen_splashLogo__O0aMV{border-radius:24px;height:120px;width:120px}.SplashScreen_splashTitle__7KvOG{font-size:3.25rem;font-weight:800}.SplashScreen_splashSubtitle__iD0be{font-size:1.75rem;font-weight:700;padding:0 3rem}.SplashScreen_splashSubtitle__iD0be:before{font-size:4rem;left:.5rem;top:-.75rem}.SplashScreen_splashSubtitle__iD0be:after{bottom:-2rem;font-size:4rem;right:.5rem}.SplashScreen_splashDescription__\+RvBM{margin:2.5rem 0 3.5rem}.SplashScreen_splashTagline__Zgd9q{font-size:2.5rem;margin-bottom:1rem}.SplashScreen_splashSubheadline__EzrOn{font-size:1.25rem}.SplashScreen_splashText__mngk8{font-size:1.05rem;padding:2rem}.SplashScreen_splashText__mngk8 b{font-size:1.15rem;margin-bottom:.875rem}.SplashScreen_splashText__mngk8 i{font-size:.95rem}.SplashScreen_splashGoButton__CrDkQ{font-size:1rem;margin-bottom:0;margin-top:2.5rem;max-width:360px;min-height:52px;min-width:240px;padding:1rem 2rem}.SplashScreen_splashGoButton__CrDkQ>.SplashScreen_googleLogo__kwRGn{left:1.25rem}.SplashScreen_splashFooter__BiMsY{padding:1.25rem 1.5rem}.SplashScreen_splashFooterText__23PWh{font-size:.85rem}.SplashScreen_splashLoading__an2DC{gap:1.5rem;margin:2.5rem 0 0;padding:0}.SplashScreen_splashSpinner__ENNd1{height:52px;width:52px}.SplashScreen_splashLoadingText__0eKGO{font-size:1.05rem}.SplashScreen_personaGrid__nFhl1{gap:1.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:600px}.SplashScreen_personaCard__Daft-{padding:1.75rem 1.5rem}.SplashScreen_personaName__bUyYT{font-size:1.15rem;margin-bottom:.625rem}.SplashScreen_personaDescription__T9h4d{font-size:.9rem;line-height:1.6}.SplashScreen_splashPersonaTitle__-NeHv{font-size:1.5rem;margin-bottom:2.5rem}.SplashScreen_splashSigninPrompt__\+aJ-F{gap:2rem;margin-top:2rem;padding:0}}@media (min-width:1024px){.SplashScreen_splashScreen__ueTYN{background:var(--gradient-primary)}.SplashScreen_splashContent__9\+B6N{border-radius:0;max-width:768px;padding-bottom:calc(4rem + 80px);padding-bottom:calc(4rem + var(--footer-height-mobile, 80px));width:768px}.SplashScreen_splashFooter__BiMsY{left:calc(50% - 384px)!important;max-width:768px!important;padding:1.25rem 1.5rem;right:auto!important;transform:translateZ(0);-webkit-transform:translateZ(0);width:768px!important}.SplashScreen_splashFooterText__23PWh{font-size:.9rem}}.SplashScreen_splashErrorText__mWmII{color:#fbbf24;font-size:.9rem;margin-top:.5rem}.SplashScreen_splashErrorMessage__\+0RW6{border-radius:12px;margin-bottom:1.5rem;padding:1rem;text-align:center}.SplashScreen_splashErrorMessageNetwork__EeLHI{background-color:#fbbf2426;border:1px solid #fbbf2466}.SplashScreen_splashErrorMessageError__AZp05{background-color:#ef44441a;border:1px solid #ef44444d}.SplashScreen_splashErrorMessageIcon__ThKW1{font-size:2rem;line-height:1;margin-bottom:.5rem}.SplashScreen_splashErrorMessageTitle__eixx\+{color:#d97706;font-size:1rem;font-weight:600;margin:0 0 .5rem}.SplashScreen_splashErrorMessageTitleError__u2wmK{color:#dc2626}.SplashScreen_splashErrorMessageSubtext__mmBzj{color:#92400e;font-size:.85rem;font-weight:400;line-height:1.5;margin:0}.SplashScreen_splashErrorMessageSubtextError__arq8w{color:#991b1b;margin:.25rem 0 0}@keyframes SettingsModal_fadeIn__eve\+p{0%{opacity:0}to{opacity:1}}@keyframes SettingsModal_slideUpModal__qZzRS{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SettingsModal_settingsModal__whqQ6{align-items:center;animation:SettingsModal_fadeIn__eve\+p .2s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.SettingsModal_settingsContent__9pTXS{animation:SettingsModal_slideUpModal__qZzRS .3s ease-out;background:var(--gradient-primary);border:1px solid #fff3;border-radius:16px;box-shadow:0 20px 60px #0006;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.SettingsModal_settingsHeader__Gbc1j{align-items:center;border-bottom:1px solid #fff3;display:flex;justify-content:space-between;padding:.75rem 1.5rem}.SettingsModal_settingsHeader__Gbc1j h2{color:#fff;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;margin:0;text-shadow:0 2px 8px #00000059}.SettingsModal_settingsClose__Vx0q-{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:36px}.SettingsModal_settingsClose__Vx0q-:hover{background:#fff3;border-color:#fff6;transform:scale(1.1)}.SettingsModal_settingsBody__yo6q3{padding:1.5rem}.SettingsModal_settingsUserGreeting__sUC9O{border-bottom:none;color:#fff;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.5rem;padding-bottom:0;text-shadow:0 2px 8px #00000059}.SettingsModal_settingsDescription__3ERtN{color:#ffffffd9;font-size:.95rem;font-weight:500;line-height:1.5;margin:0 0 1.5rem;text-shadow:0 1px 6px #0000004d}.SettingsModal_personaGridSettings__YjoRw{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.SettingsModal_personaCardSettings__\+fNfx{-webkit-tap-highlight-color:transparent;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 8px 24px #00000040,0 4px 12px #0003,inset 0 0 0 1px #ffffff26;color:#fff;cursor:pointer;overflow:visible;padding:1.5rem 1.25rem;position:relative;text-align:left;touch-action:manipulation;transition:all .3s ease}.SettingsModal_personaCardSettings__\+fNfx:hover{background:#ffffff38;border-color:#fff6;box-shadow:0 12px 32px #0000004d,0 6px 16px #00000040,inset 0 0 0 1px #fff3;transform:translateY(-4px)}.SettingsModal_persona-card-settings__2pDlc.SettingsModal_selected__0Hyas{background:#ffffff38;border-color:#ffffffb3;border-width:2px;box-shadow:0 12px 32px #0000004d,0 6px 16px #00000040,inset 0 0 0 2px #ffffff4d,0 0 20px #ffffff26;transform:translateY(-4px)}.SettingsModal_persona-card-settings__2pDlc.SettingsModal_selected__0Hyas .SettingsModal_personaName__X\+QQ9{color:#fff;font-weight:700}.SettingsModal_personaCardSettings__\+fNfx:active{transform:translateY(-2px)}.SettingsModal_personaCardSettings__\+fNfx .SettingsModal_personaName__X\+QQ9{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:-.01em;line-height:1.4;margin-bottom:.75rem;text-shadow:0 2px 10px #00000080,0 1px 3px #0006}.SettingsModal_personaCardSettings__\+fNfx .SettingsModal_personaDescription__39M4M{color:#fff;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.01em;line-height:1.6;margin:0;text-shadow:0 2px 8px #00000080,0 1px 3px #0006}.SettingsModal_personaCheckIcon__Mt7is{animation:SettingsModal_fadeIn__eve\+p .3s ease-in;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));position:absolute;right:1rem;top:1rem;z-index:1}@media (min-width:768px){.SettingsModal_settingsContent__9pTXS{max-width:700px}.SettingsModal_settingsHeader__Gbc1j{padding:1rem 1.75rem}.SettingsModal_settingsHeader__Gbc1j h2{font-size:1.5rem}.SettingsModal_settingsBody__yo6q3{padding:1.75rem}.SettingsModal_settingsUserGreeting__sUC9O{font-size:1.5rem}.SettingsModal_settingsDescription__3ERtN{font-size:1rem}.SettingsModal_personaGridSettings__YjoRw{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.SettingsModal_personaCardSettings__\+fNfx{padding:1.75rem 1.5rem}.SettingsModal_personaCardSettings__\+fNfx .SettingsModal_personaName__X\+QQ9{font-size:1.125rem;margin-bottom:.875rem}.SettingsModal_personaCardSettings__\+fNfx .SettingsModal_personaDescription__39M4M{font-size:.875rem;line-height:1.65}}:root{--header-height-mobile:56px;--header-height-tablet:64px}.Header_header__Lhnr8{align-items:center;background:var(--gradient-primary);box-shadow:0 2px 8px #0000001a;color:var(--header-text-color);display:flex;flex-shrink:0;gap:.75rem;height:56px;height:var(--header-height-mobile);justify-content:space-between;left:0;min-height:48px;padding:.5rem .75rem;position:fixed;right:0;top:0;width:100%;z-index:100}.Header_headerLeft__fbRek{align-items:center;display:flex;flex:1 1;gap:.25rem;min-width:0}.Header_headerRight__1ZOXq{align-items:center;display:flex;flex-shrink:0;gap:.5rem;justify-content:flex-end}.Header_headerPrevButton__JNYXd{background:#0000;border:none;height:28px;margin:0;padding:0;transition:opacity .2s ease,transform .1s ease;width:28px}.Header_headerHomeButton__YwLbj,.Header_headerPrevButton__JNYXd{align-items:center;color:var(--header-text-color);cursor:pointer;display:flex;flex-shrink:0;justify-content:center;line-height:1}.Header_headerHomeButton__YwLbj{background:var(--action-button-bg);border:1px solid var(--action-button-border);border-radius:6px;height:40px;margin-right:.25rem;padding:.375rem;transition:all .2s ease;width:40px}.Header_headerHomeButtonWithLabel__Tgr6O{gap:.25rem;justify-content:center;padding:.5rem .75rem;width:auto}.Header_headerHomeButtonWithLabel__Tgr6O svg{display:block;flex-shrink:0;height:20px;margin:0;padding:0;width:20px}.Header_headerHomeLabel__TmjWg{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1;white-space:nowrap}.Header_headerPortfolioButton__mmSFw,.Header_headerSearchButton__5ovku{align-items:center;background:var(--action-button-bg);border:1px solid var(--action-button-border);border-radius:6px;color:var(--header-text-color);cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;line-height:1;margin-right:.25rem;padding:.375rem;transition:all .2s ease;width:40px}.Header_headerHomeButton__YwLbj:not(.Header_headerHomeButtonWithLabel__Tgr6O) svg,.Header_headerPortfolioButton__mmSFw svg,.Header_headerPrevButton__JNYXd svg,.Header_headerSearchButton__5ovku svg{display:block;height:100%;width:100%}.Header_headerPrevButton__JNYXd:hover{opacity:.8;transform:translateX(-2px)}.Header_headerPrevButton__JNYXd:active{opacity:.6;transform:translateX(0)}.Header_headerHomeButton__YwLbj:hover{background:var(--action-button-hover-bg);border-color:var(--action-button-hover-border);transform:translateY(-1px)}.Header_headerHomeButton__YwLbj:active{background:var(--action-button-active-bg);transform:translateY(0)}.Header_headerPortfolioButton__mmSFw:hover{background:var(--action-button-hover-bg);border-color:var(--action-button-hover-border);transform:translateY(-1px)}.Header_headerPortfolioButton__mmSFw:active{background:var(--action-button-active-bg);transform:translateY(0)}.Header_headerSearchButton__5ovku:hover{background:var(--action-button-hover-bg);border-color:var(--action-button-hover-border);transform:translateY(-1px)}.Header_headerSearchButton__5ovku:active{background:var(--action-button-active-bg);transform:translateY(0)}.Header_headerListButton__zL0mt{align-items:center;background:var(--header-overlay-light);border:1px solid var(--header-border-light);border-radius:20px;color:var(--header-text-color);cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;margin:0;padding:.5rem 1rem;transition:all .2s ease}.Header_headerListIcon__4PRzm{flex-shrink:0;height:18px;width:18px}.Header_headerListLabel__PKt7p{line-height:1}.Header_headerListButton__zL0mt:hover{background:var(--header-overlay-medium);border-color:var(--header-border-medium);transform:translateY(-1px)}.Header_headerListButton__zL0mt:active{background:var(--header-overlay-light);transform:translateY(0)}.Header_headerBrand__M3bAq{align-items:center;cursor:pointer;display:flex;flex-direction:row;flex-shrink:0;gap:.5rem;justify-content:center;padding:.125rem;transition:opacity .2s ease,transform .2s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.Header_headerBrand__M3bAq:hover{opacity:.85;transform:scale(1.05)}.Header_headerBrand__M3bAq:active{opacity:.7;transform:scale(.95)}.Header_headerLogo__DEpVX{display:block;height:40px;object-fit:contain;width:auto}.Header_headerBrandLabel__Ew9aB{color:var(--header-text-color);display:inline-block;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1;white-space:nowrap}.Header_headerUserSection__mLg2b{align-items:center;display:flex;gap:.25rem;position:relative}.Header_headerUserAvatarPlaceholder__FsV80,.Header_headerUserAvatar__MyiHU{align-items:center;background-color:var(--header-overlay-light);border:2px solid var(--header-border-avatar);border-radius:50%;color:var(--header-text-color);cursor:pointer;display:flex;font-size:1.1rem;font-weight:500;height:40px;justify-content:center;margin:0;min-height:40px;min-width:40px;object-fit:cover;padding:0;transition:all .2s ease;width:40px}.Header_headerUserAvatarPlaceholder__FsV80:hover,.Header_headerUserAvatar__MyiHU:hover{background-color:var(--header-overlay-medium);border-color:var(--header-border-avatar-hover);transform:scale(1.05)}.Header_headerUserAvatarPlaceholder__FsV80:active,.Header_headerUserAvatar__MyiHU:active{background-color:var(--header-overlay-light);transform:scale(.95)}.Header_headerSigninButton__aqkCh{align-items:center;background:var(--header-overlay-medium);border:1px solid var(--header-border-medium);border-radius:20px;color:var(--header-text-color);cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.4;margin:0;padding:.5rem 1rem;transition:all .2s ease}.Header_headerSigninButton__aqkCh:hover{background:var(--header-overlay-dark);border-color:var(--header-border-dark);transform:translateY(-1px)}.Header_headerSigninButton__aqkCh:active{background:var(--header-overlay-medium);transform:translateY(0)}.Header_headerUserMenu__3CkQ5{background:var(--color-bg-primary);border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;min-width:160px;overflow:hidden;padding:.25rem 0;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}.Header_headerUserMenuItem__1IP9-{align-items:center;background:#0000;border:none;color:var(--color-text-primary);cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;gap:.75rem;margin:0;padding:.75rem 1rem;text-align:left;transition:background-color .2s ease;width:100%}.Header_headerUserMenuIcon__UNWcy{color:var(--color-text-secondary);flex-shrink:0;height:18px;width:18px}.Header_headerUserMenuItem__1IP9-:hover{background-color:var(--color-bg-tertiary)}.Header_headerUserMenuItem__1IP9-:hover .Header_headerUserMenuIcon__UNWcy{color:var(--color-text-primary)}.Header_headerUserMenuItem__1IP9-:active,.Header_headerUserMenuSeparator__-iAiz{background-color:var(--color-border-light)}.Header_headerUserMenuSeparator__-iAiz{height:1px;margin:.25rem 0}.Header_headerSpacer__dwLUd{flex-shrink:0;height:56px;height:var(--header-height-mobile);width:100%}@media (min-width:768px){.Header_header__Lhnr8{min-height:56px;padding:.625rem 1rem}.Header_headerSpacer__dwLUd,.Header_header__Lhnr8{height:64px;height:var(--header-height-tablet)}.Header_headerLogo__DEpVX{height:48px}.Header_headerBrandLabel__Ew9aB{display:block;font-size:1.25rem}.Header_headerPrevButton__JNYXd{height:32px;width:32px}.Header_headerHomeButton__YwLbj{height:44px;padding:.5rem;width:44px}.Header_headerHomeButtonWithLabel__Tgr6O{padding:.625rem 1rem}.Header_headerHomeButtonWithLabel__Tgr6O svg{height:22px;width:22px}.Header_headerHomeLabel__TmjWg{font-size:1rem}.Header_headerPortfolioButton__mmSFw{height:44px;padding:.5rem;width:44px}.Header_headerListButton__zL0mt{font-size:.9375rem;padding:.625rem 1.25rem}.Header_headerListIcon__4PRzm{height:20px;width:20px}.Header_headerUserAvatarPlaceholder__FsV80,.Header_headerUserAvatar__MyiHU{font-size:1.2rem;height:44px;min-height:44px;min-width:44px;width:44px}}@media (min-width:1024px){.Header_header__Lhnr8{left:calc(50% - 384px);max-width:768px;right:auto;transform:translateZ(0);-webkit-transform:translateZ(0);width:768px}}.ErrorView_errorView__cbVTa{background:#fff;background:var(--color-bg-primary,#fff);display:flex;flex-direction:column;min-height:100vh}.ErrorView_errorContent__DI7lm{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:4rem 1.5rem 3rem;text-align:center}.ErrorView_errorIcon__541wz{color:#6b7280;color:var(--color-primary,#6b7280);margin-bottom:2rem;opacity:.7}.ErrorView_errorIcon__541wz svg{height:80px;width:80px}.ErrorView_errorTitle__ux0oW{color:#111827;color:var(--color-text-primary,#111827);font-family:Roboto,sans-serif;font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin:0 0 1.25rem}.ErrorView_errorMessage__y9w3b{color:#6b7280;color:var(--color-text-secondary,#6b7280);font-size:1.0625rem;font-weight:400;line-height:1.7;margin:0;max-width:520px}.ErrorView_errorFeedLink__XySHj{align-items:center;background:#6b7280;background:var(--color-primary,#6b7280);border-radius:8px;color:#fff;color:var(--color-text-inverse,#fff);display:inline-flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;gap:.5rem;margin-top:3rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s,transform .1s}.ErrorView_errorFeedIcon__omBc1{flex-shrink:0;height:1.25rem;width:1.25rem}.ErrorView_errorFeedLink__XySHj:hover{background:#4b5563;background:var(--color-primary-dark,#4b5563);transform:translateY(-1px)}.ErrorView_errorFeedLink__XySHj:active{transform:translateY(0)}@media (max-width:768px){.ErrorView_errorContent__DI7lm{padding:2rem 1rem}.ErrorView_errorIcon__541wz svg{height:72px;width:72px}.ErrorView_errorTitle__ux0oW{font-size:1.5rem}.ErrorView_errorMessage__y9w3b{font-size:1rem}.ErrorView_errorFeedLink__XySHj{font-size:.9375rem;margin-top:2.5rem;padding:.625rem 1.25rem}}.FilterModal_filterModalBackdrop__ytF97{align-items:flex-end;background:#0000004d;display:flex;inset:0;justify-content:center;overflow:hidden;position:fixed;z-index:40}.FilterModal_filterModal__gcClH{background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -10px 30px #0f172a40;display:flex;flex-direction:column;max-height:90vh;max-width:480px;overflow:hidden;padding:0;position:relative;width:100%}@media (max-width:768px){.FilterModal_filterModal__gcClH{height:70vh;max-height:70vh}}@media (min-width:769px){.FilterModal_filterModal__gcClH{height:auto;max-height:90vh}}.FilterModal_filterModalHeader__rFiuR{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex:0 0 auto;justify-content:space-between;padding:.75rem 1.25rem}.FilterModal_filterModalHeader__rFiuR h2{color:#111827;font-size:1.125rem;font-weight:600;margin:0}.FilterModal_filterModalClose__NI0-L{align-items:center;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;line-height:1;transition:background-color .2s ease;width:2rem}.FilterModal_filterModalClose__NI0-L:hover{background-color:#f3f4f6;color:#111827}.FilterModal_filterModalBody__gpCJO{-webkit-overflow-scrolling:touch;display:flex;flex:1 1 auto;flex-direction:column;gap:1.25rem;min-height:0;overflow-x:hidden;overflow-y:auto;padding:1.25rem 1.5rem 1.25rem 1.25rem}@media (max-width:768px){.FilterModal_filterModalBody__gpCJO{max-height:calc(70vh - 110px)}}.FilterModal_filterSection__oilO7{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;margin-top:.5rem;padding:1rem 1.25rem;position:relative}.FilterModal_filterSection__oilO7:first-child{margin-top:0}.FilterModal_filterSectionTitle__ooFbe{background:#fff;color:#6b7280;font-size:.8125rem;font-weight:600;left:.75rem;letter-spacing:.05em;line-height:1;padding:0 .375rem;position:absolute;text-transform:uppercase;top:-.375rem}.FilterModal_filterSection__oilO7 h3{color:#374151;font-size:.9rem;font-weight:600;margin:0 0 .5rem}.FilterModal_filterOptions__wErrP{display:flex;flex-wrap:wrap;gap:.5rem}.FilterModal_filterOptionsOrder__95asf{flex-direction:column}.FilterModal_filterOption__M\+r0S{align-items:center;color:#374151;display:inline-flex;font-size:.9375rem;gap:.5rem}.FilterModal_filterOptionText__n\+y8u{align-items:center;display:inline-flex;gap:.25rem}.FilterModal_filterHelpButton__joGgM{align-items:center;background:#0000;border:none;color:#6b7280;cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;margin-left:.25rem;padding:0;transition:color .2s ease;vertical-align:middle}.FilterModal_filterHelpButton__joGgM:hover{color:var(--color-primary)}.FilterModal_filterHelpButton__joGgM:active{color:var(--color-primary-dark)}.FilterModal_filterHelpIcon__eWKFr{height:1.125rem;width:1.125rem}.FilterModal_filterOption__M\+r0S input[type=checkbox],.FilterModal_filterOption__M\+r0S input[type=radio]{cursor:pointer;flex-shrink:0;height:18px;width:18px}.FilterModal_filterSectorSelect__K2Ln\+{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:inherit;font-size:.9375rem;min-height:90px;padding:.625rem;width:100%}.FilterModal_filterSectorSelect__K2Ln\+:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.FilterModal_filterSectorSelect__K2Ln\+ option{font-size:.9375rem;padding:.5rem}.FilterModal_filterSectorHint__TuLGc{color:#6b7280;font-size:.8125rem;font-style:italic;margin-top:.5rem}.FilterModal_filterModalFooter__eCU\+L{background:#fff;border-top:1px solid #e5e7eb;display:flex;flex:0 0 auto;gap:.75rem;justify-content:flex-end;padding:.75rem 1.25rem}.FilterModal_filterButtonPrimary__Fse2O,.FilterModal_filterButtonSecondary__mykin{border-radius:999px;cursor:pointer;font-size:.9375rem;font-weight:500;padding:.625rem 1.25rem}.FilterModal_filterButtonSecondary__mykin{background:#fff;border:1px solid #d1d5db;color:#374151}.FilterModal_filterButtonPrimary__Fse2O{background:var(--gradient-primary);border:none;color:var(--color-text-inverse)}.FilterModal_filterButtonPrimary__Fse2O:hover{background:var(--gradient-primary-hover)}.FilterModal_filterButtonSecondary__mykin:hover{background:#f3f4f6}.StockSearchBar_stockSearchBarContainer__kHPSA{box-shadow:0 2px 4px #0000000d;left:0;padding:.5rem 1rem;position:fixed;right:0;top:56px;top:var(--header-height-mobile,56px);width:100%;z-index:99}@media (min-width:768px){.StockSearchBar_stockSearchBarContainer__kHPSA{top:64px;top:var(--header-height-tablet,64px)}}.StockSearchBar_stockSearchBarWrapper__Wrol9{align-items:stretch;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e0e0e0;border:1px solid var(--border-color,#e0e0e0);border-radius:8px;display:flex;flex-direction:row;overflow:visible;transition:border-color .2s,box-shadow .2s;width:100%}.StockSearchBar_stockSearchBarWrapper__Wrol9:focus-within{border-color:#3b82f6;border-color:var(--primary-color,#3b82f6);box-shadow:0 0 0 3px #3b82f61a}.StockSearchBar_stockSearchInputWrapper__AvAvK{align-items:center;background:#0000;border:none;border-right:1px solid #e0e0e0;border-right:1px solid var(--border-color,#e0e0e0);display:flex;flex:1 1;flex-direction:row;min-height:2.5rem;min-width:0;overflow:visible;padding:.5rem .75rem;position:relative;visibility:visible}.StockSearchBar_stockSearchIcon__0bOFP{color:#6b7280;color:var(--text-secondary,#6b7280);flex-shrink:0;font-size:1.25rem;margin-right:.5rem}.StockSearchBar_stockSearchInput__JK26E{background:#0000;border:none;color:#111827;color:var(--text-primary,#111827);flex:1 1;font-size:1rem;min-width:0;opacity:1;outline:none;visibility:visible}.StockSearchBar_stockSearchInput__JK26E::placeholder{color:#9ca3af;color:var(--text-secondary,#9ca3af)}.StockSearchBar_stockSearchLoading__yeQ-J{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:.75rem;font-style:italic;position:absolute;right:.75rem}.StockSearchBar_stockSearchDropdownsWrapper__UUQuU{align-items:stretch;display:flex;flex-direction:row;flex-shrink:0;gap:0;min-width:0;overflow:visible}.StockSearchBar_stockSearchDropdown__dqiR4{border-left:1px solid #e0e0e0;border-left:1px solid var(--border-color,#e0e0e0);flex-shrink:0}.StockSearchBar_stockSearchDropdown__dqiR4:first-child{border-left:none;max-width:3rem;min-width:3rem;width:3rem}.StockSearchBar_stockSearchDropdown__dqiR4:last-child{max-width:5rem;min-width:5rem;width:5rem}.StockSearchBar_stockSearchDropdown__dqiR4{overflow:visible;pointer-events:auto!important}.StockSearchBar_stockSearchDropdown__dqiR4>div{height:100%;min-height:2.5rem;overflow:visible;pointer-events:auto!important;width:100%}.StockSearchBar_stockSearchDropdown__dqiR4 [class*=control]{background:#0000!important;border:none!important;box-shadow:none!important;cursor:pointer!important;height:100%!important;min-height:2.5rem!important;pointer-events:auto!important;width:100%!important}.StockSearchBar_stockSearchDropdown__dqiR4 [class*=control]:hover{border:none!important;cursor:pointer!important}.StockSearchBar_stockSearchDropdown__dqiR4 [class*=valueContainer]{padding:0 .5rem!important}.StockSearchBar_stockSearchDropdown__dqiR4 [class*=indicatorContainer],.StockSearchBar_stockSearchDropdown__dqiR4 [class*=indicatorsContainer]{display:none!important}.StockSearchBar_stockSearchSuggestions__j0VN9{background:#fff;background:var(--card-bg,#fff);border:1px solid #e0e0e0;border:1px solid var(--border-color,#e0e0e0);border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;left:0;margin-top:.25rem;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:500}.StockSearchBar_stockSearchSuggestionItem__acrm0{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--border-color,#f3f4f6);cursor:pointer;padding:.75rem 1rem;transition:background-color .15s}.StockSearchBar_stockSearchSuggestionItem__acrm0:last-child{border-bottom:none}.StockSearchBar_stockSearchSuggestionItem__acrm0:hover{background-color:#f9fafb;background-color:var(--hover-bg,#f9fafb)}.StockSearchBar_stockSearchSuggestionContent__BPTxt{display:flex;flex-direction:column;gap:.25rem}.StockSearchBar_stockSearchSuggestionTicker__ahHr3{color:#111827;color:var(--text-primary,#111827);font-size:.9375rem;font-weight:600}.StockSearchBar_stockSearchSuggestionName__RmGyq{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:.875rem}.StockSearchBar_stockSearchError__eNc00{background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:.875rem;margin-top:.5rem;padding:.5rem .75rem}@media (max-width:768px){.StockSearchBar_stockSearchDropdown__dqiR4:first-child{max-width:2.5rem;min-width:2.5rem;width:2.5rem}.StockSearchBar_stockSearchDropdown__dqiR4:last-child{max-width:4rem;min-width:4rem;width:4rem}.StockSearchBar_stockSearchDropdown__dqiR4 [class*=placeholder],.StockSearchBar_stockSearchDropdown__dqiR4 [class*=singleValue]{font-size:.75rem!important}}.ListView_listViewContainer__kOO8H{display:flex;flex-direction:column;overflow-x:hidden;padding-bottom:3.5rem}.ListView_listViewContainerWithBackground__gY3yt{background-attachment:fixed;background-image:linear-gradient(135deg,#4b556399 0,#37415199 100%),var(--splash-bg-url);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh;min-height:100dvh}@media (max-width:767px){.ListView_listViewContainerWithBackground__gY3yt{background-attachment:scroll}}.ListView_listHeader__TfkiQ{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #e5e7eb80;display:flex;justify-content:space-between;padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.ListView_listTitle__b0rSr{color:#111827;font-size:1.5rem;font-weight:600;margin:0}.ListView_listPageInfo__xAYGJ{color:#6b7280;font-size:.875rem;font-weight:400}.ListView_articleList__T3rdn{display:flex;flex-direction:column;gap:0;padding:0 1rem}.ListView_list-view-container__VBXXZ.ListView_searchBarVisible__cLjSX .ListView_articleList__T3rdn{padding-top:56px;padding-top:calc(var(--header-height-mobile, 56px))}.ListView_articleListItem__aZc7M{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;flex-direction:column;margin-bottom:1rem;overflow:hidden;position:relative;transition:all .2s ease}.ListView_articleListItem__aZc7M:first-child{margin-top:.5rem}.ListView_articleListItem__aZc7M:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}.ListView_articleListItem__aZc7M:active{box-shadow:0 1px 3px #0000001a;transform:translateY(0)}.ListView_articleListCardBorderMarkets__vMrAC{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 1rem}.ListView_marketExpandButton__ruCIk{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;display:inline-flex;font-size:.75rem;height:28px;justify-content:center;min-width:28px;padding:.25rem .5rem;transition:all .2s ease}.ListView_marketExpandButton__ruCIk:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.ListView_marketExpandButton__ruCIk:active{background:#e5e7eb}.ListView_marketExpandIcon__WaaMa{height:.875rem;width:.875rem}.ListView_articleListCardContent__YYbxx{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem}.ListView_articleListHeader__6oz89{align-items:flex-start;display:flex;gap:1rem}.ListView_articleListImage__-OQCd{background:#e5e7eb;border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:120px}.ListView_articleListImage__-OQCd img{height:100%;object-fit:cover;width:100%}.ListView_articleListTitle__EOxoT{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#111827;display:-webkit-box;flex:1 1;font-size:1.125rem;font-weight:600;line-height:1.4;margin:0;min-width:0;overflow:hidden}.ListView_articleListSummary__47\+JG{color:#374151;font-size:.875rem;font-weight:500;line-height:1.5;margin:0}.ListView_articleListMeta__1qR4X{color:#9ca3af;display:flex;flex-direction:column;font-size:.75rem;gap:.5rem;margin-top:.25rem}.ListView_articleListSectorsInline__PMppb{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.ListView_articleListFooter__TgHR9{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-direction:row;gap:.75rem;justify-content:space-between;margin-top:.5rem;padding-top:.75rem;width:100%}.ListView_articleListSectionContainer__zKxwg{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;margin-top:.5rem;padding:.75rem;position:relative;width:100%}.ListView_articleListSectionTitle__vVXhA{background:#fff;color:#6b7280;font-size:.6875rem;font-weight:600;left:.75rem;letter-spacing:.05em;line-height:1;padding:0 .375rem;position:absolute;text-transform:uppercase;top:-.375rem}.ListView_articleListMarkets__UloAz,.ListView_articleListSectors__zectl{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;width:100%}.ListView_sectorBadge__qEh1r{align-items:center;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border:1px solid #a5b4fc;border-radius:12px;box-shadow:0 1px 2px #0000000d;color:#3730a3;cursor:default;display:inline-flex;font-size:.6875rem;font-weight:500;letter-spacing:.025em;max-width:100%;overflow:hidden;padding:.25rem .625rem;text-overflow:ellipsis;white-space:nowrap}.ListView_articleListDateContainer__Eea45{align-items:center;display:flex;flex:0 0 auto;gap:.5rem}.ListView_articleListDate__o-Oqp{color:#4b5563;font-weight:400}.ListView_articleListForwardLookingContainer__w6Q\+3{flex:0 0 auto}.ListView_articleListForwardLooking__aIJZr{align-items:center;background:var(--gradient-primary);border:1px solid var(--color-primary-dark);border-radius:6px;box-shadow:0 1px 2px var(--shadow-primary);color:#fff;cursor:pointer;display:inline-flex;font-size:.6875rem;font-weight:500;letter-spacing:.025em;padding:.2rem .5rem;text-transform:uppercase;transition:all .2s ease}.ListView_articleListForwardLooking__aIJZr:hover{background:var(--gradient-primary-hover);box-shadow:0 2px 4px var(--shadow-primary-hover)}.ListView_articleListCountry__thUa5{align-items:center;display:inline-flex;font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif;font-size:1.25rem;line-height:1;min-height:1.25rem;min-width:1.25rem}.ListView_marketBadge__JBU3v{align-items:center;border-radius:12px;box-shadow:0 1px 2px #0000000d;cursor:pointer;display:inline-flex;font-size:.6875rem;font-weight:600;letter-spacing:.025em;padding:.25rem .625rem;text-transform:uppercase;transition:all .2s ease;-webkit-user-select:none;user-select:none}.ListView_marketBadge__JBU3v:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.ListView_marketBadge__JBU3v:active{box-shadow:0 1px 2px #0000000d;transform:translateY(0)}.ListView_marketBadgeEquity__1OhYk{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.ListView_marketBadgeCommodity__pb7zO{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.ListView_marketBadgeForex__T7NPd{background:linear-gradient(135deg,var(--color-green-light) 0,var(--color-green-main) 100%);color:#fff}.ListView_marketBadgeFixedIncome__NLQA5{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.ListView_marketBadgeMoney__RtpBn{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff}.ListView_marketBadgeRealEstate__EJUnu{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.ListView_marketBadgeCrypto__FR\+JN{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}.ListView_marketBadgeDefault__orkWG{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.ListView_marketInfoModalBackdrop__68WPF{align-items:center;animation:ListView_fadeIn__JKe\+Z .2s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}@keyframes ListView_fadeIn__JKe\+Z{0%{opacity:0}to{opacity:1}}.ListView_marketInfoModal__0mZgQ{animation:ListView_slideUp__kO5lY .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:80vh;max-width:500px;overflow:hidden;width:100%}@keyframes ListView_slideUp__kO5lY{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ListView_marketInfoModalHeader__g2S5f{align-items:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.ListView_marketInfoModalTitle__ez29d{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.ListView_marketInfoModalClose__sOI8O{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:2rem;justify-content:center;padding:0;transition:all .2s ease;width:2rem}.ListView_marketInfoModalClose__sOI8O:hover{background:#e5e7eb;color:#111827}.ListView_marketInfoModalClose__sOI8O svg{height:1.25rem;width:1.25rem}.ListView_marketInfoModalBody__lDw7V{flex:1 1;overflow-y:auto;padding:1.5rem}.ListView_marketInfoModalDescription__byueW{color:#374151;font-size:.9375rem;line-height:1.6;margin:0}@media (max-width:640px){.ListView_marketInfoModal__0mZgQ{margin:1rem;max-height:85vh;max-width:100%}.ListView_marketInfoModalHeader__g2S5f{padding:1rem 1.25rem}.ListView_marketInfoModalTitle__ez29d{font-size:1.125rem}.ListView_marketInfoModalBody__lDw7V{padding:1.25rem}.ListView_marketInfoModalDescription__byueW{font-size:.875rem}}.ListView_listLoadingWrapper__IayZV{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:400px;padding:3rem 1.5rem}.ListView_listLoadingCard__CBxnD{align-items:center;background:var(--color-bg-primary);border:1px solid var(--color-border-light);border-radius:12px;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;max-width:400px;padding:3rem 2.5rem;width:100%}.ListView_listLoadingCard__CBxnD p{color:var(--color-text-primary);font-size:1.25rem;font-weight:600;letter-spacing:.01em;margin:0}.ListView_listEmptyState__1c7Q7,.ListView_listError__CqKUc{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1rem;justify-content:center;min-height:400px;padding:3rem 1.5rem}.ListView_listErrorMessage__Oh73K{color:#dc2626;font-size:1rem;margin:0;text-align:center}.ListView_listEmptyState__1c7Q7{margin:0 auto;max-width:500px;text-align:center}.ListView_listEmptyIcon__5ODxl{font-size:4rem;margin-bottom:.5rem;opacity:.6}.ListView_listEmptyTitle__AdhnC{color:#111827;font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.ListView_listEmptyMessage__qgC-2{color:#374151;font-size:1rem;line-height:1.5;margin:0 0 .5rem}.ListView_listEmptySuggestion__wcZq9{color:#6b7280;font-size:.9375rem;line-height:1.6;margin:0 0 1.5rem}.ListView_listEmptyActionButton__B0JLe{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;box-shadow:0 2px 4px #3b82f633;color:#fff;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.ListView_listEmptyActionButton__B0JLe:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.ListView_listEmptyActionButton__B0JLe:active{box-shadow:0 2px 4px #3b82f633;transform:translateY(0)}.ListView_listEmptyActionButton__B0JLe:disabled{cursor:not-allowed;opacity:.6;transform:none}.ListView_listEmptyActionIcon__7wSxl{font-size:1.125rem}.ListView_listScrollSentinel__e-JHn{height:1px;min-height:1px}.ListView_listLoadingMore__nv9to{align-items:center;color:#6b7280;font-size:.875rem;gap:.75rem}.ListView_listLoadMoreContainer__ft1YL,.ListView_listLoadingMore__nv9to{display:flex;justify-content:center;padding:1.5rem}.ListView_listLoadMoreButton__7Acdv{background:var(--gradient-primary);border:none;border-radius:24px;color:var(--color-text-inverse);cursor:pointer;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 2rem;transition:all .2s ease}.ListView_listLoadMoreButton__7Acdv:hover{background:var(--gradient-primary-hover);box-shadow:0 4px 12px var(--shadow-primary-hover);transform:translateY(-1px)}.ListView_listLoadMoreButton__7Acdv:active{transform:translateY(0)}.ListView_listEndMessage__3Ogb4{color:#9ca3af;font-size:.875rem;padding:2rem 1.5rem;text-align:center}.ListView_listEndMessage__3Ogb4 p{margin:0}.ListView_listFooter__oWz6U{align-items:stretch;background:#fff;border-top:1px solid #e5e7eb;bottom:0;display:flex;left:0;padding:0;position:fixed;right:0;z-index:2000}.ListView_listFooterButton__4dKDi{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;box-shadow:none;color:var(--color-primary);cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.4rem;justify-content:center;min-height:44px;padding:.6rem 1rem .7rem;touch-action:manipulation;transition:background-color .2s ease;width:50%}.ListView_listFooterButton__4dKDi:first-child{border-right:1px solid #e5e7eb}.ListView_listFooterButton__4dKDi:disabled{cursor:default;opacity:.6}.ListView_listFooterButton__4dKDi:hover:not(:disabled){background-color:#0596690d;color:var(--color-primary-dark)}.ListView_listFooterButton__4dKDi:active:not(:disabled){background-color:#0596691a}.ListView_listFooterIcon__fYvbS{height:1rem;width:1rem}.ListView_listSpinner__opIlb{animation:ListView_spin__mL-Oq .8s linear infinite;border:4px solid #3b82f633;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}.ListView_listLoadingCard__CBxnD .ListView_listSpinner__opIlb{border-color:var(--color-primary-rgba-30);border-top-color:var(--color-primary);border-width:4px;height:48px;width:48px}@keyframes ListView_spin__mL-Oq{to{transform:rotate(1turn)}}@media (min-width:768px){.ListView_listHeader__TfkiQ{padding:1.25rem 2rem}.ListView_listTitle__b0rSr{font-size:1.75rem}.ListView_articleListItem__aZc7M{gap:1rem;padding:1.5rem 2rem}.ListView_articleListHeader__6oz89{gap:1.25rem}.ListView_articleListImage__-OQCd{height:100px;width:160px}.ListView_articleListTitle__EOxoT{-webkit-line-clamp:4;line-clamp:4;font-size:1.25rem}.ListView_articleListSummary__47\+JG{font-size:.9375rem}}@media (min-width:1024px){.ListView_listViewContainer__kOO8H{margin:0 auto;max-width:1200px;width:100%}.ListView_listFooter__oWz6U{left:calc(50% - 384px)!important;max-width:768px!important;right:auto!important;width:768px!important}.ListView_articleListItem__aZc7M{gap:1rem;padding:1.75rem 2rem}.ListView_articleListHeader__6oz89{gap:1.5rem}.ListView_articleListImage__-OQCd{height:120px;width:200px}.ListView_articleListTitle__EOxoT{-webkit-line-clamp:5;line-clamp:5}}.ImpactModal_impactModalBackdrop__IJVBm{align-items:flex-end;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#0f172a73;display:flex;inset:0;justify-content:center;position:fixed;z-index:40}.ImpactModal_impactModal__HC4wq{background:var(--gradient-primary);border-radius:16px 16px 0 0;box-shadow:0 20px 60px var(--shadow-primary-hover);display:flex;flex-direction:column;height:auto;max-height:90vh;max-width:100%;overflow:hidden;width:100%}@media (max-width:768px){.ImpactModal_impactModal__HC4wq{height:75vh;max-height:75vh}}@media (min-width:769px){.ImpactModal_impactModal__HC4wq{height:auto;max-height:90vh}}.ImpactModal_impactModalHeader__xhvoD{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #fff3;display:flex;padding:0}.ImpactModal_impactModalHeader__xhvoD h2{color:#fff;flex:1 1;font-size:1rem;font-weight:600;margin:0;padding:1rem 1.25rem}.ImpactModal_impactModalCloseArea__SAwDd{align-items:center;background:#0000;border:none;border-left:1px solid #fff3;color:#ffffffe6;cursor:pointer;display:flex;justify-content:center;min-width:4rem;padding:1rem 1.5rem;transition:background .2s ease,color .2s ease}.ImpactModal_impactModalCloseArea__SAwDd:hover{background:#ffffff1a;color:#fff}.ImpactModal_impactModalCloseArea__SAwDd:active{background:#ffffff26}.ImpactModal_impactModalCloseIcon__kwIHy{display:block;height:1.25rem;width:1.25rem}.ImpactModal_impactModalBody__kIe3T{background:linear-gradient(180deg,#fffffff2,#fff);overflow-y:auto;padding:1rem .75rem 1.25rem}.ImpactModal_impactModalStatus__YS13D{color:var(--color-primary);font-size:.9rem}.ImpactModal_impactModalLoading__UjESJ{align-items:center;display:flex;flex-direction:column;gap:.75rem;justify-content:center;min-height:40vh}.ImpactModal_impactModalSpinner__p84Xh{animation:ImpactModal_impact-spin__FhLKc .8s linear infinite;border:2px solid var(--color-primary-lighter);border-radius:999px;border-top-color:var(--color-primary);height:18px;width:18px}@keyframes ImpactModal_impact-spin__FhLKc{to{transform:rotate(1turn)}}.ImpactModal_impactModalError__WXR1\+{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left:4px solid #dc2626;border-radius:8px;color:#dc2626;font-size:.9rem;padding:.75rem 1rem}.ImpactModal_impactModalSectors__pFo0L{display:flex;flex-direction:column;gap:.75rem}.ImpactModal_impactGroup__iuhM8{background:#fff;border:2px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.ImpactModal_impactGroupHeader__e2lgr{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:none;cursor:pointer;display:flex;gap:.5rem;justify-content:space-between;padding:.5rem .75rem;transition:all .2s ease}.ImpactModal_impactGroupHeader__e2lgr:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.ImpactModal_impactGroupHeader__e2lgr:active{background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.ImpactModal_impactGroupTitle__SDuiB{color:var(--color-primary-dark);flex:1 1;font-size:1rem;font-weight:600;text-align:left}.ImpactModal_impactGroupIcon__abT\+j{color:var(--color-primary);flex-shrink:0;height:1.25rem;transition:transform .2s ease;width:1.25rem}.ImpactModal_impactGroupContent__2Uz55{background:#fff;display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.ImpactModal_impactSectorCard__FxPHd{background:linear-gradient(135deg,#fff,#fbfbf9 50%,#f5f5f2);border:2px solid #0000;border-radius:12px;box-shadow:0 2px 8px #6366f11a;padding:.75rem .9rem}.ImpactModal_impactSectorHeader__PqHqc{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.1rem}.ImpactModal_impactSectorName__RfL6q{color:var(--color-primary-dark);flex:1 1;font-size:.95rem;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ImpactModal_impactStrengthTipContainer__NLPaa{margin-bottom:.75rem}.ImpactModal_impactStrengthLabel__yBZbQ{color:#6b7280;font-size:.85rem;font-weight:500}.ImpactModal_impactStrengthTip__nmWUy{color:#0891b2;font-size:.75rem;font-weight:600}.ImpactModal_impactBadge__fxF0K{align-items:center;border-radius:999px;color:#1f2937;display:inline-flex;font-size:.8rem;font-weight:600;gap:.25rem;padding:.25rem .75rem;transition:all .2s ease}.ImpactModal_impactBadgePositive__tNe65{background:linear-gradient(135deg,#d1fae5,#a7f3d0);box-shadow:0 2px 4px #10b98133}.ImpactModal_impactBadgeNegative__gGkAM{background:linear-gradient(135deg,#fee2e2,#fecaca);box-shadow:0 2px 4px #ef444433}.ImpactModal_impactStrength__W2eQl{font-weight:600;opacity:1}.ImpactModal_impactExplanation__qVjHe{color:#475569;font-size:.9rem;line-height:1.45;margin:0}.ImpactModal_impactSectorContent__lmmfJ{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.ImpactModal_impactSection__0poXJ{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;position:relative}.ImpactModal_impactSectionTitle__RxfYr{color:#374151;font-size:.85rem;font-weight:600;left:.75rem;padding:0 .5rem;position:absolute;top:-.5rem}.ImpactModal_impactSectionContent__o-rrR{padding-top:.5rem}.ImpactModal_impactText__vyx5T{color:#475569;font-size:.9rem;line-height:1.5;margin:0}@media (min-width:1024px){.ImpactModal_impactModal__HC4wq{max-width:768px;width:768px}}.ArticleView_articleViewWithBackground__2UUYz{background-attachment:fixed;background-image:linear-gradient(135deg,#4b556399 0,#37415199 100%),var(--splash-bg-url);background-position:50%;background-repeat:no-repeat;background-size:cover}.ArticleView_articleViewScrollContainer__jD3dG{display:flex;flex-direction:column;max-width:100%;overflow-x:hidden;position:relative;touch-action:pan-y;width:100%}.ArticleView_articleImage__1mayW{view-transition-name:article-image;background:#e5e7eb;display:block;flex-shrink:0;height:120px;overflow:hidden;position:relative;width:100%}.ArticleView_articleImage__1mayW img{height:100%;object-fit:cover;width:100%}.ArticleView_articleContent__9N4dk{view-transition-name:article-content;display:flex;flex-direction:column;flex-shrink:0;gap:1rem;max-width:100%;overflow-x:hidden;padding:.75rem 1.5rem 1.5rem;padding-bottom:calc(var(--footer-height-mobile) + 1rem);-webkit-user-select:text;user-select:text;width:100%}.ArticleView_articleImage__1mayW+.ArticleView_articleContent__9N4dk{padding-top:.5rem}.ArticleView_articleLoadingWrapper__oFPRS{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:400px;padding:3rem 1.5rem}.ArticleView_articleLoadingCard__iI4Qs{align-items:center;background:var(--color-bg-primary);border:1px solid var(--color-border-light);border-radius:12px;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;max-width:400px;padding:3rem 2.5rem;width:100%}.ArticleView_articleLoadingCard__iI4Qs p{color:var(--color-text-primary);font-size:1.25rem;font-weight:600;letter-spacing:.01em;margin:0}.ArticleView_articleSpinner__AXiQy{animation:ArticleView_spin__FT1mN .8s linear infinite;border:4px solid var(--color-primary-rgba-30);border-radius:50%;border-top-color:var(--color-primary);height:48px;width:48px}@keyframes ArticleView_spin__FT1mN{to{transform:rotate(1turn)}}.ArticleView_categoryBadge__4XQzd{align-self:flex-start;background:var(--color-primary);border-radius:12px;color:var(--color-text-inverse);display:inline-block;font-size:.75rem;font-weight:600;padding:.375rem .875rem;text-transform:capitalize}.ArticleView_summaryContainer__pPNx1{margin-top:.5rem;max-width:100%;overflow-x:hidden;overflow-y:visible;width:100%}.ArticleView_description__3suoi,.ArticleView_summary__qRixT{color:#4b5563;font-size:1rem;line-height:1.6;margin:0}.ArticleView_description__3suoi p,.ArticleView_summary__qRixT p{margin:0 0 1rem}.ArticleView_description__3suoi p:last-child,.ArticleView_summary__qRixT p:last-child{margin-bottom:0}.ArticleView_description__3suoi h1,.ArticleView_description__3suoi h2,.ArticleView_description__3suoi h3,.ArticleView_description__3suoi h4,.ArticleView_description__3suoi h5,.ArticleView_description__3suoi h6,.ArticleView_summary__qRixT h1,.ArticleView_summary__qRixT h2,.ArticleView_summary__qRixT h3,.ArticleView_summary__qRixT h4,.ArticleView_summary__qRixT h5,.ArticleView_summary__qRixT h6{color:#1a1a1a;font-weight:700;line-height:1.3;margin:1rem 0 .75rem}.ArticleView_description__3suoi h1,.ArticleView_summary__qRixT h1{font-size:1.2rem}.ArticleView_description__3suoi h2,.ArticleView_summary__qRixT h2{font-size:1.05rem}.ArticleView_description__3suoi h3,.ArticleView_summary__qRixT h3{font-size:.95rem}.ArticleView_description__3suoi h4,.ArticleView_summary__qRixT h4{font-size:.9rem}.ArticleView_description__3suoi h5,.ArticleView_summary__qRixT h5{font-size:.85rem}.ArticleView_description__3suoi h6,.ArticleView_summary__qRixT h6{font-size:.8rem}.ArticleView_description__3suoi ol,.ArticleView_description__3suoi ul,.ArticleView_summary__qRixT ol,.ArticleView_summary__qRixT ul{margin:0 0 1rem;padding-left:1.5rem}.ArticleView_description__3suoi li,.ArticleView_summary__qRixT li{margin:.5rem 0}.ArticleView_description__3suoi strong,.ArticleView_summary__qRixT strong{color:#1a1a1a;font-weight:700}.ArticleView_description__3suoi em,.ArticleView_summary__qRixT em{font-style:italic}.ArticleView_description__3suoi a,.ArticleView_summary__qRixT a{color:var(--color-primary);text-decoration:underline}.ArticleView_description__3suoi code,.ArticleView_summary__qRixT code{background:#f3f4f6;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;padding:.2rem .4rem}.ArticleView_description__3suoi pre,.ArticleView_summary__qRixT pre{background:#f3f4f6;border-radius:8px;margin:1rem 0;overflow-x:auto;padding:1rem}.ArticleView_description__3suoi pre code,.ArticleView_summary__qRixT pre code{background:none;padding:0}.ArticleView_description__3suoi blockquote,.ArticleView_summary__qRixT blockquote{border-left:4px solid var(--color-primary);color:#6b7280;font-style:italic;margin:1rem 0;padding-left:1rem}.ArticleView_description__3suoi table,.ArticleView_summary__qRixT table{word-wrap:break-word;border-collapse:collapse;display:table;font-size:.95rem;margin:1rem 0;max-width:100%;table-layout:fixed;width:100%}.ArticleView_description__3suoi table thead,.ArticleView_summary__qRixT table thead{background:#f3f4f6}.ArticleView_description__3suoi table th,.ArticleView_summary__qRixT table th{border:1px solid #e5e7eb;color:#1a1a1a;font-weight:600;padding:.75rem;text-align:left}.ArticleView_description__3suoi table td,.ArticleView_summary__qRixT table td{border:1px solid #e5e7eb;color:#4b5563;padding:.75rem}.ArticleView_description__3suoi table tbody tr:nth-child(2n),.ArticleView_summary__qRixT table tbody tr:nth-child(2n){background:#f9fafb}.ArticleView_description__3suoi table tbody tr:hover,.ArticleView_summary__qRixT table tbody tr:hover{background:#f3f4f6}.ArticleView_nextArticleButton__OCTSl{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;align-items:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;background:#0000;border:none;color:var(--color-primary);cursor:pointer;display:flex;flex:0 0 30%;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;min-height:44px;min-width:0;padding:.5rem .75rem;position:relative;touch-action:manipulation;transition:color .2s ease,opacity .2s ease;user-select:none;-webkit-user-select:none;will-change:auto}.ArticleView_nextArticleButton__OCTSl:hover:not(:disabled){color:var(--color-primary-dark);opacity:.9}.ArticleView_nextArticleButton__OCTSl:active:not(:disabled){opacity:.8}.ArticleView_nextArticleButton__OCTSl:disabled{color:#9ca3af;cursor:not-allowed;opacity:.6}.ArticleView_nextArticleButton__OCTSl svg{display:block;flex-shrink:0;height:1.25rem;width:1.25rem}.ArticleView_pageFooter__oBaKL{view-transition-name:page-footer;align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#f9fafbf2;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -2px 8px #0000000d;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;left:0;min-height:var(--footer-height-mobile);padding:.5rem;position:fixed;right:0;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;z-index:10}.ArticleView_contentChanging__\+LVzy{opacity:.5}.ArticleView_footerCenter__0H4Z2{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;border-radius:4px;color:var(--color-primary);cursor:pointer;display:flex;flex:0 0 30%;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;min-height:44px;padding:.5rem .75rem;touch-action:manipulation;transition:color .2s ease,opacity .2s ease}.ArticleView_footerCenter__0H4Z2:hover{color:var(--color-primary-dark);opacity:.9}.ArticleView_footerCenter__0H4Z2:active{opacity:.8}.ArticleView_footerCenterIcon__qnEtT{flex-shrink:0;height:1.25rem;width:1.25rem}.ArticleView_footerCenterLabel__-aPjr{white-space:nowrap}.ArticleView_footerLeft__TKPKp{background:#f9fafb99;border-radius:4px;color:inherit;cursor:pointer;display:flex;flex:0 0 40%;flex-direction:column;gap:.25rem;margin:-.25rem;min-width:0;padding:.25rem;text-decoration:none;transition:opacity .2s ease,background .2s ease}.ArticleView_footerLeft__TKPKp:hover{background:#0596691a;opacity:.9}.ArticleView_footerLeft__TKPKp:active{opacity:.7}.ArticleView_footerHomeButton__dDiYo{align-items:center;background:#0000;border:none;color:var(--color-primary);cursor:pointer;display:flex;flex:0 0 20%;font-size:.95rem;font-weight:500;gap:.35rem;justify-content:center;padding:.5rem .75rem;transition:color .2s ease,opacity .2s ease}.ArticleView_footerHomeButton__dDiYo:hover{color:var(--color-primary-dark);opacity:.9}.ArticleView_footerHomeButton__dDiYo:active{opacity:.8}.ArticleView_footerHomeButton__dDiYo svg{height:1.1rem;width:1.1rem}.ArticleView_source__j7Zu7{color:var(--color-primary);display:block;font-size:.85rem;font-weight:600;text-decoration:none}.ArticleView_date__XJ1B-{color:#9ca3af;display:block;font-size:.8rem;line-height:1.2}.ArticleView_marketImpactFloatingButton__2Maj1{align-items:center;background:var(--color-primary-rgba-75);border:1px solid #ffffff4d;border-radius:999px;bottom:calc(var(--footer-height-mobile) + .25rem);box-shadow:0 4px 12px var(--color-primary-rgba-30);color:var(--color-text-inverse);cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.25rem;position:fixed;right:.5rem;transition:all .2s ease;white-space:nowrap;z-index:30}.ArticleView_marketImpactFloatingButton__2Maj1:hover{background:var(--color-primary-rgba-85);box-shadow:0 6px 16px var(--color-primary-rgba-40);filter:brightness(1.05);transform:translateY(-2px)}.ArticleView_marketImpactFloatingButton__2Maj1:active{box-shadow:0 3px 8px var(--color-primary-rgba-30);transform:translateY(0)}.ArticleView_marketImpactFloatingIcon__ZFGiU{flex-shrink:0;height:1.25rem;width:1.25rem}.ArticleView_marketImpactFloatingLabel__SJh3J{line-height:1}@media (min-width:768px){.ArticleView_articleImage__1mayW{height:160px}.ArticleView_articleContent__9N4dk{margin:0 auto;max-width:800px;padding:1rem 2rem 2rem;padding-bottom:calc(var(--footer-height-tablet) + 1rem);width:100%}.ArticleView_articleImage__1mayW+.ArticleView_articleContent__9N4dk{padding-top:.75rem}.ArticleView_description__3suoi,.ArticleView_summary__qRixT{font-size:1.05rem}.ArticleView_nextArticleButton__OCTSl{font-size:1.125rem;padding:.625rem 1rem}.ArticleView_nextArticleButton__OCTSl svg{height:1.375rem;width:1.375rem}.ArticleView_marketImpactFloatingButton__2Maj1{bottom:calc(var(--footer-height-tablet) + .25rem);font-size:1.125rem;padding:.875rem 1.5rem}.ArticleView_marketImpactFloatingIcon__ZFGiU{height:1.375rem;width:1.375rem}.ArticleView_pageFooter__oBaKL{min-height:var(--footer-height-tablet);padding:.5rem}}@media (min-width:1024px){.ArticleView_articleImage__1mayW{height:200px}.ArticleView_articleContent__9N4dk{max-width:900px}.ArticleView_articleImage__1mayW+.ArticleView_articleContent__9N4dk{padding-top:.75rem}.ArticleView_pageFooter__oBaKL{left:calc(50% - 384px)!important;max-width:768px!important;right:auto!important;transform:translateZ(0);-webkit-transform:translateZ(0);width:768px!important}.ArticleView_marketImpactFloatingButton__2Maj1{right:calc(50% - 384px - .5rem)}}.ShareToast_shareToast__Gsjmk{animation:ShareToast_toastSlideUp__t7CLv .3s ease-out;bottom:calc(var(--footer-height-mobile) + 1rem);left:50%;pointer-events:none;position:fixed;transform:translateX(-50%);z-index:1000}.ShareToast_shareToastContent__eVX6S{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#059669f2;border-radius:12px;box-shadow:0 4px 12px #0596694d;color:#fff;display:flex;gap:.75rem;max-width:90vw;min-width:280px;padding:.875rem 1.25rem;pointer-events:auto}.ShareToast_shareToastIcon__3bQOD{color:#fff;flex-shrink:0;height:1.25rem;width:1.25rem}.ShareToast_shareToastMessage__NO8ro{color:#fff;font-size:.95rem;font-weight:500;line-height:1.4}@keyframes ShareToast_toastSlideUp__t7CLv{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (min-width:768px){.ShareToast_shareToast__Gsjmk{bottom:calc(var(--footer-height-tablet) + 1rem)}.ShareToast_shareToastContent__eVX6S{min-width:320px;padding:1rem 1.5rem}.ShareToast_shareToastMessage__NO8ro{font-size:1rem}}.PortfolioBuilder_portfolioBuilder__Bd6-S{display:flex;flex:1 1;flex-direction:column;margin:0;max-width:100%;min-height:0;overflow:hidden;padding:1.5rem .75rem 0;width:100%}.PortfolioBuilder_portfolioHeader__D-5gE{flex-shrink:0;margin-bottom:1rem;text-align:center}.PortfolioBuilder_portfolioTitle__XjJPK{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.PortfolioBuilder_portfolioSubtitle__wlkdM{color:#6b7280;font-size:.8125rem;margin:0}.PortfolioBuilder_portfolioTabs__lQVyT{border-bottom:2px solid #e5e7eb;display:flex;flex-shrink:0;gap:.5rem;margin-bottom:1.5rem;padding:0 .75rem}.PortfolioBuilder_portfolioTab__aRbmC{background:#0000;border:none;border-bottom:3px solid #0000;color:#6b7280;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;margin-bottom:-2px;padding:.75rem 1.5rem;transition:all .2s ease}.PortfolioBuilder_portfolioTab__aRbmC:hover{background:#f9fafb;color:#111827}.PortfolioBuilder_portfolio-tab__hy8lV.PortfolioBuilder_active__-FW7z{border-bottom-color:#3b82f6;color:#3b82f6;font-weight:600}.PortfolioBuilder_portfolioTabContent__tVj\+T{-webkit-overflow-scrolling:touch;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0 .75rem}.PortfolioBuilder_portfolioSearchContainer__QQvD2{flex-shrink:0;margin-bottom:2rem;position:relative}.PortfolioBuilder_portfolioSearchWrapper__VA00V{align-items:center;display:flex;position:relative}.PortfolioBuilder_portfolioSearchIcon__QPZM-{color:#9ca3af;font-size:1.25rem;left:1rem;pointer-events:none;position:absolute;z-index:1}.PortfolioBuilder_portfolioSearchInput__TePID{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:1rem;padding:.75rem 1rem .75rem 3rem;transition:all .2s ease;width:100%}.PortfolioBuilder_portfolioSearchInput__TePID:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.PortfolioBuilder_portfolioSearchInput__TePID::placeholder{color:#9ca3af}.PortfolioBuilder_portfolioSearchLoading__0u5sT{color:#6b7280;font-size:.875rem;pointer-events:none;position:absolute;right:1rem}.PortfolioBuilder_portfolioSuggestions__YX7Nv{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 6px #0000001a;left:0;margin-top:.25rem;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.PortfolioBuilder_portfolioSuggestionItem__mL5-i{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:background-color .15s ease}.PortfolioBuilder_portfolioSuggestionItem__mL5-i:last-child{border-bottom:none}.PortfolioBuilder_portfolioSuggestionItem__mL5-i:hover:not(.PortfolioBuilder_disabled__\+DfSo){background-color:#f9fafb}.PortfolioBuilder_portfolio-suggestion-item__7cJEJ.PortfolioBuilder_disabled__\+DfSo{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.PortfolioBuilder_portfolioSuggestionContent__LV4vP{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.PortfolioBuilder_portfolioSuggestionTicker__3E\+0z{color:#111827;font-size:.9375rem;font-weight:600}.PortfolioBuilder_portfolioSuggestionName__nr8LT{color:#6b7280;font-size:.875rem}.PortfolioBuilder_portfolioSuggestionAdded__3c4m7{background:#d1fae5;border-radius:4px;color:var(--color-primary);font-size:.75rem;font-weight:500;padding:.25rem .5rem}.PortfolioBuilder_portfolioError__BQ\+m4{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem;margin-top:.5rem;padding:.75rem}.PortfolioBuilder_portfolioListContainer__fi3Ks,.PortfolioBuilder_portfolioMarketTypesContainer__hSGsx{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-y:auto}.PortfolioBuilder_portfolioMarketTypesContainer__hSGsx{-webkit-overflow-scrolling:touch;overflow-x:hidden}.PortfolioBuilder_portfolioListHeader__q9xvo{margin-bottom:1rem}.PortfolioBuilder_portfolioListTitle__zGBl6{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.PortfolioBuilder_portfolioEmpty__gnaEI{background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;color:#6b7280;font-size:.9375rem;padding:3rem 1rem;text-align:center}.PortfolioBuilder_portfolioList__sGDd4{display:flex;flex-direction:column;gap:.75rem}.PortfolioBuilder_portfolioItem__k9NDe{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.PortfolioBuilder_portfolioItem__k9NDe:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000001a}.PortfolioBuilder_portfolioItemContent__dsA20{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.PortfolioBuilder_portfolioItemTicker__4vuO9{color:#111827;font-size:1rem;font-weight:600}.PortfolioBuilder_portfolioItemName__RTG1D{color:#6b7280;font-size:.875rem}.PortfolioBuilder_portfolioItemRemove__YXn94{align-items:center;background:#0000;border:none;border-radius:6px;color:#ef4444;cursor:pointer;display:flex;font-size:1.125rem;justify-content:center;padding:.5rem;transition:all .2s ease}.PortfolioBuilder_portfolioItemRemove__YXn94:hover{background:#fef2f2;color:#dc2626}.PortfolioBuilder_portfolioItemRemove__YXn94:active{transform:scale(.95)}.PortfolioBuilder_portfolioMarketTypesHeader__cmQkv{margin-bottom:1rem}.PortfolioBuilder_portfolioMarketTypesTitle__srfDC{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.PortfolioBuilder_portfolioMarketTypesSubtitle__6s4va{color:#6b7280;font-size:.875rem;margin:0}.PortfolioBuilder_portfolioMarketTypesList__sRwFu{display:flex;flex:1 1;flex-direction:column;gap:.75rem;min-height:0;overflow-y:auto}.PortfolioBuilder_portfolioMarketTypeItem__JNefb{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:.875rem;transition:all .2s ease}.PortfolioBuilder_portfolioMarketTypeItem__JNefb:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.PortfolioBuilder_portfolio-market-type-item__J-z-G.PortfolioBuilder_selected__XkS6C{background:#eff6ff;border-color:#3b82f6}.PortfolioBuilder_portfolioMarketTypeItem__JNefb input[type=checkbox]{cursor:pointer;flex-shrink:0;height:18px;margin-top:.125rem;width:18px}.PortfolioBuilder_portfolioMarketTypeContent__oPgmw{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.PortfolioBuilder_portfolioMarketTypeName__h0evP{color:#111827;font-size:.9375rem;font-weight:600}.PortfolioBuilder_portfolio-market-type-item__J-z-G.PortfolioBuilder_selected__XkS6C .PortfolioBuilder_portfolioMarketTypeName__h0evP{color:#1e40af}.PortfolioBuilder_portfolioMarketTypeDescription__HaOFo{color:#6b7280;font-size:.8125rem;line-height:1.4}.PortfolioBuilder_portfolioFooter__aS41G{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#f9fafbf2;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -2px 8px #0000000d;display:flex;gap:.75rem;justify-content:flex-end;left:0;min-height:var(--footer-height-mobile);padding:.5rem 1rem;position:fixed;right:0;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;z-index:10}.PortfolioBuilder_portfolioFooterButton__d8pmr{-webkit-tap-highlight-color:transparent;align-items:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;background:#0000;border:none;border-radius:4px;color:var(--color-primary);cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;gap:.4rem;justify-content:center;min-height:44px;padding:.5rem .75rem;touch-action:manipulation;transition:color .2s ease,opacity .2s ease,background .2s ease;user-select:none;-webkit-user-select:none;will-change:auto}.PortfolioBuilder_portfolioFooterIcon__Ols8J{display:block;flex-shrink:0;height:1.25rem;width:1.25rem}.PortfolioBuilder_portfolioFooterClear__onQIr{color:#6b7280}.PortfolioBuilder_portfolioFooterClear__onQIr:hover{background:#f9fafb99;color:#111827;opacity:.9}.PortfolioBuilder_portfolioFooterClear__onQIr:active{opacity:.8}.PortfolioBuilder_portfolioFooterSave__QYkgT{color:var(--color-primary)}.PortfolioBuilder_portfolioFooterSave__QYkgT:hover{background:#0596691a;color:var(--color-primary-dark);opacity:.9}.PortfolioBuilder_portfolioFooterSave__QYkgT:active{opacity:.8}@media (max-width:640px){.PortfolioBuilder_portfolioBuilder__Bd6-S{padding:1rem}.PortfolioBuilder_portfolioTitle__XjJPK{font-size:1.125rem}.PortfolioBuilder_portfolioSubtitle__wlkdM{font-size:.75rem}.PortfolioBuilder_portfolioTabs__lQVyT{gap:.25rem;margin-bottom:1rem}.PortfolioBuilder_portfolioTab__aRbmC{font-size:.9375rem;padding:.625rem 1rem}.PortfolioBuilder_portfolioSuggestions__YX7Nv{max-height:250px}.PortfolioBuilder_portfolioItem__k9NDe{padding:.875rem}.PortfolioBuilder_portfolioMarketTypesTitle__srfDC{font-size:1.125rem}.PortfolioBuilder_portfolioMarketTypeItem__JNefb{padding:.75rem}.PortfolioBuilder_portfolioFooter__aS41G{gap:.5rem;padding:.5rem .75rem}.PortfolioBuilder_portfolioFooterButton__d8pmr{font-size:1.25rem;padding:.5rem .625rem}.PortfolioBuilder_portfolioFooterIcon__Ols8J{height:1.25rem;width:1.25rem}.PortfolioBuilder_portfolioFooter__aS41G{min-height:var(--footer-height-mobile)}}@media (min-width:768px){.PortfolioBuilder_portfolioBuilder__Bd6-S{height:calc(100vh - var(--header-height-tablet))}.PortfolioBuilder_portfolioFooter__aS41G{min-height:var(--footer-height-tablet)}}@media (min-width:1024px){.PortfolioBuilder_portfolioTabContent__tVj\+T{padding-bottom:calc(var(--footer-height-tablet) + 2rem)}.PortfolioBuilder_portfolioFooter__aS41G{left:calc(50% - 384px)!important;max-width:768px!important;right:auto!important;transform:translateZ(0);-webkit-transform:translateZ(0);width:768px!important}}@keyframes OnboardingScreen_spin__sKNa4{to{transform:rotate(1turn)}}@keyframes OnboardingScreen_pulse-attention__A17q4{0%,to{opacity:.95;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes OnboardingScreen_fadeIn__L4h6k{0%{opacity:0}to{opacity:1}}@keyframes OnboardingScreen_slide-up__zSsiC{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes OnboardingScreen_slide-down__MP4V6{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.OnboardingScreen_onboardingScreen__k6f8z{-webkit-overflow-scrolling:touch;align-items:flex-start;background:var(--gradient-primary);bottom:0;display:flex;height:calc(100vh - 56px);height:calc(100vh - var(--header-height-mobile, 56px));height:calc(100dvh - 56px);height:calc(100dvh - var(--header-height-mobile, 56px));justify-content:center;left:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1.5rem 1rem 0;position:fixed;right:0;top:56px;top:var(--header-height-mobile,56px);touch-action:pan-y;width:100%;z-index:10000}.OnboardingScreen_onboardingContent__bPmRw{color:#fff;display:flex;flex-direction:column;gap:1rem;max-width:600px;padding-bottom:calc(1.5rem + 120px);padding-bottom:calc(1.5rem + var(--footer-height-mobile, 120px));width:100%}.OnboardingScreen_onboardingHeader__Z6IfY{margin-bottom:0;margin-top:0;text-align:center;width:100%}.OnboardingScreen_onboardingGreeting__HHCOf{view-transition-name:onboarding-greeting;color:#fff;display:block;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:800;letter-spacing:-.01em;margin:0 0 .5rem;text-shadow:0 2px 8px #00000059}.OnboardingScreen_onboardingSubtitle__1mCRD{view-transition-name:onboarding-subtitle;color:#fffffff2;font-size:1.1rem;font-weight:600;margin:0;text-shadow:0 1px 6px #00000059}.OnboardingScreen_onboardingSubtitleBold__RYT4d{color:#fff;font-size:1.5rem;font-weight:700;text-shadow:0 2px 8px #00000059}.OnboardingScreen_onboardingPersonaSection__tb\+Le{view-transition-name:onboarding-persona-section;margin-top:1rem;width:100%}.OnboardingScreen_onboardingPersonaTitle__8UEO1{color:#ffffffd9;font-size:1rem;font-weight:500;line-height:1.5;margin:0 0 1.5rem;text-align:center;text-shadow:0 1px 6px #0000004d}.OnboardingScreen_personaGridOnboarding__-Q9So{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:0}.OnboardingScreen_personaGridOnboarding__-Q9So .OnboardingScreen_personaCardOnboarding__3VOLn:last-child{margin-bottom:1.5rem}.OnboardingScreen_personaCardOnboarding__3VOLn{-webkit-tap-highlight-color:transparent;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 8px 24px #00000040,0 4px 12px #0003,inset 0 0 0 1px #ffffff26;color:#fff;cursor:pointer;overflow:visible;padding:1.5rem;position:relative;text-align:left;touch-action:manipulation;transition:all .3s ease}.OnboardingScreen_personaCardOnboarding__3VOLn:hover{background:#ffffff38;border-color:#fff6;box-shadow:0 12px 32px #0000004d,0 6px 16px #00000040,inset 0 0 0 1px #fff3;transform:translateY(-4px)}.OnboardingScreen_persona-card-onboarding__pDlkQ.OnboardingScreen_selected__s-Now{background:#ffffff38;border-color:#ffffffb3;border-width:2px;box-shadow:0 12px 32px #0000004d,0 6px 16px #00000040,inset 0 0 0 2px #ffffff4d,0 0 20px #ffffff26;transform:translateY(-4px)}.OnboardingScreen_personaCheckIcon__yDHxP{animation:OnboardingScreen_fadeIn__L4h6k .3s ease-in;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));position:absolute;right:1rem;top:1rem;z-index:1}.OnboardingScreen_personaCardOnboarding__3VOLn .OnboardingScreen_personaName__U8u6q{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;font-style:normal;font-weight:700;letter-spacing:-.01em;line-height:1.4;margin-bottom:1.125rem;text-shadow:0 2px 10px #00000080,0 1px 3px #0006}.OnboardingScreen_personaCardOnboarding__3VOLn .OnboardingScreen_personaDescription__6ZiOX{color:#fff;font-family:Roboto,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.01em;line-height:1.6;margin:0;text-shadow:0 2px 8px #00000080,0 1px 3px #0006}.OnboardingScreen_onboardingPricing__XrvDL{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#ffffff1f;border:1px solid #ffffff40;border-radius:10px;box-shadow:0 6px 20px #0003,0 2px 8px #00000026,inset 0 0 0 1px #ffffff1a,inset 0 1px 0 #fff3;padding:2rem 1.5rem;text-align:center}.OnboardingScreen_pricingInfo__OI5ve{align-items:baseline;display:flex;gap:.5rem;justify-content:center;margin-bottom:.5rem}.OnboardingScreen_pricingAmount__k-Gdb{color:#fff;font-family:Roboto,sans-serif;font-size:2rem;font-weight:700;text-shadow:0 2px 8px #0000004d}.OnboardingScreen_pricingPeriod__Vwbm7{color:#fffffff2;font-size:1rem;font-weight:400;text-shadow:0 1px 6px #00000040}.OnboardingScreen_pricingTrial__LDj18{color:#fffffff2;font-size:1rem;font-weight:500;margin:0 0 .5rem;text-shadow:0 1px 6px #00000040}.OnboardingScreen_pricingNoCard__v2yxf{animation:OnboardingScreen_pulse-attention__A17q4 2s ease-in-out infinite;color:#fbbf24;font-size:1.15rem;font-style:italic;font-weight:600;margin:.5rem 0 0;text-shadow:0 0 15px #fbbf2480,0 2px 8px #0000004d}.OnboardingScreen_onboardingTrialButton__ZRCHO{-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:2px solid #fbbf24cc;border-radius:12px;box-shadow:0 4px 16px #fbbf2466,0 0 20px #fbbf2433;color:#1a1a1a;cursor:pointer;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:800;letter-spacing:.02em;overflow:hidden;padding:1rem 2rem;position:relative;text-shadow:none;transition:all .25s cubic-bezier(.4,0,.2,1);width:100%}.OnboardingScreen_onboardingTrialButton__ZRCHO:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.OnboardingScreen_onboardingTrialButton__ZRCHO:hover:before{left:100%}.OnboardingScreen_onboardingTrialButton__ZRCHO:hover{background:linear-gradient(135deg,#fcd34d,#fbbf24);border-color:#fbbf24;box-shadow:0 6px 24px #fbbf2480,0 0 30px #fbbf244d;transform:translateY(-2px)}.OnboardingScreen_onboardingTrialButton__ZRCHO:active{box-shadow:0 2px 6px #00000026;transform:translateY(0)}.OnboardingScreen_onboardingTrialButton__ZRCHO:disabled{cursor:not-allowed;opacity:.6;transform:none}.OnboardingScreen_onboardingFooter__CLgS-{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--gradient-primary);border-top:1px solid #fff3;bottom:0;box-shadow:0 -2px 8px #0000001a;display:flex;justify-content:center;left:0;min-height:auto;min-height:var(--footer-height-mobile,auto);overflow:hidden;padding:1rem;position:fixed;right:0;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;z-index:10}.OnboardingScreen_onboardingFooterContent__6gmGA{align-items:center;display:flex;flex-direction:column;gap:.75rem;justify-content:center;max-width:600px;width:100%}.OnboardingScreen_onboardingFooterButton__d9OgJ{-webkit-tap-highlight-color:transparent;align-items:center;background:#fff;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 4px 16px #00000040,0 0 0 1px #ffffff1a;box-sizing:border-box;color:#1a1a1a;cursor:pointer;display:flex;font-family:Roboto,sans-serif;justify-content:center;max-width:320px;min-width:180px;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-shadow:none;transition:all .25s cubic-bezier(.4,0,.2,1);width:100%}.OnboardingScreen_onboardingButtonContent__LCd65{align-items:center;display:flex;flex-direction:column;gap:.25rem;justify-content:center;width:100%}.OnboardingScreen_onboardingButtonMainText__xGyVw{color:#1a1a1a;font-size:1.0625rem;font-weight:600;letter-spacing:.01em;line-height:1.2}.OnboardingScreen_onboardingButtonSubText__6FLDA{color:#6b7280;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.2}.OnboardingScreen_onboardingFooterButton__d9OgJ:before{background:linear-gradient(90deg,#0000,#0000000d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.OnboardingScreen_onboardingFooterButton__d9OgJ:hover:before{left:100%}.OnboardingScreen_onboardingFooterButton__d9OgJ:hover:not(:disabled){background:#f9fafb;border-color:#ffffff80;box-shadow:0 8px 24px #0000004d,0 0 0 1px #fff3;transform:translateY(-2px)}.OnboardingScreen_onboardingFooterButton__d9OgJ:active:not(:disabled){background:#f1f3f4;box-shadow:0 2px 6px #00000026;transform:translateY(0)}.OnboardingScreen_onboardingFooterButton__d9OgJ:disabled{background:#ffffffb3;cursor:not-allowed;opacity:.6;transform:none}.OnboardingScreen_onboardingFooterText__nX2Oy{color:#fffffff2;font-size:.8rem;font-weight:400;line-height:1.5;margin:0;max-width:600px;padding:0 1rem;text-align:center;text-shadow:0 1px 4px #0003}.OnboardingScreen_onboardingLoading__8IytL{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:0}.OnboardingScreen_onboardingSpinner__8Qo6v{animation:OnboardingScreen_spin__sKNa4 .8s linear infinite;border:4px solid #fff3;border-radius:50%;border-top-color:#fff;height:48px;width:48px}.OnboardingScreen_onboardingLoadingText__GqndA{color:#fffffff2;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:500;margin:0;text-shadow:0 1px 6px #0000004d}@media (min-width:768px){.OnboardingScreen_onboardingScreen__k6f8z{height:calc(100vh - 64px);height:calc(100vh - var(--header-height-tablet, 64px));height:calc(100dvh - 64px);height:calc(100dvh - var(--header-height-tablet, 64px));top:64px;top:var(--header-height-tablet,64px)}.OnboardingScreen_onboardingContent__bPmRw{padding-bottom:calc(1.5rem + 140px);padding-bottom:calc(1.5rem + var(--footer-height-mobile, 140px))}.OnboardingScreen_onboardingGreeting__HHCOf{font-size:1.125rem}.OnboardingScreen_onboardingSubtitle__1mCRD{font-size:1.25rem}.OnboardingScreen_onboardingPersonaTitle__8UEO1{font-size:1rem}.OnboardingScreen_personaGridOnboarding__-Q9So{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.OnboardingScreen_personaCardOnboarding__3VOLn{padding:1.5rem}.OnboardingScreen_personaCardOnboarding__3VOLn .OnboardingScreen_personaName__U8u6q{font-size:1.125rem;margin-bottom:1.125rem}.OnboardingScreen_personaCardOnboarding__3VOLn .OnboardingScreen_personaDescription__6ZiOX{font-size:.875rem;line-height:1.65}.OnboardingScreen_onboardingFooter__CLgS-{padding:1.25rem 1.5rem}.OnboardingScreen_onboardingFooterContent__6gmGA{gap:1rem}.OnboardingScreen_onboardingFooterButton__d9OgJ{max-width:360px;min-width:220px;padding:.75rem 2rem}.OnboardingScreen_onboardingFooterText__nX2Oy{font-size:.85rem}}@media (min-width:1024px){.OnboardingScreen_onboardingContent__bPmRw{max-width:800px;padding-bottom:calc(1.5rem + 140px);padding-bottom:calc(1.5rem + var(--footer-height-mobile, 140px))}.OnboardingScreen_onboardingFooter__CLgS-{left:calc(50% - 400px)!important;max-width:800px!important;padding:1.25rem 1.5rem;right:auto!important;transform:translateZ(0);-webkit-transform:translateZ(0);width:800px!important}.OnboardingScreen_onboardingFooterContent__6gmGA{gap:1rem}.OnboardingScreen_onboardingFooterText__nX2Oy{font-size:.9rem}}@supports (view-transition-name:none){::view-transition-new(onboarding-greeting),::view-transition-old(onboarding-greeting){animation-duration:.3s;animation-timing-function:ease-in-out}::view-transition-old(onboarding-greeting){animation-name:OnboardingScreen_fade-out__McZ1b,OnboardingScreen_slide-up__zSsiC}::view-transition-new(onboarding-greeting){animation-name:OnboardingScreen_fade-in__BLuki}::view-transition-new(onboarding-subtitle),::view-transition-old(onboarding-subtitle){animation-duration:.4s;animation-timing-function:ease-in-out}::view-transition-new(onboarding-persona-section),::view-transition-old(onboarding-persona-section){animation-duration:.4s;animation-timing-function:ease-in-out}::view-transition-old(onboarding-persona-section){animation-name:OnboardingScreen_fade-out__McZ1b,OnboardingScreen_slide-down__MP4V6}::view-transition-new(onboarding-persona-section){animation-name:OnboardingScreen_fade-in__BLuki}::view-transition-new(onboarding-pricing),::view-transition-old(onboarding-pricing){animation-duration:.4s;animation-timing-function:ease-in-out}::view-transition-new(onboarding-pricing){animation-name:OnboardingScreen_fade-in__BLuki,OnboardingScreen_slide-up__zSsiC}@keyframes OnboardingScreen_fade-out__McZ1b{0%{opacity:1}to{opacity:0}}}.AboutPage_aboutPage__DZ4My{background:var(--gradient-primary);box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;min-height:calc(var(--vh, 1vh)*100);min-height:100dvh;overflow-x:hidden;padding:1rem;position:relative;touch-action:pan-y;width:100%}.AboutPage_aboutContainer__DvegQ{margin:0 auto;max-width:800px;width:100%}.AboutPage_aboutHeader__wF\+RC{margin-bottom:1rem;padding-bottom:.5rem;text-align:center}.AboutPage_aboutTitleContainer__WRzLW{align-items:center;border-radius:12px;cursor:pointer;display:flex;gap:1rem;justify-content:center;margin:0 auto 1.5rem;max-width:-webkit-fit-content;max-width:fit-content;outline:none;padding:.5rem;transition:all .3s ease}.AboutPage_aboutTitleContainer__WRzLW:focus-visible{border-radius:12px;outline:2px solid #fff9;outline-offset:4px}@media (hover:hover) and (pointer:fine){.AboutPage_aboutTitleContainer__WRzLW:hover{opacity:.9;transform:translateY(-2px)}}.AboutPage_aboutTitleContainer__WRzLW:active{transform:translateY(0)}.AboutPage_aboutLogo__VMKxs{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;box-shadow:0 4px 20px #9ca3af66,0 0 0 1px #ffffff1a;display:block;height:60px;object-fit:contain;width:60px}.AboutPage_aboutTitle__gzMXF{color:#fff;font-family:Roboto,sans-serif;font-size:2.5rem;font-weight:700;margin:0;text-shadow:0 2px 8px #00000059}.AboutPage_aboutTagline__AG1Ax{color:#fffffff2;font-size:1.125rem;font-style:italic;font-weight:400;line-height:1.7;margin:0 auto;max-width:700px;padding:0 2rem;position:relative;text-shadow:0 1px 6px #00000059}.AboutPage_aboutTagline__AG1Ax:before{left:0;top:-.5rem}.AboutPage_aboutTagline__AG1Ax:after,.AboutPage_aboutTagline__AG1Ax:before{color:#fff6;content:'"';font-family:Georgia,serif;font-size:3rem;font-style:normal;line-height:1;position:absolute}.AboutPage_aboutTagline__AG1Ax:after{bottom:-1.5rem;right:0}.AboutPage_aboutContent__B4eA\+{display:flex;flex-direction:column;gap:1rem}.AboutPage_aboutSection__4SVzx{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#ffffff1f;border:1px solid #ffffff40;border-radius:16px;box-shadow:0 4px 16px #00000026,inset 0 0 0 1px #ffffff1a,inset 0 1px 0 #fff3;padding:1.5rem;text-align:center;transition:all .3s ease}@media (hover:hover) and (pointer:fine){.AboutPage_aboutSection__4SVzx:hover{background:#ffffff2e;border-color:#ffffff59;box-shadow:0 8px 32px #0003,inset 0 0 0 1px #ffffff26,inset 0 1px 0 #ffffff4d;transform:translateY(-2px)}}.AboutPage_aboutSectionTitle__Z9Aco{color:#fff;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:-.01em;margin:0 0 1.25rem;text-shadow:0 2px 8px #0000004d}.AboutPage_aboutSectionText__STete{color:#fffffff2;font-size:1rem;line-height:1.85;margin:0 12%;max-width:none;text-align:left;text-shadow:0 1px 6px #00000040}.AboutPage_aboutSectionText__STete b{color:#fff;font-weight:600;text-shadow:0 1px 8px #0000004d}.AboutPage_aboutSection__4SVzx:last-child{margin-bottom:calc(60px + 2rem);margin-bottom:calc(var(--footer-height-mobile, 60px) + 2rem)}@media (max-width:767px){.AboutPage_aboutPage__DZ4My{justify-content:center}.AboutPage_aboutContainer__DvegQ{margin:auto}.AboutPage_aboutTagline__AG1Ax{font-size:1rem;padding:0 1.5rem}.AboutPage_aboutTagline__AG1Ax:before{font-size:2.5rem;left:0;top:-.4rem}.AboutPage_aboutTagline__AG1Ax:after{bottom:-1.2rem;font-size:2.5rem;right:0}.AboutPage_aboutSectionText__STete{margin:0 5%}.AboutPage_aboutFooter__ZUxXK{padding-bottom:calc(1rem + env(safe-area-inset-bottom, 0px))}.AboutPage_aboutSection__4SVzx:last-child{margin-bottom:calc(60px + 2rem + env(safe-area-inset-bottom, 0px));margin-bottom:calc(var(--footer-height-mobile, 60px) + 2rem + env(safe-area-inset-bottom, 0px))}.AboutPage_aboutFooterText__hYiWS{font-size:.875rem;padding:0 .5rem}}.AboutPage_aboutFooter__ZUxXK{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--gradient-primary);border-top:1px solid #fff3;bottom:0;box-shadow:0 -2px 8px #0000001a;display:flex;justify-content:center;left:0;min-height:var(--footer-height-mobile);overflow:hidden;padding:1rem;position:fixed;right:0;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;z-index:10}.AboutPage_aboutFooterContent__2qLp1{align-items:center;display:flex;flex-direction:column;gap:.75rem;justify-content:center;max-width:600px;width:100%}.AboutPage_aboutFooterText__hYiWS{color:#fffffff2;font-size:.95rem;font-weight:500;line-height:1.5;margin:0;text-align:center;text-shadow:0 1px 4px #0003}.AboutPage_aboutGoButton__C6gQU{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:2px solid #fbbf24cc;border-radius:12px;box-shadow:0 4px 16px #fbbf2466,0 0 20px #fbbf2433;box-sizing:border-box;color:#1a1a1a;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:800;justify-content:center;letter-spacing:.02em;max-width:320px;min-width:180px;outline:none;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-shadow:none;transition:all .25s cubic-bezier(.4,0,.2,1);width:100%}.AboutPage_aboutGoButton__C6gQU:focus-visible{outline:3px solid #fbbf24cc;outline-offset:2px}.AboutPage_aboutGoButton__C6gQU:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}@media (hover:hover) and (pointer:fine){.AboutPage_aboutGoButton__C6gQU:hover:before{left:100%}.AboutPage_aboutGoButton__C6gQU:hover{background:linear-gradient(135deg,#fcd34d,#fbbf24);border-color:#fbbf24;box-shadow:0 6px 24px #fbbf2480,0 0 30px #fbbf244d;transform:translateY(-2px)}}.AboutPage_aboutGoButton__C6gQU:active{box-shadow:0 2px 6px #00000026;transform:translateY(0)}.AboutPage_aboutError__WXWNw,.AboutPage_aboutLoading__pZA9i{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:50vh;text-align:center}.AboutPage_aboutSpinner__BESJp{animation:AboutPage_spin__LYB0D .8s linear infinite;border:3px solid #fff3;border-radius:50%;border-top-color:#fff;box-shadow:0 2px 10px #0003;height:44px;width:44px}.AboutPage_aboutLoading__pZA9i p{color:#fffffff2;font-size:.95rem;font-weight:500;margin:0;text-shadow:0 1px 6px #0000004d}.AboutPage_aboutError__WXWNw{color:#fbbf24}.AboutPage_aboutError__WXWNw p{font-size:1rem;font-weight:500;margin:0;text-shadow:0 1px 6px #0000004d}@keyframes AboutPage_spin__LYB0D{to{transform:rotate(1turn)}}@media (min-width:768px){.AboutPage_aboutPage__DZ4My{justify-content:center;padding:3rem 2rem}.AboutPage_aboutContainer__DvegQ{margin:auto}.AboutPage_aboutHeader__wF\+RC{margin-bottom:.5rem;padding-bottom:.5rem}.AboutPage_aboutTitleContainer__WRzLW{gap:1.25rem}.AboutPage_aboutLogo__VMKxs{border-radius:16px;height:80px;width:80px}.AboutPage_aboutTitle__gzMXF{font-size:3rem}.AboutPage_aboutTagline__AG1Ax{font-size:1.25rem;padding:0 3rem}.AboutPage_aboutTagline__AG1Ax:before{font-size:4rem;left:.5rem;top:-.75rem}.AboutPage_aboutTagline__AG1Ax:after{bottom:-2rem;font-size:4rem;right:.5rem}.AboutPage_aboutContent__B4eA\+{gap:1rem}.AboutPage_aboutSection__4SVzx{border-radius:20px;padding:2.25rem}.AboutPage_aboutSectionTitle__Z9Aco{font-size:1.75rem}.AboutPage_aboutSectionText__STete{font-size:1.05rem;margin:0 15%}.AboutPage_aboutSection__4SVzx:last-child{margin-bottom:calc(70px + 2rem);margin-bottom:calc(var(--footer-height-tablet, 70px) + 2rem)}}@media (min-width:1024px){.AboutPage_aboutPage__DZ4My{padding:2rem}.AboutPage_aboutContainer__DvegQ{max-width:900px}.AboutPage_aboutSection__4SVzx{border-radius:24px;padding:2.75rem}.AboutPage_aboutSectionText__STete{margin:0 15%}.AboutPage_aboutFooter__ZUxXK{left:calc(50% - 384px)!important;max-width:768px!important;padding:1.25rem 1.5rem;right:auto!important;transform:translateZ(0);-webkit-transform:translateZ(0);width:768px!important}.AboutPage_aboutFooterContent__2qLp1{gap:1rem}.AboutPage_aboutFooterText__hYiWS{font-size:1rem}.AboutPage_aboutGoButton__C6gQU{font-size:1rem;max-width:360px;min-width:220px;padding:.75rem 2rem}}
/*# sourceMappingURL=main.914a9f31.css.map*/