.tv-lightweight-charts{--tv-color-platform-background: transparent}tr.tv-watermark{display:none!important}.tv-lightweight-charts>*>*:last-child{display:none!important}.tv-lightweight-charts>table>tr:last-child{display:none!important}a[href*=tradingview]{display:none!important}.tv-lightweight-charts tr:last-child{display:none!important}.tv-lightweight-charts a{display:none!important}:root{--bg: #0d0f14;--surface: #131720;--surface2:#1c2030;--border: rgba(255,255,255,.06);--border2: rgba(255,255,255,.1);--green: #4ade80;--red: #f87171;--yellow: #fbbf24;--accent: #a5b4fc;--text: rgba(255,255,255,.9);--muted: rgba(255,255,255,.35);--muted2: rgba(255,255,255,.18)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{background:var(--bg);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;color:var(--text)}#app{max-width:430px;margin:0 auto;height:100dvh;height:100vh;display:flex;flex-direction:column;position:relative}#progress-bar{position:absolute;top:0;left:0;right:0;height:2px;z-index:100;background:transparent}#progress-fill{height:100%;background:var(--accent);opacity:.7;transition:width 1s linear}.notif-banner{position:absolute;top:0;left:0;right:0;z-index:200;padding:10px 14px;background:#0d0f14f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;display:flex;align-items:center;gap:10px;animation:bannerIn .22s ease-out}@keyframes bannerIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.notif-banner-icon{font-size:20px;flex-shrink:0}.notif-banner-text{flex:1;min-width:0}.notif-banner-title{font-size:13px;font-weight:700}.notif-banner-sub{font-size:11px;color:var(--muted);margin-top:2px}.notif-banner-close{border:none;background:none;color:var(--muted);font-size:14px;cursor:pointer;padding:4px;flex-shrink:0}#header{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0;position:relative;z-index:10}.header-left{display:flex;align-items:center;gap:10px}.header-logo{font-size:22px}.header-title{font-size:16px;font-weight:600;color:var(--text)}.header-update{font-size:10px;color:var(--muted);margin-top:1px}.header-right{display:flex;align-items:center;gap:8px}.notif-request-btn{width:36px;height:36px;border:1px solid var(--border2);background:var(--surface2);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:background .15s}.notif-request-btn:hover{background:var(--surface)}.icon-btn{width:36px;height:36px;border:1px solid var(--border);background:var(--surface2);border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--muted);transition:color .15s}.icon-btn:active{opacity:.7}.icon-btn.spinning svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#delay-bar{height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s,border-color .3s}#delay-bar span{font-size:11px}#delay-bar.status-ok{background:#4ade800f;border-bottom:1px solid rgba(74,222,128,.12)}#delay-bar.status-ok span{color:#4ade80cc}#delay-bar.status-error{background:#f871710f;border-bottom:1px solid rgba(248,113,113,.15)}#delay-bar.status-error span{color:#f87171cc}#content{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px;scrollbar-width:none}#content::-webkit-scrollbar{display:none}#tabbar{height:56px;background:var(--surface);border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(2,1fr);flex-shrink:0;padding-bottom:env(safe-area-inset-bottom,0px)}.tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 0;cursor:pointer;color:var(--muted);border:none;background:none;transition:color .15s}.tab-item.active{color:var(--green)}.tab-item span{font-size:10px}.stats-bar{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.stat-chip{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:4px 10px;font-size:12px;color:var(--muted)}.stat-chip.buy-chip{color:var(--green);border-color:#4ade8033;background:#4ade800f}.stat-chip.sell-chip{color:var(--red);border-color:#f8717133;background:#f871710f}.signal-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-bottom:12px;overflow:hidden;animation:fadeSlideIn .25s ease-out both;transition:border-color .15s}.signal-card:active{border-color:var(--border2)}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sc-header{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 8px}.sc-header-left{display:flex;align-items:center;gap:8px}.sc-symbol{font-size:15px;font-weight:700;color:var(--text)}.sc-timeframe{font-size:10px;color:var(--muted);background:#ffffff0f;padding:2px 6px;border-radius:4px;font-weight:500}.sc-badge{padding:3px 10px;border-radius:6px;font-size:12px;font-weight:700;border:1px solid;letter-spacing:.2px}.card-chart{display:block;width:100%}.sc-price-row{display:flex;align-items:center;justify-content:space-between;padding:8px 14px}.sc-price{font-size:22px;font-weight:700;color:var(--text)}.sc-change{font-size:14px;font-weight:600}.card-change.up{color:var(--green)}.card-change.down{color:var(--red)}.sc-explain{border-left:2px solid rgba(99,102,241,.5);margin:0 14px 10px;padding:8px 12px;background:#6366f10d;border-radius:0 8px 8px 0}.sc-explain-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:4px}.sc-explain-text{font-size:12px;color:var(--muted);line-height:1.65;margin-bottom:5px}.sc-explain-time{font-size:10px;color:#ffffff40}.sc-expand-btn{display:block;width:calc(100% - 28px);margin:0 14px 12px;padding:9px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:var(--muted);font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}.sc-expand-btn:hover{background:#ffffff12;color:var(--text)}.sc-details{padding:0 14px 14px}.sc-levels-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.sc-level{border-radius:10px;border:1px solid;padding:10px 12px}.sc-level.entry{background:#4ade8014;border-color:#4ade8033}.sc-level.stop{background:#f8717114;border-color:#f8717133}.sc-level.tp1{background:#6366f114;border-color:#6366f133}.sc-level.tp2{background:#6366f10d;border-color:#6366f124}.sc-level-label{font-size:10px;font-weight:600;color:var(--muted);letter-spacing:.5px;margin-bottom:4px}.sc-level-value{font-size:13px;font-weight:700;color:var(--text)}.sc-level-pct{font-size:11px;color:var(--muted);margin-top:2px}.sc-rr{display:flex;align-items:center;gap:8px;margin-bottom:14px}.sc-rr-label{font-size:11px;color:var(--muted);white-space:nowrap}.sc-rr-bar{flex:1;height:6px;border-radius:3px;overflow:hidden;display:flex}.sc-rr-risk{background:#f871718c}.sc-rr-reward{background:#4ade808c}.sc-rr-ratio{font-size:12px;font-weight:700;color:var(--accent);white-space:nowrap}.sc-reasons{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.sc-reason{font-size:12px;color:var(--muted);line-height:1.5}.sc-strength{display:flex;align-items:center;gap:8px;margin-bottom:14px}.sc-strength-label{font-size:11px;color:var(--muted)}.sc-strength-dots{display:flex;gap:5px}.sc-dot{width:10px;height:10px;border-radius:50%;background:#ffffff1a;transition:background .2s}.sc-strength-val{font-size:12px;font-weight:700}.sc-order-btn{width:100%;padding:11px;background:#a5b4fc17;border:1px solid rgba(165,180,252,.2);border-radius:10px;color:var(--accent);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s}.sc-order-btn:hover{background:#a5b4fc24}.order-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;display:flex;align-items:flex-end;justify-content:center;padding:20px 12px}.order-modal{background:#1a1f2e;border:1px solid var(--border2);border-radius:20px;padding:24px 20px 20px;width:100%;max-width:430px;max-height:75vh;overflow-y:auto;animation:slideUp .25s ease-out}@keyframes slideUp{0%{transform:translateY(60px);opacity:0}to{transform:translateY(0);opacity:1}}.order-modal-title{font-size:16px;font-weight:700;margin-bottom:18px;color:var(--text)}.order-modal-steps{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.order-step{display:flex;gap:12px;align-items:flex-start}.order-step-n{width:24px;height:24px;border-radius:50%;background:#a5b4fc26;border:1px solid rgba(165,180,252,.25);color:var(--accent);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.order-step span{font-size:13px;color:var(--muted);line-height:1.5}.order-step b{color:var(--text)}.order-modal-close{width:100%;padding:12px;background:#a5b4fc1a;border:1px solid rgba(165,180,252,.2);border-radius:12px;color:var(--accent);font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.order-modal-close:hover{background:#a5b4fc29}.sc-ind-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.sc-ind-item{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:10px 12px}.sc-ind-label{font-size:10px;font-weight:600;color:var(--muted);letter-spacing:.5px;margin-bottom:4px}.sc-ind-val{font-size:13px;font-weight:700;color:var(--text)}.skeleton-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-bottom:12px;padding:14px;overflow:hidden}.skeleton-line{height:14px;border-radius:7px;background:linear-gradient(90deg,var(--surface) 25%,var(--surface2) 50%,var(--surface) 75%);background-size:200%;animation:shimmer 1.5s infinite;margin-bottom:10px}.skeleton-line.short{width:40%}.skeleton-line.medium{width:70%}.skeleton-line.chart{height:160px;margin-bottom:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.empty-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;text-align:center}.empty-icon{font-size:48px;margin-bottom:16px}.empty-title{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--text)}.empty-sub{font-size:13px;color:var(--muted)}.retry-btn{margin-top:16px;padding:10px 24px;background:var(--surface2);border:1px solid var(--border2);border-radius:10px;color:var(--text);font-size:14px;cursor:pointer;transition:background .15s}.retry-btn:hover{background:var(--surface)}.btc-stats-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;margin-bottom:12px;overflow:hidden}.btc-header{padding:14px 14px 0}.btc-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.btc-price{font-size:24px;font-weight:700;color:var(--text)}.btc-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 14px;border-top:1px solid var(--border)}.btc-stat{display:flex;flex-direction:column;gap:3px}.btc-stat-label{font-size:11px;color:var(--muted)}.btc-stat-value{font-size:14px;font-weight:600;color:var(--text)}.btc-stat-value.up{color:var(--green)}.btc-stat-value.down{color:var(--red)}.filter-row{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;margin-bottom:12px;padding-bottom:2px}.filter-row::-webkit-scrollbar{display:none}.filter-pill{border-radius:20px;padding:6px 14px;font-size:12px;font-weight:500;border:1px solid var(--border);background:var(--surface2);color:var(--muted);cursor:pointer;white-space:nowrap;transition:all .15s}.filter-pill.active{background:#4ade801a;color:var(--green);border-color:#4ade8040}.sc-sigtype-row{padding:0 14px 6px}.sc-sigtype{font-size:11px;color:#a5b4fc;font-weight:500}.lv-coin-scroll{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:10px}.lv-coin-scroll::-webkit-scrollbar{display:none}.lv-coin-btn{flex-shrink:0;padding:5px 12px;border-radius:20px;border:1px solid var(--border);background:var(--surface2);color:var(--muted);font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}.lv-coin-btn.active{background:#a5b4fc1f;color:var(--accent);border-color:#a5b4fc4d}.lv-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-bottom:12px}.lv-sigtype-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:14px;margin-bottom:10px}.lv-sigtype-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.lv-sigtype-badge{font-size:13px;font-weight:600;color:var(--accent)}.lv-sigtype-dots{font-size:10px;color:var(--accent);letter-spacing:2px;opacity:.6}.lv-sigtype-desc{font-size:12px;color:var(--muted);line-height:1.6}.lv-stats{display:flex;gap:8px;margin-bottom:12px}.lv-stat{flex:1;text-align:center;font-size:12px;font-weight:500;padding:7px;border-radius:10px;border:1px solid}.lv-stat.sup{color:var(--green);border-color:#4ade8033;background:#4ade800f}.lv-stat.res{color:var(--red);border-color:#f8717133;background:#f871710f}.profile-big-stat{text-align:center;padding:24px 20px 16px}.profile-big-number{font-size:44px;font-weight:700;color:var(--green)}.profile-big-sub{font-size:14px;color:var(--muted);margin-top:4px}.signal-type-chips{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px 20px;justify-content:center}.type-chip{border-radius:8px;padding:5px 12px;font-size:12px;font-weight:600;border:1px solid}.divider{height:1px;background:var(--border);margin:4px 0}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px;margin:16px 0}.info-card-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:12px}.info-item{font-size:13px;color:var(--muted);line-height:1.9}.pairs-section-title{font-size:12px;color:var(--muted);margin-bottom:8px}.pairs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:16px}.pair-chip{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:6px;font-size:12px;font-weight:500;color:var(--muted2);text-align:center}.pair-chip.has-signal{color:var(--green);border-color:#4ade8040}.profile-footer{text-align:center;font-size:12px;color:var(--muted);padding:8px 8px 20px;line-height:1.8}@keyframes sc2SlideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes sc2Pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes sc2Rotate{to{transform:rotate(360deg)}}@keyframes sc2Shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.sc2-wrap{margin:0 -12px;padding-bottom:8px}.sc2-top{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 12px}.sc2-brand{font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.3px}.sc2-top-right{display:flex;align-items:center;gap:8px}.sc2-refresh-btn{width:36px;height:36px;border-radius:50%;background:#1e2433;border:1px solid rgba(255,255,255,.1);color:#a5b4fc;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s,background .15s;flex-shrink:0}.sc2-refresh-btn:hover:not(:disabled){background:#252d40}.sc2-refresh-btn:disabled{opacity:.45;cursor:default}.sc2-refresh-btn.spinning{animation:sc2Rotate .9s linear infinite}.sc2-time{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.sc2-card{background:#151720;border-radius:0;margin:0;overflow:hidden;border:none;border-bottom:1px solid rgba(255,255,255,.08);animation:sc2SlideIn .28s ease-out both}.sc2-card-top{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.sc2-card-top-left{display:flex;align-items:center;gap:8px}.sc2-card-top-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.sc2-coin-name{font-size:16px;font-weight:700;color:var(--text);letter-spacing:-.3px}.sc2-cur-price{font-size:18px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.3px}.sc2-change{font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.sc2-tf{font-size:10px;font-weight:600;background:#1e2433;color:var(--muted);padding:2px 7px;border-radius:5px}.sc2-badge{font-size:11px;font-weight:700;padding:3px 10px;border-radius:6px;border:1px solid;letter-spacing:.3px}.sc2-badge.buy{background:#26a69a26;color:#26a69a;border-color:#26a69a66}.sc2-badge.sell{background:#ef535026;color:#ef5350;border-color:#ef535066}.sc2-chart-wrap{padding:0}.sc2-signal-type{padding:10px 16px 4px;font-size:13px;font-weight:600;color:#a5b4fc;line-height:1.2}.sc2-signal-text{padding:2px 16px 10px;font-size:12px;color:#6b7280;line-height:1.5}.sc2-stats-row{display:flex;padding:8px 16px;border-top:1px solid rgba(255,255,255,.06)}.sc2-stat-item{flex:1;display:flex;flex-direction:column;gap:3px;align-items:flex-start}.sc2-stat-center{align-items:center}.sc2-stat-right{align-items:flex-end}.sc2-stat-label{font-size:11px;color:var(--muted);white-space:nowrap}.sc2-stat-val{font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.sc2-details{background:#0d0f14;border-radius:8px;margin:0 12px 10px;padding:12px 14px}.sc2-details-title{font-size:10px;font-weight:600;color:var(--muted);letter-spacing:.5px;text-transform:uppercase;margin-bottom:10px}.sc2-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.04)}.sc2-row:last-child{border-bottom:none}.sc2-row-label{font-size:12px;color:var(--muted);white-space:nowrap;padding-top:1px}.sc2-row-right{text-align:right}.sc2-row-val{font-size:13px;font-weight:600;color:var(--text)}.sc2-row-val.red{color:#f87171}.sc2-row-val.green{color:#4ade80}.sc2-row-val.accent{color:#a5b4fc}.sc2-row-pct{font-size:11px;color:var(--muted)}.sc2-hint{font-size:10px;color:#fff3;margin-top:2px}.sc2-reason{font-size:11px;font-style:italic;color:var(--muted);line-height:1.55;padding:4px 14px 12px}.sc2-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.sc2-empty-icon{font-size:44px;margin-bottom:14px}.sc2-empty-text{font-size:18px;font-weight:600;color:var(--text);margin-bottom:6px;animation:sc2Pulse 2.2s ease-in-out infinite}.sc2-empty-sub{font-size:13px;color:var(--muted)}.sc2-skeleton{background:#131720;border-radius:12px;margin-bottom:12px;padding:14px;overflow:hidden}.sc2-skel-line{height:14px;border-radius:7px;background:linear-gradient(90deg,#131720 25%,#1c2030,#131720 75%);background-size:200%;animation:sc2Shimmer 1.5s infinite;margin-bottom:10px}.sc2-skel-line.short{width:35%}.sc2-skel-line.medium{width:65%}.sc2-skel-line.long{width:85%}.sc2-skel-line.chart{height:220px;margin-bottom:10px;border-radius:8px}.sc2-market-toggle{display:flex;gap:8px;padding:0 14px 10px;border-bottom:1px solid rgba(255,255,255,.06)}.sc2-market-btn{flex:1;padding:8px 0;background:#1a1d26;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#6b7280;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;letter-spacing:.5px}.sc2-market-btn.active-spot{background:#26a69a2e;color:#26a69a;border-color:#26a69a66}.sc2-market-btn.active-futures{background:#ef53502e;color:#ef5350;border-color:#ef535066}.sc2-dot{width:8px;height:8px;border-radius:50%;background:#3b82f6;flex-shrink:0}.sc2-sep{color:#374151;font-size:12px}.sc2-market-label{color:#6b7280;font-size:12px}.sc2-sig-type-inline{color:#9ca3af;font-size:12px;font-style:italic}.sc2-change-row{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.sc2-change-suffix{color:#4b5563;font-size:11px;font-weight:400}.sc2-metrics-bar{display:flex;justify-content:space-between;align-items:flex-start;padding:10px 16px 12px;border-top:1px solid rgba(255,255,255,.06)}.sc2-metric-item{display:flex;flex-direction:column;align-items:center;gap:4px}.sc2-metric-label{font-size:9px;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.sc2-metric-val{font-size:12px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}@keyframes pulse-glow{0%,to{box-shadow:0 0 40px #6366f166,0 0 80px #6366f126}50%{box-shadow:0 0 60px #6366f199,0 0 120px #6366f140}}@keyframes progress-scan{0%{width:0%;margin-left:0%}50%{width:60%;margin-left:20%}to{width:0%;margin-left:100%}}@keyframes card-fly-in{0%{opacity:0;transform:translateY(40px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.signal-card{animation:card-fly-in .5s cubic-bezier(.34,1.56,.64,1) forwards;opacity:0}.sc2-back-btn{background:none;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#9ca3af;font-size:12px;font-weight:600;padding:6px 12px;cursor:pointer;transition:all .15s}.sc2-back-btn:hover{background:#ffffff0f;color:#fff}.sc2-results-count{font-size:13px;font-weight:600;color:#6b7280}
