:root{--wv-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.wv-ai-shell{--wv-bg:#fff;--wv-bg-soft:#f7f7f8;--wv-bg-elevated:#fff;--wv-bg-elevated-2:#f3f4f6;--wv-text:#171717;--wv-muted:#6f7177;--wv-border:#0000001a;--wv-border-strong:#00000029;--wv-accent:#10a37f;--wv-accent-soft:#10a37f1f;--wv-danger:#d92d20;--wv-shadow:0 24px 70px #0000002e;--wv-radius-lg:28px;--wv-radius-md:18px;--wv-radius-sm:12px;--wv-chat-width:min(880px, 100%);background:var(--wv-bg);width:100%;min-height:640px;color:var(--wv-text);font-family:var(--wv-font);grid-template-columns:minmax(0,1fr);display:grid;position:relative;overflow:hidden}.wv-ai-shell.wv-theme-dark{--wv-bg:#090d14;--wv-bg-soft:#101826;--wv-bg-elevated:#131a28;--wv-bg-elevated-2:#1b2637;--wv-text:#f6f7fb;--wv-muted:#9aa4b5;--wv-border:#ffffff1a;--wv-border-strong:#ffffff29;--wv-accent:#7ce6c4;--wv-accent-soft:#7ce6c41f;--wv-danger:#ff6b6b;--wv-shadow:0 24px 70px #0000008c}.wv-ai-shell *{box-sizing:border-box}.wv-ai-shell button,.wv-ai-shell textarea,.wv-ai-shell input,.wv-ai-shell select{font:inherit}.wv-icon-btn,.wv-mini-btn,.wv-primary-btn,.wv-secondary-btn,.wv-send-btn,.wv-voice-orb{cursor:pointer;border:0}.wv-icon-btn{width:42px;height:42px;color:var(--wv-text);background:0 0;border-radius:14px;justify-content:center;align-items:center;transition:background .15s,transform .15s,color .15s;display:inline-flex}.wv-icon-btn:hover,.wv-mini-btn:hover,.wv-message-actions button:hover{background:var(--wv-bg-elevated-2)}.wv-icon-btn:active,.wv-send-btn:active,.wv-voice-orb:active{transform:scale(.96)}.wv-primary-btn,.wv-secondary-btn{border-radius:999px;min-height:42px;padding:0 18px;font-weight:700}.wv-primary-btn{color:#fff;background:#2e2f33}.wv-theme-dark .wv-primary-btn{color:#08120f;background:var(--wv-accent)}.wv-secondary-btn{color:var(--wv-text);background:var(--wv-bg-elevated-2)}.wv-mini-btn{background:var(--wv-bg-elevated-2);min-height:32px;color:var(--wv-text);border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:13px;display:inline-flex}.wv-relative{position:relative}.wv-muted{color:var(--wv-muted)}.wv-chat-surface{z-index:1;background:var(--wv-bg);grid-template-rows:auto auto minmax(0,1fr) auto auto;width:100%;min-width:0;display:grid;position:relative}.wv-chat-header{border-bottom:1px solid var(--wv-border);background:color-mix(in srgb, var(--wv-bg) 92%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;gap:18px;height:72px;padding:0 22px;display:flex}.wv-header-left,.wv-header-right{align-items:center;gap:10px;min-width:0;display:flex}.wv-title-button{color:var(--wv-text);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;min-width:0;font-size:21px;font-weight:760;display:inline-flex}.wv-title-button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wv-header-subtitle{color:var(--wv-muted);font-size:13px}.wv-status-pill{border:1px solid var(--wv-border);min-height:34px;color:var(--wv-muted);background:var(--wv-bg-soft);border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.wv-status-dot{background:var(--wv-muted);border-radius:999px;width:8px;height:8px}.wv-status-pill--listening .wv-status-dot,.wv-status-pill--speaking .wv-status-dot,.wv-status-pill--generating .wv-status-dot,.wv-status-pill--thinking .wv-status-dot,.wv-status-pill.is-processing .wv-status-dot{background:var(--wv-accent);box-shadow:0 0 0 6px var(--wv-accent-soft);animation:1.2s ease-in-out infinite wvPulse}.wv-status-pill--error .wv-status-dot{background:var(--wv-danger)}.wv-context-row{border-bottom:1px solid var(--wv-border);justify-content:center;align-items:center;gap:10px;min-height:52px;padding:8px 18px;display:flex}.wv-context-chips{max-width:var(--wv-chat-width);flex-wrap:wrap;align-items:center;gap:8px;display:flex}.wv-context-chips--compact{max-height:38px;overflow:hidden}.wv-chip{border:1px solid var(--wv-border);min-height:30px;color:var(--wv-text);background:var(--wv-bg-soft);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:0 11px;font-size:13px;font-weight:700;display:inline-flex}.wv-chip--accent{color:var(--wv-accent);border-color:color-mix(in srgb, var(--wv-accent) 45%, transparent);background:var(--wv-accent-soft)}.wv-message-scroll{scroll-behavior:smooth;min-height:0;overflow:auto}.wv-message-stack{width:var(--wv-chat-width);max-width:100%;margin:0 auto;padding:34px 22px 18px}.wv-message{gap:12px;margin-bottom:32px;display:grid}.wv-message--assistant{grid-template-columns:36px minmax(0,1fr)}.wv-message--user{justify-content:flex-end;display:flex}.wv-assistant-avatar{background:var(--wv-bg-elevated-2);width:34px;height:34px;color:var(--wv-accent);border:1px solid var(--wv-border);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.wv-message-body{min-width:0}.wv-message-content{color:var(--wv-text);overflow-wrap:anywhere;font-size:16px;line-height:1.72}.wv-message-content p{margin:0 0 8px}.wv-message--user .wv-message-body{background:var(--wv-bg-elevated-2);border-radius:24px;max-width:min(680px,86%);padding:14px 18px}.wv-theme-dark .wv-message--user .wv-message-body{background:#1a283c}.wv-stream-caret{background:var(--wv-accent);vertical-align:middle;border-radius:999px;width:8px;height:18px;margin-inline-start:4px;animation:1s steps(2,start) infinite wvBlink;display:inline-block}.wv-message-meta{color:var(--wv-muted);flex-wrap:wrap;gap:6px;margin-top:6px;font-size:12px;display:flex}.wv-message-meta span{background:var(--wv-bg-soft);border:1px solid var(--wv-border);border-radius:999px;padding:3px 8px}.wv-message-actions{color:var(--wv-muted);flex-wrap:wrap;align-items:center;gap:2px;margin-top:14px;display:flex}.wv-message-actions button{min-width:34px;min-height:34px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.wv-message-actions button.is-active{color:var(--wv-accent)}.wv-sources-pill{font-weight:700;width:auto!important;padding:0 10px!important}.wv-source-dots{align-items:center;margin-inline-end:2px;display:inline-flex}.wv-source-dots i{border:2px solid var(--wv-bg);background:linear-gradient(135deg,#1f6fff,#8e5bff);border-radius:999px;width:18px;height:18px;display:inline-block}.wv-source-dots i+i{margin-inline-start:-8px}.wv-composer-shell{width:var(--wv-chat-width);max-width:100%;margin:0 auto;padding:12px 22px 14px}.wv-composer{border:1px solid var(--wv-border-strong);border-radius:var(--wv-radius-lg);background:var(--wv-bg-elevated);grid-template-columns:42px minmax(0,1fr) 42px 48px;align-items:center;gap:8px;min-height:66px;padding:8px;display:grid;box-shadow:0 8px 28px #00000014}.wv-theme-dark .wv-composer{box-shadow:0 16px 42px #00000057}.wv-composer textarea{resize:none;width:100%;min-height:34px;max-height:140px;color:var(--wv-text);background:0 0;border:0;outline:none;font-size:16px;line-height:1.5}.wv-composer textarea::placeholder{color:color-mix(in srgb, var(--wv-muted) 80%, transparent)}.wv-composer-note{color:var(--wv-muted);text-align:center;margin:9px 8px 0;font-size:12px}.wv-send-btn,.wv-voice-orb{color:#fff;background:#0f0f0f;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;position:relative}.wv-theme-dark .wv-send-btn,.wv-theme-dark .wv-voice-orb{color:#070b12;background:#f6f7fb}.wv-voice-orb.is-active{outline:4px solid var(--wv-accent-soft)}.wv-voice-ring{border:2px solid var(--wv-accent);border-radius:inherit;animation:1.1s ease-out infinite wvVoiceRing;position:absolute;inset:-6px}.wv-stop-btn{color:var(--wv-danger)}.wv-confirm-btn{background:var(--wv-accent-soft);color:var(--wv-accent)}.wv-composer--voice-draft{grid-template-columns:42px minmax(0,1fr) 42px 42px}.wv-mini-wave{align-items:center;gap:3px;height:36px;display:flex;overflow:hidden}.wv-mini-wave i{background:var(--wv-muted);opacity:.9;border-radius:99px;width:3px;height:8px}.wv-mini-wave.is-active i{animation:.9s ease-in-out infinite wvWave}.wv-mini-wave i:nth-child(2n){height:16px}.wv-mini-wave i:nth-child(3n){height:22px}.wv-mini-wave i:nth-child(5n){height:28px}.wv-dashboard-sidebar{z-index:40;pointer-events:none;width:min(390px,86vw);transition:transform .22s;position:absolute;inset:0 auto 0 0;transform:translate(-105%)}.wv-dashboard-sidebar.is-open{pointer-events:auto;transform:translate(0)}.wv-sidebar-inner{background:var(--wv-bg-elevated);border-right:1px solid var(--wv-border);height:100%;box-shadow:var(--wv-shadow);flex-direction:column;padding:22px;display:flex}.wv-sidebar-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.wv-brand-mark,.wv-user-avatar,.wv-sidebar-avatar{background:var(--wv-bg-elevated-2);width:34px;height:34px;color:var(--wv-text);border:1px solid var(--wv-border);border-radius:999px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.wv-brand-mark{color:var(--wv-accent)}.wv-sidebar-nav,.wv-sidebar-section{gap:8px;display:grid}.wv-sidebar-nav button,.wv-sidebar-list-row,.wv-project-card button{width:100%;min-height:44px;color:var(--wv-text);text-align:start;cursor:pointer;background:0 0;border:0;border-radius:14px;align-items:center;gap:12px;padding:0 10px;display:flex}.wv-sidebar-nav button:hover,.wv-sidebar-list-row:hover,.wv-sidebar-list-row.is-active,.wv-project-card button:hover{background:var(--wv-bg-elevated-2)}.wv-sidebar-section{margin-top:18px}.wv-sidebar-section h3{color:var(--wv-text);margin:0 0 6px;font-size:14px}.wv-sidebar-section-title{justify-content:space-between;align-items:center;gap:8px;display:flex}.wv-sidebar-section--grow{flex:1;min-height:0;overflow:auto}.wv-sidebar-avatar--initials{color:#fff;background:#63c6aa}.wv-sidebar-footer{border-top:1px solid var(--wv-border);align-items:center;gap:12px;padding-top:14px;display:flex}.wv-sidebar-footer span:not(.wv-user-avatar){display:grid}.wv-sidebar-footer small{color:var(--wv-muted)}.wv-backdrop-button{z-index:30;cursor:default;background:#00000029;border:0;position:absolute;inset:0}.wv-intelligence-layer{z-index:25;position:absolute;top:72px;left:72px}.wv-popover{border:1px solid var(--wv-border);background:var(--wv-bg-elevated);width:min(430px,100vw - 34px);box-shadow:var(--wv-shadow);border-radius:24px;overflow:hidden}.wv-intelligence-menu{padding:18px}.wv-popover-header{color:color-mix(in srgb, var(--wv-accent) 70%, var(--wv-text));letter-spacing:.14em;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px;font-weight:900;display:flex}.wv-menu-section{gap:5px;display:grid}.wv-menu-row{width:100%;min-height:62px;color:var(--wv-text);cursor:pointer;text-align:start;background:0 0;border:0;border-radius:15px;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.wv-menu-row span{gap:4px;display:grid}.wv-menu-row small,.wv-select-row span,.wv-toggle-row small{color:var(--wv-muted)}.wv-menu-row.is-selected{background:color-mix(in srgb, var(--wv-accent) 18%, var(--wv-bg-elevated-2))}.wv-menu-row.is-disabled{cursor:not-allowed;opacity:.45}.wv-menu-divider{background:var(--wv-border);height:1px;margin:14px 8px}.wv-select-row,.wv-toggle-row{justify-content:space-between;align-items:center;gap:14px;min-height:54px;display:flex}.wv-select-row select,.wv-input-label input{border:1px solid var(--wv-border);background:var(--wv-bg-soft);min-height:42px;color:var(--wv-text);border-radius:12px;outline:none;padding:0 12px}.wv-toggle-row span{gap:3px;display:grid}.wv-toggle-row input{width:44px;height:24px;accent-color:var(--wv-accent)}.wv-chat-actions-menu{z-index:26;width:250px;padding:8px;position:absolute;top:48px;right:0}.wv-action-row{width:100%;min-height:48px;color:var(--wv-text);cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:0 10px;display:flex}.wv-action-row:hover{background:var(--wv-bg-elevated-2)}.wv-action-row--danger{color:var(--wv-danger)}.wv-action-row-chevron{margin-inline-start:auto}.wv-project-drawer{z-index:34;background:var(--wv-bg-elevated);border-left:1px solid var(--wv-border);width:min(420px,92vw);box-shadow:var(--wv-shadow);grid-template-rows:auto auto minmax(0,1fr);display:grid;position:absolute;inset:0 0 0 auto}.wv-project-drawer-header{border-bottom:1px solid var(--wv-border);justify-content:space-between;align-items:start;gap:14px;padding:20px;display:flex}.wv-project-drawer-header h2,.wv-activity-header h2,.wv-modal h2{margin:0;font-size:20px}.wv-project-drawer-header small{color:var(--wv-muted)}.wv-project-tabs{border-bottom:1px solid var(--wv-border);gap:6px;padding:12px 16px;display:flex;overflow-x:auto}.wv-project-tabs button{background:var(--wv-bg-soft);min-height:34px;color:var(--wv-muted);cursor:pointer;white-space:nowrap;border:0;border-radius:999px;padding:0 12px}.wv-project-tabs button.is-active{color:var(--wv-text);background:var(--wv-accent-soft)}.wv-project-drawer-body{align-content:start;gap:12px;padding:16px;display:grid;overflow:auto}.wv-project-card{border:1px solid var(--wv-border);background:var(--wv-bg-soft);border-radius:18px;padding:16px}.wv-project-card h3{margin:0 0 10px}.wv-project-card p{color:var(--wv-muted);line-height:1.6}.wv-project-item{border-top:1px solid var(--wv-border);align-items:center;gap:10px;min-height:42px;display:flex}.wv-project-item small{color:var(--wv-muted);margin-inline-start:auto}.wv-modal-backdrop{z-index:60;background:#00000057;justify-content:center;align-items:center;padding:22px;display:flex;position:absolute;inset:0}.wv-modal{border:1px solid var(--wv-border);background:var(--wv-bg-elevated);width:min(620px,100%);box-shadow:var(--wv-shadow);border-radius:24px;padding:18px}.wv-modal-header{justify-content:space-between;align-items:start;gap:14px;margin-bottom:16px;display:flex}.wv-modal-header p{color:var(--wv-muted);margin:6px 0 0}.wv-modal-footer{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.wv-input-label{gap:8px;font-weight:700;display:grid}.wv-template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.wv-template-card{border:1px solid var(--wv-border);background:var(--wv-bg-soft);min-height:120px;color:var(--wv-text);text-align:start;cursor:pointer;border-radius:16px;align-content:start;gap:6px;padding:14px;display:grid}.wv-template-card.is-selected{border-color:var(--wv-accent);background:var(--wv-accent-soft)}.wv-template-icon{font-size:22px}.wv-template-card small{color:var(--wv-muted);line-height:1.45}.wv-feedback-modal textarea{resize:vertical;border:1px solid var(--wv-border);width:100%;min-height:150px;color:var(--wv-text);background:var(--wv-bg-soft);border-radius:14px;outline:none;padding:14px;line-height:1.5}.wv-stars{gap:4px;margin-bottom:12px;display:flex}.wv-stars button{color:var(--wv-muted);cursor:pointer;background:0 0;border:0}.wv-stars button.is-active{color:#f5a524}.wv-activity-overlay{z-index:55;background:#0000002e;justify-content:center;align-items:flex-end;padding:18px;display:flex;position:absolute;inset:0}.wv-activity-panel{border:1px solid var(--wv-border);background:var(--wv-bg-elevated);width:min(620px,100%);max-height:min(82vh,780px);box-shadow:var(--wv-shadow);border-radius:28px;grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}.wv-activity-handle{background:var(--wv-border-strong);border-radius:999px;width:74px;height:4px;margin:10px auto 0}.wv-activity-header{justify-content:space-between;align-items:center;padding:24px 26px 10px;display:flex}.wv-activity-header div{align-items:baseline;gap:12px;display:flex}.wv-activity-header span{color:var(--wv-muted)}.wv-activity-body{padding:8px 26px 26px;overflow:auto}.wv-activity-body h3{margin:0 0 14px}.wv-activity-steps{gap:18px;margin:0;padding:0;list-style:none;display:grid}.wv-activity-step{grid-template-columns:28px minmax(0,1fr);gap:10px;display:grid;position:relative}.wv-activity-step:not(:last-child):before{content:"";background:var(--wv-border);width:1px;height:calc(100% + 8px);position:absolute;top:28px;left:13px}.wv-activity-marker{width:28px;height:28px;color:var(--wv-muted);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.wv-activity-marker span{background:var(--wv-muted);border-radius:999px;width:9px;height:9px}.wv-activity-step.is-running .wv-activity-marker span{background:var(--wv-accent);animation:1s ease-in-out infinite wvPulse}.wv-activity-step p{color:var(--wv-muted);margin:4px 0 8px;line-height:1.52}.wv-source-chip{background:var(--wv-bg-elevated-2);min-height:32px;color:var(--wv-muted);border-radius:999px;align-items:center;gap:5px;padding:0 10px;display:inline-flex}.wv-voice-session-card{border:1px solid var(--wv-border);background:var(--wv-bg-elevated);border-radius:16px;align-items:center;gap:12px;width:min(520px,100% - 44px);min-height:76px;margin:0 auto 8px;padding:12px 16px;display:flex;box-shadow:0 8px 24px #0000001a}.wv-voice-session-card small{color:var(--wv-muted);display:block}.wv-voice-session-icon{color:var(--wv-accent)}.wv-voice-session-actions{gap:4px;margin-inline-start:auto;display:flex}.wv-voice-session-actions button{width:34px;height:34px;color:var(--wv-muted);cursor:pointer;background:0 0;border:0;border-radius:10px}.wv-voice-session-actions button:hover{background:var(--wv-bg-elevated-2)}@keyframes wvPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(.78)}}@keyframes wvBlink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes wvVoiceRing{0%{opacity:.6;transform:scale(.88)}to{opacity:0;transform:scale(1.18)}}@keyframes wvWave{0%,to{transform:scaleY(.55)}50%{transform:scaleY(1.15)}}@media (width<=860px){.wv-ai-shell{min-height:100dvh}.wv-chat-header{height:64px;padding:0 12px}.wv-header-subtitle,.wv-header-right .wv-status-pill{display:none}.wv-title-button{font-size:20px}.wv-intelligence-layer{top:70px;left:10px;right:10px}.wv-popover{width:100%}.wv-context-row{justify-content:flex-start;overflow-x:auto}.wv-message-stack{padding-inline:18px}.wv-message--assistant{grid-template-columns:28px minmax(0,1fr)}.wv-assistant-avatar{width:28px;height:28px}.wv-message--user .wv-message-body{max-width:92%}.wv-composer-shell{padding:8px 12px 12px}.wv-composer{border-radius:24px;grid-template-columns:38px minmax(0,1fr) 38px 46px}.wv-template-grid{grid-template-columns:1fr}.wv-project-drawer{width:100%}}@media (width<=520px){.wv-context-row .wv-mini-btn{display:none}.wv-message-content{font-size:15px}.wv-chat-actions-menu{right:-6px}.wv-modal-backdrop,.wv-activity-overlay{padding:10px}.wv-modal,.wv-activity-panel{border-radius:20px}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-blue-500:oklch(62.3% .214 259.815);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-4xl:56rem;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--ease-in-out:cubic-bezier(.4, 0, .2, 1);--blur-sm:8px;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.visible{visibility:visible}.visible\!{visibility:visible!important}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing) * 0)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-1\/2{top:50%}.top-3{top:calc(var(--spacing) * 3)}.right-\[108px\]{right:108px}.left-3{left:calc(var(--spacing) * 3)}.z-10{z-index:10}.z-50{z-index:50}.col-span-5{grid-column:span 5/span 5}.col-start-2{grid-column-start:2}.row-span-4{grid-row:span 4/span 4}.float-left{float:left}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.m-1{margin:calc(var(--spacing) * 1)}.m-2{margin:calc(var(--spacing) * 2)}.m-3{margin:calc(var(--spacing) * 3)}.m-4{margin:calc(var(--spacing) * 4)}.m-5{margin:calc(var(--spacing) * 5)}.mx-1{margin-inline:calc(var(--spacing) * 1)}.mx-2{margin-inline:calc(var(--spacing) * 2)}.mx-3{margin-inline:calc(var(--spacing) * 3)}.mx-4{margin-inline:calc(var(--spacing) * 4)}.mx-5{margin-inline:calc(var(--spacing) * 5)}.my-1{margin-block:calc(var(--spacing) * 1)}.my-2{margin-block:calc(var(--spacing) * 2)}.my-3{margin-block:calc(var(--spacing) * 3)}.my-4{margin-block:calc(var(--spacing) * 4)}.my-5{margin-block:calc(var(--spacing) * 5)}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mr-1{margin-right:calc(var(--spacing) * 1)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mr-3{margin-right:calc(var(--spacing) * 3)}.mr-4{margin-right:calc(var(--spacing) * 4)}.mr-5{margin-right:calc(var(--spacing) * 5)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.ml-1{margin-left:calc(var(--spacing) * 1)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-3{margin-left:calc(var(--spacing) * 3)}.ml-4{margin-left:calc(var(--spacing) * 4)}.ml-5{margin-left:calc(var(--spacing) * 5)}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-10{height:calc(var(--spacing) * 10)}.h-11{height:calc(var(--spacing) * 11)}.h-\[34px\]{height:34px}.h-\[42px\]{height:42px}.h-\[48px\]{height:48px}.h-full{height:100%}.max-h-48{max-height:calc(var(--spacing) * 48)}.max-h-\[86vh\]{max-height:86vh}.max-h-\[calc\(86vh-44px\)\]{max-height:calc(86vh - 44px)}.min-h-0{min-height:calc(var(--spacing) * 0)}.min-h-\[320px\]{min-height:320px}.w-\[128px\]{width:128px}.w-full{width:100%}.w-px{width:1px}.max-w-4xl{max-width:var(--container-4xl)}.max-w-\[calc\(100\%-140px\)\]{max-width:calc(100% - 140px)}.min-w-\[132px\]{min-width:132px}.flex-1{flex:1}.shrink{flex-shrink:1}.-translate-y-1\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.touch-none{touch-action:none}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-\[var\(--tv-border\)\]{border-color:var(--tv-border)}.border-\[var\(--tv-border-soft\)\]{border-color:var(--tv-border-soft)}.bg-\[\#131722\]{background-color:#131722}.bg-\[rgba\(8\,13\,22\,\.94\)\]{background-color:#080d16f0}.bg-\[rgba\(8\,153\,129\,\.14\)\]{background-color:#08998124}.bg-\[rgba\(8\,153\,129\,\.15\)\]{background-color:#08998126}.bg-\[rgba\(9\,14\,23\,\.96\)\]{background-color:#090e17f5}.bg-\[rgba\(9\,14\,23\,\.98\)\]{background-color:#090e17fa}.bg-\[rgba\(13\,19\,31\,\.94\)\]{background-color:#0d131ff0}.bg-\[rgba\(41\,98\,255\,\.13\)\]{background-color:#2962ff21}.bg-\[rgba\(41\,98\,255\,\.16\)\]{background-color:#2962ff29}.bg-\[var\(--tv-border\)\]{background-color:var(--tv-border)}.bg-\[var\(--tv-border-soft\)\]{background-color:var(--tv-border-soft)}.bg-black\/25{background-color:#00000040}@supports (color:color-mix(in lab, red, red)){.bg-black\/25{background-color:color-mix(in oklab, var(--color-black) 25%, transparent)}}.bg-black\/35{background-color:#00000059}@supports (color:color-mix(in lab, red, red)){.bg-black\/35{background-color:color-mix(in oklab, var(--color-black) 35%, transparent)}}.bg-black\/55{background-color:#0000008c}@supports (color:color-mix(in lab, red, red)){.bg-black\/55{background-color:color-mix(in oklab, var(--color-black) 55%, transparent)}}.bg-white\/\[\.03\]{background-color:#ffffff08}@supports (color:color-mix(in lab, red, red)){.bg-white\/\[\.03\]{background-color:color-mix(in oklab, var(--color-white) 3%, transparent)}}.fill-\[var\(--tv-green\)\]{fill:var(--tv-green)}.fill-\[var\(--tv-yellow\)\]{fill:var(--tv-yellow)}.p-1{padding:calc(var(--spacing) * 1)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-8{padding-block:calc(var(--spacing) * 8)}.pt-1{padding-top:calc(var(--spacing) * 1)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-5{padding-top:calc(var(--spacing) * 5)}.pr-1{padding-right:calc(var(--spacing) * 1)}.pr-2{padding-right:calc(var(--spacing) * 2)}.pr-3{padding-right:calc(var(--spacing) * 3)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pr-5{padding-right:calc(var(--spacing) * 5)}.pb-1{padding-bottom:calc(var(--spacing) * 1)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.pb-5{padding-bottom:calc(var(--spacing) * 5)}.pl-1{padding-left:calc(var(--spacing) * 1)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-3{padding-left:calc(var(--spacing) * 3)}.pl-4{padding-left:calc(var(--spacing) * 4)}.pl-5{padding-left:calc(var(--spacing) * 5)}.pl-9{padding-left:calc(var(--spacing) * 9)}.text-center{text-align:center}.text-left{text-align:left}.font-mono{font-family:var(--font-mono)}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.leading-3{--tw-leading:calc(var(--spacing) * 3);line-height:calc(var(--spacing) * 3)}.leading-4{--tw-leading:calc(var(--spacing) * 4);line-height:calc(var(--spacing) * 4)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.text-\[\#7fe0cc\]{color:#7fe0cc}.text-\[\#cfe0ff\]{color:#cfe0ff}.text-\[\#ff9aa4\]{color:#ff9aa4}.text-\[var\(--tv-green\)\]{color:var(--tv-green)}.text-\[var\(--tv-muted\)\]{color:var(--tv-muted)}.text-\[var\(--tv-text\)\]{color:var(--tv-text)}.text-\[var\(--tv-yellow\)\]{color:var(--tv-yellow)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.overline{text-decoration-line:overline}.underline{text-decoration-line:underline}.accent-blue-500{accent-color:var(--color-blue-500)}.opacity-45{opacity:.45}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.select-none{-webkit-user-select:none;user-select:none}.selection\:bg-blue-500\/30 ::selection{background-color:#3080ff4d}@supports (color:color-mix(in lab, red, red)){.selection\:bg-blue-500\/30 ::selection{background-color:color-mix(in oklab, var(--color-blue-500) 30%, transparent)}}.selection\:bg-blue-500\/30::selection{background-color:#3080ff4d}@supports (color:color-mix(in lab, red, red)){.selection\:bg-blue-500\/30::selection{background-color:color-mix(in oklab, var(--color-blue-500) 30%, transparent)}}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media (hover:hover){.hover\:bg-\[rgba\(41\,98\,255\,\.12\)\]:hover{background-color:#2962ff1f}.hover\:bg-white\/5:hover{background-color:#ffffff0d}@supports (color:color-mix(in lab, red, red)){.hover\:bg-white\/5:hover{background-color:color-mix(in oklab, var(--color-white) 5%, transparent)}}.hover\:text-\[var\(--tv-text\)\]:hover{color:var(--tv-text)}}}:root{--wv-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--wv-color-canvas:#05080d;--wv-color-shell:#080d14;--wv-color-surface:#0d131d;--wv-color-surface-raised:#131a26;--wv-color-surface-overlay:#090c12;--wv-color-surface-muted:#ffffff0e;--wv-color-border:#273246;--wv-color-border-soft:#abb8d029;--wv-color-border-strong:#becbe247;--wv-color-text:#f3f7ff;--wv-color-text-muted:#94a3b8;--wv-color-text-soft:#f3f7ffb8;--wv-color-accent:#4f8cff;--wv-color-accent-soft:#4f8cff2e;--wv-color-positive:#22ab94;--wv-color-positive-soft:#22ab9429;--wv-color-negative:#f23645;--wv-color-negative-soft:#f2364529;--wv-color-warning:#f6c343;--wv-color-focus:#4f8cff57;--wv-space-1:4px;--wv-space-2:8px;--wv-space-3:12px;--wv-space-4:16px;--wv-space-5:20px;--wv-space-6:24px;--wv-radius-xs:5px;--wv-radius-sm:7px;--wv-radius-md:8px;--wv-radius-lg:10px;--wv-radius-xl:12px;--wv-radius-pill:999px;--wv-shadow-popover:0 18px 42px #00000061;--wv-shadow-modal:0 26px 72px #00000085;--wv-z-dropdown:45;--wv-z-modal:80;--wv-control-height-sm:30px;--wv-control-height-md:36px;--wv-control-height-lg:44px}.wv-ui-button,.wv-ui-icon-button,.wv-ui-segment-button,.wv-ui-select{font:inherit}.wv-ui-button,.wv-ui-icon-button,.wv-ui-segment-button{justify-content:center;align-items:center;gap:var(--wv-space-2);border:1px solid var(--wv-color-border-soft);border-radius:var(--wv-radius-sm);background:var(--wv-color-surface-muted);color:var(--wv-color-text);letter-spacing:0;font-weight:820;transition:background-color .16s,border-color .16s,color .16s,opacity .16s,transform .16s,box-shadow .16s;display:inline-flex}.wv-ui-button:hover,.wv-ui-icon-button:hover,.wv-ui-segment-button:hover{border-color:var(--wv-color-border-strong);background:#ffffff16}.wv-ui-button:focus-visible,.wv-ui-icon-button:focus-visible,.wv-ui-segment-button:focus-visible,.wv-ui-select:focus-visible{border-color:var(--wv-color-accent);box-shadow:0 0 0 3px var(--wv-color-focus);outline:0}.wv-ui-button:disabled,.wv-ui-icon-button:disabled,.wv-ui-segment-button:disabled{cursor:not-allowed;opacity:.58;transform:none}.wv-ui-button[data-size=sm],.wv-ui-segment-button[data-size=sm]{min-height:var(--wv-control-height-sm);padding:0 10px;font-size:12px}.wv-ui-button[data-size=md],.wv-ui-segment-button[data-size=md]{min-height:var(--wv-control-height-md);padding:0 12px;font-size:13px}.wv-ui-button[data-size=lg],.wv-ui-segment-button[data-size=lg]{min-height:var(--wv-control-height-lg);padding:0 16px;font-size:14px}.wv-ui-button[data-variant=primary],.wv-ui-button[data-active=true],.wv-ui-segment-button[aria-pressed=true]{color:#05070a;background:#fff;border-color:#ffffffeb}.wv-ui-button[data-variant=accent]{background:var(--wv-color-accent);color:#fff;border-color:#4f8cff9e}.wv-ui-button[data-variant=danger]{background:var(--wv-color-negative-soft);color:#fecaca;border-color:#f236456b}.wv-ui-button[data-variant=ghost],.wv-ui-icon-button[data-variant=ghost]{background:0 0}.wv-ui-icon-button{width:var(--wv-control-height-md);min-width:var(--wv-control-height-md);height:var(--wv-control-height-md);padding:0}.wv-ui-icon-button[data-size=sm]{width:var(--wv-control-height-sm);min-width:var(--wv-control-height-sm);height:var(--wv-control-height-sm)}.wv-ui-icon-button[data-size=lg]{width:var(--wv-control-height-lg);min-width:var(--wv-control-height-lg);height:var(--wv-control-height-lg)}.wv-ui-icon-button[aria-pressed=true],.wv-ui-icon-button[data-active=true]{background:var(--wv-color-accent-soft);color:#dbeafe;border-color:#4f8cff85}.wv-ui-segmented{gap:var(--wv-space-2);flex-wrap:wrap;display:inline-flex}.wv-ui-pill{border:1px solid var(--wv-color-border-soft);border-radius:var(--wv-radius-pill);background:var(--wv-color-surface-muted);min-height:28px;color:var(--wv-color-text-soft);letter-spacing:0;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:820;display:inline-flex}.wv-ui-pill[data-tone=accent]{background:var(--wv-color-accent-soft);color:#dbeafe;border-color:#4f8cff61}.wv-ui-pill[data-tone=positive]{background:var(--wv-color-positive-soft);color:#bbf7d0;border-color:#22ab945c}.wv-ui-field{color:var(--wv-color-text-soft);gap:7px;font-size:13px;font-weight:820;display:grid}.wv-ui-field input,.wv-ui-field textarea,.wv-ui-select{border:1px solid var(--wv-color-border-soft);border-radius:var(--wv-radius-sm);width:100%;color:var(--wv-color-text);background:#ffffff0e;outline:0;padding:12px}.wv-ui-select{min-height:var(--wv-control-height-md);padding:0 10px}.wv-ui-modal-panel{border:1px solid var(--wv-color-border-soft);border-radius:var(--wv-radius-md);background:var(--wv-color-surface-overlay);color:var(--wv-color-text);box-shadow:var(--wv-shadow-modal)}.wv-ui-tooltip-host{position:relative}.wv-ui-tooltip-host[data-tooltip]:hover:after,.wv-ui-tooltip-host[data-tooltip]:focus-visible:after{z-index:calc(var(--wv-z-dropdown) + 1);border:1px solid var(--wv-color-border-soft);border-radius:var(--wv-radius-xs);width:max-content;max-width:220px;color:var(--wv-color-text);box-shadow:var(--wv-shadow-popover);content:attr(data-tooltip);pointer-events:none;background:#080b10;padding:7px 9px;font-size:12px;line-height:1.35;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--tv-bg:#05080d;--tv-surface:#0b111a;--tv-surface-2:#111827;--tv-surface-3:#172033;--tv-border:#1f2a3a;--tv-border-soft:#94a3b829;--tv-text:#dce6f6;--tv-muted:#8492a6;--tv-blue:#2962ff;--tv-blue-soft:#2962ff29;--tv-green:#089981;--tv-red:#f23645;--tv-yellow:#f2c94c;background:#05080d;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.wv-save-layout-btn{color:#f5f7fb!important;min-width:54px!important;padding:0 12px!important;font-weight:800!important}.tv-exact-topbar .tv-publish-btn{color:#05070b;letter-spacing:0;background:#fff;border:1px solid #ffffffe6;border-radius:999px;min-width:82px;height:34px;font-size:13px;font-weight:900}.tv-exact-topbar .tv-publish-btn:hover{background:#e9f1ff;border-color:#e9f1ff}.wv-join-modal-backdrop{z-index:5000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000094;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.wv-join-modal{background:#16191f;border:1px solid #94b4ff47;border-radius:14px;width:min(720px,100vw - 32px);position:relative;overflow:hidden;box-shadow:0 26px 80px #0000007a}.wv-join-close{z-index:2;color:#f8fbff;background:#ffffff14;border:0;border-radius:9px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:14px;right:14px}.wv-join-visual{background:radial-gradient(circle at 38% 48%,#60a5fa6b,#0000 26%),linear-gradient(115deg,#28b7ff 0%,#5a69ff 48%,#be3df4 100%);height:220px;position:relative;overflow:hidden}.wv-join-visual span,.wv-join-visual i,.wv-join-visual em,.wv-join-visual b{border-radius:999px;position:absolute;transform:translate(-50%,-50%)}.wv-join-visual span{border:1px solid #ffffff47;width:250px;height:250px;animation:5.5s ease-in-out infinite wvJoinPulse;top:50%;left:50%;box-shadow:inset 0 0 34px #ffffff2e,0 0 70px #0c142852}.wv-join-visual i,.wv-join-visual em{background:0 0;border:1px solid #ffffff80;width:310px;height:116px;animation:7s linear infinite wvJoinOrbit;top:50%;left:50%}.wv-join-visual em{opacity:.7;width:280px;height:136px;animation-duration:9s;animation-direction:reverse}.wv-join-visual b{background:#fff;width:10px;height:10px;animation:4s ease-in-out infinite wvJoinSpark;top:50%;left:50%;box-shadow:52px -24px #ffffffbf,-76px 22px #ffffff9e,90px 46px #ffffff70,-18px -70px #ffffff85}.wv-join-copy p{color:#7fb6ff;text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:12px;font-weight:800}.wv-join-copy h2{color:#fff;letter-spacing:0;margin:0 0 12px;font-size:clamp(28px,4vw,42px);font-weight:900;line-height:1.02}.wv-join-copy span{color:#cbd5e1;max-width:590px;font-size:17px;line-height:1.55;display:block}.wv-join-actions{justify-content:center;align-items:center;gap:12px;padding:24px 32px 34px;display:flex}.wv-join-primary,.wv-join-secondary{border-radius:13px;justify-content:center;align-items:center;min-width:170px;height:52px;font-weight:900;text-decoration:none;display:inline-flex}.wv-join-secondary{color:#e5eefc;background:#ffffff0a;border:1px solid #94a3b852}@keyframes wvJoinOrbit{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes wvJoinPulse{0%,to{opacity:.72;transform:translate(-50%,-50%)scale(.94)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.06)}}@keyframes wvJoinSpark{0%,to{opacity:.48;transform:translate(-50%,-50%)scale(.88)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.18)}}@media (width<=720px){.wv-join-visual{height:170px}.wv-join-copy{padding:24px 22px 6px}.wv-join-actions{flex-direction:column;padding:20px 22px 28px}.wv-join-primary,.wv-join-secondary{width:100%}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;overflow:hidden}body{background:radial-gradient(circle at 50% -20%, #132036 0%, var(--tv-bg) 36%, #03060a 100%);color:var(--tv-text)}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.tv-app{height:100vh;color:var(--tv-text);background:linear-gradient(#07101d 0%,#05080d 100%);overflow:hidden}.tv-topbar{border-bottom:1px solid var(--tv-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#070c14eb;align-items:center;gap:10px;height:42px;padding:0 12px;display:flex}.tv-brand{letter-spacing:-.03em;align-items:center;gap:9px;font-weight:800;display:flex}.tv-logo{color:#fff;background:linear-gradient(135deg,#2962ff,#00c2ff);border-radius:9px;place-items:center;width:26px;height:26px;display:grid;box-shadow:0 0 18px #2962ff6b}.tv-menu-button{height:30px;color:var(--tv-muted);border-radius:8px;padding:0 10px;transition:all .15s}.tv-menu-button:hover{color:var(--tv-text);background:#94a3b81a}.tv-menu{border:1px solid var(--tv-border);opacity:0;pointer-events:none;z-index:30;background:#0d131ffa;border-radius:14px;min-width:210px;padding:8px;transition:all .16s;position:absolute;top:34px;left:0;transform:translateY(-4px);box-shadow:0 22px 70px #00000075}.group:hover .tv-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.tv-menu-item{text-align:left;width:100%;color:var(--tv-muted);border-radius:9px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.tv-menu-item:hover{background:var(--tv-blue-soft);color:#dbe7ff}.tv-pill{border:1px solid var(--tv-border-soft);height:28px;color:var(--tv-muted);background:#ffffff09;border-radius:999px;align-items:center;gap:7px;padding:0 10px;font-size:12px;display:inline-flex}.tv-pill.active{background:var(--tv-blue-soft);color:#bcd0ff;border-color:#2962ff6b}.tv-icon-btn{min-width:32px;height:32px;color:var(--tv-muted);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:6px;transition:all .15s;display:inline-flex}.tv-icon-btn:hover{border-color:var(--tv-border-soft);color:var(--tv-text);background:#ffffff0b}.tv-icon-btn.active{background:var(--tv-blue-soft);color:#cfe0ff;border-color:#2962ff7a}.tv-grid{background:var(--tv-border);grid-template-rows:minmax(0,1fr) 250px 28px;grid-template-columns:300px minmax(640px,1fr) 340px;gap:1px;height:calc(100vh - 84px);display:grid}.tv-panel{background:#090e17fa;min-width:0}.tv-panel-card{border:1px solid var(--tv-border-soft);background:linear-gradient(#111827db,#0a0f18db);border-radius:16px;box-shadow:inset 0 1px #ffffff0a}.tv-panel-title{border-bottom:1px solid var(--tv-border-soft);letter-spacing:.02em;color:#c9d6ea;justify-content:space-between;align-items:center;height:40px;padding:0 12px;font-size:12px;font-weight:700;display:flex}.tv-muted{color:var(--tv-muted)}.tv-table{border-collapse:collapse;width:100%;font-size:12px}.tv-table th{z-index:1;color:var(--tv-muted);text-align:right;border-bottom:1px solid var(--tv-border-soft);background:#0b111af5;padding:8px;font-weight:600;position:sticky;top:0}.tv-table th:first-child,.tv-table td:first-child{text-align:left}.tv-table td{text-align:right;border-bottom:1px solid #94a3b814;padding:7px 8px}.tv-table tr:hover td{background:#2962ff14}.tv-input,.tv-select{border:1px solid var(--tv-border-soft);height:34px;color:var(--tv-text);background:#03070cad;border-radius:10px;outline:none;padding:0 10px}.tv-input:focus,.tv-select:focus{border-color:#2962ffb8;box-shadow:0 0 0 3px #2962ff29}.tv-primary{color:#fff;background:#2962ff;border-radius:10px;font-weight:700;transition:all .15s}.tv-primary:hover{filter:brightness(1.08)}.tv-danger{color:#ff9aa4;background:#f2364529;border:1px solid #f2364547;border-radius:10px}.tv-success{color:#7fe0cc;background:#08998129;border:1px solid #08998147;border-radius:10px}.tv-status{color:var(--tv-muted);background:#070c14f5;grid-column:1/-1;justify-content:space-between;align-items:center;padding:0 12px;font-size:12px;display:flex}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#05080d}::-webkit-scrollbar-thumb{background:#25344a;border:2px solid #05080d;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#334863}.tv-grid-resizable{background:var(--tv-border);-webkit-user-select:none;user-select:none;gap:0;height:calc(100vh - 84px);display:grid}.tv-resize-x{cursor:col-resize;background:linear-gradient(90deg,#0000,#94a3b829,#0000);transition:background .15s}.tv-resize-x:hover{background:#2962ff52}.tv-resize-y{cursor:row-resize;background:linear-gradient(#0000,#94a3b829,#0000);transition:background .15s}.tv-resize-y:hover{background:#2962ff52}.tv-resizing,.tv-resizing *{cursor:grabbing!important;-webkit-user-select:none!important;user-select:none!important}.tv-panel,.tv-panel-card,.tv-pill,.tv-input,.tv-select,.tv-icon-btn,.tv-primary,.tv-danger,.tv-success{transition:border-color .16s,background-color .16s,transform .16s,box-shadow .16s,opacity .16s}.tv-panel-card:hover{border-color:#94a3b847}.tv-pill:hover{color:#cfe0ff;border-color:#2962ff66;transform:translateY(-1px)}.tv-icon-btn:hover,.tv-primary:hover,.tv-success:hover,.tv-danger:hover{transform:translateY(-1px)}:root{--tv-bg:#131722;--tv-deep:#0b0f17;--tv-surface:#111722;--tv-surface-2:#171b26;--tv-border:#2a2e39;--tv-border-soft:#b2b5be2e;--tv-text:#d1d4dc;--tv-muted:#787b86;--tv-blue:#2962ff;--tv-green:#089981;--tv-red:#f23645;--tv-yellow:#f6c343}.tv-tradingview{background:#131722}.tv-topbar{background:#0b0f17;border-bottom:1px solid #2a2e39;align-items:center;gap:16px;height:38px;padding:0 10px;display:flex}.tv-brand{gap:9px;width:165px}.tv-brand b{font-size:14px;line-height:14px;display:block}.tv-brand small{color:var(--tv-muted);font-size:10px;font-weight:700;display:block}.tv-logo{border-radius:9px;width:29px;height:29px}.tv-menubar{align-items:center;gap:2px;height:100%;display:flex}.tv-menubar button{color:#b2b5be;height:100%;padding:0 12px;font-size:14px}.tv-menubar button:hover{color:#fff;background:#171b26}.tv-top-actions{color:#8f95a3;align-items:center;gap:18px;margin-left:auto;display:flex}.tv-search{color:#8f95a3;border:1px solid #2a2e39;border-radius:18px;align-items:center;gap:8px;height:27px;padding:0 12px;display:flex}.tv-mainbar{background:#0e131d;border-bottom:1px solid #2a2e39;align-items:center;gap:10px;height:52px;padding:0 10px;display:flex}.tv-new-order{color:#fff;background:#2962ff;border-radius:10px;align-items:center;gap:10px;height:36px;padding:0 18px;font-size:17px;font-weight:800;display:flex}.tv-play{color:#b2b5be;border:1px solid #2a2e39;border-radius:10px;place-items:center;width:42px;height:36px;display:grid}.tv-play.active{color:#22ab94;background:#0899812e;border-color:#089981}.tv-symbol-select{color:#d1d4dc;background:#0b0f17;border:1px solid #2a2e39;border-radius:10px;outline:none;min-width:185px;height:36px;padding:0 14px;font-size:16px}.tv-chart-type{border-left:1px solid #2a2e39;border-right:1px solid #2a2e39;gap:8px;padding:0 14px;display:flex}.tv-chart-type button{color:#b2b5be;border-radius:9px;width:34px;height:32px}.tv-chart-type button.active,.tv-chart-type button:hover{color:#bcd0ff;background:#2962ff2e}.tv-spacer{flex:1}.tv-shell{background:#2a2e39;height:calc(100vh - 90px);display:grid;overflow:hidden}.tv-left-rail,.tv-right-rail{background:#111;border-right:1px solid #2a2e39;flex-direction:column;align-items:center;gap:9px;padding-top:10px;display:flex}.tv-right-rail{border-left:1px solid #2a2e39;border-right:0}.tv-left-rail button,.tv-right-rail button{color:#d1d4dc;border-radius:9px;place-items:center;width:39px;height:39px;display:grid;position:relative}.tv-left-rail button:hover,.tv-right-rail button:hover,.tv-left-rail button.active,.tv-right-rail button.active{background:#2a2e39}.tv-right-rail button em{color:#fff;background:#f23645;border-radius:99px;padding:1px 5px;font-size:10px;font-style:normal;position:absolute;top:-4px;right:-3px}.tv-left-panels{background:#0f131d;flex-direction:column;min-width:0;display:flex;overflow:hidden}.tv-resize-x,.tv-resize-y{background:#1b2130;place-items:center;display:grid;position:relative}.tv-resize-x button,.tv-resize-y button{color:#b2b5be;opacity:.8;background:#202839;border-radius:8px;place-items:center;width:19px;height:28px;display:grid}.tv-resize-y button{width:36px;height:18px}.tv-chart-stage{background:#131722;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.tv-chart-titlebar{background:#131722;border-bottom:1px solid #2a2e39;align-items:center;gap:14px;height:60px;padding:0 14px;display:flex}.tv-live-dot{color:#22ab94;background:#08998129;border-radius:6px;align-items:center;height:22px;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.tv-timeframes{align-items:center;gap:4px;margin-left:auto;display:flex}.tv-timeframes button{color:#b2b5be;background:#171b26;border:1px solid #2a2e39;border-radius:18px;min-width:42px;height:34px;padding:0 11px}.tv-timeframes button:hover,.tv-timeframes button.active{color:#dbe7ff;background:#14244c;border-color:#2962ff}.tv-smart-dock{background:#0f131d;border-left:1px solid #2a2e39;min-width:0;overflow:hidden}.tv-smart-dock.collapsed{place-items:center;display:grid}.tv-smart-tab{writing-mode:vertical-rl;color:#d1d4dc;align-items:center;gap:10px;font-weight:800;display:flex}.tv-bottom-panel{background:#0f131d;border-top:1px solid #2a2e39;min-width:0;min-height:0;overflow:hidden}.tv-status{color:#787b86;background:#0b0f17;border-top:1px solid #2a2e39;justify-content:space-between;align-items:center;padding:0 10px;font-size:12px;display:flex}.tv-chart-chip{color:#b2b5be;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#131722b8;border:1px solid #b2b5be33;border-radius:18px;align-items:center;gap:7px;padding:6px 10px;display:inline-flex}.tv-chart-chip-active{color:#dbe7ff;border-color:#2962ff}.tv-chart-hover-controls{z-index:28;pointer-events:auto;opacity:1;filter:drop-shadow(0 6px 14px #00000057);align-items:center;gap:5px;height:22px;padding:0;display:flex;position:absolute;transform:translate(-50%)}.tv-chart-hover-control{color:#d1d4dc;background:#323232f0;border:1px solid #ffffff0d;border-radius:4px;place-items:center;width:22px;height:22px;transition:background .12s,color .12s,transform .12s;display:grid;box-shadow:inset 0 1px #ffffff0d}.tv-chart-hover-control:hover{color:#fff;background:#4a4a4afa;transform:translateY(-1px)}.tv-chart-hover-control:active{background:#262626fa;transform:translateY(0)}.tv-chart-hover-control svg{stroke:currentColor;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:14px;height:14px}.wv-chart-trade-confirm{z-index:32;pointer-events:auto;align-items:center;gap:6px;font-family:Inter,system-ui,sans-serif;display:flex;position:absolute;transform:translate(-50%)}.wv-chart-trade-confirm button{color:#fff;border:1px solid #ffffff29;border-radius:5px;height:22px;padding:0 10px;font-size:11px;font-weight:800;line-height:22px;box-shadow:0 8px 20px #00000057}.wv-chart-trade-confirm .discard{background:#1f1f1f}.wv-chart-trade-confirm .discard:hover{background:#2b2b2b}.wv-chart-trade-confirm .confirm{background:#2962ff;border-color:#2962ff}.wv-chart-trade-confirm .confirm:hover{background:#3d72ff}.wv-chart-trade-confirm.sell .confirm{background:#f23645;border-color:#f23645}.wv-chart-trade-confirm.sell .confirm:hover{background:#ff4655}.wv-chart-order-dialog-backdrop{z-index:44;pointer-events:auto;place-items:center;display:grid;position:absolute;inset:0}.wv-chart-order-dialog{color:#f0f3fa;background:#1f1f1f;border:1px solid #ffffff0f;border-radius:8px;width:min(520px,100% - 42px);min-height:280px;padding:52px 52px 38px;font-family:Inter,system-ui,sans-serif;position:relative;box-shadow:0 24px 70px #00000094}.wv-chart-order-dialog h3{letter-spacing:0;margin:0 0 44px;font-size:30px;font-weight:900;line-height:1.1}.wv-chart-order-dialog-x{color:#d1d4dc;border-radius:6px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:28px;right:28px}.wv-chart-order-dialog-x:hover{color:#fff;background:#2a2a2a}.wv-chart-order-dialog-summary{align-items:center;gap:24px;margin-bottom:50px;display:flex}.wv-chart-order-dialog-summary strong{color:#e6e8ef;font-size:22px;font-weight:800;display:block}.wv-chart-order-dialog-summary p{color:#d1d4dc;margin:6px 0 0;font-size:20px}.wv-chart-order-assets{flex:0 0 58px;width:58px;height:58px;position:relative}.wv-chart-order-assets em{border-radius:50%;place-items:center;font-style:normal;font-weight:900;line-height:1;display:grid;position:absolute}.wv-chart-order-assets .asset-a{color:#fff;background:#15a39a;width:42px;height:42px;font-size:13px;top:0;right:0}.wv-chart-order-assets .asset-b{color:#fff;background:#f7931a;width:42px;height:42px;font-size:18px;bottom:0;left:0;box-shadow:0 0 0 3px #1f1f1f}.wv-chart-order-dialog-actions{justify-content:flex-end;gap:18px;display:flex}.wv-chart-order-dialog-actions button{border-radius:7px;height:48px;padding:0 26px;font-size:21px;font-weight:700}.wv-chart-order-dialog-actions .keep{color:#fff;background:#1f1f1f;border:1px solid #4a4a4a}.wv-chart-order-dialog-actions .keep:hover{background:#2a2a2a}.wv-chart-order-dialog-actions .confirm{color:#111;background:#fff}.wv-chart-order-dialog-actions .confirm:hover{background:#ececec}.tv-scale-gear{z-index:18;color:#d1d4dc;opacity:0;pointer-events:none;background:0 0;border:0;border-radius:0;place-items:center;width:36px;height:28px;transition:opacity .14s,transform .14s,color .14s;display:grid;position:absolute;bottom:9px;right:10px;transform:translateY(4px)}.tv-scale-gear.active{opacity:1;pointer-events:auto;transform:translateY(0)}.tv-scale-gear:hover{color:#f2f5f8}.tv-scale-gear-hex{width:24px;height:20px;display:block;position:relative}.tv-scale-gear-hex:before{content:"";clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);border:2px solid;position:absolute;inset:1px 2px}.tv-scale-gear-hex span{background:currentColor;border-radius:999px;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tv-price-axis-hover-shadow{z-index:12;pointer-events:none;opacity:0;background:linear-gradient(90deg,#2962ff00,#94a3b817 32%,#94a3b829),linear-gradient(#ffffff0a,#fff0 28%,#ffffff0d);width:86px;transition:opacity .14s;position:absolute;top:0;bottom:0;right:0;box-shadow:inset 1px 0 #b2b5be29}.tv-price-axis-hover-shadow.active{opacity:1}.tv-price-axis-hover-capture{z-index:16;cursor:ns-resize;background:0 0;width:86px;position:absolute;top:0;bottom:0;right:0}.tv-scale-menu{z-index:80;color:#d1d4dc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1f1f1ffb;border:1px solid #ffffff0f;border-radius:4px;flex-direction:column;width:236px;max-width:calc(100% - 24px);max-height:calc(100% - 16px);padding:4px 0;font-size:12px;font-weight:500;display:flex;position:absolute;overflow:hidden;box-shadow:0 8px 28px #0000006b}.tv-scale-menu-item{color:#d1d4dc;text-align:left;letter-spacing:0;white-space:nowrap;flex:1 1 0;grid-template-columns:28px minmax(0,1fr) auto 16px;align-items:center;gap:4px;width:100%;min-height:22px;padding:0 8px 0 4px;display:grid}.tv-scale-menu-item>span:nth-child(2){text-overflow:ellipsis;min-width:0;overflow:hidden}.tv-scale-menu-item:hover{background:#ffffff13}.tv-scale-menu-item em{color:#787b86;font-size:10px;font-style:normal;font-weight:500}.tv-scale-check{color:#d1d4dc;place-items:center;display:grid}.tv-scale-divider{background:#787b866b;height:1px;margin:3px 0}@media (width<=520px){.tv-chart-hover-controls{gap:4px;height:20px}.tv-chart-hover-control{border-radius:4px;width:20px;height:20px}.tv-chart-hover-control svg{width:13px;height:13px}.tv-scale-menu{width:218px;max-height:calc(100% - 16px);font-size:11px}.tv-scale-menu-item{grid-template-columns:24px minmax(0,1fr) auto 14px;gap:3px;min-height:20px;padding:0 6px 0 3px}.tv-scale-menu-item em{font-size:9px}.tv-scale-divider{margin:2px 0}}.tv-chatgpt-panel{background:#0f131d;flex-direction:column;height:100%;display:flex}.tv-chat-header{border-bottom:1px solid #2a2e39;justify-content:space-between;align-items:center;height:52px;padding:0 14px;display:flex}.tv-chat-suggestions{border-bottom:1px solid #2a2e39;flex-wrap:wrap;gap:8px;padding:12px;display:flex}.tv-chat-suggestions button{color:#b2b5be;background:#171b26;border:1px solid #2a2e39;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;display:inline-flex}.tv-chat-suggestions button:hover{color:#dbe7ff;border-color:#2962ff}.tv-chat-messages{flex:1;min-height:0;padding:14px;overflow:auto}.tv-chat-bubble{background:#171b26;border:1px solid #2a2e39;border-radius:18px;max-width:92%;margin-bottom:12px;padding:12px 14px;box-shadow:inset 0 1px #ffffff08}.tv-chat-bubble.user{background:#2962ff29;border-color:#2962ff59;margin-left:auto}.tv-chat-bubble p{white-space:pre-wrap;margin:0;font-size:14px;line-height:1.7}.viewbot-thinking-bubble{background:#0f172adb!important;border-color:#3b82f65c!important}.viewbot-thinking-row{color:#dbeafe;align-items:center;gap:10px;font-size:13px;line-height:1.5;display:flex}.viewbot-thinking-row b{color:#93c5fd;font-variant-numeric:tabular-nums;margin-left:auto;font-size:12px}.viewbot-thinking-spinner{flex:none;align-items:center;gap:4px;display:inline-flex}.viewbot-thinking-spinner i{opacity:.45;background:#60a5fa;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite viewbot-thinking-dot}.viewbot-thinking-spinner i:nth-child(2){animation-delay:.15s}.viewbot-thinking-spinner i:nth-child(3){animation-delay:.3s}@keyframes viewbot-thinking-dot{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.viewbot-web-activity{background:#080d16b8;border:1px solid #60a5fa40;border-radius:14px;margin-top:12px;overflow:hidden}.viewbot-web-title{color:#dbeafe;border-bottom:1px solid #94a3b829;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:700;display:flex}.viewbot-web-events{gap:6px;padding:8px 10px;display:grid}.viewbot-web-event{color:#b8c3d8;align-items:flex-start;gap:8px;font-size:12px;line-height:1.45;display:flex}.viewbot-web-event span{color:#dbeafe;background:#1f2937;border-radius:999px;flex:0 0 20px;place-items:center;width:20px;height:20px;font-size:11px;display:grid}.viewbot-web-event p{color:inherit;margin:0!important;font-size:12px!important;line-height:1.45!important}.viewbot-web-event.rejected{color:#fca5a5}.viewbot-web-event.accepted,.viewbot-web-event.saved,.viewbot-web-event.completed{color:#86efac}.viewbot-web-synthesis{background:linear-gradient(#0f172aeb,#082f495c);border:1px solid #2dd4bf3d;border-radius:12px;gap:8px;margin:0 10px 10px;padding:10px;display:grid}.viewbot-web-synthesis-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.viewbot-web-synthesis-head b{color:#e0f2fe;font-size:13px}.viewbot-web-synthesis-head span{color:#5eead4;text-transform:uppercase;letter-spacing:.06em;font-size:11px}.viewbot-web-synthesis p{color:#cbd5e1!important;margin:0!important;font-size:12px!important;line-height:1.45!important}.viewbot-web-synthesis-grid{flex-wrap:wrap;gap:6px;display:flex}.viewbot-web-synthesis-grid span{color:#bfdbfe;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:999px;padding:4px 8px;font-size:11px}.viewbot-web-synthesis section{border-top:1px solid #94a3b824;padding-top:8px}.viewbot-web-synthesis section b{color:#f8fafc;text-transform:capitalize;font-size:12px;display:block}.viewbot-web-synthesis section small{color:#93c5fd;font-size:11px}.viewbot-web-cards{gap:8px;padding:0 10px 10px;display:grid}.viewbot-web-card{background:#111827;border:1px solid #94a3b82e;border-radius:12px;padding:10px}.viewbot-web-card.rejected{background:#7f1d1d29;border-color:#f8717159}.viewbot-web-card-head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.viewbot-web-card-head b{color:#e5e7eb;font-size:13px}.viewbot-web-card-head small{color:#93c5fd;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.viewbot-web-card a{color:#60a5fa;word-break:break-all;margin-top:4px;font-size:11px;text-decoration:none;display:block}.viewbot-web-card p{color:#aeb9cb!important;margin-top:6px!important;font-size:12px!important;line-height:1.45!important}.viewbot-web-card-foot{color:#94a3b8;justify-content:space-between;gap:8px;margin-top:8px;font-size:11px;display:flex}.viewbot-web-actions{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.viewbot-web-actions button{color:#dbeafe;cursor:pointer;background:#0b1220;border:1px solid #94a3b838;border-radius:999px;height:26px;padding:0 9px;font-size:11px}.viewbot-web-actions button:hover{background:#172033}.viewbot-web-summary{color:#cbd5e1;border-top:1px solid #94a3b824;padding:9px 12px;font-size:12px}.tv-chat-role{letter-spacing:.18em;color:#787b86;margin-bottom:6px;font-size:10px}.tv-chat-composer{background:#0b0f17;border-top:1px solid #2a2e39;padding:12px}.tv-composer-box{background:#111722;border:1px solid #2a2e39;border-radius:18px;align-items:flex-end;gap:6px;padding:8px;display:flex}.tv-composer-box textarea{resize:none;color:#d1d4dc;min-height:42px;max-height:120px;font:inherit;background:0 0;border:0;outline:none;flex:1;line-height:1.5}.tv-composer-box button{color:#b2b5be;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.tv-composer-box button:hover{color:#fff;background:#2a2e39}.tv-composer-box button.send{color:#fff;background:#2962ff}.tv-tvclone{--tv-bg:#131722;--tv-deep:#0b0f17;--tv-panel:#11151f;--tv-line:#2a2e39;background:#131722}.tv-tv-topbar{background:#111;border-bottom:1px solid #2a2e39;gap:10px;height:42px;padding:0 10px}.tv-user-dot{background:linear-gradient(135deg,#334155,#0f172a);border:1px solid #3a3e49;border-radius:999px;width:28px;height:28px;position:relative}.tv-user-dot span{color:#fff;background:#ef4444;border-radius:999px;place-items:center;min-width:20px;height:20px;font-size:11px;font-weight:800;display:grid;position:absolute;top:-7px;right:-7px}.tv-top-symbol{color:#fff;background:#2a2e39;border:0;border-radius:16px;outline:none;min-width:146px;height:30px;padding:0 34px 0 14px;font-size:14px;font-weight:700}.tv-round{color:#fff;border:1px solid #b2b5be;border-radius:999px;place-items:center;width:28px;height:28px;display:grid}.tv-top-sep{background:#2a2e39;width:1px;height:28px}.tv-tv-timeframes,.tv-top-tools{align-items:center;gap:2px;height:100%;display:flex}.tv-tv-timeframes button,.tv-top-tools button,.tv-top-btn,.tv-layout-name{color:#fff;border-radius:6px;place-items:center;min-width:34px;height:32px;padding:0 7px;font-size:14px;display:grid}.tv-tv-timeframes button.active,.tv-top-tools button.active,.tv-tv-timeframes button:hover,.tv-top-tools button:hover,.tv-top-btn:hover{background:#3a3e49}.tv-top-tools button{color:#d1d4dc;font-size:20px}.tv-top-spacer{flex:1}.tv-layout-name{justify-content:start;align-items:center;min-width:96px;font-weight:700;display:flex}.tv-trade-btn{color:#fff;border:1px solid #fff;border-radius:18px;height:32px;padding:0 17px;font-weight:800}.tv-publish-btn{color:#111;background:#fff;border-radius:18px;height:32px;padding:0 17px;font-weight:800}.tv-menu-row{background:#0b0f17;border-bottom:1px solid #2a2e39;align-items:center;gap:14px;height:34px;padding:0 10px;display:flex}.tv-menu-row .tv-brand{width:160px}.tv-menu-row .tv-logo{width:28px;height:28px}.tv-menu-row .tv-menubar button{font-size:13px}.tv-tv-shell{background:#2a2e39;height:calc(100vh - 76px)}.tv-left-rail{background:#111;gap:7px;padding-top:8px}.tv-left-rail button,.tv-right-rail button{color:#d1d4dc;border-radius:7px;width:40px;height:40px}.tv-left-rail button.active,.tv-right-rail button.active{background:#3a3e49}.tv-chart-full{background:#131722;min-width:0;position:relative;overflow:hidden}.tv-tv-chart-titlebar{z-index:5;pointer-events:none;background:linear-gradient(#131722eb,#13172259);border-bottom:0;justify-content:space-between;align-items:center;height:38px;padding:0 10px;display:flex;position:absolute;top:0;left:0;right:0}.tv-pair-title{color:#b2b5be;align-items:center;gap:9px;min-width:0;max-width:calc(100% - 96px);font-size:14px;display:flex;overflow:hidden}.tv-pair-title b{color:#d1d4dc;white-space:nowrap;font-size:16px}.tv-pair-title span{white-space:nowrap}.tv-pair-title em{color:#089981;font-style:normal}.tv-pair-title strong{white-space:nowrap;font-variant-numeric:tabular-nums;letter-spacing:0;font-size:13px;font-weight:600}.green{color:#22ab94!important}.red{color:#f23645!important}.blue{color:#2962ff!important}.tv-currency{pointer-events:auto;color:#fff;background:#111;border:1px solid #4b5563;border-radius:5px;height:30px;padding:0 9px}.tv-sell-buy{z-index:6;pointer-events:auto;align-items:flex-start;gap:0;display:flex;position:absolute;top:44px;left:12px}.tv-sell-buy button{color:#f23645;background:#080a0fd1;border:1px solid #f23645;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;width:88px;height:39px;line-height:1;display:flex;overflow:hidden}.tv-sell-buy button.sell{color:#f23645;border-color:#f23645}.tv-sell-buy button.buy{color:#2962ff;border-color:#2962ff}.tv-sell-buy b{text-overflow:clip;white-space:nowrap;letter-spacing:0;font-variant-numeric:tabular-nums;max-width:80px;font-size:14px;font-weight:800;overflow:hidden}.tv-sell-buy span{letter-spacing:0;margin-top:3px;font-size:11px;font-weight:700}.wv-ea-runtime-grid-overlay{z-index:80;pointer-events:none;grid-area:chart;width:100%;min-width:0;height:100%;min-height:0;position:relative}.wv-ea-runtime-grid-overlay.in-wvbot{z-index:160}.wv-ea-runtime-stage-copy{display:none}.wv-ea-runtime-panel{z-index:45;color:#dbeafe;pointer-events:auto;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#0a111eeb,#040a12c7);border:1px solid #2dd4bf38;border-radius:10px;width:42px;height:42px;min-height:42px;padding:5px;transition:width .18s,height .18s,min-height .18s,padding .18s,border-radius .18s,box-shadow .18s;position:absolute;top:44px;left:236px;right:auto;overflow:hidden;box-shadow:0 18px 44px #00000052,inset 0 1px #ffffff0d}.wv-ea-runtime-grid-overlay.in-chart .wv-ea-runtime-panel{inset:44px auto auto 236px}.wv-ea-runtime-grid-overlay.in-wvbot .wv-ea-runtime-panel{inset:auto auto 116px 14px}.wv-ea-runtime-panel:hover,.wv-ea-runtime-panel:focus-within{border-radius:14px;width:min(330px,100% - 28px);height:auto;min-height:0;padding:12px}.wv-ea-runtime-panel.off{border-color:#94a3b833}.wv-ea-runtime-panel.active{border-color:#2dd4bf80;box-shadow:0 18px 44px #0000005c,0 0 0 1px #2dd4bf1f,inset 0 1px #ffffff0f}.wv-ea-runtime-head{align-items:center;gap:10px;min-width:0;display:flex}.wv-ea-runtime-panel:not(:hover):not(:focus-within) .wv-ea-runtime-head{justify-content:center;gap:0;height:30px}.wv-ea-runtime-icon{color:#dffdf8;background:linear-gradient(135deg,#2563ebf2,#2dd4bfd1);border-radius:9px;flex:none;place-items:center;width:30px;height:30px;display:grid;position:relative;box-shadow:0 10px 24px #14b8a62e}.wv-ea-runtime-panel:not(:hover):not(:focus-within) .wv-ea-runtime-icon svg{display:none}.wv-ea-runtime-panel:not(:hover):not(:focus-within) .wv-ea-runtime-icon:after{content:"AI";color:#eef7ff;letter-spacing:.01em;font-size:11px;font-weight:900}.wv-ea-runtime-panel:not(:hover):not(:focus-within) .wv-ea-runtime-head div,.wv-ea-runtime-panel:not(:hover):not(:focus-within) .wv-ea-runtime-head button,.wv-ea-runtime-panel:not(:hover):not(:focus-within) .wv-ea-runtime-grid,.wv-ea-runtime-panel:not(:hover):not(:focus-within) .wv-ea-runtime-strip,.wv-ea-runtime-panel:not(:hover):not(:focus-within) .wv-ea-runtime-decision,.wv-ea-runtime-panel:not(:hover):not(:focus-within) .wv-ea-runtime-note{display:none}.wv-ea-runtime-head div{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.wv-ea-runtime-head strong{letter-spacing:.02em;color:#fff;font-size:13px}.wv-ea-runtime-head small{color:#94a3b8;font-size:11px}.wv-ea-runtime-head button{color:#dbeafe;letter-spacing:0;background:#0f172ab8;border:1px solid #94a3b83d;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-width:74px;height:36px;font-weight:800;display:inline-flex}.wv-ea-runtime-head button.start{color:#99f6e4;background:#14b8a61f;border-color:#2dd4bf5c}.wv-ea-runtime-head button.danger{color:#fecaca;background:#7f1d1d2e;border-color:#f871715c}.wv-ea-runtime-head button:disabled{opacity:.68;cursor:wait}.wv-ea-runtime-grid{grid-template-columns:1fr 1fr;gap:7px;margin-top:11px;display:grid}.wv-ea-runtime-grid span{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;background:#0f172a8c;border:1px solid #94a3b826;border-radius:9px;align-items:center;gap:6px;min-width:0;height:28px;padding:0 9px;font-size:11px;font-weight:700;display:flex;overflow:hidden}.wv-ea-runtime-strip{border-top:1px solid #94a3b824;grid-template-columns:auto 1fr auto 1fr auto 1fr;align-items:baseline;gap:4px 6px;margin-top:10px;padding-top:9px;display:grid}.wv-ea-runtime-strip b{color:#fff;font-variant-numeric:tabular-nums;font-size:13px}.wv-ea-runtime-strip span{color:#94a3b8;font-size:11px;font-weight:700}.wv-ea-runtime-decision,.wv-ea-runtime-note{color:#cbd5e1;margin:9px 0 0;font-size:11px;line-height:1.35}.wv-ea-runtime-note{color:#94a3b8}@media (width<=820px){.wv-ea-runtime-grid-overlay.in-chart .wv-ea-runtime-panel{top:calc(58px + env(safe-area-inset-top,0px));bottom:auto;left:auto;right:10px}.wv-ea-runtime-grid-overlay.in-wvbot .wv-ea-runtime-panel{inset:auto auto 124px 12px}.wv-ea-runtime-panel{width:42px;height:42px;min-height:42px;padding:5px}.wv-ea-runtime-panel:hover,.wv-ea-runtime-panel:focus-within{width:min(320px,100vw - 20px);padding:10px}.wv-ea-runtime-grid{grid-template-columns:1fr 1fr}.wv-ea-runtime-head button{min-width:80px;min-height:44px}}@media (width<=520px){.wv-ea-runtime-grid-overlay.in-chart .wv-ea-runtime-panel{top:calc(56px + env(safe-area-inset-top,0px))}.wv-ea-runtime-grid-overlay.in-wvbot .wv-ea-runtime-panel{bottom:118px;left:10px}.wv-ea-runtime-panel{border-radius:12px}.wv-ea-runtime-panel:hover,.wv-ea-runtime-panel:focus-within{width:min(300px,100vw - 20px)}.wv-ea-runtime-grid,.wv-ea-runtime-strip,.wv-ea-runtime-decision,.wv-ea-runtime-note{display:none}}.tv-spread-pill{color:#b2b5be;font-variant-numeric:tabular-nums;letter-spacing:0;place-items:center;min-width:34px;height:39px;font-size:12px;font-weight:700;display:grid}.tv-indicator-legend{z-index:6;color:#b2b5be;pointer-events:none;align-items:center;gap:9px;font-size:13px;display:flex;position:absolute;top:100px;left:12px}.tv-floating-drawbar{z-index:8;background:#1c1c1ceb;border-radius:7px;align-items:center;gap:8px;height:50px;padding:0 12px;display:flex;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 22px #00000057}.tv-floating-drawbar button{color:#fff;border-radius:4px;place-items:center;width:27px;height:32px;font-size:22px;display:grid}.tv-floating-drawbar button:hover{background:#3a3e49}.tv-resize-x{cursor:col-resize;background:#111;border-left:1px solid #2a2e39;border-right:1px solid #2a2e39;justify-content:center;align-items:center;display:flex}.tv-resize-x>button{color:#b2b5be;background:#1e222d;border-radius:12px;place-items:center;width:22px;height:44px;display:grid}.tv-resize-y{cursor:row-resize;background:#111;border-top:1px solid #2a2e39;border-bottom:1px solid #2a2e39;justify-content:center;align-items:center;height:6px;display:flex}.tv-resize-y>button{color:#b2b5be;background:#2a2e39;border-radius:12px;place-items:center;width:48px;height:20px;display:grid;transform:translateY(-1px)}.tv-watch-dock{background:#111;border-left:1px solid #2a2e39;min-width:0;overflow:auto}.tv-watch-head{color:#fff;align-items:center;gap:16px;height:60px;padding:0 18px;display:flex}.tv-watch-head b{margin-right:auto;font-size:17px}.tv-watch-filter{color:#111;background:#fff;border-radius:999px;place-items:center;width:28px;height:28px;margin:0 18px 10px;font-weight:800;display:grid}.tv-watch-table{border-collapse:collapse;width:100%;font-size:14px}.tv-watch-table th{color:#8f95a3;text-align:right;border-bottom:1px solid #2a2e39;padding:8px 10px;font-weight:500}.tv-watch-table th:first-child,.tv-watch-table td:first-child{text-align:left}.tv-watch-table td{text-align:right;color:#d1d4dc;border-bottom:1px solid #2a2e39;padding:8px 10px}.tv-watch-table tr{cursor:pointer}.tv-watch-table tr:hover,.tv-watch-table tr.active{outline-offset:-1px;background:#1e222d;outline:1px solid #787b86}.tv-watch-table .flag{vertical-align:-3px;background:#eab308;border-radius:999px;width:16px;height:16px;margin-right:8px;display:inline-block}.tv-symbol-card{color:#d1d4dc;border-top:1px solid #2a2e39;padding:18px}.tv-symbol-card p{color:#b2b5be;margin:8px 0}.tv-big-price{align-items:end;gap:8px;margin-top:12px;display:flex}.tv-big-price span{color:#f23645;font-size:36px;font-weight:800;line-height:1}.tv-big-price small{color:#d1d4dc;padding-bottom:4px}.tv-news-card{color:#d7c7ff;background:#3b2f57;border-radius:8px;margin:14px 0;padding:12px;font-size:13px}.tv-symbol-card h4{color:#d1d4dc;margin:16px 0 10px}.tv-performance{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.tv-performance span{background:#0899811f;border-radius:5px;flex-direction:column;align-items:center;gap:4px;padding:10px 4px;font-weight:800;display:flex}.tv-performance span.red{background:#f236452e}.tv-performance small{color:#d1d4dc;font-weight:500}.tv-right-rail{background:#111;gap:8px;padding-top:10px}.smart-rail-logo{margin-bottom:8px;color:#fff!important;background:#1e222d!important;margin-top:auto!important}.tv-smart-vertical-tab{z-index:20;color:#d1d4dc;background:#151a24;border:1px solid #2a2e39;border-right:0;border-radius:10px 0 0 10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:42px;height:164px;transition:right .18s,background .18s;display:flex;position:absolute;top:calc(50% - 82px)}.tv-smart-vertical-tab span{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.02em;font-weight:800}.tv-smart-vertical-tab:hover{color:#fff;background:#2a2e39}.tv-smart-overlay{z-index:40;background:#0b0f17;border:1px solid #2a2e39;border-radius:12px;width:min(470px,100vw - 140px);transition:right .18s;position:absolute;top:82px;bottom:28px;overflow:hidden;box-shadow:0 20px 60px #0000008c}.tv-bottom-panel{background:#111;border-top:1px solid #2a2e39;min-width:0;overflow:auto}.tv-bottom-mini{color:#b2b5be;justify-content:space-between;align-items:center;height:100%;padding:0 16px;display:flex}.tv-status{color:#787b86;background:#0b0f17;height:24px}.tv-chart-chip{background:#131722bd!important;border-color:#b2b5be2e!important}@media (width<=1200px){.tv-watch-dock{font-size:12px}.tv-menubar,.tv-pair-title span,.tv-pair-title strong{display:none}}.tv-exact{background:#131722;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Arial,sans-serif}.tv-exact-topbar{color:#d1d4dc;background:#111;border-bottom:1px solid #2a2e39;align-items:center;gap:10px;height:44px;padding:0 9px;display:flex;overflow:hidden}.tv-exact-topbar .tv-top-symbol{color:#fff;background:#2a2e39;border-radius:18px;min-width:150px;height:32px;padding-left:14px;font-size:14px;font-weight:700}.tv-exact-topbar .tv-tv-timeframes{gap:0;height:100%}.tv-exact-topbar .tv-tv-timeframes button{color:#f1f3f6;letter-spacing:0;text-transform:none;border-radius:7px;min-width:38px;height:36px;padding:0 8px;font-size:14px;font-weight:600}.tv-exact-topbar .tv-tv-timeframes button.active{color:#fff;background:#3a3e49}.tv-exact-topbar .tv-tv-timeframes button:hover{background:#2a2e39}.tv-exact-topbar .tv-top-tools{gap:3px}.tv-exact-topbar .tv-top-tools button,.tv-exact-topbar .tv-top-btn{color:#d1d4dc;border-radius:7px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:20px;display:inline-flex}.tv-exact-topbar .tv-top-btn.active{color:#111;background:#fff}.tv-exact-topbar .tv-top-btn.dim{opacity:.38}.tv-exact-topbar .tv-top-btn:hover,.tv-exact-topbar .tv-top-tools button:hover,.tv-exact-topbar .tv-top-tools button.active{color:#fff;background:#3a3e49}.tv-svg-tool{color:currentColor;width:25px;height:25px;display:block}.tv-exact-topbar .tv-top-tools button{font-size:0}.tv-exact-topbar .tv-top-tools button.active .tv-svg-tool{color:#f2f3f5}.tv-exact-topbar .tv-layout-name{color:#fff;justify-content:flex-start;min-width:116px;height:36px;font-size:14px;font-weight:700}.tv-exact-topbar .tv-trade-btn{color:#fff;border:1px solid #fff;border-radius:18px;height:34px;padding:0 18px;font-weight:800}.tv-exact-topbar .tv-publish-btn{color:#111;background:#fff;border-radius:18px;height:34px;padding:0 18px;font-weight:800}.tv-exact-shell{background:#2a2e39;height:calc(100vh - 44px);overflow:hidden}.tv-exact .tv-left-rail{background:#111;border-right:1px solid #2a2e39;gap:7px;padding-top:8px}.tv-exact .tv-left-rail button,.tv-exact .tv-right-rail button{color:#d1d4dc;border-radius:7px;width:40px;height:40px}.tv-exact .tv-left-rail button:hover,.tv-exact .tv-right-rail button:hover,.tv-exact .tv-left-rail button.active,.tv-exact .tv-right-rail button.active{background:#3a3e49}.tv-exact .tv-chart-full{background:#131722;min-width:0;overflow:hidden}.tv-exact .tv-tv-chart-titlebar{background:linear-gradient(#131722fa,#13172285);height:44px;padding:0 12px}.tv-exact .tv-pair-title b{font-size:17px}.tv-exact .tv-pair-title span{color:#b2b5be;font-size:16px}.tv-exact .tv-pair-title strong{font-size:16px;font-weight:600}.tv-exact .tv-sell-buy{gap:0;top:46px;left:12px}.tv-exact .tv-indicator-legend{font-size:13px;top:104px;left:12px}.tv-exact .tv-floating-drawbar{top:43%}.tv-smart-rail-tab{color:#d1d4dc;cursor:pointer;background:#111;border:0;border-left:1px solid #2a2e39;border-right:1px solid #2a2e39;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.tv-smart-rail-tab:hover{color:#fff;background:#171b26}.tv-smart-rail-tab span{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.02em;font-size:18px;font-weight:900}.tv-exact .tv-resize-x{cursor:col-resize;background:#111;border-left:1px solid #2a2e39;border-right:1px solid #2a2e39;justify-content:center;align-items:center;display:flex}.tv-exact .tv-resize-x>button{color:#b2b5be;background:#1e222d;border-radius:12px;place-items:center;width:22px;height:44px;display:grid}.tv-exact .tv-watch-dock{background:#111;border-left:0;min-width:0;overflow:auto}.tv-exact .tv-watch-head{height:60px}.tv-placeholder-panel{color:#b2b5be;flex-direction:column;justify-content:center;gap:12px;height:100%;padding:24px;display:flex}.tv-placeholder-panel h3{color:#fff;margin:0;font-size:20px}.tv-placeholder-panel p{margin:0;line-height:1.8}.tv-placeholder-panel button{color:#d1d4dc;border:1px solid #2a2e39;border-radius:9px;align-self:flex-start;padding:8px 14px}.tv-placeholder-panel button:hover{color:#fff;background:#2a2e39}.tv-exact .tv-bottom-panel{background:#111;border-top:1px solid #2a2e39}.tv-exact .tv-status{color:#787b86;background:#0b0f17;height:24px}@media (width<=1240px){.tv-exact-topbar .tv-layout-name,.tv-exact-topbar .tv-top-tools button:nth-child(n+4),.tv-exact-topbar .tv-top-btn.dim{display:none}.tv-exact-topbar .tv-tv-timeframes button{min-width:34px}}.tv-exact-shell{grid-auto-columns:0!important}.tv-exact .tv-smart-rail-tab{z-index:6;min-width:0;overflow:hidden}.tv-exact .tv-smart-rail-tab.closed{background:#111;gap:8px;width:34px;padding:0}.tv-exact .tv-smart-rail-tab.closed span{opacity:.88;white-space:nowrap;font-size:13px;line-height:1}.tv-exact .tv-smart-rail-tab.closed svg{width:18px;height:18px}.tv-exact .tv-smart-rail-tab.open span{font-size:16px}.tv-exact .tv-right-rail{z-index:7;border-left:1px solid #2a2e39;width:54px;min-width:54px;background:#111!important}.tv-exact .tv-right-rail button{flex:none}.tv-exact .tv-chart-full,.tv-exact .tv-bottom-panel{width:100%;min-width:0}.tv-exact .tv-status{min-width:0;overflow:hidden}.tv-exact-shell{width:100vw;max-width:100vw;overflow:hidden;display:grid!important}.tv-exact .tv-chart-stage,.tv-exact .tv-chart-full,.tv-exact .tv-bottom-panel{min-width:0!important;min-height:0!important}.tv-exact .tv-chart-full{height:100%!important;display:block!important;position:relative!important}.tv-exact .tv-smart-rail-tab{width:42px!important;min-width:42px!important;max-width:42px!important}.tv-exact .tv-right-rail{width:54px!important;min-width:54px!important;max-width:54px!important}.tv-exact .tv-watch-dock{min-width:300px;height:100%}.tv-replay-strip{box-shadow:inset 0 1px #ffffff08}.tv-replay-btn,.tv-replay-main,.tv-speed-btn{color:#d1d4dc;background:#ffffff09;border:1px solid #b2b5be2e;border-radius:9px;justify-content:center;align-items:center;min-width:30px;height:30px;transition:all .15s;display:inline-flex}.tv-replay-main{color:#fff;background:#2962ff2e;border-color:#2962ff61;min-width:38px}.tv-replay-btn:hover,.tv-replay-main:hover,.tv-speed-btn:hover{background:#ffffff13;transform:translateY(-1px)}.tv-replay-btn:disabled,.tv-replay-main:disabled{opacity:.45;transform:none}.tv-speed-btn{min-width:42px;padding:0 9px;font-size:12px;font-weight:700}.tv-speed-btn.active{color:#fff;background:#2962ff3d;border-color:#2962ff8c}.tv-exact .tv-right-rail{gap:8px!important;padding-top:8px!important}.tv-exact .tv-right-rail button:first-child{background:#2a2e39;margin-top:0!important}.tv-exact .tv-right-rail button:first-child svg{width:21px!important;height:21px!important}.tv-exact .tv-smart-rail-tab{color:#d1d4dc;border-left:1px solid #2a2e39;border-right:1px solid #2a2e39;background:#111!important;justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important;overflow:hidden!important}.tv-exact .tv-smart-rail-tab span{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.01em;white-space:nowrap;font-weight:800;font-size:20px!important;line-height:1!important;transform:none!important}.tv-exact .tv-smart-rail-tab svg{display:none!important}.tv-exact .tv-resize-y{cursor:row-resize!important;z-index:9!important;background:0 0!important;border:0!important;border-top:1px solid #2a2e39!important;height:2px!important;min-height:2px!important}.tv-exact .tv-resize-y:hover,.tv-exact .tv-resize-y:active,.tv-exact .tv-resize-y:focus{box-shadow:none!important;background:0 0!important;outline:none!important}.tv-exact .tv-resize-y>button{opacity:.65;background:#242936!important;border:1px solid #2a2e39!important;width:38px!important;height:16px!important;transform:translateY(-8px)!important}.tv-exact .tv-resize-y:hover>button{opacity:.95;background:#2a2e39!important}.tv-exact .tv-bottom-panel{border-top:1px solid #2a2e39!important}.tv-resizing,.tv-resizing *{-webkit-user-select:none!important;user-select:none!important}.tv-exact .tv-right-rail button.smart-ai-launcher,.tv-exact .tv-right-rail button.smart-ai-launcher:hover,.tv-exact .tv-right-rail button.smart-ai-launcher:active,.tv-exact .tv-right-rail button.smart-ai-launcher:focus,.tv-exact .tv-right-rail button.smart-ai-launcher.active{box-shadow:none!important;background:0 0!important;outline:none!important}.tv-exact .tv-right-rail button.smart-ai-launcher{color:#d1d4dc!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:1px!important;display:flex!important}.tv-exact .tv-right-rail button.smart-ai-launcher svg{stroke-width:2.3px!important;width:20px!important;height:20px!important}.tv-exact .tv-mini-ai-badge{color:#9db7ff;letter-spacing:.03em;opacity:.88;pointer-events:none;background:#2962ff2e;border:1px solid #2962ff61;border-radius:4px;justify-content:center;align-items:center;min-width:14px;height:9px;padding:0 2px;font-size:6.5px;font-weight:800;line-height:1;display:inline-flex}.tv-iframe-backdrop{z-index:80;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#00000057;justify-content:center;align-items:flex-start;padding-top:56px;display:flex;position:fixed;inset:0}.tv-indicator-iframe{color:#d1d4dc;background:#1f1f1f;border:1px solid #ffffff14;border-radius:12px;width:min(1280px,100vw - 96px);height:min(830px,100vh - 96px);position:relative;overflow:hidden;box-shadow:0 26px 90px #0000009e}.tv-indicator-iframe h2{letter-spacing:-.02em;color:#e4e4e4;margin:0;padding:32px 32px 22px;font-size:31px;font-weight:800}.tv-iframe-close{color:#d1d4dc;border-radius:6px;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:28px;right:28px}.tv-iframe-close:hover{color:#fff;background:#ffffff14}.tv-indicator-search{color:#aaa;background:#202020;border:1px solid #545454;border-radius:9px;align-items:center;gap:13px;height:64px;margin:0 32px;padding:0 16px;display:flex}.tv-indicator-search:focus-within{border-color:#787b86}.tv-indicator-search input{color:#e4e4e4;background:0 0;border:0;outline:0;width:100%;height:100%;font-size:26px}.tv-indicator-search input::placeholder{color:#9b9b9b}.tv-indicator-body{grid-template-columns:330px minmax(0,1fr);height:calc(100% - 126px);padding:0 32px;display:grid}.tv-indicator-sidebar{border-right:4px solid #4b5563;padding:22px 16px 36px 0;overflow:auto}.tv-indicator-side-title{color:#8f8f8f;letter-spacing:.03em;margin:0 0 10px 18px;font-size:16px;font-weight:500}.tv-indicator-sidebar button{color:#e1e1e1;border-radius:9px;align-items:center;gap:18px;width:100%;min-height:56px;padding:0 18px;font-size:23px;font-weight:600;display:flex}.tv-indicator-sidebar button svg{color:#f1f1f1;opacity:.95}.tv-indicator-sidebar button:hover{background:#ffffff12}.tv-indicator-sidebar button.active{color:#fff;background:#454545}.tv-indicator-list{min-width:0;padding:26px 0 36px 34px;overflow:hidden}.tv-indicator-list-head{color:#8f8f8f;letter-spacing:.03em;grid-template-columns:minmax(420px,1fr) 190px 120px 88px;padding:0 0 16px;font-size:15px;display:grid}.tv-indicator-rows{height:calc(100% - 36px);padding-right:14px;overflow:auto}.tv-indicator-row{color:#e4e4e4;-moz-column-gap:8px;border-radius:7px;grid-template-columns:38px minmax(360px,1fr) auto auto 190px 120px 74px;align-items:center;column-gap:8px;min-height:52px;font-size:22px;display:grid}.tv-indicator-row:hover{background:#ffffff0e}.tv-indicator-row .star{color:#f3f3f3;place-items:center;width:32px;height:32px;display:grid}.tv-indicator-row .star.filled{color:#fff}.tv-indicator-row .name{text-align:left;white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.tv-indicator-row .name:hover{color:#fff}.tv-indicator-row .author{color:#3b82f6;font-size:21px}.tv-indicator-row .boosts{color:#d1d4dc;text-align:left;font-size:20px}.tv-indicator-row .updated,.tv-indicator-row .ep{letter-spacing:.05em;border-radius:5px;place-self:center start;padding:2px 9px;font-size:11px;font-style:normal;font-weight:800}.tv-indicator-row .updated{color:#48d88a;background:#0e6f3d94}.tv-indicator-row .ep{color:#9ec2ff;background:#2962ff59}.tv-indicator-row .add,.tv-indicator-row .remove{opacity:0;border-radius:15px;height:30px;padding:0 12px;font-size:13px;font-weight:700;transition:opacity .12s,background .12s}.tv-indicator-row:hover .add,.tv-indicator-row:hover .remove{opacity:1}.tv-indicator-row .add{color:#fff;background:#2962ffd9}.tv-indicator-row .remove{color:#ff9aa4;background:#f2364538}.tv-indicator-empty{color:#8f8f8f;padding:28px;font-size:18px}.tv-top-tools button.active{background:#3a3e49}@media (width<=1100px){.tv-indicator-iframe{width:calc(100vw - 32px);height:calc(100vh - 48px)}.tv-indicator-body{grid-template-columns:240px minmax(0,1fr)}.tv-indicator-sidebar button{font-size:18px}.tv-indicator-row{grid-template-columns:34px minmax(260px,1fr) 0 0 120px 80px 62px;font-size:17px}.tv-indicator-list-head{grid-template-columns:minmax(300px,1fr) 120px 80px 62px}}.tv-chart-shell,.tv-chart-shell *{-webkit-user-select:none;user-select:none}canvas{touch-action:none}.tv-check-pill{border:1px solid var(--tv-border-soft);height:34px;color:var(--tv-muted);cursor:pointer;background:#0d131fb8;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-weight:600;display:inline-flex}.tv-check-pill input{accent-color:#2962ff}.tv-check-pill:hover{color:var(--tv-text);background:#ffffff0d}.tv-modal-backdrop.compact-dark{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000006b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.tv-tick-modal,.tv-spec-modal{color:#d1d4dc;background:#131722;border:1px solid #2a2e39;border-radius:14px;flex-direction:column;width:min(980px,100vw - 120px);height:min(660px,100vh - 110px);display:flex;overflow:hidden;box-shadow:0 24px 80px #0000009e}.tv-spec-modal{width:min(920px,100vw - 140px);height:min(590px,100vh - 130px)}.tv-tick-title{background:#0b0f17;border-bottom:1px solid #2a2e39;align-items:center;gap:10px;height:46px;padding:0 14px;font-size:15px;font-weight:800;display:flex}.tv-tick-title button{color:#b2b5be;border-radius:7px;place-items:center;width:30px;height:30px;margin-left:auto;display:grid}.tv-tick-title button:hover{color:#fff;background:#2a2e39}.tv-tick-logo{color:#fff;background:linear-gradient(135deg,#22ab94,#2962ff);border-radius:8px;place-items:center;width:23px;height:23px;font-size:12px;font-weight:900;display:grid;box-shadow:inset 0 0 0 2px #ffffff14}.tv-tick-tabs{background:#111827;border-bottom:1px solid #2a2e39;align-items:end;gap:0;height:42px;padding:0 10px;display:flex}.tv-tick-tabs button{color:#a8afbd;background:#151b28;border:1px solid #2a2e39;border-bottom:0;height:34px;padding:0 13px;font-size:13px;font-weight:650}.tv-tick-tabs button:first-child{border-radius:8px 0 0}.tv-tick-tabs button:last-child{border-radius:0 8px 0 0}.tv-tick-tabs button.active{color:#fff;background:#1e2635;border-color:#4b5563;height:38px}.tv-tick-body{background:#131722;flex:1;min-height:0;padding:16px;overflow:auto}.tv-tick-footer{background:#0b0f17;border-top:1px solid #2a2e39;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:9px;height:50px;padding:0 12px;display:grid}.tv-tick-primary,.tv-tick-secondary{border-radius:7px;justify-content:center;align-items:center;gap:7px;min-width:92px;height:32px;padding:0 14px;font-weight:700;display:inline-flex}.tv-tick-primary{color:#fff;background:#2962ff;border:1px solid #3d72ff}.tv-tick-secondary{color:#d1d4dc;background:#151a24;border:1px solid #2a2e39}.tv-tick-secondary:hover,.tv-tick-primary:hover{filter:brightness(1.12)}.tv-tick-fieldset{background:#05080d38;border:1px solid #94a3b82e;border-radius:10px;margin:0;padding:18px 14px 14px;position:relative}.tv-tick-fieldset legend{color:#cbd5e1;padding:0 8px;font-weight:700}.tv-tick-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px 22px;display:grid}.tv-tick-two{grid-template-columns:1fr 1fr;gap:18px;display:grid}.tv-tick-three{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.tv-tick-check,.tv-tick-radio{color:#d1d4dc;align-items:center;gap:9px;min-height:32px;font-size:13px;display:flex}.tv-tick-check input,.tv-tick-radio input{accent-color:#2962ff;width:16px;height:16px}.tv-tick-number,.tv-tick-select{color:#b2b5be;grid-template-columns:160px minmax(120px,1fr);align-items:center;gap:10px;font-size:13px;display:grid}.tv-tick-number input,.tv-tick-select select{color:#e5e7eb;font-variant-numeric:tabular-nums;background:#090d14;border:1px solid #2a2e39;border-radius:6px;min-width:0;height:31px;padding:0 10px}.tv-tick-number input:disabled,.tv-tick-select select:disabled{opacity:.55}.tv-spec-table-wrap{flex:1;min-height:0;padding:10px 12px;overflow:auto}.tv-spec-table{border-collapse:collapse;color:#d1d4dc;width:100%;font-size:12px}.tv-spec-table tr:nth-child(odd){background:#ffffff09}.tv-spec-table td{border-bottom:1px solid #94a3b817;height:24px;padding:0 10px}.tv-spec-table td:first-child{color:#cbd5e1;font-weight:600}.tv-spec-table td:last-child{text-align:right;color:#e5e7eb}.tv-optimization-table th,.tv-optimization-table td{white-space:nowrap}.tv-optimization-table tbody tr:first-child{background:#2962ff1f}@media (width<=1000px){.tv-tick-modal,.tv-spec-modal{width:calc(100vw - 28px);height:calc(100vh - 70px)}.tv-tick-grid,.tv-tick-two,.tv-tick-three{grid-template-columns:1fr}}.tv-exact-topbar .tv-user-dot{cursor:pointer;background:radial-gradient(circle at 32% 25%,#3b82f6,#152036 62%,#0b0f17);border:1px solid #5b6474;border-radius:999px;flex:0 0 34px;place-items:center;width:34px;height:34px;margin-right:2px;text-decoration:none;display:grid;box-shadow:inset 0 0 0 2px #ffffff0d}.tv-exact-topbar .tv-user-dot:hover{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f62e,inset 0 0 0 2px #ffffff14}.tv-exact-topbar .tv-user-dot:focus-visible{outline-offset:2px;outline:2px solid #93c5fd}.tv-exact-topbar .tv-user-dot span{color:#fff;letter-spacing:.02em;background:0 0;border-radius:0;width:auto;min-width:0;height:auto;font-size:11px;font-weight:900;position:static}.tv-exact-topbar .tv-top-symbol{min-width:132px}.tv-exact-topbar .tv-trade-btn{text-align:center;min-width:74px}.tv-exact-topbar .tv-publish-btn{display:inline-flex}.tv-smart-rail-tab{gap:6px;overflow:hidden}.tv-smart-rail-tab span{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.01em;font-weight:900}.tv-smart-rail-tab small{writing-mode:vertical-rl;text-orientation:mixed;color:#8f95a3;opacity:.95;font-size:8px;line-height:1}.tv-smart-rail-tab em{color:#fff;background:#1d4ed8;border-radius:999px;place-items:center;width:16px;height:16px;font-size:8px;font-style:normal;font-weight:900;display:grid}.tv-exact{--tv-separator:#323846;--tv-separator-soft:#2b313d}.tv-exact .tv-tv-topbar,.tv-exact-topbar{border-bottom:2px solid var(--tv-separator)!important}.tv-exact .tv-left-rail{border-right:2px solid var(--tv-separator)!important}.tv-exact .tv-right-rail{border-left:2px solid var(--tv-separator)!important}.tv-exact .tv-smart-rail-tab{border-left:2px solid var(--tv-separator)!important;border-right:2px solid var(--tv-separator)!important}.tv-exact .tv-chart-full,.tv-exact .tv-chart-stage{border-left:2px solid var(--tv-separator-soft)!important;border-right:2px solid var(--tv-separator-soft)!important}.tv-exact .tv-bottom-panel{border-top:2px solid var(--tv-separator)!important;background:#0f131d!important}.tv-exact .tv-resize-x{border-left:1px solid var(--tv-separator)!important;border-right:1px solid var(--tv-separator)!important;background:#111!important;width:4px!important;min-width:4px!important}.tv-exact .tv-resize-y{border-top:1px solid var(--tv-separator)!important;border-bottom:1px solid var(--tv-separator)!important;background:#111!important;height:3px!important;min-height:3px!important}.tv-exact .tv-resize-y:hover,.tv-exact .tv-resize-y:active,.tv-exact .tv-resize-y:focus,.tv-exact .tv-resize-x:hover,.tv-exact .tv-resize-x:active,.tv-exact .tv-resize-x:focus{box-shadow:none!important;background:#111!important;outline:none!important}.tv-exact-shell,.tv-exact .tv-shell,.tv-tv-shell{background:#0b0f17!important}.tv-exact .tv-status,.tv-status{border-top:1px solid var(--tv-separator-soft)!important;color:#787b86!important;background:#0b0f17!important}.tv-exact .tv-status:before,.tv-exact .tv-status:after{content:none!important}.tv-shell.tv-exact-shell,.tv-shell.tv-exact-shell .tv-chart-stage,.tv-shell.tv-exact-shell .tv-watch-dock,.tv-shell.tv-exact-shell .tv-bottom-panel,.tv-shell.tv-exact-shell .tv-resize-x,.tv-shell.tv-exact-shell .tv-resize-y{transition:none!important}.tv-shell.tv-exact-shell.layout-animating,.tv-shell.tv-exact-shell.layout-animating .tv-chart-stage,.tv-shell.tv-exact-shell.layout-animating .tv-watch-dock,.tv-shell.tv-exact-shell.layout-animating .tv-bottom-panel,.tv-shell.tv-exact-shell.layout-animating .tv-resize-x,.tv-shell.tv-exact-shell.layout-animating .tv-resize-y{transition:grid-template-columns .4s ease-in-out,grid-template-rows .4s ease-in-out,width .4s ease-in-out,height .4s ease-in-out,max-width .4s ease-in-out,opacity .25s ease-in-out!important}.tv-shell.tv-exact-shell.layout-animating{will-change:grid-template-columns, grid-template-rows}.tv-resize-x{cursor:col-resize!important}.tv-resize-y{cursor:row-resize!important}.tv-exact-topbar .tv-trade-btn{white-space:nowrap!important;text-overflow:clip!important;letter-spacing:0!important;border-radius:18px!important;flex:none!important;justify-content:center!important;align-items:center!important;min-width:82px!important;max-width:92px!important;height:30px!important;padding:0 12px!important;font-size:13px!important;font-weight:800!important;line-height:28px!important;display:inline-flex!important;overflow:hidden!important}.tv-exact-topbar .tv-top-symbol{text-align:left!important;text-indent:0!important;appearance:auto!important;background-position:right 14px center!important;border-radius:18px!important;flex:0 0 154px!important;width:154px!important;min-width:154px!important;height:32px!important;padding:0 34px 0 18px!important;font-size:14px!important;font-weight:800!important;line-height:32px!important}.tv-exact-topbar .tv-user-dot{margin-left:2px!important;margin-right:6px!important}@media (width<=980px){.tv-exact-topbar .tv-trade-btn{min-width:72px!important;max-width:78px!important;padding:0 9px!important;font-size:12px!important}.tv-exact-topbar .tv-top-symbol{flex-basis:136px!important;width:136px!important;min-width:136px!important;padding-left:14px!important;padding-right:30px!important}}.tv-exact,.tv-exact *{-webkit-tap-highlight-color:transparent}.tv-exact-topbar{white-space:nowrap!important;flex-wrap:nowrap!important}.tv-exact-topbar .tv-tv-timeframes,.tv-exact-topbar .tv-top-tools{flex:none!important}.tv-exact .tv-chart-full,.tv-exact .tv-watch-dock,.tv-exact .tv-bottom-panel,.tv-exact .tv-status{min-width:0!important}@media (width<=1180px){.tv-exact-topbar{gap:6px!important;padding:0 6px!important}.tv-exact-topbar .tv-user-dot{width:30px!important;min-width:30px!important;height:30px!important;margin-right:4px!important}.tv-exact-topbar .tv-top-symbol{flex-basis:132px!important;width:132px!important;min-width:132px!important;height:30px!important;padding-left:13px!important;padding-right:28px!important;font-size:13px!important}.tv-exact-topbar .tv-tv-timeframes button{min-width:31px!important;height:32px!important;padding:0 5px!important;font-size:13px!important}.tv-exact-topbar .tv-top-tools button,.tv-exact-topbar .tv-top-btn{width:32px!important;min-width:32px!important;height:32px!important}.tv-svg-tool{width:22px!important;height:22px!important}.tv-exact-topbar .tv-layout-name{min-width:80px!important;font-size:12px!important}.tv-exact-topbar .tv-trade-btn{min-width:66px!important;max-width:74px!important;height:30px!important;padding:0 8px!important;font-size:12px!important}.tv-exact .tv-watch-dock{min-width:260px!important;max-width:330px!important}}@media (width<=980px){.tv-exact-topbar{height:40px!important;overflow:hidden!important}.tv-exact-shell{height:calc(100vh - 40px)!important}.tv-exact-topbar .tv-top-tools button:nth-child(n+6),.tv-exact-topbar .tv-top-btn.dim,.tv-exact-topbar .tv-layout-name,.tv-exact-topbar .tv-tv-timeframes button:nth-child(n+8){display:none!important}.tv-exact .tv-left-rail,.tv-exact .tv-right-rail{width:50px!important;min-width:50px!important;max-width:50px!important}.tv-exact .tv-left-rail button,.tv-exact .tv-right-rail button{width:38px!important;height:38px!important}.tv-exact .tv-watch-dock{min-width:250px!important;max-width:300px!important;font-size:12px!important}.tv-exact .tv-smart-rail-tab{width:34px!important;min-width:34px!important;max-width:34px!important}.tv-exact .tv-smart-rail-tab span{font-size:13px!important}.tv-exact .tv-tv-chart-titlebar{height:38px!important;padding:0 8px!important}.tv-exact .tv-pair-title b,.tv-exact .tv-pair-title span{font-size:14px!important}.tv-exact .tv-pair-title strong{font-size:11px!important}.tv-exact .tv-sell-buy{transform-origin:0 0!important;transform:scale(.88)!important}.tv-exact .tv-indicator-legend{font-size:12px!important;top:92px!important}.tv-bottom-panel{max-height:42vh!important}}@media (width<=760px){.tv-exact-topbar{gap:4px!important;padding:0 4px!important}.tv-exact-topbar .tv-top-symbol{flex-basis:112px!important;width:112px!important;min-width:112px!important;height:30px!important;padding-left:10px!important;padding-right:24px!important;font-size:12px!important}.tv-exact-topbar .tv-tv-timeframes button{min-width:28px!important;height:30px!important;padding:0 4px!important;font-size:12px!important}.tv-exact-topbar .tv-tv-timeframes button:nth-child(n+6),.tv-exact-topbar .tv-top-tools button:nth-child(n+4),.tv-exact-topbar .tv-top-spacer,.tv-exact-topbar .tv-publish-btn{display:none!important}.tv-exact-topbar .tv-top-tools button,.tv-exact-topbar .tv-top-btn{width:30px!important;min-width:30px!important;height:30px!important}.tv-exact-topbar .tv-trade-btn{min-width:58px!important;max-width:62px!important;height:28px!important;padding:0 6px!important;font-size:11px!important}.tv-exact .tv-watch-dock,.tv-exact .tv-resize-x,.tv-exact .tv-smart-rail-tab{display:none!important}.tv-exact .tv-left-rail,.tv-exact .tv-right-rail{width:46px!important;min-width:46px!important;max-width:46px!important}.tv-exact .tv-left-rail button,.tv-exact .tv-right-rail button{border-radius:8px!important;width:34px!important;height:34px!important}.tv-exact .tv-tv-chart-titlebar{height:34px!important;overflow:hidden!important}.tv-exact .tv-pair-title b,.tv-exact .tv-pair-title span{font-size:13px!important}.tv-exact .tv-pair-title strong,.tv-chart-chip,.tv-exact .tv-indicator-legend{display:none!important}.tv-exact .tv-sell-buy{top:42px!important;left:8px!important;transform:scale(.78)!important}.tv-floating-drawbar{transform-origin:50%!important;max-width:calc(100vw - 118px)!important;overflow:hidden!important;transform:translate(-50%)scale(.86)!important}.tv-bottom-panel{max-height:36vh!important}.tv-status{font-size:10px!important}.tv-smart-overlay{width:min(420px,100vw - 96px)!important;top:46px!important;bottom:24px!important;right:48px!important}}@media (width<=560px){.tv-exact-topbar .tv-user-dot{width:26px!important;min-width:26px!important;height:26px!important;margin:0 2px 0 0!important}.tv-exact-topbar .tv-top-symbol{flex-basis:96px!important;width:96px!important;min-width:96px!important;font-size:11px!important}.tv-exact-topbar .tv-tv-timeframes button:nth-child(n+5),.tv-exact-topbar .tv-top-tools button:nth-child(n+3),.tv-exact-topbar .tv-top-btn:not(.active),.tv-exact-topbar .tv-trade-btn{display:none!important}.tv-exact .tv-left-rail,.tv-exact .tv-right-rail{width:42px!important;min-width:42px!important;max-width:42px!important}.tv-exact .tv-left-rail button,.tv-exact .tv-right-rail button{width:32px!important;height:32px!important}.tv-exact .tv-sell-buy{transform:scale(.7)!important}.tv-bottom-panel{max-height:30vh!important}.tv-iframe-backdrop{padding:46px 8px 8px!important}.tv-indicator-iframe{width:calc(100vw - 16px)!important;height:min(560px,100vh - 62px)!important}}.tv-tv-topbar,.tv-topbar,.tv-mainbar{width:100%;min-width:0;flex-wrap:nowrap!important;align-items:center!important;overflow:hidden!important}.tv-tv-topbar{justify-content:flex-start!important;gap:clamp(4px,.55vw,10px)!important;padding-left:clamp(4px,.5vw,10px)!important;padding-right:clamp(4px,.5vw,10px)!important;display:flex!important}.tv-top-spacer,.tv-spacer{flex:auto!important;min-width:8px!important}.tv-tv-timeframes,.tv-top-tools,.tv-top-actions{white-space:nowrap!important;flex-wrap:nowrap!important;flex:none!important;min-width:0!important}.tv-tv-timeframes{gap:clamp(0px,.18vw,2px)!important}.tv-top-tools{gap:clamp(0px,.18vw,3px)!important;overflow:hidden!important}.tv-tv-timeframes button,.tv-top-tools button,.tv-top-btn,.tv-layout-name{flex:none!important}.tv-tv-timeframes button{min-width:clamp(28px,2.45vw,34px)!important;height:clamp(28px,2.45vw,32px)!important;padding-left:clamp(4px,.42vw,7px)!important;padding-right:clamp(4px,.42vw,7px)!important;font-size:clamp(12px,1.04vw,14px)!important}.tv-top-tools button,.tv-top-btn{min-width:clamp(28px,2.45vw,34px)!important;height:clamp(28px,2.45vw,32px)!important;padding-left:clamp(4px,.42vw,7px)!important;padding-right:clamp(4px,.42vw,7px)!important}.tv-top-symbol-wrap,.tv-top-symbol,.tv-symbol-select{flex:none!important}.tv-top-symbol{text-align:left!important;width:clamp(118px,13vw,176px)!important;min-width:112px!important;max-width:176px!important;padding-left:18px!important;padding-right:34px!important}.tv-top-symbol+svg,.tv-top-symbol-wrap svg,.tv-symbol-dropdown-icon{flex:none!important}.tv-layout-name{text-overflow:ellipsis!important;min-width:clamp(70px,7.5vw,96px)!important;max-width:112px!important;overflow:hidden!important}.tv-trade-btn,.tv-signin-btn,.tv-publish-btn{white-space:nowrap!important;text-overflow:clip!important;flex:none!important;min-width:74px!important;height:30px!important;padding:0 13px!important;font-size:13px!important;line-height:30px!important;overflow:hidden!important}@media (width<=1280px){.tv-top-tools .hide-xl,.tv-top-actions .hide-xl{display:none!important}.tv-tv-topbar{gap:5px!important}}@media (width<=1120px){.tv-top-tools button:nth-of-type(n+9):not(.keep-visible),.tv-top-actions button:nth-of-type(n+4):not(.keep-visible),.tv-layout-name{display:none!important}.tv-top-sep{margin-left:2px!important;margin-right:2px!important}}@media (width<=980px){.tv-tv-timeframes button:nth-of-type(n+8):not(.active),.tv-top-tools button:nth-of-type(n+6):not(.active):not(.keep-visible){display:none!important}.tv-top-symbol{width:112px!important}.tv-trade-btn,.tv-signin-btn,.tv-publish-btn{min-width:64px!important;padding:0 10px!important;font-size:12px!important}}@media (width<=820px){.tv-tv-timeframes button:nth-of-type(n+6):not(.active),.tv-top-tools button:nth-of-type(n+4):not(.active):not(.keep-visible){display:none!important}.tv-round{width:26px!important;height:26px!important}}@media (width<=680px){.tv-tv-timeframes button:nth-of-type(n+4):not(.active),.tv-top-tools button:nth-of-type(n+3):not(.active):not(.keep-visible){display:none!important}.tv-top-symbol{width:96px!important;min-width:96px!important;font-size:13px!important}.tv-trade-btn,.tv-signin-btn,.tv-publish-btn{min-width:56px!important;padding:0 8px!important;font-size:11px!important}}.tv-chart-full,.tv-chart-stage,.tv-tv-chart-titlebar{min-width:0!important}.tv-exact,.tv-tvclone,.tv-tradingview{width:100vw!important;max-width:100vw!important;height:100vh!important;overflow:hidden!important}.tv-exact-topbar,.tv-tv-topbar{flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:center!important;gap:6px!important;width:100vw!important;max-width:100vw!important;height:44px!important;min-height:44px!important;padding:0 6px!important;display:flex!important;position:relative!important;overflow:hidden!important}.tv-exact-topbar>*,.tv-tv-topbar>*{flex-shrink:0!important}.tv-exact-topbar .tv-top-spacer,.tv-tv-topbar .tv-top-spacer,.tv-exact-topbar .tv-spacer,.tv-tv-topbar .tv-spacer{flex:auto!important;width:auto!important;min-width:0!important}.tv-exact-topbar .tv-top-symbol,.tv-tv-topbar .tv-top-symbol{text-overflow:ellipsis!important;white-space:nowrap!important;width:clamp(108px,12vw,150px)!important;min-width:92px!important;max-width:150px!important;height:32px!important;padding-left:14px!important;padding-right:30px!important;overflow:hidden!important}.tv-exact-topbar .tv-round,.tv-tv-topbar .tv-round{width:30px!important;min-width:30px!important;height:30px!important}.tv-exact-topbar .tv-tv-timeframes,.tv-tv-topbar .tv-tv-timeframes,.tv-exact-topbar .tv-top-tools,.tv-tv-topbar .tv-top-tools{white-space:nowrap!important;flex-wrap:nowrap!important;align-items:center!important;gap:2px!important;min-width:0!important;display:flex!important}.tv-exact-topbar .tv-tv-timeframes button,.tv-tv-topbar .tv-tv-timeframes button,.tv-exact-topbar .tv-top-tools button,.tv-tv-topbar .tv-top-tools button,.tv-exact-topbar .tv-top-btn,.tv-tv-topbar .tv-top-btn{flex:none!important;place-items:center!important;width:32px!important;min-width:32px!important;height:32px!important;padding:0!important;display:inline-grid!important}.tv-exact-topbar .tv-tv-timeframes button,.tv-tv-topbar .tv-tv-timeframes button{width:auto!important;min-width:34px!important;padding:0 6px!important;font-size:13px!important}.tv-exact-topbar .tv-layout-name,.tv-tv-topbar .tv-layout-name{text-overflow:ellipsis!important;white-space:nowrap!important;width:88px!important;min-width:72px!important;max-width:96px!important;overflow:hidden!important}.tv-exact-topbar .tv-trade-btn,.tv-tv-topbar .tv-trade-btn,.tv-exact-topbar .tv-signin-btn,.tv-tv-topbar .tv-signin-btn{text-align:center!important;white-space:nowrap!important;width:68px!important;min-width:68px!important;height:32px!important;padding:0 8px!important;font-size:12px!important;line-height:30px!important}.tv-exact-shell,.tv-tv-shell,.tv-shell{grid-auto-flow:column!important;width:100vw!important;max-width:100vw!important;overflow:hidden!important}.tv-exact .tv-left-rail,.tv-left-rail,.tv-exact .tv-right-rail,.tv-right-rail{width:clamp(42px,4vw,54px)!important;min-width:clamp(42px,4vw,54px)!important;max-width:54px!important;overflow:hidden!important}.tv-exact .tv-left-rail button,.tv-exact .tv-right-rail button,.tv-left-rail button,.tv-right-rail button{width:clamp(34px,3.15vw,40px)!important;min-width:clamp(34px,3.15vw,40px)!important;height:clamp(34px,3.15vw,40px)!important}.tv-exact .tv-smart-rail-tab,.tv-smart-rail-tab{width:clamp(34px,3.2vw,42px)!important;min-width:clamp(34px,3.2vw,42px)!important;max-width:42px!important;overflow:hidden!important}.tv-exact .tv-smart-rail-tab span,.tv-smart-rail-tab span{font-size:clamp(13px,1.5vw,20px)!important}.tv-chart-stage,.tv-chart-full,.tv-bottom-panel,.tv-watch-dock,.tv-smart-dock{min-width:0!important;max-width:100%!important;overflow:hidden!important}@media (width<=1180px){.tv-exact-topbar .tv-layout-name,.tv-tv-topbar .tv-layout-name,.tv-exact-topbar .tv-top-tools button:nth-last-child(n+8):not(.active),.tv-tv-topbar .tv-top-tools button:nth-last-child(n+8):not(.active){display:none!important}}@media (width<=980px){.tv-exact-topbar .tv-tv-timeframes button:nth-of-type(n+7):not(.active),.tv-tv-topbar .tv-tv-timeframes button:nth-of-type(n+7):not(.active),.tv-exact-topbar .tv-top-tools button:nth-of-type(n+7):not(.active),.tv-tv-topbar .tv-top-tools button:nth-of-type(n+7):not(.active){display:none!important}}@media (width<=760px){.tv-exact-topbar,.tv-tv-topbar{gap:3px!important;padding:0 4px!important}.tv-exact-topbar .tv-top-symbol,.tv-tv-topbar .tv-top-symbol{width:86px!important;min-width:86px!important;font-size:12px!important}.tv-exact-topbar .tv-tv-timeframes button:nth-of-type(n+5):not(.active),.tv-tv-topbar .tv-tv-timeframes button:nth-of-type(n+5):not(.active),.tv-exact-topbar .tv-top-tools button:nth-of-type(n+5):not(.active),.tv-tv-topbar .tv-top-tools button:nth-of-type(n+5):not(.active){display:none!important}.tv-exact-topbar .tv-trade-btn,.tv-tv-topbar .tv-trade-btn,.tv-exact-topbar .tv-signin-btn,.tv-tv-topbar .tv-signin-btn{width:56px!important;min-width:56px!important;font-size:11px!important}}@media (width<=560px){.tv-exact-topbar .tv-tv-timeframes button:nth-of-type(n+3):not(.active),.tv-tv-topbar .tv-tv-timeframes button:nth-of-type(n+3):not(.active),.tv-exact-topbar .tv-top-tools button:nth-of-type(n+3):not(.active),.tv-tv-topbar .tv-top-tools button:nth-of-type(n+3):not(.active){display:none!important}.tv-exact .tv-left-rail,.tv-left-rail,.tv-exact .tv-right-rail,.tv-right-rail{width:42px!important;min-width:42px!important}}.tv-exact-topbar{overflow:hidden}.tv-symbol-trigger{color:#f2f4f8;letter-spacing:.01em;background:#2b303a;border:1px solid #ffffff0a;border-radius:999px;flex:none;justify-content:space-between;align-items:center;gap:10px;min-width:150px;max-width:190px;height:34px;padding:0 7px 0 18px;font-weight:800;display:inline-flex}.tv-symbol-trigger:hover{background:#343943}.tv-symbol-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;overflow:hidden}.tv-symbol-badge{color:#f2f4f8;background:#0d0f13;border-radius:999px;flex:none;place-items:center;width:31px;height:31px;display:grid;box-shadow:inset 0 0 0 2px #ffffff29}.tv-symbol-badge-svg{width:22px;height:22px}.tv-symbol-plus{flex:none;color:#f8fafc!important;background:0 0!important;border:2px solid #e2e8f0d1!important;border-radius:999px!important;width:34px!important;min-width:34px!important;height:34px!important}.tv-symbol-plus:hover{background:#ffffff14!important}.tv-trade-btn{white-space:nowrap;border-radius:999px;flex:none;min-width:76px;height:33px;padding:0 16px;font-size:14px!important;line-height:1!important}.symbol-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008f;place-items:start center;padding-top:min(7vh,72px);display:grid;position:fixed;inset:0}.symbol-search-modal{color:#e8e8e8;background:#1f1f1f;border:1px solid #ffffff24;border-radius:4px;flex-direction:column;width:min(900px,100vw - 56px);height:min(560px,100vh - 96px);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;overflow:hidden;box-shadow:0 22px 80px #000000b8}.symbol-modal-header{justify-content:space-between;align-items:center;height:70px;padding:0 18px 0 22px;display:flex}.symbol-modal-header h2{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.symbol-modal-close{color:#d8d8d8;background:0 0;border:none;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.symbol-modal-close:hover{background:#ffffff14}.symbol-search-box{color:#a5a5a5;border:1px solid #5a5a5a;border-radius:8px;align-items:center;gap:9px;height:43px;margin:0 22px 16px;padding:0 12px;display:flex}.symbol-search-box input{color:#e8e8e8;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:18px}.symbol-search-box button{color:#b9b9b9;background:0 0;border:none;border-radius:6px;place-items:center;width:28px;height:28px;display:grid}.symbol-search-box button:hover{color:#fff;background:#ffffff14}.symbol-tabs{gap:8px;padding:0 22px 16px;display:flex;overflow:hidden}.symbol-tabs button{color:#d8d8d8;white-space:nowrap;background:#303030;border:none;border-radius:999px;height:34px;padding:0 15px;font-size:14px}.symbol-tabs button.active{color:#111;background:#f1f1f1}.symbol-result-frame{border-top:2px solid #e9e9e9;flex-direction:column;flex:1;min-height:0;margin:0 6px 0 0;display:flex}.symbol-result-head{color:#9b9b9b;text-transform:uppercase;grid-template-columns:38px minmax(124px,148px) minmax(180px,1fr) 150px 118px 44px;align-items:center;height:34px;padding:0 22px;font-size:12px;display:grid}.symbol-result-list{min-height:0;overflow:auto}.symbol-row{color:#e8e8e8;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff1a;grid-template-columns:38px minmax(124px,148px) minmax(180px,1fr) 150px 118px 44px;align-items:center;gap:0;width:100%;min-height:45px;padding:0 22px;display:grid}.symbol-row:hover,.symbol-row.selected{background:#2b2b2b;box-shadow:inset 0 0 0 2px #e7e7e7}.symbol-coin{color:#fff;background:#2563eb;border-radius:999px;place-items:center;width:26px;height:26px;font-size:13px;font-weight:900;display:grid}.symbol-coin.btc{background:#f7931a;font-size:19px}.symbol-row b{color:#2d73ff;text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.symbol-name{color:#e5e5e5;font-size:15px}.symbol-type{color:#9b9b9b;justify-self:end;font-size:13px}.symbol-exchange{color:#d8d8d8;justify-self:end;font-size:14px}.symbol-badge-mini{color:#fff;background:#0aa66a;border-radius:999px;justify-self:end;place-items:center;min-width:23px;height:23px;padding:0 5px;font-size:10px;font-weight:900;display:grid}.symbol-modal-footer{color:#9b9b9b;background:#2e2e2e;place-items:center;height:44px;font-size:13px;display:grid}@media (width<=900px){.tv-symbol-trigger{min-width:118px;max-width:146px;padding-left:12px}.tv-symbol-text{font-size:13px}.tv-symbol-badge{width:28px;height:28px}.symbol-search-modal{width:calc(100vw - 24px);height:min(520px,100vh - 72px)}.symbol-tabs{overflow-x:auto}.symbol-result-head,.symbol-row{grid-template-columns:34px 112px minmax(160px,1fr) 0 86px 34px}.symbol-type{display:none}}.wvbot-site{color:#8d95a7;letter-spacing:.01em;white-space:nowrap;margin-left:4px;font-size:11px;font-weight:500}.viewbot-header-identity{flex:auto;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.viewbot-header-identity b{white-space:nowrap;flex:none}.viewbot-header-identity .wvbot-site{text-overflow:ellipsis;min-width:0;overflow:hidden}.viewbot-provider-badge{color:#cfe0ff;letter-spacing:.01em;white-space:nowrap;background:linear-gradient(#2563eb29,#0f172a94);border:1px solid #60a5fa6b;border-radius:999px;align-items:center;gap:5px;min-width:0;height:26px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 0 0 1px #2962ff1a,0 0 16px #2962ff24}.viewbot-provider-badge strong{text-transform:uppercase;letter-spacing:.08em;color:inherit;font-size:10px;display:none}.viewbot-provider-badge.openai{color:#b7f7d4;background:linear-gradient(#10b9812e,#0f172a9e);border-color:#10b9817a;box-shadow:0 0 0 1px #10b9811a,0 0 16px #10b98121}.viewbot-provider-badge.auto{color:#ddd6fe;background:linear-gradient(#5b21b638,#0f172a9e);border-color:#8b5cf680;box-shadow:0 0 0 1px #8b5cf61f,0 0 16px #8b5cf624}.viewbot-provider-badge.viewbot{color:#bfdbfe;background:linear-gradient(#2563eb2e,#0f172a9e);border-color:#3b82f67a}@media (width<=1320px){.viewbot-provider-badge span{display:none}.viewbot-provider-badge strong{display:inline}.viewbot-header-identity .wvbot-site{max-width:120px}}@media (width<=760px){.viewbot-header-identity .wvbot-site{display:none}.viewbot-provider-badge{padding:0 7px}.viewbot-provider-badge svg{display:none}}.smart-ea-chatgpt-shell{min-width:0;overflow:hidden}.smart-ea-composer-wrap{background:#0f131d;border-top:1px solid #ffffff14;margin-top:auto;padding:16px 18px 18px;position:relative}.smart-ea-composer{background:#111722;border:1px solid #94a3b838;border-radius:24px;align-items:center;gap:10px;min-height:58px;padding:8px 10px 8px 12px;display:flex;box-shadow:inset 0 0 0 1px #ffffff06}.smart-ea-composer:focus-within,.smart-ea-composer.dictating{background:#131a27;border-color:#94a3b86b}.smart-ea-composer textarea{resize:none;color:#e5e7eb;text-align:right;direction:rtl;background:0 0;border:0;outline:0;flex:1;min-width:0;max-height:92px;padding:8px 2px;font-family:inherit;font-size:15px;line-height:1.35}.smart-ea-composer textarea::placeholder{color:#808899}.smart-composer-plus,.smart-compose-actions button{color:#d1d5db;cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:38px;height:38px;transition:background .15s,transform .15s,color .15s;display:grid}.smart-composer-plus:hover,.smart-compose-actions button:hover{color:#fff;background:#ffffff14}.smart-composer-plus:active,.smart-compose-actions button:active{transform:scale(.96)}.smart-compose-actions{flex:none;align-items:center;gap:4px;display:flex}.smart-compose-actions.typed button:last-child{color:#111827;background:#f9fafb}.smart-voice-orb{color:#fff!important;background:#05070b!important}.smart-voice-orb.recording{color:#0f172a!important;background:#e5e7eb!important}.smart-composer-hint{display:none}.smart-attach-menu{color:#111;z-index:200;background:#f8f8f8;border:1px solid #0000001a;border-radius:18px;width:260px;padding:10px;position:absolute;bottom:86px;left:18px;box-shadow:0 18px 55px #00000059}.smart-attach-item{color:#111;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;width:100%;height:42px;padding:0 10px;font-size:15px;display:flex}.smart-attach-item:hover{background:#0000000f}.smart-attach-item svg{color:#111;flex:none}.smart-attach-chevron{margin-left:auto;font-size:22px;line-height:1}.smart-attach-divider{background:#0000001f;height:1px;margin:6px 8px}.viewbot-brain-trigger{color:#d1d5db;cursor:pointer;background:0 0;border:0;border-radius:999px;flex:0 0 38px;place-items:center;width:38px;height:38px;transition:background .15s,transform .15s,color .15s;display:grid}.viewbot-brain-trigger:hover,.viewbot-brain-trigger.active{color:#fff;background:#ffffff17}.viewbot-brain-trigger:active{transform:scale(.96)}.viewbot-brain-menu{color:#171b22;z-index:205;background:#f8f8f8;border:1px solid #0000001a;border-radius:22px;width:min(330px,100% - 80px);padding:14px 12px;position:absolute;bottom:86px;left:62px;box-shadow:0 22px 70px #0000006b}.viewbot-brain-section-label{color:#8d8d8d;padding:0 12px 8px;font-size:18px;line-height:1.2}.viewbot-brain-menu button{color:#1f232b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;width:100%;min-height:44px;padding:8px 12px;font-size:18px;display:flex}.viewbot-brain-menu button:hover,.viewbot-brain-menu button.selected{background:#ececec}.viewbot-brain-menu button.provider{min-height:58px}.viewbot-brain-menu button.provider span{flex-direction:column;gap:3px;min-width:0;display:flex}.viewbot-brain-menu button.provider b{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.viewbot-brain-menu button.provider small{color:#737373;white-space:normal;font-size:11px;line-height:1.25}.viewbot-brain-divider{background:#e2e2e2;height:1px;margin:10px 12px}.viewbot-brain-row-muted{color:#1f232b;justify-content:space-between;align-items:center;min-height:42px;padding:0 12px;font-size:17px;display:flex}.viewbot-brain-row-muted svg{color:#9a9a9a}.viewbot-brain-select{color:#1f232b;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:4px 12px;font-size:15px;display:flex}.viewbot-brain-select span{color:#6b7280;font-size:13px}.viewbot-brain-select select{color:#111827;min-width:154px;height:34px;font:inherit;background:#fff;border:1px solid #0000001f;border-radius:10px;outline:none;padding:0 9px;font-size:13px}.viewbot-brain-menu button.disabled,.viewbot-brain-menu button:disabled{cursor:not-allowed;opacity:.46}.viewbot-brain-menu button.disabled:hover,.viewbot-brain-menu button:disabled:hover{background:0 0}.viewbot-voice-toolbar{color:#9aa4b7;white-space:nowrap;background:#0f131d;border-bottom:1px solid #94a3b81f;align-items:center;gap:8px;padding:8px 18px 10px;font-size:11px;display:flex;overflow:hidden}.viewbot-voice-toolbar select{color:#e5e7eb;background:#090d14;border:1px solid #94a3b83d;border-radius:8px;outline:none;height:28px;padding:0 8px}.viewbot-voice-toolbar button{color:#cbd5e1;cursor:pointer;background:#111722;border:1px solid #94a3b838;border-radius:999px;align-items:center;gap:6px;height:28px;padding:0 10px;display:inline-flex}.viewbot-voice-toolbar button.active{color:#5eead4;background:#14b8a621;border-color:#14b8a67a}.viewbot-voice-toolbar span{text-overflow:ellipsis;overflow:hidden}.smart-ea-composer.voice-live{background:#f7f7f8;border-color:#0000002e;border-radius:999px;min-height:62px;padding:8px 12px;box-shadow:0 10px 32px #00000038}.smart-ea-composer.voice-live .smart-composer-plus{color:#9ca3af;background:0 0!important}.viewbot-live-voice{flex:1;align-items:center;gap:10px;min-width:0;height:42px;display:flex;overflow:hidden}.viewbot-live-dots{color:#b7b7b7;letter-spacing:3px;margin-left:4px;font-size:30px;line-height:1}.viewbot-waveform{flex:1;align-items:center;gap:4px;height:42px;display:flex;overflow:hidden}.viewbot-waveform span{width:4px;height:var(--bar-height);opacity:.95;transform-origin:50%;min-height:3px;animation:1.6s ease-in-out infinite viewbot-wave-idle;animation-delay:var(--bar-delay);background:#050505;border-radius:999px}.viewbot-waveform.active span{animation-name:viewbot-wave-live;animation-duration:.72s}.smart-compose-actions.voice-session{gap:10px}.smart-compose-actions.voice-session button{color:#0b0b0b!important;background:0 0!important}.viewbot-end-btn{min-width:94px;font-size:20px;font-weight:700;color:#fff!important;background:#0a84ff!important;border-radius:999px!important;width:auto!important;padding:0 22px!important}.smart-ea-composer.voice-live .smart-compose-actions button:first-child{font-size:20px}@keyframes viewbot-wave-live{0%,to{transform:scaleY(.45)}45%{transform:scaleY(1.16)}70%{transform:scaleY(.72)}}@keyframes viewbot-wave-idle{0%,to{opacity:.78;transform:scaleY(.6)}50%{opacity:.95;transform:scaleY(.85)}}.tv-topbar,.tv-header,.trading-topbar{flex-wrap:nowrap!important;align-items:center!important;overflow:hidden!important}.tv-topbar>*{flex:none}.tv-symbol-selector,.tv-symbol-button{flex:none;justify-content:space-between;align-items:center;gap:8px;min-width:112px;max-width:190px;display:inline-flex}.tv-symbol-selector span,.tv-symbol-button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tv-top-tools,.tv-toolbar-center,.tv-timeframes{flex:0 auto;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.tv-signin,.signin{white-space:nowrap;flex:none;padding:8px 16px!important;font-size:13px!important;line-height:1!important}.tv-left-rail,.tv-right-rail{flex:none}.tv-statusbar{color:#7f8da3!important;background:#060b12!important;border-top:1px solid #94a3b82e!important}.tv-smart-rail-tab span{font-size:26px;line-height:1}.tv-smart-rail-tab small{letter-spacing:.04em;font-size:10px}.tv-smart-rail-tab em{font-size:10px;line-height:1}@media (width<=1100px){.tv-topbar{gap:6px!important}.tv-timeframes button:nth-of-type(n+6),.tv-top-tools .optional,.tv-toolbar-center .optional{display:none!important}.tv-signin,.signin{padding:7px 12px!important;font-size:12px!important}.tv-smart-panel,.tv-right-panel{width:min(34vw,360px)!important;min-width:290px!important}.smart-ea-composer-wrap{padding:12px}.smart-ea-composer{border-radius:20px;min-height:52px}.smart-ea-composer textarea{font-size:14px}}@media (width<=820px){.tv-symbol-selector,.tv-symbol-button{min-width:86px;max-width:126px}.tv-timeframes button:nth-of-type(n+5){display:none!important}.tv-right-panel{width:min(42vw,330px)!important;min-width:260px!important}.tv-chat-suggestions{white-space:nowrap;overflow-x:auto}.smart-attach-menu{width:min(245px,100vw - 36px);bottom:78px}}@media (width<=640px){.tv-right-panel{display:none!important}.tv-smart-rail-tab{display:flex!important}.tv-timeframes button:nth-of-type(n+4){display:none!important}.tv-left-rail{width:54px!important}.tv-symbol-selector,.tv-symbol-button{max-width:112px}.tv-signin,.signin{display:none!important}}.smart-ea-composer.voice-live{background:#111722!important;border:1px solid #94a3b83d!important;box-shadow:0 18px 45px #00000057,inset 0 1px #ffffff0d!important}.smart-ea-composer.voice-live .smart-composer-plus{color:#9aa4b7!important}.smart-ea-composer.voice-live .smart-composer-plus:hover{color:#e5edf7!important;background:#94a3b81a!important}.viewbot-live-dots{align-items:center;gap:10px;width:62px;margin-left:2px;color:#0000!important;font-size:0!important;display:inline-flex!important}.viewbot-live-dots:before,.viewbot-live-dots:after{content:"";opacity:.52;background:#e7edf7;border-radius:50%;width:7px;height:7px;animation:1.05s ease-in-out infinite viewbot-dot-pulse}.viewbot-live-dots:after{animation-delay:.35s}.viewbot-live-dots i{opacity:.52;background:#e7edf7;border-radius:50%;width:7px;height:7px;animation:1.05s ease-in-out infinite viewbot-dot-pulse;display:block}.viewbot-live-dots i:first-child{animation-delay:.1s}.viewbot-live-dots i:nth-child(2){animation-delay:.2s}.viewbot-live-dots i:nth-child(3){animation-delay:.3s}.viewbot-live-dots i:nth-child(4){animation-delay:.4s}.smart-ea-composer.voice-live .viewbot-waveform span{background:#f8fafc;box-shadow:0 0 10px #60a5fa29}.smart-compose-actions.voice-session button:first-child{color:#e5e7eb!important}.smart-compose-actions.voice-session button:first-child:hover{background:#94a3b81f!important}.viewbot-end-btn{color:#fff!important;background:#0a84ff!important;align-items:center!important;gap:10px!important;display:inline-flex!important;box-shadow:0 0 0 1px #ffffff1f,0 10px 24px #0a84ff47!important}.viewbot-end-btn:before{content:"";background:#fff;border-radius:50%;width:5px;height:5px;animation:.75s ease-in-out infinite viewbot-end-dots;box-shadow:9px 0 #ffffffe6,18px 0 #ffffffbf,27px 0 #ffffff8c}.viewbot-end-btn:hover{background:#1d8fff!important}@keyframes viewbot-dot-pulse{0%,to{opacity:.35;transform:translateY(0)scale(.82)}50%{opacity:1;transform:translateY(-2px)scale(1.15)}}@keyframes viewbot-end-dots{0%,to{opacity:.55;transform:translateY(0)}50%{opacity:1;transform:translateY(-1px)}}.viewbot-live-dots:before{box-shadow:14px 0 #e7edf7b3,28px 0 #e7edf78c,42px 0 #e7edf766}.viewbot-live-dots:after{display:none}.smart-ea-composer.voice-live{background:#0d1420!important;border:1px solid #7891af52!important;border-radius:999px!important;gap:12px!important;min-height:66px!important;padding:8px 14px!important;box-shadow:inset 0 1px #ffffff0d,0 18px 44px #00000052!important}.smart-ea-composer.voice-live .smart-composer-plus{color:#dbe7f6!important;background:#172231!important;border-radius:50%!important;flex:0 0 48px!important;width:48px!important;height:48px!important}.smart-ea-composer.voice-live .viewbot-live-voice{flex:auto!important;gap:0!important;min-width:120px!important;height:48px!important}.smart-ea-composer.voice-live .viewbot-live-dots{display:none!important}.smart-ea-composer.voice-live .viewbot-waveform{flex:auto!important;gap:4px!important;height:48px!important;padding:0 4px!important}.smart-ea-composer.voice-live .viewbot-waveform span{opacity:.92!important;width:4px!important;min-height:3px!important;box-shadow:none!important;background:#f8fafc!important;border-radius:999px!important}.smart-ea-composer.voice-live .viewbot-waveform span:nth-child(5n+1),.smart-ea-composer.voice-live .viewbot-waveform span:nth-child(7n+2),.smart-ea-composer.voice-live .viewbot-waveform span:nth-child(11n+3){opacity:.75!important;align-self:center!important;width:3px!important;height:3px!important}.smart-ea-composer.voice-live .viewbot-waveform.active span{animation:.64s ease-in-out infinite viewbot-wave-live!important;animation-delay:var(--bar-delay)!important}.smart-ea-composer.voice-live .smart-compose-actions.voice-session{flex:none!important;gap:10px!important}.smart-ea-composer.voice-live .smart-compose-actions.voice-session button:first-child{color:#f8fafc!important;background:0 0!important;width:44px!important;height:44px!important}.smart-ea-composer.voice-live .viewbot-end-btn{color:#fff!important;letter-spacing:0!important;background:#0a84ff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:12px!important;width:auto!important;min-width:128px!important;height:48px!important;padding:0 24px!important;font-size:21px!important;font-weight:750!important;display:inline-flex!important;box-shadow:0 14px 26px #0a84ff47,inset 0 1px #fff3!important}.smart-ea-composer.voice-live .viewbot-end-btn:before{content:"";background:#fff;border-radius:50%;width:5px;height:5px;animation:.7s ease-in-out infinite viewbot-end-dots;box-shadow:10px 0 #fffffff2,20px 0 #ffffffdb,30px 0 #ffffffb8}.smart-ea-composer.voice-live .viewbot-end-dots{display:none!important}.smart-ea-composer.voice-live .viewbot-end-btn:hover{background:#168bff!important}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}.tv-app.tv-exact,.tv-app.tv-tradingview{background:#05080d!important;flex-direction:column!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;display:flex!important;overflow:hidden!important}.tv-exact-topbar{background:#0b0b0c!important;border-bottom:2px solid #252b36!important;flex-wrap:nowrap!important;flex:0 0 44px!important;justify-content:flex-start!important;align-items:center!important;gap:6px!important;width:100%!important;max-width:100%!important;height:44px!important;min-height:44px!important;display:flex!important;overflow:hidden!important}.tv-exact-topbar>*{flex:none!important}.tv-exact-topbar .tv-tv-timeframes,.tv-exact-topbar .tv-top-tools{flex:0 auto!important;min-width:0!important;overflow:hidden!important}.tv-exact-topbar .tv-symbol-trigger{width:clamp(118px,13vw,170px)!important;min-width:112px!important;max-width:170px!important}.tv-exact-topbar .tv-trade-btn{place-items:center!important;width:72px!important;min-width:72px!important;max-width:72px!important;padding:0 8px!important;font-size:12px!important;display:inline-grid!important}.tv-shell.tv-exact-shell{background:#05080d!important;flex:auto!important;grid-auto-flow:row!important;width:100%!important;max-width:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.tv-left-rail{grid-area:left!important;min-height:0!important;overflow:hidden auto!important}.tv-right-rail{grid-area:right!important;min-height:0!important;overflow:hidden auto!important}.tv-chart-stage{grid-area:chart!important;min-width:0!important;min-height:0!important;position:relative!important;overflow:hidden!important}.tv-smart-rail-tab{grid-area:smart!important;min-height:0!important}.tv-resize-x{grid-area:resize!important;min-height:0!important}.tv-watch-dock{grid-area:dock!important;min-width:0!important;min-height:0!important;overflow:hidden!important}.tv-resize-y{background:0 0!important;grid-area:resizeY!important;height:2px!important;min-height:2px!important}.tv-resize-y:hover,.tv-resize-y:active{box-shadow:none!important;background:0 0!important}.tv-bottom-panel{background:#0d111a!important;grid-area:bottom!important;min-width:0!important;min-height:0!important;overflow:hidden auto!important}.tv-status{background:#060b12!important;border-top:1px solid #94a3b82e!important;grid-area:status!important;min-width:0!important;height:24px!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell{background:#0f131d!important;flex-direction:column!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;display:flex!important;overflow:hidden!important}.tv-chat-header,.tv-chat-suggestions,.smart-ea-composer-wrap{flex:none!important}.tv-chat-messages{flex:auto!important;min-height:0!important;overflow-y:auto!important}.smart-ea-composer-wrap{margin-top:0!important}@media (width<=1180px){.tv-exact-topbar .tv-layout-name,.tv-exact-topbar .tv-top-tools button:nth-of-type(n+6):not(.active),.tv-exact-topbar .tv-tv-timeframes button:nth-of-type(n+8):not(.active){display:none!important}}@media (width<=920px){.tv-exact-topbar{gap:3px!important;padding:0 4px!important}.tv-exact-topbar .tv-symbol-trigger{width:112px!important;min-width:102px!important}.tv-exact-topbar .tv-tv-timeframes button:nth-of-type(n+6):not(.active),.tv-exact-topbar .tv-top-tools button:nth-of-type(n+4):not(.active),.tv-exact-topbar .tv-top-btn.dim{display:none!important}}@media (width<=720px){.tv-exact-topbar .tv-tv-timeframes button:nth-of-type(n+4):not(.active),.tv-exact-topbar .tv-top-tools button:nth-of-type(n+3):not(.active){display:none!important}.tv-exact-topbar .tv-trade-btn{width:58px!important;min-width:58px!important;font-size:11px!important}}.tv-exact-topbar{border-bottom:3px solid var(--tv-separator,#323846)!important;flex-wrap:nowrap!important;gap:9px!important;position:relative!important;overflow:hidden!important}.tv-exact-topbar>.tv-top-btn.active[title=Replay]{display:none!important}.tv-exact-topbar .tv-top-tools+.tv-top-btn{margin-left:auto!important}.tv-exact-topbar .tv-top-tools{flex:none!important;justify-content:flex-start!important;align-items:center!important;gap:3px!important;display:inline-flex!important}.tv-exact-topbar .tv-tv-timeframes{flex:none!important;justify-content:flex-start!important;align-items:center!important;gap:0!important;display:inline-flex!important}.tv-exact-topbar .tv-trade-btn{flex:none!important;margin-left:2px!important}.tv-exact-shell{border-top:0!important}@media (width<=1180px){.tv-exact-topbar{gap:6px!important}.tv-exact-topbar .tv-top-tools+.tv-top-btn{margin-left:auto!important}}@media (width<=900px){.tv-exact-topbar .tv-top-tools button:nth-child(n+5){display:none!important}}@media (width<=760px){.tv-exact-topbar .tv-top-tools+.tv-top-btn{margin-left:auto!important}}.tv-mobile-bot-top{display:none}@media (width<=760px){.tv-app.tv-exact .tv-exact-topbar{gap:6px!important;padding:0 6px!important;overflow:hidden!important}.tv-app.tv-exact .tv-shell.tv-exact-shell{-moz-column-gap:0!important;grid-template-columns:54px minmax(0,1fr) 0 0 0 54px!important;column-gap:0!important}.tv-app.tv-exact .tv-smart-rail-tab,.tv-app.tv-exact .tv-resize-x{border:0!important;width:0!important;min-width:0!important;max-width:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.tv-app.tv-exact .tv-watch-dock{display:none!important}.tv-app.tv-exact .tv-watch-dock.mobile-smart-dock{z-index:240!important;border:1px solid #2f3848!important;border-radius:16px!important;width:min(360px,100vw - 120px)!important;display:block!important;position:fixed!important;top:94px!important;bottom:10px!important;right:58px!important;overflow:hidden!important;box-shadow:0 18px 60px #0000008c!important}.tv-app.tv-exact .tv-left-rail{width:54px!important;min-width:54px!important;max-width:54px!important;display:flex!important}.tv-app.tv-exact .tv-right-rail{border-left:3px solid #2f3848!important;width:54px!important;min-width:54px!important;max-width:54px!important;margin:0!important;display:flex!important}.tv-app.tv-exact .tv-exact-topbar .tv-symbol-trigger{flex:0 0 118px!important;width:118px!important;min-width:118px!important;max-width:118px!important}.tv-app.tv-exact .tv-exact-topbar .tv-symbol-plus{flex:0 0 38px!important}.tv-app.tv-exact .tv-exact-topbar .tv-tv-timeframes{scrollbar-width:none!important;-ms-overflow-style:none!important;flex:auto!important;gap:0!important;min-width:0!important;display:flex!important;overflow:auto hidden!important}.tv-app.tv-exact .tv-exact-topbar .tv-tv-timeframes::-webkit-scrollbar{display:none!important}.tv-app.tv-exact .tv-exact-topbar .tv-tv-timeframes button{flex:none!important;min-width:42px!important;padding:0 9px!important;display:inline-flex!important}.tv-app.tv-exact .tv-exact-topbar .tv-top-tools,.tv-app.tv-exact .tv-exact-topbar .tv-top-btn,.tv-app.tv-exact .tv-exact-topbar .tv-layout-name,.tv-app.tv-exact .tv-exact-topbar .tv-top-sep:nth-of-type(n+2){display:none!important}.tv-mobile-bot-top{color:#d7dbe5!important;width:36px!important;min-width:36px!important;height:36px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:8px!important;flex:0 0 36px!important;place-items:center!important;margin-left:auto!important;padding:0!important;display:grid!important}.tv-mobile-bot-top:hover,.tv-mobile-bot-top:focus,.tv-mobile-bot-top:active{color:#fff!important;background:#ffffff14!important}.tv-app.tv-exact .tv-exact-topbar .tv-trade-btn{flex:0 0 78px!important;width:78px!important;min-width:78px!important;max-width:78px!important;margin-left:4px!important;font-size:12px!important;display:inline-grid!important}.mobile-wvbot-button,.mobile-wvbot-trigger,.mobile-bot-trigger,[data-mobile-bot-trigger]{display:none!important}.tv-chart-stage{border-right:0!important;margin:0!important}}@media (width<=560px){.tv-app.tv-exact .tv-exact-topbar .tv-symbol-trigger{flex-basis:104px!important;width:104px!important;min-width:104px!important;max-width:104px!important}.tv-app.tv-exact .tv-exact-topbar .tv-tv-timeframes button{min-width:38px!important;padding:0 7px!important}.tv-app.tv-exact .tv-exact-topbar .tv-trade-btn{flex-basis:72px!important;width:72px!important;min-width:72px!important}}@media (width<=980px){.tv-app.tv-exact .tv-shell.tv-exact-shell{grid-template-rows:minmax(0,1fr) 2px 44px 0!important;grid-template-columns:0 minmax(0,1fr) 0 0 0 54px!important;gap:0!important;width:100vw!important;max-width:100vw!important;overflow:hidden!important}.tv-app.tv-exact .tv-left-rail{border:0!important;flex-basis:0!important;width:0!important;min-width:0!important;max-width:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.tv-app.tv-exact .tv-smart-rail-tab,.tv-app.tv-exact .tv-resize-x,.tv-app.tv-exact .tv-watch-dock{border:0!important;width:0!important;min-width:0!important;max-width:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.tv-app.tv-exact .tv-right-rail{background:#111!important;border-left:3px solid #2f3848!important;grid-area:right!important;width:54px!important;min-width:54px!important;max-width:54px!important;margin:0!important;padding-top:8px!important;display:flex!important;overflow:hidden auto!important}.tv-app.tv-exact .tv-chart-stage,.tv-app.tv-exact .tv-chart-full{border-left:0!important;border-right:0!important;grid-area:chart!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;overflow:hidden!important}.tv-app.tv-exact canvas{width:100%!important;max-width:100%!important;display:block!important}.tv-app.tv-exact .tv-resize-y{background:#2f3848!important;border:0!important;height:2px!important;min-height:2px!important;max-height:2px!important;margin:0!important;padding:0!important}.tv-app.tv-exact .tv-resize-y button{display:none!important}.tv-app.tv-exact .tv-bottom-panel{background:#0d111a!important;border-top:2px solid #2f3848!important;grid-area:bottom!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0!important;overflow:hidden!important}.tv-app.tv-exact .tv-bottom-panel>.flex.h-full.flex-col>.min-h-0.flex-1,.tv-app.tv-exact .tv-bottom-panel .tv-replay-strip,.tv-app.tv-exact .tv-bottom-panel .tv-bottom-mini span,.tv-app.tv-exact .tv-bottom-panel .tv-bottom-mini,.tv-app.tv-exact .tv-bottom-panel [class*=Visual\ Strategy],.tv-app.tv-exact .tv-bottom-panel .text-\[11px\]{display:none!important}.tv-app.tv-exact .tv-bottom-panel>.flex.h-full.flex-col>div:first-child{border-bottom:0!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0 8px!important;overflow:hidden!important}.tv-app.tv-exact .tv-bottom-panel>.flex.h-full.flex-col>div:first-child>div:last-child{display:none!important}.tv-app.tv-exact .tv-bottom-panel>.flex.h-full.flex-col>div:first-child>div:first-child{white-space:nowrap!important;scrollbar-width:none!important;overflow:auto hidden!important}.tv-app.tv-exact .tv-bottom-panel>.flex.h-full.flex-col>div:first-child>div:first-child::-webkit-scrollbar{display:none!important}.tv-app.tv-exact .tv-status{border:0!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.tv-app.tv-exact .tv-exact-topbar .tv-top-tools,.tv-app.tv-exact .tv-exact-topbar .tv-top-btn,.tv-app.tv-exact .tv-exact-topbar .tv-layout-name{display:none!important}.tv-app.tv-exact .tv-exact-topbar .tv-tv-timeframes button{display:inline-flex!important}.tv-app.tv-exact .tv-mobile-bot-top{margin-left:auto!important;display:grid!important}}@media (width<=560px){.tv-app.tv-exact .tv-shell.tv-exact-shell{grid-template-columns:0 minmax(0,1fr) 0 0 0 50px!important}.tv-app.tv-exact .tv-right-rail{width:50px!important;min-width:50px!important;max-width:50px!important}.tv-app.tv-exact .tv-exact-topbar .tv-trade-btn{flex:0 0 74px!important;width:74px!important;min-width:74px!important;max-width:74px!important;font-size:12px!important;display:inline-grid!important}}.tv-exact-topbar{box-sizing:border-box!important;flex-wrap:nowrap!important;width:100%!important;max-width:100vw!important;display:flex!important;overflow:hidden!important}.tv-exact-topbar .tv-layout-name{margin-left:auto!important}.tv-exact-topbar .tv-trade-btn{flex:none!important;margin-right:4px!important}@media (width<=1120px){.tv-exact-topbar{gap:6px!important;padding-left:6px!important;padding-right:6px!important}.tv-exact-topbar .tv-layout-name,.tv-exact-topbar .tv-top-btn,.tv-exact-topbar .tv-top-tools button:nth-child(n+3){display:none!important}.tv-exact-topbar .tv-mobile-bot-top{color:#f2f3f5!important;background:#3a3e49!important;border-radius:7px!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;margin-left:auto!important;display:inline-flex!important}.tv-exact-topbar .tv-trade-btn{justify-content:center!important;align-items:center!important;min-width:82px!important;max-width:92px!important;height:34px!important;margin-left:6px!important;margin-right:0!important;padding:0 12px!important;font-size:13px!important;line-height:1!important;display:inline-flex!important}.tv-exact-shell{grid-template:"chart right"minmax(0,1fr)"resizeY right"2px"bottom right""status right"0/minmax(0,1fr) 54px!important;gap:0!important;width:100vw!important;min-width:0!important;max-width:100vw!important;height:calc(100dvh - 44px)!important;overflow:hidden!important}.tv-exact .tv-left-rail,.tv-exact .tv-smart-rail-tab,.tv-exact .tv-watch-dock,.tv-exact .tv-resize-x{visibility:hidden!important;border:0!important;width:0!important;min-width:0!important;max-width:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.tv-exact .tv-chart-stage{border-left:0!important;border-right:2px solid #2a2e39!important;grid-area:chart!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;overflow:hidden!important}.tv-exact .tv-right-rail{z-index:12!important;background:#111!important;border-left:2px solid #2a2e39!important;grid-area:right!important;width:54px!important;min-width:54px!important;max-width:54px!important;margin:0!important;display:flex!important}.tv-exact .tv-right-rail button{flex:none!important;display:grid!important}.tv-exact .tv-resize-y{background:#2a2e39!important;grid-area:resizeY!important;height:2px!important;min-height:2px!important;margin:0!important;padding:0!important}.tv-exact .tv-bottom-panel{border-top:1px solid #2a2e39!important;grid-area:bottom!important;min-height:58px!important;max-height:120px!important;margin:0!important;overflow:hidden!important}.tv-exact .tv-status{border:0!important;grid-area:status!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.tv-exact .tv-bottom-mini span,.tv-exact .tv-status span{display:none!important}}@media (width<=760px){.tv-exact-topbar .tv-top-symbol,.tv-exact-topbar .tv-symbol-trigger{width:116px!important;min-width:116px!important;max-width:116px!important}.tv-exact-topbar .tv-tv-timeframes{flex:0 auto!important;min-width:0!important;display:flex!important;overflow:hidden!important}.tv-exact-topbar .tv-tv-timeframes button{min-width:32px!important;height:32px!important;padding:0 5px!important;font-size:13px!important;display:inline-grid!important}}@media (width<=1100px){.tv-app.tv-exact,.tv-app.tv-tradingview{width:100vw!important;height:100dvh!important;overflow:hidden!important}.tv-exact-topbar{border-bottom:3px solid #252b36!important;flex-wrap:nowrap!important;gap:7px!important;width:100vw!important;min-width:0!important;max-width:100vw!important;height:52px!important;min-height:52px!important;padding:0 8px!important;overflow:hidden!important}.tv-exact-topbar>*{flex:none!important}.tv-exact-topbar .tv-user-dot{width:34px!important;min-width:34px!important;height:34px!important}.tv-exact-topbar .tv-symbol-trigger{width:132px!important;min-width:118px!important;max-width:132px!important;height:38px!important;padding:0 8px 0 14px!important}.tv-exact-topbar .tv-symbol-text{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:72px!important;overflow:hidden!important}.tv-exact-topbar .tv-symbol-plus{width:38px!important;min-width:38px!important;height:38px!important}.tv-exact-topbar .tv-top-sep{height:34px!important;margin:0 2px!important}.tv-exact-topbar .tv-tv-timeframes{flex:0 auto!important;gap:2px!important;min-width:0!important;display:flex!important;overflow:hidden!important}.tv-exact-topbar .tv-tv-timeframes button{min-width:34px!important;height:38px!important;padding:0 7px!important;font-size:15px!important;display:grid!important}.tv-exact-topbar .tv-tv-timeframes button:nth-of-type(n+6):not(.active){display:none!important}.tv-exact-topbar .tv-top-tools{flex:none!important;gap:2px!important;display:flex!important;overflow:hidden!important}.tv-exact-topbar .tv-top-tools button{width:38px!important;min-width:38px!important;height:38px!important}.tv-exact-topbar .tv-top-tools button:nth-of-type(n+3):not(.active),.tv-exact-topbar .tv-top-btn,.tv-exact-topbar .tv-layout-name{display:none!important}.tv-exact-topbar .tv-mobile-bot-top{color:#e5e7eb!important;width:42px!important;min-width:42px!important;height:42px!important;box-shadow:none!important;background:#252936!important;border:0!important;border-radius:10px!important;margin-left:0!important;display:grid!important}.tv-exact-topbar .tv-trade-btn{white-space:nowrap!important;place-items:center!important;width:86px!important;min-width:86px!important;max-width:86px!important;height:38px!important;margin-left:auto!important;margin-right:0!important;padding:0 10px!important;font-size:13px!important;line-height:1!important;display:grid!important}.tv-shell.tv-exact-shell{background:#252b36!important;grid-template:"left chart right"minmax(0,1fr)"left resizeY right"0"left bottom right"0"left status right"0/54px minmax(0,1fr) 54px!important;gap:0!important;width:100vw!important;max-width:100vw!important;height:calc(100dvh - 52px)!important;min-height:0!important;display:grid!important;overflow:hidden!important}.tv-shell.tv-exact-shell .tv-left-rail{background:#0b0b0c!important;border-left:0!important;border-right:3px solid #252b36!important;grid-area:left!important;width:54px!important;min-width:54px!important;max-width:54px!important;height:100%!important;margin:0!important;padding-top:8px!important;display:flex!important;overflow:hidden auto!important}.tv-shell.tv-exact-shell .tv-left-rail button{width:42px!important;height:42px!important;min-height:42px!important}.tv-shell.tv-exact-shell .tv-chart-stage{background:#131722!important;border-right:0!important;grid-area:chart!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;margin:0!important;overflow:hidden!important}.tv-shell.tv-exact-shell .tv-right-rail{background:#0b0b0c!important;border-left:3px solid #252b36!important;border-right:0!important;grid-area:right!important;width:54px!important;min-width:54px!important;max-width:54px!important;height:100%!important;margin:0!important;padding-top:8px!important;display:flex!important;overflow:hidden auto!important}.tv-shell.tv-exact-shell .tv-right-rail button{width:42px!important;height:42px!important;min-height:42px!important}.tv-shell.tv-exact-shell .tv-smart-rail-tab,.tv-shell.tv-exact-shell .tv-resize-x{border:0!important;width:0!important;min-width:0!important;max-width:0!important;margin:0!important;padding:0!important;display:none!important}.tv-shell.tv-exact-shell .tv-watch-dock{display:none!important}.tv-shell.tv-exact-shell .tv-watch-dock.mobile-smart-dock{z-index:90!important;background:#0b111b!important;border-left:2px solid #252b36!important;width:min(360px,100vw - 108px)!important;min-width:0!important;max-width:min(360px,100vw - 108px)!important;display:block!important;position:fixed!important;top:52px!important;bottom:0!important;right:54px!important;box-shadow:-18px 0 45px #00000061!important}.tv-shell.tv-exact-shell .tv-resize-y,.tv-shell.tv-exact-shell .tv-bottom-panel,.tv-shell.tv-exact-shell .tv-status{border:0!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.tv-chart-titlebar{left:0!important;right:0!important}.tv-currency{min-width:78px!important;height:34px!important}}@media (width<=560px){.tv-exact-topbar{gap:4px!important;padding:0 4px!important}.tv-exact-topbar .tv-user-dot{width:30px!important;min-width:30px!important;height:30px!important}.tv-exact-topbar .tv-symbol-trigger{width:108px!important;min-width:108px!important}.tv-exact-topbar .tv-symbol-text{max-width:50px!important}.tv-exact-topbar .tv-symbol-plus{width:34px!important;min-width:34px!important;height:34px!important}.tv-exact-topbar .tv-tv-timeframes button:nth-of-type(n+5):not(.active),.tv-exact-topbar .tv-top-tools button:nth-of-type(n+2):not(.active){display:none!important}.tv-exact-topbar .tv-mobile-bot-top{width:38px!important;min-width:38px!important;height:38px!important}.tv-exact-topbar .tv-trade-btn{width:78px!important;min-width:78px!important;font-size:12px!important}.tv-shell.tv-exact-shell{grid-template-columns:50px minmax(0,1fr) 50px!important}.tv-shell.tv-exact-shell .tv-left-rail,.tv-shell.tv-exact-shell .tv-right-rail{width:50px!important;min-width:50px!important;max-width:50px!important}.tv-shell.tv-exact-shell .tv-watch-dock.mobile-smart-dock{width:min(330px,100vw - 100px)!important;right:50px!important}}.tv-exact-topbar .tv-trade-btn.wv-header-trade{color:#fff!important;justify-content:center!important;align-items:center!important;gap:6px!important;min-width:92px!important;max-width:112px!important;display:inline-flex!important}.wv-header-trade span,.wv-trade-mark{color:#111;letter-spacing:0;background:#fff;border-radius:7px;place-items:center;width:24px;height:24px;font-size:10px;font-weight:900;display:inline-grid}.wv-broker-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;place-items:center;display:grid;position:fixed;inset:0}.wv-broker-modal{color:#d1d4dc;background:#131722;border:1px solid #343a46;border-radius:10px;width:min(860px,100vw - 34px);max-height:min(720px,100vh - 34px);overflow:auto;box-shadow:0 26px 70px #0000008c}.wv-broker-modal>header{border-bottom:1px solid #2a2e39;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.wv-broker-modal h2{color:#fff;font-size:24px;font-weight:800}.wv-broker-modal p{color:#8f96a3;font-size:13px}.wv-broker-modal>header button{border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.wv-broker-modal>header button:hover{background:#2a2e39}.wv-broker-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px;padding:18px;display:grid}.wv-broker-card{background:#0f131d;border:1px solid #2a2e39;border-radius:8px;grid-template-columns:42px 1fr;gap:12px;min-height:174px;padding:16px;display:grid}.wv-broker-card.enabled{border-color:#2962ff}.wv-broker-card.disabled{opacity:.72}.wv-broker-card-icon{color:#d1d4dc}.wv-broker-card h3{color:#fff;font-size:16px;font-weight:800}.wv-broker-card small{color:#8f96a3;margin-top:8px;line-height:1.4;display:block}.wv-broker-card button{color:#fff;background:#2962ff;border:1px solid #2962ff;border-radius:6px;grid-column:1/-1;align-self:end;height:34px;font-weight:800}.wv-broker-card button:disabled{color:#b2b5be;cursor:not-allowed;background:#1c2230;border-color:#3b4250}.wv-order-ticket{z-index:22;color:#d1d4dc;pointer-events:auto;overscroll-behavior:contain;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#3b4250 transparent;background:#1f1f1f;border:1px solid #2a2a2a;border-radius:6px;padding:0 24px 24px;overflow-y:auto;box-shadow:0 18px 42px #0000008f}.wv-order-ticket.invalid{border-color:#f23645;box-shadow:-18px 0 42px #0000007a,0 0 0 1px #f2364559,0 0 28px #f236452e}.wv-order-ticket.floating.invalid{box-shadow:0 24px 70px #0000008a,0 0 0 1px #f2364559,0 0 28px #f236452e}.wv-order-ticket.docked{border-top:0;border-bottom:0;border-right:0;border-radius:0;width:min(386px,100% - 84px);max-width:none;height:100%;max-height:none;position:absolute;inset:0 0 0 auto;box-shadow:-12px 0 34px #00000085}.wv-order-ticket.floating{border-radius:6px;width:386px;max-width:calc(100vw - 92px);max-height:calc(100vh - 78px);position:fixed}.wv-order-ticket header,.wv-order-ticket header div,.wv-order-ticket header nav{justify-content:space-between;align-items:center;gap:12px;display:flex}.wv-order-ticket header{cursor:move;-webkit-user-select:none;user-select:none;z-index:2;background:#1f1f1f;border-bottom:0;border-radius:0;min-height:68px;margin:0 -24px 20px;padding:0 12px 0 16px;position:sticky;top:0}.wv-order-ticket header:hover{background:#222}.wv-order-ticket header strong{color:#d9d9d9;letter-spacing:0;font-size:20px;font-weight:750}.wv-order-ticket header .wv-trade-mark{color:#0000;width:36px;height:36px;box-shadow:none;background:#f5f5f5;border-radius:5px;position:relative}.wv-order-ticket header .wv-trade-mark:after{content:"WV";color:#111;place-items:center;font-size:12px;font-weight:950;display:grid;position:absolute;inset:0}.wv-order-ticket header button{color:#d1d4dc;border-radius:6px;place-items:center;width:36px;height:36px;transition:background .14s,transform .14s,color .14s;display:grid}.wv-order-ticket header button:hover{color:#fff;background:#2b2b2b;transform:translateY(-1px)}.wv-ticket-symbol{color:#b2b5be;justify-content:space-between;align-items:center;gap:10px;min-width:0;margin:10px 0;font-size:12px;display:flex;overflow:hidden}.wv-ticket-symbol b,.wv-ticket-symbol span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.wv-ticket-symbol b{color:#f0f3fa;letter-spacing:0;flex:auto;font-size:14px}.wv-ticket-symbol span{text-align:right;flex:0 112px}.wv-ticket-live-quote{background:#1e222d;border:1px solid #2a2e39;border-radius:4px;grid-template-columns:1fr 42px 1fr;align-items:center;min-height:58px;margin:8px 0;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffff06}.wv-ticket-quote-side{flex-direction:column;justify-content:center;gap:4px;min-width:0;height:100%;padding:0 11px;transition:background .14s,box-shadow .14s,transform .14s;display:flex;position:relative}.wv-ticket-quote-side:after,.wv-side-toggle button:after{content:"";opacity:0;pointer-events:none;transition:opacity .18s;position:absolute;inset:0}.wv-ticket-quote-side.sell:after,.wv-side-toggle .sell:after{background:linear-gradient(90deg,#f2364524,#0000)}.wv-ticket-quote-side.buy:after,.wv-side-toggle .buy:after{background:linear-gradient(270deg,#2962ff29,#0000)}.wv-ticket-quote-side:hover{background:#252a35;box-shadow:inset 0 1px #ffffff0a,0 8px 20px #0000002e}.wv-ticket-quote-side:hover:after,.wv-side-toggle button:hover:after{opacity:1}.wv-ticket-quote-side:last-child{align-items:flex-end}.wv-ticket-live-quote span{color:#868d9b;font-size:12px;font-weight:700}.wv-ticket-live-quote b{color:#fff;font-variant-numeric:tabular-nums;white-space:nowrap;letter-spacing:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;font-weight:750;line-height:1}.wv-ticket-quote-side.sell b{color:#f45b66}.wv-ticket-quote-side.buy b{color:#4f86ff}.wv-ticket-live-quote em{color:#d1d4dc;text-align:center;font-variant-numeric:tabular-nums;letter-spacing:0;background:#0f131d;border-radius:3px;justify-self:center;min-width:30px;padding:2px 4px;font-size:10px;font-style:normal;font-weight:750;transition:background .14s,box-shadow .14s,color .14s,transform .14s}.wv-ticket-live-quote em:hover,.wv-side-toggle em:hover{background:#1a2030;box-shadow:0 0 18px #94a3b81f}.wv-ticket-mode-tabs{background:#2a2e39;border-radius:4px;grid-template-columns:1fr 1fr;gap:0;margin:8px 0 10px;padding:3px;display:grid}.wv-ticket-mode-tabs button{color:#d1d4dc;border-radius:3px;height:28px;font-weight:800;transition:background .14s,color .14s,box-shadow .14s,transform .14s}.wv-ticket-mode-tabs button:hover:not(:disabled){color:#fff;background:#343946;transform:translateY(-1px);box-shadow:0 8px 18px #0000002e}.wv-ticket-mode-tabs .active{color:#fff;background:#444a57;box-shadow:0 1px 4px #00000047,inset 0 1px #ffffff0d}.wv-ticket-mode-tabs button:disabled{opacity:.58;cursor:not-allowed}.wv-side-toggle,.wv-order-tabs,.wv-ticket-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.wv-side-toggle button,.wv-order-tabs button{color:#d1d4dc;text-transform:capitalize;border:1px solid #2a2e39;border-radius:4px;height:34px;font-weight:800;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s}.wv-side-toggle{background:#2d2d2d;border:0;border-radius:8px;grid-template-columns:1fr 0 1fr;gap:0;margin:0 0 22px;position:relative;overflow:hidden}.wv-side-toggle button{background:#2d2d2d;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;height:78px;padding:0 14px;display:flex;position:relative;overflow:hidden}.wv-side-toggle button.buy{background:#1d3472;border-left:1px solid #00000038;align-items:flex-end}.wv-side-toggle span{color:#d3d3d3;font-size:20px;font-weight:750;line-height:1}.wv-side-toggle b{font-variant-numeric:tabular-nums;letter-spacing:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:24px;font-weight:500;line-height:1}.wv-side-toggle em{color:#e8e8e8;text-align:center;font-variant-numeric:tabular-nums;letter-spacing:0;z-index:4;background:#111;border-radius:5px;justify-content:center;align-items:center;min-width:44px;height:23px;padding:0 8px;font-size:14px;font-style:normal;font-weight:850;display:inline-flex;position:absolute;top:22px;left:50%;transform:translate(-50%)}.wv-side-toggle .sell{color:#d1d4dc}.wv-side-toggle .buy{color:#4d7cff}.wv-side-toggle button:hover{z-index:2;transform:translateY(-1px);box-shadow:0 14px 26px #0000003d,inset 0 1px #ffffff0e}.wv-side-toggle .sell:hover{background:#343434}.wv-side-toggle .buy:hover{background:#213c84}.wv-side-toggle .sell.active{color:#fff;background:#333;box-shadow:inset 0 1px #ffffff14}.wv-side-toggle .buy.active{color:#fff;background:#1d3472;box-shadow:inset 0 1px #ffffff14,0 0 22px #2962ff2e}.wv-ticket-quote-side.up b,.wv-side-toggle button.up b,.wv-ticket-live-quote em.up,.wv-side-toggle em.up{animation:.32s ease-out wv-ticket-price-up}.wv-ticket-quote-side.down b,.wv-side-toggle button.down b,.wv-ticket-live-quote em.down,.wv-side-toggle em.down{animation:.32s ease-out wv-ticket-price-down}@keyframes wv-ticket-price-up{0%{filter:drop-shadow(0 0 10px #22ab946b);color:#22ab94;transform:translateY(3px)}to{filter:none;transform:translateY(0)}}@keyframes wv-ticket-price-down{0%{filter:drop-shadow(0 0 10px #f236456b);color:#f23645;transform:translateY(-3px)}to{filter:none;transform:translateY(0)}}.wv-order-tabs{border-bottom:5px solid #5a5a5a;grid-template-columns:repeat(3,1fr);gap:0;margin:0 0 18px}.wv-order-tabs button{color:#d8d8d8;background:0 0;border:0;border-radius:0;height:42px;font-size:18px;font-weight:750;position:relative}.wv-order-tabs button:hover{color:#fff;background:linear-gradient(#ffffff09,#fff0);transform:translateY(-1px);box-shadow:0 8px 18px #00000029}.wv-order-tabs .active{color:#fff;box-shadow:none;border-color:#0000}.wv-order-tabs .active:after{content:"";background:#fff;border-radius:999px;height:5px;position:absolute;bottom:-5px;left:0;right:0}.wv-order-ticket label{color:#9c9c9c;flex-direction:column;gap:6px;margin-bottom:18px;font-size:18px;font-weight:650;display:flex}.wv-ticket-field>span,.wv-ticket-section-head{justify-content:space-between;align-items:center;gap:8px;min-height:20px;display:flex}.wv-ticket-field>span b,.wv-ticket-section-head b{color:#d5d5d5;font-size:20px;font-weight:760}.wv-ticket-field>span em,.wv-ticket-section-head span{color:#9a9a9a;font-variant-numeric:tabular-nums;font-size:16px;font-style:normal;font-weight:750}.wv-ticket-quantity-field{gap:5px}.wv-ticket-quantity-control{color:#e0e0e0;background:#202020;border:1px solid #575757;border-radius:6px;grid-template-columns:74px minmax(0,1fr) 106px;align-items:center;height:50px;transition:border-color .14s,box-shadow .14s,background .14s;display:grid;overflow:hidden}.wv-ticket-quantity-control:hover,.wv-ticket-bracket-control:hover,.wv-order-ticket input:hover{background:#232323;border-color:#666;box-shadow:0 8px 18px #0000002e,inset 0 1px #ffffff09}.wv-ticket-quantity-control button,.wv-ticket-quantity-control em{color:#a4a4a4;letter-spacing:0;white-space:nowrap;background:0 0;align-items:center;min-width:0;height:100%;padding:0 9px;font-size:15px;font-style:normal;font-weight:650;display:flex}.wv-ticket-quantity-control button{border-right:1px solid #94a3b82e;justify-content:flex-start}.wv-ticket-quantity-control button:after{content:"";opacity:.78;border-top:4px solid;border-left:3px solid #0000;border-right:3px solid #0000;width:0;height:0;margin-left:6px}.wv-ticket-quantity-control input{color:#f0f0f0;text-align:left;min-width:0;height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;font-size:20px;font-weight:500}.wv-ticket-quantity-control input:focus{box-shadow:none;border-color:#0000}.wv-ticket-quantity-control em{color:#9aa3b2;font-variant-numeric:tabular-nums;text-overflow:ellipsis;border-left:1px solid #94a3b82e;justify-content:flex-end;overflow:hidden}.wv-order-ticket input{color:#e0e0e0;font-variant-numeric:tabular-nums;background:#202020;border:1px solid #575757;border-radius:6px;height:50px;padding:0 14px;font-size:20px;font-weight:500;transition:border-color .14s,box-shadow .14s,background .14s}.wv-order-ticket input:focus{border-color:#2962ff;outline:none;box-shadow:0 0 0 2px #2962ff29}.wv-order-ticket.invalid.limit .wv-ticket-field:first-of-type input,.wv-order-ticket.invalid.stop .wv-ticket-field:first-of-type input{border-color:#f23645;box-shadow:0 0 0 1px #f2364538}.wv-ticket-exits,.wv-ticket-extra{border-top:0;margin-top:26px;padding-top:0}.wv-ticket-section-head{margin-bottom:18px}.wv-ticket-bracket-stack{gap:22px;display:grid}.wv-ticket-bracket-row{gap:5px;margin:0;display:grid}.wv-ticket-bracket-label{justify-content:space-between;align-items:center;gap:8px;min-height:24px;display:flex}.wv-ticket-bracket-label button{color:#9c9c9c;text-align:left;letter-spacing:0;align-items:center;gap:5px;min-width:0;padding:0;font-size:18px;font-weight:650;transition:color .14s,transform .14s;display:inline-flex}.wv-ticket-bracket-label button:hover{color:#d1d4dc;transform:translateY(-1px)}.wv-ticket-bracket-label button:after{content:"";opacity:.72;border-top:4px solid;border-left:3px solid #0000;border-right:3px solid #0000;width:0;height:0}.wv-ticket-bracket-label em{color:#8f8f8f;font-variant-numeric:tabular-nums;font-size:16px;font-style:normal;font-weight:650}.wv-ticket-bracket-control{background:#202020;border:1px solid #575757;border-radius:6px;grid-template-columns:minmax(0,1fr) 54px;align-items:center;height:50px;transition:border-color .14s,box-shadow .14s,background .14s;display:grid;overflow:hidden}.wv-ticket-bracket-control input{background:0 0;border:0;border-radius:0;height:100%}.wv-ticket-bracket-control input:disabled{color:#718096;-webkit-text-fill-color:#718096;opacity:1}.wv-ticket-bracket-control input:focus{box-shadow:none;border-color:#0000}.wv-ticket-switch{background:#606060;border-radius:999px;justify-self:center;align-items:center;width:46px;height:28px;padding:2px;transition:background .14s,box-shadow .14s,transform .14s;display:flex}.wv-ticket-switch:hover{transform:translateY(-1px);box-shadow:0 0 16px #94a3b829}.wv-ticket-switch span{background:#8a93a4;border-radius:999px;width:22px;height:22px;transition:transform .16s,background .16s;display:block}.wv-ticket-switch.on{background:#2962ff}.wv-ticket-switch.on span{background:#fff;transform:translate(18px)}.wv-order-info{color:#a0a0a0;background:0 0;border:0;border-radius:0;margin:34px 0 22px;padding:0;font-size:16px}.wv-order-info b{color:#fff}.wv-order-info p{color:#fca5a5;margin:12px 0 0;font-size:13px;line-height:1.35}.wv-order-info-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex}.wv-order-info-head span{color:#d1d4dc;text-transform:uppercase;background:#182033;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:11px;font-weight:900;display:inline-flex}.wv-order-info-head span.positive{color:#59d8c1;background:#22ab9424}.wv-order-info-head span.warning{color:#ffcc80;background:#ffb74d24}.wv-order-info-head span.negative{color:#ff8d95;background:#f2364524}.wv-ticket-info-rows{gap:12px;display:grid}.wv-ticket-info-rows span{justify-content:space-between;align-items:center;gap:16px;min-width:0;display:flex}.wv-ticket-info-rows b{color:#bdbdbd;font-size:16px;font-weight:650}.wv-ticket-info-rows em{color:#d8d8d8;font-variant-numeric:tabular-nums;text-align:right;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:18px;font-style:normal;font-weight:750;overflow:hidden}.wv-ticket-risk-grid{grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 8px;display:grid}.wv-ticket-risk-grid span{background:#10151f;border:1px solid #202839;border-radius:4px;min-width:0;padding:7px}.wv-ticket-risk-grid small{color:#8f96a3;text-transform:uppercase;font-size:10px;font-weight:900;display:block}.wv-ticket-risk-grid b{font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:13px;display:block;overflow:hidden}.wv-ticket-risk-checks{gap:6px;margin:8px 0 0;padding:0;list-style:none;display:grid}.wv-ticket-risk-checks li{color:#b2b5be;grid-template-columns:72px 1fr;align-items:start;gap:8px;display:grid}.wv-ticket-risk-checks span{color:#d1d4dc;text-transform:uppercase;background:#182033;border-radius:999px;justify-content:center;align-items:center;min-height:20px;font-size:10px;font-weight:900;display:inline-flex}.wv-ticket-risk-checks b{color:#b2b5be;font-size:11px;font-weight:700;line-height:1.35}.wv-ticket-risk-checks .positive span{color:#59d8c1;background:#22ab9424}.wv-ticket-risk-checks .warning span{color:#ffcc80;background:#ffb74d24}.wv-ticket-risk-checks .negative span{color:#ff8d95;background:#f2364524}.wv-order-error{color:#ff8d95;background:#f236451a;border:1px solid #f2364580;border-radius:6px;margin:8px 0;padding:8px 10px;font-size:12px}.wv-ticket-placement-warning{color:#ffd1d5;background:linear-gradient(#f236452e,#7819202e);border:1px solid #f236458c;border-radius:6px;gap:4px;margin:8px 0;padding:9px 10px;font-size:12px;line-height:1.35;display:grid;box-shadow:inset 3px 0 #f23645}.wv-ticket-placement-warning b{color:#fff;text-transform:uppercase;letter-spacing:0;font-size:11px}.wv-ticket-placement-warning span{color:#ffd1d5}.wv-submit-order{color:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;min-height:84px;font-weight:900;transition:filter .16s,transform .16s;display:flex;position:sticky;bottom:0;box-shadow:0 -8px 16px #111111a3,inset 0 1px #ffffff1f}.wv-submit-order:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.wv-submit-order:disabled{opacity:.65;cursor:wait}.wv-submit-order strong{font-size:24px;line-height:1}.wv-submit-order span{font-size:18px;font-weight:650;line-height:1}.wv-submit-order.buy{background:#2962ff}.wv-submit-order.sell{background:#f23645}.wv-paper-bar{color:#d1d4dc;background:#111;align-items:center;gap:12px;height:100%;padding:0 16px;display:flex}.wv-paper-title{align-items:center;gap:8px;font-weight:800;display:flex}.wv-paper-title em{background:#22ab94;border-radius:50%;width:8px;height:8px}.wv-paper-trade,.wv-paper-actions button{color:#fff;border:1px solid #3b4250;border-radius:6px;height:28px;padding:0 14px}.wv-paper-trade:hover,.wv-paper-actions button:hover{background:#2a2e39}.wv-paper-bar-stats{color:#8f96a3;align-items:center;gap:18px;min-width:0;font-size:12px;display:flex}.wv-paper-bar-stats b{color:#fff;margin-left:5px}.wv-paper-bar-stats .positive b,.wv-metric.positive b,.wv-paper-table .positive{color:#22ab94}.wv-paper-bar-stats .negative b,.wv-metric.negative b,.wv-paper-table .negative{color:#f23645}.wv-paper-expand,.wv-paper-full{border-radius:6px;place-items:center;width:30px;height:30px;margin-left:auto;display:grid}.wv-paper-full{margin-left:0}.wv-paper-expand:hover,.wv-paper-full:hover{background:#2a2e39}.wv-paper-panel{color:#d1d4dc;background:linear-gradient(#11151d 0%,#0b0e13 100%);flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden}.wv-paper-panel-head{border-bottom:1px solid #2a2e39;flex:none;justify-content:space-between;align-items:center;gap:12px;min-height:50px;padding:0 14px;display:flex;box-shadow:inset 0 1px #ffffff08}.wv-paper-heading,.wv-paper-actions{align-items:center;gap:10px;display:flex}.wv-paper-heading>div{flex-direction:column;line-height:1.15;display:flex}.wv-paper-heading b{color:#fff;font-size:14px;font-weight:850}.wv-paper-heading span{color:#b2b5be;font-size:11px;font-weight:650}.wv-paper-actions button{align-items:center;gap:6px;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.wv-paper-actions button.primary{color:#fff;background:#2962ff;border-color:#2962ff}.wv-paper-actions button:hover{transform:translateY(-1px)}.wv-paper-actions .wv-panel-icon-btn{justify-content:center;width:30px;padding:0}.wv-account-manager{border-bottom:1px solid #202633;flex:none;grid-template-columns:minmax(210px,1.25fr) repeat(7,minmax(104px,1fr));gap:8px;padding:10px 12px 8px;display:grid;overflow-x:auto}.wv-account-card,.wv-metric{background:linear-gradient(#1b202bf0,#10141df0);border:1px solid #434c5eb8;border-radius:8px;min-height:58px;padding:8px 10px;box-shadow:0 8px 20px #0000002e}.wv-account-card.main{flex-direction:column;justify-content:center;gap:3px;display:flex}.wv-account-card div{color:#b2b5be;align-items:center;gap:7px;font-size:12px;font-weight:800;display:flex}.wv-account-card b{color:#fff;font-variant-numeric:tabular-nums;font-size:17px}.wv-account-card small{color:#8f96a3;font-size:11px}.wv-metric span{color:#b2b5be;font-size:12px;font-weight:800;display:block}.wv-metric b{color:#fff;font-variant-numeric:tabular-nums;margin-top:3px;font-size:14px;display:block}.wv-metric.warning b,.wv-paper-bar-stats .warning b,.wv-paper-table .warning,.wv-portfolio-pulse .warning{color:#f59e0b}.wv-portfolio-pulse{border-bottom:1px solid #2a2e39d1;flex:none;align-items:center;gap:8px;min-height:34px;padding:0 12px;display:flex;overflow-x:auto}.wv-portfolio-pulse span{color:#b2b5be;background:#151a24;border:1px solid #434c5eb8;border-radius:999px;flex:none;align-items:center;gap:5px;min-height:22px;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.wv-portfolio-pulse .positive{color:#22ab94;border-color:#22ab945c}.wv-portfolio-pulse .negative{color:#f23645;border-color:#f236455c}.wv-paper-tabs{border-bottom:1px solid #202633;flex:none;align-items:center;gap:6px;height:40px;padding:0 12px;display:flex;overflow-x:auto}.wv-paper-tabs button{color:#d1d4dc;border:1px solid #0000;border-radius:7px;height:28px;padding:0 11px;font-weight:700;transition:background .16s,color .16s,border-color .16s}.wv-paper-tabs button:hover{background:#1b202b;border-color:#3b4250}.wv-paper-tabs .active{color:#fff;background:#2a2e39;border-color:#4b5568}.wv-paper-table-wrap{flex:auto;min-width:0;min-height:0;overflow:auto}.wv-paper-table{border-collapse:separate;border-spacing:0;font-variant-numeric:tabular-nums;width:100%;min-width:1180px;font-size:12px}.wv-paper-table th,.wv-paper-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #202633;height:40px;padding:0 12px}.wv-paper-table th{z-index:1;color:#8f96a3;background:#11151d;font-weight:800;position:sticky;top:0}.wv-paper-table td{color:#d1d4dc}.wv-paper-table tr{transition:background .14s}.wv-paper-table tbody tr:hover{background:#2a2e395c}.wv-paper-table tr.active-symbol{background:linear-gradient(90deg,#2962ff1f,#0000 52%)}.wv-paper-table button{color:#d1d4dc;border:1px solid #3b4250;border-radius:6px;justify-content:center;align-items:center;gap:4px;min-height:28px;padding:0 9px;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.wv-paper-table button:hover{background:#202633;border-color:#6b7280}.wv-paper-row-actions{align-items:center;gap:6px;display:flex}.wv-paper-row-actions .save{color:#22ab94;border-color:#22ab9466}.wv-paper-row-actions .danger{color:#fca5a5;border-color:#f2364573}.wv-paper-cell-input{color:#fff;width:92px;height:28px;font:inherit;font-variant-numeric:tabular-nums;background:#0b0e13;border:1px solid #4b5568;border-radius:6px;padding:0 8px}.wv-paper-cell-input:focus{border-color:#2962ff;outline:none}.wv-order-status{color:#fbbf24;text-transform:uppercase;background:#f59e0b21;border-radius:999px;align-items:center;height:22px;padding:0 8px;font-size:10px;font-weight:850;display:inline-flex}.wv-symbol-pill{color:#fff;background:#2962ff;border-radius:5px;align-items:center;min-height:24px;padding:0 10px;font-weight:900;display:inline-flex}.wv-symbol-pill.muted{color:#d1d4dc;background:#1f2937}.wv-paper-empty{color:#b2b5be;place-items:center;gap:8px;min-height:120px;display:grid}.wv-paper-empty p{color:#fff;font-weight:700}.wv-paper-account-grid{flex:auto;grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px;padding:14px;display:grid;overflow:auto}.wv-paper-account-grid article{background:linear-gradient(#1b202bf5,#0c1017f5);border:1px solid #2a2e39;border-radius:10px;min-height:128px;padding:14px;box-shadow:0 12px 28px #00000038}.wv-paper-account-grid svg{color:#22ab94}.wv-paper-account-grid h3{color:#fff;margin:9px 0 6px;font-size:15px}.wv-paper-account-grid p{color:#d1d4dc;line-height:1.45}.wv-paper-account-grid small{color:#8f96a3;margin-top:8px;display:block}.wv-paper-journal{flex:auto;min-height:0;padding:10px 12px 14px;overflow:auto}.wv-paper-journal article{border-bottom:1px solid #202633;grid-template-columns:22px minmax(0,1fr);gap:8px;padding:10px 0;display:grid}.wv-paper-journal svg{color:#8f96a3;margin-top:2px}.wv-paper-journal b{color:#fff}.wv-paper-journal p{color:#d1d4dc;margin:3px 0}.wv-paper-journal small{color:#8f96a3}@media (width<=980px){.wv-order-ticket.floating{width:min(304px,100vw - 86px)}.wv-order-ticket.docked{width:min(370px,100% - 68px)}.wv-paper-bar-stats{display:none}.wv-account-manager{grid-template-columns:repeat(4,minmax(138px,1fr))}.wv-paper-account-grid{grid-template-columns:1fr}}@media (width<=560px){.wv-order-ticket.floating{width:min(260px,100vw - 76px);padding:10px}.wv-order-ticket.docked{width:min(300px,100% - 52px);padding:10px}.wv-ticket-grid,.wv-order-tabs{grid-template-columns:1fr}.wv-order-tabs button,.wv-side-toggle button{height:32px}.wv-ticket-symbol{flex-direction:column;align-items:flex-start;gap:3px}.wv-ticket-symbol span{text-align:left;flex:0 auto;max-width:100%}}.tv-chart-indicator-toolbar-list{z-index:18;flex-direction:column;gap:4px;max-width:min(520px,100% - 140px);display:flex;position:absolute;top:112px;left:12px}.tv-chart-indicator-toolbar{color:#d1d4dc;background:#1317229e;border:1px solid #0000;border-radius:4px;align-items:center;width:max-content;max-width:100%;height:30px;display:flex;overflow:hidden;box-shadow:0 5px 16px #0000002e}.tv-chart-indicator-toolbar.active{background:#131722f0;border-color:#2962ff}.tv-chart-indicator-toolbar button{color:#d1d4dc;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;min-width:34px;height:28px;display:inline-flex}.tv-chart-indicator-toolbar button:hover{color:#fff;background:#ffffff1a}.tv-chart-indicator-toolbar .tv-indicator-toolbar-name{text-overflow:ellipsis;white-space:nowrap;justify-content:flex-start;min-width:0;max-width:230px;padding:0 8px;font:600 13px Inter,system-ui,sans-serif;overflow:hidden}.tv-indicator-settings-backdrop{z-index:80;background:#0000003d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.tv-indicator-settings-modal{color:#e6e6e6;background:#1f1f1f;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;width:min(760px,100vw - 44px);max-height:min(88vh,860px);display:flex;overflow:hidden;box-shadow:0 28px 90px #0000008c}.tv-indicator-settings-header{justify-content:space-between;align-items:center;height:88px;padding:0 32px;display:flex}.tv-indicator-settings-header h2{margin:0;font:700 28px Inter,system-ui,sans-serif}.tv-indicator-settings-header button{color:#e6e6e6;cursor:pointer;background:0 0;border:0}.tv-indicator-settings-tabs{border-bottom:6px solid #ffffff3d;gap:34px;padding:0 32px;display:flex}.tv-indicator-settings-tabs button{color:#d7d7d7;cursor:pointer;background:0 0;border:0;height:46px;font:700 19px Inter,system-ui,sans-serif;position:relative}.tv-indicator-settings-tabs button.active:after{content:"";background:#fff;border-radius:8px;height:6px;position:absolute;bottom:-6px;left:0;right:0}.tv-indicator-settings-body{min-height:420px;padding:30px 32px 28px;overflow:auto}.tv-indicator-setting-row,.tv-indicator-check-row,.tv-indicator-style-row,.tv-indicator-visibility-row{grid-template-columns:150px 170px 32px;align-items:center;gap:22px;min-height:64px;font:500 17px Inter,system-ui,sans-serif;display:grid}.tv-indicator-setting-row input,.tv-indicator-setting-row select,.tv-indicator-visibility-row input{color:#e6e6e6;background:#222;border:1px solid #555;border-radius:6px;height:44px;padding:0 12px;font:500 16px Inter,system-ui,sans-serif}.tv-indicator-setting-row em{color:#1f1f1f;background:#666;border-radius:50%;place-items:center;width:22px;height:22px;font-style:normal;font-weight:800;display:grid}.tv-indicator-check-row{grid-template-columns:28px 1fr}.tv-indicator-check-row input,.tv-indicator-style-row input,.tv-indicator-visibility-row input[type=checkbox]{accent-color:#fff;width:22px;height:22px}.tv-indicator-style-row{grid-template-columns:28px 160px 92px 70px}.tv-indicator-style-row b,.tv-indicator-style-row i{border:1px solid #555;border-radius:6px;width:58px;height:36px}.tv-indicator-visibility-row{grid-template-columns:28px 120px 120px 160px 120px}.tv-mini-slider{background:#ddd;border-radius:999px;height:5px}.tv-indicator-settings-footer{border-top:1px solid #ffffff24;align-items:center;gap:14px;min-height:82px;padding:18px 32px;display:flex}.tv-indicator-settings-footer button{color:#fff;cursor:pointer;background:0 0;border:1px solid #666;border-radius:7px;height:46px;padding:0 22px;font:600 17px Inter,system-ui,sans-serif}.tv-indicator-settings-footer .defaults{margin-right:auto}.tv-indicator-settings-footer .remove{color:#ff9aa4;border-color:#f2364580}.tv-indicator-settings-footer .ok{color:#111;background:#fff;border-color:#fff}@media (width<=720px){.tv-chart-indicator-toolbar-list{max-width:calc(100% - 92px);top:92px;left:8px}.tv-chart-indicator-toolbar .tv-indicator-toolbar-name{max-width:145px}.tv-indicator-settings-modal{width:calc(100vw - 16px);max-height:calc(100vh - 18px)}.tv-indicator-setting-row,.tv-indicator-style-row,.tv-indicator-visibility-row{grid-template-columns:1fr;gap:10px;margin-bottom:16px}}.tv-iframe-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000075!important;padding-top:34px!important}.tv-indicator-iframe{background:#1f1f1f!important;border-radius:10px!important;width:min(1240px,100vw - 160px)!important;height:min(760px,100vh - 88px)!important}.tv-indicator-iframe h2{letter-spacing:0!important;padding:28px 34px 20px!important;font-size:25px!important;line-height:1.1!important}.tv-iframe-close{top:26px!important;right:28px!important}.tv-indicator-search{border-radius:8px!important;height:54px!important;margin:0 34px!important}.tv-indicator-search input{font-size:19px!important}.tv-indicator-body{grid-template-columns:280px minmax(0,1fr)!important;height:calc(100% - 132px)!important;padding:0 34px!important}.tv-indicator-sidebar{padding:14px 14px 22px 0!important}.tv-indicator-side-group{margin-bottom:18px!important}.tv-indicator-side-title{margin:0 0 8px 14px!important;font-size:13px!important}.tv-indicator-sidebar button{border-radius:8px!important;gap:16px!important;height:44px!important;padding:0 16px!important;font-size:17px!important}.tv-indicator-sidebar button svg{width:22px!important;height:22px!important}.tv-indicator-list{padding:14px 0 18px 34px!important}.tv-indicator-tabs{gap:8px;margin:2px 0 22px;display:flex}.tv-indicator-tabs button{color:#d1d4dc;cursor:pointer;background:#303030;border:0;border-radius:999px;height:36px;padding:0 18px;font:600 16px Inter,system-ui,sans-serif}.tv-indicator-tabs button.active{color:#111;background:#f1f1f1}.tv-indicator-list-head{grid-template-columns:minmax(360px,1fr) 150px 90px 60px!important;height:28px!important;margin-bottom:6px!important;font-size:13px!important}.tv-indicator-rows{height:calc(100% - 92px)!important;padding-right:10px!important}.tv-indicator-row{border-radius:6px!important;grid-template-columns:34px minmax(260px,1fr) auto auto 150px 90px 58px!important;min-height:38px!important;font-size:17px!important}.tv-indicator-row .author,.tv-indicator-row .boosts{font-size:15px!important}.tv-indicator-row .add,.tv-indicator-row .remove{border-radius:13px!important;height:26px!important;font-size:12px!important}.tv-chart-indicator-toolbar-list{z-index:80!important;pointer-events:auto!important;gap:3px!important;top:94px!important;left:10px!important}.tv-chart-indicator-toolbar{pointer-events:auto!important;background:#0f141ed1!important;border-color:#2962ffb8!important;height:26px!important}.tv-chart-indicator-toolbar button{pointer-events:auto!important;min-width:29px!important;height:24px!important}.tv-chart-indicator-toolbar .tv-indicator-toolbar-name{max-width:210px!important;font-size:12px!important}.tv-chart-subwindow-toolbar-list{z-index:82;pointer-events:auto;flex-direction:column;gap:3px;max-width:min(520px,100% - 140px);display:flex;position:absolute;left:10px}.tv-chart-indicator-toolbar.subwindow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f141ead!important;border-color:#2962ffad!important;height:25px!important}.tv-chart-indicator-toolbar.subwindow .tv-indicator-toolbar-name{max-width:260px!important}.tv-chart-subwindow-resize{z-index:81;cursor:row-resize;background:0 0;height:9px;position:absolute;left:0;right:86px}.tv-chart-subwindow-resize:after{content:"";background:#78809680;height:1px;position:absolute;top:4px;left:0;right:0}.tv-chart-subwindow-resize:hover:after{background:#2962ffd9;height:2px;box-shadow:0 0 0 1px #2962ff2e}.tv-indicator-settings-backdrop{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:#0000002e!important}.tv-indicator-settings-modal{border-radius:8px!important;width:min(560px,100vw - 36px)!important;max-height:min(78vh,720px)!important;box-shadow:0 18px 58px #0000008a!important}.tv-indicator-settings-header{height:64px!important;padding:0 24px!important}.tv-indicator-settings-header h2{font-size:22px!important}.tv-indicator-settings-tabs{border-bottom-width:4px!important;gap:28px!important;padding:0 24px!important}.tv-indicator-settings-tabs button{height:42px!important;font-size:18px!important}.tv-indicator-settings-tabs button.active:after{bottom:-4px!important}.tv-indicator-settings-body{min-height:300px!important;padding:22px 24px!important}.tv-indicator-settings-footer{min-height:64px!important;padding:12px 24px!important}.tv-indicator-settings-footer button{height:38px!important;padding:0 18px!important}@media (width<=920px){.tv-indicator-iframe{width:calc(100vw - 18px)!important;height:min(640px,100vh - 42px)!important}.tv-indicator-body{grid-template-columns:210px minmax(0,1fr)!important;padding:0 18px!important}.tv-indicator-list{padding-left:18px!important}.tv-indicator-row{grid-template-columns:30px minmax(180px,1fr) 0 0 0 0 52px!important}.tv-indicator-list-head{grid-template-columns:1fr 52px!important}}.smart-ea-composer.voice-live{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important;overflow:hidden!important}.smart-ea-composer.voice-live .smart-composer-plus{flex:0 0 clamp(38px,12vw,48px)!important;width:clamp(38px,12vw,48px)!important;height:clamp(38px,12vw,48px)!important}.smart-ea-composer.voice-live .viewbot-live-voice{flex:32px!important;min-width:0!important;overflow:hidden!important}.smart-ea-composer.voice-live .viewbot-waveform{min-width:0!important;overflow:hidden!important}.smart-ea-composer.voice-live .smart-compose-actions.voice-session{flex:0 auto!important;gap:clamp(4px,1.8vw,10px)!important;min-width:0!important}.smart-ea-composer.voice-live .smart-compose-actions.voice-session button:first-child{flex:0 0 clamp(34px,10vw,44px)!important;width:clamp(34px,10vw,44px)!important;height:clamp(34px,10vw,44px)!important}.smart-ea-composer.voice-live .viewbot-end-btn{white-space:nowrap!important;flex:0 auto!important;gap:clamp(6px,2vw,12px)!important;min-width:clamp(82px,24vw,128px)!important;max-width:clamp(82px,30vw,128px)!important;height:clamp(38px,12vw,48px)!important;padding:0 clamp(12px,4vw,24px)!important;font-size:clamp(15px,5vw,21px)!important}.smart-ea-composer.voice-live .viewbot-end-btn:before{transform:scale(clamp(.72, 2.4vw, 1))!important;transform-origin:0!important;flex:none!important}@media (width<=430px){.smart-ea-composer.voice-live{gap:7px!important;min-height:56px!important;padding:6px 8px!important}.smart-ea-composer.voice-live .viewbot-waveform{gap:3px!important}.smart-ea-composer.voice-live .viewbot-waveform span:nth-child(n+32){display:none!important}.smart-ea-composer.voice-live .viewbot-end-btn{min-width:78px!important;padding:0 10px!important}}.smart-ea-composer.voice-live .viewbot-waveform span{transition:height 80ms,opacity 80ms,width 80ms!important}.smart-ea-composer.voice-live .viewbot-waveform.quiet span,.smart-ea-composer.voice-live .viewbot-waveform.quiet span:nth-child(5n+1),.smart-ea-composer.voice-live .viewbot-waveform.quiet span:nth-child(7n+2),.smart-ea-composer.voice-live .viewbot-waveform.quiet span:nth-child(11n+3){opacity:.7!important;align-self:center!important;width:3px!important;height:3px!important;min-height:3px!important;animation:none!important}.smart-ea-composer.voice-live .viewbot-waveform.active span{animation:none!important}.smart-ea-composer.voice-live .viewbot-end-btn{gap:clamp(8px,2.4vw,12px)!important;min-width:clamp(94px,26vw,128px)!important;max-width:clamp(94px,32vw,128px)!important;padding:0 clamp(12px,3vw,20px)!important;overflow:hidden!important}.smart-ea-composer.voice-live .viewbot-end-btn:before{content:none!important;display:none!important}.smart-ea-composer.voice-live .viewbot-end-dots{flex:0 0 clamp(24px,7vw,34px)!important;justify-content:center!important;align-items:center!important;gap:clamp(3px,1vw,5px)!important;width:clamp(24px,7vw,34px)!important;min-width:clamp(24px,7vw,34px)!important;display:inline-flex!important}.smart-ea-composer.voice-live .viewbot-end-dots i{opacity:.78!important;background:#fff!important;border-radius:999px!important;width:clamp(4px,1.1vw,6px)!important;height:clamp(4px,1.1vw,6px)!important;animation:.82s ease-in-out infinite viewbot-end-dot-bounce!important;display:block!important}.smart-ea-composer.voice-live .viewbot-end-dots i:nth-child(2){animation-delay:80ms!important}.smart-ea-composer.voice-live .viewbot-end-dots i:nth-child(3){animation-delay:.16s!important}.smart-ea-composer.voice-live .viewbot-end-dots i:nth-child(4){animation-delay:.24s!important}.smart-ea-composer.voice-live .viewbot-end-label{flex:none!important;min-width:max-content!important;line-height:1!important;display:inline-block!important}@keyframes viewbot-end-dot-bounce{0%,to{opacity:.55;transform:translateY(0)scale(.82)}50%{opacity:1;transform:translateY(-1px)scale(1)}}@media (width<=430px){.smart-ea-composer.voice-live .viewbot-end-btn{gap:6px!important;min-width:90px!important;max-width:96px!important;padding:0 9px!important}}.smart-ea-composer-wrap{container-type:inline-size}.smart-ea-composer.voice-live .viewbot-end-btn{flex-shrink:1!important;justify-content:center!important}.smart-ea-composer.voice-live .viewbot-end-label{font-size:inherit!important;transform:translateY(-.02em)!important}@container (width<=360px){.smart-ea-composer.voice-live{gap:8px!important;min-height:58px!important;padding:6px 8px!important}.smart-ea-composer.voice-live .smart-composer-plus{flex-basis:42px!important;width:42px!important;height:42px!important}.smart-ea-composer.voice-live .smart-compose-actions.voice-session button:first-child{flex-basis:38px!important;width:38px!important;height:38px!important}.smart-ea-composer.voice-live .viewbot-end-btn{gap:7px!important;min-width:96px!important;max-width:102px!important;height:42px!important;padding:0 10px!important;font-size:18px!important}.smart-ea-composer.voice-live .viewbot-end-dots{flex-basis:24px!important;gap:3px!important;width:24px!important;min-width:24px!important}.smart-ea-composer.voice-live .viewbot-end-dots i{width:5px!important;height:5px!important}}@container (width<=310px){.smart-ea-composer.voice-live{gap:6px!important;padding:6px!important}.smart-ea-composer.voice-live .smart-composer-plus{flex-basis:36px!important;width:36px!important;height:36px!important}.smart-ea-composer.voice-live .smart-compose-actions.voice-session{gap:4px!important}.smart-ea-composer.voice-live .smart-compose-actions.voice-session button:first-child{flex-basis:32px!important;width:32px!important;height:32px!important}.smart-ea-composer.voice-live .viewbot-waveform span:nth-child(n+22){display:none!important}.smart-ea-composer.voice-live .viewbot-end-btn{gap:5px!important;min-width:78px!important;max-width:84px!important;height:38px!important;padding:0 8px!important;font-size:16px!important}.smart-ea-composer.voice-live .viewbot-end-dots{flex-basis:18px!important;gap:2px!important;width:18px!important;min-width:18px!important}.smart-ea-composer.voice-live .viewbot-end-dots i{width:4px!important;height:4px!important}.smart-ea-composer.voice-live .viewbot-end-dots i:nth-child(4){display:none!important}}@container (width<=260px){.smart-ea-composer.voice-live .viewbot-live-voice{flex-basis:12px!important}.smart-ea-composer.voice-live .viewbot-waveform span:nth-child(n+12){display:none!important}.smart-ea-composer.voice-live .viewbot-end-btn{min-width:64px!important;max-width:70px!important;padding:0 7px!important;font-size:14px!important}.smart-ea-composer.voice-live .viewbot-end-dots{flex-basis:12px!important;width:12px!important;min-width:12px!important}.smart-ea-composer.voice-live .viewbot-end-dots i:nth-child(n+3){display:none!important}}.smart-ea-composer.voice-dictation{background:#0d1420!important;border:1px solid #7891af52!important;border-radius:999px!important;gap:12px!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:62px!important;padding:8px 12px!important;overflow:hidden!important;box-shadow:inset 0 1px #ffffff0d,0 18px 44px #00000052!important}.smart-ea-composer.voice-dictation .smart-composer-plus{color:#dbe7f6!important;background:#172231!important;border-radius:50%!important;flex:0 0 48px!important;width:48px!important;height:48px!important}.smart-ea-composer.voice-dictation .viewbot-live-voice{flex:80px!important;align-items:center!important;min-width:0!important;height:48px!important;display:flex!important;overflow:hidden!important}.smart-ea-composer.voice-dictation .viewbot-waveform{flex:auto!important;align-items:center!important;gap:4px!important;min-width:36px!important;height:48px!important;display:flex!important;overflow:hidden!important}.smart-ea-composer.voice-dictation .viewbot-waveform span{width:4px!important;height:var(--bar-height)!important;opacity:.9!important;background:#f8fafc!important;border-radius:999px!important;min-height:3px!important;transition:height 80ms,opacity 80ms,width 80ms!important;animation:none!important}.smart-ea-composer.voice-dictation .viewbot-waveform.quiet span,.smart-ea-composer.voice-dictation .viewbot-waveform.quiet span:nth-child(5n+1),.smart-ea-composer.voice-dictation .viewbot-waveform.quiet span:nth-child(7n+2),.smart-ea-composer.voice-dictation .viewbot-waveform.quiet span:nth-child(11n+3){opacity:.72!important;align-self:center!important;width:3px!important;height:3px!important;min-height:3px!important}.viewbot-dictation-preview{text-overflow:ellipsis;white-space:nowrap;color:#cbd5e1;min-width:0;direction:auto;flex:0 42%;font-size:13px;line-height:1;overflow:hidden}.wvbot-voice-output-toggle{color:#9aa4b7;min-height:28px;font:inherit;cursor:pointer;background:#0f172aad;border:1px solid #94a3b838;border-radius:999px;padding:0 10px;font-size:11px;font-weight:700}.wvbot-voice-output-toggle.active{color:#5eead4;background:#14b8a624;border-color:#14b8a673}.wvbot-voice-error{color:#fecaca;background:#7f1d1d3d;border:1px solid #f8717152;border-radius:12px;margin:7px 2px 0;padding:8px 10px;font-size:12px;line-height:1.35}.smart-compose-actions.dictation-session{flex:none!important;align-items:center!important;gap:10px!important;display:flex!important}.smart-compose-actions.dictation-session button{color:#f8fafc!important;background:0 0!important;border-radius:999px!important;flex:0 0 44px!important;width:44px!important;height:44px!important}.smart-compose-actions.dictation-session button:hover{background:#94a3b81f!important}.smart-compose-actions.dictation-session button:last-child{color:#0f172a!important;background:#f8fafc!important}.smart-compose-actions.dictation-session button:last-child:disabled{opacity:.42!important;color:#0f172ab8!important;background:#f8fafc80!important}@container (width<=360px){.smart-ea-composer.voice-dictation{gap:8px!important;min-height:58px!important;padding:6px 8px!important}.smart-ea-composer.voice-dictation .smart-composer-plus{flex-basis:42px!important;width:42px!important;height:42px!important}.smart-ea-composer.voice-dictation .viewbot-waveform span:nth-child(n+32){display:none!important}.smart-compose-actions.dictation-session{gap:6px!important}.smart-compose-actions.dictation-session button{flex-basis:38px!important;width:38px!important;height:38px!important}}@container (width<=290px){.smart-ea-composer.voice-dictation .viewbot-dictation-preview,.smart-ea-composer.voice-dictation .viewbot-waveform span:nth-child(n+20){display:none!important}}.wv-ai-focus-chart:after{content:"";z-index:11;pointer-events:none;opacity:.92;border:1px solid #38bdf833;border-radius:14px;position:absolute;inset:42px 8px 32px;box-shadow:inset 0 0 0 1px #60a5fa14,0 0 34px #2563eb24}.wv-annotation-runtime-toolbar{z-index:34;pointer-events:auto;touch-action:manipulation;align-items:center;gap:8px;max-width:calc(100% - 36px);display:flex;position:absolute;top:44px;left:292px;right:auto}.wv-annotation-ai-core{color:#f8fbff;cursor:pointer;background:radial-gradient(circle at 30% 22%,#ffffff38,#0000 34%),linear-gradient(135deg,#2563ebf2,#2dd4bfd1);border:1px solid #7dd3fc8c;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative;box-shadow:0 16px 34px #00000052,0 0 0 1px #60a5fa24}.wv-annotation-ai-core span{letter-spacing:0;margin-top:-6px;font-size:11px;font-weight:850;line-height:1}.wv-annotation-ai-core svg{filter:drop-shadow(0 5px 10px #0f172a2e);width:17px;height:17px;margin-bottom:-4px}.wv-annotation-runtime-toolbar.pulse .wv-annotation-ai-core{animation:.86s ease-out both wv-annotation-pulse}.wv-annotation-runtime-toolbar.focus .wv-annotation-ai-core{border-color:#bae6fddb;box-shadow:0 16px 34px #00000052,0 0 0 2px #60a5fa33,0 0 28px #2dd4bf33}.wv-annotation-runtime-actions{opacity:0;-webkit-backdrop-filter:blur(18px)saturate(1.25);background:linear-gradient(135deg,#0a101be0,#0c1828b8);border:1px solid #94a3b82e;border-radius:16px;align-items:center;gap:6px;max-width:0;padding:0;transition:max-width .2s,opacity .16s,padding .18s;display:flex;overflow:hidden;box-shadow:0 18px 42px #0000004d,inset 0 1px #ffffff0f}.wv-annotation-runtime-toolbar.open .wv-annotation-runtime-actions,.wv-annotation-runtime-toolbar:focus-within .wv-annotation-runtime-actions,.wv-annotation-runtime-toolbar:hover .wv-annotation-runtime-actions{opacity:1;max-width:min(650px,100vw - 128px);padding:6px}.wv-annotation-runtime-actions button{color:#dbeafe;cursor:pointer;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:12px;place-items:center;gap:1px;min-width:46px;height:44px;padding:4px 8px;font-weight:760;transition:background .14s,border-color .14s,transform .14s;display:grid}.wv-annotation-runtime-actions button span{color:#aebdd3;font-size:9px;line-height:1}.wv-annotation-runtime-actions button:hover,.wv-annotation-runtime-actions button.active{color:#f8fbff;background:#2563eb47;border-color:#60a5fa85}.wv-annotation-runtime-actions button:active{transform:translateY(1px)scale(.98)}.wv-annotation-runtime-actions button:disabled{opacity:.62;cursor:wait}@keyframes wv-annotation-pulse{0%{transform:scale(1)}45%{transform:scale(1.08);box-shadow:0 16px 34px #00000052,0 0 0 7px #38bdf824}to{transform:scale(1)}}@media (width<=1100px){.wv-annotation-runtime-toolbar{top:44px;left:282px;right:auto}.wv-annotation-runtime-toolbar.open .wv-annotation-runtime-actions,.wv-annotation-runtime-toolbar:focus-within .wv-annotation-runtime-actions,.wv-annotation-runtime-toolbar:hover .wv-annotation-runtime-actions{scrollbar-width:none;max-width:min(460px,100vw - 88px);overflow-x:auto}.wv-annotation-runtime-actions::-webkit-scrollbar{display:none}}@media (width<=720px){.wv-ai-focus-chart:after{inset:46px 6px max(82px, env(safe-area-inset-bottom)) 6px;border-radius:12px}.wv-annotation-runtime-toolbar{gap:6px;top:42px;left:212px;right:auto}.wv-annotation-ai-core{border-radius:10px;width:42px;height:42px}.wv-annotation-runtime-toolbar.open{left:8px}.wv-annotation-runtime-toolbar.open .wv-annotation-runtime-actions,.wv-annotation-runtime-toolbar:focus-within .wv-annotation-runtime-actions{flex:auto;max-width:calc(100vw - 76px)}.wv-annotation-runtime-actions button{flex:none;min-width:48px;height:44px}}.tv-smart-region-hint{z-index:18;pointer-events:none;color:#e0f2fe;letter-spacing:.01em;background:#0e1725db;border:1px solid #38bdf86b;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:650;position:absolute;top:18px;left:50%;transform:translate(-50%);box-shadow:0 10px 28px #00000047}.tv-smart-region-selection{z-index:16;pointer-events:none;background:#1e90ff33;border:2px dashed #1e90ff;position:absolute;box-shadow:inset 0 0 0 1px #ffffff1f,0 0 0 1px #1e90ff2e}.tv-smart-region-selection.pinned{z-index:15}.tv-smart-region-selection.pinned.active{border-color:#38bdf8;box-shadow:inset 0 0 0 1px #ffffff21,0 0 0 1px #38bdf83d,0 0 22px #3b82f638}.tv-smart-region-selection.pinned.inactive{background:#1e293b29;border-color:#94a3b885;box-shadow:inset 0 0 0 1px #ffffff0f}.tv-smart-region-composer{z-index:22;-webkit-backdrop-filter:blur(18px)saturate(1.35);background:linear-gradient(135deg,#121d2dc7,#0a101bad),#0c121ebd;border:1px solid #7d9cbe57;border-radius:999px;align-items:center;gap:10px;width:min(430px,100% - 20px);min-height:58px;padding:8px 10px 8px 18px;display:flex;position:absolute;box-shadow:0 20px 45px #0000005c,inset 0 1px #ffffff14,inset 0 -1px #0f172a85}.tv-smart-region-composer.active{border-color:#3b82f6d1;box-shadow:0 20px 45px #0000005c,0 0 0 1px #60a5fa52,0 0 30px #2563eb38,inset 0 1px #ffffff14,inset 0 -1px #0f172a85}.tv-smart-region-composer.inactive{opacity:.78;border-color:#94a3b838;box-shadow:0 16px 34px #00000047,inset 0 1px #ffffff0a}.tv-smart-region-composer input{color:#eaf2ff;text-shadow:0 1px #0000002e;background:0 0;border:0;outline:0;flex:90px;min-width:0;font-size:14px;font-weight:500}.tv-smart-region-composer.inactive input{color:#94a3b8c7;pointer-events:none}.tv-smart-region-composer input::placeholder{color:#bfcde0b8}.tv-smart-region-composer button{color:#f8fafc;cursor:pointer;background:#111a28e0;border:1px solid #ffffff1a;border-radius:999px;flex:none;height:34px;padding:0 12px;font-size:12px;font-weight:700}.tv-smart-region-composer button.live,.tv-smart-region-composer button.region-live{background:#0a84ff;border-color:#ffffff38}.tv-smart-region-composer button.close{color:#e8eef8;background:0 0;border-color:#0000;width:34px;padding:0;font-size:25px;line-height:1}.tv-smart-region-composer button.region-voice,.tv-smart-region-composer button.region-activate,.tv-smart-region-composer button.region-live,.tv-smart-region-composer button.close{border-radius:999px;place-items:center;width:38px;min-width:38px;height:38px;padding:0;font-size:0;line-height:1;display:grid}.tv-smart-region-composer button.region-activate{color:#cbd5e1d1;background:#1f2937db;border-color:#94a3b838}.tv-smart-region-composer button.region-activate.active{color:#dbeafe;background:#2563eb5c;border-color:#60a5fab8;box-shadow:0 0 0 1px #60a5fa38,0 8px 20px #2563eb2e}.tv-smart-region-composer button.region-voice{color:#f8fafc;background:#05070b;border-color:#ffffff14;box-shadow:inset 0 1px #ffffff12}.tv-smart-region-composer button.region-live{color:#fff;background:#0a84ff;border-color:#ffffff2e;box-shadow:0 10px 22px #0a84ff42,inset 0 1px #ffffff2e}.tv-smart-region-composer button.region-voice:hover{background:#111827}.tv-smart-region-composer button.region-live:hover{background:#168bff}.tv-smart-region-composer button.close{color:#e8eef8}.tv-smart-region-composer.inactive button.region-voice,.tv-smart-region-composer.inactive button.region-live{opacity:.42;pointer-events:none}.tv-smart-region-composer.inactive button.region-activate,.tv-smart-region-composer.inactive button.close{opacity:1;pointer-events:auto}@media (width<=720px){.tv-smart-region-composer{gap:5px;width:min(330px,100% - 16px);padding:7px 8px 7px 14px}.tv-smart-region-composer button{height:31px;padding:0 9px;font-size:11px}.tv-smart-region-composer button.close{width:28px}.tv-smart-region-composer button.region-voice,.tv-smart-region-composer button.region-activate,.tv-smart-region-composer button.region-live,.tv-smart-region-composer button.close{width:32px;min-width:32px;height:32px;padding:0}}.tv-symbol-plus.active{color:#dbeafe!important;background:#2563eb57!important;border-color:#3b82f6c7!important;box-shadow:0 0 0 1px #60a5fa40,0 10px 24px #2563eb33!important}.tv-watch-dock.mobile-smart-dock{flex-direction:column!important;height:100%!important;min-height:0!important;max-height:100%!important;display:flex!important;overflow:hidden!important}.tv-watch-dock.mobile-smart-dock>.smart-ea-chatgpt-shell,.tv-chatgpt-panel.smart-ea-chatgpt-shell{flex:auto!important;grid-template-rows:auto minmax(0,1fr) auto!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;max-height:100%!important;display:grid!important;position:relative!important;overflow:hidden!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .tv-chat-header{flex:none!important;grid-row:1!important;min-height:56px!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .tv-chat-messages{overscroll-behavior:contain!important;scrollbar-gutter:stable!important;grid-row:2!important;height:100%!important;min-height:0!important;padding-bottom:140px!important;overflow:hidden auto!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-ea-composer-wrap{box-sizing:border-box!important;z-index:30!important;flex:none!important;grid-row:auto!important;min-height:0!important;max-height:min(176px,34vh)!important;margin-top:0!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;overflow:visible!important}@media (width>=721px){.tv-shell.tv-exact-shell{height:calc(100dvh - 44px)!important;min-height:0!important;max-height:calc(100dvh - 44px)!important;overflow:hidden!important}.tv-shell.tv-exact-shell>.tv-watch-dock.mobile-smart-dock{width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;box-shadow:none!important;border-radius:0!important;align-self:stretch!important;display:flex!important;position:relative!important;inset:auto!important}}.tv-watch-dock.mobile-smart-dock>.smart-ea-chatgpt-shell,.tv-chatgpt-panel.smart-ea-chatgpt-shell{grid-template-rows:auto minmax(0,1fr) auto!important;height:100%!important;min-height:0!important;max-height:100%!important;display:grid!important;overflow:hidden!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .tv-chat-messages{grid-row:2!important;min-height:0!important;padding-bottom:18px!important;overflow-y:auto!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-ea-composer-wrap{z-index:5!important;flex:none!important;grid-row:3!important;width:100%!important;margin-top:0!important;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important}.tv-watch-dock.mobile-smart-dock{min-width:0!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}.tv-watch-dock.mobile-smart-dock>.smart-ea-chatgpt-shell,.tv-chatgpt-panel.smart-ea-chatgpt-shell{isolation:isolate!important;grid-template-rows:minmax(58px,auto) minmax(0,1fr) max-content!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;max-height:100%!important;display:grid!important;overflow:hidden!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .tv-chat-header{grid-row:1!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .tv-chat-header .tv-chat-identity,.tv-chatgpt-panel.smart-ea-chatgpt-shell .tv-chat-header .tv-chat-title,.tv-chatgpt-panel.smart-ea-chatgpt-shell .tv-chat-header .tv-chat-subtitle{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;overflow:hidden!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .tv-chat-messages{overscroll-behavior:contain!important;scrollbar-gutter:stable!important;grid-row:2!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;padding:12px 12px 18px!important;overflow:hidden auto!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .tv-chat-bubble{overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-ea-composer-wrap{box-sizing:border-box!important;z-index:40!important;grid-row:3!important;width:100%!important;min-width:0!important;max-width:100%!important;max-height:none!important;margin:0!important;padding:12px clamp(10px,2vw,18px)!important;position:relative!important;inset:auto!important;overflow:hidden!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-ea-composer{gap:clamp(8px,1.2vw,14px)!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-trigger,.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-compose-actions,.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-ea-voice-circle,.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-ea-mic-button{flex-shrink:0!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-ea-composer textarea{text-overflow:ellipsis!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}@media (width<=980px){.tv-chatgpt-panel.smart-ea-chatgpt-shell .tv-chat-subtitle{display:none!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-ea-composer{min-height:52px!important;padding:8px 10px!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-trigger{flex-basis:34px!important;width:34px!important;height:34px!important}}.tv-chatgpt-panel.smart-ea-chatgpt-shell{overflow:visible!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-ea-composer-wrap{z-index:180!important;isolation:isolate!important;overflow:visible!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-ea-composer{z-index:2!important;position:relative!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-attach-menu,.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-menu{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#e7edf7!important;z-index:220!important;background:linear-gradient(#182131fa,#0e141ffa)!important;border:1px solid #819dc23d!important;position:absolute!important;bottom:calc(100% - 2px)!important;box-shadow:0 18px 48px #00000075,inset 0 1px #ffffff0d!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-attach-menu{border-radius:16px!important;width:min(232px,100% - 28px)!important;padding:8px!important;left:clamp(12px,3vw,18px)!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-attach-item{color:#d9e2ee!important;letter-spacing:0!important;border-radius:10px!important;gap:10px!important;height:36px!important;padding:0 9px!important;font-size:13px!important;font-weight:650!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-attach-item:hover{color:#fff!important;background:#60a5fa21!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-attach-item svg{color:#93b7ff!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .smart-attach-divider,.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-divider{background:#94a3b82e!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-menu{border-radius:18px!important;width:min(286px,100% - 68px)!important;max-height:min(490px,100dvh - 190px)!important;padding:10px!important;left:clamp(48px,13vw,62px)!important;overflow-y:auto!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-section-label{color:#8fb4ff!important;letter-spacing:.12em!important;text-transform:uppercase!important;padding:0 10px 6px!important;font-size:11px!important;font-weight:800!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-menu button{color:#e7edf7!important;letter-spacing:0!important;border-radius:11px!important;min-height:36px!important;padding:7px 10px!important;font-size:13px!important;font-weight:650!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-menu button:hover,.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-menu button.selected{background:#4c76ff2e!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-menu button.provider{min-height:52px!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-menu button.provider small{color:#8f9bad!important;font-size:10px!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-row-muted{color:#c8d3e3!important;min-height:34px!important;padding:0 10px!important;font-size:12px!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-select{color:#d9e2ee!important;min-height:36px!important;padding:3px 10px!important;font-size:12px!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-select span{color:#8f9bad!important;font-size:11px!important}.tv-chatgpt-panel.smart-ea-chatgpt-shell .viewbot-brain-select select{color:#e7edf7!important;background:#0b111b!important;border-color:#94a3b842!important;border-radius:9px!important;min-width:128px!important;height:30px!important;font-size:12px!important}body.tv-resizing{overflow:hidden!important}body.tv-resizing,body.tv-resizing *{-webkit-user-select:none!important;user-select:none!important}body.tv-resizing-bottom,body.tv-resizing-bottom *{cursor:row-resize!important}body.tv-resizing-right,body.tv-resizing-right *{cursor:col-resize!important}@media (width>=721px){.tv-shell.tv-exact-shell>.tv-smart-rail-tab,.tv-shell.tv-exact-shell>.tv-resize-x{contain:layout paint!important;grid-row:1/-1!important;align-self:stretch!important;height:calc(100dvh - 44px)!important;min-height:0!important;max-height:calc(100dvh - 44px)!important;overflow:hidden!important}.tv-shell.tv-exact-shell>.tv-watch-dock.mobile-smart-dock{contain:layout paint!important;grid-row:1/-1!important;align-self:stretch!important;height:calc(100dvh - 44px)!important;max-height:calc(100dvh - 44px)!important;overflow:hidden!important}.tv-shell.tv-exact-shell>.tv-watch-dock.mobile-smart-dock>.smart-ea-chatgpt-shell,.tv-shell.tv-exact-shell>.tv-watch-dock.mobile-smart-dock .tv-chatgpt-panel.smart-ea-chatgpt-shell{height:100%!important;min-height:0!important;max-height:100%!important}}.tv-watch-dock.mobile-smart-dock .tv-chatgpt-panel.smart-ea-chatgpt-shell,.tv-watch-dock.mobile-smart-dock .smart-ea-chatgpt-shell{grid-template-rows:auto minmax(0,1fr) auto!important;min-height:0!important;overflow:hidden!important}.tv-watch-dock.mobile-smart-dock .tv-chat-messages{overscroll-behavior:contain!important;min-height:0!important;overflow-y:auto!important}.tv-watch-dock.mobile-smart-dock .smart-ea-composer-wrap{flex:none!important;align-self:end!important}.wv-public,.wv-auth,.wv-private-shell{color:#eef4ff;background:linear-gradient(135deg,#070e18f5,#0c151dfa),radial-gradient(circle at 25% 20%,#1d9ec42e,#0000 34%);min-height:100dvh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.wv-route-progress{z-index:300;background:0 0;height:3px;position:fixed;inset:0 0 auto;overflow:hidden}.wv-route-progress:before{content:"";background:linear-gradient(90deg,#0000,#5eead4,#60a5fa,#0000);border-radius:999px;width:42%;height:100%;animation:1.05s ease-in-out infinite wv-route-progress;display:block}.wv-route-loader{width:100%;min-height:100dvh;padding:max(32px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));color:#eef4ff;background:radial-gradient(circle at 50% 58%,#2563eb24,#0000 32%),radial-gradient(circle at 22% 18%,#14b8a629,#0000 28%),linear-gradient(135deg,#050912 0%,#07111b 58%,#071416 100%);place-items:center;gap:28px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;overflow:hidden}.wv-route-loader__brand{letter-spacing:0;align-items:center;gap:18px;font-size:28px;font-weight:900;display:inline-flex}.wv-route-loader__brand span{color:#05070b;background:linear-gradient(135deg,#e0f2fe,#818cf8 78%);border-radius:10px;place-items:center;width:64px;height:64px;display:grid;box-shadow:0 20px 50px #2563eb38}.wv-route-loader__card{text-align:center;background:#080d17d1;border:1px solid #94a3b838;border-radius:12px;place-items:center;gap:14px;width:min(668px,100vw - 36px);min-height:218px;padding:34px;display:grid;box-shadow:inset 0 1px #ffffff0a,0 24px 70px #00000057}.wv-route-loader__mark{justify-content:center;align-items:center;gap:7px;min-height:24px;display:inline-flex}.wv-route-loader__mark i{background:#67e8f9;border-radius:999px;width:8px;height:8px;animation:1s ease-in-out infinite wv-route-dot;box-shadow:0 0 18px #67e8f96b}.wv-route-loader__mark i:nth-child(2){background:#93c5fd;animation-delay:.15s}.wv-route-loader__mark i:nth-child(3){background:#c4b5fd;animation-delay:.3s}.wv-route-loader h1{color:#f8fafc;letter-spacing:0;margin:0;font-size:clamp(27px,4.4vw,44px);line-height:1.05}.wv-route-loader p{color:#a9b8cc;max-width:460px;margin:0;font-size:17px;line-height:1.55}.wv-route-loader__skeleton{gap:10px;width:min(420px,82vw);margin-top:10px;display:grid}.wv-route-loader__skeleton span{background:linear-gradient(90deg,#94a3b81a,#94a3b847,#94a3b81a) 0 0/220% 100%;border-radius:999px;height:10px;animation:1.35s ease-in-out infinite wv-route-shimmer}.wv-route-loader__skeleton span:nth-child(2){justify-self:center;width:74%}.wv-route-loader__skeleton span:nth-child(3){justify-self:center;width:46%}@keyframes wv-route-progress{0%{transform:translate(-110%)}to{transform:translate(260%)}}@keyframes wv-route-dot{0%,to{opacity:.52;transform:translateY(0)scale(.78)}50%{opacity:1;transform:translateY(-5px)scale(1.08)}}@keyframes wv-route-shimmer{0%{background-position:130% 0}to{background-position:-130% 0}}@media (width<=640px){.wv-route-loader{place-items:center;gap:22px}.wv-route-loader__brand{font-size:22px}.wv-route-loader__brand span{width:52px;height:52px}.wv-route-loader__card{width:min(100%,100vw - 28px);min-height:204px;padding:28px 20px}}.wv-public a,.wv-auth a,.wv-private-shell a{color:inherit;text-decoration:none}.wv-public-nav{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;width:min(1180px,100% - 40px);margin:0 auto;padding:22px 0;display:grid}.wv-public-brand,.wv-auth-brand{letter-spacing:0;align-items:center;gap:10px;font-weight:800;display:inline-flex}.wv-public-brand span{background:#6dd3ff1f;border:1px solid #6dd3ff6b;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.tv-mobile-ai-backdrop{display:none}@media (width<=820px){body.wvbot-mobile-open{touch-action:none!important;overflow:hidden!important}.tv-exact-topbar .tv-mobile-bot-top{-webkit-tap-highlight-color:transparent;color:#dbeafe!important;cursor:pointer!important;touch-action:manipulation!important;background:#0d1420eb!important;border:1px solid #60a5fa5c!important;border-radius:14px!important;flex:0 0 44px!important;place-items:center!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;margin-left:auto!important;display:inline-grid!important;position:relative!important;box-shadow:inset 0 1px #ffffff0f,0 10px 26px #00000052!important}.tv-exact-topbar .tv-mobile-bot-top.active,.tv-exact-topbar .tv-mobile-bot-top:focus-visible{outline-offset:2px!important;background:linear-gradient(135deg,#2563ebb8,#14b8a680)!important;border-color:#2dd4bf9e!important;outline:2px solid #60a5fa57!important}.tv-exact-topbar .tv-mobile-bot-status{color:#fff!important;letter-spacing:0!important;background:#2563eb!important;border:2px solid #090d14!important;border-radius:999px!important;place-items:center!important;min-width:18px!important;height:18px!important;padding:0 4px!important;font-size:8px!important;font-weight:900!important;display:grid!important;position:absolute!important;bottom:-4px!important;right:-3px!important}.tv-exact-topbar .tv-mobile-bot-top.is-busy .tv-mobile-bot-status{animation:1s ease-in-out infinite wvbot-mobile-pulse;background:#14b8a6!important}@keyframes wvbot-mobile-pulse{0%,to{opacity:.92;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}.tv-mobile-ai-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:230!important;touch-action:none!important;background:#02060c7a!important;border:0!important;width:100vw!important;height:calc(100dvh - 44px)!important;display:block!important;position:fixed!important;inset:44px 0 0!important}.tv-shell.tv-exact-shell>.tv-watch-dock.mobile-smart-dock,.tv-app.tv-exact .tv-watch-dock.mobile-smart-dock,.tv-mobile-wvbot-sheet{left:max(0px, env(safe-area-inset-left))!important;right:max(0px, env(safe-area-inset-right))!important;z-index:260!important;contain:layout paint!important;touch-action:pan-y!important;background:#070b12!important;border:1px solid #60a5fa47!important;border-bottom:0!important;border-radius:24px 24px 0 0!important;flex-direction:column!important;width:auto!important;max-width:none!important;height:min(88dvh,760px)!important;min-height:min(560px,100dvh - 48px)!important;max-height:calc(100dvh - 48px)!important;display:flex!important;position:fixed!important;top:auto!important;bottom:0!important;overflow:hidden!important;box-shadow:0 -28px 90px #000000ad!important}.tv-watch-dock.mobile-smart-dock .tv-chatgpt-panel.smart-ea-chatgpt-shell,.tv-watch-dock.mobile-smart-dock .smart-ea-chatgpt-shell.wvbot-workspace,.tv-mobile-wvbot-sheet .tv-chatgpt-panel.smart-ea-chatgpt-shell,.tv-mobile-wvbot-sheet .smart-ea-chatgpt-shell.wvbot-workspace{border-radius:inherit!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}.tv-watch-dock.mobile-smart-dock .wvbot-workspace-header{min-height:58px!important;padding:9px 12px!important;padding-top:max(9px, env(safe-area-inset-top))!important}.tv-watch-dock.mobile-smart-dock .wvbot-icon-button,.tv-watch-dock.mobile-smart-dock .wvbot-message-actions button,.tv-watch-dock.mobile-smart-dock .wvbot-research-actions button,.tv-watch-dock.mobile-smart-dock .wvbot-source-actions a,.tv-watch-dock.mobile-smart-dock .wvbot-source-actions button,.tv-watch-dock.mobile-smart-dock .smart-composer-plus,.tv-watch-dock.mobile-smart-dock .viewbot-brain-trigger,.tv-watch-dock.mobile-smart-dock .smart-compose-actions button,.tv-mobile-wvbot-sheet .wvbot-icon-button,.tv-mobile-wvbot-sheet .wvbot-message-actions button,.tv-mobile-wvbot-sheet .wvbot-research-actions button,.tv-mobile-wvbot-sheet .wvbot-source-actions a,.tv-mobile-wvbot-sheet .wvbot-source-actions button,.tv-mobile-wvbot-sheet .smart-composer-plus,.tv-mobile-wvbot-sheet .viewbot-brain-trigger,.tv-mobile-wvbot-sheet .smart-compose-actions button{touch-action:manipulation!important;min-width:44px!important;min-height:44px!important}.tv-watch-dock.mobile-smart-dock .wvbot-message-list,.tv-watch-dock.mobile-smart-dock .tv-chat-messages,.tv-mobile-wvbot-sheet .wvbot-message-list,.tv-mobile-wvbot-sheet .tv-chat-messages{-webkit-overflow-scrolling:touch;overscroll-behavior:contain!important;touch-action:pan-y!important;min-height:0!important;padding:12px 12px 18px!important;overflow-y:auto!important}.tv-watch-dock.mobile-smart-dock .wvbot-message.tv-chat-bubble{max-width:100%!important;font-size:14px!important;line-height:1.48!important}.tv-watch-dock.mobile-smart-dock .wvbot-message-actions,.tv-watch-dock.mobile-smart-dock .wvbot-research-actions{gap:8px!important}.tv-watch-dock.mobile-smart-dock .smart-ea-composer-wrap,.tv-watch-dock.mobile-smart-dock .wvbot-composer-wrap,.tv-mobile-wvbot-sheet .smart-ea-composer-wrap,.tv-mobile-wvbot-sheet .wvbot-composer-wrap{padding:10px 12px max(12px, env(safe-area-inset-bottom))!important;z-index:5!important;background:linear-gradient(#070b12db,#060a11)!important;grid-row:4!important;position:relative!important}.tv-watch-dock.mobile-smart-dock .wvbot-composer.smart-ea-composer{border-radius:20px!important;gap:8px!important;min-height:58px!important}.tv-watch-dock.mobile-smart-dock .wvbot-composer.smart-ea-composer textarea,.tv-mobile-wvbot-sheet .wvbot-composer.smart-ea-composer textarea{min-height:44px!important;max-height:min(132px,24dvh)!important;font-size:16px!important;line-height:1.35!important;overflow-y:auto!important}.tv-watch-dock.mobile-smart-dock .smart-composer-hint{display:none!important}.tv-watch-dock.mobile-smart-dock .wvbot-switcher,.tv-watch-dock.mobile-smart-dock .wvbot-activity-drawer,.tv-mobile-wvbot-sheet .wvbot-switcher,.tv-mobile-wvbot-sheet .wvbot-activity-drawer{-webkit-overflow-scrolling:touch;z-index:310!important;overscroll-behavior:contain!important;border-radius:22px 22px 0 0!important;width:auto!important;height:auto!important;max-height:none!important;position:absolute!important;inset:0!important;overflow-y:auto!important}.tv-watch-dock.mobile-smart-dock .wvbot-switcher-primary,.tv-watch-dock.mobile-smart-dock .wvbot-switcher-section button,.tv-watch-dock.mobile-smart-dock .wvbot-chat-search{min-height:46px!important}.tv-watch-dock.mobile-smart-dock .wvbot-source-card{padding:13px!important}.tv-watch-dock.mobile-smart-dock .wvbot-source-actions a,.tv-watch-dock.mobile-smart-dock .wvbot-source-actions button{padding:0 12px!important}}@media (width<=520px){.tv-exact-topbar .tv-mobile-bot-top{flex-basis:44px!important;width:44px!important;min-width:44px!important}.tv-shell.tv-exact-shell>.tv-watch-dock.mobile-smart-dock,.tv-app.tv-exact .tv-watch-dock.mobile-smart-dock,.tv-mobile-wvbot-sheet{border-radius:0!important;height:calc(100dvh - 44px)!important;min-height:0!important;max-height:calc(100dvh - 44px)!important;left:0!important;right:0!important}.tv-watch-dock.mobile-smart-dock .wvbot-workspace-header{min-height:54px!important}}.wv-public-nav nav,.wv-public-actions,.wv-public-cta,.wv-public-footer{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.wv-public-nav nav{color:#aebbd0;justify-content:center;font-size:14px}.wv-public-actions{justify-content:flex-end}.wv-public-primary,.wv-auth-form button{background:#4dd6a4;border:1px solid #4dd6a499;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-weight:750;display:inline-flex;color:#06110d!important}.wv-public-hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:36px;width:min(1180px,100% - 40px);margin:0 auto;padding:54px 0 36px;display:grid}.wv-public-eyebrow{color:#74d4ff;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:750}.wv-public-hero h1,.wv-auth-panel h1,.wv-private-shell h1{letter-spacing:0;max-width:850px;margin:12px 0;font-size:clamp(40px,6vw,76px);line-height:.98}.wv-auth-panel h1,.wv-private-shell h1{font-size:34px;line-height:1.08}.wv-public-hero p,.wv-public-feature p,.wv-auth-copy p,.wv-private-shell p{color:#aebbd0;font-size:16px;line-height:1.7}.wv-public-cta{margin-top:28px}.wv-public-cta a:not(.wv-public-primary),.wv-public-actions a:not(.wv-public-primary){color:#d8e4f2}.wv-public-preview{background:#070d13c7;border:1px solid #7a94b03d;border-radius:8px;min-height:430px;overflow:hidden;box-shadow:0 22px 70px #00000052}.wv-preview-chart{align-items:end;gap:8px;height:336px;padding:22px 18px;display:flex}.wv-public-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:min(1180px,100% - 40px);margin:0 auto;padding:28px 0 44px;display:grid}.wv-public-feature{background:#0c161fc7;border:1px solid #7a94b033;border-radius:8px;min-height:190px;padding:22px}.wv-public-feature>span{color:#4dd6a4;border:1px solid #4dd6a459;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.wv-public-feature h2{margin:18px 0 8px;font-size:18px}.wv-public-footer{color:#aebbd0;border-top:1px solid #7a94b02e;width:min(1180px,100% - 40px);margin:0 auto;padding:24px 0 36px}.wv-auth,.wv-private-shell{align-content:center;justify-items:center;padding:28px;display:grid}.wv-auth-brand{margin-bottom:22px}.wv-auth-panel,.wv-private-shell section{background:#0b141ddb;border:1px solid #7a94b038;border-radius:8px;grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);gap:28px;width:min(880px,100%);padding:28px;display:grid}.wv-private-shell section{text-align:center;max-width:620px;display:block}.wv-auth-copy>span{color:#74d4ff;border:1px solid #74d4ff59;border-radius:8px;place-items:center;width:42px;height:42px;display:grid}.wv-auth-copy small{color:#4dd6a4;align-items:center;gap:8px;line-height:1.5;display:inline-flex}.wv-auth-form{gap:14px;display:grid}.wv-auth-form label{color:#cfd9e8;gap:7px;font-size:13px;font-weight:700;display:grid}.wv-auth-form input{color:#eef4ff;background:#04090ed1;border:1px solid #7a94b042;border-radius:8px;min-height:42px;padding:0 12px}.wv-auth-form button:disabled{cursor:progress;opacity:.72}.wv-auth-form .wv-auth-secondary{color:#dbeafe;min-height:42px;box-shadow:none;background:#0f172a9e;border:1px solid #bfdbfe38}.wv-auth-status{color:#74d4ff;line-height:1.5}.wv-auth-links{color:#aebbd0;flex-wrap:wrap;gap:12px;font-size:13px;display:flex}@media (width<=860px){.wv-public-nav,.wv-public-hero,.wv-auth-panel{grid-template-columns:1fr}.wv-public-actions,.wv-public-nav nav{justify-content:start}.wv-public-grid{grid-template-columns:1fr}.wv-public-preview{min-height:320px}.wv-preview-chart{height:230px}}.wv-dashboard{color:#eef4ff;background:linear-gradient(135deg,#070e18fa,#0c151dfa);min-height:100vh;padding:22px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.wv-dashboard-top,.wv-dashboard-hero,.wv-dashboard-grid{width:min(1180px,100%);margin:0 auto}.wv-dashboard-top{justify-content:space-between;align-items:center;gap:18px;padding-bottom:24px;display:flex}.wv-dashboard-top nav,.wv-dashboard-actions,.wv-workspace-row>div:last-child{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.wv-dashboard-top button,.wv-dashboard-actions button,.wv-workspace-row button{color:#d8e4f2;background:#0c161fc7;border:1px solid #7a94b040;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:36px;display:inline-flex}.wv-dashboard-hero{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;padding:28px 0;display:grid}.wv-dashboard-hero h1{letter-spacing:0;margin:8px 0 10px;font-size:42px;line-height:1.05}.wv-dashboard-hero p,.wv-dashboard-panel p,.wv-workspace-row span,.wv-mini-card span{color:#aebbd0;line-height:1.6}.wv-dashboard-actions{justify-content:flex-end}.wv-dashboard-actions>span{color:#4dd6a4;background:#4dd6a414;border:1px solid #4dd6a440;border-radius:8px;padding:9px 12px}.wv-dashboard-status{color:#74d4ff;width:min(1180px,100%);margin:0 auto 16px}.wv-dashboard-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start;gap:14px;display:grid}.wv-dashboard-panel{background:#0c161fc7;border:1px solid #7a94b033;border-radius:8px;min-height:180px;padding:18px}.wv-dashboard-panel h2{align-items:center;gap:8px;margin:0 0 14px;font-size:18px;display:flex}.wv-workspace-list{gap:10px;display:grid}.wv-workspace-row,.wv-mini-card{background:#050a1073;border:1px solid #7a94b029;border-radius:8px;gap:10px;padding:14px;display:grid}.wv-workspace-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.wv-workspace-row strong,.wv-mini-card strong{margin-bottom:4px;display:block}.wv-workspace-row em{color:#4dd6a4;font-size:12px;font-style:normal}.wv-workspace-row a{color:#74d4ff;font-weight:700}@media (width<=860px){.wv-dashboard-top,.wv-dashboard-hero,.wv-dashboard-grid,.wv-workspace-row{grid-template-columns:1fr}.wv-dashboard-top,.wv-dashboard-hero{display:grid}.wv-dashboard-actions{justify-content:start}}.wv-admin-shell{color:#e2e8f0;background:#080b10;grid-template-columns:256px minmax(0,1fr);min-height:100vh;display:grid;overflow:hidden}.wv-admin-sidebar{background:#0c1118;border-right:1px solid #94a3b82e;flex-direction:column;gap:18px;min-height:100vh;padding:14px;display:flex}.wv-admin-brand{color:#f8fafc;align-items:center;gap:10px;min-height:40px;text-decoration:none;display:flex}.wv-admin-brand span{color:#fff;background:linear-gradient(135deg,#2563eb,#14b8a6);border-radius:8px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.wv-admin-brand b{font-size:14px}.wv-admin-nav{gap:16px;padding-right:2px;display:grid;overflow-y:auto}.wv-admin-nav section{gap:4px;display:grid}.wv-admin-nav section p{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:0 0 5px;font-size:11px;font-weight:800}.wv-admin-sidebar nav{gap:4px;display:grid}.wv-admin-sidebar nav button{color:#94a3b8;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;height:38px;padding:0 10px;transition:border-color .18s,background .18s,color .18s,transform .18s;display:flex}.wv-admin-sidebar nav button:hover,.wv-admin-sidebar nav button.active{color:#e0f2fe;background:#14b8a61a;border-color:#14b8a642}.wv-admin-sidebar nav button:hover{transform:translate(2px)}.wv-admin-sidebar nav button.active{box-shadow:inset 3px 0 #8b5cf6,0 8px 22px #0ea5e90f}.wv-admin-main{background:linear-gradient(#0f172ac7,#080b10eb),#080b10;min-width:0;height:100vh;overflow:auto}.wv-admin-header{z-index:4;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#080b10e6;border-bottom:1px solid #94a3b829;justify-content:space-between;align-items:center;gap:18px;min-height:86px;padding:18px 24px;display:flex;position:sticky;top:0}.wv-admin-header h1{margin:5px 0 0;font-size:24px;line-height:1.1}.wv-admin-kicker{color:#7dd3fc;align-items:center;gap:7px;font-size:12px;font-weight:700;display:inline-flex}.wv-admin-actions{align-items:center;gap:10px;display:flex}.wv-admin-live{color:#ddd6fe;background:#8b5cf61a;border:1px solid #8b5cf647;border-radius:999px;align-items:center;gap:7px;height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.wv-admin-actions a,.wv-admin-actions button,.wv-admin-toolbar button,.wv-admin-row-actions button{color:#dbeafe;background:#0f172ab8;border:1px solid #94a3b838;border-radius:8px;justify-content:center;align-items:center;height:34px;padding:0 12px;text-decoration:none;display:inline-flex}.wv-admin-actions button:hover,.wv-admin-actions a:hover,.wv-admin-toolbar button:hover,.wv-admin-row-actions button:hover{background:#14b8a61f;border-color:#14b8a675}.wv-admin-content{gap:18px;padding:20px 24px 34px;display:grid}.wv-admin-alert{color:#fecaca;background:#7f1d1d3d;border:1px solid #f8717152;border-radius:8px;margin:16px 24px 0;padding:12px 14px}.wv-admin-stat-grid{grid-template-columns:repeat(6,minmax(120px,1fr));gap:10px;display:grid}.wv-admin-stat-grid.compact{grid-template-columns:repeat(4,minmax(140px,1fr))}.wv-admin-stat{background:radial-gradient(circle at 100% 0,#8b5cf621,#0000 44%),#0f172a8a;border:1px solid #94a3b82e;border-radius:8px;flex-direction:column;justify-content:space-between;min-height:86px;padding:13px;transition:transform .18s,border-color .18s,background .18s;display:flex;position:relative;overflow:hidden}.wv-admin-stat:hover{border-color:#7dd3fc47;transform:translateY(-2px)}.wv-admin-stat span{color:#94a3b8;text-transform:capitalize;font-size:12px}.wv-admin-stat div{justify-content:space-between;gap:10px;display:flex}.wv-admin-stat em{color:#bae6fd;white-space:nowrap;border:1px solid #7dd3fc2e;border-radius:999px;align-self:flex-start;padding:2px 7px;font-size:11px;font-style:normal}.wv-admin-stat b{color:#f8fafc;font-size:23px;line-height:1}.wv-admin-stat.good{border-color:#22c55e4d}.wv-admin-stat.warn{border-color:#f59e0b61}.wv-admin-section{background:#0c1118b8;border:1px solid #94a3b829;border-radius:8px;padding:16px}.wv-admin-section h2{margin:0 0 12px;font-size:15px}.wv-admin-section p{color:#94a3b8;margin:-4px 0 14px;font-size:13px}.wv-admin-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.wv-admin-section-head h2{margin-bottom:6px}.wv-admin-section-head p{margin:0}.wv-admin-section-head button{color:#dbeafe;background:#2563eb2e;border:1px solid #60a5fa52;border-radius:8px;height:36px;padding:0 14px;font-weight:700}.wv-admin-split{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px;display:grid}.wv-admin-chart-panel{background:radial-gradient(circle at 16% 8%,#8b5cf624,#0000 34%),radial-gradient(circle at 84% 20%,#22d3ee14,#0000 36%),#0c1118c7;border:1px solid #94a3b829;border-radius:8px;padding:16px;overflow:hidden}.wv-admin-chart-head{justify-content:space-between;gap:16px;margin-bottom:12px;display:flex}.wv-admin-chart-head h2{margin:0 0 5px;font-size:16px}.wv-admin-chart-head p{color:#94a3b8;margin:0;font-size:13px}.wv-admin-segments{background:#0307126b;border:1px solid #94a3b829;border-radius:8px;align-items:start;display:flex;overflow:hidden}.wv-admin-segments button{color:#94a3b8;background:0 0;border:0;border-right:1px solid #94a3b81f;min-width:54px;height:34px}.wv-admin-segments button:last-child{border-right:0}.wv-admin-segments button.active{color:#f8fafc;background:#8b5cf62e}.wv-admin-chart{gap:8px;min-height:250px;display:grid}.wv-admin-chart svg{width:100%;height:250px;overflow:visible}.wv-admin-chart svg line{stroke:#94a3b81c;stroke-width:1px}.wv-admin-chart svg path.cyan,.wv-admin-chart svg path.purple{fill:none;stroke-width:2.3px;filter:drop-shadow(0 0 8px #8b5cf633)}.wv-admin-chart svg path.cyan{stroke:#22d3ee}.wv-admin-chart svg path.purple{stroke:#8b5cf6}.wv-admin-chart-legend{color:#94a3b8;gap:14px;font-size:12px;display:flex}.wv-admin-chart-legend span{align-items:center;gap:6px;display:inline-flex}.wv-admin-chart-legend i{border-radius:50%;width:8px;height:8px}.wv-admin-chart-legend i.purple{background:#8b5cf6}.wv-admin-chart-legend i.cyan{background:#22d3ee}.wv-admin-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.wv-admin-toolbar label{color:#94a3b8;background:#03071299;border:1px solid #94a3b833;border-radius:8px;flex:1;align-items:center;gap:8px;max-width:460px;height:38px;padding:0 11px;display:flex}.wv-admin-toolbar input{color:#e2e8f0;background:0 0;border:0;outline:0;width:100%}.wv-admin-table-wrap{background:#03071261;border:1px solid #94a3b824;border-radius:8px;width:100%;overflow:auto}.wv-admin-table-pro{box-shadow:0 20px 60px #00000029}.wv-admin-table{border-collapse:collapse;width:100%;min-width:760px;font-size:13px}.wv-admin-table th,.wv-admin-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #94a3b81a;padding:11px 12px}.wv-admin-table th{color:#94a3b8;z-index:1;background:#0f172aa8;font-size:12px;font-weight:700;position:sticky;top:0}.wv-admin-table tbody tr{transition:background .16s}.wv-admin-table tbody tr:hover{background:#8b5cf60f}.wv-admin-table td small{text-overflow:ellipsis;color:#94a3b8;max-width:260px;display:block;overflow:hidden}.wv-admin-row-actions{flex-wrap:wrap;gap:6px;display:flex}.wv-admin-user-cell{align-items:center;gap:10px;display:flex}.wv-admin-user-cell>span{color:#f8fafc;background:linear-gradient(135deg,#0ea5e947,#8b5cf638);border:1px solid #7dd3fc2e;border-radius:8px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:900;display:grid}.wv-admin-badge{color:#bae6fd;text-transform:capitalize;background:#0ea5e91a;border:1px solid #7dd3fc3d;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;font-size:12px;display:inline-flex}.wv-admin-badge.good{color:#bbf7d0;background:#22c55e1a;border-color:#22c55e47}.wv-admin-badge.warn{color:#fde68a;background:#f59e0b1f;border-color:#f59e0b57}.wv-admin-badge.muted{color:#cbd5e1;background:#64748b1a;border-color:#94a3b829}.wv-admin-provider-grid,.wv-admin-plan-grid{grid-template-columns:repeat(4,minmax(170px,1fr));gap:10px;display:grid}.wv-admin-ai-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:12px;display:grid}.wv-admin-ai-card{background:radial-gradient(circle at 100% 0,#60a5fa1f,#0000 34%),#0f172a7a;border:1px solid #94a3b829;border-radius:8px;gap:12px;padding:14px;display:grid}.wv-admin-ai-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.wv-admin-ai-card-head b,.wv-admin-ai-card label span{color:#f8fafc;font-size:13px;font-weight:750;display:block}.wv-admin-ai-card-head small,.wv-admin-muted-line{color:#94a3b8;font-size:12px;line-height:1.45;display:block}.wv-admin-ai-card label{gap:6px;display:grid}.wv-admin-ai-card input[type=text],.wv-admin-ai-card input[type=password],.wv-admin-ai-card input:not([type]){color:#e5e7eb;background:#0206176b;border:1px solid #94a3b82e;border-radius:8px;outline:none;width:100%;height:38px;padding:0 11px;font-size:13px}.wv-admin-ai-card input:focus{border-color:#60a5fa8c;box-shadow:0 0 0 3px #3b82f61f}.wv-admin-primary-inline,.wv-admin-secondary-inline{color:#f8fafc;letter-spacing:0;cursor:pointer;background:linear-gradient(135deg,#2563ebeb,#6d28d9c7);border:1px solid #60a5fa57;border-radius:8px;width:100%;min-height:38px;font-size:13px;font-weight:800;transition:border-color .16s,background .16s,transform .16s}.wv-admin-secondary-inline{color:#dbeafe;background:#0f172aad;border-color:#94a3b83d}.wv-admin-primary-inline:hover,.wv-admin-secondary-inline:hover{border-color:#93c5fd94;transform:translateY(-1px)}.wv-admin-primary-inline:disabled,.wv-admin-secondary-inline:disabled{opacity:.56;cursor:not-allowed;transform:none}.wv-admin-field-inline{grid-template-columns:1fr auto;align-items:center}.wv-admin-field-inline input[type=checkbox]{accent-color:#3b82f6;width:38px;height:20px}.wv-admin-provider-grid article,.wv-admin-plan{background:#0f172a7a;border:1px solid #94a3b829;border-radius:8px;gap:10px;padding:13px;display:grid}.wv-admin-provider-grid small,.wv-admin-provider-grid span,.wv-admin-plan span{color:#94a3b8;font-size:12px;display:block}.wv-admin-plan h3{margin:0;font-size:18px}.wv-admin-plan div,.wv-admin-list{flex-wrap:wrap;gap:8px;display:flex}.wv-admin-list span:not(.wv-admin-badge){color:#cbd5e1;background:#0f172a70;border:1px solid #94a3b824;border-radius:8px;padding:9px 10px;font-size:13px}.wv-admin-note{color:#cbd5e1;align-items:center;gap:8px;font-size:13px;display:inline-flex}@media (width<=980px){.wv-admin-shell{grid-template-columns:1fr}.wv-admin-sidebar{border-bottom:1px solid #94a3b82e;border-right:0;min-height:auto}.wv-admin-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.wv-admin-main{height:auto;min-height:100vh}.wv-admin-stat-grid,.wv-admin-provider-grid,.wv-admin-plan-grid,.wv-admin-ai-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wv-admin-split{grid-template-columns:1fr}}@media (width<=640px){.wv-admin-header,.wv-admin-toolbar{flex-direction:column;align-items:stretch}.wv-admin-content,.wv-admin-header{padding-left:14px;padding-right:14px}.wv-admin-stat-grid,.wv-admin-stat-grid.compact,.wv-admin-provider-grid,.wv-admin-plan-grid{grid-template-columns:1fr}.wv-admin-chart-head{flex-direction:column}}.wv-public{color:#eef6ff;background:#05080d;height:100vh;overflow:hidden auto}.wv-public a{color:inherit;text-decoration:none}.wv-public-nav{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#05080dd1,#05080d57);grid-template-columns:auto auto minmax(0,1fr) auto auto;align-items:center;gap:18px;height:74px;padding:0 clamp(16px,4vw,48px);display:grid;position:fixed;top:0;left:0;right:0}.wv-public-icon,.wv-public-search-trigger{color:#d9ecff;background:0 0;border:0}.wv-public-icon{place-items:center;width:42px;height:42px;display:grid}.wv-public-brand{align-items:center;gap:10px;font-weight:900;display:inline-flex}.wv-public-brand span,.wv-auth-brand:before{color:#06111f;background:linear-gradient(135deg,#d8ecff 0%,#8ecbff 46%,#a855f7 100%);border-radius:6px;place-items:center;width:42px;height:42px;font-weight:950;display:grid;box-shadow:0 18px 50px #3b82f657}.wv-public-nav nav,.wv-public-actions,.wv-public-cta{align-items:center;gap:16px;display:flex}.wv-public-nav nav{color:#c7d8ec;justify-content:center;font-weight:700}.wv-public-nav nav a,.wv-public-actions a:not(.wv-public-primary),.wv-public-search-trigger{border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 12px;display:inline-flex}.wv-public-nav nav a:hover,.wv-public-actions a:not(.wv-public-primary):hover,.wv-public-search-trigger:hover{background:#d8ecff1a}.wvx-mega-nav{justify-content:center;align-items:center;gap:clamp(8px,1.3vw,20px);min-width:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.wvx-mega-group.is-open:after{pointer-events:auto}.wvx-mega-group>button{color:#ecf6ff;min-height:42px;font:inherit;letter-spacing:0;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:15px;font-weight:760;line-height:1;transition:background .18s,color .18s;display:inline-flex}.wvx-mega-group>button:hover,.wvx-mega-group>button:focus-visible,.wvx-mega-group.is-open>button{color:#fff;background:#e2f0ff1f;outline:0}.wvx-mega-group>button svg{opacity:.72;transition:transform .18s}.wvx-mega-group.is-open>button svg{transform:rotate(180deg)}.wvx-mega-panel{z-index:70;grid-template-columns:repeat(var(--wvx-columns,4), minmax(210px, 1fr));-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);opacity:0;pointer-events:none;background:#080e18f5;border:1px solid #aec5e438;border-radius:16px;gap:8px;width:min(100vw - 40px,1040px);max-height:min(72vh,620px);padding:12px;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:calc(100% + 13px);left:50%;overflow:auto;transform:translate(-50%,8px);box-shadow:0 28px 90px #00000075,inset 0 1px #ffffff0f}.wvx-mega-group.is-open .wvx-mega-panel{opacity:1;pointer-events:auto;transform:translate(-50%)}.wvx-mega-panel section{border-radius:10px;min-width:0;padding:8px}.wvx-mega-panel h2{color:#8fb1d6;letter-spacing:0;margin:4px 8px 8px;font-size:12px;font-weight:850}.wvx-mega-item{color:#f4f8ff;border-radius:10px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-height:70px;padding:10px;display:grid}.wvx-mega-item:hover,.wvx-mega-item:focus-visible{background:#e2f0ff1a;outline:0}.wvx-mega-item>span{color:#9ed2ff;background:#53aeff24;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.wvx-mega-item strong,.wvx-mega-item small{min-width:0;display:block}.wvx-mega-item strong{color:#fff;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:820;line-height:1.15;overflow:hidden}.wvx-mega-item small{color:#9fb1c7;margin-top:4px;font-size:12px;font-weight:520;line-height:1.35}.wvx-mega-item.overview{background:linear-gradient(135deg,#2a7dff2e,#1bc59114);min-height:88px}.wvx-mobile-mega-menu{z-index:90;color:#f8fbff;background:#060b12;align-content:start;gap:16px;padding:20px;display:grid;position:fixed;inset:0;overflow:auto}.wvx-mobile-mega-menu>button{width:42px;height:42px;color:inherit;background:0 0;border:1px solid #fff3;border-radius:999px;justify-self:end}.wvx-mobile-search,.wvx-mobile-mega-menu section{background:#ffffff0a;border:1px solid #a4bcdc2e;border-radius:12px;padding:14px}.wvx-mobile-mega-menu h2{margin:0 0 10px;font-size:14px}.wvx-mobile-mega-menu section a{color:#dbeafe;padding:10px 0;display:block}.wvx-header{z-index:45;color:#f5faff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#05080dd1,#05080d3d);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;min-height:72px;padding:0 clamp(16px,4vw,48px);display:grid;position:fixed;top:0;left:0;right:0}.wvx-header.solid{background:#05080de6}.wvx-brand{letter-spacing:0;align-items:center;gap:10px;font-size:17px;font-weight:900;display:inline-flex}.wvx-brand span{color:#07111f;background:#eef7ff;border-radius:7px;place-items:center;width:38px;height:38px;font-size:15px;font-weight:950;display:grid}.wvx-header-actions{justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.wvx-search-link,.wvx-icon-link,.wvx-user-link,.wvx-button,.wvx-menu-anchor,.wvx-menu-button{color:#ecf6ff;letter-spacing:0;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 12px;font-size:14px;font-weight:780;display:inline-flex}.wvx-search-link:hover,.wvx-icon-link:hover,.wvx-user-link:hover,.wvx-menu-anchor:hover,.wvx-menu-button:hover{background:#e2f0ff1f}.wvx-user-panel a,.wvx-theme-toggle{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0f172a14;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:48px;color:#111827!important;border-radius:0!important;padding:0 16px!important;font-size:15px!important;font-weight:620!important;display:grid!important}:root[data-winsview-theme=light] .wv-public{color:#0f172a;background:#f8fafc}:root[data-winsview-theme=light] .wv-public-hero{background:radial-gradient(circle at 58% 18%,#60a5fa3d,#0000 34%),linear-gradient(#eff6ffeb 0%,#f8fafc 70%,#eef4ff 100%)}:root[data-winsview-theme=light] .wv-public-nav{background:linear-gradient(#ffffffe0,#ffffff85)}:root[data-winsview-theme=light] .wv-public-nav,:root[data-winsview-theme=light] .wvx-mega-group>button,:root[data-winsview-theme=light] .wv-public-actions,:root[data-winsview-theme=light] .wv-public-search-trigger{color:#0f172a}:root[data-winsview-theme=light] .wvx-mega-panel h2,:root[data-winsview-theme=light] .wvx-mega-item small,:root[data-winsview-theme=light] .wv-public-hero p,:root[data-winsview-theme=light] .wv-market-card p{color:#64748b}:root[data-winsview-theme=light] .wvx-mega-item strong,:root[data-winsview-theme=light] .wv-public-hero h1,:root[data-winsview-theme=light] .wv-market-card span{color:#0f172a}:root[data-winsview-theme=light] .wvx-mega-item:hover,:root[data-winsview-theme=light] .wvx-mega-item.overview,:root[data-winsview-theme=light] .wv-market-card{background:#ffffffb8}.wvx-button{color:#fff;background:linear-gradient(135deg,#17b5ff,#315bff 52%,#a329f5);border-radius:13px 20px;padding:0 18px;box-shadow:0 16px 44px #315bff52}.wvx-button.ghost{box-shadow:none;background:0 0;border:1px solid #cbd5e13d}.wvx-button.small{min-height:42px}.wv-route-detail{z-index:2;background:#070e18d1;border:1px solid #a4bcdc2e;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:20px;margin:-40px clamp(20px,6vw,76px) 24px;padding:24px;display:grid;position:relative;box-shadow:0 20px 60px #00000047}.wv-route-detail small{color:#8fb1d6;font-weight:800}.wv-route-detail h2{color:#fff;letter-spacing:0;margin:8px 0;font-size:clamp(24px,3vw,40px);line-height:1.05}.wv-route-detail p{color:#b8c7d9;max-width:760px;margin:0;line-height:1.65}.wv-market-card.active{background:#3890ff21;border-color:#65bcffa3}.wv-route-modules{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:min(1180px,100% - 40px);margin:0 auto;display:grid}.wv-route-modules article{background:linear-gradient(#0f172ac2,#070c15c2);border:1px solid #94a3b82e;border-radius:8px;align-content:start;gap:12px;min-height:220px;padding:24px;display:grid;box-shadow:inset 0 1px #ffffff0a}.wv-route-modules article>span{color:#93c5fd;text-transform:uppercase;font-size:12px;font-weight:650}.wv-route-modules h2{color:#f8fbff;margin:0;font-size:23px}.wv-route-modules p{color:#aebfd3;margin:0;line-height:1.6}.wv-route-modules div{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.wv-route-modules small{color:#cfe8ff;background:#0f172aa3;border:1px solid #bfdbfe24;border-radius:999px;padding:7px 10px}.wv-public-actions{color:#dbeafe;justify-content:flex-end;font-weight:800}.wv-public-primary,.wv-auth-form button{color:#fff;background:linear-gradient(135deg,#17b5ff,#315bff 52%,#a329f5);border:0;border-radius:13px 20px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 22px;font-weight:900;display:inline-flex;box-shadow:0 18px 50px #315bff57}.wv-public-hero{background:radial-gradient(circle at 58% 18%,#818cf847,#0000 34%),linear-gradient(#091930b8 0%,#061321 62%,#04101c 100%);grid-template-columns:minmax(0,1fr) minmax(320px,520px);align-items:end;gap:clamp(22px,4vw,56px);min-height:96vh;padding:116px clamp(20px,6vw,76px) 82px;display:grid;position:relative;overflow:hidden}.wv-public-hero-art{pointer-events:none;position:absolute;inset:0;overflow:hidden}.wv-public-hero-art:before{content:"";background:radial-gradient(at 48% 62%,#b9dcff2e,#0000 36%),radial-gradient(at 46% 86%,#ec489938,#0000 18%),linear-gradient(#0000 0%,#04101c33 45%,#04101c 100%);position:absolute;inset:0}.wv-orbit{border:1px solid #bfdbfe57;border-radius:50%;height:28vw;max-height:320px;position:absolute;bottom:8%;left:18%;right:14%;transform:perspective(680px)rotateX(62deg);box-shadow:0 0 70px #a855f752,inset 0 0 55px #14b8a62e}.wv-capsule{background:linear-gradient(#172033,#050814);border-radius:56px 56px 24px 24px;width:120px;height:170px;position:absolute;bottom:26%;left:42%;box-shadow:inset 0 0 0 1px #bfdbfe24,0 0 44px #a855f770}.wv-capsule:before{content:"";background:linear-gradient(90deg,#14b8a6,#a855f7);border-radius:999px;height:22px;position:absolute;top:32px;left:18px;right:18px;box-shadow:0 0 22px #a855f7bf}.wv-market-rain{opacity:.42;justify-content:space-around;align-items:start;display:flex;position:absolute;inset:0 0 38%;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.wv-market-rain i{background:linear-gradient(#7dd3fc0d,#7dd3fcd6,#ec489999,#0000);width:1px;min-height:36px}.wv-public-hero-copy{z-index:2;max-width:910px;position:relative}.wv-public-eyebrow{color:#bae6fd;text-transform:uppercase;background:#0ea5e91a;border:1px solid #7dd3fc40;border-radius:999px;align-items:center;padding:7px 12px;font-size:12px;font-weight:900;display:inline-flex}.wv-public-hero h1{color:#dcebff;letter-spacing:0;max-width:980px;margin:18px 0;font-size:clamp(48px,6.6vw,94px);line-height:.98}.wv-public-hero p{color:#d6e7fb;max-width:760px;font-size:clamp(18px,1.7vw,25px);line-height:1.36}.wv-public-hero small{color:#bfd8f2;margin-top:18px;font-size:16px;display:block}.wv-public-cta{flex-wrap:wrap;margin-top:30px}.wv-public-cta a:not(.wv-public-primary){color:#e0f2fe;background:#0f172a6b;border:1px solid #bfdbfe3d;border-radius:12px;align-items:center;min-height:48px;padding:0 18px;font-weight:800;display:inline-flex}.wv-hero-terminal{z-index:2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#040c179e;border:1px solid #bfdbfe38;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 30px 90px #0000005c}.wv-preview-top,.wv-preview-bottom{color:#b9d8f4;border-bottom:1px solid #bfdbfe24;justify-content:space-between;gap:10px;padding:13px;font-size:12px;display:flex}.wv-preview-bottom{border-top:1px solid #bfdbfe24;border-bottom:0}.wv-preview-chart{background-color:#0000;background-image:linear-gradient(#94a3b814 1px,#0000 1px),linear-gradient(90deg,#94a3b814 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:end;gap:5px;height:300px;padding:20px;display:flex}.wv-preview-chart i{background:linear-gradient(#22c55e,#14b8a6);border-radius:999px 999px 0 0;flex:1 1 0;min-width:3px}.wv-preview-chart i:nth-child(3n){background:linear-gradient(#f97316,#ef4444)}.wv-public-strip,.wv-public-grid,.wv-public-workflow,.wv-pricing-grid,.wv-public-articles,.wv-contact-panel,.wv-public-footer{width:min(1180px,100% - 40px);margin-left:auto;margin-right:auto}.wv-public-strip{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:34px;display:flex}.wv-public-strip span,.wv-admin-note{align-items:center;display:inline-flex}.wv-public-strip span{color:#cfe8ff;background:#0f172a85;border:1px solid #bfdbfe29;border-radius:999px;gap:8px;padding:9px 13px;font-size:13px}.wv-public-grid,.wv-pricing-grid,.wv-public-articles{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:38px 0;display:grid}.wv-public-feature,.wv-market-card,.wv-pricing-grid article,.wv-public-articles article,.wv-public-workflow,.wv-contact-panel{background:linear-gradient(#0f172abd,#080d16bd);border:1px solid #94a3b82e;border-radius:8px;box-shadow:inset 0 1px #ffffff0a}.wv-public-feature{min-height:210px;padding:24px}.wv-public-feature>span{color:#99f6e4;background:#14b8a61f;border-radius:8px;place-items:center;width:42px;height:42px;display:grid}.wv-public-feature h2,.wv-public-workflow h2,.wv-public-articles h2,.wv-contact-panel h2{color:#f8fbff;margin:18px 0 9px}.wv-public-feature p,.wv-public-workflow p,.wv-public-articles p,.wv-contact-panel p,.wv-market-card p{color:#aebfd3;line-height:1.6}.wv-public-workflow{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:22px;padding:28px;display:grid}.wv-public-workflow ol{gap:10px;margin:0;padding:0;list-style:none;display:grid}.wv-public-workflow li{background:#14b8a614;border-left:3px solid #14b8a6;gap:3px;padding:12px 14px;display:grid}.wv-market-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wv-market-card{align-content:space-between;min-height:180px;padding:22px;display:grid}.wv-market-card span{font-size:24px;font-weight:900}.wv-pricing-grid article{align-content:start;gap:15px;min-height:430px;padding:24px;display:grid}.wv-pricing-grid article.featured{background:linear-gradient(#14b8a629,#0f172ad1);border-color:#14b8a680}.wv-pricing-grid article>span,.wv-public-articles span{color:#93c5fd;font-size:13px;font-weight:800}.wv-pricing-grid h2{margin:0;font-size:28px}.wv-pricing-grid strong{font-size:46px;line-height:1}.wv-pricing-grid article a{color:#06111f;background:#d8ecff;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;font-weight:900;display:inline-flex}.wv-pricing-grid ul{gap:10px;margin:10px 0 0;padding:0;list-style:none;display:grid}.wv-pricing-grid li{color:#d7e6f8;gap:8px;display:flex}.wv-public-articles article{min-height:220px;padding:22px}.wv-contact-panel{justify-content:space-between;align-items:center;gap:22px;margin-top:38px;padding:28px;display:flex}.wv-search-overlay{z-index:120;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020617b8;place-items:start center;padding:70px 16px 16px;display:grid;position:fixed;inset:0}.wv-search-panel{background:#070e1afa;border:1px solid #bfdbfe33;border-radius:18px;width:min(820px,100%);position:relative;overflow:hidden;box-shadow:0 34px 110px #00000094}.wv-search-panel-compact{background:radial-gradient(circle at 20% 0,#2563eb38,#0000 34%),radial-gradient(circle at 86% 14%,#a855f72e,#0000 30%),#050e1af7;border-color:#7dd3fc38;border-radius:18px;width:min(1260px,100vw - 76px);max-height:min(88vh,820px);box-shadow:0 34px 110px #00000094,inset 0 1px #ffffff12}.wv-search-close,.wv-mobile-menu button{color:#e0f2fe;background:#94a3b81f;border:0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.wv-search-close{z-index:2;position:absolute;top:14px;right:14px}.wv-search-form{color:#93c5fd;border-bottom:1px solid #bfdbfe24;align-items:center;gap:12px;min-height:78px;padding:0 64px 0 22px;display:flex}.wv-search-form.compact{color:#9dd7ff;background:#fff1;border:1px solid #bfdbfe29;border-radius:14px;min-height:58px;margin:14px;padding:0 54px 0 18px}.wv-search-form input{color:#f8fbff;background:0 0;border:0;outline:0;width:100%;font-size:24px}.wv-search-form.compact input{color:#f0f0f0;font-size:24px}.wv-search-clear{color:#9db6d1;background:0 0;border:0;font-size:16px}.wv-search-close.compact{background:#0f172ab8;top:25px;right:27px}.wv-search-form kbd{color:#93a9c4;background:#ffffff0f;border:1px solid #bfdbfe2e;border-radius:8px;flex:none;padding:6px 8px;font-size:12px}.wv-search-tabs{flex-wrap:wrap;gap:6px;padding:14px 18px 0;display:flex}.wv-search-tabs.tv-style{border-bottom:1px solid #bfdbfe24;gap:8px;margin:4px 20px 0;padding:0 0 12px}.wv-search-tabs button{color:#aebfd3;background:0 0;border:0;border-radius:999px;min-height:34px;padding:0 13px;font-weight:600}.wv-search-tabs.tv-style button{color:#bfd8f2;border-radius:999px;min-height:38px;padding:0 15px;font-size:16px;font-weight:650;position:relative}.wv-search-tabs.tv-style button.active,.wv-search-tabs.tv-style button:hover{color:#fff;background:#2563eb38}.wv-search-tabs.tv-style button.active:after{display:none}.wv-search-market-pills{flex-wrap:wrap;gap:8px;padding:16px 20px 8px;display:flex}.wv-search-market-pills button,.wv-search-filter-row button{color:#cfe8ff;background:#ffffff13;border:0;font-weight:650}.wv-search-market-pills button{border-radius:999px;min-height:36px;padding:0 14px;font-size:14px}.wv-search-market-pills button.active{color:#fff;background:linear-gradient(135deg,#17b5ff,#315bff 58%,#a329f5)}.wv-search-filter-row{flex-wrap:wrap;gap:22px;padding:12px 20px 14px;display:flex}.wv-search-filter-row button{background:0 0;align-items:center;gap:8px;font-size:14px;display:inline-flex}.wv-search-filter-row button:after{content:"";border-bottom:2px solid;border-right:2px solid;width:9px;height:9px;transform:translateY(-2px)rotate(45deg)}.wv-search-tabs button.active,.wv-search-tabs button:hover{color:#fff;background:#ffffff1a}.wv-search-body{grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:14px;padding:16px 18px 18px;display:grid}.wv-search-body h2{color:#8fb1d6;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:650}.wv-search-results,.wv-search-route-grid{gap:8px;display:grid}.wv-search-symbol,.wv-search-route-grid a{color:#e8f3ff;background:#ffffff0b;border:1px solid #bfdbfe1c;border-radius:12px;align-items:center;display:grid}.wv-search-symbol{grid-template-columns:92px minmax(0,1fr) 76px 58px;gap:10px;min-height:58px;padding:0 13px}.wv-search-symbol b{color:#fff;font-size:15px}.wv-search-symbol span{color:#cbdcf0;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.wv-search-symbol small{color:#8ea3bd}.wv-search-symbol em{color:#4ade80;justify-self:end;font-size:13px;font-style:normal}.wv-search-route-grid a{grid-template-columns:22px minmax(0,1fr) auto 16px;gap:8px;min-height:52px;padding:0 12px}.wv-search-route-grid span{color:#fff;font-weight:600}.wv-search-route-grid small{color:#91a5be}.wv-search-symbol:hover,.wv-search-route-grid a:hover{background:#0ea5e91a;border-color:#7dd3fc52}.wv-search-footer{border-top:1px solid #bfdbfe1f;flex-wrap:wrap;gap:8px;padding:12px 18px 16px;display:flex}.wv-search-footer span{color:#9eb4ce;background:#ffffff0a;border:1px solid #bfdbfe29;border-radius:999px;padding:7px 10px;font-size:12px}.wv-search-list{max-height:min(58vh,620px);padding:0 12px 14px 20px;overflow:auto}.wv-search-state{color:#b8c7dc;background:#ffffff0a;border:1px solid #bfdbfe1f;border-radius:8px;margin:14px 0;padding:12px;font-weight:750}.wv-search-row{color:#dbeafe;background:#ffffff09;border:1px solid #bfdbfe1a;border-radius:12px;grid-template-columns:38px minmax(150px,1fr) minmax(180px,1fr) 150px 170px 36px;align-items:center;gap:10px;min-height:54px;margin-bottom:7px;padding:0 16px 0 10px;display:grid}.wv-search-row:hover{background:#0ea5e91a;border-color:#7dd3fc4d}.wv-search-row b{color:#f8fbff;font-size:18px;font-weight:650}.wv-search-row span:not(.wv-symbol-icon){color:#d6e7fb;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:16px;font-weight:550;overflow:hidden}.wv-search-row small{color:#91a9c5;white-space:nowrap;justify-self:end;font-size:13px;font-weight:650}.wv-search-row strong{color:#e8f3ff;white-space:nowrap;font-size:15px;font-weight:700}.wv-search-symbol-main{min-width:0;color:inherit;display:grid}.wv-search-symbol-main span{margin-top:2px}.wv-search-row-actions{justify-content:flex-end;gap:7px;display:flex}.wv-search-row-actions a{color:#eaf4ff;white-space:nowrap;background:#0f172ab8;border:1px solid #bfdbfe29;border-radius:8px;padding:9px 10px;font-size:12px;font-weight:800;line-height:1}.wv-search-row-actions a:hover{background:#0ea5e929;border-color:#7dd3fc6b}.wv-symbol-icon,.wv-exchange-badge{border-radius:999px;place-items:center;display:grid}.wv-symbol-icon{color:#fff;width:36px;height:36px;font-weight:800}.wv-symbol-icon:before{line-height:1}.wv-symbol-icon.btc{background:#f7931a}.wv-symbol-icon.btc:before{content:"B";font-size:19px}.wv-symbol-icon.eth{background:radial-gradient(circle at 35% 30%,#8ea2ff,#49558f 62%,#24283f)}.wv-symbol-icon.eth:before{content:"◆";font-size:18px}.wv-symbol-icon.sol{background:#101013}.wv-symbol-icon.sol:before{content:"≋";color:#78f6d2;font-size:23px}.wv-symbol-icon.usdt{background:#45a7a4}.wv-symbol-icon.usdt:before{content:"T";font-size:18px}.wv-symbol-icon.gold{background:linear-gradient(135deg,#f6c453,#9a6b13)}.wv-symbol-icon.gold:before{content:"Au";font-size:14px}.wv-symbol-icon.eur{background:#2657c7}.wv-symbol-icon.eur:before{content:"€";font-size:21px}.wv-symbol-icon.gbp{background:#244f9f}.wv-symbol-icon.gbp:before{content:"£";font-size:20px}.wv-symbol-icon.jpy{background:#b91c1c}.wv-symbol-icon.jpy:before{content:"¥";font-size:20px}.wv-symbol-icon.dxy{background:#1f2937}.wv-symbol-icon.dxy:before{content:"$";font-size:20px}.wv-symbol-icon.spx{background:#0f766e}.wv-symbol-icon.spx:before{content:"S";font-size:19px}.wv-symbol-icon.person{background:#374151}.wv-symbol-icon.person:before{content:"P";font-size:18px}.wv-symbol-icon.video{background:#7c3aed}.wv-symbol-icon.video:before{content:"V";font-size:18px}.wv-exchange-badge{color:#fff;justify-self:end;width:26px;height:26px}.wv-exchange-badge:before{font-size:14px;font-weight:800}.wv-exchange-badge.binance{color:#141414;background:#f3ba2f}.wv-exchange-badge.binance:before{content:"◆"}.wv-exchange-badge.coinbase{background:#265df5}.wv-exchange-badge.coinbase:before{content:"C"}.wv-exchange-badge.bitstamp{background:#15935b}.wv-exchange-badge.bitstamp:before{content:"B"}.wv-exchange-badge.oanda{background:#1f2937}.wv-exchange-badge.oanda:before{content:"O"}.wv-exchange-badge.fxcm{background:#334155}.wv-exchange-badge.fxcm:before{content:"F"}.wv-exchange-badge.tv{background:#111827}.wv-exchange-badge.tv:before{content:"WV";font-size:10px}.wv-mobile-menu{z-index:75;background:#07111f;border-bottom:1px solid #bfdbfe2e;gap:8px;padding:18px;display:grid;position:fixed;inset:0 0 auto}.wv-mobile-menu a{background:#94a3b814;border-radius:8px;align-items:center;min-height:42px;padding:0 12px;display:flex}.wv-public-footer{color:#9fb4ca;border-top:1px solid #94a3b829;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:30px;padding:24px 0 44px;display:flex}.wv-auth,.wv-private-shell,.wv-dashboard{background:radial-gradient(circle at 70% 20%,#14b8a62e,#0000 32%),radial-gradient(circle at 20% 10%,#a855f72e,#0000 28%),#05080d;height:100vh;overflow-y:auto}.wv-account{color:#eef4ff;background:radial-gradient(circle at 75% 14%,#14b8a62e,#0000 30%),radial-gradient(circle at 16% 16%,#3b82f62e,#0000 28%),#05080d;height:100vh;min-height:100vh;padding-bottom:42px;overflow-y:auto}.wv-account a{color:inherit;text-decoration:none}.wv-account-hero,.wv-account-grid{width:min(1180px,100%);margin:0 auto}.wv-account-hero{background:linear-gradient(135deg,#0ea5e91f,#a855f71a);border:1px solid #bfdbfe29;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px;padding:24px;display:grid}.wv-account-hero h1{margin:10px 0;font-size:42px;line-height:1.02}.wv-account-hero p{color:#aebbd0;max-width:720px}.wv-account-status{gap:8px;display:grid}.wv-account-status span{color:#a7f3d0;white-space:nowrap;background:#4dd6a414;border:1px solid #4dd6a440;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;display:inline-flex}.wv-account-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.wv-account-grid label{color:#cbd5e1;gap:7px;margin-bottom:12px;font-size:13px;display:grid}.wv-account-grid input,.wv-account-grid select{color:#eef4ff;background:#040a12d1;border:1px solid #7a94b042;border-radius:8px;outline:none;min-height:42px;padding:0 12px}.wv-account-grid button{color:#dffcf4;background:#14b8a629;border:1px solid #7a94b038;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:38px;margin-right:8px;padding:0 13px;display:inline-flex}.wv-onboarding-steps{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.wv-onboarding-steps span{color:#cbd5e1;text-transform:capitalize;background:#0f172a94;border:1px solid #94a3b82e;border-radius:999px;padding:7px 10px}.wv-onboarding-steps span.active{color:#a7f3d0;border-color:#14b8a66b}.wv-billing-panel{grid-column:1/-1}.wv-billing-panel p{color:#aebbd0}.wv-billing-plans{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.wv-billing-plans button{align-content:center;justify-items:start;min-height:86px;margin:0;display:grid}.wv-billing-plans button strong{color:#f8fbff}.wv-billing-plans button span{color:#a7f3d0}@media (width<=860px){.wv-account-hero,.wv-account-grid{grid-template-columns:1fr}.wv-billing-plans{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.wv-billing-plans{grid-template-columns:1fr}}.wv-auth-panel,.wv-private-shell section,.wv-dashboard-panel,.wv-workspace-row,.wv-mini-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#07111fbd;border-radius:8px}.wv-auth-panel{border-color:#bfdbfe2e}.wv-auth-brand:before{content:"WV";margin-right:10px}.wv-dashboard-top{padding-top:18px}.wv-dashboard-hero{background:linear-gradient(135deg,#0ea5e91f,#a855f71a);border:1px solid #bfdbfe29;border-radius:8px;padding:24px}@media (width<=920px){.wv-public-nav{grid-template-columns:auto auto minmax(0,1fr) auto}.wv-public-nav nav,.wv-public-actions a:first-child{display:none}.wv-public-hero,.wv-public-workflow{grid-template-columns:1fr}.wv-hero-terminal{align-self:stretch}.wv-public-grid,.wv-market-grid,.wv-pricing-grid,.wv-public-articles{grid-template-columns:1fr}}.wv-dashboard{color:#f7f7f8!important;background:#000!important;height:100vh!important;min-height:100vh!important;padding:0 74px 0 46px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;overflow:hidden auto!important}.wv-dashboard,.wv-dashboard *,.wv-dashboard :before,.wv-dashboard :after{box-sizing:border-box}.wv-dashboard a{color:inherit;text-decoration:none}.wv-dashboard-top{z-index:15;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#000000db;grid-template-columns:auto minmax(220px,300px) minmax(0,1fr) auto;align-items:center;gap:26px;min-height:74px;position:sticky;top:0;border:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:grid!important}.wv-dashboard-brand{color:#fff;align-items:center;gap:10px;font-size:29px;font-weight:950;display:inline-flex}.wv-dashboard-brand span{color:#000;background:#fff;border-radius:6px;place-items:center;width:40px;height:40px;font-size:17px;font-weight:1000;display:grid}.wv-dashboard-search{color:#ffffffad;cursor:pointer;background:#ffffff2e;border:0;border-radius:999px;align-items:center;gap:10px;min-height:46px;padding:0 15px;font-size:18px;display:inline-flex}.wv-dashboard-top nav{justify-content:start;align-items:center;gap:32px;flex-wrap:nowrap!important;display:flex!important}.wv-dashboard-top nav a{color:#fff;font-size:17px;font-weight:760}.wv-dashboard-avatar-mini{place-items:center;position:relative;color:#fff!important;background:radial-gradient(circle at 30% 30%,#1f2937,#020202 72%)!important;border:0!important;border-radius:999px!important;width:44px!important;height:44px!important;padding:0!important;display:grid!important}.wv-dashboard-avatar-mini i{background:#ff4d5a;border-radius:999px;width:11px;height:11px;position:absolute;top:1px;right:0}.wv-profile-hero{grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:34px;width:100%;min-height:318px;display:grid;background:0 0!important;border:0!important;margin:0!important;padding:34px 0 20px!important}.wv-profile-avatar-wrap{align-self:center;width:188px;position:relative}.wv-profile-avatar{cursor:pointer;background:linear-gradient(90deg,#12b9812e,#0000 48%),repeating-linear-gradient(90deg,#1fdc8238 0 1px,#0000 1px 9px),radial-gradient(circle at 64% 40%,#3a3a3a,#050505 62%);border:1px solid #ffffff2e;border-radius:999px;place-items:center;width:188px;height:188px;padding:0;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 70px #000000b8}.wv-profile-avatar span{color:#ffffffeb;background:#0000008a;border-radius:999px;place-items:center;width:74%;height:74%;font-size:48px;font-weight:950;display:grid}.wv-profile-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.wv-profile-avatar i{color:#111;opacity:0;background:#fff;border-radius:999px;place-items:center;width:76px;height:76px;transition:opacity .16s,transform .16s;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 18px 34px #00000059}.wv-profile-avatar:hover i,.wv-profile-avatar:focus-visible i,.wv-profile-avatar[aria-expanded=true] i{opacity:1;transform:translate(-50%,-50%)scale(1.02)}.wv-profile-photo-menu{z-index:8;background:#242424;border:1px solid #ffffff1a;border-radius:12px;min-width:252px;padding:14px;display:grid;position:absolute;top:calc(100% + 14px);left:0;box-shadow:0 26px 60px #0000006b}.wv-profile-photo-menu label,.wv-profile-photo-menu button{color:#ffffffe6;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:14px;min-height:50px;padding:0 10px;font-size:18px;font-weight:760;display:flex}.wv-profile-photo-menu label:hover,.wv-profile-photo-menu button:hover{color:#fff;background:#ffffff14}.wv-profile-photo-menu button:disabled{cursor:not-allowed;opacity:.45}.wv-profile-photo-menu input{display:none}.wv-profile-main{align-content:center;gap:16px;display:grid}.wv-profile-title{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.wv-profile-title h1{color:#fff;letter-spacing:0;margin:0;font-size:42px;line-height:1}.wv-profile-title>div{gap:7px;display:grid}.wv-profile-username{color:#8ab4ff;letter-spacing:0;width:fit-content;font-size:17px;font-weight:850}.wv-profile-title span{color:#000;background:#f2f2f2;border-radius:5px;padding:5px 10px;font-size:14px;font-weight:900}.wv-profile-title strong{color:#57e47b;font-size:15px;font-weight:650}.wv-profile-stats{flex-wrap:wrap;gap:min(58px,4vw);display:flex}.wv-profile-stats span{gap:6px;display:grid}.wv-profile-stats b{color:#fffffff0;font-size:18px}.wv-profile-stats em{color:#fff;font-size:22px;font-style:normal}.wv-profile-bio{font-size:18px;font-weight:750;color:#3d8cff!important}.wv-profile-joined{color:#ffffffe6;margin:0;font-size:18px;font-weight:680}.wv-profile-joined strong{margin-right:8px;font-size:22px}.wv-profile-meta{color:#ffffffe6;flex-wrap:wrap;align-items:center;gap:12px;font-size:17px;font-weight:650;display:flex}.wv-profile-meta p{margin:0}.wv-profile-meta a{color:#ffffffdb;border-radius:999px;place-items:center;width:26px;height:26px;display:grid}.wv-profile-meta a:hover{color:#fff;background:#ffffff1f}.wv-profile-public-bio{color:#ffffffdb;max-width:720px;margin:0;font-size:18px;line-height:1.45}.wv-profile-public-bio.muted{color:#ffffff8c}.wv-public-profile-page .wv-dashboard-outline,.wv-public-profile-page [href=\/settings],.wv-public-profile-page [href=\/onboarding]{display:none!important}.wv-profile-actions{flex-wrap:wrap;justify-content:flex-end;align-self:start;gap:10px;max-width:430px;padding-top:42px;display:flex}.wv-profile-actions a,.wv-profile-actions button,.wv-dashboard-outline,.wv-profile-empty button{color:#fff;background:0 0;border:1px solid #ffffffb8;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:0 18px;font-size:17px;font-weight:760;display:inline-flex}.wv-profile-actions .wv-follow{min-width:126px;color:#000!important;background:#fff!important;border-color:#fff!important}.wv-profile-actions .wv-follow.active{color:#fff!important;background:#ffffff1a!important;border-color:#ffffff3d!important}.wv-profile-actions .wv-icon-action{width:54px;min-width:54px;padding:0}.wv-profile-actions .wv-gift-action{min-width:190px}.wv-profile-actions button,.wv-profile-empty button{background:#ffffff0f;border-color:#ffffff47}.wv-dashboard-status{color:#5aa1ff!important;width:100%!important;max-width:none!important;margin:0 0 16px!important}.wv-profile-tabs{border-bottom:5px solid #ffffff5c;align-items:center;gap:38px;width:100%;min-height:62px;display:flex}.wv-profile-tabs button{color:#fffffff0;background:0 0;border:0;height:62px;font-size:23px;font-weight:760;position:relative}.wv-profile-tabs button.active:after{content:"";background:#fff;border-radius:999px;height:5px;position:absolute;bottom:-5px;left:0;right:0}.wv-profile-content{place-items:center;min-height:calc(100vh - 460px);padding:58px 0 80px;display:grid}.wv-profile-feed{align-self:start;gap:28px;width:100%;display:grid}.wv-profile-feed-head{grid-template-columns:minmax(0,1fr) 220px 132px;align-items:center;gap:12px;display:grid}.wv-profile-feed-head h2{color:#fff;margin:0;font-size:28px;line-height:1.15}.wv-profile-feed-head label{color:#ffffff9e;background:#ffffff0f;border:1px solid #ffffff24;border-radius:7px;align-items:center;gap:8px;min-height:38px;padding:0 10px;display:flex}.wv-profile-feed-head input,.wv-profile-feed-head select{color:#fff;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:14px;font-weight:650}.wv-profile-feed-head select{background:#ffffff0f;border:1px solid #ffffff24;border-radius:7px;min-height:38px;padding:0 10px}.wv-idea-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.wv-idea-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;min-width:0;overflow:hidden}.wv-idea-thumb{background:linear-gradient(135deg,#3a82f633,#7c3aed14),repeating-linear-gradient(90deg,#ffffff0a 0 1px,#0000 1px 36px),repeating-linear-gradient(0deg,#ffffff0a 0 1px,#0000 1px 28px),radial-gradient(circle at 70% 38%,#57e47b47,#0000 24%),#05080f;min-height:178px;position:relative;overflow:hidden}.wv-idea-thumb:after{content:"";border:1px solid #60a5fa61;border-radius:4px;position:absolute;inset:34px 18px 28px;transform:skew(-12deg)}.wv-idea-thumb span{color:#fff;background:#2f6bff;border-radius:0 0 5px 5px;place-items:center;width:32px;height:42px;font-size:12px;font-weight:900;display:grid;position:absolute;top:0;left:14px}.wv-idea-thumb i{background:#ff4d5a;border-radius:50%;width:9px;height:9px;position:absolute;top:34px;right:24px;box-shadow:-90px 42px #57e47b,-42px 80px #60a5fa}.wv-idea-thumb b{color:#fff;background:#0000009e;border-radius:999px;padding:5px 10px;font-size:12px;position:absolute;bottom:14px;right:16px}.wv-idea-card>div:last-child{gap:8px;padding:16px;display:grid}.wv-idea-card strong{color:#fff;font-size:17px}.wv-idea-card p{color:#ffffffb8;margin:0;line-height:1.45}.wv-profile-empty{color:#ffffffd1;text-align:center;justify-items:center;gap:12px;display:grid}.wv-profile-empty svg{color:#ffffffd6}.wv-share-backdrop{z-index:80;background:#000000ad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.wv-publish-menu-wrap{flex:none;display:inline-flex;position:relative}.wv-top-actions{flex:none;align-items:center;gap:6px;min-width:max-content;margin-left:auto;display:inline-flex}.tv-exact-topbar .wv-publish-menu-wrap .tv-publish-btn{white-space:nowrap;justify-content:center;align-items:center;min-width:74px;height:34px;padding:0 14px;display:inline-flex!important}.wv-publish-menu{z-index:45;background:#101216;border:1px solid #ffffff24;border-radius:8px;width:270px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 18px 38px #0000005c}.wv-publish-menu button{color:#fff;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff14;grid-template-columns:28px 1fr;gap:10px;width:100%;padding:12px;display:grid}.wv-publish-menu button:hover{background:#ffffff12}.wv-publish-menu button:last-child{border-bottom:0}.wv-publish-menu span{gap:2px;display:grid}.wv-publish-menu small{color:#ffffff94;font-size:12px}.wv-share-modal{color:#fff;background:#07090d;border:1px solid #ffffff24;border-radius:8px;gap:16px;width:min(820px,100%);max-height:calc(100vh - 40px);padding:20px;display:grid;overflow:auto;box-shadow:0 22px 60px #0000007a}.wv-share-head,.wv-share-owner,.wv-share-actions,.wv-public-chart-header,.wv-public-actions,.wv-idea-owner{align-items:center;display:flex}.wv-share-head{justify-content:space-between;gap:16px}.wv-share-head p,.wv-symbol-ideas-head p,.wv-idea-kicker{color:#7fb0ff;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:800}.wv-share-head h2,.wv-symbol-ideas-head h2,.wv-idea-article h1{letter-spacing:0;margin:0}.wv-icon-button{color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:7px;place-items:center;width:36px;height:36px;display:grid}.wv-share-owner{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;gap:12px;padding:12px}.wv-share-avatar,.wv-public-owner>a,.wv-idea-owner img,.wv-idea-owner span:first-child{color:#fff;background:#1f6bff;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-weight:900;display:grid;overflow:hidden}.wv-share-avatar img,.wv-public-owner img,.wv-idea-owner img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.wv-share-owner div:nth-child(2){gap:2px;display:grid}.wv-share-owner span,.wv-public-owner small,.wv-idea-meta,.wv-idea-card p{color:#ffffffa8}.wv-share-owner a,.wv-public-actions a,.wv-public-symbol a,.wv-idea-card a{color:#fff;text-decoration:none}.wv-share-owner a{color:#7fb0ff;margin-left:auto;font-weight:800}.wv-share-preview{background:#0b101a;border:1px solid #ffffff1a;border-radius:8px;overflow:hidden}.wv-share-preview img,.wv-share-preview video{-o-object-fit:cover;object-fit:cover;width:100%;min-height:150px;max-height:280px;display:block}.wv-record-controls,.wv-rich-toolbar,.wv-publish-mode-tabs,.wv-symbol-community-tabs{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.wv-record-controls{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;padding:10px}.wv-record-controls>button:not(.wv-ui-button),.wv-rich-toolbar>button:not(.wv-ui-button):not(.wv-ui-icon-button),.wv-publish-mode-tabs>button:not(.wv-ui-segment-button),.wv-symbol-community-tabs button:not(.wv-ui-segment-button){color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 10px;font-weight:800;display:inline-flex}.wv-record-controls span{color:#ffffffad;font-size:12px;font-weight:800}.wv-share-preview div{flex-wrap:wrap;gap:8px;padding:10px;display:flex}.wv-share-preview span,.wv-idea-meta span,.wv-idea-preview span,.wv-public-actions span,.wv-share-visibility button{color:#ffffffd1;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.wv-share-field{color:#ffffffb8;gap:7px;font-size:13px;font-weight:800;display:grid}.wv-share-field input,.wv-share-field textarea{color:#fff;width:100%;font:inherit;background:#ffffff0f;border:1px solid #ffffff24;border-radius:7px;outline:0;padding:12px}.wv-rich-editor{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;display:grid;overflow:hidden}.wv-rich-toolbar{border-bottom:1px solid #ffffff1a;padding:9px}.wv-rich-toolbar button.active,.wv-publish-mode-tabs button.active,.wv-symbol-community-tabs button.active{color:#05070a;background:#fff}.wv-rich-editor textarea,.wv-rich-preview{color:#fff;width:100%;min-height:150px;font:inherit;background:0 0;border:0;outline:0;padding:13px;line-height:1.55}.wv-rich-preview{color:#ffffffc7}.wv-rich-preview h3,.wv-idea-rich-body h3{color:#fff;margin:4px 0 8px}.wv-rich-preview blockquote,.wv-idea-rich-body blockquote{color:#ffffffb8;border-left:3px solid #60a5fa;margin:10px 0;padding-left:12px}.wv-rich-preview img,.wv-idea-rich-body img{border-radius:8px;max-width:100%}.wv-share-visibility{gap:8px;display:flex}.wv-share-visibility button:not(.wv-ui-segment-button),.wv-share-actions button:not(.wv-ui-button),.wv-share-result button:not(.wv-ui-button),.wv-public-actions button,.wv-public-actions a{color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-weight:850;display:inline-flex}.wv-share-visibility button.active,.wv-share-primary{color:#05070a;background:#fff}.wv-share-actions{justify-content:flex-end;gap:10px}.wv-share-result,.wv-share-error{border-radius:7px;padding:10px}.wv-share-result{background:#2563eb24;border:1px solid #60a5fa47;align-items:center;gap:10px;display:flex}.wv-share-result span{color:#dbeafe;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.wv-share-error{color:#fecaca;background:#7f1d1d4d;border:1px solid #f8717152}.wv-idea-page{color:#fff;background:#05070a;min-height:100vh}.wv-public-chart-header{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#07090df0;border-block:1px solid #ffffff1a;justify-content:space-between;gap:16px;padding:12px max(24px,6vw);position:sticky;top:0}.wv-public-owner,.wv-public-symbol{align-items:center;gap:10px;display:flex}.wv-public-owner div,.wv-public-symbol{gap:2px;display:grid}.wv-public-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px}.wv-public-actions .public{color:#bbf7d0}.wv-public-actions .private{color:#fde68a}.wv-idea-article{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px;padding:36px max(24px,6vw) 56px;display:grid}.wv-idea-chart-shot{background:#0b101a;border:1px solid #ffffff1a;border-radius:8px;min-height:360px;overflow:hidden}.wv-idea-chart-shot img,.wv-idea-chart-shot video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.wv-idea-article article{align-content:start;gap:16px;display:grid}.wv-idea-article p{color:#ffffffb8;margin:0;font-size:16px;line-height:1.7}.wv-idea-rich-body{color:#ffffffbd;font-size:16px;line-height:1.7}.wv-idea-article dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;display:grid}.wv-idea-article dl div{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;padding:12px}.wv-idea-article dt{color:#ffffff94;font-size:12px}.wv-idea-article dd{margin:4px 0 0;font-weight:900}.wv-idea-state,.wv-symbol-ideas{padding:40px max(24px,6vw)}.wv-idea-state.error{color:#fecaca}.wv-symbol-market-page{color:#f8fafc;background:linear-gradient(#0a1018fa,#04070b 46%),#05070a;min-height:calc(100vh - 72px);padding:112px max(22px,6vw) 54px}.wv-symbol-crumbs{color:#e2e8f09e;white-space:nowrap;align-items:center;gap:10px;max-width:1180px;margin:0 auto 24px;font-size:14px;font-weight:750;display:flex;overflow-x:auto}.wv-symbol-crumbs a{color:#e2e8f0c7;text-decoration:none}.wv-symbol-crumbs strong{color:#f8fafc}.wv-symbol-market-hero{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:26px;max-width:1180px;margin:0 auto;display:grid}.wv-symbol-asset-badge{color:#fff;background:#f59e0b;border:1px solid #ffffff29;border-radius:50%;place-items:center;width:112px;height:112px;font-size:62px;font-weight:950;line-height:1;display:grid;box-shadow:0 18px 52px #00000061}.wv-symbol-asset-badge.eth{background:#64748b}.wv-symbol-asset-badge.gold{background:#d6a642;font-size:34px}.wv-symbol-asset-badge.eur,.wv-symbol-asset-badge.gbp,.wv-symbol-asset-badge.jpy,.wv-symbol-asset-badge.index,.wv-symbol-asset-badge.symbol{background:#0f766e;font-size:32px}.wv-symbol-identity{min-width:0}.wv-symbol-title-row,.wv-symbol-market-selector,.wv-symbol-price-row,.wv-symbol-market-actions,.wv-symbol-community-tools,.wv-symbol-community-tools label,.wv-symbol-community-summary{align-items:center;display:flex}.wv-symbol-title-row{flex-wrap:wrap;gap:12px}.wv-symbol-title-row h1{color:#fff;letter-spacing:0;margin:0;font-size:clamp(36px,5vw,64px);line-height:.98}.wv-rank-badge{color:#020617;background:#fff;border-radius:7px;justify-content:center;align-items:center;min-width:40px;height:30px;font-size:14px;font-weight:950;display:inline-flex}.wv-symbol-market-selector{color:#cbd5e1;background:#0f172ab3;border:1px solid #94a3b847;border-radius:8px;gap:9px;width:fit-content;max-width:100%;margin:18px 0 26px;padding:11px 14px;font-size:18px;font-weight:800}.wv-symbol-market-selector a{color:#fff;text-decoration:none}.wv-symbol-market-selector i{background:#14b8a629;border-radius:7px;width:26px;height:26px;margin-left:4px;position:relative}.wv-symbol-market-selector i:after{content:"";background:#14b8a6;border-radius:999px;position:absolute;inset:9px}.wv-symbol-price-row{flex-wrap:wrap;gap:10px}.wv-symbol-price-row strong{color:#fff;font-size:clamp(42px,7vw,76px);font-weight:900;line-height:1}.wv-symbol-price-row span{color:#e2e8f0;align-self:end;margin-bottom:10px;font-size:21px;font-weight:850}.wv-symbol-price-row em{align-self:end;margin-bottom:11px;font-size:22px;font-style:normal;font-weight:900}.wv-symbol-price-row em.up{color:#2dd4bf}.wv-symbol-price-row em.down{color:#fb7185}.wv-symbol-identity p{color:#e2e8f0b8;max-width:720px;margin:14px 0 0;font-size:17px}.wv-symbol-market-actions{flex-wrap:wrap;justify-content:flex-end;align-self:start;gap:10px}.wv-symbol-market-actions a{color:#fff;background:#ffffff14;border:1px solid #ffffff2e;border-radius:8px;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-weight:900;text-decoration:none;display:inline-flex}.wv-symbol-market-actions a:last-child{color:#020617;background:#fff}.wv-symbol-tabs{border-bottom:1px solid #94a3b84d;gap:24px;max-width:1180px;margin:36px auto 0;display:flex;overflow-x:auto}.wv-symbol-tabs a{color:#e2e8f0c2;white-space:nowrap;padding:0 0 14px;font-size:18px;font-weight:900;text-decoration:none;position:relative}.wv-symbol-tabs a.active{color:#fff}.wv-symbol-tabs a.active:after{content:"";background:#e2e8f0;border-radius:99px;height:4px;position:absolute;bottom:-2px;left:0;right:0}.wv-symbol-overview-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1180px;margin:32px auto 0;display:grid}.wv-symbol-overview-panel article{background:#0f172a94;border:1px solid #94a3b83d;border-radius:8px;min-height:150px;padding:20px}.wv-symbol-overview-panel span{color:#67e8f9;text-transform:uppercase;font-size:12px;font-weight:950}.wv-symbol-overview-panel h2{color:#fff;margin:10px 0}.wv-symbol-overview-panel p{color:#e2e8f0b8;margin:0}.wv-symbol-ideas{color:#fff;background:0 0;max-width:1180px;margin:0 auto;padding:36px 0 0}.wv-symbol-ideas-head{justify-content:space-between;align-items:end;gap:18px;margin-bottom:20px;display:flex}.wv-symbol-ideas-head p{color:#67e8f9;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:950}.wv-symbol-ideas-head h2{color:#fff;letter-spacing:0;margin:0;font-size:32px}.wv-symbol-ideas-head span{color:#e2e8f0c7;max-width:720px;margin-top:12px;font-size:18px;line-height:1.45;display:block}.wv-symbol-community-tools{flex-shrink:0;gap:10px}.wv-symbol-community-tools label{color:#e2e8f0a3;background:#0f172ab8;border:1px solid #94a3b838;border-radius:8px;gap:9px;min-width:min(290px,70vw);height:46px;padding:0 13px}.wv-symbol-community-tools input{color:#fff;width:100%;font:inherit;background:0 0;border:0;outline:0;font-weight:800}.wv-symbol-community-tools button{color:#fff;background:#0f172ab8;border:1px solid #94a3b838;border-radius:8px;place-items:center;width:46px;height:46px;display:grid}.wv-symbol-community-tabs{flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 14px;display:flex}.wv-symbol-community-tabs button{color:#e2e8f0db;background:#94a3b824;border:0;border-radius:999px;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-weight:900;display:inline-flex}.wv-symbol-community-tabs button.active{color:#020617;background:#e2e8f0}.wv-symbol-community-tabs button span{background:#02061729;border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:12px;display:inline-grid}.wv-symbol-community-tabs .wv-symbol-filter-ghost{background:#0f172a94;border:1px solid #94a3b82e;border-radius:8px;margin-left:auto}.wv-symbol-community-summary{flex-wrap:wrap;gap:10px;margin:0 0 22px}.wv-symbol-community-summary span{color:#e2e8f0b3;border:1px solid #94a3b82e;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:850}.wv-symbol-ideas .wv-profile-empty{justify-items:start;gap:14px;min-height:280px;padding:56px 0;display:grid}.wv-symbol-ideas .wv-profile-empty a{color:#020617;background:#fff;border-radius:8px;align-items:center;gap:7px;min-height:42px;padding:0 15px;font-weight:900;text-decoration:none;display:inline-flex}.wv-idea-card{border-radius:8px}.wv-idea-preview{background:#0b101a;min-height:170px;display:block;position:relative;overflow:hidden}.wv-idea-preview img,.wv-idea-preview video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;min-height:170px}.wv-idea-preview span{position:absolute;bottom:10px;right:10px}.wv-idea-preview em{color:#05070a;background:#ffffffeb;border-radius:999px;place-items:center;width:38px;height:38px;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.wv-idea-preview-empty{color:#ffffffc7;place-items:center;min-height:170px;font-weight:900;display:grid}.wv-idea-body{gap:10px;padding:15px;display:grid}.wv-idea-meta,.wv-idea-owner,.wv-idea-owner a,.wv-idea-owner div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.wv-idea-meta a{color:#93c5fd;font-weight:900}.wv-idea-card h3{letter-spacing:0;margin:0;font-size:18px}.wv-idea-owner{justify-content:space-between}.wv-idea-owner a{color:#ffffffdb;font-weight:850}@media (width<=920px){.wv-idea-grid,.wv-idea-article{grid-template-columns:1fr}.wv-public-chart-header,.wv-symbol-ideas-head,.wv-share-result{flex-direction:column;align-items:stretch}.wv-symbol-market-page{padding:88px 20px 44px}.wv-symbol-market-hero{grid-template-columns:1fr}.wv-symbol-asset-badge{width:84px;height:84px;font-size:46px}.wv-symbol-market-actions{justify-content:flex-start}.wv-symbol-overview-panel{grid-template-columns:1fr}.wv-symbol-community-tabs .wv-symbol-filter-ghost{margin-left:0}}@media (width<=860px){.tv-exact-topbar .wv-publish-menu-wrap .tv-publish-btn{min-width:66px;padding:0 10px;font-size:12px!important}.wv-top-actions{gap:4px}}.wv-profile-empty h2{color:#fff;margin:12px 0 0;font-size:28px}.wv-profile-empty p{color:#ffffffdb;max-width:620px;margin:0;font-size:18px}.wv-profile-rail{z-index:18;background:#121212fa;border-left:1px solid #ffffff24;align-content:start;justify-items:center;gap:18px;width:50px;height:100vh;padding:16px 0;display:grid;position:fixed;top:0;right:0}.wv-profile-rail a{color:#ffffffd1;border-radius:999px;place-items:center;width:34px;height:34px;display:grid;position:relative}.wv-profile-rail a.active,.wv-profile-rail a:hover{color:#fff;background:#ffffff1f}.wv-profile-rail i{color:#fff;text-align:center;background:#ff4d5a;border-radius:999px;min-width:17px;height:17px;font-size:11px;font-style:normal;line-height:17px;position:absolute;top:-3px;right:-5px}.wv-workspace-list{gap:10px;width:min(1100px,100%);display:grid}.wv-workspace-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;background:#ffffff0a!important;border:1px solid #ffffff1f!important;border-radius:10px!important;padding:16px!important;display:grid!important}.wv-workspace-row strong{color:#fff;margin-bottom:5px;display:block}.wv-workspace-row span{color:#ffffff9e!important}.wv-workspace-row>div:last-child{align-items:center;gap:9px;display:flex}.wv-workspace-row button{place-items:center;width:34px;height:34px;color:#fff!important;background:#ffffff0f!important;border:1px solid #ffffff26!important;border-radius:8px!important;display:grid!important}.wv-workspace-row a{font-weight:800;color:#5aa1ff!important}.wv-workspace-row em{font-size:12px;font-style:normal;color:#57e47b!important}.wv-settings-page{color:#f5f5f6!important;background:#000!important;height:100vh!important;min-height:100vh!important;padding:0 74px 0 46px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;overflow:hidden auto!important}.wv-settings-top{z-index:30!important;background:#000000db!important;width:100%!important;margin:0!important;position:sticky!important;top:0!important}.wv-settings-shell{grid-template-columns:234px minmax(0,1fr);align-items:start;gap:46px;width:min(1070px,100vw - 160px);margin:10px auto 80px;display:grid}.wv-settings-nav{align-self:start;padding-top:4px;position:sticky;top:82px}.wv-settings-back{margin-bottom:24px;font-size:13px;display:inline-flex;color:#9ca3af!important;text-decoration:none!important}.wv-settings-back:hover{color:#fff!important}.wv-settings-nav h1{letter-spacing:0;margin:0 0 62px;font-size:34px;line-height:1}.wv-settings-nav section{gap:5px;margin-bottom:32px;display:grid}.wv-settings-nav section p{color:#8a8f98;letter-spacing:.06em;text-transform:uppercase;margin:0 0 4px;font-size:12px}.wv-settings-nav button{color:#f4f4f5;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:46px;padding:0 18px;font-size:18px;font-weight:600}.wv-settings-nav button:hover,.wv-settings-nav button.active{background:#2f2f31}.wv-settings-content{padding-top:118px}.wv-settings-section{border-bottom:1px solid #3a3a3d;margin-bottom:54px;padding:0 0 58px}.wv-settings-section h2{color:#f1f1f2;align-items:center;gap:8px;margin:0 0 28px;font-size:24px;line-height:1.15;display:flex}.wv-settings-section h2 span{color:#0a0a0a;background:#5f6063;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;font-size:13px;display:inline-flex}.wv-settings-picture{align-items:center;gap:24px;margin-bottom:30px;display:flex}.wv-settings-avatar{background:linear-gradient(135deg,#1cff7d2e,#0000 45%),radial-gradient(circle at 70% 20%,#ffffff29,#0000 26%),#101010;border:1px solid #3f4044;border-radius:50%;flex:none;place-items:center;width:90px;height:90px;display:grid;box-shadow:inset 0 0 0 2px #ffffff08}.wv-settings-avatar span{color:#d8fce8;letter-spacing:0;background:#000000b8;border-radius:50%;place-items:center;width:58px;height:58px;font-weight:800;display:grid}.wv-settings-avatar img{border-radius:inherit;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.wv-settings-picture p,.wv-settings-note{color:#b0b3b8;margin:0 0 12px;font-size:16px}.wv-settings-upload-button,.wv-settings-picture button,.wv-settings-section>button,.wv-settings-row>button,.wv-settings-billing-current button{color:#fff;cursor:pointer;background:#242426;border:1px solid #55565a;border-radius:8px;justify-content:center;align-items:center;min-height:47px;margin-right:8px;padding:0 20px;font-size:17px;font-weight:650;display:inline-flex!important}.wv-settings-upload-button input{display:none}.wv-settings-picture button.ghost,.wv-settings-section>button.ghost,.wv-settings-billing-current button.ghost{background:0 0}.wv-settings-upload-button:hover,.wv-settings-picture button:hover,.wv-settings-section>button:hover,.wv-settings-row>button:hover,.wv-settings-billing-current button:hover{border-color:#e5e7eb}.wv-settings-picture button:disabled{cursor:not-allowed;opacity:.48}.wv-settings-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:18px;display:grid}.wv-settings-section label{color:#a8abb1;gap:9px;font-size:16px;display:grid}.wv-settings-section input,.wv-settings-section select{color:#f8fafc;background:#000;border:1px solid #3e3f43;border-radius:8px;outline:none;width:100%;min-height:47px;padding:0 16px;font-size:18px}.wv-settings-section input:focus,.wv-settings-section select:focus{border-color:#1f6fff;box-shadow:0 0 0 1px #1f6fff}.wv-settings-social{margin-bottom:26px}.wv-settings-social>div{border:1px solid #3e3f43;border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:12px;min-height:47px;padding:0 13px;display:grid}.wv-settings-social svg{color:#f4f4f5}.wv-settings-social input{min-height:45px;box-shadow:none;border:0;padding:0}.wv-settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px;margin-bottom:22px;display:grid}.wv-settings-state{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.wv-settings-state span{color:#57e47b;border:1px solid #57e47b47;border-radius:999px;align-items:center;gap:8px;min-height:36px;padding:0 13px;display:inline-flex}.wv-settings-session,.wv-settings-billing-current,.wv-settings-toggle-row{border:1px solid #303136;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:76px;margin-bottom:14px;padding:16px;display:grid}.wv-settings-session strong,.wv-settings-billing-current strong,.wv-settings-toggle-row strong{color:#fff;font-size:17px;display:block}.wv-settings-session span,.wv-settings-billing-current span,.wv-settings-toggle-row span{color:#a8abb1;margin-top:4px;display:block}.wv-settings-session em{color:#57e47b;font-style:normal}.wv-settings-plan-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.wv-settings-plan-list button{color:#f8fafc;text-align:left;cursor:pointer;background:#080808;border:1px solid #3b3c42;border-radius:8px;min-height:112px;padding:16px}.wv-settings-plan-list button:hover{border-color:#e5e7eb}.wv-settings-plan-list strong,.wv-settings-plan-list span,.wv-settings-plan-list small{display:block}.wv-settings-plan-list strong{font-size:18px}.wv-settings-plan-list span{color:#57e47b;margin-top:6px}.wv-settings-plan-list small{color:#9ca3af;margin-top:8px;line-height:1.5}.wv-settings-toggle-row input{width:22px;height:22px}@media (width<=1050px){.wv-settings-page{padding:0 20px!important}.wv-settings-shell{grid-template-columns:1fr;gap:24px;width:100%}.wv-settings-nav{position:static}.wv-settings-nav h1{margin-bottom:24px}.wv-settings-nav section{gap:8px;margin-bottom:18px;display:flex;overflow-x:auto}.wv-settings-nav section p{display:none}.wv-settings-nav button{white-space:nowrap}.wv-settings-content{padding-top:8px}}@media (width<=680px){.wv-settings-row,.wv-settings-form-grid,.wv-settings-plan-list,.wv-settings-session,.wv-settings-billing-current,.wv-settings-toggle-row{grid-template-columns:1fr}.wv-settings-picture{align-items:flex-start}}@media (width<=1050px){.wvx-header{grid-template-columns:auto 1fr auto}.wvx-header .wvx-mega-nav,.wvx-header-actions{display:none}.wvx-menu-button{justify-self:end;display:inline-flex}.wv-dashboard{padding:0 18px!important}.wv-dashboard-top{grid-template-columns:auto 1fr auto}.wv-dashboard-search,.wv-dashboard-top nav{display:none!important}.wv-profile-rail{display:none}.wv-profile-hero{grid-template-columns:130px minmax(0,1fr)}.wv-profile-avatar-wrap{width:126px}.wv-profile-avatar{width:126px;height:126px}.wv-profile-photo-menu{min-width:230px}.wv-profile-actions{grid-column:1/-1;justify-content:flex-start;padding-top:6px}.wv-profile-feed-head,.wv-idea-grid{grid-template-columns:1fr}}@media (width<=620px){.wv-dashboard-brand{font-size:22px}.wv-profile-hero{grid-template-columns:1fr;gap:18px;min-height:auto;padding-top:24px!important}.wv-profile-avatar-wrap{width:118px}.wv-profile-avatar{width:118px;height:118px}.wv-profile-avatar i{width:56px;height:56px}.wv-profile-title h1{font-size:34px}.wv-profile-stats{gap:22px}.wv-profile-tabs{gap:24px;overflow-x:auto}.wv-profile-feed-head h2{font-size:24px}.wv-profile-actions a,.wv-profile-actions button{width:100%}.wv-profile-actions .wv-icon-action{width:54px}.wv-workspace-row{grid-template-columns:1fr}.wv-route-detail{grid-template-columns:1fr;margin:-18px 18px 18px;padding:18px}.wv-route-modules{grid-template-columns:1fr;width:calc(100% - 36px)}.wvx-mega-panel{grid-template-columns:1fr;width:calc(100vw - 24px)}.wv-public-nav{gap:8px;height:66px;padding:0 12px}.wv-public-search-trigger{justify-content:center;width:42px;padding:0;font-size:0}.wv-search-overlay{padding:8px}.wv-search-panel{border-radius:14px;max-height:calc(100vh - 28px);overflow:auto}.wv-search-panel-compact{width:calc(100vw - 16px)}.wv-search-form{min-height:68px;padding:0 54px 0 16px}.wv-search-tabs.tv-style{gap:18px;margin:10px 16px 0;overflow-x:auto}.wv-search-tabs.tv-style button{white-space:nowrap;font-size:19px}.wv-search-market-pills{flex-wrap:nowrap;padding:16px 16px 8px;overflow-x:auto}.wv-search-market-pills button{white-space:nowrap;min-height:36px;padding:0 14px;font-size:15px}.wv-search-filter-row{gap:16px;padding:12px 16px}.wv-search-filter-row button{font-size:14px}.wv-search-form input{font-size:18px}.wv-search-form kbd{display:none}.wv-search-body{grid-template-columns:1fr;padding:14px}.wv-search-symbol{grid-template-columns:78px minmax(0,1fr) 54px}.wv-search-symbol small{display:none}.wv-search-list{padding-left:14px}.wv-search-row{grid-template-columns:34px 92px minmax(0,1fr) 28px;min-height:54px;padding-right:12px}.wv-search-row small,.wv-search-row strong,.wv-search-row-actions{display:none}.wv-search-row b{font-size:17px}.wv-search-row span:not(.wv-symbol-icon){font-size:15px}.wv-public-actions .wv-public-primary{min-height:40px;padding:0 13px}.wv-public-hero{min-height:100vh;padding:94px 18px 44px}.wv-public-hero h1{font-size:clamp(40px,15vw,64px)}.wv-public-hero p{font-size:19px}.wv-capsule{width:82px;height:120px;bottom:38%;left:39%}.wv-preview-chart{height:220px}.wv-public-grid,.wv-market-grid,.wv-pricing-grid,.wv-public-articles{grid-template-columns:1fr}.wv-contact-panel{display:grid}}.tv-app,.tv-exact,.tv-exact-topbar,.wv-join-modal,.wv-search-overlay,.wvx-public{font-synthesis:none;text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important}.tv-exact-topbar .tv-symbol-text,.tv-exact-topbar .tv-tv-timeframes button,.tv-exact-topbar .tv-layout-name,.tv-exact-topbar .wv-save-layout-btn,.tv-exact-topbar .tv-trade-btn,.tv-exact-topbar .tv-publish-btn{letter-spacing:0!important;font-size:13px!important;font-weight:650!important;line-height:1!important}.tv-exact-topbar .tv-symbol-text{font-size:15px!important;font-weight:720!important}.tv-pair-title b{letter-spacing:0!important;font-size:18px!important;font-weight:720!important}.tv-pair-title span,.tv-pair-title strong{letter-spacing:0!important;font-weight:560!important}.wv-join-modal{font-feature-settings:"kern" 1, "liga" 1, "tnum" 0;background:#171a20!important;border-radius:12px!important;width:min(650px,100vw - 32px)!important}.wv-join-visual{height:178px!important}.wv-join-close{border-radius:8px!important;width:32px!important;height:32px!important}.wv-join-copy{padding:26px 30px 4px!important}.wv-join-copy p{color:#8cbcff!important;letter-spacing:.075em!important;margin-bottom:14px!important;font-size:11px!important;font-weight:720!important;line-height:1.15!important}.wv-join-copy h2{color:#f8fafc!important;letter-spacing:-.01em!important;margin-bottom:14px!important;font-size:clamp(30px,3.05vw,38px)!important;font-weight:760!important;line-height:1.08!important}.wv-join-copy span{color:#c6ccd7!important;letter-spacing:0!important;max-width:520px!important;font-size:16px!important;font-weight:430!important;line-height:1.55!important}.wv-join-actions{justify-content:flex-start!important;gap:12px!important;padding:26px 30px 32px!important}.wv-join-primary,.wv-join-secondary{letter-spacing:0!important;border-radius:11px!important;min-width:150px!important;height:46px!important;font-size:15px!important;font-weight:680!important;line-height:1!important}.wv-join-primary{color:#080b10!important;background:#f8fafc!important}.wv-join-secondary{color:#e4e8ef!important;background:#ffffff09!important;border-color:#94a3b83d!important}@media (width<=720px){.wv-join-modal{width:calc(100vw - 20px)!important}.wv-join-visual{height:150px!important}.wv-join-copy{padding:22px 22px 4px!important}.wv-join-copy h2{font-size:30px!important}.wv-join-copy span{font-size:15px!important}.wv-join-actions{padding:22px 22px 28px!important}}.tv-exact-topbar .wv-chart-type-switch{background:#ffffff06!important;border:1px solid #94a3b81f!important;border-radius:9px!important;flex:none!important;align-items:center!important;gap:3px!important;height:36px!important;padding:0 4px!important;display:inline-flex!important}.tv-exact-topbar .wv-chart-type-switch button{color:#c8ccd5!important;background:0 0!important;border-radius:7px!important;place-items:center!important;width:36px!important;min-width:36px!important;height:32px!important;transition:background .14s,color .14s,box-shadow .14s!important;display:inline-grid!important}.tv-exact-topbar .wv-chart-type-switch button:hover{color:#f5f7fb!important;background:#2a2e39!important}.tv-exact-topbar .wv-chart-type-switch button.active{color:#fff!important;background:#3a3e49!important;box-shadow:inset 0 0 0 1px #ffffff0f!important}.tv-exact-topbar .wv-chart-type-switch .tv-svg-tool{width:25px!important;height:25px!important}.wv-icon{color:currentColor;shape-rendering:geometricprecision;--wv-icon-bg:#0b0f18;flex:none;display:block;overflow:visible}.tv-left-rail button,.tv-right-rail button,.tv-top-tools button,.wv-chart-type-switch button,.tv-round,.tv-top-btn,.wv-drawing-controls button,.wv-drawing-object-row button{color:#cbd5e1}.tv-left-rail button .wv-icon,.tv-right-rail button .wv-icon{stroke-width:1.95px;width:22px;height:22px;transition:color .14s,transform .14s,filter .14s}.tv-top-tools button .wv-icon,.wv-chart-type-switch button .wv-icon,.tv-top-btn .wv-icon,.tv-round .wv-icon{stroke-width:1.9px;transition:color .14s,transform .14s}.tv-left-rail button:hover .wv-icon,.tv-right-rail button:hover .wv-icon,.tv-top-tools button:hover .wv-icon,.wv-chart-type-switch button:hover .wv-icon,.tv-round:hover .wv-icon,.tv-top-btn:hover .wv-icon{color:#fff;filter:drop-shadow(0 0 10px #60a5fa38)}.tv-left-rail button.active .wv-icon,.tv-right-rail button.active .wv-icon,.tv-top-tools button.active .wv-icon,.wv-chart-type-switch button.active .wv-icon,.tv-round.active .wv-icon,.tv-top-btn.active .wv-icon{color:#f8fbff;stroke-width:2.12px;filter:drop-shadow(0 0 13px #3b82f652)}.wv-menu-icon{color:#dce6f8;stroke-width:1.9px;--wv-icon-bg:#151923;width:25px;height:25px}.wv-cursor-tool-menu button:hover .wv-menu-icon,.wv-cursor-tool-menu button.active .wv-menu-icon,.wv-drawing-tool-menu button:hover .wv-menu-icon,.wv-drawing-tool-menu button.active .wv-menu-icon{color:#fff;stroke-width:2.08px;filter:drop-shadow(0 0 12px #60a5fa33)}.wv-drawing-controls.pro button .wv-icon,.wv-drawing-object-row button .wv-icon,.tv-chart-indicator-toolbar button .wv-icon{stroke-width:2px;--wv-icon-bg:#111827;width:16px;height:16px}.wv-drawing-controls.pro button:hover .wv-icon,.wv-drawing-controls.pro button.active .wv-icon,.wv-drawing-object-row button:hover .wv-icon,.tv-chart-indicator-toolbar button:hover .wv-icon{color:#fff}@media (width<=920px){.tv-exact-topbar .wv-chart-type-switch{gap:2px!important;padding:0 2px!important}.tv-exact-topbar .wv-chart-type-switch button{width:32px!important;min-width:32px!important}}.wv-cursor-tool-menu,.wv-drawing-tool-menu{z-index:120;color:#e5e7eb;background:#1c1d22fa;border:1px solid #94a3b82e;border-radius:10px;width:286px;max-height:min(720px,100dvh - 70px);padding:10px 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;position:fixed;top:54px;left:58px;overflow:auto;box-shadow:0 22px 60px #0000006b}.wv-cursor-tool-menu{color:#dbe4f4;background:#141822fa;width:386px;padding:8px 0}.wv-fib-gann-tool-menu{width:330px;top:104px}.wv-pattern-tool-menu{width:356px;top:156px}.wv-forecast-tool-menu{width:356px;top:206px}.wv-shape-tool-menu{width:332px;top:256px}.wv-annotation-tool-menu{width:330px;top:306px}.wv-icon-tool-menu{width:322px;top:356px}.wv-cursor-tool-menu button{width:100%;min-height:48px;color:inherit;text-align:left;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 16px;font-size:15px;font-weight:680;display:grid}.wv-cursor-tool-menu button:hover,.wv-cursor-tool-menu button.active{color:#fff;background:#2b2b2d}.wv-cursor-tool-menu b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wv-cursor-tool-menu em{color:#8f96a3;font-size:12px;font-style:normal;font-weight:560}.wv-cursor-tool-glyph{width:28px;height:28px;display:inline-block;position:relative}.wv-cursor-tool-glyph.cross:before,.wv-cursor-tool-glyph.cross:after{content:"";background:currentColor;border-radius:99px;position:absolute}.wv-cursor-tool-glyph.cross:before{width:22px;height:1.8px;top:13px;left:3px}.wv-cursor-tool-glyph.cross:after{width:1.8px;height:22px;top:3px;left:13px}.wv-cursor-tool-glyph.dot:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px;position:absolute;top:10px;left:10px}.wv-cursor-tool-glyph.arrow:before{content:"";border-bottom:2px solid;border-left:2px solid;width:12px;height:19px;position:absolute;top:4px;left:8px;transform:skew(-20deg)rotate(-25deg)}.wv-cursor-tool-glyph.demonstration:before{content:"";border:2px solid;border-radius:50%;position:absolute;inset:2px}.wv-cursor-tool-glyph.demonstration:after{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:9px solid;position:absolute;top:8px;left:11px}.wv-cursor-tool-glyph.magic:before{content:"*";place-items:center;font-size:23px;display:grid;position:absolute;inset:0}.wv-cursor-tool-glyph.eraser:before{content:"";border:2px solid;border-radius:4px;width:18px;height:11px;position:absolute;top:9px;left:5px;transform:rotate(-38deg)}.wv-cursor-tooltip-toggle{color:#dbe4f4;border-top:1px solid #ffffff1c;justify-content:space-between;align-items:center;gap:16px;min-height:58px;margin-top:8px;padding:0 16px;font-size:14px;font-weight:650;display:flex}.wv-cursor-tooltip-toggle button{background:#9da3ae;border-radius:999px;flex:none;width:54px;min-height:30px;padding:0;display:block;position:relative}.wv-cursor-tooltip-toggle button.enabled{background:#2d7cff}.wv-cursor-tooltip-toggle button i{background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 2px 8px #00000047}.wv-cursor-tooltip-toggle button.enabled i{transform:translate(24px)}.wv-drawing-tool-menu section+section{border-top:1px solid #ffffff1f;margin-top:8px;padding-top:8px}.wv-drawing-tool-menu p{color:#8f96a3;letter-spacing:.04em;text-transform:uppercase;margin:0 0 6px;padding:0 13px;font-size:11px;font-weight:700}.wv-drawing-tool-menu button{color:#d9dde7;text-align:left;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:38px;padding:0 13px;font-size:14px;font-weight:640;display:grid}.wv-drawing-tool-menu button:hover,.wv-drawing-tool-menu button.active{color:#fff;background:#ffffff16}.wv-drawing-tool-menu b{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.wv-drawing-tool-menu em{color:#9da3ae;font-size:12px;font-style:normal;font-weight:520}.wv-drawing-tool-glyph{width:25px;height:25px;display:inline-block;position:relative}.wv-drawing-tool-glyph:before,.wv-drawing-tool-glyph:after{content:"";background:currentColor;border-radius:99px;height:2px;position:absolute;top:12px;left:3px;right:3px;transform:rotate(-35deg)}.wv-drawing-tool-glyph:after{background:#1c1d22;border:2px solid;border-radius:50%;width:5px;height:5px;top:10px;left:3px;right:auto;transform:none}.wv-drawing-tool-glyph.channels:before{box-shadow:0 8px}.wv-drawing-tool-glyph.pitchforks:before{transform:rotate(-45deg)}.wv-drawing-tool-glyph.pitchforks:after{box-shadow:9px 9px 0 -1px #1c1d22,9px 9px 0 1px,17px 2px 0 -1px #1c1d22,17px 2px 0 1px}.wv-drawing-tool-glyph.fibonacci:before{background:#f2c94c;height:1.5px;top:13px;left:4px;right:4px;transform:none;box-shadow:0 -5px #f2c94cd9,0 5px #f2c94cb3}.wv-drawing-tool-glyph.fibonacci:after{background:0 0;border-color:#f2c94c #f2c94c #f2c94c #0000;width:17px;height:17px;top:4px;left:4px}.wv-drawing-tool-glyph.gann:before{background:0 0;border:2px solid #f2c94c;height:16px;top:5px;left:4px;right:4px;transform:none}.wv-drawing-tool-glyph.gann:after{background:#f2c94c;border:0;border-radius:0;width:19px;height:2px;top:12px;left:3px;box-shadow:0 -6px #f2c94cb3,0 6px #f2c94cb3}.wv-drawing-tool-glyph.patterns:before{background:#a78bfa;width:18px;top:12px;left:4px;right:auto;transform:rotate(-28deg);box-shadow:4px -7px 0 -1px #1c1d22,4px -7px 0 1px #a78bfa,12px 5px 0 -1px #1c1d22,12px 5px 0 1px #a78bfa}.wv-drawing-tool-glyph.patterns:after{background:#1c1d22;border-color:#a78bfa;width:5px;height:5px;top:10px;left:3px}.wv-drawing-tool-glyph.elliott:before{background:#a78bfa;height:2px;top:15px;left:4px;right:4px;transform:rotate(-20deg)}.wv-drawing-tool-glyph.elliott:after{background:0 0;border-color:#a78bfa #a78bfa #0000 #0000;width:17px;height:13px;top:4px;left:4px}.wv-drawing-tool-glyph.cycles:before{background:0 0;border:2px solid #a78bfa;border-radius:50%;width:18px;height:18px;top:3px;left:3px;right:auto;transform:none}.wv-drawing-tool-glyph.cycles:after{background:#a78bfa;border:0;border-radius:99px;width:2px;height:19px;top:3px;left:11px;box-shadow:-7px 0 #a78bfaa6,7px 0 #a78bfaa6}.wv-drawing-tool-glyph.forecasting:before{background:#52d6a3;height:2px;top:12px;left:4px;right:5px;transform:rotate(-30deg)}.wv-drawing-tool-glyph.forecasting:after{background:0 0;border-color:#52d6a3 #52d6a3 #0000 #0000;width:16px;height:16px;top:5px;left:4px;transform:rotate(20deg)}.wv-drawing-tool-glyph.volume_based:before{background:#52d6a3;border-radius:99px;width:2px;height:20px;top:3px;left:5px;transform:none;box-shadow:6px 4px #52d6a3,12px -2px #52d6a3,18px 7px #52d6a3}.wv-drawing-tool-glyph.volume_based:after{display:none}.wv-drawing-tool-glyph.measurers:before{background:#52d6a3;height:2px;top:12px;left:4px;right:4px;transform:none}.wv-drawing-tool-glyph.measurers:after{background:0 0;border-color:#52d6a3;border-radius:3px;width:18px;height:18px;top:3px;left:3px}.wv-drawing-tool-glyph.brushes:before{background:#ff9f43;width:18px;height:3px;top:15px;left:5px;right:auto;transform:rotate(-24deg);box-shadow:0 -5px 0 -1px #ffd666d9}.wv-drawing-tool-glyph.brushes:after{background:#ff9f43;border:0;border-radius:50%;width:8px;height:8px;top:13px;left:4px}.wv-drawing-tool-glyph.geometric:before{background:#ff9f431a;border:2px solid #ff9f43;border-radius:4px;width:17px;height:17px;top:4px;left:4px;right:auto;transform:rotate(10deg)}.wv-drawing-tool-glyph.geometric:after{background:#1c1d22;border-color:#ff9f43;border-radius:50%;width:10px;height:10px;top:11px;left:11px}.wv-drawing-tool-glyph.text_notes:before{background:#e8f0ff;width:18px;height:2px;top:18px;left:4px;right:auto;transform:none}.wv-drawing-tool-glyph.text_notes:after{content:"T";color:#e8f0ff;background:0 0;border:0;place-items:center;width:20px;height:20px;font-size:18px;font-weight:760;display:grid;top:1px;left:3px}.wv-drawing-tool-glyph.content:before{background:#9bd4ff1a;border:2px solid #9bd4ff;border-radius:4px;width:18px;height:14px;top:5px;left:4px;right:auto;transform:none}.wv-drawing-tool-glyph.content:after{background:#9bd4ff;border:0;border-radius:50%;width:5px;height:5px;top:13px;left:14px;box-shadow:-7px -4px 0 -1px #9bd4ff}.wv-drawing-tool-glyph.emojis:before{background:#ffd1661f;border:2px solid #ffd166;border-radius:50%;width:19px;height:19px;top:3px;left:3px;right:auto;transform:none}.wv-drawing-tool-glyph.emojis:after{background:0 0;border:0;border-bottom:2px solid #ffd166;border-radius:0 0 10px 10px;width:10px;height:5px;top:12px;left:8px;box-shadow:-4px -5px 0 -1px #ffd166,4px -5px 0 -1px #ffd166}.wv-drawing-tool-glyph.stickers:before{background:#ff9f431f;border:2px solid #ff9f43;border-radius:6px 6px 6px 2px;width:18px;height:18px;top:3px;left:4px;right:auto;transform:rotate(-6deg)}.wv-drawing-tool-glyph.stickers:after{background:#ff9f43;border:0;border-radius:2px;width:6px;height:6px;top:13px;left:14px;transform:rotate(45deg)}.wv-drawing-tool-glyph.icon_marks:before{background:#9bd4ff1a;border:2px solid #9bd4ff;border-radius:5px;width:19px;height:19px;top:3px;left:3px;right:auto;transform:none}.wv-drawing-tool-glyph.icon_marks:after{background:#9bd4ff;border:0;border-radius:99px;width:9px;height:2px;top:12px;left:8px;transform:rotate(-35deg);box-shadow:3px -3px #9bd4ff}.wv-drawing-overlay{z-index:4;pointer-events:none;position:absolute;inset:0;overflow:visible}.wv-cursor-dot,.wv-cursor-demo,.wv-cursor-ping,.wv-cursor-value-tooltip{z-index:16;pointer-events:none;position:absolute}.wv-cursor-dot{background:#2d7cff;border:2px solid #fff;border-radius:50%;width:9px;height:9px;margin:-4.5px 0 0 -4.5px;box-shadow:0 0 0 5px #2d7cff2e}.wv-cursor-demo{background:#2d7cff1f;border:2px solid #ffffffeb;border-radius:50%;width:46px;height:46px;margin:-23px 0 0 -23px;box-shadow:0 0 0 12px #2d7cff1a}.wv-cursor-ping{border:2px solid #fffffff2;border-radius:50%;width:20px;height:20px;margin:-10px 0 0 -10px;animation:.9s ease-out forwards wv-cursor-ping}@keyframes wv-cursor-ping{0%{opacity:.95;transform:scale(.7)}to{opacity:0;transform:scale(3.8)}}.wv-cursor-value-tooltip{color:#dbe4f4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f141ef5;border:1px solid #94a3b842;border-radius:9px;gap:4px;width:180px;padding:9px 10px;font-size:11px;display:grid;box-shadow:0 14px 36px #00000047}.wv-cursor-value-tooltip b,.wv-cursor-value-tooltip span,.wv-cursor-value-tooltip em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wv-cursor-value-tooltip b{color:#fff;font-size:11px}.wv-cursor-value-tooltip em{color:#8ab4ff;font-style:normal}.wv-drawing-object line,.wv-drawing-object polygon,.wv-drawing-object text,.wv-drawing-object circle{vector-effect:non-scaling-stroke}.wv-drawing-object.selected line{filter:drop-shadow(0 0 5px #7aa7ff8c)}.wv-drawing-object.locked{opacity:.72}.wv-drawing-status,.wv-drawing-controls{z-index:15;color:#dbe4f4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f141ef0;border:1px solid #94a3b838;border-radius:9px;align-items:center;gap:8px;display:inline-flex;position:absolute;box-shadow:0 12px 30px #00000038}.wv-drawing-status{padding:8px 10px;font-size:12px;bottom:42px;left:12px}.wv-drawing-status b{font-size:12px;font-weight:780}.wv-drawing-status span{color:#9aa6b7}.wv-drawing-controls{min-height:34px;padding:4px 5px 4px 10px}.wv-drawing-controls strong{text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:12px;overflow:hidden}.wv-drawing-controls button{color:#cbd5e1;border-radius:7px;place-items:center;min-width:27px;height:27px;padding:0 8px;font-size:12px;font-weight:700;display:inline-grid}.wv-drawing-controls button:hover{color:#fff;background:#ffffff14}.wv-drawing-controls.pro{background:#161d2af0;border-color:#7daaff5c;border-radius:8px;gap:0;width:max-content;max-width:min(760px,100vw - 106px);padding:0;display:grid;top:96px;left:50%;transform:translate(-50%);box-shadow:0 16px 42px #00000052,inset 0 1px #ffffff0f}.wv-drawing-control-main{align-items:center;gap:7px;min-height:44px;padding:5px 8px;display:flex}.wv-drawing-controls.pro strong{color:#f4f7ff;max-width:132px;padding:0 5px;font-size:12px;font-weight:780}.wv-drawing-controls.pro button{color:#dce7fb;border-radius:7px;min-width:30px;height:30px}.wv-drawing-controls.pro button.active,.wv-drawing-controls.pro button:hover{color:#fff;background:#376bff33}.wv-drawing-controls.pro button.danger:hover{color:#ff8e9a;background:#f236452e}.wv-drawing-color-strip,.wv-drawing-width-control,.wv-drawing-dash-control{border-left:1px solid #94a3b82e;align-items:center;gap:5px;padding:0 7px;display:inline-flex}.wv-drawing-color-strip button{background:var(--wv-swatch);border:2px solid #ffffff3d;border-radius:999px;width:22px;box-shadow:0 0 0 1px #0006;min-width:22px!important;height:22px!important}.wv-drawing-color-strip button.active{border-color:#fff;box-shadow:0 0 0 3px #527cff40}.wv-drawing-width-control button{padding:0 7px;font-size:11px;min-width:32px!important}.wv-drawing-dash-control button{min-width:38px!important}.wv-drawing-dash-control i{border-top:2px solid;width:22px;display:block}.wv-drawing-dash-control i.dashed{border-top-style:dashed}.wv-drawing-dash-control i.dotted{border-top-style:dotted}.wv-drawing-settings-popover{background:#0d121dfa;border-top:1px solid #94a3b82e;border-radius:0 0 8px 8px;grid-template-columns:minmax(190px,1fr) minmax(180px,1fr);gap:10px 12px;width:min(520px,100vw - 126px);padding:12px;display:grid}.wv-drawing-settings-popover label{color:#9fb0c9;gap:5px;font-size:11px;font-weight:740;display:grid}.wv-drawing-settings-popover input[type=text],.wv-drawing-settings-popover input:not([type]){color:#eef4ff;background:#02060e94;border:1px solid #94a3b83d;border-radius:8px;width:100%;height:32px;padding:0 10px}.wv-drawing-toggle-row{flex-wrap:wrap;gap:6px;display:flex}.wv-drawing-toggle-row button{border:1px solid #94a3b833;font-size:11px;min-width:74px!important;height:30px!important}.wv-drawing-coordinate-list{flex-wrap:wrap;align-content:start;gap:6px;display:flex}.wv-drawing-coordinate-list span{color:#b9c7dc;background:#94a3b814;border:1px solid #94a3b829;border-radius:999px;padding:5px 8px;font-size:11px}.wv-drawing-objects-panel{background:#0f131d;flex-direction:column;min-width:0;height:100%;display:flex}.wv-drawing-object-list{flex-direction:column;gap:8px;padding:12px;display:flex;overflow:auto}.wv-drawing-object-row{background:#111827b8;border:1px solid #94a3b824;border-radius:9px;grid-template-columns:minmax(0,1fr) 32px 32px 32px;align-items:center;gap:6px;padding:9px 8px 9px 11px;display:grid}.wv-drawing-object-row.muted{opacity:.58}.wv-drawing-object-row strong,.wv-drawing-object-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.wv-drawing-object-row strong{color:#e5e7eb;font-size:13px;font-weight:760}.wv-drawing-object-row span{color:#8c95a5;margin-top:3px;font-size:11px}.wv-drawing-object-row button{color:#cbd5e1;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.wv-drawing-object-row button:hover{color:#fff;background:#ffffff13}.tv-placeholder-panel.compact{margin:12px}.wv-timeframe-selector{flex:0 auto;align-items:center;gap:4px;min-width:0;display:inline-flex;position:relative}.tv-exact-topbar .wv-timeframe-quick{max-width:min(520px,38vw);overflow:hidden}.tv-exact-topbar .wv-timeframe-quick:empty{display:none}.tv-exact-topbar .wv-timeframe-quick button{letter-spacing:0;flex:none;font-size:13px;font-weight:740}.wv-timeframe-trigger{color:#f3f7ff;background:#101622bd;border:1px solid #94a3b829;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-width:36px;height:36px;font-size:13px;font-weight:780;display:inline-flex;box-shadow:inset 0 1px #ffffff0a}.wv-timeframe-trigger.wv-timeframe-arrow{width:34px;min-width:34px;box-shadow:none;background:0 0;border-color:#0000 #0000 #0000 #94a3b838;border-radius:0;padding:0}.wv-timeframe-trigger.wv-timeframe-arrow:hover,.wv-timeframe-trigger.wv-timeframe-arrow.active{background:#ffffff0f;border-color:#0000 #0000 #0000 #94a3b852}.wv-timeframe-trigger:hover,.wv-timeframe-trigger.active{background:#3a3e49f0;border-color:#4e7bff6b}.wv-timeframe-trigger svg{color:#b9c7e4}.wv-timeframe-chevron{opacity:.72;transform:rotate(90deg)}.wv-timeframe-trigger.active .wv-timeframe-chevron{transform:rotate(-90deg)}.wv-timeframe-menu{z-index:6000;color:#e8eefc;-webkit-backdrop-filter:none;backdrop-filter:none;background:#1f1f1f;border:1px solid #ffffff14;border-radius:8px;width:min(320px,100vw - 16px);max-height:calc(100dvh - 54px);padding:0 10px 10px;position:fixed;overflow:auto;box-shadow:0 22px 54px #00000080}.wv-timeframe-menu::-webkit-scrollbar{width:10px}.wv-timeframe-menu::-webkit-scrollbar-thumb{background:#94a3b857 padding-box padding-box;border:3px solid #0000;border-radius:999px}.wv-timeframe-menu-head{justify-content:space-between;align-items:center;gap:12px;padding:10px 2px 8px;display:flex}.wv-timeframe-menu-head div{gap:2px;display:grid}.wv-timeframe-menu-head span,.wv-timeframe-pins>span,.wv-timeframe-group-title span,.wv-timeframe-custom-title{color:#8fa4c6;letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:820}.wv-timeframe-menu-head strong{color:#f7fbff;letter-spacing:0;font-size:18px;font-weight:780}.wv-timeframe-menu-head button,.wv-timeframe-row .favorite{color:#cbd8ec;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.wv-timeframe-menu-head button:hover,.wv-timeframe-row .favorite:hover{color:#fff;background:#ffffff14}.wv-timeframe-search{color:#9fc4ff;background:#ffffff0d;border:1px solid #94a3b82e;border-radius:6px;align-items:center;gap:10px;height:36px;padding:0 12px;display:flex}.wv-timeframe-search input{color:#f4f7ff;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:14px;font-weight:650}.wv-timeframe-search input::placeholder{color:#77859e}.wv-timeframe-pins{gap:8px;padding:12px 2px 10px;display:grid}.wv-timeframe-pins div{flex-wrap:wrap;gap:6px;display:flex}.wv-timeframe-pins button{color:#dce6f7;background:#94a3b814;border:1px solid #94a3b824;border-radius:999px;min-width:42px;height:30px;padding:0 11px;font-size:12px;font-weight:760}.wv-timeframe-pins button:hover,.wv-timeframe-pins button.active{color:#fff;background:#2f60ff38;border-color:#5084ff7a}.wv-timeframe-list{gap:0;padding-top:10px;display:grid}.wv-timeframe-group{background:0 0;border:0;border-top:1px solid #ffffff24;border-radius:0;overflow:hidden}.wv-timeframe-group-title{border-bottom:0;justify-content:space-between;align-items:center;min-height:42px;padding:0 12px;display:flex}.wv-timeframe-group-title em{color:#6f819d;font-size:11px;font-style:normal;font-weight:780}.wv-timeframe-row{grid-template-columns:minmax(0,1fr) 36px;align-items:center;min-height:44px;display:grid}.wv-timeframe-row+.wv-timeframe-row{border-top:0}.wv-timeframe-row>button:first-child{text-align:left;color:#e8eefc;border-radius:7px;align-content:center;gap:3px;min-width:0;height:44px;padding:0 12px;display:grid}.wv-timeframe-row>button:first-child:hover,.wv-timeframe-row.selected>button:first-child{background:#ffffff14}.wv-timeframe-row.selected>button:first-child{background:#f2f2f2}.wv-timeframe-row span{letter-spacing:0;font-size:15px;font-weight:650}.wv-timeframe-row small{color:#7f8fa8;font-size:11px;font-weight:650;display:none}.wv-timeframe-row.selected span{color:#111}.wv-timeframe-row .favorite{color:#6e7f98}.wv-timeframe-row .favorite.active{color:#ffd166}.wv-timeframe-custom{background:linear-gradient(135deg,#315cff21,#7848ff17);border:1px solid #547dff33;border-radius:12px;gap:9px;margin-top:10px;padding:11px;display:grid}.wv-timeframe-custom.compact{background:0 0;border:0;border-bottom:1px solid #ffffff24;border-radius:0;margin:0 -10px;padding:0 10px 10px}.wv-timeframe-custom-row{color:#e4e6eb;text-align:left;border-radius:7px;align-items:center;gap:14px;width:100%;height:52px;font-size:15px;font-weight:650;display:flex}.wv-timeframe-custom-row:hover{background:#ffffff12}.wv-timeframe-custom-title{color:#b9c9e8;align-items:center;gap:7px;display:flex}.wv-timeframe-custom-fields{grid-template-columns:82px minmax(0,1fr) 70px;gap:7px;display:grid}.wv-timeframe-custom.compact .wv-timeframe-custom-fields{grid-template-columns:62px minmax(0,1fr) 54px;padding:0 0 2px}.wv-timeframe-custom input,.wv-timeframe-custom select{color:#f2f7ff;background:#03071099;border:1px solid #94a3b82e;border-radius:9px;min-width:0;height:36px;padding:0 10px;font-size:13px;font-weight:700}.wv-timeframe-custom button{color:#fff;background:linear-gradient(135deg,#3b82f6,#7c3aed);border-radius:9px;height:36px;font-size:13px;font-weight:800}.wv-timeframe-custom button:disabled{opacity:.48;filter:grayscale(.4);cursor:not-allowed}.wv-timeframe-custom p{color:#8998b2;margin:0;font-size:11px;line-height:1.45}.wv-timeframe-custom-hint{color:#8f98a7;margin:9px 2px 0;font-size:11px;line-height:1.45}@media (width<=920px){.tv-exact-topbar .wv-timeframe-quick{max-width:210px}}@media (width<=720px){.wv-timeframe-trigger{min-width:56px;padding:0 7px}.wv-timeframe-trigger svg:first-child{display:none}}.tv-chatgpt-panel.smart-ea-chatgpt-shell.wvbot-workspace{color:#e7edf7!important;background:radial-gradient(circle at 16% -10%,#3b82f62e,#0000 34%),linear-gradient(#0b111b 0%,#070b12 100%)!important;grid-template-rows:auto auto auto minmax(0,1fr) auto!important;display:grid!important;overflow:hidden!important}.wvbot-workspace-header{background:#090e17eb!important;border-bottom:1px solid #778dae2e!important;gap:10px!important;height:auto!important;min-height:62px!important;padding:10px 12px!important}.wvbot-header-left,.wvbot-header-actions,.wvbot-context-strip,.wvbot-language-strip,.wvbot-message-meta,.wvbot-message-actions,.wvbot-composer-context{align-items:center;display:flex}.wvbot-header-left{gap:9px;min-width:0}.wvbot-header-actions{flex:none;gap:7px}.wvbot-icon-button{color:#d9e6f8;cursor:pointer;background:#0f172ac7;border:1px solid #94a3b82e;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.wvbot-icon-button:hover{color:#fff;background:#1e293be0;border-color:#60a5fa6b}.wvbot-logo-mark,.wvbot-empty-orb{color:#eaf3ff;background:linear-gradient(135deg,#2563eb,#14b8a6);place-items:center;display:grid;box-shadow:0 10px 24px #2563eb40}.wvbot-logo-mark{border-radius:12px;flex:0 0 34px;width:34px;height:34px}.wvbot-title-stack{flex-direction:column;gap:2px;min-width:0;display:flex}.wvbot-title-stack b{font-size:14px;line-height:1.1}.wvbot-title-stack span,.wvbot-switcher-head span,.wvbot-message-meta em,.wvbot-message-meta time,.wvbot-composer-context{color:#93a4bb;font-size:11px;line-height:1.2}.wvbot-status-pill{color:#9cf4d8;text-transform:capitalize;background:#14b8a61c;border:1px solid #2dd4bf3d;border-radius:999px;align-items:center;gap:6px;height:30px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.wvbot-context-strip{scrollbar-width:none;border-bottom:1px solid #778dae1f;gap:6px;min-width:0;padding:9px 12px;overflow-x:auto}.wvbot-language-strip{scrollbar-width:none;border-bottom:1px solid #778dae1a;gap:6px;min-width:0;padding:0 12px 9px;overflow-x:auto}.wvbot-context-strip span,.wvbot-language-strip span,.wvbot-composer-context span{color:#cbd8ea;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:999px;flex:none;padding:5px 8px;font-size:11px;font-weight:750}.wvbot-language-strip span:first-child{color:#99f6e4;background:#14b8a61c;border-color:#2dd4bf47}.wvbot-switcher{z-index:260;background:linear-gradient(#111827fa,#070b12fa);border:1px solid #94a3b838;border-radius:18px;width:min(300px,100% - 16px);padding:10px;position:absolute;top:8px;bottom:8px;left:8px;overflow-y:auto;box-shadow:0 26px 80px #00000080}.wvbot-switcher-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.wvbot-switcher-head div{flex-direction:column;gap:3px;min-width:0;display:flex}.wvbot-switcher-primary,.wvbot-switcher-section button,.wvbot-chat-search{color:#e7edf7;text-align:left;width:100%;min-height:38px;font:inherit;background:0 0;border:0;border-radius:12px;align-items:center;gap:9px;padding:0 10px;display:flex}.wvbot-switcher-primary,.wvbot-switcher-section button:hover{background:#60a5fa21}.wvbot-chat-search{background:#02060c57;border:1px solid #94a3b829}.wvbot-chat-search input{color:#e7edf7;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0}.wvbot-switcher-section{border-top:1px solid #94a3b81f;margin-top:12px;padding-top:10px}.wvbot-switcher-section>span{color:#8fb4ff;text-transform:uppercase;padding:0 10px 6px;font-size:11px;font-weight:850;display:block}.wvbot-message-list{padding:14px 12px 18px!important}.wvbot-empty-state{text-align:center;color:#d7e2f0;align-content:center;place-items:center;gap:10px;min-height:210px;display:grid}.wvbot-empty-orb{border-radius:18px;width:54px;height:54px}.wvbot-empty-state h3{margin:0;font-size:clamp(18px,2.2vw,23px);font-weight:750}.wvbot-empty-state p{color:#9aa9bd;max-width:310px;margin:0;font-size:13px;line-height:1.5}.wvbot-quick-actions{flex-wrap:wrap;justify-content:center;gap:7px;margin-top:4px;display:flex}.wvbot-quick-actions button{color:#dbe7f6;cursor:pointer;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:999px;height:32px;padding:0 10px}.wvbot-message.tv-chat-bubble{position:relative;background:#0f172ad1!important;border-color:#94a3b829!important;border-radius:16px!important;max-width:96%!important}.wvbot-message.user{background:linear-gradient(135deg,#2563eb42,#14b8a621)!important;border-color:#60a5fa5c!important}.wvbot-message-meta{gap:7px;min-width:0;margin-bottom:7px}.wvbot-message-meta span{color:#f8fbff;text-transform:uppercase;font-size:11px;font-weight:850}.wvbot-message-meta em{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-style:normal;overflow:hidden}.wvbot-message-meta time{flex:none;margin-left:auto}.wvbot-message-actions{opacity:.62;gap:4px;margin-top:9px}.wvbot-message-actions button{color:#cbd8ea;cursor:pointer;background:#02060c47;border:1px solid #94a3b824;border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.wvbot-message-actions button:hover{opacity:1;color:#fff;background:#3b82f629}.wvbot-composer-wrap{background:linear-gradient(#070b12bd,#070b12)!important;border-top:1px solid #778dae29!important;padding:10px 12px 12px!important}.wvbot-composer-context{gap:6px;min-width:0;margin-bottom:8px;overflow:hidden}.wvbot-composer.smart-ea-composer{background:#0d1420f5!important;border-color:#94a3b847!important;border-radius:22px!important;box-shadow:0 16px 36px #00000042,inset 0 1px #ffffff0d!important}.wvbot-composer.smart-ea-composer textarea{direction:auto!important;text-align:start!important;color:#f1f5f9!important;text-overflow:clip!important;min-height:42px!important;max-height:128px!important;overflow-y:auto!important}.wvbot-send-button{color:#0f172a!important;background:#f8fafc!important}.wvbot-send-button:hover{background:#dbeafe!important}.wvbot-workspace .smart-composer-hint{color:#75849a;margin-top:8px;font-size:11px;display:block!important}.wvbot-research-actions{border-top:1px solid #94a3b81f;flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;padding-top:9px;display:flex}.wvbot-research-actions button{color:#cbd8ea;cursor:pointer;background:#02060c47;border:1px solid #94a3b824;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-width:28px;height:28px;padding:0 8px;font-size:11px;font-weight:750;display:inline-flex}.wvbot-research-actions button:hover:not(:disabled){color:#fff;background:#3b82f629;border-color:#60a5fa59}.wvbot-research-actions button:disabled{opacity:.42;cursor:not-allowed}.wvbot-research-actions .wvbot-source-button{border-radius:999px;width:auto;min-width:max-content}.wvbot-provider-chips{color:#8ea1ba;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;font-size:11px;overflow:hidden}.wvbot-route-chip{color:#a7f3d0;text-overflow:ellipsis;white-space:nowrap;background:#14b8a61f;border:1px solid #2dd4bf3d;border-radius:999px;align-items:center;max-width:100%;min-height:26px;padding:0 9px;font-size:11px;font-weight:760;display:inline-flex;overflow:hidden}.wvbot-knowledge-card{background:linear-gradient(#0f172ac7,#060a12d1);border:1px solid #2dd4bf38;border-radius:14px;margin-top:10px;overflow:hidden}.wvbot-knowledge-head{color:#dff7ff;border-bottom:1px solid #94a3b81f;align-items:center;gap:9px;padding:10px 11px;display:flex}.wvbot-knowledge-head div{flex-direction:column;gap:2px;min-width:0;display:flex}.wvbot-knowledge-head b{letter-spacing:.01em;font-size:12px}.wvbot-knowledge-head span,.wvbot-knowledge-card small{color:#8ea1ba;font-size:11px}.wvbot-knowledge-card section{padding:10px 11px 11px}.wvbot-knowledge-card section+section{border-top:1px solid #94a3b81a}.wvbot-knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.wvbot-knowledge-grid span{color:#8ea1ba;background:#02060c3d;border:1px solid #94a3b81f;border-radius:10px;min-width:0;padding:7px 8px;font-size:11px}.wvbot-knowledge-grid b{color:#f8fafc;overflow-wrap:anywhere;margin-top:2px;font-size:12px;display:block}.wvbot-knowledge-card p{color:#cbd5e1;margin:10px 0 0;font-size:12px;line-height:1.48}.wvbot-knowledge-card p.blocked{color:#fca5a5}.wvbot-knowledge-card p.ok{color:#86efac}.wvbot-knowledge-tags,.wvbot-knowledge-tools{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.wvbot-knowledge-tags span,.wvbot-knowledge-tools span{color:#cbd5e1;background:#0f172a8a;border:1px solid #94a3b824;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:750}.wvbot-knowledge-tools span{color:#a7f3d0;border-color:#2dd4bf2e}.wvbot-pattern-row{background:#1e293b59;border:1px solid #60a5fa29;border-radius:10px;margin-top:8px;padding:8px}.wvbot-pattern-row b,.wvbot-pattern-row span{display:block}.wvbot-pattern-row span{color:#9fb2c8;margin-top:3px;font-size:11px}.wvbot-activity-drawer{z-index:270;background:radial-gradient(circle at 20% 0,#14b8a61f,#0000 32%),linear-gradient(#111827fc,#05080dfc);border:1px solid #94a3b83d;border-radius:18px;flex-direction:column;width:min(360px,100% - 16px);animation:.16s ease-out wvbot-drawer-in;display:flex;position:absolute;top:8px;bottom:8px;right:8px;overflow:hidden;box-shadow:0 24px 90px #00000094}@keyframes wvbot-drawer-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.wvbot-activity-drawer header{border-bottom:1px solid #94a3b824;justify-content:space-between;align-items:center;gap:10px;min-height:58px;padding:10px 12px;display:flex}.wvbot-activity-drawer header div{flex-direction:column;gap:3px;min-width:0;display:flex}.wvbot-activity-drawer header b,.wvbot-activity-steps h4,.wvbot-activity-sources h4,.wvbot-activity-errors h4{color:#f8fbff;margin:0;font-size:14px;font-weight:850}.wvbot-activity-drawer header span{color:#93a4bb;font-size:12px}.wvbot-activity-summary{border-bottom:1px solid #94a3b81a;flex-wrap:wrap;gap:7px;padding:10px 12px;display:flex}.wvbot-activity-summary span{color:#cbd8ea;background:#0f172ab8;border:1px solid #94a3b829;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:750}.wvbot-activity-steps,.wvbot-activity-sources,.wvbot-activity-errors,.wvbot-activity-route{padding:12px;overflow:visible}.wvbot-activity-route{border-bottom:1px solid #94a3b81a}.wvbot-activity-route h4{color:#f8fbff;margin:0 0 10px;font-size:14px;font-weight:850}.wvbot-route-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.wvbot-route-grid span,.wvbot-route-tags span{color:#93a4bb;background:#0f172a9e;border:1px solid #94a3b829;border-radius:10px;padding:7px 8px;font-size:11px}.wvbot-route-grid b{color:#e7edf7;margin-top:3px;font-size:12px;display:block}.wvbot-route-tags{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.wvbot-route-tags.providers span{color:#bfdbfe;background:#3b82f61c;border-color:#60a5fa3d}.wvbot-activity-route p,.wvbot-activity-route small{color:#8ea1ba;margin:9px 0 0;font-size:11px;line-height:1.45;display:block}.wvbot-activity-drawer{overflow-y:auto}.wvbot-activity-step{border-left:1px solid #94a3b82e;grid-template-columns:24px minmax(0,1fr);gap:9px;margin-left:11px;padding:10px 0;display:grid}.wvbot-step-icon{color:#93c5fd;background:#111827;border:1px solid #94a3b833;border-radius:999px;place-items:center;width:22px;height:22px;margin-left:-12px;display:grid}.wvbot-activity-step.done .wvbot-step-icon{color:#6ee7b7}.wvbot-activity-step.failed .wvbot-step-icon{color:#fca5a5}.wvbot-activity-step.skipped .wvbot-step-icon{color:#94a3b8}.wvbot-activity-step b{color:#e7edf7;margin-bottom:3px;font-size:13px;display:block}.wvbot-activity-step p,.wvbot-source-card p,.wvbot-activity-errors p,.wvbot-activity-empty{color:#aab7c9;margin:0;font-size:12px;line-height:1.45}.wvbot-activity-step small{color:#718198;margin-top:5px;font-size:11px;display:block}.wvbot-source-card{background:#0f172aa8;border:1px solid #94a3b829;border-radius:14px;margin-top:10px;padding:11px}.wvbot-source-card div:first-child{flex-direction:column;gap:3px;margin-bottom:7px;display:flex}.wvbot-source-card b{color:#f8fbff;font-size:13px}.wvbot-source-card span,.wvbot-source-meta span{color:#8ea1ba;font-size:11px}.wvbot-source-meta,.wvbot-source-actions{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.wvbot-source-meta span{border:1px solid #94a3b824;border-radius:999px;padding:4px 7px}.wvbot-source-actions a,.wvbot-source-actions button{color:#dbeafe;cursor:pointer;background:#2563eb21;border:1px solid #60a5fa47;border-radius:9px;align-items:center;height:28px;padding:0 8px;font-size:11px;font-weight:750;text-decoration:none;display:inline-flex}.wvbot-activity-empty{background:#0f172a57;border:1px dashed #94a3b838;border-radius:14px;margin-top:10px;padding:14px}@media (width<=720px){.wvbot-workspace-header{min-height:56px!important;padding:8px 10px!important}.wvbot-status-pill,.wvbot-title-stack span{display:none}.wvbot-switcher{width:calc(100% - 12px);left:6px;right:6px}}@media (width<=820px){body.wvbot-mobile-open{touch-action:none!important;overflow:hidden!important}.tv-exact-topbar .tv-mobile-bot-top{color:#dbeafe!important;touch-action:manipulation!important;background:#0d1420eb!important;border:1px solid #60a5fa5c!important;border-radius:14px!important;flex:0 0 44px!important;place-items:center!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;margin-left:auto!important;display:inline-grid!important}.tv-exact-topbar .tv-mobile-bot-top.active{background:linear-gradient(135deg,#2563ebb8,#14b8a680)!important;border-color:#2dd4bf9e!important}.tv-exact-topbar .tv-mobile-bot-status{color:#fff!important;background:#2563eb!important;border:2px solid #090d14!important;border-radius:999px!important;place-items:center!important;min-width:18px!important;height:18px!important;font-size:8px!important;font-weight:900!important;display:grid!important;position:absolute!important;bottom:-4px!important;right:-3px!important}.tv-exact-topbar .tv-mobile-bot-top.is-busy .tv-mobile-bot-status{background:#14b8a6!important}.tv-mobile-ai-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:230!important;touch-action:none!important;background:#02060c7a!important;border:0!important;display:block!important;position:fixed!important;inset:44px 0 0!important}.tv-shell.tv-exact-shell>.tv-watch-dock.mobile-smart-dock,.tv-app.tv-exact .tv-watch-dock.mobile-smart-dock,.tv-mobile-wvbot-sheet{left:max(0px, env(safe-area-inset-left))!important;right:max(0px, env(safe-area-inset-right))!important;z-index:260!important;touch-action:pan-y!important;background:#070b12!important;border:1px solid #60a5fa47!important;border-bottom:0!important;border-radius:24px 24px 0 0!important;flex-direction:column!important;width:auto!important;min-width:0!important;max-width:none!important;height:min(88dvh,760px)!important;min-height:min(560px,100dvh - 48px)!important;max-height:calc(100dvh - 48px)!important;display:flex!important;position:fixed!important;top:auto!important;bottom:0!important;overflow:hidden!important;box-shadow:0 -28px 90px #000000ad!important}.tv-watch-dock.mobile-smart-dock .tv-chatgpt-panel.smart-ea-chatgpt-shell,.tv-watch-dock.mobile-smart-dock .smart-ea-chatgpt-shell.wvbot-workspace,.tv-mobile-wvbot-sheet .tv-chatgpt-panel.smart-ea-chatgpt-shell,.tv-mobile-wvbot-sheet .smart-ea-chatgpt-shell.wvbot-workspace{overscroll-behavior:contain!important;touch-action:pan-y!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}.tv-watch-dock.mobile-smart-dock .wvbot-icon-button,.tv-watch-dock.mobile-smart-dock .wvbot-message-actions button,.tv-watch-dock.mobile-smart-dock .wvbot-research-actions button,.tv-watch-dock.mobile-smart-dock .wvbot-source-actions a,.tv-watch-dock.mobile-smart-dock .wvbot-source-actions button,.tv-watch-dock.mobile-smart-dock .smart-composer-plus,.tv-watch-dock.mobile-smart-dock .viewbot-brain-trigger,.tv-watch-dock.mobile-smart-dock .smart-compose-actions button,.tv-mobile-wvbot-sheet .wvbot-icon-button,.tv-mobile-wvbot-sheet .wvbot-message-actions button,.tv-mobile-wvbot-sheet .wvbot-research-actions button,.tv-mobile-wvbot-sheet .wvbot-source-actions a,.tv-mobile-wvbot-sheet .wvbot-source-actions button,.tv-mobile-wvbot-sheet .smart-composer-plus,.tv-mobile-wvbot-sheet .viewbot-brain-trigger,.tv-mobile-wvbot-sheet .smart-compose-actions button{touch-action:manipulation!important;min-width:44px!important;min-height:44px!important}.tv-watch-dock.mobile-smart-dock .wvbot-message-list,.tv-watch-dock.mobile-smart-dock .tv-chat-messages,.tv-mobile-wvbot-sheet .wvbot-message-list,.tv-mobile-wvbot-sheet .tv-chat-messages{-webkit-overflow-scrolling:touch;overscroll-behavior:contain!important;touch-action:pan-y!important;min-height:0!important;overflow-y:auto!important}.tv-watch-dock.mobile-smart-dock .smart-ea-composer-wrap,.tv-watch-dock.mobile-smart-dock .wvbot-composer-wrap,.tv-mobile-wvbot-sheet .smart-ea-composer-wrap,.tv-mobile-wvbot-sheet .wvbot-composer-wrap{padding:10px 12px max(12px, env(safe-area-inset-bottom))!important;z-index:5!important;grid-row:4!important;position:relative!important}.tv-watch-dock.mobile-smart-dock .wvbot-composer.smart-ea-composer textarea,.tv-mobile-wvbot-sheet .wvbot-composer.smart-ea-composer textarea{min-height:44px!important;max-height:min(132px,24dvh)!important;font-size:16px!important;overflow-y:auto!important}.tv-watch-dock.mobile-smart-dock .wvbot-switcher,.tv-watch-dock.mobile-smart-dock .wvbot-activity-drawer,.tv-mobile-wvbot-sheet .wvbot-switcher,.tv-mobile-wvbot-sheet .wvbot-activity-drawer{-webkit-overflow-scrolling:touch;z-index:310!important;overscroll-behavior:contain!important;border-radius:22px 22px 0 0!important;width:auto!important;height:auto!important;max-height:none!important;position:absolute!important;inset:0!important;overflow-y:auto!important}}@media (width<=520px){.tv-shell.tv-exact-shell>.tv-watch-dock.mobile-smart-dock,.tv-app.tv-exact .tv-watch-dock.mobile-smart-dock,.tv-mobile-wvbot-sheet{border-radius:0!important;height:calc(100dvh - 44px)!important;min-height:0!important;max-height:calc(100dvh - 44px)!important;left:0!important;right:0!important}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}.wvx-public{font-synthesis-weight:none;color:#f7f7f8;background:#000;height:100vh;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,Ubuntu,sans-serif;overflow:hidden auto}.wvx-public,.wvx-public *,.wvx-public :before,.wvx-public :after{box-sizing:border-box}.wvx-public a{color:inherit;text-decoration:none}.wvx-public p,.wvx-public small{font-weight:400}.wvx-header{z-index:20;color:#fff;align-items:center;gap:clamp(14px,1.8vw,26px);width:min(1840px,100% - 56px);min-height:76px;transition:background .2s,border-color .2s;display:flex;position:absolute;top:0;left:0;transform:none}.wvx-header.solid{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#000000d6;border-bottom:1px solid #ffffff14;width:100%;padding:0 max(44px,50vw - 920px);position:sticky;left:auto;transform:none}.wvx-brand,.wvx-auth-brand{letter-spacing:0;align-items:center;gap:13px;font-weight:650;display:inline-flex}.wvx-brand span,.wvx-auth-brand span{color:#020202;background:#fff;border-radius:6px;place-items:center;width:38px;height:38px;font-size:16px;font-weight:700;display:grid}.wvx-brand b,.wvx-auth-brand b{font-size:21px;font-weight:700}.wvx-nav,.wvx-header-actions,.wvx-hero-actions,.wvx-final-cta div{align-items:center;gap:26px;display:flex}.wvx-nav{margin-left:auto}.wvx-mega-nav{z-index:25;align-items:center;gap:6px;margin-left:auto;font-family:inherit;display:flex;position:relative}.wvx-mega-nav.site{margin-left:0}.wvx-mega-group{position:relative}.wvx-mega-group:after{content:"";pointer-events:none;height:22px;position:absolute;top:100%;left:-14px;right:-14px}.wvx-mega-group.is-open:after,.wvx-mega-group:hover:after,.wvx-mega-group:focus-within:after{pointer-events:auto}.wvx-mega-group>a,.wvx-mega-group>button{color:#ffffffe6;letter-spacing:0;border-radius:999px;align-items:center;gap:5px;min-height:40px;padding:0 10px;font-size:14px;font-weight:600;line-height:1;transition:background .16s,color .16s;display:inline-flex}.wvx-mega-group>button{background:0 0;border:0}.wvx-mega-nav.site .wvx-mega-group>a,.wvx-mega-nav.site .wvx-mega-group>button{color:#f6f8fce0;font-size:15px}.wvx-mega-group>a:hover,.wvx-mega-group>button:hover,.wvx-mega-group.is-open>button{color:#fff;background:#ffffff1c}.wvx-mega-panel{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);opacity:0;pointer-events:none;background:#080c14fa;border:1px solid #cde0f829;border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;max-height:min(720px,100vh - 110px);padding:12px;transition:opacity .14s,transform .14s;display:grid;position:fixed;top:70px;left:max(18px,50vw - 590px);right:max(18px,50vw - 590px);overflow:auto;transform:translateY(-4px);box-shadow:0 30px 90px #00000085,inset 0 1px #ffffff0f}.wvx-mega-panel:before{content:"";height:18px;position:absolute;top:-18px;left:0;right:0}.wvx-mega-group:hover .wvx-mega-panel,.wvx-mega-group:focus-within .wvx-mega-panel,.wvx-mega-group.is-open .wvx-mega-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.wvx-mega-group:nth-last-child(-n+2) .wvx-mega-panel{left:max(18px,50vw - 590px);right:max(18px,50vw - 590px)}.wvx-mega-panel section{border-radius:10px;align-content:start;gap:6px;min-width:0;padding:4px;display:grid}.wvx-mega-panel h2{color:#bed3ecb3;letter-spacing:0;text-transform:none;margin:4px 8px 8px;font-size:12px;font-weight:600}.wvx-mega-item{color:#fff;text-align:left;border-radius:10px;grid-template-columns:34px minmax(0,1fr);place-items:center start;gap:2px 11px;min-height:70px;padding:10px;display:grid}.wvx-mega-item:hover,.wvx-mega-item.overview{background:#ffffff14}.wvx-mega-item span{color:#8cc8ff;background:#6cacff21;border-radius:9px;grid-row:1/3;place-items:center;width:36px;height:36px;display:grid}.wvx-mega-item strong{color:#fff;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;font-size:14px;font-weight:600;line-height:1.15;display:block;overflow:hidden}.wvx-mega-item small{color:#cedceea8;text-align:left;min-width:0;max-width:100%;margin-top:4px;font-size:12px;font-weight:400;line-height:1.35;display:block}.wvx-mobile-mega-menu{z-index:90;background:#04060afa;border:1px solid #ffffff24;border-radius:8px;align-content:start;gap:12px;padding:18px;display:grid;position:fixed;inset:12px;overflow:auto;box-shadow:0 30px 90px #000000b3}.wvx-mobile-mega-menu>button{color:#fff;border:1px solid #ffffff2e;border-radius:8px;justify-self:end;width:44px;height:44px}.wvx-mobile-mega-menu section{border:1px solid #ffffff17;border-radius:8px;gap:6px;padding:12px;display:grid}.wvx-mobile-mega-menu h2{color:#ffffff80;text-transform:uppercase;margin:0 0 4px;font-size:12px}.wvx-mobile-mega-menu a{color:#fff;border-radius:7px;align-items:center;min-height:42px;padding:0 10px;font-weight:600;display:flex}.wvx-mobile-mega-menu a:hover,.wvx-mobile-search{background:#ffffff14}.wvx-nav a,.wvx-header-actions a:not(.wvx-button),.wvx-search-link{color:#ffffffeb;align-items:center;gap:8px;font-size:15px;font-weight:600;transition:color .16s,transform .16s;display:inline-flex}.wvx-nav a:hover,.wvx-header-actions a:not(.wvx-button):hover,.wvx-search-link:hover{color:#fff;transform:translateY(-1px)}.wvx-search-link{color:#ffffffa6;cursor:pointer;background:#ffffff2b;border:0;border-radius:999px;min-width:184px;min-height:44px;padding:0 16px}.wvx-icon-link{border-radius:999px;min-height:44px;padding:0 12px}.wvx-user-link{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:999px;place-items:center;width:44px;height:44px;display:grid!important}.wvx-user-menu{position:relative}.wvx-user-panel{z-index:95;color:#0f172a;background:#fffffffa;border:1px solid #0f172a1f;border-radius:10px;min-width:288px;display:grid;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 26px 70px #00000052}.wvx-user-panel a,.wvx-theme-toggle{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0f172a14;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;width:100%;min-height:48px;color:#111827!important;box-shadow:none!important;border-radius:0!important;gap:8px!important;padding:0 16px!important;font-size:15px!important;font-weight:620!important;display:grid!important;transform:none!important}.wvx-user-panel a:hover,.wvx-theme-toggle:hover{background:#f1f5f9}.wvx-user-panel svg{color:#2563eb}.wvx-theme-toggle i{background:#94a3b8;border-radius:999px;width:34px;height:20px;position:relative}.wvx-theme-toggle i:after{content:"";background:#fff;border-radius:999px;width:14px;height:14px;transition:transform .16s;position:absolute;top:3px;left:3px}.wvx-theme-toggle i.is-light{background:#2563eb}.wvx-theme-toggle i.is-light:after{transform:translate(14px)}:root[data-winsview-theme=light] .wvx-public{color:#0f172a;background:#f8fafc}:root[data-winsview-theme=light] .wvx-hero{background:radial-gradient(circle at 50% 46%,#ffffffb8,#e0f2fe8a 42%,#dbeafe 100%)}:root[data-winsview-theme=light] .wvx-hero-shade{background:linear-gradient(#ffffff38,#f8fafc9e)}:root[data-winsview-theme=light] .wvx-nebula-bg{opacity:.66}:root[data-winsview-theme=light] .wvx-header.solid{background:#ffffffe0}:root[data-winsview-theme=light] .wvx-header,:root[data-winsview-theme=light] .wvx-mega-group>button,:root[data-winsview-theme=light] .wvx-header-actions a:not(.wvx-button),:root[data-winsview-theme=light] .wvx-search-link{color:#0f172a}:root[data-winsview-theme=light] .wvx-search-link,:root[data-winsview-theme=light] .wvx-user-link,:root[data-winsview-theme=light] .wvx-icon-link{background:#0f172a14}:root[data-winsview-theme=light] .wvx-mega-panel{color:#0f172a;background:#fffffffa;border-color:#0f172a1f}:root[data-winsview-theme=light] .wvx-mega-panel h2,:root[data-winsview-theme=light] .wvx-mega-item small{color:#64748b}:root[data-winsview-theme=light] .wvx-mega-item strong{color:#0f172a}:root[data-winsview-theme=light] .wvx-mega-item:hover,:root[data-winsview-theme=light] .wvx-mega-item.overview{background:#eef4ff}.wvx-button,.wvx-auth-form button,.wvx-auth-button-link{color:#090909;min-height:56px;box-shadow:none;background:#fff;border:0;border-radius:10px 24px 10px 10px;justify-content:center;align-items:center;gap:10px;padding:0 34px;font-weight:700;transition:transform .16s,filter .16s,border-color .16s;display:inline-flex}.wvx-header .wvx-button{color:#fff;background:linear-gradient(116deg,#1da7f2 0%,#2a6df5 48%,#b700e8 100%);border-radius:10px 18px 10px 10px}.wvx-button.small{min-height:46px;padding:0 22px;font-size:15px}.wvx-button.ghost,.wvx-auth-form button.secondary{color:#fff;background:#0003;border:1px solid #ffffff3d}.wvx-button:hover,.wvx-auth-form button:hover,.wvx-auth-button-link:hover{filter:brightness(1.04);transform:translateY(-2px)}.wvx-menu-button,.wvx-menu-anchor{display:none}.wvx-mobile-menu{z-index:80;background:#000000f5;border:1px solid #ffffff24;border-radius:22px;align-content:start;gap:12px;padding:20px;display:grid;position:fixed;inset:12px;box-shadow:0 30px 90px #000000b3}.wvx-mobile-menu button{color:#fff;border:1px solid #ffffff29;border-radius:12px;justify-self:end;width:48px;height:48px}.wvx-mobile-menu a{color:#fff;background:#ffffff0f;border-radius:12px;padding:14px;font-weight:850}.wvx-hero{text-align:center;background:radial-gradient(circle at 50% 48%,#10487394,#0000 36%),linear-gradient(120deg,#020617 0%,#04111f 48%,#08071b 100%),#000;place-items:center;min-height:100vh;padding:120px 24px 70px;display:grid;position:relative;overflow:hidden}.wvx-hero-shade,.wvx-rotating-world,.wvx-nebula-bg{position:absolute}.wvx-hero-shade,.wvx-nebula-bg{width:100%;height:100%;inset:0}.wvx-nebula-bg{z-index:0;mix-blend-mode:screen;background:radial-gradient(circle at 50% 48%,#c1e8ff2e,#0000 18%),radial-gradient(circle at 45% 54%,#74acff29,#0000 28%),radial-gradient(circle at 57% 44%,#d16cff1a,#0000 26%),#03101e;overflow:hidden}.wvx-nebula-bg canvas{opacity:.94;width:100%;height:100%}.wvx-nebula-core{aspect-ratio:1;filter:blur(.1px);opacity:.94;background:radial-gradient(circle at 48% 48%,#ebf8ff2e,#0000 9%),radial-gradient(circle,#65b4ff29,#0000 34%),radial-gradient(circle at 55% 58%,#8955ff1f,#0000 46%),radial-gradient(circle,#010d1a59,#010912eb 72%);border-radius:50%;width:min(690px,72vw);animation:6.5s ease-in-out infinite wvx-nebula-breathe;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 130px #63b2ff47,inset 0 0 110px #0208109e,inset 0 0 34px #ffffff14}.wvx-nebula-core:before,.wvx-nebula-core:after{content:"";filter:drop-shadow(0 0 20px #aee2ff75);border:1px solid #daf2ff42;border-radius:42% 58% 49% 51%;animation:9s linear infinite wvx-nebula-drift;position:absolute;inset:8%;transform:rotate(18deg)}.wvx-nebula-core:after{border-color:#e2c4ff33;animation-duration:12s;animation-direction:reverse;inset:18%;transform:rotate(-22deg)}.wvx-nebula-scanlines{opacity:.32;background:repeating-linear-gradient(90deg,#0000 0 14px,#7dd3fc14 15px,#0000 16px),repeating-linear-gradient(0deg,#0000 0 18px,#bfdbfe0a 19px,#0000 20px),linear-gradient(#ffffff0f,#0000 34%,#0000007a);position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 52%,#000 0 46%,#0000 70%);mask-image:radial-gradient(circle at 50% 52%,#000 0 46%,#0000 70%)}.wvx-rotating-world{z-index:1;aspect-ratio:1;opacity:.46;background:radial-gradient(circle at 40% 38%,#8fb9dd3d,#0000 9%),radial-gradient(circle at 70% 58%,#f1a75d29,#0000 11%),radial-gradient(circle at 45% 42%,#28496cc7,#070d16d1 44%,#000000f0 72%);border-radius:50%;width:min(1180px,78vw);animation:28s linear infinite wvx-world-turn;top:48%;left:50%;transform:translate(-50%,-50%)rotate(-12deg);box-shadow:inset -44px -50px 100px #000000eb,inset 26px 14px 70px #97c1eb1f,0 0 120px #3447662e}.wvx-rotating-world:before,.wvx-rotating-world:after{content:"";border:2px solid #f2f7ff0a;border-color:#f2f7ff0a #f2f7ff24;border-radius:50%;position:absolute;inset:13% -10%;transform:rotate(18deg)}.wvx-rotating-world:after{border-color:#ffb35808 #ffb3581f;inset:24% -14%;transform:rotate(-8deg)}.wvx-hero-shade{z-index:2;pointer-events:none;background:linear-gradient(90deg,#0000008a 0%,#0000001f 45%,#000000a8 100%),linear-gradient(#0000009e 0%,#0003 42%,#000000db 100%)}.wvx-hero-copy{z-index:3;justify-items:center;width:min(1360px,100%);display:grid;position:relative}.wvx-eyebrow{color:#ffffffd1;letter-spacing:0;text-transform:uppercase;background:#ffffff12;border:1px solid #ffffff24;border-radius:999px;margin:0 0 20px;padding:8px 14px;font-size:13px;font-weight:500;display:inline-flex}.wvx-hero h1{color:#fff;letter-spacing:0;text-wrap:balance;max-width:1320px;margin:0;font-size:clamp(58px,7.8vw,132px);font-weight:600;line-height:.96}.wvx-hero-copy>p:not(.wvx-eyebrow){color:#ffffffeb;max-width:940px;margin:26px auto 0;font-size:clamp(20px,1.75vw,30px);font-weight:400;line-height:1.28}.wvx-hero-actions{flex-wrap:wrap;justify-content:center;margin-top:38px}.wvx-hero-actions .wvx-button{min-width:250px;min-height:64px;font-size:17px;font-weight:600}.wvx-hero-actions .wvx-button:first-child{border-radius:18px 36px 18px 18px;color:#050505!important}.wvx-hero small{color:#ffffffc2;flex-wrap:wrap;align-items:center;gap:8px;margin-top:22px;font-size:15px;font-weight:500;display:inline-flex}.wvx-hero-visual{display:none}@keyframes wvx-nebula-breathe{0%,to{opacity:.72;transform:translate(-50%,-50%)scale(.98)rotate(0)}50%{opacity:.96;transform:translate(-50%,-50%)scale(1.04)rotate(3deg)}}@keyframes wvx-nebula-drift{to{transform:rotate(378deg)}}.wvx-signal-strip,.wvx-feature-preview,.wvx-market-preview,.wvx-dual-preview,.wvx-final-cta,.wvx-footer{width:min(1180px,100% - 32px);margin:0 auto}.wvx-signal-strip{background:#ffffff14;border:1px solid #ffffff1c;border-radius:10px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.wvx-signal-strip span{color:#ffffffb8;text-align:center;background:#050505;padding:18px;font-weight:600}.wvx-feature-preview,.wvx-market-preview,.wvx-dual-preview,.wvx-final-cta{padding:92px 0 0}.wvx-section-heading{gap:10px;max-width:760px;display:grid}.wvx-section-heading h2,.wvx-market-preview h2,.wvx-dual-preview h2,.wvx-final-cta h2{color:#fff;letter-spacing:0;margin:0;font-size:clamp(34px,4.5vw,72px);font-weight:600;line-height:1}.wvx-card-grid,.wvx-dual-preview{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.wvx-feature-card,.wvx-dual-preview article,.wvx-market-preview,.wvx-final-cta{background:linear-gradient(#141414f5,#030303f5);border:1px solid #ffffff21;border-radius:10px;box-shadow:inset 0 1px #ffffff0d}.wvx-feature-card{min-height:240px;padding:22px}.wvx-feature-card span,.wvx-dual-preview svg{color:#fff;background:#ffffff14;border-radius:8px;place-items:center;width:44px;height:44px;display:grid}.wvx-feature-card h3,.wvx-dual-preview h2{color:#fff;margin:22px 0 10px;font-size:21px;font-weight:650}.wvx-feature-card p,.wvx-market-preview p,.wvx-dual-preview p,.wvx-final-cta p,.wvx-footer p,.wvx-footer small{color:#ffffff9e;line-height:1.65}.wvx-market-preview{grid-template-columns:minmax(0,1fr) minmax(320px,440px);gap:28px;margin-top:92px;padding:34px;display:grid}.wvx-data-stack{gap:10px;display:grid}.wvx-data-stack span{color:#ffffffc7;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;justify-content:space-between;gap:14px;padding:13px 14px;font-size:13px;display:flex}.wvx-data-stack b{color:#fff}.wvx-dual-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.wvx-dual-preview article{padding:28px}.wvx-dual-preview a{color:#fff;align-items:center;gap:8px;font-weight:650;display:inline-flex}.wvx-final-cta{text-align:center;justify-items:center;gap:20px;margin-top:92px;padding:64px 24px;display:grid}.wvx-footer{border-top:1px solid #ffffff1f;grid-template-columns:minmax(240px,320px) 1fr;gap:44px;margin-top:96px;padding:48px 0 56px;display:grid}.wvx-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;display:grid}.wvx-footer section{align-content:start;gap:8px;display:grid}.wvx-footer h2{color:#ffffff73;text-transform:uppercase;margin:0 0 7px;font-size:13px}.wvx-footer a{color:#ffffffdb;font-size:14px}.wvx-footer a:hover{color:#fff}.wvx-footer small{grid-column:1/-1}@keyframes wvx-world-turn{0%{transform:translate(-50%,-50%)rotate(-12deg)}to{transform:translate(-50%,-50%)rotate(348deg)}}@media (prefers-reduced-motion:reduce){.wvx-nebula-bg canvas{display:none}.wvx-nebula-core,.wvx-nebula-core:before,.wvx-nebula-core:after,.wvx-rotating-world{animation:none}.wvx-hero{background:radial-gradient(circle,#60a5fa4d,#0000 35%),linear-gradient(120deg,#020617,#07111f 56%,#050816),#000}.wvx-public *,.wvx-public :before,.wvx-public :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1180px){.wvx-search-link{min-width:210px}.wvx-nav,.wvx-mega-nav,.wvx-header-actions{gap:18px}.wvx-nav a,.wvx-mega-group>a,.wvx-mega-group>button,.wvx-header-actions a:not(.wvx-button),.wvx-search-link{font-size:15px}}@media (width<=980px){.wvx-nav,.wvx-mega-nav,.wvx-header-actions{display:none}.wvx-menu-anchor{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000059;border:1px solid #ffffff2e;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 15px;font-weight:650;display:inline-flex}.wvx-header{width:calc(100% - 24px);min-height:76px}.wvx-hero{padding-top:112px}.wvx-hero h1{font-size:clamp(52px,13vw,96px)}.wvx-rotating-world{opacity:.34;width:118vw;top:42%}.wvx-card-grid,.wvx-signal-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.wvx-market-preview,.wvx-footer{grid-template-columns:1fr}}@media (width<=640px){.wvx-brand b{display:none}.wvx-brand span{width:44px;height:44px}.wvx-hero{min-height:100svh;padding:106px 12px 46px}.wvx-hero h1{font-size:clamp(44px,15vw,68px);line-height:.98}.wvx-hero-copy>p:not(.wvx-eyebrow){max-width:360px;font-size:18px;line-height:1.35}.wvx-hero-actions{flex-direction:column;align-items:stretch;width:min(330px,100vw - 28px)}.wvx-hero-actions .wvx-button{width:100%;min-width:0;min-height:62px;padding:0 16px;font-size:19px}.wvx-hero small{justify-content:center;max-width:340px;font-size:13px}.wvx-card-grid,.wvx-dual-preview,.wvx-signal-strip,.wvx-footer-grid{grid-template-columns:1fr}.wvx-market-preview,.wvx-dual-preview article,.wvx-final-cta{padding:24px}}.wvx-auth-page{color:#fff;background:#000;height:100vh;min-height:100vh;overflow:auto}.wvx-auth-page,.wvx-auth-page *,.wvx-auth-page :before,.wvx-auth-page :after{box-sizing:border-box}.wvx-auth-page a{color:inherit;text-decoration:none}.wvx-auth-close{z-index:20;color:#fff;place-items:center;width:48px;height:48px;display:grid;position:fixed;top:48px;right:46px}.wvx-auth-brand{justify-self:center;margin:0 0 54px}.wvx-auth-brand span{color:#000;background:#fff}.wvx-auth-shell{background:#000;grid-template-columns:minmax(520px,1.08fr) minmax(520px,.92fr);min-height:100vh;display:grid}.wvx-auth-story{background:linear-gradient(90deg,#0000005c,#000c),url(/assets/hero/winsview-earth-orbit-poster.svg) 50%/cover no-repeat,#000;border-radius:0 0 28px;align-content:start;gap:18px;min-height:100vh;padding:92px min(11vw,220px) 0;display:grid;position:relative;overflow:hidden}.wvx-auth-video,.wvx-auth-story-shade{width:100%;height:100%;position:absolute;inset:0}.wvx-auth-video{-o-object-fit:cover;object-fit:cover;opacity:.46;filter:saturate(.58)contrast(1.1)brightness(.94);mix-blend-mode:screen}.wvx-auth-story-shade{z-index:1;background:linear-gradient(90deg,#00000094,#00000014),linear-gradient(#000000a3,#0000000a 44%,#000000a3)}.wvx-auth-story p,.wvx-auth-story h1,.wvx-auth-story span{z-index:2;position:relative}.wvx-auth-story p{color:#ffffffb8;text-transform:uppercase;margin:0;font-size:13px;font-weight:900;display:none}.wvx-auth-story h1{color:#fff;letter-spacing:0;margin:0;font-size:clamp(52px,4.7vw,86px);line-height:1}.wvx-auth-story span{color:#ffffffbd;max-width:650px;font-size:21px;line-height:1.5}.wvx-auth-card{align-content:center;justify-items:center;min-height:100vh;padding:46px min(7vw,120px);display:grid}.wvx-auth-form{gap:17px;width:min(520px,100%);display:grid}.wvx-auth-form h2{color:#f8f8f8;text-align:center;margin:0 0 16px;font-size:clamp(34px,3vw,46px);line-height:1}.wvx-auth-form label{color:#ffffffad;gap:8px;font-size:18px;font-weight:500;display:grid}.wvx-auth-form label span{align-items:center;gap:8px;display:flex}.wvx-auth-row,.wvx-check{justify-content:space-between;align-items:center;gap:12px;display:flex}.wvx-auth-form input{color:#fff;width:100%;min-height:64px;font:inherit;background:#000;border:1px solid #ffffff6b;border-radius:10px;outline:none;padding:0 18px;font-size:20px;font-weight:650;transition:border-color .16s,box-shadow .16s}.wvx-auth-form input:focus{border-color:#2962ff;box-shadow:0 0 0 2px #2962ff}.wvx-check{color:#ffffffe6;justify-content:start;font-size:18px;font-weight:500}.wvx-check input{accent-color:#fff;width:22px;min-height:22px}.wvx-auth-row a,.wvx-auth-switch a{color:#2f7df6;font-weight:500}.wvx-auth-form button,.wvx-auth-button-link{color:#000;width:100%;min-height:66px;box-shadow:none;background:#fff;border-radius:10px;font-size:22px;font-weight:650}.wvx-auth-form button.secondary{color:#fff;background:#000;border:1px solid #ffffff38}.wvx-auth-switch{color:#ffffffe6;text-align:center;border-top:1px solid #ffffff38;margin:14px 0 0;padding-top:24px;font-size:20px;line-height:1.45}.wvx-auth-form small{color:#ffffff94;line-height:1.5}.wvx-auth-status{color:#fff;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:8px;margin:0;padding:12px 14px;font-weight:650}.wvx-auth-status.success{color:#bbf7d0;border-color:#22c55e6b}.wvx-auth-status.error{color:#fecaca;border-color:#f8717185}.wvx-auth-icon{color:#fff;background:#ffffff0f;border:1px solid #ffffff38;border-radius:10px;place-items:center;width:58px;height:58px;display:grid}.wvx-auth-icon.success{color:#86efac;border-color:#22c55e57}@media (prefers-reduced-motion:reduce){.wvx-auth-video{display:none}.wvx-auth-story{background:linear-gradient(90deg,#00000059,#000000db),url(/assets/hero/winsview-earth-orbit-poster.svg) 50%/cover no-repeat,#000}}@media (width<=980px){.wvx-auth-shell{grid-template-columns:1fr}.wvx-auth-story{border-radius:0 0 22px 22px;min-height:42vh;padding:92px 26px 46px}.wvx-auth-card{min-height:auto;padding:44px 24px 64px}.wvx-auth-brand{margin-bottom:42px}.wvx-auth-close{top:22px;right:20px}}@media (width<=560px){.wvx-auth-story h1{font-size:43px}.wvx-auth-story span{font-size:17px}.wvx-auth-form h2{font-size:31px}.wvx-auth-form input,.wvx-auth-form button,.wvx-auth-button-link{min-height:60px;font-size:18px}.wvx-auth-row{flex-direction:column;align-items:flex-start}}html,body,#root{max-width:100%}body{overflow-x:hidden}@supports (height:100dvh){html,body,#root{min-height:100dvh}}@media (width<=820px){:root{--wv-mobile-topbar:44px}html,body,#root{width:100%;max-width:100vw;overflow-x:hidden}.tv-app.tv-exact,.tv-app.tv-tradingview{width:100vw!important;max-width:100vw!important;height:100dvh!important;min-height:100svh!important;overflow:hidden!important}.tv-exact-topbar{width:100vw!important;min-width:0!important;max-width:100vw!important;padding-left:max(6px, env(safe-area-inset-left))!important;padding-right:max(6px, env(safe-area-inset-right))!important;overflow:hidden!important}.tv-exact-topbar .tv-mobile-bot-top{-webkit-tap-highlight-color:transparent;touch-action:manipulation!important;border-radius:15px!important;flex:0 0 46px!important;place-items:center!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;display:inline-grid!important}.tv-exact-topbar .tv-mobile-bot-top svg{width:21px!important;height:21px!important}body.wvbot-mobile-open{overscroll-behavior:none!important;touch-action:none!important;overflow:hidden!important}body.wvbot-mobile-open .tv-chart-stage,body.wvbot-mobile-open .tv-chart-shell,body.wvbot-mobile-open canvas{touch-action:none!important}.tv-mobile-ai-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);inset:var(--wv-mobile-topbar) 0 0 0!important;z-index:520!important;width:100vw!important;height:calc(100dvh - var(--wv-mobile-topbar))!important;touch-action:none!important;background:#02060c8f!important;border:0!important;display:block!important;position:fixed!important}.tv-mobile-wvbot-sheet,.tv-shell.tv-exact-shell>.tv-watch-dock.mobile-smart-dock,.tv-app.tv-exact .tv-watch-dock.mobile-smart-dock{left:max(0px, env(safe-area-inset-left))!important;right:max(0px, env(safe-area-inset-right))!important;top:var(--wv-mobile-topbar)!important;width:auto!important;min-width:0!important;max-width:none!important;height:calc(100dvh - var(--wv-mobile-topbar))!important;max-height:calc(100dvh - var(--wv-mobile-topbar))!important;z-index:540!important;overscroll-behavior:contain!important;touch-action:pan-y!important;background:#070b12!important;border:1px solid #60a5fa4d!important;border-bottom:0!important;border-radius:22px 22px 0 0!important;flex-direction:column!important;min-height:0!important;display:flex!important;position:fixed!important;bottom:0!important;overflow:hidden!important;box-shadow:0 -28px 90px #000000b8!important}.tv-mobile-wvbot-sheet .tv-chatgpt-panel.smart-ea-chatgpt-shell,.tv-mobile-wvbot-sheet .smart-ea-chatgpt-shell.wvbot-workspace,.tv-watch-dock.mobile-smart-dock .tv-chatgpt-panel.smart-ea-chatgpt-shell,.tv-watch-dock.mobile-smart-dock .smart-ea-chatgpt-shell.wvbot-workspace{border-radius:inherit!important;overscroll-behavior:contain!important;touch-action:pan-y!important;grid-template-rows:auto auto auto minmax(0,1fr) auto!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;display:grid!important;overflow:hidden!important}.tv-mobile-wvbot-sheet .wvbot-workspace-header,.tv-watch-dock.mobile-smart-dock .wvbot-workspace-header{flex:none!important;min-height:58px!important;padding:9px 12px!important}.tv-mobile-wvbot-sheet .wvbot-title-stack span,.tv-watch-dock.mobile-smart-dock .wvbot-title-stack span{display:none!important}.tv-mobile-wvbot-sheet .wvbot-status-pill,.tv-watch-dock.mobile-smart-dock .wvbot-status-pill{min-height:34px!important;padding:0 10px!important}.tv-mobile-wvbot-sheet .wvbot-context-strip,.tv-mobile-wvbot-sheet .wvbot-language-strip,.tv-watch-dock.mobile-smart-dock .wvbot-context-strip,.tv-watch-dock.mobile-smart-dock .wvbot-language-strip{overscroll-behavior-x:contain!important;touch-action:pan-x!important;min-height:36px!important;padding:7px 12px!important;overflow-x:auto!important}.tv-mobile-wvbot-sheet .wvbot-message-list,.tv-mobile-wvbot-sheet .tv-chat-messages,.tv-watch-dock.mobile-smart-dock .wvbot-message-list,.tv-watch-dock.mobile-smart-dock .tv-chat-messages{-webkit-overflow-scrolling:touch;overscroll-behavior:contain!important;touch-action:pan-y!important;min-height:0!important;padding:12px 12px 16px!important;overflow-y:auto!important}.tv-mobile-wvbot-sheet .wvbot-message.tv-chat-bubble,.tv-watch-dock.mobile-smart-dock .wvbot-message.tv-chat-bubble{max-width:100%!important;padding:14px!important;font-size:14px!important;line-height:1.5!important}.tv-mobile-wvbot-sheet .wvbot-message-actions,.tv-mobile-wvbot-sheet .wvbot-research-actions,.tv-watch-dock.mobile-smart-dock .wvbot-message-actions,.tv-watch-dock.mobile-smart-dock .wvbot-research-actions{flex-wrap:wrap!important;gap:8px!important}.tv-mobile-wvbot-sheet .wvbot-icon-button,.tv-mobile-wvbot-sheet .wvbot-message-actions button,.tv-mobile-wvbot-sheet .wvbot-research-actions button,.tv-mobile-wvbot-sheet .wvbot-source-actions a,.tv-mobile-wvbot-sheet .wvbot-source-actions button,.tv-mobile-wvbot-sheet .smart-composer-plus,.tv-mobile-wvbot-sheet .viewbot-brain-trigger,.tv-mobile-wvbot-sheet .smart-compose-actions button,.tv-mobile-wvbot-sheet .wvbot-voice-output-toggle,.tv-watch-dock.mobile-smart-dock .wvbot-icon-button,.tv-watch-dock.mobile-smart-dock .wvbot-message-actions button,.tv-watch-dock.mobile-smart-dock .wvbot-research-actions button,.tv-watch-dock.mobile-smart-dock .wvbot-source-actions a,.tv-watch-dock.mobile-smart-dock .wvbot-source-actions button,.tv-watch-dock.mobile-smart-dock .smart-composer-plus,.tv-watch-dock.mobile-smart-dock .viewbot-brain-trigger,.tv-watch-dock.mobile-smart-dock .smart-compose-actions button,.tv-watch-dock.mobile-smart-dock .wvbot-voice-output-toggle{touch-action:manipulation!important;min-width:44px!important;min-height:44px!important}.tv-mobile-wvbot-sheet .wvbot-composer-wrap,.tv-mobile-wvbot-sheet .smart-ea-composer-wrap,.tv-watch-dock.mobile-smart-dock .wvbot-composer-wrap,.tv-watch-dock.mobile-smart-dock .smart-ea-composer-wrap{padding:9px 12px max(12px, env(safe-area-inset-bottom))!important;z-index:8!important;background:linear-gradient(#070b12e6,#060a11)!important;grid-row:5!important;position:relative!important}.tv-mobile-wvbot-sheet .wvbot-composer-context,.tv-watch-dock.mobile-smart-dock .wvbot-composer-context{flex-wrap:wrap!important;gap:6px!important;padding-bottom:7px!important}.tv-mobile-wvbot-sheet .wvbot-voice-error,.tv-watch-dock.mobile-smart-dock .wvbot-voice-error{max-height:96px!important;margin:0 0 8px!important;padding:10px 12px!important;font-size:13px!important;line-height:1.35!important;overflow-y:auto!important}.tv-mobile-wvbot-sheet .wvbot-composer.smart-ea-composer,.tv-watch-dock.mobile-smart-dock .wvbot-composer.smart-ea-composer{border-radius:22px!important;gap:8px!important;min-height:62px!important}.tv-mobile-wvbot-sheet .wvbot-composer.smart-ea-composer textarea,.tv-watch-dock.mobile-smart-dock .wvbot-composer.smart-ea-composer textarea{min-height:44px!important;max-height:min(132px,22dvh)!important;font-size:16px!important;line-height:1.35!important;overflow-y:auto!important}.tv-mobile-wvbot-sheet .smart-ea-composer.voice-live,.tv-watch-dock.mobile-smart-dock .smart-ea-composer.voice-live{border-radius:22px!important;min-height:64px!important;padding:8px!important}.tv-mobile-wvbot-sheet .smart-ea-composer.voice-live .viewbot-live-voice,.tv-watch-dock.mobile-smart-dock .smart-ea-composer.voice-live .viewbot-live-voice{min-width:0!important}.tv-mobile-wvbot-sheet .smart-ea-composer.voice-live .viewbot-end-btn,.tv-watch-dock.mobile-smart-dock .smart-ea-composer.voice-live .viewbot-end-btn{min-width:88px!important;height:46px!important;padding:0 16px!important;font-size:16px!important}.tv-mobile-wvbot-sheet .smart-composer-hint,.tv-watch-dock.mobile-smart-dock .smart-composer-hint{display:none!important}.tv-mobile-wvbot-sheet .wvbot-activity-drawer,.tv-mobile-wvbot-sheet .wvbot-switcher,.tv-watch-dock.mobile-smart-dock .wvbot-activity-drawer,.tv-watch-dock.mobile-smart-dock .wvbot-switcher{-webkit-overflow-scrolling:touch;box-sizing:border-box!important;z-index:620!important;overscroll-behavior:contain!important;touch-action:pan-y!important;border-radius:20px 20px 0 0!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:none!important;position:absolute!important;inset:0!important;overflow-y:auto!important}.tv-mobile-wvbot-sheet .wvbot-source-card,.tv-watch-dock.mobile-smart-dock .wvbot-source-card{padding:13px!important}}@media (width<=520px){.tv-mobile-wvbot-sheet,.tv-shell.tv-exact-shell>.tv-watch-dock.mobile-smart-dock,.tv-app.tv-exact .tv-watch-dock.mobile-smart-dock{left:0!important;right:0!important;top:var(--wv-mobile-topbar)!important;height:calc(100dvh - var(--wv-mobile-topbar))!important;max-height:calc(100dvh - var(--wv-mobile-topbar))!important;border-radius:0!important}.tv-mobile-wvbot-sheet .wvbot-header-actions,.tv-watch-dock.mobile-smart-dock .wvbot-header-actions{gap:5px!important}.tv-mobile-wvbot-sheet .wvbot-activity-drawer,.tv-mobile-wvbot-sheet .wvbot-switcher,.tv-watch-dock.mobile-smart-dock .wvbot-activity-drawer,.tv-watch-dock.mobile-smart-dock .wvbot-switcher{border-left-width:0!important;border-right-width:0!important;width:auto!important;max-width:none!important;left:0!important;right:0!important;transform:none!important}.tv-mobile-wvbot-sheet .wvbot-title-stack b,.tv-watch-dock.mobile-smart-dock .wvbot-title-stack b{font-size:13px!important}}@media (width>=521px) and (width<=820px){.tv-mobile-wvbot-sheet,.tv-shell.tv-exact-shell>.tv-watch-dock.mobile-smart-dock,.tv-app.tv-exact .tv-watch-dock.mobile-smart-dock{left:max(10px, env(safe-area-inset-left))!important;right:max(10px, env(safe-area-inset-right))!important;border-radius:24px 24px 0 0!important;height:min(88dvh,760px)!important;max-height:calc(100dvh - 58px)!important;top:auto!important}}
