@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.groww-navbar{position:fixed;top:0;width:100%;height:4rem;background:#fff;z-index:1000;display:flex;justify-content:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont;border-bottom:1px solid #efefef}.nav-inner{width:100%;max-width:90rem;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}.nav-left{display:flex;align-items:center;gap:2.25rem;width:auto}.logo{display:flex;align-items:center;gap:.25rem}.logo-icon{width:3.5rem;height:auto;border-radius:10%;margin-right:-1.25rem;margin-bottom:.3rem}.logo-text{font-size:1.375rem;font-weight:700;color:#111}.main-tabs{display:flex;gap:1.75rem;padding-top:.25rem}.tab1{font-size:1rem;font-weight:650;color:#7a7a7a;text-decoration:none;padding-bottom:.25rem}.tab1.active{color:#111;font-weight:650}.nav-right{display:flex;align-items:center;gap:1.25rem}.search-box{display:flex;align-items:center;gap:.625rem;width:18rem;height:2.5rem;padding:0 .875rem;border-radius:.625rem;border:.0625rem solid #e5e5e5;background:#fff;cursor:pointer}.search-box input{flex:1;border:none;outline:none;background:transparent;font-size:.875rem;color:#333}.search-box input::placeholder{color:#999}.shortcut{font-size:.75rem;color:#999}.login-btn{height:2.5rem;padding:0 1.25rem;border-radius:.625rem;background:#00b386;color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer;width:8.5rem}.login-btn:hover{background:#009f78}.terms{font-size:small;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont}.profile-wrapper{display:flex;align-items:center}.profile-img{width:36px;height:36px;border-radius:50%;object-fit:cover;cursor:pointer;border:1px solid #e4e7ec}.profile-dropdown-container{position:relative;margin-left:14px}.profile-btn{background:transparent;border:none;cursor:pointer;padding:0}.profile-img{width:34px;height:34px;border-radius:50%;object-fit:cover;display:block}.profile-fallback{width:34px;height:34px;border-radius:50%;background:#e8e8e8;display:flex;align-items:center;justify-content:center;font-weight:700}.profile-dropdown{position:absolute;top:46px;right:0;width:340px;background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 10px 30px #0000001f;overflow:hidden;z-index:999}.profile-dropdown-header{padding:18px 18px 14px}.profile-dropdown-name{font-size:22px;font-weight:700;margin-bottom:6px}.profile-dropdown-email{font-size:16px;color:#7a7a7a}.profile-dropdown-divider{height:1px;background:#efefef}.profile-dropdown-menu{padding:10px 0}.profile-item{width:100%;padding:14px 18px;background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:400;color:#222}.profile-item:hover{background:#f7f7f7}.arrow{font-size:22px;color:#999}.profile-dropdown-footer{padding:14px 18px;display:flex;justify-content:flex-end}.logout-btn{background:transparent;border:none;cursor:pointer;font-size:18px;font-weight:700;color:#333;text-decoration:underline}.profile-btn{position:relative;width:36px;height:36px}.profile-fallback{width:100%;height:100%;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:600}.profile-img{position:absolute;inset:0;border-radius:50%;object-fit:cover;transition:opacity .2s ease}.support-section{display:flex;flex-direction:column;width:100%}.support-info-dropdown{background:#f7f9fa;margin:0 18px 10px;padding:12px;border-radius:8px;display:flex;flex-direction:column;gap:8px}.support-info-item{display:flex;align-items:center;gap:8px;font-size:14px}.support-info-item a{color:#00b386;text-decoration:none;font-weight:500}.support-info-item a:hover{text-decoration:underline}.support-icon{font-size:16px}.profile-mobile-section{padding:14px 18px;background:#f7f9fa;margin:12px 18px;border-radius:10px;display:flex;flex-direction:column;gap:6px}.profile-mobile-label{font-size:12px;color:#7a7a7a;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.profile-mobile-display{display:flex;justify-content:space-between;align-items:center}.profile-mobile-value{font-size:16px;font-weight:600;color:#222}.profile-mobile-placeholder{color:#aaa;font-style:italic;font-weight:400}.profile-mobile-btn{background:transparent;border:none;color:#00b386;cursor:pointer;font-size:14px;font-weight:600;padding:0;text-decoration:none}.profile-mobile-btn:hover{text-decoration:underline}.profile-mobile-input-container{display:flex;gap:8px;align-items:center;width:100%}.profile-mobile-input{flex:1;padding:6px 10px;border:1px solid #dcdcdc;border-radius:6px;font-size:14px;outline:none;background:#fff;transition:border-color .2s;width:100%}.profile-mobile-input:focus{border-color:#00b386}.profile-mobile-save-btn{background:#00b386;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.profile-mobile-save-btn:hover{background:#009f78}.profile-mobile-cancel-btn{background:#e4e7ec;color:#333;border:none;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.profile-mobile-cancel-btn:hover{background:#d1d5db}.profile-mobile-hint{font-size:12px;color:#7a7a7a;display:flex;align-items:center;gap:6px;margin-top:4px;font-weight:500}.profile-mobile-hint .dot{color:#00b386;font-size:10px}@media(min-width:768px)and (max-width:1200px){.nav-inner{padding:0 1.5rem}.nav-left{gap:1.5rem}.main-tabs{gap:1.25rem}.search-box{width:12rem}}@media(max-width:768px){.groww-navbar{height:3.75rem;gap:0}.nav-inner{padding:0 14px}.nav-left{width:auto;gap:10px}.logo-text{font-size:1.1rem}.logo-icon{width:36px;margin-right:-8px}.main-tabs{display:none}.nav-right{gap:10px}.search-box{width:36px;height:36px;padding:0;justify-content:center;border-radius:50%}.search-box input,.shortcut{display:none}.login-btn{height:36px;padding:0 14px;width:auto;font-size:13px}.profile-img,.profile-fallback{width:32px;height:32px}.profile-dropdown{width:calc(100vw - 20px);right:-10px;border-radius:14px}.profile-dropdown-name{font-size:18px}.profile-dropdown-email{font-size:14px}.profile-item{font-size:15px}}@media(max-width:480px){.groww-navbar{height:3.5rem}.logo-text{font-size:1rem}.login-btn{font-size:12px;padding:0 12px}.profile-dropdown{width:calc(100vw - 12px);right:-6px}}.search-overlay{position:fixed;inset:0;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:13rem;opacity:0;pointer-events:none;transition:opacity .2s ease,background .2s ease,backdrop-filter .2s ease}.result-item.active{background:#f5f5f5}.search-overlay.open{background:#0006;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);opacity:1;pointer-events:auto}.search-modal{width:600px;background:#fff;border-radius:12px;padding:20px;box-shadow:0 10px 40px #00000026;opacity:0;transform:translateY(-20px) scale(.98);transition:opacity .25s ease,transform .25s ease}.search-modal.open{opacity:1;transform:translateY(0) scale(1)}.search-section{max-height:300px;overflow-y:auto;overscroll-behavior:contain}.search-input-wrapper input{width:100%;padding:14px 16px;font-size:16px;border-radius:8px;border:1px solid #ddd;outline:none}.search-input-wrapper input:focus{border-color:#828383}.search-categories{display:flex;gap:10px;margin:16px 0;flex-wrap:wrap}.category-chip{padding:6px 14px;border-radius:999px;border:1px solid #e0e0e0;background:#f9f9f9;cursor:pointer;font-size:14px}.category-chip:hover{background:#e6faf4;border-color:#00b386}.section-title{font-size:14px;font-weight:600;margin-bottom:10px;color:#555}.result-list{list-style:none;padding:0;margin:0}.result-item{padding:10px;display:flex;gap:10px;align-items:center;cursor:pointer;border-radius:6px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont}.result-item:hover{background:#f5f5f5}.trend{color:#00b386;font-size:14px}.modal-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease,backdrop-filter .25s ease;z-index:2000}h2{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont;font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.forgot-password-btn{background:none;border:none;color:#00b386;font-size:13px;margin:6px 0 14px;cursor:pointer;text-align:left}.forgot-password-btn:hover{text-decoration:underline}p{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont;font-size:1rem;margin-bottom:1.5rem;font-weight:600}.login-modal{width:52rem;height:28rem;background:#fff;border-radius:.75rem;display:flex;overflow:hidden;transform:scale(.95) translateY(10px);opacity:0;transition:transform .25s ease,opacity .25s ease}.modal-overlay.show{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay.show .login-modal{transform:scale(1) translateY(0);opacity:1}.modal-left{width:45%;background-image:url(/assets/loginback-Bt6mrK2m.svg);color:#fff;padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.modal-right{width:55%;padding:2.5rem 2.5rem .5rem;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.close-btn{position:absolute;top:1rem;right:1rem;font-size:1.5rem;background:none;border:none;cursor:pointer}.google-btn{width:80%;padding:.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;border:1px solid #d0d5dd;background:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.google-icon{width:2.25rem;height:2.25rem}.continue-btn{width:80%;cursor:pointer;border-radius:.5rem;font-weight:450;font-size:1rem;height:2.7rem;align-self:center;background-color:#00b386;border-width:.035rem;color:#fff;border:none;transition:transform .2s ease,box-shadow .2s ease}.continue-btn:hover,.google-btn:hover{transform:scale(1.02);box-shadow:0 8px 24px #10182826}.title{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont;justify-content:center;align-items:center;text-align:center;font-size:1.75rem;margin-bottom:1.5rem;font-weight:600}.input-group{width:80%;margin-bottom:1.75rem}.email-input{width:100%;font-size:.95rem;color:#101828;border:none;border-bottom:1px solid #d0d5dd;outline:none;background:transparent;height:2.7rem;transition:border-color .2s ease}.email-input::placeholder{color:#98a2b3;font-weight:400}.email-input:focus{border-bottom-color:#00b386}.email-input.error{border-bottom-color:#f04438}.or-divider{display:flex;align-items:center;gap:4.86rem;margin:1.5rem 0}.line{width:4rem;height:0;border-top:1px solid var(--border-disabled, #d0d5dd)}.or{font-size:.875rem;line-height:1.375rem;color:#667085;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont}.continue-btn:disabled{opacity:.6;cursor:not-allowed}.btn-loader{display:flex;align-items:center;justify-content:center;gap:8px}.spinner{width:16px;height:16px;border-radius:50%;animation:spin .8s linear infinite}.error-popup{position:absolute;top:1rem;left:50%;transform:translate(-50%);background:#e86f6f;color:#fff;padding:.6rem 1.25rem;border-radius:2rem;font-size:.85rem;font-weight:600;letter-spacing:.02em;box-shadow:0 8px 24px #ff4d4f40;z-index:150;display:flex;align-items:center;gap:8px;white-space:nowrap;animation:slideDown .4s cubic-bezier(.2,.9,.3,1)}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-20px) scale(.95)}to{opacity:1;transform:translate(-50%) scale(1)}}.terms a{color:#00b386;text-decoration:none;font-weight:600}.terms a:hover{text-decoration:underline}.cookie-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;display:flex;justify-content:center;align-items:center;opacity:0;animation:fadeIn .3s ease forwards}.cookie-modal{background:#fff;border-radius:16px;padding:2.5rem;max-width:480px;width:90%;text-align:center;box-shadow:0 10px 40px #0000001f;transform:scale(.95);animation:popIn .3s cubic-bezier(.16,1,.3,1) forwards;position:relative;overflow:hidden}.cookie-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#00b386,#00d09c)}.cookie-icon{font-size:3rem;margin-bottom:1.25rem;display:block;animation:bounce 2s infinite ease-in-out}.cookie-modal h2{font-family:Inter,system-ui,sans-serif;font-size:1.5rem;color:#111827;margin-bottom:.75rem;font-weight:700;letter-spacing:-.02em}.cookie-modal p{font-family:Inter,system-ui,sans-serif;font-size:.95rem;line-height:1.5;color:#6b7280;margin-bottom:2rem}.cookie-actions{display:flex;justify-content:center;gap:1rem}.cookie-btn-accept{background:#00b386;color:#fff;border:none;padding:0 2rem;height:3rem;font-size:1rem;font-family:Inter,sans-serif;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;width:100%;max-width:200px;box-shadow:0 4px 12px #00b38633}.cookie-btn-accept:hover{background:#009f78;transform:translateY(-1px);box-shadow:0 6px 16px #00b3864d}.cookie-btn-accept:active{transform:translateY(0);background:#008f6b}@keyframes fadeIn{to{opacity:1}}@keyframes popIn{to{transform:scale(1);opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.policy-page{min-height:100vh;background:#f8f9fa;padding:6rem 1.5rem 4rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#111}.policy-container{max-width:860px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 2px 24px #00000012;padding:3rem 3.5rem}.policy-header{text-align:center;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #f0f0f0}.policy-badge{display:inline-block;background:#e8faf5;color:#00b386;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .85rem;border-radius:99px;margin-bottom:1rem}.policy-title{font-size:2.25rem;font-weight:700;color:#111;margin:0 0 .75rem;line-height:1.2}.policy-meta{font-size:.875rem;color:#888;margin:0}.policy-meta span{color:#555;font-weight:500}.policy-intro{background:#f8f9fa;border-left:4px solid #00b386;border-radius:0 10px 10px 0;padding:1.25rem 1.5rem;margin-bottom:2rem}.policy-intro p{font-size:.95rem;line-height:1.75;color:#444;margin:0 0 .75rem}.policy-intro p:last-child{margin-bottom:0}.policy-toc{background:#f0fdf9;border:1px solid #d1f0e7;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2.5rem}.policy-toc h3{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#00b386;margin:0 0 .75rem}.policy-toc ol{margin:0;padding-left:1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:.35rem 1.5rem}.policy-toc li{font-size:.875rem}.policy-toc a{color:#444;text-decoration:none;transition:color .15s}.policy-toc a:hover{color:#00b386}.policy-section{margin-bottom:2.75rem;padding-bottom:2.75rem;border-bottom:1px solid #f0f0f0}.policy-section:last-of-type{border-bottom:none;margin-bottom:2rem}.policy-section h2{font-size:1.35rem;font-weight:700;color:#111;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e8faf5}.policy-section h3{font-size:1rem;font-weight:600;color:#222;margin:1.5rem 0 .5rem}.policy-section p{font-size:.95rem;line-height:1.8;color:#444;margin:0 0 1rem}.policy-section ul,.policy-section ol{padding-left:1.5rem;margin:.5rem 0 1rem}.policy-section li{font-size:.95rem;line-height:1.8;color:#444;margin-bottom:.35rem}.policy-section a{color:#00b386;text-decoration:none}.policy-section a:hover{text-decoration:underline}.policy-highlight-box{background:#fffbe6;border:1px solid #ffe58f;border-radius:10px;padding:1.2rem 1.5rem;margin:1rem 0 1.25rem}.policy-highlight-box strong{display:block;font-size:.95rem;margin-bottom:.5rem;color:#7d5a00}.policy-highlight-box p{margin:0;font-size:.9rem;color:#7d5a00}.policy-highlight-box.danger{background:#fff2f2;border-color:#ffb3b3}.policy-highlight-box.danger strong,.policy-highlight-box.danger p{color:#9b1515}.policy-note{background:#f0fdf9;border:1px solid #d1f0e7;border-radius:8px;padding:1rem 1.25rem;font-size:.875rem;color:#2d6a57;line-height:1.6;margin-top:1rem}.policy-table{width:100%;border-collapse:collapse;font-size:.875rem;margin:1rem 0 1.25rem;border-radius:10px;overflow:hidden;box-shadow:0 1px 6px #0000000f}.policy-table thead th{background:#00b386;color:#fff;padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.8rem;letter-spacing:.03em}.policy-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .15s}.policy-table tbody tr:last-child{border-bottom:none}.policy-table tbody tr:hover{background:#f8f9fa}.policy-table tbody td{padding:.8rem 1rem;color:#444;vertical-align:top;line-height:1.5}.policy-table code{background:#f0f0f0;padding:.15em .4em;border-radius:4px;font-size:.8rem;font-family:Courier New,monospace;color:#e44d26}.policy-third-party-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0}.policy-third-party-card{border:1px solid #e8e8e8;border-radius:10px;padding:1rem 1.25rem;transition:border-color .15s,box-shadow .15s}.policy-third-party-card:hover{border-color:#00b386;box-shadow:0 2px 12px #00b3861a}.policy-third-party-name{font-weight:700;font-size:.95rem;color:#111;margin-bottom:.25rem}.policy-third-party-role{font-size:.8rem;color:#777;margin-bottom:.5rem}.policy-third-party-card a{font-size:.8rem;color:#00b386;text-decoration:none}.policy-third-party-card a:hover{text-decoration:underline}.policy-cookie-categories{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.policy-cookie-category{border-radius:10px;padding:1rem 1.25rem;border:1px solid transparent}.policy-cookie-category.essential{background:#f0fdf9;border-color:#d1f0e7}.policy-cookie-category.preference{background:#f5f0ff;border-color:#ddd1f0}.policy-cookie-category.analytics{background:#fff8f0;border-color:#f0dfc1}.policy-cookie-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;color:#777;font-weight:500}.policy-cookie-category-badge{font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.2rem .65rem;border-radius:99px}.essential .policy-cookie-category-badge{background:#00b386;color:#fff}.preference .policy-cookie-category-badge{background:#7c40e8;color:#fff}.analytics .policy-cookie-category-badge{background:#e87c40;color:#fff}.policy-cookie-category p{margin:0;font-size:.875rem;color:#555;line-height:1.6}.policy-contact-card{background:#f8f9fa;border:1px solid #e8e8e8;border-radius:12px;padding:1.25rem 1.5rem;font-size:.9rem;line-height:2;color:#444;margin-top:.5rem}.policy-contact-card a{color:#00b386;text-decoration:none}.policy-contact-card a:hover{text-decoration:underline}.policy-action-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1.5px solid #00b386;color:#00b386;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;padding:.6rem 1.25rem;border-radius:8px;cursor:pointer;margin:.75rem 0 1.5rem;transition:background .15s,color .15s,transform .15s}.policy-action-btn:hover{background:#00b386;color:#fff;transform:scale(1.01)}.policy-footer-nav{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid #f0f0f0;margin-top:2rem}.policy-footer-nav a{font-size:.875rem;color:#777;text-decoration:none;transition:color .15s}.policy-footer-nav a:hover{color:#00b386}.site-footer{background:#fff;border-top:1px solid #efefef;padding:2.5rem 2rem 1.5rem;text-align:center;font-family:Inter,system-ui,sans-serif}.site-footer-links{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.site-footer-links a{font-size:.875rem;color:#777;text-decoration:none;transition:color .15s}.site-footer-links a:hover{color:#00b386}.site-footer-copy{font-size:.8rem;color:#aaa;margin:0}@media(max-width:768px){.policy-container{padding:2rem 1.5rem;border-radius:12px}.policy-title{font-size:1.75rem}.policy-toc ol,.policy-third-party-grid{grid-template-columns:1fr}.policy-table{font-size:.8rem;display:block;overflow-x:auto;white-space:nowrap}.policy-section h2{font-size:1.15rem}}@media(max-width:480px){.policy-page{padding:5.5rem .75rem 3rem}.policy-container{padding:1.5rem 1rem}.policy-title{font-size:1.45rem}.policy-footer-nav{gap:1rem}}.home{padding-top:1.5rem;min-height:100vh;background:#fff;text-align:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont;animation:fadeIn .6s ease-out}.hero{margin-top:1rem}.hero-title{font-size:5.25rem;font-weight:700;color:#4e4f53;margin-bottom:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont}.hero-subtitle{font-size:2rem;color:#7a7a7a;margin-bottom:2rem;font-weight:600;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont}.hero-btn{background:#00b386;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;cursor:pointer}.hero-btn:hover{background:#009f78}.hero-illustration{margin-top:3.2rem;display:flex;justify-content:center}.hero-illustration img{max-width:50rem;width:100%;height:auto;opacity:.9}.hero-footer{margin-top:2.5rem;color:#888;font-size:.875rem}.hero-footer p{font-weight:600;margin-bottom:.25rem}html{background-color:#fff}.page-content{padding-top:3.5rem}::-webkit-scrollbar{width:.6rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#cfd4dc;border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background-color:#aeb4bd}*{scrollbar-width:thin;scrollbar-color:#cfd4dc transparent}[data-pc-theme=dark] .hi-bar{background:#0c0f1a!important;border-bottom:1px solid rgba(255,255,255,.08)!important}[data-pc-theme=dark] .hi-bar:before{background:linear-gradient(to right,#0c0f1a 30%,transparent)!important}[data-pc-theme=dark] .hi-bar:after{background:linear-gradient(to left,#0c0f1a 30%,transparent)!important}[data-pc-theme=dark] .hi-item{border-right:1px solid rgba(255,255,255,.08)!important}[data-pc-theme=dark] .hi-item:hover{background:#ffffff0a!important}[data-pc-theme=dark] .hi-label{color:#94a3b8!important}[data-pc-theme=dark] .hi-price{color:#f1f5f9!important}[data-pc-theme=dark] .hi-item--skeleton{border-right:1px solid rgba(255,255,255,.08)!important}[data-pc-theme=dark] .hi-sk{background:linear-gradient(90deg,#0c0f1a 25%,#1e293b 37%,#0c0f1a 63%)!important;background-size:400% 100%!important}[data-pc-theme=dark] .funds-page{background-color:#060810!important;color:#f1f5f9!important}[data-pc-theme=dark] .card{background:#0c0f1a!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 4px 16px #0003!important}[data-pc-theme=dark] .card-title{color:#94a3b8!important}[data-pc-theme=dark] .amount-input,[data-pc-theme=dark] .rupee,[data-pc-theme=dark] .amount-display{color:#f1f5f9!important}[data-pc-theme=dark] .quick-add button{background:#ffffff0a!important;border-color:#ffffff14!important;color:#f1f5f9!important}[data-pc-theme=dark] .quick-add button:hover{background:#ffffff14!important}[data-pc-theme=dark] .divider,[data-pc-theme=dark] .transactions{border-color:#ffffff14!important}[data-pc-theme=dark] .tabs{border-bottom-color:#ffffff14!important}[data-pc-theme=dark] .tabs span{color:#94a3b8!important}[data-pc-theme=dark] .tabs .active{color:#10d48e!important;border-bottom-color:#10d48e!important}[data-pc-theme=dark] .primary-btn{background:#059669!important}[data-pc-theme=dark] .primary-btn:hover{background:#047857!important}:root{--bg: #ffffff;--card: #ffffff;--text-1: #0f172a;--text-2: #334155;--text-3: #64748b;--text-4: #94a3b8;--border: #e2e8f0;--border-inner: #f1f5f9;--green: #059669;--green-bg: #ecfdf5;--green-mid: #d1fae5;--green-light: #f0fdf4;--red: #dc2626;--red-bg: #fef2f2;--primary: #059669;--primary-dark: #047857;--accent-gradient: linear-gradient(135deg, #059669, #0d9488, #0891b2);--sh-xs: 0 1px 2px rgba(0,0,0,.04);--sh-sm: 0 2px 8px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.03);--sh-md: 0 4px 16px rgba(0,0,0,.06), 0 2px 6px rgba(0,0,0,.03);--sh-lg: 0 8px 32px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.04);--sh-grn: 0 4px 20px rgba(5,150,105,.12), 0 2px 6px rgba(0,0,0,.03);--r-sm: 10px;--r-md: 14px;--r-lg: 18px;--r-xl: 22px}*,*:before,*:after{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text-2);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.explore-page{max-width:1320px;margin:0 auto;padding:32px 40px 100px;min-height:100vh}@keyframes revealUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes revealScale{0%{opacity:0;transform:scale(.97) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.reveal{opacity:0;animation:revealUp .55s cubic-bezier(.22,1,.36,1) forwards}.reveal-d1{animation-delay:.04s}.reveal-d2{animation-delay:.12s}.reveal-d3{animation-delay:.2s}.reveal-d4{animation-delay:.3s}.reveal-d5{animation-delay:.4s}.welcome-strip{background:linear-gradient(135deg,#059669,#0d9488 45%,#0891b2);border:none;border-radius:var(--r-xl);padding:28px 32px;margin-bottom:32px;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 8px 32px #0596692e,0 2px 8px #0000000f;position:relative;overflow:hidden}.welcome-strip:before{content:"";position:absolute;top:-60px;right:-30px;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.welcome-strip:after{content:"";position:absolute;bottom:-50px;left:30%;width:150px;height:150px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.welcome-left{display:flex;flex-direction:column;gap:6px;flex-shrink:0;position:relative;z-index:1}.welcome-greeting{font-size:22px;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.2}.welcome-sub{font-size:13px;color:#ffffffbf;font-weight:500;display:flex;align-items:center;gap:7px}.welcome-sub .live-dot{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 0 3px #34d3994d;animation:livePulse 2.4s ease-in-out infinite;display:inline-block;flex-shrink:0}.welcome-sub .offline-dot{width:7px;height:7px;border-radius:50%;background:#9ca3af;box-shadow:0 0 0 3px #9ca3af4d;display:inline-block;flex-shrink:0}@keyframes livePulse{0%,to{box-shadow:0 0 0 3px #34d3994d}50%{box-shadow:0 0 0 7px #34d39914}}.welcome-stats{display:flex;gap:12px;flex-wrap:nowrap;position:relative;z-index:1}.stat-card{background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:var(--r-md);padding:14px 20px;width:165px;flex-shrink:0;display:flex;flex-direction:column;gap:4px;transition:transform .2s ease,background .2s ease}.stat-card:hover{transform:translateY(-2px);background:#ffffff38}.stat-label{font-size:10.5px;font-weight:600;color:#ffffffa6;text-transform:uppercase;letter-spacing:.08em}.stat-value{font-size:19px;font-weight:800;color:#fff;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.stat-value.stat-pos{color:#bbf7d0}.stat-value.stat-neg{color:#fca5a5}.stat-sub{font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.stat-sub.stat-pos{color:#bbf7d0}.stat-sub.stat-neg{color:#fca5a5}.section{margin-bottom:32px}.section h2{font-size:17px;font-weight:700;color:var(--text-1);letter-spacing:-.02em;margin:0 0 16px;display:flex;align-items:center;gap:8px}.section h2 .section-icon{font-size:16px;line-height:1}.section-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:16px}.section-header-row h2{margin:0}.section-title-groww{font-size:18px;font-weight:700;color:var(--text-1);margin-bottom:20px;letter-spacing:-.02em;position:relative;display:inline-block}.section-title-groww:after{content:"";position:absolute;bottom:-6px;left:0;width:32px;height:3px;border-radius:2px;background:var(--accent-gradient);opacity:.7}.link{display:inline-flex;align-items:center;gap:3px;font-size:13px;font-weight:600;color:var(--primary);cursor:pointer;transition:opacity .18s,gap .2s;white-space:nowrap;margin-top:12px}.link:hover{opacity:.75;gap:6px}.recent-grid{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;mask-image:linear-gradient(to right,transparent 0%,black 2%,black 96%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 2%,black 96%,transparent 100%)}.recent-grid::-webkit-scrollbar{display:none}.recent-item{flex-shrink:0;background:var(--card);border:1px solid var(--border);border-radius:50px;padding:6px 16px 6px 6px;display:flex;align-items:center;gap:10px;box-shadow:var(--sh-xs);cursor:pointer;transition:all .22s cubic-bezier(.22,1,.36,1);position:relative;white-space:nowrap}.recent-item:hover{box-shadow:var(--sh-grn);border-color:#05966933;background:var(--green-light)}.recent-item img{width:30px;height:30px;object-fit:contain;mix-blend-mode:multiply;border-radius:50%;background:#f8fafc;flex-shrink:0;border:1px solid var(--border-inner)}.recent-item .recent-name{font-size:13px;font-weight:600;color:var(--text-1);letter-spacing:.01em}.recent-item span.pos,.recent-item span.neg{font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:20px;flex-shrink:0;min-width:68px;text-align:center;display:inline-block;font-variant-numeric:tabular-nums}.recent-item span.pos{color:var(--green);background:var(--green-bg)}.recent-item span.neg{color:var(--red);background:var(--red-bg)}.groww-dashboard-grid{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}@media(max-width:1024px){.groww-dashboard-grid{grid-template-columns:1fr}}.groww-left-col{display:flex;flex-direction:column;min-width:0}.groww-right-col{display:flex;flex-direction:column;min-width:0;position:sticky;top:100px}.groww-cards{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;padding-bottom:8px}.groww-cards::-webkit-scrollbar{display:none}.groww-card{width:220px;flex-shrink:0;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px;display:flex;flex-direction:column;transition:all .25s cubic-bezier(.22,1,.36,1);cursor:pointer;box-shadow:var(--sh-xs);position:relative;overflow:hidden}.groww-card:before{content:"";position:absolute;inset:-1px;border-radius:16px;padding:1.5px;background:var(--accent-gradient);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;pointer-events:none}.groww-card:hover{box-shadow:var(--sh-md)}.groww-logo-box{width:48px;height:48px;border-radius:12px;border:1px solid var(--border-inner);background:#f8fafc;padding:6px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:box-shadow .2s ease}.groww-logo-box img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.groww-name{font-size:14px;font-weight:500;color:var(--text-2);margin-bottom:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.groww-bottom{margin-top:auto;display:flex;flex-direction:column;gap:4px}.groww-price{font-size:16px;font-weight:700;color:var(--text-1);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.groww-change{font-size:13px;font-weight:600;letter-spacing:.01em}.groww-change.pos{color:var(--green)}.groww-change.neg{color:var(--red)}.groww-empty{display:flex;align-items:center;gap:12px;padding:28px 24px;background:var(--card);border:1.5px dashed var(--border);border-radius:16px;color:var(--text-3);font-weight:600;font-size:14px}.groww-empty-icon{font-size:26px}.groww-list{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:4px 0;box-shadow:var(--sh-xs)}.groww-list-item{display:flex;align-items:center;padding:14px 18px;border-bottom:1px solid var(--border-inner);transition:all .2s ease;position:relative}.groww-list-item:last-child{border-bottom:none}.groww-list-item:hover{background:var(--green-light)}.groww-list-item:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:0 3px 3px 0;background:var(--green);opacity:0;transition:opacity .2s ease}.groww-list-item:hover:before{opacity:1}.groww-list-logo{width:40px;height:40px;border-radius:10px;border:1px solid var(--border-inner);background:#f8fafc;padding:4px;margin-right:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.groww-list-logo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.groww-list-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.groww-list-name{font-size:14px;font-weight:600;color:var(--text-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.groww-list-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;margin-left:12px;flex-shrink:0}.groww-list-price{font-size:14px;font-weight:700;color:var(--text-1);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.groww-list-change{font-size:12px;font-weight:600;letter-spacing:.01em}.groww-list-change.pos{color:var(--green)}.groww-list-change.neg{color:var(--red)}.right-panel{display:flex;flex-direction:column;gap:20px}.movers-section{margin-top:8px}.table-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);overflow:hidden;padding:0!important}.table-card thead tr{background:#f8fafc;border-bottom:1px solid var(--border)}.table-card th{text-align:left;padding:14px 24px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-4)}.table-card td{padding:14px 24px;font-size:14px;border-bottom:1px solid var(--border-inner);vertical-align:middle;font-variant-numeric:tabular-nums}.table-card tbody tr{transition:all .2s cubic-bezier(.22,1,.36,1)}.table-card tbody tr:nth-child(2n) td{background:#fafbfc}.table-card tbody tr:hover td{background:var(--green-light)!important}.table-card tbody tr:last-child td{border-bottom:none}.table-card tbody tr.clickable{cursor:pointer}.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;font-size:11px;font-weight:800;color:var(--text-3);background:var(--border-inner);margin-right:12px;flex-shrink:0}.table-card tbody tr:nth-child(1) .rank-badge{background:#fef3c7;color:#92400e}.table-card tbody tr:nth-child(2) .rank-badge{background:#f1f5f9;color:#475569}.table-card tbody tr:nth-child(3) .rank-badge{background:#fed7aa;color:#9a3412}.table-name{font-weight:700;color:var(--text-1);font-size:14px;line-height:1.3}.table-sym{font-size:11px;color:var(--text-4);font-weight:600;text-transform:uppercase;margin-top:2px;letter-spacing:.04em}.table-logo{width:38px;height:38px;border-radius:10px;object-fit:contain;mix-blend-mode:multiply;flex-shrink:0;background:#f8fafc;border:1px solid var(--border-inner);padding:4px}.table-chart-cell{padding:12px 20px!important;vertical-align:middle}.table-chart-cell svg{display:block;opacity:.75}#marketprice{font-size:15px;font-weight:700;color:var(--text-1)}#marketprice div{font-size:11.5px;font-weight:700;margin-top:4px;padding:3px 10px;border-radius:8px;display:inline-block;min-width:65px;text-align:center;font-variant-numeric:tabular-nums}#marketprice.pos div{background:var(--green-bg);color:var(--green)}#marketprice.neg div{background:var(--red-bg);color:var(--red)}.vol{font-size:13px;color:var(--text-3);font-weight:600;font-variant-numeric:tabular-nums}.table-see-all{text-align:center;padding:14px!important}.table-see-all-btn{background:none;border:none;font-size:13px;font-weight:700;color:var(--primary);cursor:pointer;transition:opacity .2s;font-family:inherit}.table-see-all-btn:hover{opacity:.7}.mover-toggle{display:flex;background:#f1f5f9;padding:3px;border-radius:10px;position:relative;width:fit-content;border:1px solid var(--border)}.mover-toggle-active{position:absolute;top:3px;bottom:3px;left:3px;width:calc(50% - 3px);background:var(--card);border-radius:8px;box-shadow:0 1px 4px #00000014;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1}.mover-toggle button{position:relative;z-index:2;background:none;border:none;padding:7px 20px;font-size:13px;font-weight:700;color:var(--text-4);cursor:pointer;border-radius:8px;transition:color .3s;outline:none;white-space:nowrap;font-family:inherit}.mover-toggle button.active{color:var(--text-1)}.mover-toggle button:hover:not(.active){color:var(--text-2)}.sk{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;border-radius:6px;animation:skShim 1.5s ease infinite}@keyframes skShim{0%{background-position:200% 0}to{background-position:-200% 0}}.sk-avatar{width:36px;height:36px;border-radius:10px}.sk-text{height:13px;width:100%}.sk-text.small{height:11px;width:55%}.sk-icon{width:42px;height:42px;border-radius:12px}.sk-box{height:210px;border-radius:var(--r-xl)}.explore-news-list{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:4px 0;box-shadow:var(--sh-xs)}.explore-news-item{padding:14px 18px;border-bottom:1px solid var(--border-inner);position:relative;transition:background .2s ease}.explore-news-item:last-of-type{border-bottom:none}.explore-news-item:hover{background:#fafbfc}.explore-news-item:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:0 3px 3px 0;background:var(--primary);opacity:.5}.explore-news-item:has(.category-badge.result):before{background:#8b5cf6}.explore-news-item:has(.category-badge.dividend):before{background:#059669}.explore-news-item:has(.category-badge.buyback):before{background:#0891b2}.explore-news-item:has(.category-badge.corporate_action):before{background:#d97706}.explore-news-meta{display:flex;align-items:center;gap:6px;margin-bottom:7px;flex-wrap:wrap}.explore-news-sym{font-size:10px;font-weight:700;background:#f1f5f9;color:var(--text-2);padding:2px 7px;border-radius:5px;letter-spacing:.03em}.explore-news-headline{font-size:13px;font-weight:600;color:var(--text-1);line-height:1.45;margin-bottom:7px;cursor:pointer;transition:color .2s;overflow-wrap:break-word;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.explore-news-headline:hover{color:var(--primary)}.explore-news-footer{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:var(--text-4);font-weight:600}.explore-pdf-link{color:var(--primary);text-decoration:none;font-weight:700;display:inline-flex;align-items:center;font-size:11px;transition:opacity .2s}.explore-pdf-link:hover{opacity:.7}@media(max-width:1100px){.bento-grid{grid-template-columns:1fr}.investment-box{position:relative;top:0}.welcome-strip{flex-direction:column;align-items:flex-start}.welcome-stats{width:100%;flex-wrap:wrap}.stat-card{min-width:130px;flex:1}.groww-right-col{position:static}}@media(max-width:768px){.explore-page{padding:16px 14px 48px}.section h2{font-size:15px}.section{margin-bottom:24px}.section-header-row{flex-direction:column;align-items:flex-start}.welcome-stats{gap:8px}.stat-card{min-width:100px;padding:10px 14px}.stat-value{font-size:15px}.welcome-greeting{font-size:18px}.recent-item img{width:28px;height:28px}.recent-item .recent-name{font-size:12px}.table-card td,.table-card th{padding:12px 16px}.groww-card{width:180px;padding:16px}.groww-logo-box{width:40px;height:40px;margin-bottom:14px}}@media(max-width:480px){.explore-page{padding:12px 10px 40px}.welcome-strip{padding:18px;border-radius:16px}.stat-card{min-width:0;flex:1 1 45%}.section-title-groww{font-size:16px}.groww-card{width:160px;padding:14px}}:root{--card: #ffffff;--text-1: #111827;--text-2: #374151;--text-3: #6b7280;--text-4: #9ca3af;--border: #e5e7eb;--border-inner: #f3f4f6;--primary: #16a34a}.news-page{max-width:1320px;margin:0 auto;padding:28px 36px 100px;min-height:100vh}.digest-card{background:linear-gradient(135deg,#0f172a,#1e293b 40%,#0f172a);border-radius:22px;padding:32px 36px;margin-bottom:32px;position:relative;overflow:hidden;color:#f8fafc;box-shadow:0 8px 32px #0f172a4d,0 2px 8px #00000026,inset 0 1px #ffffff0d}.digest-card:before{content:"";position:absolute;top:-60px;right:-60px;width:240px;height:240px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none}.digest-card:after{content:"";position:absolute;bottom:-40px;left:-40px;width:180px;height:180px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.digest-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;position:relative;z-index:1}.digest-icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 4px 12px #6366f14d}.digest-title{font-size:18px;font-weight:800;letter-spacing:-.03em;color:#f1f5f9}.digest-subtitle{font-size:12px;color:#94a3b8;font-weight:500;margin-top:2px}.digest-body{position:relative;z-index:1}.digest-summary{font-size:14px;line-height:1.7;color:#cbd5e1;margin-bottom:24px;font-weight:400}.digest-movers{display:flex;gap:12px;flex-wrap:wrap}.digest-mover-chip{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:50px;font-size:13px;font-weight:600;color:#e2e8f0;transition:all .2s ease;cursor:default;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.digest-mover-chip:hover{background:#ffffff1a;border-color:#ffffff26;transform:translateY(-1px)}.digest-mover-chip .mover-sentiment{font-size:11px;padding:2px 8px;border-radius:20px;font-weight:700}.mover-sentiment.bullish{background:#10b98133;color:#34d399}.mover-sentiment.bearish{background:#ef444433;color:#f87171}.mover-sentiment.neutral{background:#94a3b833;color:#94a3b8}.digest-stats{display:flex;gap:24px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06);position:relative;z-index:1}.digest-stat{display:flex;flex-direction:column;gap:2px}.digest-stat-label{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.digest-stat-value{font-size:22px;font-weight:800;color:#f1f5f9;font-variant-numeric:tabular-nums}.news-filter-bar{display:flex;align-items:center;gap:12px;margin-bottom:28px;flex-wrap:wrap}.news-filter-group{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.news-filter-label{font-size:12px;font-weight:700;color:var(--text-4);text-transform:uppercase;letter-spacing:.06em;margin-right:4px}.filter-chip{padding:7px 16px;border-radius:50px;border:1px solid var(--border);background:var(--card);font-size:13px;font-weight:600;color:var(--text-3);cursor:pointer;transition:all .22s ease;white-space:nowrap}.filter-chip:hover{border-color:#0596694d;color:var(--text-1);background:#f0fdf4}.filter-chip.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 8px #05966940}.filter-divider{width:1px;height:24px;background:var(--border);margin:0 8px}.news-card-list{display:flex;flex-direction:column;gap:12px}.news-card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:22px 26px;transition:all .25s cubic-bezier(.22,1,.36,1);cursor:default;box-shadow:0 1px 3px #00000005;position:relative;overflow:hidden}.news-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f,0 2px 8px #00000008;border-color:#05966926}.news-card-top{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.category-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.category-badge.result{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.category-badge.dividend{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.category-badge.board_meeting{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.category-badge.buyback{background:#fdf4ff;color:#a855f7;border:1px solid #e9d5ff}.category-badge.agm{background:#fefce8;color:#a16207;border:1px solid #fde68a}.category-badge.corporate_action{background:#f0f9ff;color:#0369a1;border:1px solid #bae6fd}.category-badge.other{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.sentiment-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:700}.sentiment-chip.bullish{background:#ecfdf5;color:#059669}.sentiment-chip.bullish:before{content:"▲";font-size:8px}.sentiment-chip.bearish{background:#fef2f2;color:#dc2626}.sentiment-chip.bearish:before{content:"▼";font-size:8px}.sentiment-chip.neutral{background:#f8fafc;color:#94a3b8}.sentiment-chip.neutral:before{content:"—";font-size:10px;font-weight:900}.news-card-company{display:flex;align-items:center;gap:6px;margin-left:auto;font-size:12px;font-weight:600;color:var(--text-3)}.news-card-company .company-symbol{background:#f1f5f9;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:700;color:var(--text-2);letter-spacing:.02em}.news-card-headline{font-size:15px;font-weight:700;color:var(--text-1);line-height:1.45;margin-bottom:8px;letter-spacing:-.01em}.news-card-summary{font-size:13.5px;color:var(--text-3);line-height:1.6;margin-bottom:12px;font-weight:400}.news-card-footer{display:flex;align-items:center;gap:16px;font-size:12px;color:var(--text-4)}.news-card-footer .card-date{font-weight:600;font-variant-numeric:tabular-nums}.news-card-footer .card-action{display:inline-flex;align-items:center;gap:4px;color:var(--primary);font-weight:700;cursor:pointer;transition:opacity .2s;text-decoration:none}.news-card-footer .card-action:hover{opacity:.7}.news-card-footer .card-action svg{width:13px;height:13px}.company-news-panel{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px;margin-top:0;box-shadow:0 1px 3px #00000005}.company-news-panel .panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border-inner)}.company-news-panel .panel-title{font-size:15px;font-weight:700;color:var(--text-1);letter-spacing:-.02em;display:flex;align-items:center;gap:6px}.company-news-panel .panel-count{font-size:11px;font-weight:600;color:var(--text-4);background:#f1f5f9;padding:2px 8px;border-radius:20px}.company-news-mini-card{background:transparent;border:none;border-bottom:1px solid var(--border-inner);border-radius:0;padding:12px 0;margin-bottom:0;transition:all .22s ease}.company-news-mini-card:last-child{border-bottom:none;padding-bottom:0}.company-news-mini-card:first-of-type{padding-top:4px}.company-news-mini-card:hover{opacity:.8}.company-news-mini-card .mini-top{display:flex;align-items:center;gap:6px;margin-bottom:6px}.company-news-mini-card .category-badge{padding:2px 8px;font-size:9.5px;border-radius:6px}.company-news-mini-card .sentiment-chip{padding:2px 6px;font-size:9.5px;border-radius:6px}.company-news-mini-card .mini-headline{font-size:13px;font-weight:600;color:var(--text-1);line-height:1.4;margin-bottom:6px;overflow-wrap:break-word;word-break:break-word}.company-news-mini-card .mini-summary{font-size:12px;color:var(--text-3);line-height:1.5;margin-bottom:6px;overflow-wrap:break-word;word-break:break-word}.company-news-mini-card .mini-footer{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--text-4);font-weight:600}.company-news-mini-card .card-action{display:inline-flex;align-items:center;gap:4px;color:var(--primary);font-weight:700;cursor:pointer;transition:opacity .2s;text-decoration:none}.company-news-mini-card .card-action:hover{opacity:.7}.company-news-mini-card .card-action svg{width:11px;height:11px}.company-news-sk-item{border-bottom:1px solid var(--border-inner);padding:12px 0}.company-news-sk-item:last-child{border-bottom:none}.news-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;padding-top:24px;border-top:1px solid var(--border)}.news-pagination button{padding:10px 20px;border-radius:12px;border:1px solid var(--border);background:var(--card);font-size:13px;font-weight:700;color:var(--text-2);cursor:pointer;transition:all .22s ease}.news-pagination button:hover:not(:disabled){background:#f0fdf4;border-color:#0596694d;color:var(--primary)}.news-pagination button:disabled{opacity:.4;cursor:not-allowed}.news-pagination .page-info{font-size:13px;font-weight:600;color:var(--text-3);padding:0 16px}.news-empty{text-align:center;padding:60px 40px;color:var(--text-3)}.news-empty-icon{font-size:48px;margin-bottom:16px;display:block;opacity:.5}.news-empty-title{font-size:18px;font-weight:700;color:var(--text-2);margin-bottom:8px}.news-empty-sub{font-size:14px;color:var(--text-4);font-weight:400}.news-page-header{margin-bottom:28px}.news-page-title{font-size:28px;font-weight:800;color:var(--text-1);letter-spacing:-.03em;margin-bottom:6px}.news-page-subtitle{font-size:14px;color:var(--text-3);font-weight:500;display:flex;align-items:center;gap:8px}.news-page-subtitle .live-indicator{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px var(--green-mid);animation:livePulse 2.4s ease-in-out infinite;display:inline-block}.news-skeleton-card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:22px 26px;margin-bottom:12px}.news-sk{background:linear-gradient(90deg,#eff1f5 25%,#e5e8ee,#eff1f5 75%);background-size:200% 100%;border-radius:6px;animation:newsSkShim 1.5s ease infinite}@keyframes newsSkShim{0%{background-position:200% 0}to{background-position:-200% 0}}.news-sk-chips{display:flex;gap:8px;margin-bottom:14px}.news-sk-chip{width:70px;height:24px;border-radius:8px}.news-sk-headline{height:18px;width:80%;margin-bottom:10px}.news-sk-summary{height:14px;width:100%;margin-bottom:6px}.news-sk-summary-short{height:14px;width:60%;margin-bottom:12px}.news-sk-footer{height:12px;width:30%}@media(max-width:1100px){.digest-movers{gap:8px}.digest-stats{gap:16px;flex-wrap:wrap}}@media(max-width:768px){.news-page{padding:16px 14px 48px}.news-page-title{font-size:22px}.digest-card{padding:22px 20px;border-radius:16px}.digest-stat-value{font-size:18px}.news-filter-bar{gap:8px}.filter-divider{display:none}.filter-chip{padding:6px 12px;font-size:12px}.news-card{padding:16px 18px;border-radius:14px}.news-card-headline{font-size:14px}.news-card-company{margin-left:0;width:100%;order:3;margin-top:4px}.digest-movers{flex-direction:column;gap:6px}}.news-search-container{margin-bottom:24px;max-width:500px}.news-search-box{display:flex;align-items:center;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:10px 18px;box-shadow:0 1px 3px #00000005;transition:all .22s ease;position:relative}.news-search-box:focus-within{border-color:var(--primary);box-shadow:0 4px 12px #0596691a,0 2px 4px #00000005}.news-search-box .search-icon{width:18px;height:18px;color:var(--text-4)}.news-search-box input{border:none;background:transparent;outline:none;width:100%;font-size:14px;font-weight:500;color:var(--text-1)}.news-search-box input::placeholder{color:var(--text-4)}.news-search-box .clear-search-btn{background:transparent;border:none;outline:none;color:var(--text-3);font-size:20px;cursor:pointer;padding:0 4px;display:flex;align-items:center;justify-content:center;transition:color .15s}.news-search-box .clear-search-btn:hover{color:var(--text-1)}.news-card-footer .card-action.view-stock-action{color:#3b82f6}.news-card-footer .card-action.view-stock-action:hover{color:#2563eb;opacity:.9}*{box-sizing:border-box;scrollbar-width:none}button{border:none;background:none;cursor:pointer;font-family:inherit}.top-nav{display:flex;justify-content:space-between;align-items:flex-end;padding:0px 28px 0 6.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(180deg,#fff,#fafbfc);height:3.2rem;margin:0}.tabbs{display:flex;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;gap:28px;cursor:pointer}.tabbs{font-size:.9rem;font-weight:600;color:#9ca3af;text-decoration:none;padding-bottom:10px;position:relative;transition:color .25s ease}.tabbs:hover{color:#374151}.tabbs.active{color:#059669;font-weight:700}.tabbs.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2.5px;background:linear-gradient(90deg,#059669,#34d399);border-radius:2px 2px 0 0;animation:tabSlideIn .3s cubic-bezier(.22,1,.36,1) both}@keyframes tabSlideIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.top-actions{display:flex;gap:12px}.app2{width:100%;padding:0 3%;margin:0;background-color:#fff;color:#111827;animation:fadeIn .5s ease-out}.app{width:100%;margin:0;background-color:#fff;color:#111827;animation:fadeIn .6s ease-out}.pill{padding:6px 14px;border:1px solid #e5e7eb;border-radius:999px;font-size:13px;color:#374151;background:#fff}div{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.explore-page{padding:28px;animation:fadeIn .4s ease-out}.clickable:hover{background:#f9fafb}.section{margin-bottom:36px}.section h2{font-size:18px;font-weight:600;margin-bottom:18px}.right-panel{width:300px;display:flex;flex-direction:column;gap:16px}.investment-box{background:#fff;border-radius:12px;padding:14px;box-shadow:0 2px 10px #0000000a}.investment-header{display:flex;justify-content:space-between;justify-content:center;margin-bottom:10px}.investment-header h3{font-size:16px;font-weight:600;align-self:center}.view-all{font-size:13px;color:#00b386;cursor:pointer}.view-all:hover{text-decoration:underline}.empty-box{padding:24px;text-align:center;font-size:14px;color:#6b7280;background:#f9fafb;border-radius:10px}.invest-list{display:flex;flex-direction:column;gap:8px}.invest-item{display:flex;justify-content:space-between;align-items:center;padding:10px 8px;border-radius:10px;transition:background .2s ease}.invest-item:hover{background:#f5f7fa}.invest-left{display:flex;align-items:center;gap:10px}.invest-logo{width:30px;height:30px;border-radius:50%;object-fit:contain;padding:4px}.invest-text{display:flex;flex-direction:column}.invest-text strong{font-size:14px;font-weight:600}.invest-text .muted{font-size:12px;color:#6b7280}.invest-right{font-size:14px;font-weight:600}.clickable{cursor:pointer}.pos{color:#16a34a}.neg{color:#dc2626}.invest-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.invest-pnl{font-size:14px;font-weight:600}.invest-percent{font-size:12px;font-weight:500}.recent-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:18px}.recent-item{text-align:center;font-size:14px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:500;box-shadow:0 3px 3px #0000000d;background:#fff;border-radius:14px;height:8rem;padding:1rem;border:.7px solid #d1d5db}.recent-item img{width:52px;height:52px;margin-bottom:6px;border-radius:8px;object-fit:contain;mix-blend-mode:multiply}.recent-item span{display:block;margin-top:4px}.main-grid{display:grid;grid-template-columns:3fr 1.3fr;gap:32px}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stock-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 3px 3px #0000000d;border:1px solid #d1d5db}.stock-card img{width:70px;height:70px;margin-bottom:10px}.stock-card .name{font-size:14px;font-weight:500;margin-bottom:6px}.stock-card .price{font-size:14px;margin-bottom:4px}.filters{display:flex;gap:12px;margin-bottom:16px}.filter{padding:6px 14px;border:1px solid #d1d5db;border-radius:999px;font-size:13px;color:#374151;background:#fff}.filter.active{background:#111827;color:#fff;border-color:#111827}.filters select{padding:6px 12px;border-radius:999px;border:1px solid #d1d5db;font-size:13px}.table-card table{width:100%;border-collapse:collapse}.table-card thead{background:#fafafa}.table-card th{text-align:left;padding:14px;font-size:15px;font-weight:500;color:#6b7280;border-bottom:1px solid #e5e7eb}.table-card td{min-height:66px;padding:14px;font-size:14px;font-weight:500;border-bottom:1px solid #f1f5f9}.right-panel{display:flex;flex-direction:column;gap:28px}.investment-box,.tools-box{background:#fff;border-radius:16px;padding:18px;box-shadow:0 1px 2px #0000000d;width:22rem}.investment-box h3,.tools-box h3{font-size:16px;font-weight:600;margin-bottom:14px}.empty-box{border:1px dashed #e5e7eb;padding:36px 16px;text-align:center;color:#6b7280;border-radius:12px;font-size:14px}.tool-item{padding:12px 0;font-size:14px;border-bottom:1px solid #f1f5f9}.tool-item:last-child{border-bottom:none}.link{display:inline-block;margin-top:14px;font-size:14px;font-weight:500;color:#16a34a}.pos{color:#16a34a;font-weight:500}.neg{color:#ef4444;font-weight:500}.sk{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:6px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.sk-text{height:12px;width:100%;margin-top:8px}.sk-text.small{width:60%}.sk-avatar{width:36px;height:36px;border-radius:50%;margin:0 auto}.sk-icon{width:28px;height:28px;border-radius:6px}.sk-box{height:120px;border-radius:12px}@media(max-width:768px){html,body{overflow-x:hidden}.app{padding:0;width:100%}.explore-page{padding:12px}.top-nav{padding:10px 12px;overflow-x:auto}.tabs{display:flex;gap:16px;white-space:nowrap}.tab{font-size:13px;padding-bottom:6px}.main-grid{display:flex!important;flex-direction:column!important;gap:20px}.right-panel{width:100%!important;order:2}.investment-box{width:100%}.recent-grid{display:flex!important;flex-direction:row;gap:12px;overflow-x:auto;padding-bottom:10px}.recent-item{min-width:88px;height:110px;padding:10px;flex-shrink:0}.recent-item img{width:40px;height:40px}.card-grid{display:flex!important;flex-direction:row;gap:12px;overflow-x:auto;padding-bottom:10px}.stock-card{min-width:160px;padding:12px;flex-shrink:0}.stock-card img{width:48px;height:48px}.table-card{overflow-x:auto;width:100%}table{min-width:560px;font-size:13px}th,td{padding:10px}.invest-item{padding:8px 6px}.invest-logo{width:26px;height:26px}.invest-text strong,.invest-pnl{font-size:13px}.invest-percent{font-size:11px}.section h2{font-size:16px;margin-bottom:12px}.link{font-size:13px}}@media(max-width:480px){.explore-page{padding:10px}.tab{font-size:12px}.recent-item{min-width:78px;height:100px;font-size:12px}.stock-card{min-width:140px}table{min-width:520px}}.hp-wrapper{font-family:Inter,sans-serif;background:#f4f5f7;min-height:100vh;padding:24px 28px;animation:hp-fade .35s ease-out}@keyframes hp-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hp-tab-bar{display:flex;gap:6px;margin-bottom:22px;background:#fff;border-radius:14px;padding:6px;box-shadow:0 1px 4px #00000012;width:fit-content}.hp-tab{display:flex;align-items:center;gap:7px;padding:9px 22px;border-radius:10px;border:none;background:transparent;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .18s ease}.hp-tab:hover{background:#f3f4f6;color:#374151}.hp-tab-active{background:#1c1c2e!important;color:#fff!important;box-shadow:0 2px 8px #1c1c2e40}.hp-tab-icon{font-size:16px}.hp-section{display:flex;flex-direction:column;gap:18px}.hp-summary-card{background:linear-gradient(135deg,#1c1c2e,#2d2d48);border-radius:16px;margin-bottom:24px;padding:50px 28px;display:flex;align-items:center;gap:0;flex-wrap:wrap;box-shadow:0 4px 18px #1c1c2e38}.hp-pos-summary{background:#fff;border-radius:16px;margin-bottom:24px;padding:50px 28px;display:flex;align-items:center;gap:0;box-shadow:0 1px 6px #00000012}.hp-sum-block,.hp-pos-sum-block{display:flex;flex-direction:column;gap:2px;flex:1;padding:0 24px}.hp-sum-block:first-child,.hp-pos-sum-block:first-child{padding-left:0}.hp-sum-label{font-size:11.5px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:#ffffff8c}.hp-pos-summary .hp-sum-label{color:#9ca3af}.hp-sum-val{font-size:19px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;display:flex;align-items:baseline;gap:6px}.hp-pos-summary .hp-sum-val{color:#111827;font-size:20px}.hp-sum-pct{font-size:13px;font-weight:500;opacity:.9}.hp-sum-divider{width:1px;height:40px;background:#ffffff1f;flex-shrink:0}.hp-pos-summary .hp-sum-divider{background:#e5e7eb}.hp-profit{color:#10b981!important}.hp-loss{color:#ef4444!important}.hp-filter-row{display:flex;gap:8px;flex-wrap:wrap}.hp-filter-pill{padding:6px 16px;border-radius:20px;border:1.5px solid #e5e7eb;background:#fff;font-size:12.5px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease}.hp-filter-pill:hover{border-color:#a5b4fc;color:#4f46e5;background:#eef2ff}.hp-active{background:#4f46e5!important;border-color:#4f46e5!important;color:#fff!important;box-shadow:0 2px 8px #4f46e54d}.hp-table-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 6px #00000012;overflow-x:auto}.hp-table{width:100%;min-width:800px;border-collapse:collapse;table-layout:auto}.hp-positions-table{min-width:1050px}.hp-table thead th{text-align:left;font-size:11.5px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;padding:13px 16px;background:#fafafa;border-bottom:1px solid #f3f4f6;white-space:nowrap}.hp-row td{padding:14px 16px;border-bottom:1px solid #f9fafb;vertical-align:middle;font-size:13px;color:#374151;font-variant-numeric:tabular-nums;white-space:nowrap}.hp-row:last-child td{border-bottom:none}.hp-row.clickable{cursor:pointer;transition:background .1s}.hp-row.clickable:hover{background:#f9fafb}.hp-company{display:flex;flex-direction:column;gap:3px}.hp-company-name{font-weight:600;font-size:13.5px;color:#111827}.hp-company-sym{font-size:11.5px;color:#9ca3af;font-weight:500}.hp-2line{display:flex;flex-direction:column;gap:2px}.hp-primary{font-weight:600;font-size:13px;color:#111827}.hp-muted{font-size:11.5px;color:#9ca3af;font-weight:400}.hp-sm{font-size:11.5px;font-weight:500}.hp-num{font-weight:600;text-align:center}.hp-pnl{display:flex;flex-direction:column;gap:2px;font-weight:600}.hp-alloc-wrap{display:flex;flex-direction:column;gap:5px;min-width:70px}.hp-alloc-val{font-size:12px;font-weight:600;color:#374151}.hp-alloc-bar{height:4px;background:#f3f4f6;border-radius:2px;overflow:hidden}.hp-alloc-fill{height:100%;background:linear-gradient(90deg,#6366f1,#818cf8);border-radius:2px;transition:width .4s ease}.hp-badges{display:flex;flex-direction:column;gap:4px}.hp-product-badge,.hp-type-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.03em;width:fit-content}.hp-intra{background:#fff3cd;color:#92400e}.hp-delivery{background:#dbeafe;color:#1e40af}.hp-long{background:#d1fae5;color:#065f46}.hp-short{background:#fee2e2;color:#991b1b}.hp-sl-badge{display:inline-block;padding:3px 9px;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;font-size:12px;font-weight:600;color:#78350f}.hp-empty{background:#fff;border-radius:16px;padding:56px 24px;text-align:center;box-shadow:0 1px 4px #0000000d}.hp-empty-icon{font-size:48px;margin-bottom:14px}.hp-empty-title{font-size:17px;font-weight:700;color:#111827;margin:0 0 8px}.hp-empty-sub{font-size:13.5px;color:#9ca3af;max-width:320px;margin:0 auto;line-height:1.6}.hp-sk-row td{padding:16px}.holdings-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 37%,#f0f0f0 63%);background-size:400% 100%;animation:holdings-shimmer 1.4s ease infinite;border-radius:8px;display:block}.holdings-sk-summary{height:48px;width:100%;background:linear-gradient(90deg,#ffffff0f 25%,#ffffff1f 37%,#ffffff0f 63%);background-size:400% 100%}.holdings-sk-cell{height:18px;margin:3px 0;border-radius:4px}@keyframes holdings-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes aiScan{0%{left:-100%}to{left:100%}}@keyframes aiShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes aiPulseOpacity{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.95)}}@keyframes aiOrbScale{0%{transform:scale(1);opacity:.6}to{transform:scale(2.5);opacity:0}}.h-action-cell{white-space:nowrap;overflow:visible;text-align:right;width:140px;min-width:140px;max-width:140px;padding-right:18px!important}.h-action-btn{opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;transform:translateY(2px);padding:5px 14px;border-radius:20px;border:none;font-size:12px;font-weight:600;cursor:pointer;margin-left:4px}.hp-row:hover .h-action-btn{opacity:1;pointer-events:auto;transform:translateY(0)}.h-buy{background:#e6faf4;color:#04ad83}.h-buy:hover{background:#04ad83;color:#fff}.h-sell{background:#fff0ee;color:#df5330}.h-sell:hover{background:#df5330;color:#fff}.h-drawer-row td{padding:0!important;background:#fafbfc;border-bottom:1px solid #e5e7eb!important}.h-drawer-cell{white-space:normal!important;overflow:visible!important}.h-drawer{padding:12px 18px;animation:drawerSlide .18s ease-out}@keyframes drawerSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.h-drawer-tabs{display:flex;align-items:center;gap:6px;margin-bottom:10px}.h-tab{padding:5px 18px;border-radius:20px;border:1.5px solid #e5e7eb;background:transparent;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.h-tab-buy.active{background:#04ad83;color:#fff;border-color:#04ad83}.h-tab-sell.active{background:#df5330;color:#fff;border-color:#df5330}.h-drawer-close{margin-left:auto;background:transparent;border:none;color:#9ca3af;font-size:16px;cursor:pointer;line-height:1;padding:2px 6px;border-radius:6px;transition:background .12s}.h-drawer-close:hover{background:#f3f4f6;color:#374151}.h-drawer-body{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.h-drawer-price{font-size:13px;color:#6b7280;font-variant-numeric:tabular-nums;min-width:80px}.h-drawer-qty{width:90px;padding:8px 10px;border-radius:8px;border:1.5px solid #d1d5db;font-size:14px;font-weight:500;text-align:center;outline:none;transition:border-color .15s;-moz-appearance:textfield;appearance:textfield}.h-drawer-qty::-webkit-outer-spin-button,.h-drawer-qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.h-drawer-qty:focus{border-color:#04ad83}.h-drawer-est{font-size:13px;color:#374151;font-variant-numeric:tabular-nums;min-width:100px}.h-drawer-btn{padding:8px 22px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .12s;display:inline-flex;align-items:center;gap:6px}.h-drawer-btn:disabled{opacity:.45;cursor:not-allowed}.h-btn-buy{background:#04ad83;color:#fff}.h-btn-buy:not(:disabled):hover{opacity:.88}.h-btn-sell{background:#df5330;color:#fff}.h-btn-sell:not(:disabled):hover{opacity:.88}.h-drawer-warn{margin-top:6px;font-size:12px;color:#dc2626}.btn-loader{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.hp-page-header{margin-bottom:12px}.hp-page-title{font-size:20px;font-weight:700;margin:0;color:#111827}.hp-page-sub{font-size:13px;color:#6b7280;margin:2px 0 0}@media(max-width:768px){.hp-wrapper{padding:16px}.hp-summary-card{flex-direction:column;align-items:flex-start;gap:16px}.hp-sum-block{padding:0}.hp-sum-divider{display:none}.hp-tab-bar{width:100%}.hp-tab{flex:1;justify-content:center}}.hp-section-header-row td{background:#f8fafc;padding:10px 18px;border-top:2px solid #e5e7eb;border-bottom:1px solid #e5e7eb;font-size:13px}.hp-section-header-row:first-child td{border-top:none}.hi-bar{display:flex;align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;height:2.4rem;overflow:hidden;width:100%;position:relative;-webkit-user-select:none;user-select:none}.hi-bar::-webkit-scrollbar{display:none}.hi-bar:before,.hi-bar:after{content:"";position:absolute;top:0;bottom:0;width:40px;z-index:2;pointer-events:none}.hi-bar:before{left:0;background:linear-gradient(to right,#ffffff 30%,transparent)}.hi-bar:after{right:0;background:linear-gradient(to left,#ffffff 30%,transparent)}.hi-track{display:flex;align-items:stretch;white-space:nowrap;gap:0;height:100%;animation:ticker-scroll 35s linear infinite}@keyframes ticker-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.hi-bar:hover .hi-track{animation-play-state:paused}.hi-item{display:inline-flex;align-items:center;gap:6px;padding:0 22px;border-right:1px solid #e5e7eb;font-family:Inter,Segoe UI,system-ui,sans-serif;cursor:pointer;transition:background .15s;height:100%}.hi-item:hover{background:#f7f8fa}.hi-label{font-size:11.5px;font-weight:700;color:#374151;letter-spacing:.4px;text-transform:uppercase}.hi-price{font-size:12.5px;font-weight:600;color:#111827;font-variant-numeric:tabular-nums;min-width:65px;text-align:right;display:inline-block}.hi-change{font-size:11.5px;font-weight:500;display:inline-flex;align-items:center;gap:1px;font-variant-numeric:tabular-nums;min-width:105px;justify-content:flex-end;flex-shrink:0}.hi-pct{font-size:11px;font-weight:500}.hi-pos{color:#16a34a}.hi-neg{color:#dc2626}.hi-bar--skeleton{gap:0;overflow:hidden;animation:none}.hi-item--skeleton{display:inline-flex;align-items:center;gap:8px;padding:0 22px;border-right:1px solid #e5e7eb;height:100%}.hi-sk{display:inline-block;border-radius:4px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:hi-shimmer 1.4s ease infinite}.hi-sk--name{width:72px;height:10px}.hi-sk--price{width:60px;height:10px}.hi-sk--change{width:80px;height:10px}@keyframes hi-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:768px){.hi-bar{height:2.2rem}.hi-track{padding-left:12px;padding-right:12px}}.algo-dash-container{display:flex;flex-direction:column;gap:20px;padding:20px 0 40px;width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1e293b}.algo-dash-banner{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 16px #0000000a;flex-wrap:wrap;gap:12px}.algo-banner-left{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.algo-live-badge{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;padding:6px 14px;border-radius:30px;letter-spacing:.5px}.pulse-dot{width:8px;height:8px;background-color:#10b981;border-radius:50%;box-shadow:0 0 8px #10b981;animation:pulse-ring 1.4s infinite ease-in-out}@keyframes pulse-ring{0%{transform:scale(.95);opacity:1;box-shadow:0 0 #10b981b3}70%{transform:scale(1.1);opacity:.8;box-shadow:0 0 0 8px #10b98100}to{transform:scale(.95);opacity:1;box-shadow:0 0 #10b98100}}.algo-ticker-title{font-size:15px;font-weight:500;color:#64748b}.algo-ticker-name{font-weight:800;color:#0f172a;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:17px;margin-left:4px}.algo-banner-right{display:flex;align-items:center;gap:12px}.algo-bias-pill{font-size:13px;font-weight:600;color:#475569;background:#f8fafc;padding:6px 14px;border-radius:8px;border:1px solid #e2e8f0}.bias-val.bullish{color:#059669;font-weight:700}.bias-val.bearish{color:#dc2626;font-weight:700}.bias-val.always_buy{color:#7c3aed;font-weight:700}.algo-refresh-btn{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;padding:7px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.algo-refresh-btn:hover{background:#2563eb;color:#fff;transform:translateY(-1px)}.algo-refresh-btn.spin{opacity:.7;pointer-events:none}.algo-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}.algo-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 8px #00000008;transition:transform .2s ease,box-shadow .2s ease}.algo-stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.algo-stat-label{font-size:13px;font-weight:600;color:#64748b}.algo-stat-value{font-size:24px;font-weight:800;color:#0f172a}.algo-stat-value.buy{color:#059669}.algo-stat-value.sell{color:#dc2626}.algo-stat-sub{font-size:12px;color:#94a3b8;font-weight:500}.algo-config-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px 24px;box-shadow:0 2px 8px #00000008}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.section-header h3{margin:0;font-size:15px;font-weight:700;color:#0f172a}.config-auto-reload-badge{font-size:11px;font-weight:600;color:#0891b2;background:#ecfeff;border:1px solid #cffaff;padding:4px 10px;border-radius:6px}.config-params-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.param-item{background:#f8fafc;border:1px solid #f1f5f9;padding:12px 14px;border-radius:10px;display:flex;flex-direction:column;gap:4px}.param-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.4px}.param-val{font-size:14px;font-weight:700;color:#0f172a}.param-val.highlight{color:#4f46e5}.param-val.green{color:#059669}.param-val.red{color:#dc2626}.param-val.amber{color:#d97706}.algo-tx-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px 24px;box-shadow:0 2px 8px #00000008;display:flex;flex-direction:column;gap:16px}.tx-table-header-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.tx-title-area{display:flex;align-items:center;gap:10px}.tx-title-area h3{margin:0;font-size:16px;font-weight:700;color:#0f172a}.tx-count-tag{font-size:12px;font-weight:600;color:#475569;background:#f1f5f9;padding:2px 8px;border-radius:6px}.tx-filter-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.algo-search-input{background:#f8fafc;border:1px solid #cbd5e1;color:#0f172a;padding:6px 14px;border-radius:8px;font-size:13px;outline:none;width:200px;transition:border-color .2s ease}.algo-search-input:focus{border-color:#2563eb;background:#fff}.action-pill-group{display:flex;gap:4px;background:#f1f5f9;padding:3px;border-radius:8px;border:1px solid #e2e8f0}.action-pill{background:transparent;border:none;color:#64748b;font-size:12px;font-weight:600;padding:5px 12px;border-radius:6px;cursor:pointer;transition:all .2s ease}.action-pill.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0000001a}.action-pill.buy.active{background:#dcfce7;color:#15803d}.action-pill.sell.active{background:#fee2e2;color:#b91c1c}.tx-table-wrapper{overflow-x:auto;border-radius:10px;border:1px solid #e2e8f0}.algo-tx-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.algo-tx-table th{background:#f8fafc;color:#475569;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;border-bottom:1px solid #e2e8f0}.algo-tx-table td{padding:14px 16px;color:#1e293b;border-bottom:1px solid #f1f5f9}.algo-tx-table tr:last-child td{border-bottom:none}.algo-tx-table tr.tx-row:hover{background:#f8fafc}.tx-time{font-weight:500;color:#64748b;font-variant-numeric:tabular-nums}.tx-symbol{font-weight:700;color:#0f172a}.tx-badge{font-size:11px;font-weight:800;padding:4px 10px;border-radius:6px;display:inline-block}.tx-badge.buy{background:#dcfce7;color:#15803d;border:1px solid #86efac}.tx-badge.sell{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.tx-qty,.tx-price,.tx-total{font-weight:600;font-variant-numeric:tabular-nums}.type-tag{font-size:12px;font-weight:600;padding:3px 8px;border-radius:6px;background:#f1f5f9;color:#475569}.type-tag.buy{color:#4338ca;background:#e0e7ff}.type-tag.sell{color:#c2410c;background:#ffedd5}.algo-loading-state,.algo-empty-state{padding:40px;text-align:center;color:#64748b}.spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;margin:0 auto 12px;animation:spin .8s linear infinite}.order-panel{width:24rem;background:#fff;border-radius:12px;padding:0;font-family:system-ui,sans-serif;height:auto}.stock-caption{font-size:14px;font-weight:500}.stock-caption.pos{color:#16a34a}.stock-caption.neg{color:#dc2626}.holding-info-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px 12px;margin:8px 0;display:flex;flex-direction:column;gap:4px}.holding-row.primary{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed #cbd5e1;padding-bottom:6px}.holding-row.primary .label{font-size:14px;font-weight:500;color:#475569}.holding-row.primary .val{font-size:16px;font-weight:700;color:#1e293b}.holding-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.holding-sub{display:flex;flex-direction:column;gap:2px}.holding-sub .label{font-size:11px;text-transform:uppercase;letter-spacing:.02em;color:#64748b}.holding-sub .val{font-size:14px;font-weight:600;color:#334155}.holding-status-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:6px 10px;border-radius:6px;margin-top:4px;border-left:3px solid #63b18c}.mode-tag{font-size:12px;font-weight:600;color:#1e293b}.avail-val{font-size:13px;font-weight:700}.avail-val.pos{color:#04ad83}.op-header{padding:10px 0 0 10px;gap:0px}.op-header h2{margin:0;font-size:20px}.op-header p{margin-bottom:0;color:#6b7280;font-size:13px}.pos{color:#04ad83}.neg{color:#df5330}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input{-moz-appearance:textfield;appearance:textfield}.border-tabs{border-bottom:1px solid rgb(235,233,233);border-top:1px solid rgb(235,233,233);margin:8px 0}.op-tabs{display:inline-flex;padding:5px 5px 0;gap:2px}.op-tabs button{flex:1;padding:10px;border:none;background:transparent;font-weight:600;cursor:pointer;min-width:4rem}.op-tabs .active.buy{border-bottom:3px solid #04ad83;color:#04ad83}.op-tabs .active.sell{border-bottom:3px solid #dc2626;color:#dc2626}.op-options{display:flex;align-items:center;gap:8px;padding:10px}.op-options.mixed{justify-content:space-between;padding:4px 10px}.op-group{display:flex;background:#f3f4f6;padding:3px;border-radius:20px;gap:2px}.op-group button{padding:4px 10px!important;border:none!important;border-radius:18px!important;background:transparent!important;font-size:12px!important;color:#6b7280}.op-group button.selected{background:#fff!important;color:#111827!important;font-weight:700!important;box-shadow:0 1px 3px #0000001a}.op-options button{padding:6px 12px;border-radius:20px;border:1px solid #e5e7eb;background:#fff;font-size:13px;cursor:pointer}.op-options .selected{border-color:#111827;font-weight:600}.mtf{font-weight:600;height:28px;display:flex;align-items:center;justify-content:center;font-size:12px!important;padding:0 10px!important}.sl-toggle{font-size:11px;background:#f3f4f6;padding:2px 6px;border-radius:4px;cursor:pointer;color:#374151;font-weight:600;display:flex;align-items:center;gap:2px}.sl-toggle:hover{background:#e5e7eb}.sl-field{padding-top:10px}.type{display:flex;align-items:center;gap:6px;width:35%}.Qty{color:#6f7070;font-size:small}.Stype{font-weight:500;font-size:small}.op-field{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:6px 10px 0}.op-field label{display:flex;justify-content:space-between;font-size:13px;color:#6b7280;margin-bottom:6px}.input-wrapper{display:flex;flex-direction:column;width:60%}.op-field input{width:100%;padding:10px;border-radius:8px;border:1px solid #d1d5db;outline:none;text-align:right;font-weight:500}.sl-hint{font-size:11px;color:#6b7280;margin-top:4px;text-align:right}.market-btn{width:100%;padding:10px;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;cursor:pointer}.op-warning{margin-top:8px;background:#fff7ed;padding:10px;border-radius:8px;font-size:12px;color:#92400e}.btn-loader{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}.cta-button:disabled{opacity:.7;cursor:not-allowed}.footer{margin-top:8px;padding:6px 10px 0;gap:5px}.line{margin-top:5px;border:1px rgb(235,233,233) solid;width:100%}.money{display:flex;flex-direction:column;gap:6px;width:100%}.money-row{display:flex;justify-content:space-between;align-items:center}.money-label{font-size:13px;color:#64748b}.money-val{font-size:14px;font-weight:600;color:#1e293b}.money-val.req{color:#475569}.money-val.sell{color:#04ad83}.op-footer{display:flex;flex-direction:column;gap:12px;margin-top:10px}.buy-btn-buy,.buy-btn-buy:hover{margin-top:10px;width:100%;padding:12px;border-radius:10px;border:none;background:#04ad83;color:#fff;font-size:16px;font-weight:600;cursor:pointer}.login-cta{background:#fff;border-radius:16px;padding:32px 24px;text-align:center;box-shadow:0 4px 16px #0000000f;max-width:420px;margin:auto}.cta-illustration{margin-bottom:20px}.cta-illustration img{width:160px;height:auto;margin:0 auto}.cta-title{font-size:22px;font-weight:600;color:#111827;margin-bottom:10px}.cta-subtitle{font-size:15px;color:#6b7280;line-height:1.5;margin-bottom:28px}.cta-button{width:100%;padding:14px 0;border-radius:12px;border:none;background:#63b18c;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease}.cta-button:hover{background:#4fa37a}.wtm-backdrop{position:fixed;inset:0;z-index:9999;background:#0a0f1cb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:wtm-bg-in .2s ease-out both}@keyframes wtm-bg-in{0%{opacity:0}to{opacity:1}}.wtm-modal{display:flex;width:800px;max-width:calc(100vw - 32px);min-height:480px;height:auto;max-height:calc(100vh - 40px);border-radius:20px;overflow:hidden;box-shadow:0 40px 100px #00000059,0 12px 32px #0000002e;animation:wtm-slide-in .38s cubic-bezier(.34,1.4,.64,1) both;font-family:Inter,system-ui,sans-serif;position:relative}@keyframes wtm-slide-in{0%{opacity:0;transform:scale(.88) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.wtm-left{width:260px;flex-shrink:0;background:linear-gradient(160deg,#0d1b2a,#1a2c45 60%,#0f2035);display:flex;flex-direction:column;padding:32px 28px;position:relative;overflow:hidden}.wtm-left:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.18) 0%,transparent 70%);top:-40px;right:-40px;pointer-events:none}.wtm-left:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);bottom:20px;left:-30px;pointer-events:none}.wtm-brand{display:flex;align-items:center;gap:10px;margin-bottom:32px}.wtm-brand-icon{width:40px;height:40px;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #10b98166;flex-shrink:0}.wtm-brand-name{font-size:16px;font-weight:800;color:#fff;letter-spacing:-.3px}.wtm-brand-sub{font-size:10.5px;color:#fff6;font-weight:500;letter-spacing:.03em;margin-top:1px}.wtm-left-amount{margin-bottom:28px}.wtm-left-amount-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:6px}.wtm-left-amount-value{font-size:36px;font-weight:800;color:#fff;letter-spacing:-1px;line-height:1}.wtm-left-amount-value .wtm-currency{font-size:22px;font-weight:600;vertical-align:super;margin-right:2px;color:#ffffffb3}.wtm-left-pills{display:flex;flex-direction:column;gap:8px;margin-bottom:auto}.wtm-left-pill{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;font-size:12px;font-weight:600;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#ffffffbf;transition:all .3s ease}.wtm-left-pill.allow{border-color:#10b98159;background:#10b9811a;color:#6ee7b7}.wtm-left-pill.warn{border-color:#f59e0b59;background:#f59e0b1a;color:#fcd34d}.wtm-left-pill.block{border-color:#ef444459;background:#ef44441a;color:#fca5a5}.wtm-left-pill.loading{animation:wtm-pill-shimmer 1.5s ease infinite}@keyframes wtm-pill-shimmer{0%,to{opacity:.4}50%{opacity:.9}}.wtm-left-pill-dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex-shrink:0}.wtm-left-pill.loading .wtm-left-pill-dot{animation:wtm-blink 1.1s ease-in-out infinite}.wtm-left-pill.loading:nth-child(2) .wtm-left-pill-dot{animation-delay:.4s}@keyframes wtm-blink{0%,to{opacity:1}50%{opacity:.15}}.wtm-left-limit{margin-top:16px;padding-top:16px;border-top:1px dashed rgba(255,255,255,.15);animation:wtm-result-in .4s ease-out both}.wtm-left-limit-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin-bottom:4px}.wtm-left-limit-value{font-size:19px;font-weight:800;color:#fff;margin-bottom:2px}.wtm-left-limit-tier{font-size:11px;color:#6ee7b7;font-weight:600;line-height:1.35}.wtm-left-winrates{margin-top:10px;display:flex;flex-direction:column;gap:4px}.wtm-left-winrate-row{display:flex;justify-content:space-between;font-size:11px;color:#ffffff80}.wtm-left-winrate-row span.val{color:#fff;font-weight:700}.wtm-left-footer{margin-top:24px;display:flex;align-items:center;gap:6px}.wtm-left-footer-text{font-size:10.5px;color:#ffffff4d;line-height:1.4}.wtm-right{flex:1;background:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden}.wtm-right-bar{height:3px;background:linear-gradient(90deg,#10b981,#6366f1,#f59e0b,#10b981);background-size:300% 100%;animation:wtm-bar-flow 3s linear infinite}@keyframes wtm-bar-flow{0%{background-position:0% 0}to{background-position:300% 0}}.wtm-right-header{display:flex;align-items:center;justify-content:flex-end;padding:16px 20px 0}.wtm-close-btn{width:32px;height:32px;border-radius:8px;border:none;background:#f1f5f9;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;transition:background .15s,color .15s;line-height:1}.wtm-close-btn:hover{background:#e2e8f0;color:#334155}.wtm-right-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 36px 24px;text-align:center}.wtm-loading-wrap{display:flex;flex-direction:column;align-items:center;gap:0}.wtm-brain-container{width:76px;height:76px;position:relative;margin-bottom:18px}.wtm-brain-ring{position:absolute;inset:0;border-radius:50%;border:3px solid transparent;border-top-color:#10b981;border-right-color:#6366f1;animation:wtm-spin 1.1s linear infinite}.wtm-brain-ring-2{position:absolute;inset:9px;border-radius:50%;border:2px solid transparent;border-bottom-color:#f59e0b;border-left-color:#10b981;animation:wtm-spin .8s linear infinite reverse}@keyframes wtm-spin{to{transform:rotate(360deg)}}.wtm-brain-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:30px;animation:wtm-pulse 1.5s ease-in-out infinite}@keyframes wtm-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.88);opacity:.7}}.wtm-loading-title{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:6px;letter-spacing:-.3px}.wtm-loading-sub{font-size:13px;color:#64748b;line-height:1.55;max-width:260px}.wtm-result{display:flex;flex-direction:column;align-items:center;width:100%;animation:wtm-result-in .4s cubic-bezier(.34,1.56,.64,1) both}@keyframes wtm-result-in{0%{opacity:0;transform:scale(.82) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.wtm-result-icon{width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:14px}.wtm-icon-approve{background:linear-gradient(135deg,#d1fae5,#a7f3d0);box-shadow:0 8px 24px #10b98140}.wtm-icon-warn{background:linear-gradient(135deg,#fef3c7,#fde68a);box-shadow:0 8px 24px #f59e0b40}.wtm-icon-reject{background:linear-gradient(135deg,#fee2e2,#fecaca);box-shadow:0 8px 24px #ef444440}.wtm-result-title{font-size:21px;font-weight:800;color:#0f172a;margin-bottom:6px;letter-spacing:-.4px}.wtm-result-sub{font-size:13px;color:#475569;line-height:1.55;margin-bottom:16px;max-width:290px}.wtm-advice{width:100%;border-radius:12px;padding:12px 14px;margin-bottom:18px;display:flex;gap:10px;align-items:flex-start;text-align:left}.wtm-advice-approve{background:#f0fdf4;border:1px solid #bbf7d0}.wtm-advice-warn{background:#fffbeb;border:1px solid #fde68a}.wtm-advice-reject{background:#fff1f2;border:1px solid #fecdd3}.wtm-advice-emoji{font-size:16px;flex-shrink:0;margin-top:1px}.wtm-advice-text{font-size:12.5px;color:#374151;line-height:1.55;font-style:italic}.wtm-btn-group{display:flex;gap:10px;width:100%}.wtm-btn{flex:1;padding:12px 16px;border-radius:11px;border:none;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease;font-family:inherit;letter-spacing:.01em}.wtm-btn:active{transform:scale(.97)}.wtm-btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 14px #10b98159}.wtm-btn-primary:hover{box-shadow:0 6px 20px #10b98173;transform:translateY(-1px)}.wtm-btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.wtm-btn-amber{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 14px #f59e0b4d}.wtm-btn-amber:hover{box-shadow:0 6px 20px #f59e0b66;transform:translateY(-1px)}.wtm-btn-ghost{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.wtm-btn-ghost:hover{background:#f1f5f9}.wtm-confirming{display:flex;flex-direction:column;align-items:center;gap:14px}.wtm-mini-spin{width:44px;height:44px;border-radius:50%;border:3px solid #e2e8f0;border-top-color:#10b981;animation:wtm-spin .8s linear infinite}@media(max-width:600px){.wtm-modal{flex-direction:column;width:100%;max-width:400px;height:auto;max-height:calc(100vh - 24px);border-radius:20px 20px 16px 16px}.wtm-left{width:100%;padding:20px 24px;min-height:unset}.wtm-left:before,.wtm-left:after{display:none}.wtm-left-amount{margin-bottom:12px}.wtm-left-amount-value{font-size:28px}.wtm-left-pills{flex-direction:row;flex-wrap:wrap}.wtm-left-footer{display:none}.wtm-right-body{padding:16px 24px 24px}.wtm-btn-group{flex-direction:column}}.market-closed{font-size:12px;color:#6b7280;margin-bottom:6px}.stock-page{display:flex;gap:24px;padding:24px;background-color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;animation:fadeIn .6s ease-out}.stock-left{flex:3;min-width:0;margin-left:5rem;max-width:50rem}.stock-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.stock-left-header{display:flex;align-items:flex-start;gap:16px}.stock-logo{width:5rem;height:5rem;border-radius:12px;object-fit:contain;background:#fff;border:1px solid #e5e7eb}.stock-info{display:flex;flex-direction:column;gap:6px}.company-name{font-size:28px;font-weight:600;color:#111827;margin:0}.price-row{display:flex;align-items:center;gap:12px}.price{font-size:33px;font-weight:600;color:#111827;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.change{font-size:15px;font-weight:500;align-self:last baseline;padding-bottom:5px}.change.positive{color:#16a34a}.change.negative{color:#dc2626}.timeframe{font-size:15px;font-weight:500;align-self:last baseline;padding-bottom:5px;color:#6b7280}.stock-actions{display:flex;align-items:center;gap:12px}.action-btn{padding:10px 14px;font-size:14px;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;color:#374151}.action-btn:hover{background-color:#f9fafb}.option-chain{background:transparent;border:none;font-size:16px;color:#10b981;cursor:pointer;font-weight:500}.chart-toggle{display:flex;gap:8px;margin-top:12px}.chart-toggle button{padding:6px 14px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:14px}.chart-toggle button.active{border:2px solid #111827;font-weight:500}.chart-container{min-height:360px;height:360px;width:50rem;margin-top:18px;position:relative;border-bottom:.5px solid #e5e7eb;display:block;flex-shrink:0;overflow:hidden}.chart-container>canvas,.chart-container canvas{min-height:360px!important;height:100%!important;max-height:360px}.chart-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:14px;pointer-events:none}.chart-placeholder{width:100%;height:100%;background:linear-gradient(180deg,#f9fafb,#fff);border-radius:8px}.timeframe-bar{display:flex;align-items:center;gap:10px;margin-top:16px}.timeframe-bar button{padding:8px 14px;font-size:14px;border-radius:999px;border:1px solid #e5e7eb;background-color:#fff;cursor:pointer}.timeframe-bar button.active{border:2px solid #111827;font-weight:500}.timeframe-bar button:hover{background-color:#f9fafb}.timeframe-bar .terminal{margin-left:auto;display:flex;align-items:center;gap:6px}.stock-right{flex:1;min-width:340px;max-width:420px;display:flex;flex-direction:column;gap:20px}.order-panel{border:1px solid #e5e7eb;border-radius:14px;padding:18px;background-color:#fff}.order-panel h3{font-size:18px;font-weight:600;margin-bottom:4px}.subtext{font-size:14px;color:#6b7280}.tabs{display:flex;margin-top:16px;border-bottom:1px solid #e5e7eb}.tabs button{flex:1;padding:10px;font-size:14px;background:none;border:none;cursor:pointer;color:#6b7280}.tabs button.active{color:#16a34a;border-bottom:2px solid #16a34a;font-weight:500}.pill-row{display:flex;gap:8px;margin:16px 0}.pill{padding:6px 12px;font-size:13px;border-radius:999px;border:1px solid #e5e7eb;color:#111827}.pill.active{border-color:#16a34a;color:#16a34a}.field{margin-top:14px}.field label{display:block;font-size:12px;color:#6b7280;margin-bottom:4px}.field input{width:100%;padding:10px;font-size:14px;border-radius:8px;border:1px solid #e5e7eb}.order-footer{display:flex;justify-content:space-between;margin:18px 0;font-size:13px;color:#6b7280}.buy-btn{width:100%;padding:14px;font-size:16px;font-weight:600;background-color:#16a34a;color:#fff;border:none;border-radius:12px;cursor:pointer}.buy-btn:hover{background-color:#15803d}@media(max-width:1024px){.stock-page{flex-direction:column}.stock-left{margin-left:0}.stock-right{width:100%;max-width:100%;min-width:0}.order-panel{width:100%}.stock-header{flex-direction:column;gap:12px}.stock-actions{align-self:flex-start}}.stock-info-panel{margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb;width:100%}.section-title{font-size:16px;font-weight:600;margin-bottom:14px}.range-block{margin-bottom:16px}.range-labels{display:flex;justify-content:space-between;font-size:13px;color:#6b7280}.range-bar{position:relative;height:6px;background:#e5e7eb;border-radius:999px;margin-top:8px}.marker{position:absolute;top:-4px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #374151}.kv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.fundamentals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.kv{display:flex;flex-direction:column}.kv-label{font-size:13px;color:#6b7280}.kv-value{font-size:15px;font-weight:500;color:#111827}.company-profile-section{margin-top:28px;padding-top:20px;border-top:1px solid #e5e7eb;width:100%}.company-profile-section.skeleton{opacity:.6}.profile-meta-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.profile-badge{padding:6px 12px;background-color:#f3f4f6;color:#4b5563;font-size:12.5px;font-weight:600;border-radius:8px;display:inline-flex;align-items:center;border:1px solid transparent}.profile-badge.website{background-color:#ecfdf5;color:#059669;text-decoration:none;transition:all .2s ease;border:1px solid #a7f3d0}.profile-badge.website:hover{background-color:#d1fae5;border-color:#34d399;transform:translateY(-1px)}.profile-summary-container{position:relative;font-size:13px;line-height:1.6;color:#4b5563;margin-bottom:8px}.profile-summary-text{margin:0;white-space:pre-line;font-weight:400}.toggle-summary-btn{background:none;border:none;color:#00b386;font-size:13px;font-weight:600;cursor:pointer;padding:0;margin-top:8px;display:inline-flex;align-items:center;gap:4px;transition:color .2s}.toggle-summary-btn:hover{color:#059669}.similar-stocks-section{margin-bottom:28px;padding-bottom:20px;border-bottom:1px dashed #e5e7eb}.similar-stocks-title{font-size:14px;font-weight:600;color:#4b5563;margin:0 0 12px}.similar-stocks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin-top:12px}.similar-stock-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;text-decoration:none;display:flex;justify-content:space-between;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 1px 2px #00000005}.similar-stock-card:hover{background:#fff;border-color:#00b386;box-shadow:0 4px 12px #00b38614;transform:translateY(-2px)}.similar-stock-logo-wrapper{width:32px;height:32px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-right:12px;flex-shrink:0}.similar-stock-logo{width:100%;height:100%;object-fit:contain}.similar-stock-info{display:flex;flex-direction:column;min-width:0;flex:1;margin-right:8px}.similar-stock-name{font-size:13.5px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.similar-stock-arrow{color:#9ca3af;transition:transform .3s ease,color .3s ease;display:flex;align-items:center}.similar-stock-card:hover .similar-stock-arrow{transform:translate(4px);color:#00b386}.transactions{background:#fff;padding:16px;border-radius:12px;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}.trans{overflow-y:auto;overscroll-behavior:contain;max-height:350px}.transactions-title{font-size:20px;font-weight:600;margin-bottom:12px}.transaction-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eee}.transaction-row:last-child{border-bottom:none}.txn-left{display:flex;gap:12px}.txn-icon{font-size:18px;margin-top:4px}.txn-icon.credit{color:#2db783}.txn-icon.debit{color:#cf2a2a}.txn-title{font-weight:600;font-size:15px}.txn-date{font-size:12px;color:#777;margin-top:4px}.txn-right{text-align:right}.txn-amount{font-size:17px;font-weight:600}.txn-amount.credit{color:#2db783}.txn-amount.debit{color:#333}.txn-balance{font-size:12px;color:#777;margin-top:4px}.txn-empty{text-align:center;color:#777;padding:24px}.funds-page{display:grid;grid-template-columns:1fr 420px;gap:32px;padding:40px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont;justify-items:center;align-items:start;max-width:80rem;animation:fadeIn .6s ease-out}.amount-wrapper{text-align:center}.amount-input{display:inline-flex;align-items:center;font-size:56px;font-weight:700;color:#3f3f50}.currency{margin-right:2px}.amount-field{font-size:inherit;font-weight:inherit;border:none;outline:none;background:transparent;color:inherit;width:auto;min-width:1ch;text-align:left}.amount-field::-webkit-outer-spin-button,.amount-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quick-add{display:flex;justify-content:center;gap:16px;margin-top:24px}.quick-add button{padding:10px 18px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:15px;cursor:pointer}.card{max-width:40rem;background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 16px #0000000d;width:100%}.card-title{color:#6b7280;font-size:14px}.balance-amount{font-size:36px;margin:8px 0}.balance-amount span{font-size:18px}.balance-row{display:flex;justify-content:space-between;margin-top:16px;font-size:15px}.muted{font-size:13px;color:#9ca3af}.dashed{border-bottom:1px dashed #9ca3af}.link{color:#16a34a;cursor:pointer}.transactions{margin-top:20px;padding-top:16px;border-top:1px solid #eee;display:flex;justify-content:space-between;cursor:pointer}.tabs{display:flex;gap:24px;border-bottom:2px solid #eee;margin-bottom:24px}.tabs span{padding-bottom:10px;cursor:pointer;color:#6b7280}.tabs .active{color:#16a34a;border-bottom:2px solid #16a34a}.add-amount{font-size:40px;text-align:center}.quick-add{display:flex;justify-content:center;gap:12px;margin:20px 0}.quick-add button{border:1px solid #e5e7eb;border-radius:20px;padding:6px 14px;background:#fff;cursor:pointer}.payment-method{display:flex;justify-content:space-between;align-items:center}.primary-btn{margin-top:20px;width:100%;padding:14px;border-radius:12px;border:none;background:#63b18c;color:#fff;font-size:16px;font-weight:600;cursor:pointer}.divider{height:1px;background:#eee;margin:20px 0}.amount-wrapper{position:relative;width:fit-content;margin:24px auto}.amount-display{align-self:center;font-size:40px;font-weight:600;color:#3d4152;letter-spacing:.5px}.rupee{margin-right:2px}.amount-input-hidden{inset:0;width:100%;font-size:40px;font-weight:600;background:transparent;color:transparent;caret-color:#4caf8a;border:none;outline:none}.amount-input-row{display:flex;align-items:center;justify-content:center;margin:28px 0}.rupee{font-size:40px;font-weight:600;color:#3d4152}.amount-input{font-size:40px;font-weight:600;border:none;outline:none;background:transparent;width:180px;color:#3d4152;caret-color:#4caf8a}.funds-skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:funds-shimmer 1.4s ease infinite;border-radius:6px;display:block}@keyframes funds-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.f-sk-title{height:14px;width:120px;margin-bottom:12px}.f-sk-balance{height:48px;width:200px;margin-bottom:24px}.f-sk-row{height:20px;width:100%;margin-bottom:16px}.f-sk-transactions{margin-top:24px;height:40px;width:100%}:root,[data-pc-theme=dark]{--pc-bg: #060810;--pc-bg2: #0c0f1a;--pc-bg3: #111827;--pc-glass: rgba(255,255,255,.035);--pc-glass-hover: rgba(255,255,255,.06);--pc-border: rgba(255,255,255,.07);--pc-border-glow: rgba(99,102,241,.3);--pc-green: #10d48e;--pc-green-dim: rgba(16,212,142,.12);--pc-green-glow: rgba(16,212,142,.25);--pc-red: #f04444;--pc-red-dim: rgba(240,68,68,.12);--pc-blue: #6366f1;--pc-blue-dim: rgba(99,102,241,.12);--pc-blue-bright: #818cf8;--pc-amber: #f59e0b;--pc-amber-dim: rgba(245,158,11,.12);--pc-purple: #a78bfa;--pc-purple-dim: rgba(167,139,250,.12);--pc-cyan: #22d3ee;--pc-cyan-dim: rgba(34,211,238,.12);--pc-text: #f1f5f9;--pc-text-2: #94a3b8;--pc-text-3: #475569;--pc-text-4: #1e293b;--pc-radius: 16px;--pc-radius-sm: 10px;--pc-radius-xs: 6px;--pc-shadow: 0 8px 32px rgba(0,0,0,.5), 0 2px 8px rgba(0,0,0,.3);--pc-shadow-glow: 0 0 40px rgba(99,102,241,.12)}[data-pc-theme=light]{--pc-bg: #f0f4f8;--pc-bg2: #e8edf4;--pc-bg3: #dde4ed;--pc-glass: rgba(255,255,255,.75);--pc-glass-hover: rgba(255,255,255,.92);--pc-border: rgba(0,0,0,.08);--pc-border-glow: rgba(99,102,241,.2);--pc-green: #059669;--pc-green-dim: rgba(5,150,105,.1);--pc-green-glow: rgba(5,150,105,.15);--pc-red: #dc2626;--pc-red-dim: rgba(220,38,38,.09);--pc-blue: #4f46e5;--pc-blue-dim: rgba(79,70,229,.1);--pc-blue-bright: #4338ca;--pc-amber: #d97706;--pc-amber-dim: rgba(217,119,6,.1);--pc-purple: #7c3aed;--pc-purple-dim: rgba(124,58,237,.1);--pc-cyan: #0891b2;--pc-cyan-dim: rgba(8,145,178,.1);--pc-text: #0f172a;--pc-text-2: #475569;--pc-text-3: #94a3b8;--pc-text-4: #cbd5e1;--pc-shadow: 0 4px 24px rgba(0,0,0,.09), 0 1px 4px rgba(0,0,0,.05);--pc-shadow-glow: 0 0 30px rgba(79,70,229,.08)}[data-pc-theme=light] .pc-hero{background:linear-gradient(135deg,#e8edf4,#eef2f8,#e4eaf3);border-bottom:1px solid rgba(0,0,0,.08)}[data-pc-theme=light] .pc-hero:before{background:radial-gradient(circle,rgba(79,70,229,.06) 0%,transparent 65%)}[data-pc-theme=light] .pc-hero:after{background:radial-gradient(circle,rgba(5,150,105,.04) 0%,transparent 65%)}[data-pc-theme=light] .pc-hero-label{color:var(--pc-blue)}[data-pc-theme=light] .pc-tab-nav{border-top:1px solid rgba(0,0,0,.08)}[data-pc-theme=light] .pc-tab-btn{color:var(--pc-text-2)}[data-pc-theme=light] .pc-tab-btn:hover{color:var(--pc-text);background:#0000000a}[data-pc-theme=light] .pc-layer{background:#ffffffe0;border-color:#00000012}[data-pc-theme=light] .pc-layer-header{background:#00000006}[data-pc-theme=light] .pc-metric-card,[data-pc-theme=light] .pc-forecast-card,[data-pc-theme=light] .pc-guard-rule,[data-pc-theme=light] .pc-target-block,[data-pc-theme=light] .pc-trade-kpi,[data-pc-theme=light] .pc-bull-stat,[data-pc-theme=light] .pc-digest-card,[data-pc-theme=light] .pc-news-item,[data-pc-theme=light] .pc-cap-gauge{background:#fffc;border-color:#00000012}[data-pc-theme=light] .pc-conc-alert.warn{background:#d9770612}[data-pc-theme=light] .pc-conc-alert.danger{background:#dc262612}[data-pc-theme=light] .pc-time-pills{background:#0000000a;border-color:#00000014}[data-pc-theme=light] .pc-time-pill{color:var(--pc-text-2)}[data-pc-theme=light] .pc-skeleton{background:linear-gradient(90deg,#0000000d 25%,#0000001a,#0000000d 75%);background-size:400% 100%}[data-pc-theme=light] .pc-formula-chip{background:#0000000a;border-color:#00000012}[data-pc-theme=light] .pc-sector-track,[data-pc-theme=light] .pc-sharpe-track,[data-pc-theme=light] .pc-cap-track{background:#00000012}[data-pc-theme=light] .pc-news-sym-tab{border-color:#0000001a;color:var(--pc-text-2)}[data-pc-theme=light] .pc-news-sym-tab:hover{background:#0000000a;color:var(--pc-text)}[data-pc-theme=light] .pc-stat-chip{background:#ffffffb3;border-color:#00000014}[data-pc-theme=light] .pc-verdict-card{background:#ffffffb3}.pc-theme-toggle{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:20px;border:1px solid var(--pc-border);background:var(--pc-glass);color:var(--pc-text-2);font-size:12px;font-weight:600;cursor:pointer;transition:all .18s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap}.pc-theme-toggle:hover{background:var(--pc-glass-hover);color:var(--pc-text)}[data-pc-theme=light] .pc-theme-toggle{border-color:#0000001f;background:#ffffffb3}[data-pc-theme=light] .pc-theme-toggle:hover{background:#ffffffe6;border-color:#0000002e}.pc-recompute-btn{display:flex;align-items:center;gap:7px;padding:8px 16px;border-radius:20px;border:1px solid rgba(16,212,142,.3);background:#10d48e14;color:var(--pc-green);font-size:12px;font-weight:700;cursor:pointer;transition:all .18s;white-space:nowrap;font-family:Inter,sans-serif}.pc-recompute-btn:hover:not(:disabled){background:#10d48e26;border-color:#10d48e80;box-shadow:0 0 12px #10d48e33}.pc-recompute-btn:disabled{opacity:.65;cursor:not-allowed}[data-pc-theme=light] .pc-recompute-btn{background:#05966912;border-color:#05966940;color:var(--pc-green)}.pc-spin-icon{animation:pc-spin .7s linear infinite}@keyframes pc-spin{to{transform:rotate(360deg)}}.pc-live-chip-badge{display:inline-block;font-size:8px;font-weight:800;padding:1px 5px;border-radius:4px;background:#10d48e26;color:var(--pc-green);letter-spacing:.06em;vertical-align:middle;margin-left:5px;border:1px solid rgba(16,212,142,.2)}.pc-page{background:var(--pc-bg);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--pc-text);padding:0 0 80px;animation:pc-fade .45s ease-out}@keyframes pc-fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pc-hero{background:linear-gradient(135deg,#0a0c18,#0f1225,#0a1020);border-bottom:1px solid var(--pc-border);padding:32px 6% 0;position:relative;overflow:hidden}.pc-hero:before{content:"";position:absolute;top:-120px;right:-80px;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 65%);pointer-events:none}.pc-hero:after{content:"";position:absolute;bottom:-80px;left:-60px;width:400px;height:400px;background:radial-gradient(circle,rgba(16,212,142,.05) 0%,transparent 65%);pointer-events:none}.pc-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:28px;position:relative;z-index:1}.pc-hero-title-block{display:flex;flex-direction:column;gap:6px}.pc-hero-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--pc-blue-bright);display:flex;align-items:center;gap:8px}.pc-hero-label:before{content:"";display:inline-block;width:8px;height:8px;background:var(--pc-green);border-radius:50%;box-shadow:0 0 8px var(--pc-green);animation:pc-pulse 2s infinite ease-in-out}@keyframes pc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.pc-hero-name{font-size:28px;font-weight:800;color:var(--pc-text);letter-spacing:-.5px;margin:0}.pc-hero-sub{font-size:13px;color:var(--pc-text-2);margin:0}.pc-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative;z-index:1;margin-bottom:28px}.pc-stat-chip{background:var(--pc-glass);border:1px solid var(--pc-border);border-radius:var(--pc-radius-sm);padding:16px 18px;display:flex;flex-direction:column;gap:6px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .2s,background .2s;cursor:default}.pc-stat-chip:hover{background:var(--pc-glass-hover);border-color:#ffffff1f}.pc-stat-chip-label{font-size:10.5px;font-weight:600;color:var(--pc-text-2);letter-spacing:.06em;text-transform:uppercase}.pc-stat-chip-val{font-size:22px;font-weight:700;color:var(--pc-text);letter-spacing:-.3px;font-variant-numeric:tabular-nums}.pc-stat-chip-sub{font-size:11.5px;font-weight:500;color:var(--pc-text-2)}.pc-chip-green .pc-stat-chip-val{color:var(--pc-green)}.pc-chip-red .pc-stat-chip-val{color:var(--pc-red)}.pc-chip-blue .pc-stat-chip-val{color:var(--pc-blue-bright)}.pc-chip-amber .pc-stat-chip-val{color:var(--pc-amber)}.pc-chip-green{border-color:var(--pc-green-dim)}.pc-chip-red{border-color:var(--pc-red-dim)}.pc-tab-nav{display:flex;gap:0;position:relative;z-index:1;border-top:1px solid var(--pc-border);margin:0 -6%;padding:0 6%}.pc-tab-btn{padding:14px 22px;font-size:13px;font-weight:600;color:var(--pc-text-2);background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .18s;display:flex;align-items:center;gap:8px;position:relative;bottom:-1px}.pc-tab-btn:hover{color:var(--pc-text)}.pc-tab-btn.pc-tab-active{color:var(--pc-text);border-bottom-color:var(--pc-green)}.pc-tab-count{background:#ffffff14;color:var(--pc-text-2);font-size:10px;font-weight:700;padding:1px 6px;border-radius:10px}.pc-tab-active .pc-tab-count{background:var(--pc-green-dim);color:var(--pc-green)}.pc-main{padding:32px 6%;display:flex;flex-direction:column;gap:28px}.pc-layer{background:var(--pc-glass);border:1px solid var(--pc-border);border-radius:var(--pc-radius);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--pc-shadow);overflow:hidden;transition:box-shadow .2s}.pc-layer:hover{box-shadow:var(--pc-shadow),var(--pc-shadow-glow)}.pc-layer-header{display:flex;align-items:center;gap:14px;padding:20px 24px;border-bottom:1px solid var(--pc-border);background:#ffffff05}.pc-layer-badge{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0}.pc-badge-1{background:var(--pc-blue-dim);color:var(--pc-blue-bright);border:1px solid rgba(99,102,241,.2)}.pc-badge-2{background:var(--pc-green-dim);color:var(--pc-green);border:1px solid rgba(16,212,142,.2)}.pc-badge-3{background:var(--pc-purple-dim);color:var(--pc-purple);border:1px solid rgba(167,139,250,.2)}.pc-badge-4{background:var(--pc-amber-dim);color:var(--pc-amber);border:1px solid rgba(245,158,11,.2)}.pc-badge-5{background:var(--pc-cyan-dim);color:var(--pc-cyan);border:1px solid rgba(34,211,238,.2)}.pc-badge-6{background:var(--pc-blue-dim);color:var(--pc-blue-bright);border:1px solid rgba(99,102,241,.2)}.pc-badge-7{background:var(--pc-red-dim);color:var(--pc-red);border:1px solid rgba(240,68,68,.2)}.pc-badge-8{background:var(--pc-purple-dim);color:var(--pc-purple);border:1px solid rgba(167,139,250,.2)}.pc-layer-title{font-size:15px;font-weight:700;color:var(--pc-text);margin:0}.pc-layer-sub{font-size:12px;color:var(--pc-text-2);margin:0}.pc-layer-body{padding:24px}.pc-chart-section{padding:24px 0 0}.pc-chart-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.pc-chart-title{font-size:14px;font-weight:700;color:var(--pc-text)}.pc-time-pills{display:flex;gap:4px;background:#ffffff0a;padding:3px;border-radius:8px;border:1px solid var(--pc-border)}.pc-time-pill{padding:4px 12px;font-size:11px;font-weight:600;color:var(--pc-text-2);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .15s}.pc-time-pill:hover{color:var(--pc-text);background:#ffffff0f}.pc-time-pill.active{background:var(--pc-blue-dim);color:var(--pc-blue-bright);box-shadow:0 1px 4px #0003}.pc-chart-wrap{height:220px;width:100%}.pc-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pc-metric-card{background:#ffffff05;border:1px solid var(--pc-border);border-radius:var(--pc-radius-sm);padding:18px;display:flex;flex-direction:column;gap:10px;transition:all .2s}.pc-metric-card:hover{background:var(--pc-glass-hover);border-color:#ffffff1a;transform:translateY(-1px)}.pc-metric-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px}.pc-metric-label{font-size:11px;font-weight:600;color:var(--pc-text-2);text-transform:uppercase;letter-spacing:.06em}.pc-metric-val{font-size:28px;font-weight:800;color:var(--pc-text);letter-spacing:-.5px;font-variant-numeric:tabular-nums}.pc-metric-sub{font-size:11.5px;color:var(--pc-text-2)}.pc-winrate-pills{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.pc-winrate-pill{font-size:10.5px;font-weight:600;padding:3px 8px;border-radius:6px;background:#ffffff0d;color:var(--pc-text-2);border:1px solid var(--pc-border);cursor:pointer;transition:all .15s}.pc-winrate-pill.active,.pc-winrate-pill:hover{background:var(--pc-green-dim);color:var(--pc-green);border-color:#10d48e33}.pc-sharpe-bar-wrap{margin-top:4px}.pc-sharpe-track{height:6px;border-radius:3px;background:#ffffff0f;overflow:hidden;margin-top:6px}.pc-sharpe-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--pc-blue),var(--pc-purple));transition:width .8s ease}.pc-drawdown-val{color:var(--pc-red)!important}.pc-forecast-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.pc-forecast-card{background:#ffffff06;border:1px solid var(--pc-border);border-radius:var(--pc-radius-sm);padding:18px;display:flex;flex-direction:column;gap:12px;transition:all .2s;position:relative;overflow:hidden}.pc-forecast-card:hover{background:#ffffff0b;border-color:#ffffff1a}.pc-forecast-card-top{display:flex;align-items:center;justify-content:space-between}.pc-forecast-sym{font-size:15px;font-weight:800;color:var(--pc-text);letter-spacing:-.2px}.pc-forecast-name{font-size:11px;color:var(--pc-text-2);margin-top:2px}.pc-signal{padding:4px 10px;border-radius:6px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.pc-signal-buy{background:var(--pc-green-dim);color:var(--pc-green);border:1px solid rgba(16,212,142,.25)}.pc-signal-hold{background:var(--pc-blue-dim);color:var(--pc-blue-bright);border:1px solid rgba(99,102,241,.25)}.pc-signal-exit{background:var(--pc-red-dim);color:var(--pc-red);border:1px solid rgba(240,68,68,.25)}.pc-forecast-targets{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pc-target-block{background:#ffffff08;border-radius:8px;padding:10px 12px;border:1px solid var(--pc-border)}.pc-target-label{font-size:10px;font-weight:600;color:var(--pc-text-2);text-transform:uppercase;letter-spacing:.05em}.pc-target-val{font-size:17px;font-weight:700;color:var(--pc-text);margin-top:4px}.pc-target-band{font-size:10.5px;color:var(--pc-text-2);margin-top:2px}.pc-forecast-narrative{font-size:12px;color:var(--pc-text-2);line-height:1.55;border-left:2px solid var(--pc-blue);padding-left:10px;margin-top:2px}.pc-layer4-grid{display:grid;grid-template-columns:auto 1fr 1fr;gap:24px;align-items:stretch}.pc-bull-gauge-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;padding:8px}.pc-radial-svg{overflow:visible}.pc-gauge-score-label{font-size:36px;font-weight:900;fill:var(--pc-text)}.pc-gauge-tier-label{font-size:12px;font-weight:700}.pc-gauge-sub-label{font-size:10px;fill:#94a3b8cc}.pc-bull-tier-badge{padding:6px 16px;border-radius:20px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.pc-bull-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}.pc-bull-stat{background:#ffffff08;border:1px solid var(--pc-border);border-radius:8px;padding:10px}.pc-bull-stat-label{font-size:10px;font-weight:600;color:var(--pc-text-2);text-transform:uppercase;letter-spacing:.05em}.pc-bull-stat-val{font-size:18px;font-weight:700;color:var(--pc-text);margin-top:4px}.pc-sector-panel{display:flex;flex-direction:column;gap:12px}.pc-sector-title{font-size:12px;font-weight:700;color:var(--pc-text-2);text-transform:uppercase;letter-spacing:.06em}.pc-sector-row{display:flex;flex-direction:column;gap:5px}.pc-sector-meta{display:flex;justify-content:space-between;align-items:center}.pc-sector-name{font-size:12.5px;font-weight:600;color:var(--pc-text)}.pc-sector-pct{font-size:12px;font-weight:700;color:var(--pc-text-2)}.pc-sector-track{height:5px;border-radius:3px;background:#ffffff0f;overflow:hidden}.pc-sector-fill{height:100%;border-radius:3px;transition:width .7s ease}.pc-conc-panel{display:flex;flex-direction:column;gap:12px}.pc-conc-alert{padding:14px;border-radius:10px;font-size:12.5px;line-height:1.55;display:flex;gap:10px;align-items:flex-start}.pc-conc-alert.ok{background:var(--pc-green-dim);border:1px solid rgba(16,212,142,.2);color:var(--pc-green)}.pc-conc-alert.warn{background:var(--pc-amber-dim);border:1px solid rgba(245,158,11,.2);color:var(--pc-amber)}.pc-conc-alert.danger{background:var(--pc-red-dim);border:1px solid rgba(240,68,68,.2);color:var(--pc-red)}.pc-conc-icon{font-size:18px;flex-shrink:0}.pc-formula-chip{margin-top:10px;background:#ffffff08;border:1px solid var(--pc-border);border-radius:8px;padding:10px 12px;font-size:11px;color:var(--pc-text-2);font-family:JetBrains Mono,Fira Code,monospace;line-height:1.6}.pc-formula-chip span{color:var(--pc-blue-bright);font-weight:600}.pc-news-symbol-tabs{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.pc-news-sym-tab{padding:5px 14px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid var(--pc-border);background:transparent;color:var(--pc-text-2);cursor:pointer;transition:all .15s}.pc-news-sym-tab:hover{border-color:#ffffff26;color:var(--pc-text)}.pc-news-sym-tab.active{background:var(--pc-cyan-dim);border-color:#22d3ee40;color:var(--pc-cyan)}.pc-news-list{display:flex;flex-direction:column;gap:12px}.pc-news-item{background:#ffffff06;border:1px solid var(--pc-border);border-radius:var(--pc-radius-sm);padding:16px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:start;transition:background .15s}.pc-news-item:hover{background:var(--pc-glass-hover)}.pc-news-headline{font-size:13.5px;font-weight:600;color:var(--pc-text);margin-bottom:6px;line-height:1.4}.pc-news-summary{font-size:12px;color:var(--pc-text-2);line-height:1.55}.pc-news-meta{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.pc-news-date{font-size:11px;color:var(--pc-text-3)}.pc-news-source{font-size:11px;font-weight:600;color:var(--pc-text-2);background:#ffffff0a;padding:2px 7px;border-radius:4px}.pc-sentiment{padding:4px 10px;border-radius:6px;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.pc-sent-pos{background:var(--pc-green-dim);color:var(--pc-green);border:1px solid rgba(16,212,142,.2)}.pc-sent-neg{background:var(--pc-red-dim);color:var(--pc-red);border:1px solid rgba(240,68,68,.2)}.pc-sent-neu{background:#ffffff0a;color:var(--pc-text-2);border:1px solid var(--pc-border)}.pc-analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pc-streak-panel{display:flex;flex-direction:column;gap:12px}.pc-streak-row{display:flex;align-items:center;gap:8px}.pc-streak-dot{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;flex-shrink:0}.pc-streak-dot.win{background:var(--pc-green-dim);color:var(--pc-green);border:1px solid rgba(16,212,142,.2)}.pc-streak-dot.loss{background:var(--pc-red-dim);color:var(--pc-red);border:1px solid rgba(240,68,68,.2)}.pc-equity-mini{height:150px;width:100%}.pc-trade-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.pc-trade-kpi{background:#ffffff06;border:1px solid var(--pc-border);border-radius:8px;padding:12px}.pc-trade-kpi-label{font-size:10px;font-weight:600;color:var(--pc-text-2);text-transform:uppercase;letter-spacing:.05em}.pc-trade-kpi-val{font-size:20px;font-weight:700;color:var(--pc-text);margin-top:4px}.pc-guard-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pc-guard-rules{display:flex;flex-direction:column;gap:10px}.pc-guard-rule{display:flex;align-items:center;gap:12px;background:#ffffff06;border:1px solid var(--pc-border);border-radius:10px;padding:14px 16px}.pc-guard-rule-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.pc-guard-rule-name{font-size:13px;font-weight:600;color:var(--pc-text)}.pc-guard-rule-sub{font-size:11px;color:var(--pc-text-2);margin-top:2px}.pc-guard-rule-status{margin-left:auto;padding:3px 10px;border-radius:20px;font-size:10.5px;font-weight:800;text-transform:uppercase}.pc-rule-pass{background:var(--pc-green-dim);color:var(--pc-green)}.pc-rule-warn{background:var(--pc-amber-dim);color:var(--pc-amber)}.pc-rule-block{background:var(--pc-red-dim);color:var(--pc-red)}.pc-verdict-card{border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:14px;border:1px solid;position:relative;overflow:hidden}.pc-verdict-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:12px 12px 0 0}.pc-verdict-allow{background:#10d48e0f;border-color:#10d48e33}.pc-verdict-allow:before{background:var(--pc-green)}.pc-verdict-warn{background:#f59e0b0f;border-color:#f59e0b33}.pc-verdict-warn:before{background:var(--pc-amber)}.pc-verdict-block{background:#f044440f;border-color:#f0444433}.pc-verdict-block:before{background:var(--pc-red)}.pc-verdict-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:800;width:fit-content;text-transform:uppercase;letter-spacing:.08em}.pc-verdict-title{font-size:16px;font-weight:700;color:var(--pc-text)}.pc-verdict-reason{font-size:13px;color:var(--pc-text-2);line-height:1.6}.pc-verdict-powered{font-size:10.5px;color:var(--pc-text-3);display:flex;align-items:center;gap:6px;margin-top:4px}.pc-verdict-powered:before{content:"⚡"}.pc-cap-gauge{background:#ffffff06;border:1px solid var(--pc-border);border-radius:10px;padding:16px;margin-top:14px}.pc-cap-gauge-label{font-size:11px;font-weight:600;color:var(--pc-text-2);text-transform:uppercase;letter-spacing:.06em}.pc-cap-gauge-val{font-size:22px;font-weight:800;color:var(--pc-green);margin:8px 0}.pc-cap-track{height:8px;border-radius:4px;background:#ffffff0f;overflow:hidden}.pc-cap-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--pc-green),var(--pc-blue));transition:width .8s ease}.pc-cap-sub{font-size:11px;color:var(--pc-text-2);margin-top:8px}.pc-digest-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.pc-digest-card{background:#ffffff06;border:1px solid var(--pc-border);border-radius:var(--pc-radius-sm);padding:20px;display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden}.pc-digest-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px}.pc-digest-morning:before{background:linear-gradient(90deg,var(--pc-blue),var(--pc-purple))}.pc-digest-rebalance:before{background:linear-gradient(90deg,var(--pc-amber),var(--pc-red))}.pc-digest-feedback:before{background:linear-gradient(90deg,var(--pc-green),var(--pc-cyan))}.pc-digest-icon-wrap{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.pc-digest-label{font-size:10px;font-weight:700;color:var(--pc-text-2);text-transform:uppercase;letter-spacing:.1em}.pc-digest-title{font-size:14px;font-weight:700;color:var(--pc-text);margin-top:2px;line-height:1.4}.pc-digest-body{font-size:12.5px;color:var(--pc-text-2);line-height:1.6}.pc-digest-feedback-item{background:#ffffff08;border:1px solid var(--pc-border);border-radius:8px;padding:10px 12px;font-size:12px;color:var(--pc-text-2);line-height:1.5}.pc-digest-feedback-item strong{color:var(--pc-text)}.pc-digest-timestamp{font-size:10.5px;color:var(--pc-text-3);margin-top:4px}.pc-green-text{color:var(--pc-green)!important}.pc-red-text{color:var(--pc-red)!important}.pc-amber-text{color:var(--pc-amber)!important}.pc-blue-text{color:var(--pc-blue-bright)!important}.pc-muted{color:var(--pc-text-2)}.pc-divider{height:1px;background:var(--pc-border);margin:4px 0}.pc-spacer-right{margin-left:auto}.pc-skeleton{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14,#ffffff0a 75%);background-size:400% 100%;animation:pc-shimmer 1.4s ease infinite;border-radius:6px}@keyframes pc-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.pc-live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--pc-green);box-shadow:0 0 6px var(--pc-green);animation:pc-pulse 2s infinite}@media(max-width:1200px){.pc-hero-stats,.pc-metrics-grid{grid-template-columns:repeat(2,1fr)}.pc-layer4-grid,.pc-digest-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.pc-hero{padding:20px 16px 0}.pc-main{padding:16px;gap:16px}.pc-hero-stats{grid-template-columns:repeat(2,1fr);gap:10px}.pc-metrics-grid{grid-template-columns:1fr 1fr}.pc-layer4-grid,.pc-analytics-grid,.pc-guard-grid,.pc-digest-grid,.pc-forecast-grid{grid-template-columns:1fr}.pc-layer-body{padding:16px}}.oh-wrapper{display:flex;flex-direction:column;gap:20px;padding:8px;width:100%;font-family:Inter,sans-serif;animation:oh-fade .35s ease-out}@keyframes oh-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.oh-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.oh-title{font-size:22px;font-weight:700;color:#111827;letter-spacing:-.02em;margin:0}.oh-tabs{display:flex;gap:4px;background:#f3f4f6;padding:4px;border-radius:12px}.oh-tab-btn{padding:8px 18px;border-radius:9px;border:none;background:transparent;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .18s ease;font-family:Inter,sans-serif;white-space:nowrap}.oh-tab-btn:hover{background:#e5e7eb;color:#111827}.oh-tab-active{background:#fff!important;color:#111827!important;box-shadow:0 1px 4px #0000001a}.oh-tab-sl.oh-tab-active{color:#d97706!important}.oh-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000d;overflow:hidden}.oh-table-wrap{overflow-x:auto}.oh-table{width:100%;min-width:720px;border-collapse:collapse;border-spacing:0;table-layout:auto}.oh-table th:last-child,.oh-table td:last-child{min-width:52px;width:52px;text-align:center}.oh-table thead tr{background:#f9fafb;border-bottom:1px solid #e5e7eb}.oh-table th{text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;padding:13px 18px;white-space:nowrap}.oh-row td{padding:13px 16px;font-size:13px;color:#374151;border-bottom:1px solid #f3f4f6;vertical-align:middle;transition:background .12s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oh-row:last-child td{border-bottom:none}.oh-row:hover td{background:#fafafa}.oh-stock-cell{display:flex;flex-direction:column;gap:3px}.oh-stock-name{font-size:14px;font-weight:600;color:#111827}.oh-stock-symbol{font-size:11px;color:#9ca3af;font-weight:500}.oh-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;border-radius:8px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.oh-buy{background:#ecfdf5;color:#059669}.oh-sell{background:#fef2f2;color:#dc2626}.oh-type-pill{display:inline-block;padding:3px 9px;border-radius:6px;font-size:11px;font-weight:600;background:#f3f4f6;color:#4b5563;letter-spacing:.03em}.oh-num{font-variant-numeric:tabular-nums;font-weight:500}.oh-price{font-weight:600;color:#111827}.oh-null{color:#d1d5db;font-weight:400}.oh-pnl{font-weight:700;font-variant-numeric:tabular-nums}.oh-profit{color:#10b981}.oh-loss{color:#ef4444}.oh-category{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.oh-sl{background:#fef3c7;color:#d97706}.oh-intra{background:#ede9fe;color:#7c3aed}.oh-regular{background:#f0f9ff;color:#0369a1}.oh-ai-algo{background:linear-gradient(135deg,#fae8ff,#f5d0fe);color:#c026d3;border:1px solid #f5d0fe;box-shadow:0 0 4px #f0abfc66}.oh-status{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.oh-status:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor}.oh-status-executed{background:#f0fdf4;color:#16a34a}.oh-status-pending{background:#fffbeb;color:#d97706}.oh-status-cancelled{background:#f3f4f6;color:#6b7280}.oh-status-rejected{background:#fef2f2;color:#dc2626}.oh-date-cell{display:flex;flex-direction:column;gap:2px}.oh-date-exec{font-size:13px;font-weight:500;color:#374151;white-space:nowrap}.oh-date-placed{font-size:11px;color:#9ca3af;white-space:nowrap}.oh-trigger-cell{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.oh-pencil-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:5px;border:1px solid #e5e7eb;background:#f9fafb;color:#6b7280;cursor:pointer;transition:background .13s,color .13s,border-color .13s;padding:0;flex-shrink:0}.oh-pencil-btn:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.oh-trigger-icon{font-size:14px}.oh-trigger-price{font-size:14px;font-weight:700;color:#d97706;font-variant-numeric:tabular-nums}.oh-trigger-cell{display:flex;align-items:center;gap:6px}.oh-edit-icon-btn{background:none;border:none;cursor:pointer;font-size:13px;opacity:0;transition:opacity .15s;padding:2px 4px;border-radius:4px}.oh-row:hover .oh-edit-icon-btn{opacity:1}.oh-row-editing td{background:#fefce8!important}.oh-edit-row{display:flex;align-items:center;gap:6px}.oh-edit-input{width:110px;padding:6px 10px;border:1.5px solid #f59e0b;border-radius:8px;font-size:13px;font-weight:600;font-family:Inter,sans-serif;outline:none;color:#111827;background:#fff;font-variant-numeric:tabular-nums}.oh-edit-input:focus{box-shadow:0 0 0 3px #f59e0b2e}.oh-edit-input::-webkit-outer-spin-button,.oh-edit-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.oh-edit-input[type=number]{-moz-appearance:textfield}.oh-save-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:8px;border:none;background:#f59e0b;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s;font-family:Inter,sans-serif;min-width:52px}.oh-save-btn:hover:not(:disabled){background:#d97706}.oh-save-btn:disabled{opacity:.6;cursor:not-allowed}.oh-discard-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#9ca3af;font-size:13px;cursor:pointer;transition:all .15s}.oh-discard-btn:hover{background:#f3f4f6;color:#374151}.oh-action-row{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;min-width:150px}.oh-edit-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:8px;border:1px solid #bfdbfe;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;font-family:Inter,sans-serif}.oh-edit-btn:hover{background:#dbeafe;border-color:#93c5fd}.oh-sl-info{display:flex;align-items:center;gap:8px;padding:12px 18px;background:#fffbeb;border-bottom:1px solid #fde68a;font-size:13px;color:#92400e}.oh-sl-info-icon{font-size:15px}.oh-cancel-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 16px;border-radius:8px;border:1px solid #fca5a5;background:#fff;color:#dc2626;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:Inter,sans-serif;min-width:72px}.oh-cancel-btn:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.oh-cancel-btn:disabled{opacity:.6;cursor:not-allowed}.oh-delete-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 16px;border-radius:8px;border:none;background:#ef4444;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease,transform .1s ease;font-family:Inter,sans-serif;min-width:84px;box-shadow:0 1px 3px #ef44444d}.oh-delete-btn:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 3px 8px #ef444459}.oh-delete-btn:active:not(:disabled){transform:translateY(0)}.oh-delete-btn:disabled{opacity:.6;cursor:not-allowed}.oh-del-cell{width:48px;text-align:center;padding:0 8px!important}.oh-trash-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid #fca5a5;background:#fff;color:#ef4444;cursor:pointer;transition:background .15s,border-color .15s,transform .1s}.oh-trash-btn:hover:not(:disabled){background:#fef2f2;border-color:#ef4444;transform:scale(1.1)}.oh-trash-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.oh-cancel-spinner{width:12px;height:12px;border:2px solid #fca5a5;border-top-color:#dc2626;border-radius:50%;animation:oh-spin .7s linear infinite}@keyframes oh-spin{to{transform:rotate(360deg)}}.oh-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;gap:10px;text-align:center}.oh-empty-icon{font-size:40px}.oh-empty-title{font-size:16px;font-weight:600;color:#374151;margin:0}.oh-empty-sub{font-size:13px;color:#9ca3af;margin:0}.oh-empty{text-align:center;padding:40px;color:#9ca3af;font-size:14px}.sk-row td{padding:15px 18px}.sk-block{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;border-radius:6px;height:14px;animation:oh-shimmer 1.4s infinite}@keyframes oh-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sk-w-80{width:80%}.sk-w-60{width:60%}.sk-w-40{width:40%}.sk-badge{width:56px;height:22px;border-radius:20px}@media(max-width:768px){.oh-header{flex-direction:column;align-items:flex-start}.oh-tabs{width:100%}.oh-tab-btn{flex:1;text-align:center}}.set-password-page{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;background-color:#fff;padding:20px}.set-password-card{width:100%;max-width:480px;background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #e5e7eb;text-align:center;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.set-password-card h2{font-family:Inter,sans-serif;font-size:24px;font-weight:700;color:#111827;margin-bottom:8px}.set-password-card p{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;margin-bottom:32px;line-height:1.5}.input-group{margin-bottom:24px;text-align:left}.input-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.password-input{width:100%;padding:12px 16px;font-size:14px;color:#111827;border:1px solid #d1d5db;border-radius:8px;outline:none;transition:all .2s ease;background:#fff}.password-input:focus{border-color:#00b386;box-shadow:0 0 0 3px #00b3861a}.password-input::placeholder{color:#9ca3af}.confirm-btn{width:100%;padding:12px;background-color:#00b386;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;gap:8px}.confirm-btn:hover{background-color:#008f6b;transform:translateY(-1px)}.confirm-btn:active{transform:translateY(0)}.confirm-btn:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.error-msg{color:#ef4444;font-size:13px;margin-top:8px;text-align:left;display:flex;align-items:center;gap:4px}.success-msg{color:#10b981;font-size:14px;margin-bottom:16px;padding:10px;background:#ecfdf5;border-radius:8px;border:1px solid #d1fae5}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.support-24x7-label{display:inline-block;background:linear-gradient(135deg,#00b386,#007a5e);color:#fff;font-weight:700;font-size:.85rem;padding:2px 10px;border-radius:999px;letter-spacing:.5px}.support-badge{background:linear-gradient(135deg,#00b386,#007a5e)!important;color:#fff!important}.support-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:2rem 0 2.5rem}.support-contact-card{background:#f7f9fa;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem 1.25rem;text-align:center;transition:box-shadow .2s,transform .2s}.support-contact-card:hover{box-shadow:0 8px 24px #00b3861f;transform:translateY(-2px)}.support-contact-icon{font-size:2rem;margin-bottom:.5rem}.support-contact-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:.5rem}.support-contact-value{font-size:1rem;font-weight:600;margin-bottom:.75rem;word-break:break-word}.support-contact-value a{color:#00b386;text-decoration:none}.support-contact-value a:hover{text-decoration:underline}.support-contact-note{font-size:.85rem;color:#666;line-height:1.5;margin:0}.support-faq-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.support-faq-item{background:#f7f9fa;border-left:4px solid #00b386;border-radius:0 10px 10px 0;padding:1rem 1.25rem}.support-faq-q{font-weight:700;font-size:.97rem;color:#111;margin-bottom:.4rem}.support-faq-a{font-size:.9rem;color:#444;line-height:1.6}.support-faq-a a{color:#00b386;text-decoration:none}.support-faq-a a:hover{text-decoration:underline}.support-response-banner{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#e6f9f4,#d1f2e8);border:1px solid #b2e8d6;border-radius:12px;padding:1rem 1.5rem;margin:2rem 0 1.5rem;font-size:.92rem;color:#1a5c45}.support-response-icon{font-size:1.3rem;flex-shrink:0}@media(max-width:600px){.support-contact-grid{grid-template-columns:1fr}.support-response-banner{flex-direction:column;text-align:center;gap:.4rem}}
