: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: #ffffff;--color-bg-primary: #ffffff;--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: rgba(107, 114, 128, .2);--shadow-primary-hover: rgba(107, 114, 128, .3);--color-primary-rgba-75: rgba(107, 114, 128, .75);--color-primary-rgba-85: rgba(107, 114, 128, .85);--color-primary-rgba-30: rgba(107, 114, 128, .3);--color-primary-rgba-40: rgba(107, 114, 128, .4);--header-text-color: var(--color-text-inverse);--header-overlay-light: rgba(255, 255, 255, .15);--header-overlay-medium: rgba(255, 255, 255, .2);--header-overlay-dark: rgba(255, 255, 255, .3);--header-border-light: rgba(255, 255, 255, .25);--header-border-medium: rgba(255, 255, 255, .3);--header-border-dark: rgba(255, 255, 255, .4);--header-border-avatar: rgba(255, 255, 255, .3);--header-border-avatar-hover: rgba(255, 255, 255, .5);--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)}html,body{margin:0;overflow-x:hidden;overflow-y:auto;width:100%;position:relative;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%}@media (min-width: 1024px){html,body{background-color:#f5f5f5}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}html,body{overflow-x:hidden;width:100%;position:relative}:root{--header-height-mobile: 56px;--header-height-tablet: 64px;--footer-height-mobile: 60px;--footer-height-tablet: 70px;--next-button-height-mobile: 50px;--next-button-height-tablet: 60px}.app{min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);min-height:100dvh;background:#fff;color:#1a1a1a;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;width:100%;position:relative;will-change:auto}.header-spacer{flex-shrink:0;height:var(--header-height-mobile);width:100%;will-change:auto}.content{flex:1;min-height:0;display:flex;flex-direction:column;padding:0;max-width:100%;margin:0 auto;width:100%;overflow:visible;position:relative}.content.changing{pointer-events:none}.swipe-loading{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;display:flex;align-items:center;justify-content:center}.spinner{width:40px;height:40px;border:4px solid var(--shadow-primary);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-container{padding:2rem 1rem;text-align:center;flex:1;display:flex;align-items:center;justify-content:center}.status{font-size:1rem;color:#666;margin:0}.status.error{color:#dc2626}@media (min-width: 768px){.header-spacer{height:var(--header-height-tablet)}}@media (min-width: 1024px){.app{max-width:768px;margin:0 auto;box-shadow:0 0 20px #0000001a}}@supports (view-transition-name: none){::view-transition-old(article-content),::view-transition-new(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-old(article-image),::view-transition-new(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-old(page-footer),::view-transition-new(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:translate(0)}to{opacity:0;transform:translate(-100%)}}@keyframes slide-in-from-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slide-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes slide-in-from-left{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}}@supports (view-transition-name: none){::view-transition-old(onboarding-greeting),::view-transition-new(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-old(onboarding-subtitle),::view-transition-new(onboarding-subtitle){animation-duration:.4s;animation-timing-function:ease-in-out}::view-transition-old(onboarding-persona-section),::view-transition-new(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-old(onboarding-pricing),::view-transition-new(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%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}}@keyframes _fadeIn_mtxrx_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_mtxrx_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes _logoGlow_mtxrx_1{0%,to{transform:scale(1);box-shadow:0 4px 20px #9ca3af4d,0 0 #9ca3af33}50%{transform:scale(1.05);box-shadow:0 8px 30px #9ca3af66,0 0 0 8px #9ca3af1a}}@keyframes _logoFadeIn_mtxrx_1{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes _spin_mtxrx_1{to{transform:rotate(360deg)}}@keyframes _titleGlow_mtxrx_1{0%,to{text-shadow:0 0 20px rgba(255,255,255,.3),0 0 40px rgba(255,255,255,.15),0 2px 12px rgba(0,0,0,.4)}50%{text-shadow:0 0 30px rgba(255,255,255,.4),0 0 60px rgba(255,255,255,.2),0 2px 12px rgba(0,0,0,.4)}}@keyframes _gradientShift_mtxrx_1{0%,to{background-position:0 50%}50%{background-position:100% 50%}}._splashScreen_mtxrx_68{position:fixed;top:0;left:0;right:0;bottom:0;margin:0;padding:0;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;z-index:1;animation:_fadeIn_mtxrx_1 .5s ease-in;background:var(--gradient-primary)}._splashContent_mtxrx_87{text-align:center;color:#fff;padding:1.5rem 1rem;padding-bottom:calc(1.5rem + var(--footer-height-mobile, 80px));max-width:100%;width:100%;display:flex;flex-direction:column;justify-content:flex-start;animation:_slideUp_mtxrx_1 .6s ease-out;position:relative;box-sizing:border-box;border-radius:0}._splashLogoContainer_mtxrx_103{margin-bottom:1.75rem;margin-top:calc(6vh - .5rem);display:flex;flex-direction:column;align-items:center;gap:.875rem}._splashLogo_mtxrx_103{width:90px;height:90px;margin:0 auto;border-radius:18px;object-fit:contain;display:block;animation:_logoFadeIn_mtxrx_1 .8s ease-out,_logoGlow_mtxrx_1 3s ease-in-out infinite;box-shadow:0 4px 20px #9ca3af66,0 0 0 1px #ffffff1a;transition:transform .3s ease}._splashTitle_mtxrx_124{font-size:2.25rem;font-weight:800;margin:0;letter-spacing:-.02em;line-height:1.1;background:linear-gradient(135deg,#9ca3af,#d1d5db,#e5e7eb 60%,#fff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:_gradientShift_mtxrx_1 4s ease infinite,_titleGlow_mtxrx_1 3s ease-in-out infinite;position:relative;display:inline-block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}._splashSubtitle_mtxrx_141{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;font-style:italic;margin:.5rem 0 0;text-shadow:0 1px 8px rgba(0,0,0,.35);letter-spacing:.03em;color:#ffffffeb;text-transform:none;opacity:.95;line-height:1.4;position:relative;padding:0 2rem;max-width:700px;margin-left:auto;margin-right:auto}._splashSubtitle_mtxrx_141:before{content:'"';font-size:3rem;line-height:1;color:#fff6;position:absolute;left:0;top:-.5rem;font-family:Georgia,serif;font-style:normal}._splashSubtitle_mtxrx_141:after{content:'"';font-size:3rem;line-height:1;color:#fff6;position:absolute;right:0;bottom:-1.5rem;font-family:Georgia,serif;font-style:normal}._splashDescription_mtxrx_184{margin:1.5rem 0 2.5rem;line-height:1.6;text-align:center;max-width:100%;margin-left:auto;margin-right:auto;padding:0 1.25rem}._splashTagline_mtxrx_194{font-size:2rem;font-weight:700;margin:0 0 .75rem;letter-spacing:-.01em;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.35);line-height:1.3;font-family:Roboto,sans-serif}._splashSubheadline_mtxrx_205{font-size:1.125rem;font-weight:300;margin:0;letter-spacing:.01em;color:#ffffffbf;text-shadow:0 1px 6px rgba(0,0,0,.35);line-height:1.7}._splashText_mtxrx_215{font-size:.9rem;font-weight:400;margin:0;padding:1.25rem 1rem;line-height:1.65;color:#fffffff2;text-shadow:0 1px 6px rgba(0,0,0,.35);background:#ffffff1f;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:16px;border:1px solid rgba(255,255,255,.25);box-shadow:0 4px 16px #00000026,0 0 0 1px #ffffff1a inset,0 1px #fff3 inset;transition:all .3s ease}._splashText_mtxrx_215 b{font-weight:600;font-size:.95rem;color:#fff;display:block;margin-bottom:.625rem;line-height:1.5;text-shadow:0 1px 8px rgba(0,0,0,.3)}._splashText_mtxrx_215 i{font-size:.8rem;font-style:italic;font-weight:400;display:block;opacity:.85;line-height:1.5}._splashLoading_mtxrx_254{margin:1.5rem 0 0;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.25rem 0}._splashSpinner_mtxrx_263{width:44px;height:44px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:_spin_mtxrx_1 .8s linear infinite;box-shadow:0 2px 10px #0003}._splashLoadingText_mtxrx_273{font-size:.95rem;opacity:.95;margin:0;font-weight:500;letter-spacing:.02em;text-shadow:0 1px 6px rgba(0,0,0,.3)}._splashGoButton_mtxrx_282{background:#fff;color:#3c4043;border:1px solid #dadce0;border-radius:4px;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;margin-top:2rem;margin-bottom:1.5rem;min-width:200px;width:100%;max-width:320px;min-height:48px;letter-spacing:.01em;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;font-family:Roboto,sans-serif;text-shadow:none;box-sizing:border-box}._splashGoButton_mtxrx_282>._googleLogo_mtxrx_311{position:absolute;left:1rem;top:50%;transform:translateY(-50%)}._splashGoButton_mtxrx_282:hover:not(:disabled){background:#f8f9fa;border-color:#dadce0;box-shadow:0 2px 4px #00000026,0 1px 2px #0003}._splashGoButton_mtxrx_282:active:not(:disabled){background:#f1f3f4;box-shadow:0 1px 2px #0000001a}._splashGoButton_mtxrx_282:disabled{opacity:.6;cursor:not-allowed;background:#ffffffb3;transform:none}._splashPersonaSelection_mtxrx_338{margin:0;width:100%}._splashSigninPrompt_mtxrx_343{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:0;width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding:0 1.25rem}._splashSigninText_mtxrx_356{font-size:1.1rem;font-weight:600;margin:0;opacity:.95;text-align:center}._googleLogo_mtxrx_311{flex-shrink:0;width:24px;height:24px;display:block}._splashFooter_mtxrx_371{position:fixed;bottom:0;left:0;right:0;padding:1rem;background:var(--gradient-primary);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:center;align-items:center;z-index:10;box-shadow:0 -2px 8px #0000001a;min-height:var(--footer-height-mobile, auto);transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;overflow:hidden}._splashFooterText_mtxrx_393{color:#fffffff2;font-size:.8rem;font-weight:400;text-align:center;margin:0;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.2);padding:0 1rem;max-width:600px}._splashPersonaTitle_mtxrx_405{font-size:1.2rem;font-weight:600;margin:0 0 1.5rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.35);text-align:center;letter-spacing:-.01em;padding:0 1.25rem}._personaGrid_mtxrx_416{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}._personaCard_mtxrx_423{background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:16px;padding:1.25rem 1rem;cursor:pointer;transition:all .3s ease;text-align:left;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);color:#fff;box-shadow:0 4px 16px #00000026,0 0 0 1px #ffffff1a inset,0 1px #fff3 inset;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation}._personaCard_mtxrx_423:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);opacity:0;transition:opacity .3s}._personaCard_mtxrx_423:hover{background:#ffffff2e;border-color:#ffffff59;transform:translateY(-2px);box-shadow:0 8px 32px #0003,0 0 0 1px #ffffff26 inset,0 1px #ffffff4d inset}._personaCard_mtxrx_423:hover:before{opacity:1}._personaCard_mtxrx_423._selected_mtxrx_470{background:#ffffff2e;border-color:#ffffff59;border-width:1px;box-shadow:0 8px 32px #0003,0 0 0 1px #ffffff26 inset,0 1px #ffffff4d inset;transform:translateY(-2px)}._personaCard_mtxrx_423._selected_mtxrx_470:before{opacity:1;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent)}._personaCard_mtxrx_423:active{transform:translateY(-1px)}._personaName_mtxrx_490{font-size:1.05rem;font-weight:600;margin-bottom:.5rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);letter-spacing:-.01em}._personaDescription_mtxrx_499{font-size:.875rem;line-height:1.5;color:#fffffff2;font-weight:400;text-shadow:0 1px 6px rgba(0,0,0,.25)}@media (min-width: 768px){._splashContent_mtxrx_87{max-width:650px;padding:5rem 2rem 3rem;padding-bottom:calc(4rem + var(--footer-height-mobile, 80px))}._splashLogoContainer_mtxrx_103{margin-top:calc(6vh - 1rem);margin-bottom:2.5rem;gap:1.25rem}._splashLogo_mtxrx_103{width:120px;height:120px;border-radius:24px}._splashTitle_mtxrx_124{font-size:3.25rem;font-weight:800}._splashSubtitle_mtxrx_141{font-size:1.75rem;font-weight:700;padding:0 3rem}._splashSubtitle_mtxrx_141:before{font-size:4rem;left:.5rem;top:-.75rem}._splashSubtitle_mtxrx_141:after{font-size:4rem;right:.5rem;bottom:-2rem}._splashDescription_mtxrx_184{margin:2.5rem 0 3.5rem}._splashTagline_mtxrx_194{font-size:2.5rem;margin-bottom:1rem}._splashSubheadline_mtxrx_205{font-size:1.25rem}._splashText_mtxrx_215{font-size:1.05rem;padding:2rem}._splashText_mtxrx_215 b{font-size:1.15rem;margin-bottom:.875rem}._splashText_mtxrx_215 i{font-size:.95rem}._splashGoButton_mtxrx_282{padding:1rem 2rem;font-size:1rem;min-width:240px;max-width:360px;min-height:52px;margin-top:2.5rem;margin-bottom:0}._splashGoButton_mtxrx_282>._googleLogo_mtxrx_311{left:1.25rem}._splashFooter_mtxrx_371{padding:1.25rem 1.5rem}._splashFooterText_mtxrx_393{font-size:.85rem}._splashLoading_mtxrx_254{margin:2.5rem 0 0;gap:1.5rem;padding:0}._splashSpinner_mtxrx_263{width:52px;height:52px}._splashLoadingText_mtxrx_273{font-size:1.05rem}._personaGrid_mtxrx_416{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:600px;margin:0 auto}._personaCard_mtxrx_423{padding:1.75rem 1.5rem}._personaName_mtxrx_490{font-size:1.15rem;margin-bottom:.625rem}._personaDescription_mtxrx_499{font-size:.9rem;line-height:1.6}._splashPersonaTitle_mtxrx_405{font-size:1.5rem;margin-bottom:2.5rem}._splashSigninPrompt_mtxrx_343{margin-top:2rem;gap:2rem;padding:0}}@media (min-width: 1024px){._splashScreen_mtxrx_68{position:relative;min-height:100vh;background:var(--gradient-primary);overflow-y:auto;z-index:1}._splashContent_mtxrx_87{max-width:720px;width:100%;margin:0 auto;padding:4rem 2rem;padding-bottom:calc(4rem + var(--footer-height-mobile, 80px));justify-content:flex-start}._splashLogoContainer_mtxrx_103{margin-top:2rem;margin-bottom:3rem}._splashTitle_mtxrx_124{font-size:3.5rem}._splashSubtitle_mtxrx_141{font-size:1.85rem;max-width:650px}._splashDescription_mtxrx_184{margin:3rem 0 4rem;max-width:650px;padding:0}._splashSubheadline_mtxrx_205{font-size:1.35rem;line-height:1.8}._splashFooter_mtxrx_371{padding:1.5rem;width:768px!important;max-width:768px!important;left:calc(50% - 384px)!important;right:auto!important;transform:translateZ(0);-webkit-transform:translateZ(0)}._splashFooterText_mtxrx_393{font-size:1rem;max-width:600px}._splashGoButton_mtxrx_282{padding:1rem 2.5rem;font-size:1.1rem;min-width:260px;max-width:400px;margin-top:1rem}._splashLoading_mtxrx_254{margin-top:3rem}}._splashErrorText_mtxrx_721{margin-top:.5rem;font-size:.9rem;color:#fbbf24}._splashErrorMessage_mtxrx_727{margin-bottom:1.5rem;padding:1rem;border-radius:12px;text-align:center}._splashErrorMessageNetwork_mtxrx_734{background-color:#fbbf2426;border:1px solid rgba(251,191,36,.4)}._splashErrorMessageError_mtxrx_739{background-color:#ef44441a;border:1px solid rgba(239,68,68,.3)}._splashErrorMessageIcon_mtxrx_744{font-size:2rem;margin-bottom:.5rem;line-height:1}._splashErrorMessageTitle_mtxrx_750{color:#d97706;font-size:1rem;margin:0 0 .5rem;font-weight:600}._splashErrorMessageTitleError_mtxrx_757{color:#dc2626}._splashErrorMessageSubtext_mtxrx_761{color:#92400e;font-size:.85rem;margin:0;font-weight:400;line-height:1.5}._splashErrorMessageSubtextError_mtxrx_769{color:#991b1b;margin:.25rem 0 0}@keyframes _fadeIn_1lmfs_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUpModal_1lmfs_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._settingsModal_1lmfs_22{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:_fadeIn_1lmfs_1 .2s ease-out}._settingsContent_1lmfs_39{background:var(--gradient-primary);border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0006;animation:_slideUpModal_1lmfs_1 .3s ease-out;border:1px solid rgba(255,255,255,.2)}._settingsHeader_1lmfs_51{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.2)}._settingsHeader_1lmfs_51 h2{margin:0;font-size:1.25rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.35);font-family:Roboto,sans-serif}._settingsClose_1lmfs_68{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:1.5rem;color:#fff;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;padding:0;line-height:1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._settingsClose_1lmfs_68:hover{background:#fff3;border-color:#fff6;transform:scale(1.1)}._settingsBody_1lmfs_93{padding:1.5rem}._settingsUserGreeting_1lmfs_97{font-size:1.5rem;color:#fff;font-weight:700;font-family:Roboto,sans-serif;margin-bottom:.5rem;padding-bottom:0;border-bottom:none;text-shadow:0 2px 8px rgba(0,0,0,.35);letter-spacing:-.01em}._settingsDescription_1lmfs_109{font-size:.95rem;color:#ffffffd9;margin:0 0 1.5rem;font-weight:500;text-shadow:0 1px 6px rgba(0,0,0,.3);line-height:1.5}._personaGridSettings_1lmfs_118{display:grid;grid-template-columns:1fr;gap:1rem}._personaCardSettings_1lmfs_124{background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:1.5rem 1.25rem;cursor:pointer;transition:all .3s ease;text-align:left;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;box-shadow:0 8px 24px #00000040,0 4px 12px #0003,0 0 0 1px #ffffff26 inset;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;touch-action:manipulation}._personaCardSettings_1lmfs_124:hover{background:#ffffff38;border-color:#fff6;transform:translateY(-4px);box-shadow:0 12px 32px #0000004d,0 6px 16px #00000040,0 0 0 1px #fff3 inset}._persona-card-settings_1lmfs_155._selected_1lmfs_155{background:#ffffff38;border-color:#ffffffb3;border-width:2px;box-shadow:0 12px 32px #0000004d,0 6px 16px #00000040,0 0 0 2px #ffffff4d inset,0 0 20px #ffffff26;transform:translateY(-4px)}._persona-card-settings_1lmfs_155._selected_1lmfs_155 ._personaName_1lmfs_167{color:#fff;font-weight:700}._personaCardSettings_1lmfs_124:active{transform:translateY(-2px)}._personaCardSettings_1lmfs_124 ._personaName_1lmfs_167{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:#fff;font-family:Roboto,sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.5),0 1px 3px rgba(0,0,0,.4);line-height:1.4;letter-spacing:-.01em}._personaCardSettings_1lmfs_124 ._personaDescription_1lmfs_187{font-size:.875rem;font-weight:500;line-height:1.6;color:#fff;font-family:Roboto,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.5),0 1px 3px rgba(0,0,0,.4);margin:0;letter-spacing:.01em}._personaCheckIcon_1lmfs_198{position:absolute;top:1rem;right:1rem;z-index:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));animation:_fadeIn_1lmfs_1 .3s ease-in}._settingsSection_1lmfs_208{margin-top:0;padding-top:0}._settingsSection_1lmfs_208:not(:first-child){margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}._settingsSectionTitle_1lmfs_219{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 1.25rem;font-family:Roboto,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.35)}._settingsOption_1lmfs_228{margin-bottom:1.5rem}._settingsToggleLabel_1lmfs_232{display:flex;align-items:center;cursor:pointer;margin-bottom:.5rem}._settingsToggle_1lmfs_232{width:48px;height:28px;margin-right:.75rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:14px;position:relative;transition:all .3s ease;flex-shrink:0}._settingsToggle_1lmfs_232:before{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;top:2px;left:2px;transition:all .3s ease;box-shadow:0 2px 4px #0003}._settingsToggle_1lmfs_232:checked{background:#fff6;border-color:#fff9}._settingsToggle_1lmfs_232:checked:before{transform:translate(20px)}._settingsToggleText_1lmfs_275{font-size:1rem;font-weight:600;color:#fff;font-family:Roboto,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.35);-webkit-user-select:none;user-select:none}._settingsOptionDescription_1lmfs_284{font-size:.875rem;color:#ffffffbf;margin:0 0 0 3.5rem;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.3)}@media (min-width: 768px){._settingsContent_1lmfs_39{max-width:700px}._settingsHeader_1lmfs_51{padding:1rem 1.75rem}._settingsHeader_1lmfs_51 h2{font-size:1.5rem}._settingsBody_1lmfs_93{padding:1.75rem}._settingsUserGreeting_1lmfs_97{font-size:1.5rem}._settingsDescription_1lmfs_109{font-size:1rem}._personaGridSettings_1lmfs_118{grid-template-columns:repeat(2,1fr);gap:1.25rem}._personaCardSettings_1lmfs_124{padding:1.75rem 1.5rem}._personaCardSettings_1lmfs_124 ._personaName_1lmfs_167{font-size:1.125rem;margin-bottom:.875rem}._personaCardSettings_1lmfs_124 ._personaDescription_1lmfs_187{font-size:.875rem;line-height:1.65}._settingsSection_1lmfs_208{margin-top:2.5rem;padding-top:2.5rem}._settingsSectionTitle_1lmfs_219{font-size:1.25rem;margin-bottom:1.5rem}._settingsToggleText_1lmfs_275{font-size:1.0625rem}._settingsOptionDescription_1lmfs_284{font-size:.9375rem;margin-left:3.75rem}}:root{--header-height-mobile: 56px;--header-height-tablet: 64px}._header_1tnfp_6{background:var(--gradient-primary);color:var(--header-text-color);padding:.5rem .75rem;box-shadow:0 2px 8px #0000001a;position:fixed;top:0;left:0;right:0;z-index:100;flex-shrink:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:48px;height:var(--header-height-mobile)}._headerLeft_1tnfp_26{display:flex;align-items:center;flex:1;gap:.25rem;min-width:0}._headerRight_1tnfp_34{display:flex;align-items:center;flex-shrink:0;justify-content:flex-end;gap:.5rem}._headerPrevButton_1tnfp_42{background:transparent;border:none;color:var(--header-text-color);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease,transform .1s ease;padding:0;line-height:1;width:28px;height:28px;margin:0}._headerHomeButton_1tnfp_59{background:var(--action-button-bg);border:1px solid var(--action-button-border);border-radius:6px;color:var(--header-text-color);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;padding:.375rem;line-height:1;width:40px;height:40px;margin-right:.25rem}._headerHomeButtonWithLabel_1tnfp_77{padding:.5rem .75rem;width:auto;gap:.25rem;justify-content:center}._headerHomeButtonWithLabel_1tnfp_77 svg{width:20px;height:20px;flex-shrink:0;margin:0;padding:0;display:block}._headerHomeLabel_1tnfp_93{font-size:1rem;font-weight:500;font-family:Roboto,sans-serif;line-height:1;white-space:nowrap}._headerPortfolioButton_1tnfp_101,._headerSearchButton_1tnfp_119{background:var(--action-button-bg);border:1px solid var(--action-button-border);border-radius:6px;color:var(--header-text-color);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;padding:.375rem;line-height:1;width:40px;height:40px;margin-right:.25rem}._headerPrevButton_1tnfp_42 svg,._headerHomeButton_1tnfp_59:not(._headerHomeButtonWithLabel_1tnfp_77) svg,._headerPortfolioButton_1tnfp_101 svg,._headerSearchButton_1tnfp_119 svg{width:100%;height:100%;display:block}._headerPrevButton_1tnfp_42:hover{opacity:.8;transform:translate(-2px)}._headerPrevButton_1tnfp_42:active{transform:translate(0);opacity:.6}._headerHomeButton_1tnfp_59:hover{background:var(--action-button-hover-bg);border-color:var(--action-button-hover-border);transform:translateY(-1px)}._headerHomeButton_1tnfp_59:active{transform:translateY(0);background:var(--action-button-active-bg)}._headerPortfolioButton_1tnfp_101:hover{background:var(--action-button-hover-bg);border-color:var(--action-button-hover-border);transform:translateY(-1px)}._headerPortfolioButton_1tnfp_101:active{transform:translateY(0);background:var(--action-button-active-bg)}._headerSearchButton_1tnfp_119:hover{background:var(--action-button-hover-bg);border-color:var(--action-button-hover-border);transform:translateY(-1px)}._headerSearchButton_1tnfp_119:active{transform:translateY(0);background:var(--action-button-active-bg)}._headerListButton_1tnfp_189{background:var(--header-overlay-light);border:1px solid var(--header-border-light);color:var(--header-text-color);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;transition:all .2s ease;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;margin:0}._headerListIcon_1tnfp_207{width:18px;height:18px;flex-shrink:0}._headerListLabel_1tnfp_213{line-height:1}._headerListButton_1tnfp_189:hover{background:var(--header-overlay-medium);border-color:var(--header-border-medium);transform:translateY(-1px)}._headerListButton_1tnfp_189:active{transform:translateY(0);background:var(--header-overlay-light)}._headerBrand_1tnfp_228{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:opacity .2s ease,transform .2s ease;-webkit-user-select:none;user-select:none;padding:.125rem;gap:.5rem;white-space:nowrap}._headerBrand_1tnfp_228:hover{opacity:.85;transform:scale(1.05)}._headerBrand_1tnfp_228:active{opacity:.7;transform:scale(.95)}._headerLogo_1tnfp_252{height:40px;width:auto;object-fit:contain;display:block}._headerBrandLabel_1tnfp_259{font-size:1rem;font-weight:600;color:var(--header-text-color);font-family:Roboto,sans-serif;white-space:nowrap;line-height:1;display:inline-block}._headerUserSection_1tnfp_270{display:flex;align-items:center;gap:.25rem;position:relative}._headerUserAvatar_1tnfp_277,._headerUserAvatarPlaceholder_1tnfp_278{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--header-border-avatar);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;background-color:var(--header-overlay-light);padding:0;margin:0;font-size:1.1rem;font-weight:500;color:var(--header-text-color)}._headerUserAvatar_1tnfp_277:hover,._headerUserAvatarPlaceholder_1tnfp_278:hover{border-color:var(--header-border-avatar-hover);background-color:var(--header-overlay-medium);transform:scale(1.05)}._headerUserAvatar_1tnfp_277:active,._headerUserAvatarPlaceholder_1tnfp_278:active{transform:scale(.95);background-color:var(--header-overlay-light)}._headerSigninButton_1tnfp_312{background:var(--header-overlay-medium);border:1px solid var(--header-border-medium);color:var(--header-text-color);font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:20px;cursor:pointer;transition:all .2s ease;font-family:Roboto,sans-serif;line-height:1.4;display:flex;align-items:center;margin:0}._headerSigninButton_1tnfp_312:hover{background:var(--header-overlay-dark);border-color:var(--header-border-dark);transform:translateY(-1px)}._headerSigninButton_1tnfp_312:active{transform:translateY(0);background:var(--header-overlay-medium)}._headerUserMenu_1tnfp_340{position:absolute;top:calc(100% + .5rem);right:0;background:var(--color-bg-primary);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:160px;overflow:hidden;z-index:1000;display:flex;flex-direction:column;padding:.25rem 0}._headerUserMenuItem_1tnfp_355{background:transparent;border:none;color:var(--color-text-primary);font-size:.875rem;font-weight:500;padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;text-align:left;font-family:Roboto,sans-serif;width:100%;margin:0;display:flex;align-items:center;gap:.75rem}._headerUserMenuIcon_1tnfp_373{width:18px;height:18px;flex-shrink:0;color:var(--color-text-secondary)}._headerUserMenuItem_1tnfp_355:hover{background-color:var(--color-bg-tertiary)}._headerUserMenuItem_1tnfp_355:hover ._headerUserMenuIcon_1tnfp_373{color:var(--color-text-primary)}._headerUserMenuItem_1tnfp_355:active{background-color:var(--color-border-light)}._headerUserMenuSeparator_1tnfp_392{height:1px;background-color:var(--color-border-light);margin:.25rem 0}._headerSpacer_1tnfp_398{flex-shrink:0;height:var(--header-height-mobile);width:100%}@media (min-width: 768px){._header_1tnfp_6{height:var(--header-height-tablet);padding:.625rem 1rem;min-height:56px}._headerSpacer_1tnfp_398{height:var(--header-height-tablet)}._headerLogo_1tnfp_252{height:48px}._headerBrandLabel_1tnfp_259{display:block;font-size:1.25rem}._headerPrevButton_1tnfp_42{width:32px;height:32px}._headerHomeButton_1tnfp_59{width:44px;height:44px;padding:.5rem}._headerHomeButtonWithLabel_1tnfp_77{padding:.625rem 1rem}._headerHomeButtonWithLabel_1tnfp_77 svg{width:22px;height:22px}._headerHomeLabel_1tnfp_93{font-size:1rem}._headerPortfolioButton_1tnfp_101{width:44px;height:44px;padding:.5rem}._headerListButton_1tnfp_189{padding:.625rem 1.25rem;font-size:.9375rem}._headerListIcon_1tnfp_207{width:20px;height:20px}._headerUserAvatar_1tnfp_277,._headerUserAvatarPlaceholder_1tnfp_278{width:44px;height:44px;min-width:44px;min-height:44px;font-size:1.2rem}}@media (min-width: 1024px){._header_1tnfp_6{width:768px;max-width:768px;left:calc(50% - 384px);right:auto;transform:translateZ(0);-webkit-transform:translateZ(0)}}._errorView_jhl3v_1{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-primary, #ffffff)}._errorContent_jhl3v_8{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1.5rem 3rem;text-align:center}._errorIcon_jhl3v_18{color:var(--color-primary, #6b7280);margin-bottom:2rem;opacity:.7}._errorIcon_jhl3v_18 svg{width:80px;height:80px}._errorTitle_jhl3v_29{font-size:1.75rem;font-weight:600;color:var(--color-text-primary, #111827);margin:0 0 1.25rem;font-family:Roboto,sans-serif;letter-spacing:-.02em}._errorMessage_jhl3v_38{font-size:1.0625rem;color:var(--color-text-secondary, #6b7280);margin:0;line-height:1.7;max-width:520px;font-weight:400}._errorFeedLink_jhl3v_47{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;margin-top:3rem;background:var(--color-primary, #6b7280);color:var(--color-text-inverse, #ffffff);text-decoration:none;border-radius:8px;font-size:1rem;font-weight:500;transition:background-color .2s,transform .1s;font-family:Roboto,sans-serif}._errorFeedIcon_jhl3v_63{width:1.25rem;height:1.25rem;flex-shrink:0}._errorFeedLink_jhl3v_47:hover{background:var(--color-primary-dark, #4b5563);transform:translateY(-1px)}._errorFeedLink_jhl3v_47:active{transform:translateY(0)}@media (max-width: 768px){._errorContent_jhl3v_8{padding:2rem 1rem}._errorIcon_jhl3v_18 svg{width:72px;height:72px}._errorTitle_jhl3v_29{font-size:1.5rem}._errorMessage_jhl3v_38{font-size:1rem}._errorFeedLink_jhl3v_47{margin-top:2.5rem}._errorFeedLink_jhl3v_47{padding:.625rem 1.25rem;font-size:.9375rem}}._filterModalBackdrop_r3vff_2{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:flex-end;justify-content:center;z-index:40;overflow:hidden}._filterModal_r3vff_2{width:100%;max-width:480px;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -10px 30px #0f172a40;padding:0;display:flex;flex-direction:column;overflow:hidden;position:relative;max-height:90vh}@media (max-width: 768px){._filterModal_r3vff_2{height:70vh;max-height:70vh}}@media (min-width: 769px){._filterModal_r3vff_2{height:auto;max-height:90vh}}._filterModalHeader_r3vff_41{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#fff;flex:0 0 auto}._filterModalHeader_r3vff_41 h2{margin:0;font-size:1.125rem;font-weight:600;color:#111827}._filterModalClose_r3vff_58{border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:#6b7280;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s ease}._filterModalClose_r3vff_58:hover{background-color:#f3f4f6;color:#111827}._filterModalBody_r3vff_79{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1.25rem 1.5rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem;-webkit-overflow-scrolling:touch}@media (max-width: 768px){._filterModalBody_r3vff_79{max-height:calc(70vh - 110px)}}._filterSection_r3vff_99{position:relative;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem;background:#fafafa;margin-top:.5rem}._filterSection_r3vff_99:first-child{margin-top:0}._filterSectionTitle_r3vff_112{position:absolute;top:-.375rem;left:.75rem;font-size:.8125rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background:#fff;padding:0 .375rem;line-height:1}._filterSection_r3vff_99 h3{margin:0 0 .5rem;font-size:.9rem;font-weight:600;color:#374151}._filterOptions_r3vff_133{display:flex;flex-wrap:wrap;gap:.5rem}._filterOptionsOrder_r3vff_139{flex-direction:column}._filterOption_r3vff_133{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#374151}._filterOptionText_r3vff_151{display:inline-flex;align-items:center;gap:.25rem}._filterHelpButton_r3vff_157{display:inline-flex;align-items:center;justify-content:center;padding:0;margin-left:.25rem;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:color .2s ease;flex-shrink:0;vertical-align:middle}._filterHelpButton_r3vff_157:hover{color:var(--color-primary)}._filterHelpButton_r3vff_157:active{color:var(--color-primary-dark)}._filterHelpIcon_r3vff_180{width:1.125rem;height:1.125rem}._filterOption_r3vff_133 input[type=checkbox],._filterOption_r3vff_133 input[type=radio]{width:18px;height:18px;cursor:pointer;flex-shrink:0}._filterSectorSelect_r3vff_193{width:100%;padding:.625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;color:#374151;background:#fff;cursor:pointer;font-family:inherit;min-height:90px}._filterSectorSelect_r3vff_193:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._filterSectorSelect_r3vff_193 option{padding:.5rem;font-size:.9375rem}._filterSectorHint_r3vff_217{margin-top:.5rem;font-size:.8125rem;color:#6b7280;font-style:italic}._filterModalFooter_r3vff_224{display:flex;justify-content:flex-end;gap:.75rem;padding:.75rem 1.25rem;border-top:1px solid #e5e7eb;background:#fff;flex:0 0 auto}._filterButtonSecondary_r3vff_234,._filterButtonPrimary_r3vff_235{padding:.625rem 1.25rem;font-size:.9375rem;border-radius:999px;cursor:pointer;font-weight:500}._filterButtonSecondary_r3vff_234{border:1px solid #d1d5db;background:#fff;color:#374151}._filterButtonPrimary_r3vff_235{border:none;background:var(--gradient-primary);color:var(--color-text-inverse)}._filterButtonPrimary_r3vff_235:hover{background:var(--gradient-primary-hover)}._filterButtonSecondary_r3vff_234:hover{background:#f3f4f6}._stockSearchBarContainer_1y62w_1{position:fixed;top:var(--header-height-mobile, 56px);left:0;right:0;width:100%;padding:.5rem 1rem;z-index:99;box-shadow:0 2px 4px #0000000d}@media (min-width: 768px){._stockSearchBarContainer_1y62w_1{top:var(--header-height-tablet, 64px)}}._stockSearchBarWrapper_1y62w_18{display:flex;flex-direction:row;align-items:stretch;width:100%;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid var(--primary-color, #3b82f6);border-radius:8px;overflow:visible;transition:border-color .2s,box-shadow .2s;box-shadow:0 0 0 2px #3b82f61a}._stockSearchBarWrapper_1y62w_18:focus-within{border-color:var(--primary-color, #3b82f6);box-shadow:0 0 0 3px #3b82f626}._stockSearchInputWrapper_1y62w_38{flex:1 1 0;position:relative;display:flex;flex-direction:row;align-items:center;background:transparent;border:none;padding:.5rem .75rem;overflow:visible;visibility:visible;min-height:2.5rem;min-width:0;border-right:1px solid var(--border-color, #e0e0e0)}._stockSearchIcon_1y62w_54{color:var(--text-secondary, #6b7280);font-size:1.25rem;margin-right:.5rem;flex-shrink:0}._stockSearchInput_1y62w_38{flex:1;border:none;outline:none;background:transparent;font-size:1rem;color:var(--text-primary, #111827);min-width:0;visibility:visible;opacity:1}._stockSearchInput_1y62w_38::placeholder{color:var(--text-secondary, #9ca3af)}._stockSearchLoading_1y62w_77{position:absolute;right:.75rem;font-size:.75rem;color:var(--text-secondary, #6b7280);font-style:italic}._stockSearchDropdownsWrapper_1y62w_85{display:flex;flex-direction:row;align-items:stretch;flex-shrink:0;gap:0;min-width:0;overflow:visible}._stockSearchDropdown_1y62w_85{flex-shrink:0;border-left:1px solid var(--border-color, #e0e0e0)}._stockSearchDropdown_1y62w_85:first-child{border-left:none;min-width:3rem;max-width:3rem;width:3rem}._stockSearchDropdown_1y62w_85:last-child{min-width:5rem;max-width:5rem;width:5rem}._stockSearchDropdown_1y62w_85{pointer-events:auto!important;overflow:visible}._stockSearchDropdown_1y62w_85>div{height:100%;min-height:2.5rem;pointer-events:auto!important;width:100%;overflow:visible}._stockSearchDropdown_1y62w_85 [class*=control]{border:none!important;box-shadow:none!important;background:transparent!important;min-height:2.5rem!important;height:100%!important;width:100%!important;cursor:pointer!important;pointer-events:auto!important}._stockSearchDropdown_1y62w_85 [class*=control]:hover{border:none!important;cursor:pointer!important}._stockSearchDropdown_1y62w_85 [class*=valueContainer]{padding:0 .5rem!important}._stockSearchDropdown_1y62w_85 [class*=indicatorsContainer],._stockSearchDropdown_1y62w_85 [class*=indicatorContainer]{display:none!important}._stockSearchSuggestions_1y62w_156{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:var(--card-bg, #ffffff);border:1px solid var(--border-color, #e0e0e0);border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-height:300px;overflow-y:auto;z-index:500}._stockSearchSuggestionItem_1y62w_171{padding:.75rem 1rem;cursor:pointer;transition:background-color .15s;border-bottom:1px solid var(--border-color, #f3f4f6)}._stockSearchSuggestionItem_1y62w_171:last-child{border-bottom:none}._stockSearchSuggestionItem_1y62w_171:hover{background-color:var(--hover-bg, #f9fafb)}._stockSearchSuggestionContent_1y62w_186{display:flex;flex-direction:column;gap:.25rem}._stockSearchSuggestionTicker_1y62w_192{font-weight:600;font-size:.9375rem;color:var(--text-primary, #111827)}._stockSearchSuggestionName_1y62w_198{font-size:.875rem;color:var(--text-secondary, #6b7280)}._stockSearchError_1y62w_203{margin-top:.5rem;padding:.5rem .75rem;background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:.875rem}@media (max-width: 768px){._stockSearchDropdown_1y62w_85:first-child{min-width:2.5rem;max-width:2.5rem;width:2.5rem}._stockSearchDropdown_1y62w_85:last-child{min-width:4rem;max-width:4rem;width:4rem}._stockSearchDropdown_1y62w_85 [class*=singleValue],._stockSearchDropdown_1y62w_85 [class*=placeholder]{font-size:.75rem!important}}._listViewContainer_z1nzc_1{display:flex;flex-direction:column;overflow-x:hidden;padding-bottom:3.5rem}._listViewContainerWithBackground_z1nzc_12{background-color:#7c838f;min-height:100vh;min-height:100dvh}._listHeader_z1nzc_18{padding:1rem 1.5rem;border-bottom:1px solid rgba(229,231,235,.5);display:flex;justify-content:space-between;align-items:center;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}._listTitle_z1nzc_32{margin:0;font-size:1.5rem;font-weight:600;color:#111827}._listPageInfo_z1nzc_39{font-size:.875rem;color:#6b7280;font-weight:400}._articleList_z1nzc_45{display:flex;flex-direction:column;gap:0;padding:0 1rem}._list-view-container_z1nzc_53._searchBarVisible_z1nzc_53 ._articleList_z1nzc_45{padding-top:calc(var(--header-height-mobile, 56px))}._articleListItem_z1nzc_57{display:flex;flex-direction:column;position:relative;margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff;box-shadow:0 1px 3px #0000001a;overflow:hidden}._articleListItem_z1nzc_57:first-child{margin-top:.5rem}._articleListItem_z1nzc_57:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}._articleListItem_z1nzc_57:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}._articleListCardBorderMarkets_z1nzc_85{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}._marketExpandButton_z1nzc_95{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .5rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s ease;font-size:.75rem;min-width:28px;height:28px}._marketExpandButton_z1nzc_95:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}._marketExpandButton_z1nzc_95:active{background:#e5e7eb}._marketExpandIcon_z1nzc_121{width:.875rem;height:.875rem}._articleListCardContent_z1nzc_126{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem}._articleListHeader_z1nzc_133{display:flex;gap:1rem;align-items:flex-start}._articleListImage_z1nzc_139{flex-shrink:0;width:120px;height:80px;border-radius:8px;overflow:hidden;background:#e5e7eb}._articleListImage_z1nzc_139 img{width:100%;height:100%;object-fit:cover}._articleListTitle_z1nzc_154{margin:0;font-size:1.125rem;font-weight:600;color:#111827;line-height:1.4;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-width:0}._articleListSummary_z1nzc_169{margin:0;font-size:.875rem;color:#374151;line-height:1.5;font-weight:500}._articleListMeta_z1nzc_177{display:flex;flex-direction:column;gap:.5rem;font-size:.75rem;color:#9ca3af;margin-top:.25rem}._articleListSectorsInline_z1nzc_186{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._articleListFooter_z1nzc_193{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;margin-top:.5rem}._articleListSectionContainer_z1nzc_205{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;background:#fafafa;position:relative;margin-top:.5rem}._articleListSectionTitle_z1nzc_215{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;position:absolute;top:-.375rem;left:.75rem;background:#fff;padding:0 .375rem;line-height:1}._articleListMarkets_z1nzc_229,._articleListSectors_z1nzc_186{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;width:100%}._sectorBadge_z1nzc_245{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:12px;font-size:.6875rem;font-weight:500;letter-spacing:.025em;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;border:1px solid #a5b4fc;cursor:default;box-shadow:0 1px 2px #0000000d;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._articleListDateContainer_z1nzc_264{flex:0 0 auto;display:flex;align-items:center;gap:.5rem}._articleListDate_z1nzc_264{font-weight:400;color:#4b5563}._articleListForwardLookingContainer_z1nzc_276{flex:0 0 auto}._articleListForwardLooking_z1nzc_276{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:6px;font-weight:500;color:#fff;font-size:.6875rem;background:var(--gradient-primary);border:1px solid var(--color-primary-dark);box-shadow:0 1px 2px var(--shadow-primary);letter-spacing:.025em;text-transform:uppercase;transition:all .2s ease;cursor:pointer}._articleListForwardLooking_z1nzc_276:hover{background:var(--gradient-primary-hover);box-shadow:0 2px 4px var(--shadow-primary-hover)}._articleListCountry_z1nzc_302{display:inline-flex;align-items:center;font-size:1.25rem;line-height:1;font-family:"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji",sans-serif;min-width:1.25rem;min-height:1.25rem}._marketBadge_z1nzc_313{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:12px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;transition:all .2s ease;cursor:pointer;box-shadow:0 1px 2px #0000000d;-webkit-user-select:none;user-select:none}._marketBadge_z1nzc_313:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._marketBadge_z1nzc_313:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}._marketBadgeEquity_z1nzc_339{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._marketBadgeCommodity_z1nzc_345{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._marketBadgeForex_z1nzc_351{background:linear-gradient(135deg,var(--color-green-light) 0%,var(--color-green-main) 100%);color:#fff}._marketBadgeFixedIncome_z1nzc_357{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}._marketBadgeMoney_z1nzc_363{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff}._marketBadgeRealEstate_z1nzc_369{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}._marketBadgeCrypto_z1nzc_375{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}._marketBadgeDefault_z1nzc_381{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}._marketInfoModalBackdrop_z1nzc_387{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_z1nzc_1 .2s ease}@keyframes _fadeIn_z1nzc_1{0%{opacity:0}to{opacity:1}}._marketInfoModal_z1nzc_387{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:80vh;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_z1nzc_1 .3s ease;display:flex;flex-direction:column}@keyframes _slideUp_z1nzc_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._marketInfoModalHeader_z1nzc_435{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}._marketInfoModalTitle_z1nzc_444{margin:0;font-size:1.25rem;font-weight:600;color:#111827}._marketInfoModalClose_z1nzc_451{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .2s ease;padding:0}._marketInfoModalClose_z1nzc_451:hover{background:#e5e7eb;color:#111827}._marketInfoModalClose_z1nzc_451 svg{width:1.25rem;height:1.25rem}._marketInfoModalBody_z1nzc_476{padding:1.5rem;overflow-y:auto;flex:1}._marketInfoModalDescription_z1nzc_482{margin:0;font-size:.9375rem;line-height:1.6;color:#374151}@media (max-width: 640px){._marketInfoModal_z1nzc_387{max-width:100%;margin:1rem;max-height:85vh}._marketInfoModalHeader_z1nzc_435{padding:1rem 1.25rem}._marketInfoModalTitle_z1nzc_444{font-size:1.125rem}._marketInfoModalBody_z1nzc_476{padding:1.25rem}._marketInfoModalDescription_z1nzc_482{font-size:.875rem}}._listLoadingWrapper_z1nzc_514{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;min-height:400px}._listLoadingCard_z1nzc_523{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:3rem 2.5rem;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;max-width:400px;width:100%}._listLoadingCard_z1nzc_523 p{margin:0;color:var(--color-text-primary);font-size:1.25rem;font-weight:600;letter-spacing:.01em}._listErrorWrapper_z1nzc_546{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;min-height:400px}._listErrorCard_z1nzc_555{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:3rem 2.5rem;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;max-width:400px;width:100%;text-align:center}._listErrorIcon_z1nzc_571{color:#dc2626;opacity:.8}._listErrorIcon_z1nzc_571 svg{width:64px;height:64px}._listErrorTitle_z1nzc_581{margin:0;color:var(--color-text-primary);font-size:1.5rem;font-weight:600;letter-spacing:.01em}._listErrorMessage_z1nzc_589{margin:0;color:var(--color-text-secondary);font-size:1rem;line-height:1.6;max-width:100%}._listErrorButton_z1nzc_597{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633;margin-top:.5rem}._listErrorButton_z1nzc_597:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}._listErrorButton_z1nzc_597:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #3b82f633}._listErrorButton_z1nzc_597:disabled{opacity:.6;cursor:not-allowed;transform:none}._listErrorButtonIcon_z1nzc_631{font-size:1.125rem}._listErrorButton_z1nzc_597:disabled ._listErrorButtonIcon_z1nzc_631{animation:_spin_z1nzc_1 .8s linear infinite}._listEmptyState_z1nzc_639{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:1rem;min-height:400px;text-align:center;max-width:500px;margin:0 auto}._listEmptyIcon_z1nzc_653{font-size:4rem;margin-bottom:.5rem;opacity:.6}._listEmptyTitle_z1nzc_659{margin:0 0 .75rem;font-size:1.5rem;font-weight:600;color:#111827}._listEmptyMessage_z1nzc_666{margin:0 0 .5rem;font-size:1rem;color:#374151;line-height:1.5}._listEmptySuggestion_z1nzc_673{margin:0 0 1.5rem;font-size:.9375rem;color:#6b7280;line-height:1.6}._listEmptyActionButton_z1nzc_680{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}._listEmptyActionButton_z1nzc_680:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}._listEmptyActionButton_z1nzc_680:active{transform:translateY(0);box-shadow:0 2px 4px #3b82f633}._listEmptyActionButton_z1nzc_680:disabled{opacity:.6;cursor:not-allowed;transform:none}._listEmptyActionIcon_z1nzc_713{font-size:1.125rem}._listScrollSentinel_z1nzc_717{height:1px;min-height:1px}._listLoadingMore_z1nzc_722{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;color:#6b7280;font-size:.875rem}._listLoadMoreContainer_z1nzc_732{display:flex;justify-content:center;padding:1.5rem}._listLoadMoreButton_z1nzc_738{background:var(--gradient-primary);color:var(--color-text-inverse);border:none;padding:.75rem 2rem;border-radius:24px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Roboto,sans-serif}._listLoadMoreButton_z1nzc_738:hover{background:var(--gradient-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-primary-hover)}._listLoadMoreButton_z1nzc_738:active{transform:translateY(0)}._listEndMessage_z1nzc_761{text-align:center;padding:2rem 1.5rem;color:#9ca3af;font-size:.875rem}._listEndMessage_z1nzc_761 p{margin:0}._listFooter_z1nzc_773{position:fixed;left:0;right:0;bottom:0;display:flex;align-items:stretch;padding:0;background:#fff;border-top:1px solid #e5e7eb;z-index:2000}._listFooterButton_z1nzc_786{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1rem .7rem;border:none;background:transparent;color:var(--color-primary);font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:none;width:33.33%;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background-color .2s ease}._listFooterButton_z1nzc_786:not(:last-child){border-right:1px solid #e5e7eb}._listFooterButton_z1nzc_786:disabled{opacity:.6;cursor:default}._listFooterButton_z1nzc_786:hover:not(:disabled){background-color:#0596690d;color:var(--color-primary-dark)}._listFooterButton_z1nzc_786:active:not(:disabled){background-color:#0596691a}._listFooterIcon_z1nzc_827{width:1rem;height:1rem}._listSpinner_z1nzc_832{width:40px;height:40px;border:4px solid rgba(59,130,246,.2);border-top-color:#3b82f6;border-radius:50%;animation:_spin_z1nzc_1 .8s linear infinite}._listLoadingCard_z1nzc_523 ._listSpinner_z1nzc_832{width:48px;height:48px;border-width:4px;border-color:var(--color-primary-rgba-30);border-top-color:var(--color-primary)}@keyframes _spin_z1nzc_1{to{transform:rotate(360deg)}}@media (min-width: 768px){._listHeader_z1nzc_18{padding:1.25rem 2rem}._listTitle_z1nzc_32{font-size:1.75rem}._articleListItem_z1nzc_57{padding:1.5rem 2rem;gap:1rem}._articleListHeader_z1nzc_133{gap:1.25rem}._articleListImage_z1nzc_139{width:160px;height:100px}._articleListTitle_z1nzc_154{font-size:1.25rem;-webkit-line-clamp:4;line-clamp:4}._articleListSummary_z1nzc_169{font-size:.9375rem}}@media (min-width: 1024px){._listViewContainer_z1nzc_1{max-width:1200px;margin:0 auto;width:100%}._listFooter_z1nzc_773{width:768px!important;max-width:768px!important;left:calc(50% - 384px)!important;right:auto!important}._articleListItem_z1nzc_57{padding:1.75rem 2rem;gap:1rem}._articleListHeader_z1nzc_133{gap:1.5rem}._articleListImage_z1nzc_139{width:200px;height:120px}._articleListTitle_z1nzc_154{-webkit-line-clamp:5;line-clamp:5}}._impactModalBackdrop_17jc8_2{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:flex-end;justify-content:center;z-index:40;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}._impactModal_17jc8_2{background:var(--gradient-primary);border-radius:16px 16px 0 0;box-shadow:0 20px 60px var(--shadow-primary-hover);max-width:100%;width:100%;max-height:90vh;height:auto;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){._impactModal_17jc8_2{height:75vh;max-height:75vh}}@media (min-width: 769px){._impactModal_17jc8_2{height:auto;max-height:90vh}}._impactModalHeader_17jc8_41{display:flex;align-items:center;padding:0;border-bottom:1px solid rgba(255,255,255,.2);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._impactModalHeader_17jc8_41 h2{margin:0;padding:1rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;flex:1}._impactModalCloseArea_17jc8_59{display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-left:1px solid rgba(255,255,255,.2);cursor:pointer;color:#ffffffe6;padding:1rem 1.5rem;min-width:4rem;transition:background .2s ease,color .2s ease}._impactModalCloseArea_17jc8_59:hover{background:#ffffff1a;color:#fff}._impactModalCloseArea_17jc8_59:active{background:#ffffff26}._impactModalCloseIcon_17jc8_82{width:1.25rem;height:1.25rem;display:block}._impactModalBody_17jc8_88{padding:1rem .75rem 1.25rem;overflow-y:auto;background:linear-gradient(180deg,#fffffff2,#fff)}._impactModalStatus_17jc8_94{font-size:.9rem;color:var(--color-primary)}._impactModalLoading_17jc8_99{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:40vh}._impactModalSpinner_17jc8_108{width:18px;height:18px;border-radius:999px;border:2px solid var(--color-primary-lighter);border-top-color:var(--color-primary);animation:_impact-spin_17jc8_1 .8s linear infinite}@keyframes _impact-spin_17jc8_1{to{transform:rotate(360deg)}}._impactModalError_17jc8_123{font-size:.9rem;color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fee2e2);padding:.75rem 1rem;border-radius:8px;border-left:4px solid #dc2626}._impactModalSectors_17jc8_132{display:flex;flex-direction:column;gap:.75rem}._impactTabs_17jc8_139{display:flex;gap:.5rem;margin-bottom:1rem;padding:0;border-bottom:2px solid #e5e7eb;flex-shrink:0}._impactTab_17jc8_139{padding:.75rem 1.25rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#6b7280;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:-2px;font-family:Roboto,sans-serif;white-space:nowrap}._impactTab_17jc8_139:hover{color:var(--color-primary);background:#6366f10d}._impactTab_17jc8_139._active_17jc8_168{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}._impactTabContent_17jc8_174{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}._impactGroup_17jc8_184{display:flex;flex-direction:column;border-radius:12px;border:2px solid #e5e7eb;background:#fff;overflow:hidden}._impactGroupHeader_17jc8_193{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:none;cursor:pointer;transition:all .2s ease;gap:.5rem}._impactGroupHeader_17jc8_193:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}._impactGroupHeader_17jc8_193:active{background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}._impactGroupTitle_17jc8_213{font-size:1rem;font-weight:600;color:var(--color-primary-dark);flex:1;text-align:left}._impactGroupIcon_17jc8_221{width:1.25rem;height:1.25rem;color:var(--color-primary);flex-shrink:0;transition:transform .2s ease}._impactGroupContent_17jc8_229{display:flex;flex-direction:column;gap:.5rem;padding:.5rem;background:#fff}._impactSectorCard_17jc8_237{border-radius:12px;border:2px solid transparent;padding:.75rem .9rem;background:linear-gradient(135deg,#fff,#fbfbf9,#f5f5f2);box-shadow:0 2px 8px #6366f11a}._impactSectorHeader_17jc8_245{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.1rem}._impactSectorHeaderClickable_17jc8_253{cursor:pointer;transition:background-color .2s ease}._impactSectorHeaderClickable_17jc8_253:hover{background-color:#6366f10d;border-radius:8px;padding:.25rem .5rem;margin:-.25rem -.5rem .15rem}._impactSectorChevron_17jc8_265{display:flex;align-items:center;justify-content:center;flex-shrink:0}._impactSectorChevronIcon_17jc8_272{width:1.25rem;height:1.25rem;color:var(--color-primary);transition:transform .2s ease}._impactSectorName_17jc8_279{font-size:.95rem;font-weight:600;color:var(--color-primary-dark);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._impactStrengthTipContainer_17jc8_290{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}._impactStrengthLabel_17jc8_298{font-size:.85rem;font-weight:500;color:#6b7280}._impactStrengthTip_17jc8_290{font-size:.75rem;font-weight:600;color:#0891b2}._impactBadge_17jc8_310{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;color:#1f2937;transition:all .2s ease}._impactBadgePositive_17jc8_322{background:linear-gradient(135deg,#d1fae5,#a7f3d0);box-shadow:0 2px 4px #10b98133}._impactBadgeNegative_17jc8_327{background:linear-gradient(135deg,#fee2e2,#fecaca);box-shadow:0 2px 4px #ef444433}._impactStrength_17jc8_290{opacity:1;font-weight:600}._impactExplanation_17jc8_337{margin:0;font-size:.9rem;line-height:1.45;color:#475569}._impactSectorContent_17jc8_344{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}._impactCauseTabs_17jc8_352{display:flex;gap:.25rem;margin-bottom:.75rem;border-bottom:2px solid #e5e7eb;flex-shrink:0}._impactCauseTab_17jc8_352{padding:.5rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;color:#6b7280;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:-2px;font-family:Roboto,sans-serif}._impactCauseTab_17jc8_352:hover{color:var(--color-primary);background:#6366f10d}._impactCauseTab_17jc8_352._active_17jc8_168{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}._impactSection_17jc8_385{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;position:relative}._impactSectionTitle_17jc8_392{position:absolute;top:-.5rem;left:.75rem;padding:0 .5rem;font-size:.85rem;font-weight:600;color:#374151}._impactSectionContent_17jc8_402{padding-top:.5rem}._impactText_17jc8_406{margin:0;font-size:.9rem;line-height:1.5;color:#475569}@media (min-width: 1024px){._impactModal_17jc8_2{max-width:768px;width:768px}}._articleViewWithBackground_oq82u_2{background-color:#7c838f}._articleViewScrollContainer_oq82u_8{display:flex;flex-direction:column;overflow-x:hidden;width:100%;max-width:100%;position:relative;touch-action:pan-y}._articleImage_oq82u_20{width:100%;height:120px;overflow:hidden;background:#e5e7eb;flex-shrink:0;position:relative;display:block;view-transition-name:article-image}._articleImage_oq82u_20 img{width:100%;height:100%;object-fit:cover}._articleContent_oq82u_37{padding:.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem;overflow-x:hidden;width:100%;max-width:100%;-webkit-user-select:text;user-select:text;padding-bottom:calc(var(--footer-height-mobile) + 1rem);flex-shrink:0;view-transition-name:article-content}._articleImage_oq82u_20+._articleContent_oq82u_37{padding-top:.5rem}._articleLoadingWrapper_oq82u_58{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;min-height:400px}._articleLoadingCard_oq82u_67{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:3rem 2.5rem;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;max-width:400px;width:100%}._articleLoadingCard_oq82u_67 p{margin:0;color:var(--color-text-primary);font-size:1.25rem;font-weight:600;letter-spacing:.01em}._articleSpinner_oq82u_90{width:48px;height:48px;border:4px solid var(--color-primary-rgba-30);border-top-color:var(--color-primary);border-radius:50%;animation:_spin_oq82u_1 .8s linear infinite}@keyframes _spin_oq82u_1{to{transform:rotate(360deg)}}._categoryBadge_oq82u_105{display:inline-block;padding:.375rem .875rem;background:var(--color-primary);color:var(--color-text-inverse);border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize;align-self:flex-start}._summaryContainer_oq82u_117{margin-top:.5rem;overflow-x:hidden;overflow-y:visible;width:100%;max-width:100%}._summary_oq82u_117,._description_oq82u_126{margin:0;font-size:1rem;line-height:1.6;color:#4b5563}._summary_oq82u_117 p,._description_oq82u_126 p{margin:0 0 1rem}._summary_oq82u_117 p:last-child,._description_oq82u_126 p:last-child{margin-bottom:0}._summary_oq82u_117 h1,._summary_oq82u_117 h2,._summary_oq82u_117 h3,._summary_oq82u_117 h4,._summary_oq82u_117 h5,._summary_oq82u_117 h6,._description_oq82u_126 h1,._description_oq82u_126 h2,._description_oq82u_126 h3,._description_oq82u_126 h4,._description_oq82u_126 h5,._description_oq82u_126 h6{margin:1rem 0 .75rem;font-weight:700;line-height:1.3;color:#1a1a1a}._summary_oq82u_117 h1,._description_oq82u_126 h1{font-size:1.2rem}._summary_oq82u_117 h2,._description_oq82u_126 h2{font-size:1.05rem}._summary_oq82u_117 h3,._description_oq82u_126 h3{font-size:.95rem}._summary_oq82u_117 h4,._description_oq82u_126 h4{font-size:.9rem}._summary_oq82u_117 h5,._description_oq82u_126 h5{font-size:.85rem}._summary_oq82u_117 h6,._description_oq82u_126 h6{font-size:.8rem}._summary_oq82u_117 ul,._summary_oq82u_117 ol,._description_oq82u_126 ul,._description_oq82u_126 ol{margin:0 0 1rem;padding-left:1.5rem}._summary_oq82u_117 li,._description_oq82u_126 li{margin:.5rem 0}._summary_oq82u_117 strong,._description_oq82u_126 strong{font-weight:700;color:#1a1a1a}._summary_oq82u_117 em,._description_oq82u_126 em{font-style:italic}._summary_oq82u_117 a,._description_oq82u_126 a{color:var(--color-primary);text-decoration:underline}._summary_oq82u_117 code,._description_oq82u_126 code{background:#f3f4f6;padding:.2rem .4rem;border-radius:4px;font-size:.9em;font-family:Courier New,monospace}._summary_oq82u_117 pre,._description_oq82u_126 pre{background:#f3f4f6;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}._summary_oq82u_117 pre code,._description_oq82u_126 pre code{background:none;padding:0}._summary_oq82u_117 blockquote,._description_oq82u_126 blockquote{border-left:4px solid var(--color-primary);padding-left:1rem;margin:1rem 0;color:#6b7280;font-style:italic}._summary_oq82u_117 table,._description_oq82u_126 table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.95rem;max-width:100%;display:table;table-layout:fixed;word-wrap:break-word}._summary_oq82u_117 table thead,._description_oq82u_126 table thead{background:#f3f4f6}._summary_oq82u_117 table th,._description_oq82u_126 table th{padding:.75rem;text-align:left;font-weight:600;color:#1a1a1a;border:1px solid #e5e7eb}._summary_oq82u_117 table td,._description_oq82u_126 table td{padding:.75rem;border:1px solid #e5e7eb;color:#4b5563}._summary_oq82u_117 table tbody tr:nth-child(2n),._description_oq82u_126 table tbody tr:nth-child(2n){background:#f9fafb}._summary_oq82u_117 table tbody tr:hover,._description_oq82u_126 table tbody tr:hover{background:#f3f4f6}._disclaimerSeparator_oq82u_298{width:100%;height:1px;background:linear-gradient(90deg,transparent,#d1d5db,transparent);margin:2rem 0 1.5rem;border:none}._disclaimerContainer_oq82u_306{margin-top:0;padding:1rem 0}._disclaimer_oq82u_298{margin:0;font-size:.875rem;line-height:1.6;color:#6b7280;font-style:italic;text-align:left}._nextArticleButton_oq82u_320{position:relative;background:transparent;color:var(--color-primary);border:none;padding:.5rem .75rem;cursor:pointer;transition:color .2s ease,opacity .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;-webkit-user-select:none;min-height:44px;flex:0 0 30%;min-width:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:auto;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:600;font-family:Roboto,sans-serif}._nextArticleButton_oq82u_320:hover:not(:disabled){color:var(--color-primary-dark);opacity:.9}._nextArticleButton_oq82u_320:active:not(:disabled){opacity:.8}._nextArticleButton_oq82u_320:disabled{color:#9ca3af;cursor:not-allowed;opacity:.6}._nextArticleButton_oq82u_320 svg{width:1.25rem;height:1.25rem;display:block;flex-shrink:0}._pageFooter_oq82u_377{padding:.5rem;background:#f9fafbf2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid #e5e7eb;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;position:fixed;bottom:0;left:0;right:0;z-index:10;box-shadow:0 -2px 8px #0000000d;min-height:var(--footer-height-mobile);will-change:auto;transform:translateZ(0);-webkit-transform:translateZ(0);view-transition-name:page-footer}._contentChanging_oq82u_403{opacity:.5}._footerCenter_oq82u_407{flex:0 0 30%;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--color-primary);font-size:1rem;font-weight:600;border:none;background:transparent;cursor:pointer;transition:color .2s ease,opacity .2s ease;padding:.5rem .75rem;border-radius:4px;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}._footerCenter_oq82u_407:hover{color:var(--color-primary-dark);opacity:.9}._footerCenter_oq82u_407:active{opacity:.8}._footerCenterIcon_oq82u_436{width:1.25rem;height:1.25rem;flex-shrink:0}._footerCenterLabel_oq82u_442{white-space:nowrap}._footerLeft_oq82u_446{display:flex;flex-direction:column;gap:.25rem;flex:0 0 40%;min-width:0;text-decoration:none;color:inherit;cursor:pointer;transition:opacity .2s ease,background .2s ease;padding:.25rem;margin:-.25rem;border-radius:4px;background:#f9fafb99}._footerLeft_oq82u_446:hover{opacity:.9;background:#0596691a}._footerLeft_oq82u_446:active{opacity:.7}._footerHomeButton_oq82u_472{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem .75rem;border:none;background:transparent;color:var(--color-primary);font-size:.95rem;font-weight:500;cursor:pointer;transition:color .2s ease,opacity .2s ease;flex:0 0 20%}._footerHomeButton_oq82u_472:hover{color:var(--color-primary-dark);opacity:.9}._footerHomeButton_oq82u_472:active{opacity:.8}._footerHomeButton_oq82u_472 svg{width:1.1rem;height:1.1rem}._source_oq82u_502{font-weight:600;color:var(--color-primary);font-size:.85rem;text-decoration:none;display:block}._date_oq82u_510{color:#9ca3af;font-size:.8rem;line-height:1.2;display:block}._marketImpactFloatingButton_oq82u_518{position:fixed;right:.5rem;bottom:calc(var(--footer-height-mobile) + .25rem);display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--color-primary-rgba-75);color:var(--color-text-inverse);border:1px solid rgba(255,255,255,.3);border-radius:999px;box-shadow:0 4px 12px var(--color-primary-rgba-30);cursor:pointer;z-index:30;font-size:1rem;font-weight:600;font-family:Roboto,sans-serif;transition:all .2s ease;white-space:nowrap}._marketImpactFloatingButton_oq82u_518:hover{background:var(--color-primary-rgba-85);box-shadow:0 6px 16px var(--color-primary-rgba-40);transform:translateY(-2px);filter:brightness(1.05)}._marketImpactFloatingButton_oq82u_518:active{transform:translateY(0);box-shadow:0 3px 8px var(--color-primary-rgba-30)}._marketImpactFloatingIcon_oq82u_553{width:1.25rem;height:1.25rem;flex-shrink:0}._marketImpactFloatingLabel_oq82u_559{line-height:1}@media (min-width: 768px){._articleImage_oq82u_20{height:160px}._articleContent_oq82u_37{padding:1rem 2rem 2rem;max-width:800px;margin:0 auto;width:100%;padding-bottom:calc(var(--footer-height-tablet) + 1rem)}._articleImage_oq82u_20+._articleContent_oq82u_37{padding-top:.75rem}._summary_oq82u_117,._description_oq82u_126{font-size:1.05rem}._nextArticleButton_oq82u_320{font-size:1.125rem;padding:.625rem 1rem}._nextArticleButton_oq82u_320 svg{width:1.375rem;height:1.375rem}._marketImpactFloatingButton_oq82u_518{bottom:calc(var(--footer-height-tablet) + .25rem);padding:.875rem 1.5rem;font-size:1.125rem}._marketImpactFloatingIcon_oq82u_553{width:1.375rem;height:1.375rem}._pageFooter_oq82u_377{min-height:var(--footer-height-tablet);padding:.5rem}}@media (min-width: 1024px){._articleImage_oq82u_20{height:200px}._articleContent_oq82u_37{max-width:900px}._articleImage_oq82u_20+._articleContent_oq82u_37{padding-top:.75rem}._pageFooter_oq82u_377{width:768px!important;max-width:768px!important;left:calc(50% - 384px)!important;right:auto!important;transform:translateZ(0);-webkit-transform:translateZ(0)}._marketImpactFloatingButton_oq82u_518{right:calc(50% - 384px - .5rem)}}._shareToast_1jmx4_2{position:fixed;bottom:calc(var(--footer-height-mobile) + 1rem);left:50%;transform:translate(-50%);z-index:1000;animation:_toastSlideUp_1jmx4_1 .3s ease-out;pointer-events:none}._shareToastContent_1jmx4_12{display:flex;align-items:center;gap:.75rem;background:#059669f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;padding:.875rem 1.25rem;border-radius:12px;box-shadow:0 4px 12px #0596694d;min-width:280px;max-width:90vw;pointer-events:auto}._shareToastIcon_1jmx4_28{width:1.25rem;height:1.25rem;flex-shrink:0;color:#fff}._shareToastMessage_1jmx4_35{font-size:.95rem;font-weight:500;line-height:1.4;color:#fff}@keyframes _toastSlideUp_1jmx4_1{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (min-width: 768px){._shareToast_1jmx4_2{bottom:calc(var(--footer-height-tablet) + 1rem)}._shareToastContent_1jmx4_12{padding:1rem 1.5rem;min-width:320px}._shareToastMessage_1jmx4_35{font-size:1rem}}._portfolioBuilder_jrcfm_1{flex:1;min-height:0;display:flex;flex-direction:column;padding:1.5rem .75rem 0;max-width:100%;margin:0;width:100%;overflow:hidden}._portfolioHeader_jrcfm_13{margin-bottom:1rem;flex-shrink:0;text-align:center}._portfolioTitle_jrcfm_19{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#111827}._portfolioSubtitle_jrcfm_26{margin:0;font-size:.8125rem;color:#6b7280}._portfolioTabs_jrcfm_32{display:flex;gap:.5rem;margin-bottom:1.5rem;padding:0 .75rem;border-bottom:2px solid #e5e7eb;flex-shrink:0}._portfolioTab_jrcfm_32{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#6b7280;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:-2px;font-family:Roboto,sans-serif}._portfolioTab_jrcfm_32:hover{color:#111827;background:#f9fafb}._portfolio-tab_jrcfm_60._active_jrcfm_60{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}._portfolioTabContent_jrcfm_66{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:0 .75rem;-webkit-overflow-scrolling:touch}._portfolioSearchContainer_jrcfm_77{position:relative;margin-bottom:2rem;flex-shrink:0}._portfolioSearchWrapper_jrcfm_83{position:relative;display:flex;align-items:center}._portfolioSearchIcon_jrcfm_89{position:absolute;left:1rem;color:#9ca3af;font-size:1.25rem;pointer-events:none;z-index:1}._portfolioSearchInput_jrcfm_98{width:100%;padding:.75rem 1rem .75rem 3rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;color:#111827;background:#fff;transition:all .2s ease}._portfolioSearchInput_jrcfm_98:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._portfolioSearchInput_jrcfm_98::placeholder{color:#9ca3af}._portfolioSearchLoading_jrcfm_119{position:absolute;right:1rem;font-size:.875rem;color:#6b7280;pointer-events:none}._portfolioSuggestions_jrcfm_127{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-height:300px;overflow-y:auto;z-index:100}._portfolioSuggestionItem_jrcfm_142{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f3f4f6}._portfolioSuggestionItem_jrcfm_142:last-child{border-bottom:none}._portfolioSuggestionItem_jrcfm_142:hover:not(._disabled_jrcfm_156){background-color:#f9fafb}._portfolio-suggestion-item_jrcfm_160._disabled_jrcfm_156{cursor:not-allowed;opacity:.6;background-color:#f9fafb}._portfolioSuggestionContent_jrcfm_166{flex:1;display:flex;flex-direction:column;gap:.25rem}._portfolioSuggestionTicker_jrcfm_173{font-weight:600;font-size:.9375rem;color:#111827}._portfolioSuggestionName_jrcfm_179{font-size:.875rem;color:#6b7280}._portfolioSuggestionAdded_jrcfm_184{font-size:.75rem;color:var(--color-primary);font-weight:500;padding:.25rem .5rem;background:#d1fae5;border-radius:4px}._portfolioError_jrcfm_193{margin-top:.5rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem}._portfolioListContainer_jrcfm_203{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto}._portfolioMarketTypesContainer_jrcfm_211{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}._portfolioListHeader_jrcfm_221{margin-bottom:1rem}._portfolioListTitle_jrcfm_225{margin:0;font-size:1.25rem;font-weight:600;color:#111827}._portfolioEmpty_jrcfm_232{padding:3rem 1rem;text-align:center;color:#6b7280;font-size:.9375rem;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}._portfolioList_jrcfm_203{display:flex;flex-direction:column;gap:.75rem}._portfolioItem_jrcfm_248{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease}._portfolioItem_jrcfm_248:hover{box-shadow:0 2px 4px #0000001a;border-color:#d1d5db}._portfolioItemContent_jrcfm_264{flex:1;display:flex;flex-direction:column;gap:.25rem}._portfolioItemTicker_jrcfm_271{font-weight:600;font-size:1rem;color:#111827}._portfolioItemName_jrcfm_277{font-size:.875rem;color:#6b7280}._portfolioItemRemove_jrcfm_282{display:flex;align-items:center;justify-content:center;padding:.5rem;border:none;background:transparent;color:#ef4444;cursor:pointer;border-radius:6px;transition:all .2s ease;font-size:1.125rem}._portfolioItemRemove_jrcfm_282:hover{background:#fef2f2;color:#dc2626}._portfolioItemRemove_jrcfm_282:active{transform:scale(.95)}._portfolioMarketTypesHeader_jrcfm_305{margin-bottom:1rem}._portfolioMarketTypesTitle_jrcfm_309{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;color:#111827}._portfolioMarketTypesSubtitle_jrcfm_316{margin:0;font-size:.875rem;color:#6b7280}._portfolioMarketTypesList_jrcfm_322{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;flex:1;min-height:0}._portfolioMarketTypeItem_jrcfm_331{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}._portfolioMarketTypeItem_jrcfm_331:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}._portfolio-market-type-item_jrcfm_348._selected_jrcfm_348{border-color:#3b82f6;background:#eff6ff}._portfolioMarketTypeItem_jrcfm_331 input[type=checkbox]{margin-top:.125rem;width:18px;height:18px;cursor:pointer;flex-shrink:0}._portfolioMarketTypeContent_jrcfm_361{flex:1;display:flex;flex-direction:column;gap:.25rem}._portfolioMarketTypeName_jrcfm_368{font-weight:600;font-size:.9375rem;color:#111827}._portfolio-market-type-item_jrcfm_348._selected_jrcfm_348 ._portfolioMarketTypeName_jrcfm_368{color:#1e40af}._portfolioMarketTypeDescription_jrcfm_378{font-size:.8125rem;color:#6b7280;line-height:1.4}._portfolioFooter_jrcfm_384{display:flex;gap:.75rem;padding:.5rem 1rem;background:#f9fafbf2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid #e5e7eb;justify-content:flex-end;align-items:center;position:fixed;bottom:0;left:0;right:0;z-index:10;box-shadow:0 -2px 8px #0000000d;min-height:var(--footer-height-mobile);will-change:auto;transform:translateZ(0);-webkit-transform:translateZ(0)}._portfolioFooterButton_jrcfm_406{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .75rem;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:color .2s ease,opacity .2s ease,background .2s ease;border:none;font-family:Roboto,sans-serif;background:transparent;color:var(--color-primary);min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:auto}._portfolioFooterIcon_jrcfm_431{width:1.25rem;height:1.25rem;flex-shrink:0;display:block}._portfolioFooterClear_jrcfm_438{color:#6b7280}._portfolioFooterClear_jrcfm_438:hover{color:#111827;opacity:.9;background:#f9fafb99}._portfolioFooterClear_jrcfm_438:active{opacity:.8}._portfolioFooterSave_jrcfm_452{color:var(--color-primary)}._portfolioFooterSave_jrcfm_452:hover{color:var(--color-primary-dark);opacity:.9;background:#0596691a}._portfolioFooterSave_jrcfm_452:active{opacity:.8}@media (max-width: 640px){._portfolioBuilder_jrcfm_1{padding:1rem}._portfolioTitle_jrcfm_19{font-size:1.125rem}._portfolioSubtitle_jrcfm_26{font-size:.75rem}._portfolioTabs_jrcfm_32{gap:.25rem;margin-bottom:1rem}._portfolioTab_jrcfm_32{padding:.625rem 1rem;font-size:.9375rem}._portfolioSuggestions_jrcfm_127{max-height:250px}._portfolioItem_jrcfm_248{padding:.875rem}._portfolioMarketTypesTitle_jrcfm_309{font-size:1.125rem}._portfolioMarketTypeItem_jrcfm_331{padding:.75rem}._portfolioFooter_jrcfm_384{gap:.5rem;padding:.5rem .75rem}._portfolioFooterButton_jrcfm_406{padding:.5rem .625rem;font-size:1.25rem}._portfolioFooterIcon_jrcfm_431{width:1.25rem;height:1.25rem}._portfolioFooter_jrcfm_384{min-height:var(--footer-height-mobile)}}@media (min-width: 768px){._portfolioBuilder_jrcfm_1{height:calc(100vh - var(--header-height-tablet))}._portfolioFooter_jrcfm_384{min-height:var(--footer-height-tablet)}}@media (min-width: 1024px){._portfolioTabContent_jrcfm_66{padding-bottom:calc(var(--footer-height-tablet) + 2rem)}._portfolioFooter_jrcfm_384{width:768px!important;max-width:768px!important;left:calc(50% - 384px)!important;right:auto!important;transform:translateZ(0);-webkit-transform:translateZ(0)}}@keyframes _spin_wc94v_1{to{transform:rotate(360deg)}}@keyframes _pulse-attention_wc94v_1{0%,to{opacity:.95;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes _fadeIn_wc94v_1{0%{opacity:0}to{opacity:1}}@keyframes _slide-up_wc94v_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slide-down_wc94v_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}@keyframes _bounce-up_wc94v_1{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(-8px);opacity:1}}@keyframes _fade-slide-up_wc94v_1{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes _fade-slide-up-center_wc94v_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _fade-slide-down_wc94v_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes _scale-fade-in_wc94v_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._onboardingScreen_wc94v_105{position:fixed;top:var(--header-height-mobile, 56px);left:0;right:0;bottom:0;height:calc(100vh - var(--header-height-mobile, 56px));height:calc(100dvh - var(--header-height-mobile, 56px));display:flex;align-items:flex-start;justify-content:center;padding:1.5rem 1rem 0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:var(--gradient-primary);touch-action:pan-y;width:100%;overscroll-behavior:contain;z-index:1}._onboardingContent_wc94v_127{width:100%;max-width:600px;display:flex;flex-direction:column;gap:1rem;color:#fff;padding-bottom:calc(1.5rem + var(--footer-height-mobile, 120px))}._onboardingHeader_wc94v_137{text-align:center;margin-bottom:0;margin-top:0;width:100%}._onboardingGreeting_wc94v_144{font-size:1.125rem;font-weight:800;margin:0 0 .5rem;color:#fff;font-family:Roboto,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.35);letter-spacing:-.01em;display:block;view-transition-name:onboarding-greeting}._onboardingSubtitle_wc94v_156{font-size:1.1rem;margin:0;color:#fffffff2;font-weight:600;text-shadow:0 1px 6px rgba(0,0,0,.35);view-transition-name:onboarding-subtitle}._onboardingSubtitleBold_wc94v_165{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.35)}._onboardingPersonaSection_wc94v_172{width:100%;margin-top:1rem;view-transition-name:onboarding-persona-section}._onboardingPersonaTitle_wc94v_178{font-size:1rem;font-weight:500;margin:0 0 1.5rem;text-align:center;color:#ffffffd9;text-shadow:0 1px 6px rgba(0,0,0,.3);line-height:1.5}._personaGridOnboarding_wc94v_188{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:0}._personaGridOnboarding_wc94v_188 ._personaCardOnboarding_wc94v_195:last-child{margin-bottom:1.5rem}._personaCardOnboarding_wc94v_195{background:linear-gradient(135deg,#6b7280,#4b5563);border:2px solid rgba(255,255,255,.2);border-radius:16px;padding:1.25rem 1.5rem 1.5rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-align:left;color:#fff;box-shadow:0 4px 12px #0000004d,0 2px 6px #0003;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;touch-action:manipulation;display:flex;flex-direction:column}._personaCardOnboarding_wc94v_195:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px #00000040,0 1px 4px #0003}._personaCardOnboarding_wc94v_195._selected_wc94v_227{background:linear-gradient(135deg,#06b6d44d,#06b6d433);border:3px solid #fefefe;box-shadow:0 8px 24px #0000004d,0 4px 12px #00000040,0 0 0 1px #fff3 inset;transform:translateY(-3px)}._personaCardOnboarding_wc94v_195._selected_wc94v_227:active{transform:translateY(-1px) scale(.98)}._personaSelectionIndicator_wc94v_241{position:absolute;top:1rem;right:1rem;z-index:1;display:flex;align-items:center;justify-content:center;width:24px;height:24px}._personaCheckIcon_wc94v_253{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));animation:_fadeIn_wc94v_1 .2s ease-in,_check-bounce_wc94v_1 .4s ease-out;transform-origin:center}._personaSelectionCircle_wc94v_259{opacity:.6;transition:opacity .2s ease}@keyframes _check-bounce_wc94v_1{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0);opacity:1}}._personaCardOnboarding_wc94v_195 ._personaName_wc94v_278{color:#fff;font-family:Roboto,sans-serif;font-weight:700;font-size:1.125rem;font-style:normal;text-shadow:0 2px 10px rgba(0,0,0,.5),0 1px 3px rgba(0,0,0,.4);margin-bottom:1.125rem;line-height:1.4;letter-spacing:-.01em}._personaCardOnboarding_wc94v_195 ._personaDescription_wc94v_290{color:#fff;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;font-style:normal;text-shadow:0 2px 8px rgba(0,0,0,.5),0 1px 3px rgba(0,0,0,.4);line-height:1.6;margin:0;letter-spacing:.01em}._onboardingPricing_wc94v_302{text-align:center;padding:2rem 1.5rem;background:#ffffff1f;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:10px;border:1px solid rgba(255,255,255,.25);box-shadow:0 6px 20px #0003,0 2px 8px #00000026,0 0 0 1px #ffffff1a inset,0 1px #fff3 inset}._pricingInfo_wc94v_317{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.5rem}._pricingAmount_wc94v_325{font-size:2rem;font-weight:700;color:#fff;font-family:Roboto,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.3)}._pricingPeriod_wc94v_333{font-size:1rem;color:#fffffff2;font-weight:400;text-shadow:0 1px 6px rgba(0,0,0,.25)}._pricingTrial_wc94v_340{font-size:1rem;margin:0 0 .5rem;color:#fffffff2;font-weight:500;text-shadow:0 1px 6px rgba(0,0,0,.25)}._pricingNoCard_wc94v_348{font-size:1.15rem;margin:0;color:#fbbf24;font-weight:600;font-style:italic;margin-top:.5rem;animation:_pulse-attention_wc94v_1 2s ease-in-out infinite;text-shadow:0 0 15px rgba(251,191,36,.5),0 2px 8px rgba(0,0,0,.3)}._onboardingTrialButton_wc94v_359{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1a1a1a;border:2px solid rgba(251,191,36,.8);border-radius:12px;font-size:1.1rem;font-weight:800;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:Roboto,sans-serif;box-shadow:0 4px 16px #fbbf2466,0 0 20px #fbbf2433;text-shadow:none;letter-spacing:.02em;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}._onboardingTrialButton_wc94v_359:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}._onboardingTrialButton_wc94v_359:hover:before{left:100%}._onboardingTrialButton_wc94v_359:hover{background:linear-gradient(135deg,#fcd34d,#fbbf24);border-color:#fbbf24;transform:translateY(-2px);box-shadow:0 6px 24px #fbbf2480,0 0 30px #fbbf244d}._onboardingTrialButton_wc94v_359:active{transform:translateY(0);box-shadow:0 2px 6px #00000026}._onboardingTrialButton_wc94v_359:disabled{opacity:.6;cursor:not-allowed;transform:none}._onboardingConfirmationMessage_wc94v_413{position:fixed;bottom:calc(var(--footer-height-mobile, 120px) + 2.25rem);left:0;right:0;display:flex;justify-content:center;align-items:center;z-index:9;padding:0 1rem;pointer-events:none}._onboardingConfirmationText_wc94v_426{animation:_fade-slide-up-center_wc94v_1 .5s cubic-bezier(.4,0,.2,1)}._onboardingConfirmationText_wc94v_426{color:#1f2937;font-size:.95rem;font-weight:600;text-align:center;margin:0;padding:.5rem 1rem;background:#fefefe;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 16px #00000026,0 2px 8px #0000001a,inset 0 1px #fffc;font-family:Roboto,sans-serif;letter-spacing:.02em;white-space:nowrap}._onboardingFooter_wc94v_452{position:fixed;bottom:0;left:0;right:0;padding:1rem;background:var(--gradient-primary);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:center;align-items:center;z-index:10;box-shadow:0 -2px 8px #0000001a;min-height:var(--footer-height-mobile, auto);transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;overflow:hidden}._onboardingFooterContent_wc94v_474{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:600px;position:relative;min-height:60px;transition:all .3s cubic-bezier(.4,0,.2,1)}._onboardingFooterButton_wc94v_487{background:#fff;color:#1a1a1a;border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:.75rem 1.5rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #00000040,0 0 0 1px #ffffff1a;min-width:180px;max-width:320px;width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;font-family:Roboto,sans-serif;text-shadow:none;box-sizing:border-box;animation:_scale-fade-in_wc94v_1 .4s cubic-bezier(.4,0,.2,1)}._onboardingButtonContent_wc94v_511{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;width:100%}._onboardingButtonMainText_wc94v_520{font-size:1.0625rem;font-weight:600;line-height:1.2;color:#1a1a1a;letter-spacing:.01em}._onboardingButtonSubText_wc94v_528{font-size:.75rem;font-weight:400;line-height:1.2;color:#6b7280;letter-spacing:0}._onboardingFooterButton_wc94v_487:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.05),transparent);transition:left .5s}._onboardingFooterButton_wc94v_487:hover:before{left:100%}._onboardingFooterButton_wc94v_487:hover:not(:disabled){background:#f9fafb;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d,0 0 0 1px #fff3}._onboardingFooterButton_wc94v_487:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #00000026;background:#f1f3f4}._onboardingFooterButton_wc94v_487:disabled{opacity:.6;cursor:not-allowed;background:#ffffffb3;transform:none}._onboardingSuggestionBox_wc94v_571{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;width:90%;max-width:500px;background:#fefefe;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 24px #00000026,0 4px 12px #0000001a,inset 0 1px #fffc;z-index:10;animation:_fade-slide-up_wc94v_1 .4s cubic-bezier(.4,0,.2,1)}._onboardingSuggestionText_wc94v_595{color:#1f2937;font-size:.95rem;font-weight:400;text-align:center;margin:0;line-height:1.5;font-family:Roboto,sans-serif;letter-spacing:.02em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._onboardingLoading_wc94v_608{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:0}._onboardingSpinner_wc94v_617{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:_spin_wc94v_1 .8s linear infinite}._onboardingLoadingText_wc94v_626{font-size:1.1rem;color:#fffffff2;margin:0;font-weight:500;font-family:Roboto,sans-serif;text-shadow:0 1px 6px rgba(0,0,0,.3)}@media (min-width: 768px){._onboardingScreen_wc94v_105{top:var(--header-height-tablet, 64px);height:calc(100vh - var(--header-height-tablet, 64px));height:calc(100dvh - var(--header-height-tablet, 64px))}._onboardingContent_wc94v_127{padding-bottom:calc(1.5rem + var(--footer-height-mobile, 140px))}._onboardingGreeting_wc94v_144{font-size:1.125rem}._onboardingSubtitle_wc94v_156{font-size:1.25rem}._onboardingPersonaTitle_wc94v_178{font-size:1rem}._personaGridOnboarding_wc94v_188{grid-template-columns:repeat(2,1fr);gap:1.5rem}._personaCardOnboarding_wc94v_195{padding:1.25rem 1.5rem 1.5rem}._personaCardOnboarding_wc94v_195 ._personaName_wc94v_278{font-size:1.125rem;margin-bottom:1.125rem}._personaCardOnboarding_wc94v_195 ._personaDescription_wc94v_290{font-size:.875rem;line-height:1.65}._onboardingFooter_wc94v_452{padding:1.25rem 1.5rem}._onboardingFooterContent_wc94v_474{gap:1rem}._onboardingFooterButton_wc94v_487{padding:.75rem 2rem;min-width:220px;max-width:360px}._onboardingConfirmationMessage_wc94v_413{bottom:calc(var(--footer-height-mobile, 140px) + 2.5rem)}._onboardingConfirmationText_wc94v_426{font-size:1rem;padding:.625rem 1.25rem}._onboardingSuggestionBox_wc94v_571{padding:1rem 1.75rem;max-width:550px}._onboardingSuggestionText_wc94v_595{font-size:1rem;font-weight:400}._personaGridOnboarding_wc94v_188 ._personaCardOnboarding_wc94v_195:last-child{margin-bottom:0}}@media (min-width: 1024px){._onboardingScreen_wc94v_105{position:relative;top:0;height:auto;min-height:calc(100vh - var(--header-height-tablet, 64px));padding:4rem 2rem 0;overflow-y:visible;z-index:1}._onboardingContent_wc94v_127{max-width:720px;margin:0 auto;padding-bottom:calc(4rem + var(--footer-height-mobile, 140px))}._onboardingFooter_wc94v_452{padding:1.5rem;width:768px!important;max-width:768px!important;left:calc(50% - 384px)!important;right:auto!important;transform:translateZ(0);-webkit-transform:translateZ(0)}._onboardingFooterContent_wc94v_474{gap:1.25rem}._onboardingConfirmationMessage_wc94v_413{bottom:calc(var(--footer-height-mobile, 140px) + 2.75rem)}._onboardingConfirmationText_wc94v_426{font-size:1.05rem;padding:.75rem 1.5rem}._onboardingSuggestionBox_wc94v_571{padding:1.125rem 2rem;max-width:600px}._onboardingSuggestionText_wc94v_595{font-size:1.05rem;font-weight:400}._onboardingGreeting_wc94v_144{font-size:1.5rem;margin-bottom:1rem}._onboardingSubtitle_wc94v_156{font-size:1.5rem}._onboardingSubtitleBold_wc94v_165{font-size:2rem}._onboardingPersonaTitle_wc94v_178{font-size:1.2rem;margin-top:1rem}._personaCardOnboarding_wc94v_195 ._personaName_wc94v_278{font-size:1.25rem}._personaCardOnboarding_wc94v_195 ._personaDescription_wc94v_290{font-size:1rem}}@supports (view-transition-name: none){::view-transition-old(onboarding-greeting),::view-transition-new(onboarding-greeting){animation-duration:.3s;animation-timing-function:ease-in-out}::view-transition-old(onboarding-greeting){animation-name:_fade-out_wc94v_1,_slide-up_wc94v_1}::view-transition-new(onboarding-greeting){animation-name:_fade-in_wc94v_1}::view-transition-old(onboarding-subtitle),::view-transition-new(onboarding-subtitle){animation-duration:.4s;animation-timing-function:ease-in-out}::view-transition-old(onboarding-persona-section),::view-transition-new(onboarding-persona-section){animation-duration:.4s;animation-timing-function:ease-in-out}::view-transition-old(onboarding-persona-section){animation-name:_fade-out_wc94v_1,_slide-down_wc94v_1}::view-transition-new(onboarding-persona-section){animation-name:_fade-in_wc94v_1}::view-transition-old(onboarding-pricing),::view-transition-new(onboarding-pricing){animation-duration:.4s;animation-timing-function:ease-in-out}::view-transition-new(onboarding-pricing){animation-name:_fade-in_wc94v_1,_slide-up_wc94v_1}@keyframes _fade-out_wc94v_1{0%{opacity:1}to{opacity:0}}}._aboutPage_sh0co_1{width:100%;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);min-height:100dvh;padding:1rem;display:flex;flex-direction:column;justify-content:flex-start;overflow-x:hidden;position:relative;box-sizing:border-box;touch-action:pan-y;background:var(--gradient-primary)}._aboutContainer_sh0co_21{max-width:800px;width:100%;margin:0 auto}._aboutHeader_sh0co_27{text-align:left;margin-bottom:1rem;padding-bottom:.5rem}._aboutTitleContainer_sh0co_33{display:flex;align-items:center;justify-content:flex-start;gap:1rem;cursor:pointer;transition:all .3s ease;padding:.5rem;border-radius:12px;margin:0 0 1.5rem;max-width:fit-content;outline:none}._aboutTitleContainer_sh0co_33:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:4px;border-radius:12px}@media (hover: hover) and (pointer: fine){._aboutTitleContainer_sh0co_33:hover{transform:translateY(-2px);opacity:.9}}._aboutTitleContainer_sh0co_33:active{transform:translateY(0)}._aboutLogo_sh0co_64{width:60px;height:60px;border-radius:12px;object-fit:contain;display:block;box-shadow:0 4px 20px #9ca3af66,0 0 0 1px #ffffff1a;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._aboutTitleWrapper_sh0co_76{display:flex;flex-direction:column;justify-content:center;height:60px;line-height:1.2}._aboutTitle_sh0co_33{font-size:1.75rem;font-weight:700;color:#fff;margin:0;font-family:Roboto,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.35);line-height:1.2}._aboutSubtitle_sh0co_94{font-size:.875rem;font-weight:400;color:#ffffffd9;margin:0;margin-top:.125rem;font-family:Roboto,sans-serif;text-shadow:0 1px 4px rgba(0,0,0,.25);line-height:1.2}._aboutTagline_sh0co_106,._aboutTeamQuote_sh0co_107{font-size:1.125rem;color:#fffffff2;padding:0 2rem;line-height:1.7;font-weight:400;font-style:italic;text-shadow:0 1px 6px rgba(0,0,0,.35);position:relative;max-width:700px;margin:0 auto;text-align:center}._aboutTagline_sh0co_106{margin-bottom:0}._aboutTeamQuote_sh0co_107{margin-bottom:1.25rem}._aboutTagline_sh0co_106:before,._aboutTeamQuote_sh0co_107:before{content:'"';font-size:3rem;line-height:1;color:#fff6;position:absolute;left:0;top:-.5rem;font-family:Georgia,serif;font-style:normal}._aboutTagline_sh0co_106:after,._aboutTeamQuote_sh0co_107:after{content:'"';font-size:3rem;line-height:1;color:#fff6;position:absolute;right:0;bottom:-1.5rem;font-family:Georgia,serif;font-style:normal}._aboutContent_sh0co_157{display:flex;flex-direction:column;gap:1rem}._aboutSeparator_sh0co_163{height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.3) 20%,rgba(255,255,255,.3) 80%,transparent);margin:2rem 0;width:100%;max-width:600px;margin-left:auto;margin-right:auto}._aboutSection_sh0co_180{padding:1.5rem;background:#ffffff1f;border-radius:16px;border:1px solid rgba(255,255,255,.25);box-shadow:0 4px 16px #00000026,0 0 0 1px #ffffff1a inset,0 1px #fff3 inset;text-align:center;transform:translateZ(0);-webkit-transform:translateZ(0)}._aboutSectionTitle_sh0co_195{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1.25rem;font-family:Roboto,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.3);letter-spacing:-.01em}._aboutSectionText_sh0co_205{font-size:1rem;line-height:1.85;color:#fffffff2;margin:0 12%;text-shadow:0 1px 6px rgba(0,0,0,.25);text-align:left;max-width:none}._aboutSectionText_sh0co_205 b{color:#fff;font-weight:600;text-shadow:0 1px 8px rgba(0,0,0,.3)}._teamGrid_sh0co_221{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}._teamCard_sh0co_228{display:flex;flex-direction:column}._teamCardHeader_sh0co_234{margin-bottom:1rem;text-align:center}._teamCardName_sh0co_239{font-size:1.25rem;font-weight:600;color:#fff;margin:0;font-family:Roboto,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.3)}._teamCardContent_sh0co_248{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem;flex:1}._teamCardImage_sh0co_257{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.3);box-shadow:0 4px 16px #0003}._teamCardDescription_sh0co_266{font-size:1rem;line-height:1.85;color:#fffffff2;margin:0;text-align:left;text-shadow:0 1px 6px rgba(0,0,0,.25)}._teamCardFooter_sh0co_275{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15)}._teamCardTitle_sh0co_284{font-size:1rem;font-weight:500;color:#fffffff2;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.25);font-style:italic}._teamCardLinkedIn_sh0co_293{color:#fff;text-decoration:none;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;background:#ffffff26;border-radius:8px;border:1px solid rgba(255,255,255,.25);transition:all .25s ease;text-shadow:0 1px 4px rgba(0,0,0,.2);display:inline-block}@media (hover: hover) and (pointer: fine){._teamCardLinkedIn_sh0co_293:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}}._teamCardLinkedIn_sh0co_293:active{transform:translateY(0)}._teamCardLinkedIn_sh0co_293:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;border-radius:8px}._aboutSection_sh0co_180:last-child{margin-bottom:calc(var(--footer-height-mobile, 60px) + 2rem)}@media (max-width: 767px){._aboutPage_sh0co_1{justify-content:center}._aboutContainer_sh0co_21{margin:auto}._aboutTagline_sh0co_106{padding:0 1.5rem;font-size:1rem}._aboutTagline_sh0co_106:before,._aboutTeamQuote_sh0co_107:before{font-size:2.5rem;left:0;top:-.4rem}._aboutTagline_sh0co_106:after,._aboutTeamQuote_sh0co_107:after{font-size:2.5rem;right:0;bottom:-1.2rem}._aboutSectionText_sh0co_205{margin:0 5%}._aboutSeparator_sh0co_163{margin:1.5rem 0}._aboutTeamQuote_sh0co_107{padding:0 1.5rem;font-size:1rem;margin-bottom:1.25rem}._teamGrid_sh0co_221{gap:1.25rem}._teamCard_sh0co_228{padding:1.25rem}._teamCardName_sh0co_239{font-size:1.15rem}._teamCardImage_sh0co_257{width:120px;height:120px}._teamCardDescription_sh0co_266{font-size:1rem;line-height:1.85}._teamCardTitle_sh0co_284{font-size:1rem}._teamCardLinkedIn_sh0co_293{font-size:.95rem;padding:.65rem 1.25rem}._aboutFooter_sh0co_405{padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}._aboutSection_sh0co_180:last-child{margin-bottom:calc(var(--footer-height-mobile, 60px) + 5rem + env(safe-area-inset-bottom,0px))}._endOfContentIndicator_sh0co_413{margin-bottom:calc(var(--footer-height-mobile, 60px) + 5rem + env(safe-area-inset-bottom,0px));padding-bottom:2rem}._scrollIndicator_sh0co_418{right:.2rem;bottom:calc(var(--footer-height-mobile, 60px) + 9rem)}._scrollIndicatorIcon_sh0co_423{font-size:1.5rem}._aboutFooterText_sh0co_427{font-size:.875rem;padding:0 .5rem}}._endOfContentIndicator_sh0co_413{margin-top:3rem;margin-bottom:calc(var(--footer-height-mobile, 60px) + 2rem);padding-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;animation:_fadeIn_sh0co_1 .4s ease-in}._endOfContentLine_sh0co_444{width:100%;max-width:400px;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.4) 20%,rgba(255,255,255,.4) 80%,transparent)}._endOfContentText_sh0co_457{font-size:.875rem;color:#fff9;margin:0;font-style:italic;text-shadow:0 1px 4px rgba(0,0,0,.2)}@keyframes _fadeIn_sh0co_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._aboutFooter_sh0co_405{position:fixed;bottom:0;left:0;right:0;padding:1rem;background:var(--gradient-primary);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:center;align-items:center;z-index:10;box-shadow:0 -2px 8px #0000001a;min-height:var(--footer-height-mobile);transition:border-top-color .3s ease,box-shadow .3s ease;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;overflow:hidden}._aboutFooterAtEnd_sh0co_501{border-top-color:#fff6;box-shadow:0 -2px 12px #00000026}._scrollIndicator_sh0co_418{position:fixed;right:max(calc((100vw - min(800px,100vw))/2 + .2rem),.2rem);bottom:calc(var(--footer-height-mobile, 60px) + 6rem);z-index:15;pointer-events:none;animation:_fadeInIndicator_sh0co_1 .6s ease-in,_bounceDownGroup_sh0co_1 2s ease-in-out infinite;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}._scrollIndicatorIcon_sh0co_423{font-size:1.75rem;color:#ffffffbf;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));display:block;line-height:.2;margin:-.5rem 0}@keyframes _fadeInIndicator_sh0co_1{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes _bounceDownGroup_sh0co_1{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}._aboutFooterContent_sh0co_549{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:600px}._aboutFooterText_sh0co_427{color:#fffffff2;font-size:.95rem;font-weight:500;text-align:center;margin:0;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.2)}._aboutGoButton_sh0co_569{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1a1a1a;border:2px solid rgba(251,191,36,.8);border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:800;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #fbbf2466,0 0 20px #fbbf2433;min-width:180px;max-width:320px;width:100%;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;font-family:Roboto,sans-serif;text-shadow:none;box-sizing:border-box;outline:none}._aboutGoButton_sh0co_569:focus-visible{outline:3px solid rgba(251,191,36,.8);outline-offset:2px}._aboutGoButton_sh0co_569:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}@media (hover: hover) and (pointer: fine){._aboutGoButton_sh0co_569:hover:before{left:100%}._aboutGoButton_sh0co_569:hover{background:linear-gradient(135deg,#fcd34d,#fbbf24);border-color:#fbbf24;transform:translateY(-2px);box-shadow:0 6px 24px #fbbf2480,0 0 30px #fbbf244d}}._aboutGoButton_sh0co_569:active{transform:translateY(0);box-shadow:0 2px 6px #00000026}._aboutPitchLink_sh0co_630{color:#ffffffe6;font-size:1rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;cursor:pointer;-webkit-tap-highlight-color:transparent;font-family:Roboto,sans-serif}._aboutPitchIcon_sh0co_644{font-size:1.1rem;transition:transform .2s ease}._aboutPitchLink_sh0co_630:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:4px;border-radius:4px}@media (hover: hover) and (pointer: fine){._aboutPitchLink_sh0co_630:hover{color:#fff}._aboutPitchLink_sh0co_630:hover ._aboutPitchIcon_sh0co_644{transform:translate(4px)}}._aboutPitchLink_sh0co_630:active{opacity:.8}._aboutLoading_sh0co_669,._aboutError_sh0co_670{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:50vh;text-align:center}._aboutSpinner_sh0co_680{width:44px;height:44px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:_spin_sh0co_1 .8s linear infinite;box-shadow:0 2px 10px #0003}._aboutLoading_sh0co_669 p{color:#fffffff2;text-shadow:0 1px 6px rgba(0,0,0,.3);font-size:.95rem;font-weight:500;margin:0}._aboutError_sh0co_670{color:#fbbf24}._aboutError_sh0co_670 p{margin:0;font-size:1rem;text-shadow:0 1px 6px rgba(0,0,0,.3);font-weight:500}@keyframes _spin_sh0co_1{to{transform:rotate(360deg)}}@media (min-width: 768px){._aboutPage_sh0co_1{padding:3rem 2rem;justify-content:center}._aboutContainer_sh0co_21{margin:auto}._aboutHeader_sh0co_27{margin-bottom:.5rem;padding-bottom:.5rem}._aboutTitleContainer_sh0co_33{gap:1.25rem}._aboutLogo_sh0co_64{width:80px;height:80px;border-radius:16px}._aboutTitleWrapper_sh0co_76{height:80px}._aboutTitle_sh0co_33{font-size:2.25rem}._aboutSubtitle_sh0co_94{font-size:1rem}._aboutTagline_sh0co_106{font-size:1.25rem;padding:0 3rem}._aboutTagline_sh0co_106:before,._aboutTeamQuote_sh0co_107:before{font-size:4rem;left:.5rem;top:-.75rem}._aboutTagline_sh0co_106:after,._aboutTeamQuote_sh0co_107:after{font-size:4rem;right:.5rem;bottom:-2rem}._aboutSeparator_sh0co_163{margin:2.5rem 0}._aboutTeamQuote_sh0co_107{font-size:1.25rem;padding:0 3rem;margin-bottom:2rem}._aboutContent_sh0co_157{gap:1rem}._aboutSection_sh0co_180{padding:2.25rem;border-radius:20px}._aboutSectionTitle_sh0co_195{font-size:1.75rem}._aboutSectionText_sh0co_205{font-size:1.05rem;margin:0 15%}._teamGrid_sh0co_221{grid-template-columns:repeat(2,1fr);gap:2rem}._teamCard_sh0co_228{padding:2rem}._teamCardName_sh0co_239{font-size:1.35rem}._teamCardImage_sh0co_257{width:180px;height:180px}._teamCardDescription_sh0co_266{font-size:1.05rem;line-height:1.85}._teamCardTitle_sh0co_284{font-size:1.05rem}._aboutSection_sh0co_180:last-child{margin-bottom:calc(var(--footer-height-tablet, 70px) + 2rem)}._endOfContentIndicator_sh0co_413{margin-bottom:calc(var(--footer-height-tablet, 70px) + 3rem);padding-bottom:2rem}}@media (min-width: 1024px){._aboutPage_sh0co_1{padding:4rem 2rem;justify-content:flex-start}._aboutContainer_sh0co_21{max-width:720px;margin:0 auto}._aboutHeader_sh0co_27{margin-bottom:3rem}._aboutSection_sh0co_180{padding:3rem;border-radius:24px;margin-bottom:4rem}._aboutSectionText_sh0co_205{margin:0 2%;font-size:1.2rem;line-height:1.8}._teamGrid_sh0co_221{grid-template-columns:repeat(3,1fr);gap:2.5rem}._teamCard_sh0co_228{padding:2.5rem}._teamCardName_sh0co_239{font-size:1.5rem}._teamCardImage_sh0co_257{width:200px;height:200px}._teamCardDescription_sh0co_266{font-size:1.2rem;line-height:1.8}._teamCardTitle_sh0co_284{font-size:1.2rem}._teamCardLinkedIn_sh0co_293{font-size:1.05rem;padding:.8rem 1.75rem}._aboutFooter_sh0co_405{padding:1.5rem;width:768px!important;max-width:768px!important;left:calc(50% - 384px)!important;right:auto!important;transform:translateZ(0);-webkit-transform:translateZ(0)}._aboutFooterContent_sh0co_549{gap:1.25rem}._aboutFooterText_sh0co_427{font-size:1.1rem;max-width:600px}._aboutGoButton_sh0co_569{padding:1rem 2.5rem;font-size:1.1rem;min-width:240px;max-width:400px}._aboutPitchLink_sh0co_630{font-size:1.2rem}._scrollIndicator_sh0co_418{right:max(calc((100vw - 720px)/2 + .2rem),.2rem);bottom:calc(var(--footer-height-tablet, 70px) + 4rem)}._scrollIndicatorIcon_sh0co_423{font-size:2rem}}._marketPulsePage_kwceq_1{width:100%;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);min-height:100dvh;padding:1rem;padding-bottom:calc(1rem + var(--footer-height-mobile, 60px));display:flex;flex-direction:column;justify-content:flex-start;overflow-x:hidden;position:relative;box-sizing:border-box;overflow-y:auto;background:#7c838f}._marketPulsePageWithBackground_kwceq_18{background-color:#7c838f}._container_kwceq_22{max-width:1200px;width:100%;margin:0 auto;padding:1rem 0}._header_kwceq_30{text-align:center;margin-bottom:2rem;padding:1rem 0}._title_kwceq_36{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;font-family:Roboto,sans-serif;letter-spacing:-.01em}._subtitle_kwceq_45{font-size:1.125rem;color:#ffffffd9;margin:0;font-weight:400}._countrySelector_kwceq_53{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-bottom:1.5rem;padding:0 .25rem}._countryLabel_kwceq_62{font-size:.95rem;font-weight:500;color:#ffffffe6;white-space:nowrap}._countrySelect_kwceq_53{flex:1;max-width:200px;padding:.625rem 2.5rem .625rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#111827;font-size:.95rem;font-weight:500;font-family:Roboto,sans-serif;cursor:not-allowed;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' fill-opacity='0.7' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}._countrySelect_kwceq_53:disabled{opacity:.6;cursor:not-allowed}._countrySelect_kwceq_53 option{background:#1e1e1ef2;color:#fffffff2;padding:.5rem}._tabs_kwceq_102{display:flex;gap:.5rem;margin-bottom:2rem;padding:0;border-bottom:2px solid rgba(255,255,255,.2);flex-shrink:0}._tab_kwceq_102{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#ffffffb3;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:-2px;font-family:Roboto,sans-serif}._tab_kwceq_102:hover{color:#fffffff2;background:#ffffff1a}._tab_kwceq_102._active_kwceq_130{color:#fff;border-bottom-color:#fff;font-weight:600}._tabContent_kwceq_136{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}._overallSentimentCard_kwceq_147{padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem;transition:all .2s ease;overflow:hidden}._overallSentimentCard_kwceq_147:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}._overallSentimentCard_kwceq_147:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}._overallSentimentHeader_kwceq_168{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}._overallSentimentTitle_kwceq_176{font-size:1rem;font-weight:600;color:#111827;margin:0;flex:1;min-width:0}._sentimentBadge_kwceq_185{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:12px;font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.025em;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;-webkit-user-select:none;user-select:none;flex-shrink:0}._sentimentBullish_kwceq_201{background:linear-gradient(135deg,#22c55e26,#16a34a26);border:1px solid rgba(34,197,94,.3);color:#059669}._sentimentBearish_kwceq_207{background:linear-gradient(135deg,#ef444426,#dc262626);border:1px solid rgba(239,68,68,.3);color:#dc2626}._sentimentNeutral_kwceq_213{background:linear-gradient(135deg,#9ca3af26,#6b728026);border:1px solid rgba(156,163,175,.3);color:#6b7280}._sentimentIcon_kwceq_219{font-size:.875rem;line-height:1}._sentimentTermPrefix_kwceq_224{font-size:.625rem;opacity:.8;font-weight:500}._sentimentScore_kwceq_230{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:#f9fafb;border-radius:8px}._scoreLabel_kwceq_240{font-size:.95rem;color:#6b7280;font-weight:500}._scoreValue_kwceq_246{font-size:1.25rem;font-weight:700;color:#111827}._sentimentReasoning_kwceq_252{font-size:.9rem;line-height:1.7;color:#374151;margin:0}._summaryCard_kwceq_260{padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem;transition:all .2s ease;overflow:hidden}._summaryCard_kwceq_260:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}._summaryCard_kwceq_260:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}._summaryTitle_kwceq_281{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}._summaryText_kwceq_288{font-size:.9rem;line-height:1.7;color:#374151;margin:0}._sectorSelector_kwceq_296{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}._sectorLabel_kwceq_303{font-size:.95rem;font-weight:500;color:#ffffffe6;white-space:nowrap}._sectorSelector_kwceq_296>div{width:100%}._sectorSelector_kwceq_296 [class*=control]{border:1px solid #e5e7eb!important;border-radius:12px!important;min-height:2.5rem!important;background:#fff!important}._sectorSelector_kwceq_296 [class*=control]:hover{border-color:#d1d5db!important}._sectorSelector_kwceq_296 [class*=control]:focus-within{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}._sectorSelector_kwceq_296 [class*=valueContainer]{padding:0 .75rem!important}._sectorSelector_kwceq_296 [class*=indicatorsContainer]{padding-right:.5rem}._sectorSelector_kwceq_296 [class*=indicatorSeparator]{display:none!important}._sectorSelector_kwceq_296 [class*=dropdownIndicator]{color:#6b7280!important}._sectorSelector_kwceq_296 [class*=dropdownIndicator]:hover{color:#374151!important}._sectorSelector_kwceq_296 [class*=menu]{z-index:500!important;margin-top:.5rem!important;border-radius:12px!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}._sectorSelector_kwceq_296 [class*=option]{padding:.75rem 1rem!important;cursor:pointer!important}._sectorSelector_kwceq_296 [class*=option]:hover{background-color:#f3f4f6!important}._sectorSelector_kwceq_296 [class*=option--is-selected]{background-color:#3b82f6!important;color:#fff!important}._sectorSelector_kwceq_296 [class*=option--is-focused]{background-color:#f3f4f6!important}._sectorSelector_kwceq_296 [class*=option--is-focused]._sectorSelector_kwceq_296 [class*=option--is-selected]{background-color:#3b82f6!important}._sectorsSection_kwceq_381{margin-bottom:1rem}._noSectorsMessage_kwceq_386{padding:2rem 1rem;text-align:center;color:#fffc;font-size:1rem;background:#ffffff1a;border-radius:12px;border:1px solid rgba(255,255,255,.2)}._infoBadge_kwceq_396{position:fixed;left:0;right:0;bottom:calc(var(--footer-height-mobile, 60px) + .5rem);z-index:1999;padding:0 1rem;pointer-events:none;animation:_slideUpFade_kwceq_1 .3s ease-out}@keyframes _slideUpFade_kwceq_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._infoBadgeContent_kwceq_418{position:relative;display:flex;align-items:center;gap:.875rem;padding:1.25rem 1.25rem 1rem;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(14,165,233,.2);border-radius:12px;box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:1200px;margin:0 auto;pointer-events:auto;transition:all .2s ease}._infoBadgeContent_kwceq_418:hover{box-shadow:0 6px 16px #0000001f,0 3px 6px #00000014;border-color:#0ea5e94d;transform:translateY(-1px)}._infoIcon_kwceq_442{font-size:1.375rem;color:#0ea5e9;flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(14,165,233,.3))}._infoContent_kwceq_449{flex:1;display:flex;align-items:center}._infoText_kwceq_455{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;line-height:1.6;color:#0c4a6e;font-weight:500;letter-spacing:.01em}._infoLine_kwceq_466{display:flex;align-items:center}._infoText_kwceq_455 strong{font-weight:700;color:#0369a1;background:linear-gradient(135deg,#0ea5e9,#0284c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._infoCloseButton_kwceq_480{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s ease;z-index:1;-webkit-tap-highlight-color:transparent}._infoCloseButton_kwceq_480:hover{background:#6b72801a;color:#374151}._infoCloseButton_kwceq_480:active{background:#6b728026;transform:scale(.95)}._infoCloseIcon_kwceq_510{font-size:1.125rem;width:1.125rem;height:1.125rem}._sectorsTitle_kwceq_516{font-size:1.75rem;font-weight:600;color:#fffffff2;margin:0 0 1.5rem}._sectorsGrid_kwceq_523{display:grid;grid-template-columns:1fr;gap:0}._sectorCard_kwceq_530{background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;overflow:hidden;margin-bottom:1rem}._sectorCard_kwceq_530:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}._sectorCard_kwceq_530:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}._sectorCardHeader_kwceq_550{width:100%;padding:1rem 1.25rem;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease;text-align:left;min-height:60px;-webkit-tap-highlight-color:rgba(255,255,255,.1);touch-action:manipulation;gap:1rem}._sectorCardHeader_kwceq_550:hover{background:#f9fafb}._sectorCardHeader_kwceq_550:active{background:#f3f4f6}._sectorCardHeader_kwceq_550:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}._sectorHeaderContent_kwceq_580{display:flex;flex-direction:column;flex:1;gap:.75rem;min-width:0}._sectorName_kwceq_588{font-size:1rem;font-weight:600;color:#111827;margin:0;pointer-events:none;-webkit-user-select:none;user-select:none}._sectorSentimentBadges_kwceq_597{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}._sectorInfoIconButton_kwceq_604{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;background:#0ea5e91a;border:none;border-radius:6px;cursor:pointer;color:#0ea5e9;transition:all .2s ease;flex-shrink:0;-webkit-tap-highlight-color:transparent}._sectorInfoIconButton_kwceq_604:hover{background:#0ea5e926;color:#0284c7}._sectorInfoIconButton_kwceq_604:active{background:#0ea5e926;transform:scale(.95)}._sectorInfoIcon_kwceq_604{font-size:1.125rem;width:1.125rem;height:1.125rem}._sectorChevron_kwceq_637{font-size:1.5rem;color:#6b7280;transition:transform .2s ease;flex-shrink:0;pointer-events:none;-webkit-user-select:none;user-select:none;align-self:flex-start;margin-top:.25rem}._sectorCardContent_kwceq_648{padding:0 1.25rem 1rem}._sectorDescription_kwceq_652{font-size:1rem;line-height:1.7;color:#374151;margin:0 0 1.5rem}._projectionTabs_kwceq_660{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:2px solid #e5e7eb}._projectionTab_kwceq_660{padding:.625rem 1rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#6b7280;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:-2px;font-family:Roboto,sans-serif}._projectionTab_kwceq_660:hover{color:#111827;background:#6b72800d}._projectionTab_kwceq_660._active_kwceq_130{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}._projectionTabContent_kwceq_692{margin-top:1rem}._projectionContent_kwceq_696{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}._projectionContent_kwceq_696 ._sentimentBadge_kwceq_185{display:inline-flex;width:auto;flex-shrink:0}._projectionText_kwceq_710{font-size:1rem;line-height:1.6;color:#374151}._projectionDescription_kwceq_716{font-size:1rem;line-height:1.7;color:#fffffff2;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.25)}._loadingWrapper_kwceq_725{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:3rem 1.5rem;min-height:400px;width:100%;position:relative;z-index:1}._loadingWrapper_kwceq_725 p{margin:0;color:#fffffff2;font-size:1.25rem;font-weight:600;letter-spacing:.01em}._spinner_kwceq_747{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#ffffffe6;border-radius:50%;animation:_spin_kwceq_747 .8s linear infinite;flex-shrink:0}._errorContainer_kwceq_757{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1.5rem;min-height:400px;text-align:center}._errorContainer_kwceq_757{color:#fca5a5}._errorContainer_kwceq_757 p{margin:0;font-size:1rem;font-weight:500;color:#fca5a5}@keyframes _spin_kwceq_747{to{transform:rotate(360deg)}}._marketPulseFooter_kwceq_786{position:fixed;left:0;right:0;bottom:0;display:flex;align-items:stretch;padding:0;background:var(--gradient-primary);border-top:1px solid rgba(255,255,255,.2);z-index:2000;box-shadow:0 -2px 8px #0000001a}._footerButton_kwceq_800{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1rem .7rem;border:none;background:transparent;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:none;width:100%;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background-color .2s ease,opacity .2s ease;font-family:Roboto,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.1)}._footerButton_kwceq_800:hover{background-color:#ffffff1a;opacity:.95}._footerButton_kwceq_800:active{background-color:#ffffff26;opacity:.9}._footerIcon_kwceq_833{width:1rem;height:1rem}@media (min-width: 768px){._marketPulsePage_kwceq_1{padding:2rem;padding-bottom:calc(2rem + var(--footer-height-tablet, 70px) + 70px)}._infoBadge_kwceq_396{bottom:calc(var(--footer-height-tablet, 70px) + .5rem);padding:0 2rem}._infoBadgeContent_kwceq_418{padding:1.125rem 1.5rem}._container_kwceq_22{padding:2rem 0}._title_kwceq_36{font-size:3rem}._subtitle_kwceq_45{font-size:1.25rem}._tabs_kwceq_102{margin-bottom:2.5rem}._tab_kwceq_102{padding:.875rem 2rem;font-size:1.05rem}._overallSentimentCard_kwceq_147,._summaryCard_kwceq_260{padding:1.5rem 2rem;border-radius:12px}._sectorsGrid_kwceq_523{grid-template-columns:repeat(2,1fr);gap:0}._sectorCard_kwceq_530{border-radius:12px}}@media (min-width: 1024px){._marketPulsePage_kwceq_1{padding:3rem 2rem;padding-bottom:calc(3rem + var(--footer-height-tablet, 70px) + 70px)}._infoBadge_kwceq_396{padding:0 2rem}._infoBadgeContent_kwceq_418{padding:1.25rem 1.75rem}._infoText_kwceq_455{font-size:.9375rem}._container_kwceq_22{max-width:1200px;padding:3rem 0}._header_kwceq_30{margin-bottom:3rem}._title_kwceq_36{font-size:3.5rem}._tabs_kwceq_102{margin-bottom:3rem}._tab_kwceq_102{padding:1rem 2.5rem;font-size:1.1rem}._overallSentimentCard_kwceq_147,._summaryCard_kwceq_260{padding:1.75rem 2rem;border-radius:12px;margin-bottom:1rem}._sectorsGrid_kwceq_523{grid-template-columns:repeat(2,1fr);gap:0}._sectorCard_kwceq_530{border-radius:12px}._sectorName_kwceq_588{font-size:1rem}._sectorDescription_kwceq_652{font-size:1.05rem}}@media (max-width: 767px){._marketPulsePage_kwceq_1{padding:1rem .75rem;padding-bottom:calc(1rem + var(--footer-height-mobile, 60px) + 60px)}._container_kwceq_22{padding:1rem 0}._header_kwceq_30{margin-bottom:1.5rem}._title_kwceq_36{font-size:2rem}._subtitle_kwceq_45{font-size:1rem}._countrySelector_kwceq_53{margin-bottom:1.25rem;gap:.75rem}._countryLabel_kwceq_62{font-size:.875rem}._countrySelect_kwceq_53{max-width:160px;padding:.5rem 2.25rem .5rem .875rem;font-size:.875rem}._tabs_kwceq_102{margin-bottom:1.5rem;gap:.25rem}._tab_kwceq_102{padding:.625rem 1rem;font-size:.9rem}._overallSentimentCard_kwceq_147,._summaryCard_kwceq_260{padding:1rem 1.25rem;margin-bottom:1rem}._sectorsTitle_kwceq_516{font-size:1.5rem;margin-bottom:1rem}._sectorSelector_kwceq_296{margin-bottom:1.25rem}._sectorLabel_kwceq_303{font-size:.875rem}._sectorsGrid_kwceq_523{gap:0}._sectorCardHeader_kwceq_550{padding:1rem 1.25rem;min-height:56px}._sectorCardContent_kwceq_648{padding:0 1.25rem 1rem}._sectorHeaderContent_kwceq_580{gap:.5rem}._sectorName_kwceq_588{font-size:.875rem}._infoBadge_kwceq_396{bottom:calc(var(--footer-height-mobile, 60px) + .5rem);padding:0 .75rem}._infoBadgeContent_kwceq_418{padding:.875rem 1rem;gap:.75rem;border-radius:10px}._infoIcon_kwceq_442{font-size:1.25rem}._infoText_kwceq_455{font-size:.8125rem;line-height:1.5}._sectorSentimentBadges_kwceq_597{gap:.375rem}._sectorSentimentBadges_kwceq_597 ._sentimentBadge_kwceq_185{font-size:.625rem;padding:.2rem .5rem}._sectorInfoIconButton_kwceq_604{width:1.375rem;height:1.375rem}._sectorInfoIcon_kwceq_604{font-size:1rem;width:1rem;height:1rem}._projectionTabs_kwceq_660{gap:.25rem}._projectionTab_kwceq_660{padding:.5rem .75rem;font-size:.85rem}}._searchResultsContainer_17h08_1{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background-color:#7c838f;padding-bottom:3.5rem}._searchResultsHeader_17h08_11{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(229,231,235,.5);background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}._searchBackButton_17h08_25{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background:#f3f4f6;border-radius:50%;cursor:pointer;transition:all .2s;flex-shrink:0}._searchBackButton_17h08_25:hover{background:#e5e7eb}._searchResultsTitle_17h08_43{flex:1;min-width:0}._searchResultsTitle_17h08_43 h2{margin:0;font-size:1rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.25rem;overflow:hidden;flex-wrap:nowrap}._searchResultsTitle_17h08_43 h2 ._ticker_17h08_60{white-space:nowrap;flex-shrink:0}._searchResultsTitle_17h08_43 h2 ._separator_17h08_65{white-space:nowrap;flex-shrink:0;margin:0 .125rem}._searchResultsTitle_17h08_43 h2 ._companyName_17h08_71{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex-shrink:1}._searchResultsSectorSubtitle_17h08_79{margin:.25rem 0 0;font-size:.875rem;font-weight:500;color:#4b5563}._searchResultsSubtitle_17h08_86{margin:.125rem 0 0;font-size:.875rem;color:#6b7280}._searchResultsSection_17h08_92{display:flex;flex-direction:column;padding:0 1rem}._searchSectionHeader_17h08_98{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}._searchSectionTitle_17h08_105{margin:0;font-size:1.25rem;font-weight:600;color:#fff}._searchSectionCount_17h08_112{font-size:.875rem;color:#fffc;font-weight:500}._searchArticleList_17h08_118{display:flex;flex-direction:column;gap:0}._searchLoadingWrapper_17h08_125,._searchErrorWrapper_17h08_126{display:flex;justify-content:center;align-items:center;min-height:50vh;padding:2rem}._searchLoadingCard_17h08_134,._searchErrorCard_17h08_135{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:400px}._searchSpinner_17h08_144{width:3rem;height:3rem;border:4px solid #f3f4f6;border-top-color:#3b82f6;border-radius:50%;animation:_spin_17h08_1 1s linear infinite;margin:0 auto 1rem}@keyframes _spin_17h08_1{to{transform:rotate(360deg)}}._searchErrorIcon_17h08_158{width:64px;height:64px;margin:0 auto 1rem;color:#ef4444}._searchErrorTitle_17h08_165{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#111827}._searchErrorMessage_17h08_172{margin:0 0 1.5rem;color:#6b7280}._searchErrorButton_17h08_177{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500}._searchErrorButton_17h08_177:hover{background:#f9fafb;border-color:#9ca3af}._searchErrorButton_17h08_177:disabled{opacity:.5;cursor:not-allowed}._searchErrorButtonIcon_17h08_202{width:1rem;height:1rem}._searchEmptyState_17h08_208{text-align:center;padding:4rem 2rem;color:#fff}._searchEmptyIcon_17h08_214{font-size:4rem;margin-bottom:1rem}._searchEmptyTitle_17h08_219{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#fff}._searchEmptyMessage_17h08_226{margin:0;font-size:1rem;color:#fffc}._searchScrollSentinel_17h08_233{padding:2rem;text-align:center}._searchLoadingMore_17h08_238{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#fff}._searchEndMessage_17h08_246{text-align:center;padding:2rem;color:#fffc}._searchEndMessage_17h08_246 p{margin:0;font-size:.875rem}._searchFooter_17h08_258{position:fixed;left:0;right:0;bottom:0;display:flex;align-items:stretch;padding:0;background:var(--gradient-primary);border-top:1px solid rgba(255,255,255,.2);z-index:2000;box-shadow:0 -2px 8px #0000001a}._searchFooterButton_17h08_272{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:1rem 1rem 1.2rem;border:none;background:transparent;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:none;width:100%;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background-color .2s ease,opacity .2s ease;font-family:Roboto,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.1)}._searchFooterButton_17h08_272:hover{background-color:#ffffff1a;opacity:.95}._searchFooterButton_17h08_272:disabled{opacity:.5;cursor:not-allowed}._searchFooterIcon_17h08_305{width:1rem;height:1rem}._marketInfoModalBackdrop_17h08_311{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._marketInfoModal_17h08_311{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px #0000001a}._marketInfoModalHeader_17h08_335{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}._marketInfoModalTitle_17h08_343{margin:0;font-size:1.25rem;font-weight:600;color:#111827}._marketInfoModalClose_17h08_350{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s}._marketInfoModalClose_17h08_350:hover{color:#111827}._marketInfoModalBody_17h08_366{padding:1.5rem}._marketInfoModalDescription_17h08_370{margin:0;color:#374151;line-height:1.6}@media (max-width: 768px){._searchResultsHeader_17h08_11{padding:1rem}._searchResultsTitle_17h08_43 h2{font-size:1rem}._searchSectionTitle_17h08_105{font-size:1.125rem}._searchResultsSection_17h08_92{padding:0 .75rem}}
