@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap";html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}:root{--groww-green: #00d09c;--groww-green-hover: #00b386;--groww-green-bg: rgba(0, 208, 156, .12);--groww-green-border: rgba(0, 208, 156, .25);--groww-red: #eb5b2d;--groww-red-hover: #d44d22;--groww-red-bg: rgba(235, 91, 45, .12);--groww-red-border: rgba(235, 91, 45, .25);--groww-bg: #121212;--groww-surface: #16191e;--groww-card: #1c2027;--groww-card-hover: #222731;--groww-card-active: #29303d;--groww-elevated: #222731;--groww-border: #282d37;--groww-border-light: rgba(255, 255, 255, .08);--groww-text-main: #ffffff;--groww-text-sub: #8e9aa8;--groww-text-muted: #5a6578;--groww-indigo: #5367ff;--groww-indigo-bg: rgba(83, 103, 255, .12);--groww-amber: #ffb020;--groww-cyan: #00b4d8;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "IBM Plex Mono", monospace;--bg-app: var(--groww-bg);--bg-card: var(--groww-card);--bg-card-hover: var(--groww-card-hover);--bg-elevated: var(--groww-elevated);--border-color: var(--groww-border);--pnl-pos: var(--groww-green);--pnl-pos-bg: var(--groww-green-bg);--pnl-pos-border: var(--groww-green-border);--pnl-neg: var(--groww-red);--pnl-neg-bg: var(--groww-red-bg);--pnl-neg-border: var(--groww-red-border);--text-primary: var(--groww-text-main);--text-secondary: var(--groww-text-sub);--text-muted: var(--groww-text-muted)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;width:100%;height:100%;height:100dvh;overflow:hidden;background-color:var(--groww-bg);color:var(--groww-text-main);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;touch-action:pan-y;overscroll-behavior:none;user-select:none;-webkit-user-select:none}#root{width:100%;height:100%;height:100dvh;display:flex;flex-direction:column;overflow:hidden;position:relative}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--groww-bg)}::-webkit-scrollbar-thumb{background:#282d37;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a4252}.app-shell{width:100%;height:100%;height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:var(--groww-bg)}.app-header{flex-shrink:0;z-index:50;background:var(--groww-surface);border-bottom:1px solid var(--groww-border);padding:6px 10px;padding-top:calc(6px + env(safe-area-inset-top,0px))}@media(min-width:768px){.app-header{padding:10px 24px}}.groww-header-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.groww-logo-group{display:flex;align-items:center;gap:6px;cursor:pointer;flex-shrink:0}.groww-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#00d09c,#008f6b);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;color:#000;box-shadow:0 2px 6px #00d09c4d;flex-shrink:0}.groww-brand-title{font-weight:800;font-size:15px;letter-spacing:-.03em;color:#fff;display:flex;align-items:center;gap:4px;line-height:1.1}.groww-brand-sub{display:none}@media(min-width:768px){.groww-avatar{width:34px;height:34px;font-size:15px}.groww-brand-title{font-size:17px;gap:6px}.groww-brand-sub{display:block;font-size:11px;color:var(--groww-text-sub);font-weight:500}}.groww-search-bar{flex:1;min-width:0;max-width:480px;position:relative;display:flex;align-items:center}.groww-search-input{width:100%;height:34px;background:var(--groww-card);border:1px solid var(--groww-border);border-radius:17px;padding:0 28px 0 32px;color:#fff;font-size:12.5px;font-family:var(--font-sans);outline:none;transition:all .2s ease}@media(min-width:768px){.groww-search-input{height:36px;padding:0 34px;font-size:13px;border-radius:20px}}.groww-search-input:focus{border-color:var(--groww-green);background:#20252e;box-shadow:0 0 0 2px #00d09c26}.groww-search-input::placeholder{color:var(--groww-text-muted)}.groww-search-icon{position:absolute;left:10px;color:var(--groww-text-muted);font-size:13px;pointer-events:none}.groww-search-clear{position:absolute;right:9px;color:var(--groww-text-sub);font-size:12px;cursor:pointer;background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center}.groww-mobile-search-row{margin-top:6px;width:100%;position:relative}.groww-mobile-search-row .groww-search-bar{width:100%;max-width:100%}.groww-search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#181c23;border:1px solid #282D37;border-radius:12px;box-shadow:0 12px 32px #000000b3;z-index:2000;max-height:360px;overflow-y:auto;padding:6px 0}.groww-search-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;cursor:pointer;transition:background .15s ease;border-bottom:1px solid #20242D}.groww-search-item:last-child{border-bottom:none}.groww-search-item:hover,.groww-search-item:active{background:#222732}.groww-search-item-left{display:flex;flex-direction:column;gap:2px;min-width:0}.groww-search-item-sym{font-weight:700;font-size:13px;color:#fff;display:flex;align-items:center;gap:6px}.groww-search-item-desc{font-size:11px;color:#8e9aa8}.groww-search-item-right{text-align:right;flex-shrink:0}.groww-search-item-price{font-weight:700;font-size:13px;color:#fff}.groww-search-empty{padding:14px 12px;text-align:center;color:#8e9aa8;font-size:12px}.groww-header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.groww-wallet-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;background:var(--groww-card);border:1px solid var(--groww-border);border-radius:14px;padding:2px 7px;display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#fff;font-family:var(--font-mono)}.groww-wallet-chip.is-editable:hover{border-color:#00d09c}@media(min-width:768px){.groww-wallet-chip{padding:4px 10px;font-size:12px;border-radius:18px;gap:6px}}.groww-indices-ribbon{display:flex;align-items:center;gap:6px;overflow-x:auto;padding:5px 10px;background:var(--groww-surface);border-bottom:1px solid var(--groww-border);-webkit-overflow-scrolling:touch;scrollbar-width:none}.groww-indices-ribbon::-webkit-scrollbar{display:none}@media(min-width:768px){.groww-indices-ribbon{padding:8px 24px;gap:8px}}.groww-index-card{flex-shrink:0;background:var(--groww-card);border:1px solid var(--groww-border);border-radius:8px;padding:3px 7px;display:flex;flex-direction:column;gap:1px;min-width:92px;cursor:pointer;transition:transform .12s ease,border-color .12s ease}@media(min-width:768px){.groww-index-card{border-radius:10px;padding:6px 10px;min-width:120px;gap:2px}}.groww-index-card:hover{border-color:#384252}.groww-index-name{font-size:9.5px;font-weight:600;color:var(--groww-text-sub);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.groww-index-values{display:flex;align-items:baseline;justify-content:space-between;gap:4px}.groww-index-price{font-size:11.5px;font-weight:700;font-family:var(--font-mono);color:#fff}.groww-index-change{font-size:9.5px;font-weight:600;font-family:var(--font-mono)}.app-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding:8px 10px;padding-bottom:calc(66px + env(safe-area-inset-bottom,0px));max-width:1400px;width:100%;margin:0 auto}@media(min-width:768px){.app-content{padding:16px 24px 24px}}.tabular-num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.pnl-pos{color:var(--groww-green)!important}.pnl-neg{color:var(--groww-red)!important}.pnl-pill{display:inline-flex;align-items:center;gap:2px;padding:1px 6px;border-radius:4px;font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:-.01em}@media(min-width:768px){.pnl-pill{padding:2px 8px;border-radius:6px;font-size:12px}}.pnl-pill.pos{color:var(--groww-green);background:var(--groww-green-bg);border:1px solid var(--groww-green-border)}.pnl-pill.neg{color:var(--groww-red);background:var(--groww-red-bg);border:1px solid var(--groww-red-border)}.groww-portfolio-card{background:linear-gradient(145deg,#1c2027,#171a20);border:1px solid var(--groww-border);border-radius:12px;padding:10px 12px;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000004d}@media(min-width:768px){.groww-portfolio-card{border-radius:16px;padding:16px 18px}}.groww-portfolio-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#00d09c,#5367ff,#00d09c)}.groww-portfolio-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:6px}.groww-portfolio-title{font-size:10px;font-weight:600;color:var(--groww-text-sub);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:5px;margin-bottom:2px}.groww-portfolio-value{font-size:22px;font-weight:800;font-family:var(--font-mono);letter-spacing:-.02em;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;line-height:1.15}@media(min-width:768px){.groww-portfolio-value{font-size:30px;gap:10px}}.groww-return-chip{font-size:11px;font-weight:700;padding:2px 6px;border-radius:4px;font-family:var(--font-mono);display:inline-flex;align-items:center;gap:3px}@media(min-width:768px){.groww-return-chip{font-size:13px;padding:3px 8px;border-radius:6px}}.groww-capital-bar{margin-top:8px;padding-top:6px;border-top:1px solid var(--groww-border-light)}@media(min-width:768px){.groww-capital-bar{margin-top:14px;padding-top:10px}}.groww-capital-labels{display:flex;justify-content:space-between;font-size:9.5px;color:var(--groww-text-sub);margin-bottom:4px}@media(min-width:768px){.groww-capital-labels{font-size:11px;margin-bottom:6px}}.groww-capital-track{height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.groww-capital-fill{height:100%;background:linear-gradient(90deg,#00d09c,#00b4d8);border-radius:2px;transition:width .4s ease}.groww-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}@media(min-width:768px){.groww-stats-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}}.groww-stat-card{background:var(--groww-card);border:1px solid var(--groww-border);border-radius:8px;padding:6px 8px;display:flex;flex-direction:column;justify-content:space-between;min-height:48px}@media(min-width:768px){.groww-stat-card{border-radius:12px;padding:10px 12px;min-height:auto}}.groww-stat-label{font-size:9px;font-weight:600;color:var(--groww-text-sub);text-transform:uppercase;letter-spacing:.02em;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.groww-stat-label{font-size:11px;margin-bottom:4px}}.groww-stat-val{font-size:12.5px;font-weight:700;font-family:var(--font-mono);color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.groww-stat-val{font-size:16px}}.groww-filter-bar{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;margin-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.groww-filter-bar::-webkit-scrollbar{display:none}.groww-filter-chip{flex-shrink:0;padding:4px 10px;background:var(--groww-card);border:1px solid var(--groww-border);border-radius:14px;font-size:11px;font-weight:600;color:var(--groww-text-sub);cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}@media(min-width:768px){.groww-filter-chip{padding:6px 14px;border-radius:20px;font-size:12px}}.groww-filter-chip:hover{border-color:#3a4454;color:#fff}.groww-filter-chip.active{background:var(--groww-green-bg);border-color:var(--groww-green);color:var(--groww-green)}.groww-stock-list{display:flex;flex-direction:column;gap:6px}.groww-stock-card{background:var(--groww-card);border:1px solid var(--groww-border);border-radius:10px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .15s ease,transform .1s ease,border-color .15s ease}@media(min-width:768px){.groww-stock-card{border-radius:14px;padding:12px 16px}}.groww-stock-card:active{background:var(--groww-card-active);transform:scale(.99)}.groww-stock-card:hover{border-color:#384252}.groww-stock-left{display:flex;flex-direction:column;gap:2px}.groww-stock-symbol{font-size:13.5px;font-weight:700;color:#fff;display:flex;align-items:center;gap:4px}@media(min-width:768px){.groww-stock-symbol{font-size:15px;gap:6px}}.groww-stock-desc{font-size:10px;color:var(--groww-text-sub);display:flex;align-items:center;gap:4px;flex-wrap:wrap}@media(min-width:768px){.groww-stock-desc{font-size:11px;gap:6px}}.groww-stock-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.groww-stock-price{font-size:13.5px;font-weight:700;font-family:var(--font-mono);color:#fff}@media(min-width:768px){.groww-stock-price{font-size:15px}}.groww-stock-change{font-size:10px;font-weight:600;font-family:var(--font-mono)}.ant-card .ant-card-head{min-height:38px;padding:0 10px;border-bottom:1px solid var(--groww-border)}.ant-card .ant-card-head-title{padding:8px 0;font-size:13px}.ant-card .ant-card-extra{padding:8px 0;font-size:11px}@media(max-width:767px){.ant-card .ant-card-head-wrapper{flex-wrap:wrap;row-gap:4px}}.settings-actions{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0}.settings-actions-token{width:100%}.settings-actions-btns{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}.settings-actions-btns>:first-child{grid-column:1 / -1}.settings-actions-btns .ant-btn,.settings-actions-btns>span{width:100%;min-width:0}@media(min-width:768px){.settings-actions{flex-direction:row;flex-wrap:nowrap;align-items:center}.settings-actions-token{flex:1 1 240px;max-width:360px}.settings-actions-btns{display:flex;flex:0 0 auto;width:auto}.settings-actions-btns>:first-child{grid-column:auto}.settings-actions-btns .ant-btn,.settings-actions-btns>span{width:auto}}.ant-card .ant-card-body{padding:10px}@media(min-width:768px){.ant-card .ant-card-head{min-height:46px;padding:0 16px}.ant-card .ant-card-head-title{padding:12px 0;font-size:14px}.ant-card .ant-card-extra{padding:12px 0;font-size:12px}.ant-card .ant-card-body{padding:16px}}.ant-empty-normal{margin:12px 0}.ant-empty-normal .ant-empty-image{height:36px}.ant-empty-description{color:var(--groww-text-muted);font-size:11px}@keyframes groww-pulse{0%{transform:scale(.95);box-shadow:0 0 #00d09cb3}70%{transform:scale(1);box-shadow:0 0 0 5px #00d09c00}to{transform:scale(.95);box-shadow:0 0 #00d09c00}}.live-pulse-dot{width:7px;height:7px;background-color:var(--groww-green);border-radius:50%;display:inline-block;animation:groww-pulse 2s infinite}.groww-bottom-nav{display:none}@media(max-width:767px){.groww-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:calc(52px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#16191ef7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--groww-border);z-index:100;align-items:center;justify-content:space-around}.groww-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--groww-text-muted);font-size:9.5px;font-weight:600;gap:2px;cursor:pointer;background:transparent;border:none;padding:0;transition:color .15s ease;-webkit-user-select:none;user-select:none;position:relative}.groww-nav-item .nav-icon{font-size:17px;transition:transform .15s ease}.groww-nav-item.active{color:var(--groww-green)}.groww-nav-item.active .nav-icon{transform:translateY(-1px)}.groww-nav-item.active:after{content:"";position:absolute;top:0;width:20px;height:2px;background:var(--groww-green);border-radius:2px}}.contract-note{background:var(--groww-surface);border:1px solid var(--groww-border);border-radius:10px;padding:10px 12px}.contract-note-head{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--groww-border)}.contract-note-pnl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:12px}.contract-note-pnl .pnl-box{background:var(--groww-card);border:1px solid var(--groww-border);border-radius:6px;padding:6px 8px}.contract-note-pnl .label{color:var(--groww-text-sub);font-size:9.5px;font-weight:500;display:block;margin-bottom:2px;text-transform:uppercase}.contract-note-pnl .value{font-size:14px;font-weight:700;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.terminal-wrap{background:#0d0f12;border:1px solid var(--groww-border);border-radius:10px;padding:8px;height:min(55vh,480px);overflow:hidden;box-shadow:inset 0 2px 8px #00000080}.terminal-wrap .xterm{height:100%}.guide-ol{padding-left:1.2rem;color:var(--groww-text-sub);line-height:1.6}.guide-ol code{background:#1c2027;color:#00d09c;padding:2px 6px;border-radius:4px;font-family:var(--font-mono);font-size:11px}.indicator-pill-bar{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.indicator-pill-bar::-webkit-scrollbar{display:none}.history-days-head{display:flex;flex-direction:column;gap:2px}.history-day-select.ant-select .ant-select-selector{background:#16191e!important;border:1px solid #282d37!important;border-radius:10px!important;min-height:44px;color:#fff!important}.history-day-select.ant-select-focused .ant-select-selector{border-color:#00d09c!important;box-shadow:0 0 0 2px #00d09c26!important}.history-day-select .ant-select-selection-item{font-weight:600;font-variant-numeric:tabular-nums}.history-day-select-dropdown{background:#12151a!important;border:1px solid #282d37;border-radius:10px;padding:4px}.history-day-select-dropdown .ant-select-item{color:#fff;border-radius:8px;padding:8px 10px}.history-day-select-dropdown .ant-select-item-option-selected,.history-day-select-dropdown .ant-select-item-option-active{background:#00d09c1a!important}.history-day-option{display:grid;grid-template-columns:minmax(96px,1.4fr) 1fr auto;gap:8px;align-items:center;width:100%}.history-day-list{display:flex;flex-direction:column;gap:6px;max-height:min(42vh,360px);overflow-y:auto;padding:2px;-webkit-overflow-scrolling:touch}.history-day-row{display:grid;grid-template-columns:minmax(96px,1.4fr) 1fr auto;gap:8px;align-items:center;width:100%;text-align:left;background:#16191e;border:1px solid #282d37;border-radius:10px;padding:8px 12px;cursor:pointer;color:#fff}.history-day-row:hover{border-color:#00d09c59}.history-day-row.active{border-color:#00d09c;background:#00d09c14}.history-day-date{font-weight:700;font-size:13px;font-variant-numeric:tabular-nums;line-height:1.25}.history-day-meta{font-size:11px;color:#8e9aa8}.history-day-pnl{font-family:var(--font-mono);font-weight:700;font-size:12.5px}.login-shell{min-height:100dvh;width:100%;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--groww-bg)}.login-card{width:100%;max-width:400px;background:var(--groww-card);border:1px solid var(--groww-border);border-radius:14px;padding:22px 20px 20px;box-shadow:0 12px 40px #00000059}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:18px}.login-card input,.login-card textarea{user-select:text;-webkit-user-select:text}
