@import"https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";.cvd-history-chart{background:#ffffff08;border-radius:8px;padding:20px;margin-top:20px}.chart-controls{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.chart-timeframes,.chart-periods{display:flex;align-items:center;gap:8px}.control-label{color:#94a3b8;font-size:.9em;margin-right:8px}.timeframe-btn,.period-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#cbd5e1;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.85em;transition:all .2s}.timeframe-btn:hover,.period-btn:hover{background:#ffffff1a;border-color:#fff3}.timeframe-btn.active,.period-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:700}.refresh-btn{background:#10b98133;border:1px solid #10b981;color:#10b981;padding:6px 16px;border-radius:4px;cursor:pointer;font-size:.9em;transition:all .2s;margin-left:auto}.refresh-btn:hover{background:#10b9814d}.chart-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:20px;padding:16px;background:#ffffff0d;border-radius:6px}.summary-stat{display:flex;flex-direction:column;gap:4px}.stat-label{color:#94a3b8;font-size:.85em}.stat-value{font-size:1.1em;font-weight:700}.chart-container{margin-bottom:20px}.cvd-chart-tooltip{background:#0f172af2;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:12px;box-shadow:0 4px 6px #0000004d}.tooltip-time{color:#cbd5e1;font-size:.85em;margin:0 0 8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.tooltip-price,.tooltip-cvd,.tooltip-divergence,.tooltip-trap{color:#cbd5e1;margin:4px 0;font-size:.9em}.tooltip-price span,.tooltip-cvd span{font-weight:700;margin-left:8px}.tooltip-divergence{color:#f59e0b;font-weight:700;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.tooltip-trap{color:#3b82f6;font-weight:700}.chart-legend{display:flex;flex-wrap:wrap;gap:16px;padding:12px 16px;background:#ffffff0d;border-radius:6px;margin-bottom:16px}.legend-item{display:flex;align-items:center;gap:8px;color:#cbd5e1;font-size:.85em}.legend-color{width:24px;height:3px;border-radius:2px}.legend-marker{width:12px;height:12px;border-radius:50%}.divergence-marker{background:#f59e0b;border:2px solid #fff}.chart-notice{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:6px;padding:16px}.chart-notice p{color:#cbd5e1;margin:0 0 8px}.chart-notice strong{color:#3b82f6}.chart-notice ul{margin:8px 0 0;padding-left:20px}.chart-notice li{color:#cbd5e1;margin:6px 0;line-height:1.5}.chart-loading,.chart-error,.chart-no-data{text-align:center;padding:40px 20px;color:#94a3b8}.chart-error button,.chart-no-data button{background:#3b82f6;border:none;color:#fff;padding:8px 16px;border-radius:4px;cursor:pointer;margin-top:12px;transition:background .2s}.chart-error button:hover{background:#2563eb}.chart-hint{color:#64748b;font-size:.9em;margin-top:8px}@media (max-width: 768px){.cvd-history-chart{padding:12px}.chart-controls{flex-direction:column;align-items:stretch}.chart-timeframes,.chart-periods{justify-content:center;flex-wrap:wrap}.refresh-btn{margin-left:0;width:100%}.chart-summary{grid-template-columns:repeat(2,1fr)}.chart-container{margin-left:-12px;margin-right:-12px}.chart-legend{flex-direction:column;gap:8px}}.cvd-analysis{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:12px;padding:24px;margin:20px 0;box-shadow:0 4px 6px #0000004d}.cvd-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid rgba(255,255,255,.1)}.cvd-header h2{font-size:1.5em;color:#fff;margin:0}.cvd-guide-button{background:#3b82f633;border:1px solid #3b82f6;color:#3b82f6;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9em;transition:all .3s ease}.cvd-guide-button:hover{background:#3b82f64d;transform:translateY(-2px)}.cvd-guide{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:8px;padding:20px;margin-bottom:24px}.cvd-guide h3{color:#3b82f6;margin-top:0;margin-bottom:12px}.cvd-guide h4{color:#93c5fd;margin-top:16px;margin-bottom:8px}.cvd-guide p{color:#cbd5e1;line-height:1.6;margin:8px 0}.cvd-guide ul{margin:8px 0;padding-left:20px}.cvd-guide li{color:#cbd5e1;margin:6px 0;line-height:1.6}.cvd-guide strong{color:#fff}.cvd-section{background:#ffffff0d;border-radius:8px;padding:12px;margin-bottom:10px}.futures-section.cvd-section{padding:10px 12px;margin-bottom:6px}.futures-section .futures-header{margin-bottom:6px}.futures-section .futures-content{padding:0}.futures-section .cvd-display{margin-top:4px}.futures-section .cvd-interpretation{margin-top:4px;padding:6px 10px;font-size:.85rem}.cvd-comparison-section{padding:10px 12px;margin-bottom:6px}.cvd-comparison-stats{gap:8px}.cvd-section h3{color:#fff;font-size:1.2em;margin:0 0 8px;display:flex;align-items:center;gap:8px}.cvd-section:last-of-type,.energy-section:last-of-type{margin-bottom:0}.cvd-current-status{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.cvd-stat{background:#ffffff0d;padding:16px;border-radius:8px;display:flex;flex-direction:column;gap:8px}.cvd-label{color:#94a3b8;font-size:.9em}.cvd-value{color:#fff;font-size:1.3em;font-weight:700}.cvd-interpretation{background:#3b82f61a;border-left:3px solid #3b82f6;padding:12px 16px;border-radius:4px;color:#cbd5e1;font-size:.95em;line-height:1.5}.cvd-volume-bars,.cvd-volume-bar{margin-bottom:16px}.cvd-bar-header{display:flex;justify-content:space-between;margin-bottom:8px;color:#cbd5e1;font-size:.95em}.cvd-bar-container{background:#ffffff1a;height:24px;border-radius:12px;overflow:hidden;position:relative}.cvd-bar{height:100%;border-radius:12px;transition:width .5s ease}.cvd-bar-buy{background:linear-gradient(90deg,#10b981,#34d399);box-shadow:0 0 12px #10b98180,inset 0 1px #fff3;border:1px solid rgba(16,185,129,.3)}.cvd-bar-sell{background:linear-gradient(90deg,#ef4444,#f87171);box-shadow:0 0 12px #ef444480,inset 0 1px #fff3;border:1px solid rgba(239,68,68,.3)}.cvd-bar-spot{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.cvd-bar-futures{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.cvd-ratio-info{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.cvd-ratio-info p{color:#cbd5e1;margin:8px 0;line-height:1.6}.cvd-comparison-bars{margin-bottom:20px}.cvd-comparison-bar{margin-bottom:16px}.cvd-divergence{display:flex;justify-content:space-between;padding:12px 16px;background:#ffffff0d;border-radius:8px;margin-top:16px}.cvd-divergence span:first-child{color:#94a3b8}.cvd-divergence span:last-child{font-size:1.1em}.cvd-trap-section{background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.cvd-trap-alert{background:#0000004d;border-left:4px solid;border-radius:8px;padding:20px;margin-top:16px}.cvd-trap-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.cvd-trap-header h4{margin:0 0 8px;font-size:1.3em}.cvd-trap-confidence{color:#94a3b8;font-size:.9em;margin:0}.cvd-trap-details{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.cvd-trap-details p{color:#cbd5e1;line-height:1.6;margin:8px 0}.cvd-trap-explanation{background:#ffffff0d;border-radius:8px;padding:16px;margin-top:12px}.cvd-trap-explanation p{margin:12px 0}.cvd-trap-explanation ul{margin:8px 0;padding-left:20px}.cvd-trap-explanation li{color:#cbd5e1;margin:6px 0;line-height:1.5}.cvd-footer{margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);color:#94a3b8;font-size:.9em}.cvd-footer p{margin:8px 0}.cvd-note{color:#64748b;font-style:italic}.cvd-no-data{text-align:center;padding:40px 20px;color:#94a3b8}@media (max-width: 768px){.cvd-analysis{padding:16px;margin:12px 0}.cvd-header{flex-direction:column;gap:12px;align-items:flex-start}.cvd-header h2{font-size:1.3em}.cvd-current-status{grid-template-columns:1fr}.cvd-trap-header{flex-direction:column;gap:12px}.cvd-trap-icon{font-size:1.5em!important}}.energy-section{border-left:4px solid #f59e0b;background:linear-gradient(135deg,#f59e0b1a,#ffffff0d);margin-bottom:24px}.energy-formula{margin-bottom:20px;padding:15px;background:#0000004d;border-radius:8px;border:1px solid rgba(245,158,11,.3)}.formula-text{margin:0 0 8px;text-align:center}.formula-text code{background:#f59e0b33;padding:8px 16px;border-radius:6px;color:#fbbf24;font-size:1.1em;font-weight:600}.formula-description{margin:0;text-align:center;color:#9ca3af;font-size:.9em}.energy-components{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}.energy-component{display:flex;flex-direction:column;gap:8px;padding:15px;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.component-label{color:#9ca3af;font-size:.85em;font-weight:500}.component-value{font-size:1.3em;font-weight:700}.energy-result{display:flex;flex-direction:column;gap:12px;padding:20px;background:#0000004d;border-radius:10px;border-left:4px solid #f59e0b;margin-bottom:15px}.energy-score-display{display:flex;justify-content:space-between;align-items:center}.energy-label{color:#e5e7eb;font-size:1.1em;font-weight:600}.energy-score-value{font-size:2em;font-weight:700}.energy-signal{padding:10px 16px;border-radius:8px;text-align:center;font-weight:600;font-size:1.1em;text-transform:uppercase;letter-spacing:.5px}.energy-interpretation{padding:15px;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.energy-interpretation p{margin:0;color:#cbd5e1;line-height:1.6;font-size:.95em}@media (max-width: 768px){.energy-components{grid-template-columns:1fr;gap:10px}.energy-component{padding:12px}.component-value{font-size:1.1em}.energy-score-value{font-size:1.5em}.formula-text code{font-size:.9em;padding:6px 12px}}.whale-card{grid-column:span 1;background:linear-gradient(135deg,#667eea14,#764ba214);border:1px solid rgba(102,126,234,.3);display:flex;flex-direction:column;max-height:100%;overflow:hidden}.whale-card .card-content{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.whale-content-area{flex:1;overflow-y:auto;min-height:0;padding-right:5px}.whale-load-button{width:100%;margin-top:15px;padding:10px 18px;background:linear-gradient(90deg,#0a84ff,#667eea);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;font-size:.8rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 2px 6px #0a84ff40;letter-spacing:.3px;flex-shrink:0}.whale-load-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0a84ff66;background:linear-gradient(90deg,#0a84ff,#5a6eea)}.whale-load-button:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #0a84ff4d}.whale-load-button:disabled{opacity:.5;cursor:not-allowed}.whale-tts-play-button{margin-top:15px;margin-left:10px;padding:10px 16px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.2rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #10b98140;flex-shrink:0;min-width:48px;height:42px}.whale-tts-play-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98166;background:linear-gradient(135deg,#059669,#047857)}.whale-tts-play-button:active{transform:translateY(0);box-shadow:0 1px 4px #10b9814d}.whale-tts-play-button.playing{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 6px #f59e0b40}.whale-tts-play-button.playing:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #f59e0b66}.whale-refresh-button{background:#0a84ff26;border:1px solid rgba(10,132,255,.4);box-shadow:none}.whale-refresh-button:hover:not(:disabled){background:linear-gradient(90deg,#0a84ff,#667eea);border-color:transparent;box-shadow:0 4px 12px #0a84ff66}.whale-retry-button{background:linear-gradient(90deg,#ff3b30,#ff6b6b);box-shadow:0 2px 6px #ff3b3040}.whale-retry-button:hover:not(:disabled){background:linear-gradient(90deg,#ff3b30,#f55);box-shadow:0 4px 12px #ff3b3066}.button-icon{font-size:1rem}.button-text{font-size:.8rem;font-weight:600}.whale-empty-state{text-align:center;color:#8899a6;padding:20px 15px}.whale-principles-button{background:linear-gradient(135deg,#48cae4,#0096c7)!important;border:1px solid rgba(0,150,199,.3);box-shadow:0 2px 6px #0096c740}.whale-principles-button:hover:not(:disabled){background:linear-gradient(135deg,#48cae4,#0077b6)!important;box-shadow:0 4px 12px #0096c766;transform:translateY(-1px)}.principles-quick-button{background:#48cae426;border:1px solid rgba(72,202,228,.3);border-radius:6px;color:#48cae4;font-size:.7rem;padding:4px 10px;margin-left:8px;cursor:pointer;transition:all .2s ease;font-weight:500;white-space:nowrap}.principles-quick-button:hover{background:#48cae440;border-color:#48cae480;transform:translateY(-1px);box-shadow:0 2px 6px #48cae433}.principles-quick-button:active{transform:translateY(0)}.principles-content{padding:24px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(102,126,234,.5) rgba(255,255,255,.05)}.principles-content::-webkit-scrollbar{width:6px}.principles-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.principles-content::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.principles-content::-webkit-scrollbar-thumb:hover{background:#667eeab3}.principle-item{display:flex;gap:16px;margin-bottom:20px;padding:16px;background:#ffffff08;border-left:3px solid rgba(0,180,216,.5);border-radius:8px}@media (max-width: 768px){.principles-modal-overlay{z-index:99999;position:fixed!important;overscroll-behavior:contain}.principles-modal{width:95%!important;max-height:90vh!important;height:auto;position:relative;z-index:100000;display:flex!important;flex-direction:column!important;opacity:1!important;visibility:visible!important}.principles-header{padding:14px 16px;flex-shrink:0}.principles-header h3{font-size:1.05rem;flex:1}.principles-close{width:36px;height:36px;font-size:2.2rem;color:#fff;background:#0006;font-weight:300}.principles-content{padding:12px 14px;flex:1 1 auto;min-height:0;max-height:calc(90vh - 130px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.principle-item{padding:10px;gap:10px}.principle-number{width:26px;height:26px;font-size:.8rem}.principle-text{font-size:.85rem;line-height:1.5}.principle-text strong{font-size:.9rem;margin-bottom:3px}.principles-footer{padding:12px 14px;gap:8px;flex-shrink:0;background:#000000b3;border-top:2px solid rgba(0,180,216,.5)}.principles-prompt-button{flex:1;max-width:none;padding:12px 14px;font-size:.85rem;border:2px solid rgba(52,199,89,.6)}.principles-prompt-button .button-icon{font-size:1rem}.principles-prompt-button .button-text{font-size:.8rem}.principles-close-button{flex:1;max-width:none;padding:12px 14px;font-size:.9rem;font-weight:700}}.whale-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.analyzed-timeframes{font-size:.7rem;color:#8899a6;font-weight:500}.whale-update-time{font-size:.65rem;color:#667eea;font-weight:600}.whale-monologue-text{font-size:.95rem;line-height:1.8;color:#e8e8e8;white-space:pre-wrap;padding:15px;background:#0003;border-radius:6px;font-weight:500;min-height:150px;word-wrap:break-word;overflow-wrap:break-word}.whale-hint{margin-top:10px;font-size:.7rem;color:#667eea;font-weight:500}.btc-context-note{text-align:center;font-size:.7rem;color:#ffc107;background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:6px;padding:8px 12px;margin-bottom:15px;font-weight:600}.whale-divider{height:1px;background:linear-gradient(to right,#fff0,#667eea80,#fff0);margin:20px 0}.whale-analysis-item{margin-bottom:15px}.whale-coin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.1)}.whale-coin-name{font-size:.85rem;font-weight:700;color:#667eea}.whale-tabs{display:flex;gap:8px;margin-bottom:15px;border-bottom:2px solid rgba(255,255,255,.1);padding-bottom:0;flex-shrink:0}.whale-tab{flex:1;padding:10px 16px;background:transparent;border:none;border-bottom:3px solid transparent;color:#8899a6;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;margin-bottom:-2px}.whale-tab:hover{color:#667eea;background:#667eea0d}.whale-tab.active{color:#667eea;border-bottom-color:#667eea;background:#667eea1a}.whale-btc-option{margin-top:15px;padding:12px;background:#667eea1a;border-radius:6px;border:1px solid rgba(102,126,234,.3)}.whale-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.whale-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.checkbox-text{font-size:.85rem;font-weight:500;color:#e8e8e8}.whale-checkbox-inline{padding:6px 10px;background:#667eea1a;border-radius:6px;border:1px solid rgba(102,126,234,.3);font-size:.75rem}.whale-checkbox-inline .checkbox-text{font-size:.75rem}.whale-bottom-section{display:flex;flex-direction:column;gap:10px;flex-shrink:0;margin-top:20px}.whale-strategy-section{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.strategy-card{background:#667eea14;border:1px solid rgba(102,126,234,.3);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:10px}.strategy-header{display:flex;align-items:center;gap:6px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.strategy-icon{font-size:1.1rem}.strategy-title{font-size:.85rem;font-weight:700;color:#667eea}.strategy-content{display:flex;flex-direction:column;gap:8px}.strategy-position{display:flex;align-items:center;gap:8px;font-size:.9rem}.position-value{font-size:1rem;font-weight:800}.strategy-desc{font-size:.8rem;color:#e8e8e8;line-height:1.4}.target-info,.stoploss-info{display:flex;flex-direction:column;gap:6px}.target-item,.stoploss-item{display:flex;align-items:center;gap:6px;font-size:.85rem}.target-label,.stoploss-label{font-size:.75rem;color:#8899a6;font-weight:600;min-width:35px}.target-value{font-size:.9rem;font-weight:700;color:#34c759}.stoploss-value{font-size:.9rem;font-weight:700;color:#ff3b30}.stoploss-desc{font-size:.7rem;color:#8899a6;margin-top:4px;line-height:1.3}.whale-oi-section{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.whale-oi-section .oi-header{display:flex;align-items:center;gap:8px;margin-bottom:15px}.whale-oi-section .oi-icon{font-size:1.2rem}.whale-oi-section .oi-title{font-size:.9rem;font-weight:700;color:#667eea;margin:0}.whale-oi-section .oi-source{font-size:.65rem;color:#8899a6;background:#667eea1a;padding:2px 8px;border-radius:4px;margin-left:auto}.whale-oi-section .oi-current-signal{background:#667eea14;border:1px solid rgba(102,126,234,.25);border-radius:8px;padding:12px;margin-bottom:15px}.whale-oi-section .oi-signal-label{font-size:.75rem;color:#8899a6;margin-bottom:6px}.whale-oi-section .oi-signal-badge{display:inline-block;padding:4px 12px;border-radius:6px;font-size:.85rem;font-weight:700;margin-bottom:6px}.whale-oi-section .oi-signal-badge.strong_fall{background:#ff3b3033;color:#ff3b30}.whale-oi-section .oi-signal-badge.cleanup{background:#ff9f0a33;color:#ff9f0a}.whale-oi-section .oi-signal-badge.strong_rise{background:#34c75933;color:#34c759}.whale-oi-section .oi-signal-badge.dead_cat{background:#fc03;color:#fc0}.whale-oi-section .oi-signal-desc{font-size:.75rem;color:#e8e8e8;line-height:1.4}.whale-oi-section .oi-matrix-table{background:#0003;border-radius:8px;overflow:hidden}.whale-oi-section .oi-table-header{display:grid;grid-template-columns:1fr 1fr 2fr;background:#667eea26;padding:10px;font-size:.75rem;font-weight:700;color:#667eea}.whale-oi-section .oi-table-row{display:grid;grid-template-columns:1fr 1fr 2fr;padding:10px;border-top:1px solid rgba(255,255,255,.05);transition:background .2s ease}.whale-oi-section .oi-table-row:hover{background:#ffffff08}.whale-oi-section .oi-table-row.active{background:#667eea26;border:1px solid rgba(102,126,234,.4);border-left:3px solid #667eea}.whale-oi-section .oi-col{font-size:.75rem;color:#e8e8e8;display:flex;align-items:center}.whale-oi-section .oi-meaning{flex-direction:column;align-items:flex-start;gap:4px}.whale-oi-section .oi-meaning-text{font-weight:700;color:#e7e9ea}.whale-oi-section .oi-meaning-desc{font-size:.7rem;color:#8899a6;line-height:1.3}@media (max-width: 768px){.whale-strategy-section{grid-template-columns:1fr;gap:8px}.strategy-card{padding:10px}.strategy-icon{font-size:1rem}.strategy-title{font-size:.8rem}.strategy-position{font-size:.85rem}.position-value{font-size:.95rem}.strategy-desc{font-size:.75rem}.target-value,.stoploss-value{font-size:.85rem}.whale-oi-section{margin-bottom:15px;padding-bottom:15px}.whale-oi-section .oi-title{font-size:.85rem}.whale-oi-section .oi-current-signal{padding:10px}.whale-oi-section .oi-signal-badge{font-size:.8rem}.whale-oi-section .oi-table-header{grid-template-columns:.8fr 1fr 2fr;padding:8px;font-size:.7rem}.whale-oi-section .oi-table-row{grid-template-columns:.8fr 1fr 2fr;padding:8px}.whale-oi-section .oi-col{font-size:.7rem}.whale-oi-section .oi-meaning-text{font-size:.75rem}.whale-oi-section .oi-meaning-desc{font-size:.65rem}.position-guide-section{padding:8px}.position-grid{grid-template-columns:repeat(2,1fr);gap:8px}.position-item{padding:8px}.position-label{font-size:.7rem}.position-value{font-size:.8rem}}.position-guide-section{margin-top:15px;padding:12px;background:#0003;border:1px solid rgba(102,126,234,.3);border-radius:8px}.position-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.position-icon{font-size:1.1rem}.position-title{font-size:.9rem;font-weight:700;color:#667eea;margin:0;flex:1}.risk-badge{padding:4px 10px;border-radius:12px;font-size:.7rem;font-weight:700}.risk-badge.risk-low{background:#34c75933;color:#34c759}.risk-badge.risk-medium{background:#ff9f0a33;color:#ff9f0a}.risk-badge.risk-high{background:#ff3b3033;color:#ff3b30}.position-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.position-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:10px;display:flex;flex-direction:column;gap:6px}.position-label{font-size:.75rem;color:#8899a6;font-weight:600}.position-value{font-size:.9rem;font-weight:700;color:#e8e8e8}.position-value.position-long{color:#34c759}.position-value.position-short{color:#ff3b30}.position-value.position-hold{color:#8899a6}.position-value.position-tp{color:#34c759}.position-value.position-sl{color:#ff3b30}.whale-button-group{display:flex;flex-direction:column;gap:8px;margin-top:15px}.whale-action-button-row{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%}.whale-action-button-row .whale-load-button{flex:1;margin-top:0;height:42px}.whale-action-button-row .whale-tts-play-button{margin-top:0;margin-left:0}.whale-json-group{display:flex;flex-direction:row;gap:8px;align-items:center}.button-divider{color:#ffffff4d;font-size:1.2rem;-webkit-user-select:none;user-select:none}.whale-button-group .whale-load-button,.whale-button-group .whale-refresh-button{margin-top:0;width:100%}.whale-json-button{padding:10px 16px;background:linear-gradient(135deg,#34c75933,#667eea33);border:1px solid rgba(52,199,89,.4);border-radius:8px;color:#e7e9ea;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease;flex:1;justify-content:center}.whale-json-button:hover:not(:disabled){background:linear-gradient(135deg,#34c7594d,#667eea4d);border-color:#34c75999;transform:translateY(-2px)}.whale-json-button:disabled{opacity:.4;cursor:not-allowed}.whale-json-button .button-icon{font-size:1rem}.whale-json-button .button-text{font-size:.8rem}.whale-btc-json-button{background:linear-gradient(135deg,#ff950033,#ff6b0033);border-color:#ff950066}.whale-btc-json-button:hover:not(:disabled){background:linear-gradient(135deg,#ff95004d,#ff6b004d);border-color:#ff950099}.whale-btc-json-button .button-icon{color:#ff9500;font-size:1.1rem;font-weight:700}@media (max-width: 768px){.whale-button-group{flex-direction:column;gap:8px}.whale-json-group{flex-direction:row;gap:8px}.whale-json-button{flex:1;padding:10px;font-size:.75rem}.whale-json-button .button-text{font-size:.7rem}}.monologue-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;position:relative}.monologue-icon{font-size:1.3rem}.monologue-title{flex:1;font-size:.9rem;font-weight:600;color:#e7e9ea;margin:0}.generate-oi-button{padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;font-size:.8rem;transition:all .3s ease;display:flex;align-items:center;gap:6px;box-shadow:0 2px 8px #667eea4d}.generate-oi-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea80;background:linear-gradient(135deg,#5a6eea,#6a4092)}.generate-oi-button:active{transform:translateY(0)}.generate-oi-button .button-icon{font-size:1rem}.refresh-oi-button{width:32px;height:32px;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:6px;color:#667eea;font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0}.refresh-oi-button:hover{background:#667eea33;border-color:#667eea80;transform:rotate(180deg)}.refresh-oi-button:active{transform:rotate(180deg) scale(.9)}.clear-oi-button{width:28px;height:28px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#8899a6;font-size:1.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.clear-oi-button:hover{background:#ef444433;border-color:#ef444480;color:#ef4444;transform:scale(1.1)}.clear-oi-button:active{transform:scale(.95)}@media (max-width: 768px){.generate-oi-button{padding:6px 12px;font-size:.75rem}.refresh-oi-button{width:28px;height:28px;font-size:1rem}.clear-oi-button{width:26px;height:26px;font-size:1.1rem}}.realtime-oi-status{background:#667eea0d;border:1px solid rgba(102,126,234,.2);border-radius:12px;padding:16px;margin-top:16px}.realtime-status-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.status-icon{font-size:1.3rem}.status-title{font-size:.9rem;font-weight:600;color:#e7e9ea;margin:0}.realtime-oi-status .status-panel{background:#0f141980;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:12px;display:grid;grid-template-columns:1fr;gap:10px}.realtime-oi-status .status-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.realtime-oi-status .status-item:last-child{border-bottom:none}.realtime-oi-status .status-label{font-size:.8rem;color:#8899a6;font-weight:500}.realtime-oi-status .status-value{font-size:.85rem;color:#e7e9ea;font-weight:600;text-align:right}@media (max-width: 768px){.realtime-oi-status{padding:12px}.status-title{font-size:.85rem}.realtime-oi-status .status-label{font-size:.75rem}.realtime-oi-status .status-value{font-size:.8rem}}.whale-monologue-oi{margin-top:16px}.tactical-dashboard{display:flex;flex-direction:column;gap:16px;margin-top:12px}.status-panel{background:#667eea14;border:1px solid rgba(102,126,234,.2);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.status-item{display:flex;align-items:center;gap:8px}.status-label{font-size:.75rem;color:#8899a6;font-weight:600;min-width:80px}.status-value{font-size:.8rem;color:#e7e9ea;font-weight:600}.metrics-section h5{font-size:.85rem;color:#e7e9ea;margin-bottom:10px;font-weight:600}.metrics-table{border:1px solid rgba(255,255,255,.1);border-radius:6px;overflow:hidden}.metrics-header{display:grid;grid-template-columns:1fr .8fr 2fr;gap:8px;background:#667eea26;padding:8px;font-size:.7rem;font-weight:700;color:#8899a6}.metrics-row{display:grid;grid-template-columns:1fr .8fr 2fr;gap:8px;padding:10px 8px;border-top:1px solid rgba(255,255,255,.05);font-size:.75rem;transition:background .2s ease}.metrics-row:hover{background:#ffffff08}.metric-col{color:#e7e9ea;font-weight:600}.value-col{color:#667eea;font-weight:700;font-family:Courier New,monospace}.interpretation-col{color:#8899a6;line-height:1.4}.timeframe-section h5{font-size:.85rem;color:#e7e9ea;margin-bottom:10px;font-weight:600}.timeframe-grid{display:flex;flex-direction:column;gap:10px}.timeframe-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:10px;display:flex;flex-direction:column;gap:4px}.tf-label{font-size:.7rem;color:#8899a6;font-weight:600}.tf-strategy{font-size:.8rem;color:#e7e9ea;line-height:1.4}.strategic-section{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.3);border-radius:8px;padding:14px}.strategic-section h5{font-size:.85rem;color:#667eea;margin-bottom:10px;font-weight:700}.strategic-text{font-size:.8rem;color:#e7e9ea;line-height:1.6;font-weight:500}.action-section{background:#22c55e14;border:1px solid rgba(34,197,94,.2);border-radius:8px;padding:14px}.action-section h5{font-size:.85rem;color:#34c759;margin-bottom:10px;font-weight:700}.action-grid{display:flex;flex-direction:column;gap:8px}.action-item{display:flex;align-items:center;gap:8px}.action-label{font-size:.75rem;color:#8899a6;font-weight:600;min-width:80px}.action-value{font-size:.8rem;color:#e7e9ea;font-weight:600}.action-value.position-long{color:#34c759}.action-value.position-short{color:#ff3b30}.action-value.position-neutral{color:#8899a6}.action-value.target{color:#34c759}.action-value.stoploss{color:#ff3b30}@media (max-width: 768px){.metrics-header,.metrics-row{grid-template-columns:1fr;gap:4px}.metrics-header>div,.metrics-row>div{padding:4px 0}.metrics-header .metric-col:before{content:""}.metrics-row .metric-col:before{content:"항목: ";color:#8899a6;font-size:.65rem}.metrics-row .value-col:before{content:"수치: ";color:#8899a6;font-size:.65rem}.metrics-row .interpretation-col:before{content:"해석: ";color:#8899a6;font-size:.65rem}.status-label,.action-label{min-width:70px;font-size:.7rem}.status-value,.action-value,.tf-strategy,.strategic-text{font-size:.75rem}}.analysis-mode-selector{margin-left:auto;margin-right:8px;padding:4px 8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#e1e8ed;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none}.analysis-mode-selector:hover{background:#ffffff14;border-color:#0a84ff80}.analysis-mode-selector:focus{border-color:#0a84ffcc;box-shadow:0 0 0 2px #0a84ff33}.analysis-mode-selector option{background:#1a1f2e;color:#e1e8ed}.tts-controls-section{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.tts-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#0a84ff14;border:1px solid rgba(10,132,255,.3);border-radius:8px;padding:12px}.tts-play-button{display:flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(90deg,#0a84ff,#667eea);border:none;border-radius:6px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #0a84ff40}.tts-play-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0a84ff59}.tts-play-button:disabled{opacity:.5;cursor:not-allowed}.tts-play-button.playing{background:linear-gradient(90deg,#ff9f0a,#ff3b30)}.tts-regen-button{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fffc;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.tts-regen-button:hover:not(:disabled){background:#ffffff26;color:#fff}.tts-regen-button:disabled{opacity:.5;cursor:not-allowed}.tts-subtitle-toggle{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#8899a6;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.tts-subtitle-toggle:hover{background:#ffc1071a;border-color:#ffc10766;color:#ffc107}.tts-subtitle-toggle.active{background:#ffc10726;border-color:#ffc10799;color:#ffc107;box-shadow:0 0 10px #ffc10733}.tts-button-icon{font-size:1rem}.tts-button-text{font-size:.85rem}.tts-control-group{display:flex;align-items:center;gap:8px}.tts-control-label{font-size:.8rem;color:#8899a6;font-weight:600;min-width:40px}.tts-speed-selector{padding:4px 8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#e1e8ed;font-size:.8rem;cursor:pointer;transition:all .2s ease;outline:none}.tts-speed-selector:hover:not(:disabled){background:#ffffff14;border-color:#0a84ff80}.tts-speed-selector:disabled{opacity:.5;cursor:not-allowed}.tts-speed-selector option{background:#1a1f2e;color:#e1e8ed}.tts-volume-slider{width:80px;height:4px;background:#ffffff1a;border-radius:2px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.tts-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:#0a84ff;border-radius:50%;cursor:pointer;transition:all .2s ease}.tts-volume-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 8px #0a84ff80}.tts-volume-slider::-moz-range-thumb{width:14px;height:14px;background:#0a84ff;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease}.tts-volume-slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 0 8px #0a84ff80}.tts-volume-slider:disabled{opacity:.5;cursor:not-allowed}.tts-volume-slider:disabled::-webkit-slider-thumb,.tts-volume-slider:disabled::-moz-range-thumb{cursor:not-allowed}.tts-volume-display{font-size:.8rem;color:#8899a6;min-width:40px;text-align:right}@media (max-width: 768px){.tts-controls{flex-direction:column;align-items:stretch;gap:10px}.tts-play-button{width:100%;justify-content:center}.tts-control-group{justify-content:space-between}.tts-volume-slider{flex:1;max-width:120px}}.subtitle-overlay{position:fixed;bottom:100px;left:0;right:0;padding:0 20px;z-index:9999;pointer-events:none;display:flex;justify-content:center;align-items:center}.subtitle-text{max-width:800px;padding:20px 30px;background:linear-gradient(135deg,#000000f2,#141e32e6);border:2px solid rgba(255,193,7,.4);border-radius:16px;box-shadow:0 8px 32px #0009,0 0 20px #ffc10733;color:#fff;font-size:1.3rem;font-weight:500;text-align:center;line-height:1.8;letter-spacing:.3px;animation:subtitle-fade-in .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes subtitle-fade-in{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.subtitle-overlay{bottom:80px;padding:0 12px}.subtitle-text{padding:16px 20px;font-size:1.1rem;line-height:1.6;border-radius:12px;max-width:90vw}}@media (max-width: 480px){.subtitle-text{font-size:1rem;padding:14px 18px}}@media (prefers-color-scheme: dark){.subtitle-text{background:linear-gradient(135deg,#000000fa,#0a1423f2);border-color:#ffc10780}}.flight-dismiss-bar{display:flex;justify-content:flex-end;padding:4px 0 2px}.flight-dismiss-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#fff6;font-size:13px;line-height:1;padding:3px 8px;cursor:pointer;transition:background .15s,color .15s}.flight-dismiss-btn:hover{background:#ff50502e;border-color:#ff505066;color:#ff7878e6}.trend-checklist{padding:20px;background:#1a1f2e;border-radius:12px;color:#e5e7eb}.checklist-header{margin-bottom:20px}.timeframe-tabs{display:flex;gap:10px;margin-bottom:10px}.timeframe-tabs .tab{flex:1;padding:12px 20px;background:#2a2f3e;border:2px solid #3a3f4e;border-radius:8px;color:#9ca3af;font-weight:600;cursor:pointer;transition:all .3s ease}.timeframe-tabs .tab:hover{background:#3a3f4e;border-color:#4a4f5e}.timeframe-tabs .tab.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.update-time{font-size:13px;color:#9ca3af;text-align:right;padding:5px 10px;background:#2a2f3e;border-radius:6px;display:inline-block;margin-left:auto}.verdict-badge{padding:20px;border-radius:12px;text-align:center;margin-bottom:30px;color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 12px #0000004d}.verdict-icon{font-size:24px}.verdict-score{font-size:14px;opacity:.9;margin-left:10px}.checklist-section{margin-bottom:30px;padding:20px;background:#222736;border-radius:10px}.section-title{margin:0 0 15px;color:#e5e7eb;font-size:18px;font-weight:600}.checklist-items{display:flex;flex-direction:column;gap:12px}.checklist-item{display:flex;align-items:flex-start;gap:12px;padding:15px;background:#2a2f3e;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.checklist-item:hover{transform:translate(5px);box-shadow:0 2px 8px #0000004d}.checklist-item.passed{border-left:3px solid #10b981}.checklist-item.failed{border-left:3px solid #ef4444}.item-icon{font-size:20px;flex-shrink:0}.item-content{flex:1}.item-title{font-weight:600;color:#e5e7eb;margin-bottom:5px}.item-reason{font-size:14px;color:#9ca3af}.ma-info{padding:20px;background:#222736;border-radius:10px;margin-top:20px}.ma-info h4{margin:0 0 15px;color:#e5e7eb;font-size:16px;font-weight:600}.ma-values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:15px}.ma-item{display:flex;justify-content:space-between;padding:10px;background:#2a2f3e;border-radius:6px}.ma-label{color:#9ca3af;font-weight:500}.ma-value{color:#e5e7eb;font-weight:600}.ma-alignment{display:flex;align-items:center;gap:10px;padding:10px;background:#2a2f3e;border-radius:6px}.alignment-badge{padding:4px 12px;border-radius:4px;font-size:14px;font-weight:600}.alignment-badge.bullish{background:#10b981;color:#fff}.alignment-badge.bearish{background:#ef4444;color:#fff}.alignment-badge.neutral{background:#f59e0b;color:#fff}.trend-checklist-loading{padding:40px;text-align:center;color:#9ca3af}.trend-checklist-loading .spinner{width:40px;height:40px;border:4px solid #3a3f4e;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.trend-checklist-error{padding:20px;text-align:center;color:#ef4444;background:#ef44441a;border-radius:8px}.trend-checklist-empty{padding:40px;text-align:center;color:#6b7280}@media (max-width: 768px){.trend-checklist{padding:15px}.verdict-badge{flex-direction:column;gap:5px;padding:15px;font-size:16px}.verdict-score{margin-left:0;font-size:12px}.ma-values{grid-template-columns:1fr}.checklist-item:hover{transform:none}}.sideways-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.sideways-modal{background:#1a1f2e;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#8b5cf6}.modal-close{background:none;border:none;color:#9ca3af;font-size:24px;cursor:pointer;transition:color .2s ease;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.modal-close:hover{color:#fff;background:#ffffff1a}.modal-content{padding:20px}.range-prices{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.range-price-item{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:8px;transition:all .2s ease}.range-price-item.high{background:#ef44441a;border-left:4px solid #ef4444}.range-price-item.current{background:#f59e0b26;border-left:4px solid #f59e0b;font-weight:600}.range-price-item.low{background:#10b9811a;border-left:4px solid #10b981}.range-label{font-size:.9rem;font-weight:500;min-width:70px;color:#d1d5db}.range-value{font-size:1.05rem;font-weight:600;color:#e5e7eb;flex:1;text-align:center}.range-value.current-price{font-size:1.15rem;color:#f59e0b}.range-distance{font-size:.85rem;padding:4px 10px;border-radius:6px;background:#ffffff0d;font-weight:600}.range-price-item.high .range-distance{color:#ef4444}.range-price-item.low .range-distance{color:#10b981}.range-position{font-size:.75rem;color:#9ca3af}.range-bar-container{margin:24px 0}.range-bar{position:relative;height:40px;background:#ffffff0d;border-radius:20px;overflow:visible}.range-bar-fill{height:100%;border-radius:20px;transition:all .3s ease}.range-current-position{position:absolute;top:-30px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:10}.position-marker{width:3px;height:70px;background:#f59e0b;border-radius:2px;box-shadow:0 0 10px #f59e0b80;animation:pulse-marker 2s ease-in-out infinite}@keyframes pulse-marker{0%,to{opacity:.8;box-shadow:0 0 10px #f59e0b80}50%{opacity:1;box-shadow:0 0 20px #f59e0bcc}}.position-label{position:absolute;top:-20px;font-size:.7rem;font-weight:600;color:#f59e0b;white-space:nowrap;background:#000000e6;padding:3px 8px;border-radius:4px}.range-bar-labels{display:flex;justify-content:space-between;margin-top:8px;padding:0 4px}.bar-label{font-size:.75rem;color:#9ca3af}.range-stats{display:flex;gap:12px;margin-top:20px;margin-bottom:16px}.range-stat-item{flex:1;padding:12px;background:#ffffff0d;border-radius:8px;text-align:center}.stat-label{display:block;font-size:.75rem;color:#9ca3af;margin-bottom:6px}.stat-value{display:block;font-size:1rem;font-weight:600;color:#e5e7eb}.range-trading-hint{margin-top:20px;padding:14px;border-radius:8px;text-align:center}.hint-text{margin:0;font-size:.9rem;font-weight:500;line-height:1.6}.hint-text.warning{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.hint-text.success{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.3)}.hint-text.neutral{background:#8b5cf61a;color:#8b5cf6;border:1px solid rgba(139,92,246,.3)}@media (max-width: 768px){.sideways-modal{width:95%;max-height:85vh}.modal-header h3{font-size:1.05rem}.range-prices{gap:10px}.range-price-item{padding:10px 12px}.range-value{font-size:.95rem}.range-distance{font-size:.75rem;padding:3px 7px}.range-bar{height:30px}.position-marker{height:60px}.position-label{font-size:.65rem;padding:2px 6px}.stat-label{font-size:.7rem}.stat-value{font-size:.9rem}.hint-text{font-size:.85rem}}.dashboard{width:100%;max-width:100%;margin:0;padding:0;position:relative;flex:1;display:flex;flex-direction:column;min-height:0;overflow-x:hidden}@media (max-width: 768px){.dashboard{overflow:hidden}}.dashboard-header{display:flex;align-items:center;gap:6px;margin-bottom:5px;padding:5px 0;background:#ffffff0d;border-radius:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%}.update-time{color:#8899a6;font-size:.9rem;font-weight:500}.countdown{color:#667eea;font-size:.9rem;font-weight:600;padding:5px 12px;background:#667eea26;border-radius:5px;border:1px solid rgba(102,126,234,.3)}.refresh-button,.retry-button{padding:6px 12px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;font-size:1.3rem;transition:all .3s ease;min-width:40px;height:36px;display:flex;align-items:center;justify-content:center}.refresh-button:hover:not(:disabled),.retry-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px #667eea66}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.whale-toggle-button{padding:6px 12px;background:linear-gradient(135deg,#667eea4d,#764ba24d);border:1px solid rgba(102,126,234,.5);border-radius:6px;color:#fff;cursor:pointer;font-weight:500;font-size:1.3rem;transition:all .3s ease;min-width:40px;height:36px;display:flex;align-items:center;justify-content:center}.whale-toggle-button:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-2px);box-shadow:0 8px 15px #667eea66}.dashboard-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;align-items:stretch;flex:1;min-height:0;width:100%;height:100%;grid-auto-rows:minmax(0,1fr);padding-top:0}.dashboard-grid>*{grid-column:span 1;min-width:0;max-width:100%}.analysis-column{display:flex;flex-direction:column;gap:6px;width:100%}.dashboard-loading,.dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.dashboard-error p{color:#ff3b30;font-size:1.1rem}.analysis-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;font-size:.8rem;display:flex;flex-direction:column;height:100%}.analysis-card:hover{border-color:#667eea80;box-shadow:0 4px 12px #0000004d}.card-header{display:flex;align-items:center;gap:5px;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.1)}.card-icon{font-size:1.3rem}.card-title{font-size:1.2rem;font-weight:600}.update-time-badge{font-size:.7rem;color:#8899a6;background:#8899a61a;padding:2px 8px;border-radius:10px;margin-left:auto;font-weight:500;white-space:nowrap}.card-content{display:flex;flex-direction:column;gap:6px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(102,126,234,.5) rgba(255,255,255,.05)}.card-content::-webkit-scrollbar{width:6px}.card-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.principles-icon-button{background:none;border:none;font-size:1.3rem;cursor:pointer;padding:4px 8px;margin-left:8px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.principles-icon-button:hover{background:#ffffff1a;transform:scale(1.1)}.principles-icon-button:active{transform:scale(.9)}.card-content::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.card-content::-webkit-scrollbar-thumb:hover{background:#667eeab3}.info-row{display:flex;justify-content:space-between;align-items:center;padding:3px 0}.info-label{color:#8899a6;font-size:.75rem}.info-value{font-weight:600;font-size:.8rem}.badge{padding:3px 7px;border-radius:10px;font-size:.7rem;font-weight:600}.badge-success{background:#34c75933;color:#34c759;border:1px solid rgba(52,199,89,.3)}.badge-warning{background:#ff9f0a33;color:#ff9f0a;border:1px solid rgba(255,159,10,.3)}.badge-danger{background:#ff3b3033;color:#ff3b30;border:1px solid rgba(255,59,48,.3)}.badge-info{background:#0a84ff33;color:#0a84ff;border:1px solid rgba(10,132,255,.3)}@media (min-width: 769px){.analysis-card.macro-gravity-card{height:auto!important;max-height:none!important}.analysis-card.macro-gravity-card .card-content{overflow-y:visible!important;max-height:none!important}}@media (max-width: 768px){.dashboard-grid{grid-template-columns:1fr}.dashboard-header{flex-wrap:wrap;gap:8px;justify-content:center}.update-time{margin-left:0}}.loading-overlay{position:fixed;top:20px;right:20px;background:#667eeaf2;padding:15px 25px;border-radius:10px;display:flex;align-items:center;gap:12px;z-index:9999;animation:slideIn .2s ease;box-shadow:0 4px 20px #0000004d}.loading-overlay .spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.loading-overlay p{color:#fff;font-size:.95rem;font-weight:600;margin:0}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.dashboard{padding-bottom:0}.dashboard-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:12px;padding:0 12px;height:auto;min-height:100%}.dashboard-grid>*{grid-column:span 1;height:auto;max-height:none;overflow-y:visible}.analysis-card{height:auto!important}.analysis-card .card-content{overflow-y:visible}.alert-combined-card .card-content{overflow-y:auto!important;max-height:calc(100vh - 180px)!important}}.update-banner{position:relative;width:100%;background:linear-gradient(135deg,#667eeae6,#764ba2e6);color:#fff;padding:8px 16px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.85rem;font-weight:500;z-index:100;box-shadow:0 2px 8px #0000004d;animation:slideDown .3s ease-out;margin-bottom:6px}.update-icon{font-size:1rem;animation:spin 1s linear infinite}.update-text{display:flex;align-items:center;gap:4px}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.level-count-toggle{display:flex;gap:5px;margin-left:auto}.level-count-toggle .toggle-btn{padding:4px 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:5px;color:#8899a6;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease}.level-count-toggle .toggle-btn:hover{background:#ffffff1a;border-color:#fff3}.level-count-toggle .toggle-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.stealth-mode{position:relative;width:100%;min-height:100vh;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:20px;cursor:pointer;overflow:hidden}@media (max-width: 768px){.stealth-mode{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;z-index:9999;padding:0;touch-action:none}}@keyframes stealth-pulse{0%,to{opacity:.4}50%{opacity:.7}}.stealth-circle{position:absolute;border-radius:50%;background:radial-gradient(circle at center,#3241551a,#1e28372d 70%);box-shadow:0 0 200px #3c506e13,inset 0 0 120px #28374b1a}.stealth-circle-1{width:65vw;height:65vw;top:10%;left:50%;transform:translate(-50%);animation:stealth-pulse 8s ease-in-out infinite}.stealth-circle-2{width:55vw;height:55vw;top:35%;left:50%;transform:translate(-50%);animation:stealth-pulse 10s ease-in-out infinite;animation-delay:-3s}.stealth-circle-3{width:50vw;height:50vw;top:55%;left:50%;transform:translate(-50%);animation:stealth-pulse 12s ease-in-out infinite;animation-delay:-6s}.stealth-datetime{position:absolute;top:80px;left:50%;transform:translate(-50%);text-align:center;z-index:10}.stealth-date{font-size:1.15rem;color:#ffffff8c;font-weight:600;margin-bottom:0;letter-spacing:.5px}.stealth-period{font-size:1.8rem;font-weight:300;color:#ffffff80;margin-bottom:0;letter-spacing:.3px}.stealth-time{font-size:4rem;color:#fff9;font-weight:200;line-height:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.stealth-price{position:absolute;z-index:10;display:flex;flex-direction:column;gap:4px}.stealth-price.top-right{top:5px;right:5px;text-align:right}.stealth-price.bottom-left{bottom:5px;left:5px;text-align:left}.stealth-price.top-left{top:5px;left:5px;text-align:left}.stealth-price.top{top:5px;left:5px}.stealth-price.bottom{bottom:5px;left:5px}.stealth-coin-name{font-size:.9rem;color:#ffffff26;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:1px;text-transform:uppercase}.stealth-value{font-size:1.1rem;color:#fff9;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.5px}.stealth-swipe-hint{position:absolute;bottom:10px;left:50%;transform:translate(-50%);z-index:10;font-size:.7rem;color:#ffffff14;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.5px;text-align:center;white-space:nowrap}.stealth-alert-icon{position:absolute;bottom:20px;right:20px;z-index:100;width:50px;height:50px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;animation:pulse-alert 1.5s ease-in-out infinite;box-shadow:0 4px 12px #0000004d}.stealth-alert-icon:active{transform:scale(.95);background:#ffffff26}@keyframes pulse-alert{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}.stealth-mode:active .stealth-datetime,.stealth-mode:active .stealth-price{opacity:.7;transition:opacity .1s ease}.stealth-position-control{position:absolute;top:0;right:0;width:120px;height:120px;background:transparent;cursor:pointer;z-index:10;opacity:0;-webkit-tap-highlight-color:transparent}.stealth-position-control:active{opacity:0}.stealth-brightness-control{position:absolute;bottom:0;right:0;width:120px;height:120px;background:transparent;cursor:pointer;z-index:10;opacity:0;-webkit-tap-highlight-color:transparent}.stealth-brightness-control:active{opacity:0}.mobile-slider-container{width:100vw;overflow:hidden;position:relative;flex:1;min-height:0}.mobile-slider{display:flex;width:500%;height:auto;align-items:flex-start;will-change:transform}.mobile-tab-panel{flex:0 0 100vw;width:100vw;height:auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:0 6px;box-sizing:border-box}.mobile-slider.swiping{user-select:none;-webkit-user-select:none}.mobile-tab-panel.inactive{height:0;min-height:0;overflow:hidden;visibility:hidden}.mobile-tab-panel.active{height:auto;overflow-y:auto;visibility:visible}.mobile-tab-panel>*{margin-bottom:6px}.mobile-tab-panel>*:last-child{margin-bottom:80px}.oi-history-table{width:100%;margin-top:8px}.oi-history-header{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr .8fr;gap:6px;padding:8px 6px;background:#667eea1a;border-radius:6px;font-size:.7rem;font-weight:700;color:#8899a6;margin-bottom:4px}.oi-history-body{max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(102,126,234,.3) transparent}.oi-history-body::-webkit-scrollbar{width:6px}.oi-history-body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.oi-history-body::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.oi-history-body::-webkit-scrollbar-thumb:hover{background:#667eeab3}.oi-history-row{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr .8fr;gap:6px;padding:8px 6px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:4px;font-size:.7rem;margin-bottom:3px;transition:all .2s ease}.oi-history-row:hover{background:#ffffff0d;border-color:#667eea4d}.oi-col-time{color:#8899a6;font-size:.65rem}.oi-col-value{color:#e7e9ea;text-align:right;font-family:Courier New,monospace;font-size:.65rem}.oi-col-change{text-align:right;font-family:Courier New,monospace;font-size:.65rem}.oi-col-pct{text-align:right;font-family:Courier New,monospace;font-size:.7rem}@media (max-width: 768px){.oi-history-header,.oi-history-row{grid-template-columns:1.3fr .9fr .9fr .9fr .7fr;gap:4px;padding:6px 4px}.oi-col-time,.oi-col-value,.oi-col-change{font-size:.6rem}.oi-col-pct{font-size:.65rem}}.card-close-button{position:absolute;top:12px;right:12px;width:28px;height:28px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#8899a6;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.card-close-button:hover{background:#ef444433;border-color:#ef444480;color:#ef4444}.card-close-button:active{transform:scale(.95)}@media (max-width: 768px){.card-close-button{top:10px;right:10px;width:26px;height:26px;font-size:1.3rem}}.oi-history-header-simple{display:grid;grid-template-columns:1.5fr 1fr;gap:8px;padding:10px 8px;background:#667eea1a;border-radius:6px;font-size:.75rem;font-weight:700;color:#8899a6;margin-bottom:4px}.oi-history-row-simple{display:grid;grid-template-columns:1.5fr 1fr;gap:8px;padding:10px 8px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:4px;font-size:.75rem;margin-bottom:3px;transition:all .2s ease;align-items:center}.oi-history-row-simple:hover{background:#ffffff0d;border-color:#667eea4d}.oi-col-time-wide{color:#8899a6;font-size:.7rem}.oi-col-pct-wide{text-align:right;font-family:Courier New,monospace;font-size:.85rem;font-weight:700}@media (max-width: 768px){.oi-history-header-simple,.oi-history-row-simple{grid-template-columns:1.2fr 1fr;gap:6px;padding:8px 6px}.oi-col-time-wide{font-size:.65rem}.oi-col-pct-wide{font-size:.75rem}}.dashboard-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0f1419,#1a1f2e,#0f1419);position:relative;overflow:hidden}.dashboard-loading:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}.loading-content{position:relative;z-index:1;text-align:center;padding:40px;background:#ffffff05;border-radius:24px;border:1px solid rgba(102,126,234,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000004d,0 0 60px #667eea1a}.loading-icon{position:relative;width:120px;height:120px;margin:0 auto 30px}.crypto-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:pulse 2s ease-in-out infinite}.loading-rings{position:absolute;top:0;left:0;width:100%;height:100%}.ring{position:absolute;top:50%;left:50%;border:2px solid transparent;border-radius:50%;animation:rotate 3s linear infinite}.ring-1{width:80px;height:80px;margin:-40px 0 0 -40px;border-top-color:#667eea;border-right-color:#667eea;animation-duration:2s}.ring-2{width:100px;height:100px;margin:-50px 0 0 -50px;border-top-color:#764ba2;border-right-color:#764ba2;animation-duration:3s;animation-direction:reverse}.ring-3{width:120px;height:120px;margin:-60px 0 0 -60px;border-top-color:#667eea4d;border-right-color:#667eea4d;animation-duration:4s}.loading-title{font-size:2rem;font-weight:700;margin:0 0 12px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.loading-message{font-size:1rem;color:#8899a6;margin:0 0 24px;font-weight:500;animation:fadeInOut 2s ease-in-out infinite}.loading-details{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.detail-badge{padding:6px 12px;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:12px;color:#667eea;font-size:.75rem;font-weight:600;letter-spacing:.5px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.05);opacity:.8}}@keyframes fadeInOut{0%,to{opacity:.6}50%{opacity:1}}@media (max-width: 768px){.loading-content{padding:30px 20px;margin:0 16px}.loading-icon{width:100px;height:100px}.crypto-logo{font-size:3rem}.ring-1{width:70px;height:70px;margin:-35px 0 0 -35px}.ring-2{width:85px;height:85px;margin:-42.5px 0 0 -42.5px}.ring-3{width:100px;height:100px;margin:-50px 0 0 -50px}.loading-title{font-size:1.5rem}.loading-message{font-size:.9rem}}.oi-history-chart-container{padding:16px 0 12px}.oi-chart-legend{display:flex;justify-content:center;gap:24px;margin-top:16px;padding:12px;background:#ffffff05;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.legend-item{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#8899a6}.legend-color{width:12px;height:12px;border-radius:3px}@media (max-width: 768px){.oi-history-chart-container{padding:12px 0 8px}.oi-chart-legend{flex-direction:column;gap:8px;padding:10px}.legend-item{font-size:.7rem}.stealth-period{display:none}.stealth-date{font-size:.9rem}.stealth-time{font-size:5.2rem}.stealth-coin-name{font-size:.75rem}.stealth-value{font-size:.85rem}.stealth-price.top-right{top:5px}.stealth-price.bottom-left{bottom:35px}.stealth-price.top-left,.stealth-price.top{top:5px}.stealth-price.bottom{bottom:35px}.stealth-swipe-hint{font-size:.65rem;bottom:15px}.stealth-circle-1{width:100vh;height:100vh;top:5%;animation:stealth-pulse 8s ease-in-out infinite}.stealth-circle-2{width:85vh;height:85vh;top:30%;animation:stealth-pulse 10s ease-in-out infinite;animation-delay:-3s}.stealth-circle-3{width:75vh;height:75vh;top:50%;animation:stealth-pulse 12s ease-in-out infinite;animation-delay:-6s}}.alert-sub-tabs{display:flex;gap:8px;margin-bottom:15px;border-bottom:2px solid rgba(255,255,255,.1);padding:0 15px;flex-shrink:0}.alert-sub-tab{flex:1;padding:12px 16px;background:transparent;border:none;border-bottom:3px solid transparent;color:#8899a6;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:-2px}.alert-sub-tab:hover{color:#667eea;background:#667eea0d}.alert-sub-tab.active{color:#667eea;border-bottom-color:#667eea;background:#667eea1a}.alert-combined-card{display:flex;flex-direction:column;min-height:0}.alert-combined-card .card-header{flex-shrink:0}.alert-sub-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;padding-right:5px}.alert-sub-content>*{flex:1;min-height:0}.alert-sub-content::-webkit-scrollbar{width:6px}.alert-sub-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.alert-sub-content::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.alert-sub-content::-webkit-scrollbar-thumb:hover{background:#667eeab3}.alert-sub-content .pattern-card .card-header{display:none}.alert-sub-content .pattern-card{margin-bottom:0;border:none;background:transparent}.alert-sub-content .telegram-log-card .card-header{display:none}.alert-sub-content .telegram-log-card{border:none;background:transparent}@media (max-width: 768px){.alert-sub-tabs{padding:0 10px;gap:6px}.alert-sub-tab{font-size:.75rem;padding:10px 12px}}.sentinel-history-container{padding:10px;overflow-y:auto;max-height:calc(100vh - 250px);scrollbar-width:thin;scrollbar-color:rgba(102,126,234,.5) rgba(255,255,255,.05)}.sentinel-history-container::-webkit-scrollbar{width:6px}.sentinel-history-container::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.sentinel-history-container::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.sentinel-history-container::-webkit-scrollbar-thumb:hover{background:#667eeab3}.alert-filter-buttons{display:flex;gap:6px;margin-bottom:12px;padding:0 2px}.alert-filter-btn{flex:1;padding:6px 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#8899a6;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.alert-filter-btn:hover{background:#ffffff14;border-color:#667eea4d;color:#e7e9ea}.alert-filter-btn.active{background:#667eea26;border-color:#667eea;color:#667eea;box-shadow:0 2px 8px #667eea33}.sentinel-history-list{display:flex;flex-direction:column;gap:10px}.sentinel-history-item{background:#ffffff08;border-radius:8px;padding:12px;border-left:3px solid;transition:all .2s ease}.sentinel-history-item:hover{background:#ffffff0d}.sentinel-history-item .alert-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.sentinel-history-item .alert-priority{font-size:.75rem;font-weight:600;padding:3px 8px;border-radius:4px;white-space:nowrap}.sentinel-history-item .alert-coin{font-size:.8rem;font-weight:700;color:#667eea;padding:2px 8px;background:#667eea1a;border-radius:4px}.sentinel-history-item .alert-time{font-size:.75rem;color:#8899a6;margin-left:auto}.sentinel-history-item .alert-message{font-size:.85rem;color:#e7e9ea;line-height:1.5}@media (max-width: 768px){.sentinel-history-container{max-height:none!important;height:auto!important;padding:8px;overflow-y:visible!important}.alert-filter-buttons{gap:4px;margin-bottom:10px}.alert-filter-btn{padding:5px 8px;font-size:.7rem}.sentinel-history-item{padding:10px}.sentinel-history-item .alert-header{gap:6px}.sentinel-history-item .alert-time{width:100%;margin-left:0;margin-top:4px}}.reliability-badge{display:inline-block;padding:3px 8px;border-radius:10px;font-size:.7rem;font-weight:600;margin-left:6px;white-space:nowrap;cursor:help;transition:all .2s ease}.reliability-badge:hover{transform:scale(1.05);box-shadow:0 2px 8px #0000004d}.reliability-badge.high{background:#34c75933;color:#34c759;border:1px solid rgba(52,199,89,.3)}.reliability-badge.medium{background:#ff9f0a33;color:#ff9f0a;border:1px solid rgba(255,159,10,.3)}.reliability-badge.low{background:#ff3b3033;color:#ff3b30;border:1px solid rgba(255,59,48,.3)}.false-breakout-warning{display:inline-block;padding:3px 8px;border-radius:10px;font-size:.7rem;font-weight:600;margin-left:6px;background:#ff3b3033;color:#ff3b30;border:1px solid rgba(255,59,48,.3);white-space:nowrap;cursor:help;animation:pulse-warning 2s ease-in-out infinite}@keyframes pulse-warning{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.false-breakout-warning:hover{animation:none;transform:scale(1.1);box-shadow:0 2px 12px #ff3b3066}.ma-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);margin-left:6px;font-size:.7rem}.ma-slope{font-weight:600;white-space:nowrap}.ma-slope.rising{color:#34c759}.ma-slope.falling{color:#ff3b30}.ma-slope.flat{color:#ff9f0a}.ma-strength-icon{font-size:.8rem}.ma-strength-icon.strong{filter:brightness(1.2)}.ma-strength-icon.moderate{opacity:.9}.ma-strength-icon.weak{opacity:.7}.level-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px}@media (max-width: 768px){.reliability-badge,.false-breakout-warning,.ma-badge{font-size:.65rem;padding:2px 6px;margin-left:4px}.level-meta{gap:4px}}.volume-profile-section{margin:15px 0;padding:12px;background:#8a2be20d;border:1px solid rgba(138,43,226,.2);border-radius:8px}.level-title.volume-profile{color:#9d4edd;font-size:.9rem;font-weight:600;margin-bottom:10px;display:flex;align-items:center;gap:6px}.volume-profile-list{display:flex;flex-direction:column;gap:8px}.volume-profile-item{background:#ffffff08;border-radius:6px;padding:8px 10px;transition:all .2s ease;border-left:3px solid}.volume-profile-item.poc{border-left-color:#9d4edd}.volume-profile-item.vah{border-left-color:#3b82f6}.volume-profile-item.val{border-left-color:#10b981}.volume-profile-item:hover{background:#ffffff0f;transform:translate(2px)}.vp-main{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.vp-label{font-weight:600;color:#8899a6;font-size:.85rem;min-width:45px}.vp-price{font-size:.95rem;font-weight:700;color:#e7e9ea;font-family:Courier New,monospace}.vp-distance{font-size:.8rem;color:#8899a6;padding:2px 6px;background:#ffffff0d;border-radius:4px}.vp-badge{padding:2px 8px;border-radius:10px;font-size:.7rem;font-weight:600;background:#9d4edd26;color:#9d4edd;border:1px solid rgba(157,78,221,.3)}.vp-badge.vah{background:#3b82f626;color:#3b82f6;border-color:#3b82f64d}.vp-badge.val{background:#10b98126;color:#10b981;border-color:#10b9814d}.vp-meta{display:flex;align-items:center;gap:10px;margin-top:4px;font-size:.75rem;color:#8899a6}.vp-time{display:flex;align-items:center;gap:4px;padding:2px 6px;background:#ffffff0d;border-radius:4px;font-weight:500}.vp-volume{display:flex;align-items:center;gap:4px;color:#667eea;font-weight:600}@media (max-width: 768px){.volume-profile-section{padding:10px;margin:12px 0}.volume-profile-item{padding:6px 8px}.vp-main{gap:6px}.vp-label{font-size:.75rem;min-width:40px}.vp-price{font-size:.85rem}.vp-distance{font-size:.7rem;padding:1px 4px}.vp-badge{font-size:.65rem;padding:1px 6px}.vp-meta{gap:8px;font-size:.7rem}.vp-time,.vp-volume{padding:1px 4px}}.liquidity-zone-badge{display:inline-block;padding:3px 8px;border-radius:10px;font-size:.7rem;font-weight:600;margin-left:6px;white-space:nowrap;cursor:help;transition:all .2s ease;animation:glow-liquid 3s ease-in-out infinite}.liquidity-zone-badge.short{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.4)}.liquidity-zone-badge.long{background:#ff9f0a33;color:#ff9f0a;border:1px solid rgba(255,159,10,.4)}@keyframes glow-liquid{0%,to{box-shadow:0 0 5px #3b82f64d}50%{box-shadow:0 0 15px #3b82f699}}.liquidity-zone-badge:hover{transform:scale(1.1);animation:none}.liquidity-zone-badge.short:hover{box-shadow:0 2px 12px #3b82f680}.liquidity-zone-badge.long:hover{box-shadow:0 2px 12px #ff9f0a80}@media (max-width: 768px){.liquidity-zone-badge{font-size:.65rem;padding:2px 6px;margin-left:4px}}.btc-correlation-badge{display:inline-block;padding:3px 8px;border-radius:10px;font-size:.7rem;font-weight:600;margin-left:6px;white-space:nowrap;cursor:help;transition:all .2s ease}.btc-correlation-badge.strong_positive{background:#34c75933;color:#34c759;border:1px solid rgba(52,199,89,.4)}.btc-correlation-badge.moderate_positive{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.4)}.btc-correlation-badge.independent{background:#8a2be233;color:#9d4edd;border:1px solid rgba(138,43,226,.4);font-weight:700}.btc-correlation-badge.moderate_negative{background:#ff9f0a33;color:#ff9f0a;border:1px solid rgba(255,159,10,.4)}.btc-correlation-badge.strong_negative{background:#ff3b3033;color:#ff3b30;border:1px solid rgba(255,59,48,.4)}.btc-correlation-badge:hover{transform:scale(1.05);box-shadow:0 2px 10px #0000004d}.btc-correlation-badge.independent:hover{box-shadow:0 2px 15px #8a2be280;transform:scale(1.1)}@media (max-width: 768px){.btc-correlation-badge{font-size:.65rem;padding:2px 6px;margin-left:4px}}.principles-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.principles-modal{background:linear-gradient(135deg,#1a1f2e,#0f1419);border:2px solid rgba(0,180,216,.4);border-radius:16px;max-width:600px;width:90%;max-height:80vh;overflow:hidden;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease;display:flex;flex-direction:column}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.principles-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,#48cae426,#00b4d826);border-bottom:1px solid rgba(0,180,216,.3)}.principles-header h3{margin:0;font-size:1.3rem;font-weight:700;color:#00b4d8;display:flex;align-items:center;gap:8px}.principles-close{position:relative;background:none;border:none;color:#8899a6;font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10;flex-shrink:0}.principles-close:hover{background:#00b4d833;color:#00b4d8;transform:scale(1.1)}.principles-content{padding:24px;overflow-y:auto;flex:1;min-height:0}.principle-item{display:flex;gap:16px;margin-bottom:20px;padding:16px;background:#ffffff08;border-left:3px solid rgba(0,180,216,.5);border-radius:8px;transition:all .2s ease}.principle-item:hover{background:#ffffff0d;border-left-color:#00b4d8;transform:translate(4px)}.principle-item:last-child{margin-bottom:0}.principle-number{flex-shrink:0;width:32px;height:32px;background:linear-gradient(135deg,#48cae4,#0096c7);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 2px 8px #0096c74d}.principle-text{flex:1;color:#e1e8ed;line-height:1.6;font-size:.95rem}.principle-text strong{color:#00b4d8;font-weight:700;display:block;margin-bottom:4px;font-size:1rem}.principles-footer{padding:16px 24px;background:#0000004d;border-top:1px solid rgba(0,180,216,.3);display:flex;gap:12px;justify-content:center}.principles-prompt-button{flex:1;max-width:200px;padding:12px 20px;background:linear-gradient(135deg,#34c75933,#34c7594d);border:1px solid rgba(52,199,89,.5);border-radius:8px;color:#34c759;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.principles-prompt-button:hover{background:linear-gradient(135deg,#34c7594d,#34c75966);border-color:#34c759b3;transform:translateY(-2px);box-shadow:0 4px 12px #34c75966}.principles-prompt-button:active{transform:translateY(0)}.principles-prompt-button .button-icon{font-size:1.1rem}.principles-prompt-button .button-text{font-size:.95rem}.principles-close-button{flex:1;max-width:200px;padding:12px 24px;background:linear-gradient(135deg,#48cae4,#0096c7);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0096c74d}.principles-close-button:hover{background:linear-gradient(135deg,#48cae4,#0077b6);transform:translateY(-2px);box-shadow:0 4px 12px #0096c766}.principles-close-button:active{transform:translateY(0)}@media (max-width: 768px){.principles-modal-overlay{z-index:99999;position:fixed!important}.principles-modal{width:95%!important;max-height:75vh!important;height:auto;position:relative;z-index:100000;display:flex!important;flex-direction:column!important;opacity:1!important;visibility:visible!important}.principles-header{padding:16px 20px}.principles-header h3{font-size:1.1rem}.principles-close{font-size:1.8rem;width:28px;height:28px}.principles-content{padding:16px;max-height:calc(75vh - 180px)}.principle-item{padding:12px;gap:12px;margin-bottom:16px}.principle-number{width:28px;height:28px;font-size:.85rem}.principle-text{font-size:.9rem}.principle-text strong{font-size:.95rem}.principles-footer{padding:12px 16px;flex-direction:column}.principles-prompt-button,.principles-close-button{max-width:100%;width:100%}}.coin-selector{display:flex;gap:4px;justify-content:flex-start;flex-wrap:nowrap;margin:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.coin-selector::-webkit-scrollbar{display:none}.coin-button{display:flex;flex-direction:row;align-items:center;gap:4px;padding:5px 7px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:6px;color:#e7e9ea;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:auto;white-space:nowrap;flex-shrink:0}.coin-button:hover{background:#ffffff14;border-color:#667eea80}.coin-button.active{background:linear-gradient(135deg,#667eea33,#764ba233);border-color:#667eea;box-shadow:0 4px 12px #667eea4d}.coin-icon{font-size:1.3rem;font-weight:700}.coin-symbol{font-size:.9rem;font-weight:600;color:#8899a6}.coin-price{font-size:.85rem;font-weight:700;color:#e7e9ea;font-family:Courier New,monospace;letter-spacing:-.3px}.coin-change{font-size:.8rem;font-weight:700;padding:3px 8px;border-radius:12px;font-family:Courier New,monospace;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.coin-change.positive{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.4);box-shadow:0 2px 8px #22c55e26}.coin-change.negative{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.4);box-shadow:0 2px 8px #ef444426}@media (max-width: 768px){.coin-selector{padding:0 8px;gap:6px}.coin-button{padding:6px 10px;gap:4px;min-width:70px}.coin-icon{font-size:1.2rem}.coin-symbol{font-size:.8rem}.coin-price{font-size:.75rem}.coin-change{font-size:.75rem;padding:3px 5px}}.api-health-container{padding:0;max-width:100%}.api-health-loading{text-align:center;padding:40px;color:#ffffff80;font-size:14px}.api-health-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.api-health-title{font-size:16px;font-weight:700;color:#ffffffe6;display:flex;align-items:center;gap:8px}.api-health-icon{font-size:18px}.api-health-check-btn{background:#667eea26;border:1px solid rgba(102,126,234,.3);border-radius:6px;color:#667eea;font-size:12px;padding:6px 12px;cursor:pointer;transition:all .15s}.api-health-check-btn:hover:not(:disabled){background:#667eea40;border-color:#667eea80}.api-health-check-btn:disabled{opacity:.5;cursor:not-allowed}.api-health-status-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.api-health-card{background:#ffffff0a;border-radius:10px;padding:14px;border-left-width:3px;border-left-style:solid}.api-health-card-header{display:flex;align-items:center;gap:6px;margin-bottom:8px}.api-health-card-icon{font-size:16px}.api-health-card-title{font-size:13px;font-weight:600;color:#ffffffb3}.api-health-card-status{font-size:18px;font-weight:700;margin-bottom:4px}.api-health-card-desc{font-size:11px;color:#fff6}.api-health-alert{display:flex;align-items:flex-start;gap:10px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:12px;margin-bottom:20px}.api-health-alert-icon{font-size:18px;flex-shrink:0}.api-health-alert-content{flex:1}.api-health-alert-title{font-size:13px;font-weight:600;color:#ff8a80;margin-bottom:4px}.api-health-alert-desc{font-size:12px;color:#ff8a80cc;line-height:1.4}.api-health-stats{background:#ffffff08;border-radius:10px;padding:14px;margin-bottom:16px}.api-health-stats-title{font-size:13px;font-weight:600;color:#ffffffb3;margin-bottom:12px}.api-health-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:12px}.api-health-stat-item{text-align:center}.api-health-stat-label{font-size:11px;color:#fff6;margin-bottom:4px}.api-health-stat-value{font-size:16px;font-weight:700;color:#ffffffe6}.api-health-last-working{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#ffffff08;border-radius:6px;margin-bottom:16px;font-size:12px}.api-health-last-working-label{color:#ffffff80}.api-health-last-working-time{color:#ffffffe6;font-weight:600}.api-health-history{background:#ffffff08;border-radius:10px;padding:14px;margin-bottom:16px}.api-health-history-title{font-size:13px;font-weight:600;color:#ffffffb3;margin-bottom:10px}.api-health-history-list{max-height:250px;overflow-y:auto}.api-health-history-list::-webkit-scrollbar{width:4px}.api-health-history-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.api-health-history-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.api-health-history-item{display:flex;align-items:center;gap:8px;padding:8px;background:#ffffff05;border-radius:6px;margin-bottom:4px;font-size:11px}.api-health-history-icon{font-size:14px;flex-shrink:0}.api-health-history-time{color:#ffffff80;flex-shrink:0;min-width:80px}.api-health-history-api{color:#fff9;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.api-health-history-status{font-weight:600;flex-shrink:0}.api-health-history-time-ms{color:#fff6;flex-shrink:0;min-width:50px;text-align:right}.api-health-info{background:#667eea14;border:1px solid rgba(102,126,234,.2);border-radius:8px;padding:12px}.api-health-info-title{font-size:12px;font-weight:600;color:#ffffffb3;margin-bottom:8px}.api-health-info-content p{font-size:11px;color:#ffffff80;line-height:1.6;margin:4px 0}@media (max-width: 480px){.api-health-status-grid{grid-template-columns:1fr}.api-health-stats-grid{grid-template-columns:repeat(3,1fr)}}.settings-overlay,.settings-overlay *{box-sizing:border-box!important;max-width:100%}.tabs-slider{max-width:400%!important}.settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow:hidden;padding:0 10px;max-width:100vw}.settings-modal{background:linear-gradient(135deg,#1a1f2e,#0f1419);border-radius:16px;width:90%;max-width:500px;max-height:80vh;overflow:hidden;box-sizing:border-box;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1);position:relative}@media (max-width: 550px){.settings-modal{width:calc(100vw - 20px);max-width:calc(100vw - 20px)}}.settings-modal>*{max-width:100%;box-sizing:border-box}.settings-modal *{overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1);max-width:100%;box-sizing:border-box}.settings-header h2{margin:0;font-size:1.4rem;color:#fff}.close-button{background:#ffffff1a;border:none;color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-button:hover{background:#ff3b3033;color:#ff3b30}.settings-content{padding:0;height:calc(80vh - 140px);overflow:hidden;overflow-x:hidden!important;position:relative;touch-action:pan-y;width:100%;max-width:100%;contain:layout style paint}.tabs-slider{display:flex;transition:transform .35s cubic-bezier(.4,0,.2,1);height:100%;width:400%;max-width:400%;will-change:transform;contain:layout style paint}.tabs-slider.dragging{transition:none!important}.tab-panel{width:25%;min-width:25%;max-width:25%;flex-shrink:0;padding:24px 20px 24px 24px;overflow-y:auto;overflow-x:hidden;height:100%;box-sizing:border-box}.tab-panel::-webkit-scrollbar{width:6px}.tab-panel::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.tab-panel::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.tab-panel::-webkit-scrollbar-thumb:hover{background:#667eeab3}.settings-section{margin-bottom:28px;width:100%;max-width:100%;overflow-wrap:break-word;word-break:break-word;overflow-x:hidden}.settings-section:last-child{margin-bottom:0}.settings-section h3{margin:0 0 16px;font-size:1rem;color:#8899a6;font-weight:600}.setting-item{margin-bottom:16px}.setting-item label{display:block;margin-bottom:8px;color:#8899a6;font-size:.85rem}.setting-item input[type=text]{width:100%;max-width:100%;padding:10px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.95rem;transition:all .2s;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.setting-item input[type=text]:focus{outline:none;border-color:#667eea;background:#667eea0d}.exchange-options{display:flex;flex-direction:column;gap:12px;width:100%;max-width:100%}.exchange-option{display:block;padding:16px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s}.exchange-option:hover{background:#ffffff14;border-color:#667eea4d}.exchange-option.selected{background:#667eea26;border-color:#667eea}.exchange-option input[type=radio]{display:none}.option-content{display:flex;align-items:center;gap:14px}.option-icon{width:44px;height:44px;background:#667eea33;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#667eea;font-size:.9rem;flex-shrink:0}.exchange-option.selected .option-icon{background:#667eea;color:#fff}.option-text{display:flex;flex-direction:column;gap:4px}.option-text strong{color:#fff;font-size:1rem}.option-text small{color:#8899a6;font-size:.8rem}.info-section ul{margin:0;padding-left:20px;color:#8899a6;font-size:.85rem;line-height:1.6}.info-section li{margin-bottom:8px}.settings-footer{display:flex;gap:12px;padding:20px 24px;border-top:1px solid rgba(255,255,255,.1)}.cancel-button,.save-button{flex:1;padding:12px;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.cancel-button{background:#ffffff1a;color:#8899a6}.cancel-button:hover{background:#ffffff26;color:#fff}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #667eea66}.coin-checkboxes{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.coin-checkbox{display:block;padding:12px 16px;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;transition:all .2s}.coin-checkbox:hover{background:#ffffff14;border-color:#667eea4d}.coin-checkbox.checked{background:#667eea26;border-color:#667eea}.coin-checkbox input[type=checkbox]{display:none}.checkbox-content{display:flex;align-items:center;gap:10px}.coin-icon-small{font-size:1.2rem;opacity:.9}.coin-checkbox.checked .coin-icon-small{opacity:1}.coin-name{color:#8899a6;font-weight:600;font-size:.95rem}.coin-checkbox.checked .coin-name{color:#fff}.settings-tabs{display:flex;border-bottom:2px solid rgba(255,255,255,.1);padding:0 24px;gap:4px;max-width:100%;box-sizing:border-box;overflow-x:auto}.settings-tabs::-webkit-scrollbar{display:none}.settings-tabs{-ms-overflow-style:none;scrollbar-width:none}.settings-tab{flex:1;padding:14px 20px;background:transparent;border:none;border-bottom:3px solid transparent;color:#8899a6;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.settings-tab:hover{color:#667eea;background:#667eea0d}.settings-tab.active{color:#667eea;border-bottom-color:#667eea;background:#667eea1a}.guide-content{padding-bottom:10px}.guide-section{margin-bottom:28px}.guide-section h3{margin:0 0 16px;font-size:1rem;color:#667eea;font-weight:700}.guide-item{margin-bottom:18px;padding:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px}.guide-label{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:8px}.guide-desc{font-size:.85rem;color:#8899a6;line-height:1.6}.guide-tips{margin:0;padding-left:20px;color:#8899a6;font-size:.85rem;line-height:1.8}.guide-tips li{margin-bottom:10px}.guide-tips strong{color:#667eea;font-weight:600}.guide-desc-note{margin:0 0 16px;font-size:.85rem;color:#8899a6;line-height:1.6}.guide-note{margin:16px 0 0;padding:12px;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:8px;font-size:.85rem;color:#e8e8e8;line-height:1.6}.about-content{padding-bottom:10px}.about-section{margin-bottom:28px}.about-section h3{margin:0 0 16px;font-size:1rem;color:#667eea;font-weight:700}.about-desc{margin:0 0 16px;font-size:.85rem;color:#8899a6;line-height:1.6}.about-note{margin:16px 0 0;padding:12px;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:8px;font-size:.85rem;color:#e8e8e8;line-height:1.6}.about-info{margin:0;padding-left:20px;color:#8899a6;font-size:.85rem;line-height:1.8}.about-info li{margin-bottom:10px}.about-info strong{color:#fff;font-weight:600}.about-disclaimer{margin:0;padding:14px;background:#ff9f0a1a;border:1px solid rgba(255,159,10,.3);border-radius:8px;font-size:.82rem;color:#8899a6;line-height:1.6}.oi-matrix-table{background:#0003;border-radius:8px;overflow:hidden;overflow-x:auto;margin:16px 0;max-width:100%;-webkit-overflow-scrolling:touch;display:block}.oi-table-header{display:grid;grid-template-columns:minmax(60px,1fr) minmax(80px,1fr) minmax(120px,2fr);background:#667eea26;padding:12px;font-size:.8rem;font-weight:700;color:#667eea;min-width:0}.oi-table-row{display:grid;grid-template-columns:minmax(60px,1fr) minmax(80px,1fr) minmax(120px,2fr);padding:12px;border-top:1px solid rgba(255,255,255,.05);transition:background .2s ease;min-width:0}.oi-table-row:hover{background:#ffffff08}.oi-col{font-size:.8rem;color:#e8e8e8;display:flex;align-items:center;min-width:0;overflow:hidden}.oi-meaning{flex-direction:column;align-items:flex-start;gap:4px}.oi-meaning-text{font-weight:700;color:#e7e9ea;font-size:.85rem}.oi-meaning-desc{font-size:.75rem;color:#8899a6;line-height:1.3}.philosophy-section{background:linear-gradient(135deg,#667eea14,#764ba214);border:1px solid rgba(102,126,234,.2);border-radius:12px;padding:20px;margin-bottom:28px;width:100%;max-width:100%;overflow-x:hidden}.philosophy-section h3{margin:0 0 18px;font-size:1.15rem;color:#667eea;font-weight:700}.philosophy-text{margin:0 0 14px;font-size:.9rem;color:#c8d0db;line-height:1.8;text-align:justify}.philosophy-text:last-of-type{margin-bottom:0}.philosophy-text strong{color:#667eea;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.trading-principles-section{background:#34c7590d;border:1px solid rgba(52,199,89,.15);border-radius:12px;padding:20px}.trading-principles-section h3{margin:0 0 16px;font-size:1.1rem;color:#34c759;font-weight:700}.trading-principles{margin:0;padding:0;list-style:none}.trading-principles li{display:flex;align-items:flex-start;gap:14px;padding:14px;margin-bottom:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;transition:all .3s ease}.trading-principles li:hover{background:#ffffff0d;border-color:#34c7594d;transform:translate(4px)}.trading-principles li:last-child{margin-bottom:0}.principle-icon{font-size:1.5rem;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#34c7591a;border-radius:8px}.principle-text{flex:1;display:flex;flex-direction:column;gap:6px}.principle-text strong{font-size:.95rem;color:#e7e9ea;font-weight:700}.principle-text small{font-size:.8rem;color:#8899a6;line-height:1.5}@media (max-width: 768px){.settings-header{padding:16px 20px;overflow:hidden}.settings-header h2{font-size:1.2rem}.settings-overlay{align-items:flex-end;padding:0;overflow:hidden}.settings-modal{width:100vw;max-width:100vw;max-height:95vh;border-radius:16px 16px 0 0;margin:0;border:none;border-left:none;border-right:none}.settings-content{height:calc(95vh - 140px)}.tab-panel{width:100vw;min-width:100vw;max-width:100vw;padding:20px}.settings-tabs{padding:0 20px;overflow-x:hidden}.settings-tab{font-size:.8rem;padding:12px 14px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabs-slider{width:400vw;max-width:400vw}.coin-checkboxes{grid-template-columns:1fr}.oi-table-header{grid-template-columns:minmax(50px,.8fr) minmax(60px,1fr) minmax(100px,2fr);padding:10px;font-size:.75rem;gap:8px}.oi-table-row{grid-template-columns:minmax(50px,.8fr) minmax(60px,1fr) minmax(100px,2fr);padding:10px;gap:8px}.settings-section{padding:0}.setting-item input[type=text]{max-width:calc(100vw - 80px)}.oi-col{font-size:.75rem}.oi-meaning-text{font-size:.8rem}.oi-meaning-desc{font-size:.7rem}.settings-footer{padding-bottom:80px}}.toggle-switch-container{display:flex;align-items:center;gap:12px;margin-top:8px}.toggle-switch{position:relative;display:inline-block;width:50px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#2c2c2e;transition:.3s;border-radius:28px;border:2px solid rgba(255,255,255,.1)}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:2px;background-color:#8899a6;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#667eea;border-color:#667eea4d}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px);background-color:#fff}.toggle-label{font-size:.9rem;color:#e7e9ea;font-weight:500}.mobile-nav{display:none;position:fixed;bottom:12px;left:12px;right:12px;background:#141923bf;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:10px 6px max(10px,calc(env(safe-area-inset-bottom) + 4px)) 6px;z-index:1000;box-shadow:0 8px 32px #0006,0 2px 8px #0003,inset 0 1px #ffffff1a;grid-template-columns:repeat(6,1fr);gap:0;transform:translateZ(0);transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform}.mobile-nav.visible{transform:translateZ(0)}.mobile-nav.hidden{transform:translate3d(0,calc(100% + 24px),0)}@media (max-width: 768px){.mobile-nav{display:grid}}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px;background:transparent;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#8899a6;position:relative}.mobile-nav-item.active{background:#667eea26;color:#667eea;box-shadow:0 2px 8px #667eea33}.mobile-nav-item:active{transform:scale(.92);background:#ffffff0d}.mobile-nav-icon{font-size:1.3rem;transition:transform .2s ease}.mobile-nav-item.active .mobile-nav-icon{transform:scale(1.1)}.mobile-nav-label{font-size:.65rem;font-weight:600;white-space:nowrap;letter-spacing:-.3px}@media (max-width: 360px){.mobile-nav-label{font-size:.6rem}.mobile-nav-icon{font-size:1.2rem}.mobile-nav-item{padding:6px 2px}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0a0a;padding:20px;position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,255,65,.015) 2px,rgba(0,255,65,.015) 4px);pointer-events:none;z-index:1}.login-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(0,255,65,.03) 50%,transparent 100%);animation:scanline 8s linear infinite;pointer-events:none;z-index:1}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.login-box{background:#0a0a0af2;border:1px solid rgba(0,255,65,.15);border-radius:2px;padding:40px;width:100%;max-width:420px;position:relative;z-index:2;box-shadow:0 0 30px #000c,0 0 60px #00ff410d,inset 0 0 60px #0000004d}.login-box:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,255,65,.4) 50%,transparent 100%)}.login-title{font-family:Share Tech Mono,Courier New,monospace;font-size:20px;font-weight:400;color:#00ff41;margin:0 0 6px;text-align:center;letter-spacing:6px;text-transform:uppercase;text-shadow:0 0 10px rgba(0,255,65,.3)}.login-subtitle{font-family:Share Tech Mono,Courier New,monospace;font-size:11px;color:#00ff4159;margin:0 0 32px;text-align:center;letter-spacing:2px}.login-form{display:flex;flex-direction:column;gap:18px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-family:Share Tech Mono,Courier New,monospace;font-size:11px;font-weight:400;color:#00ff4180;letter-spacing:2px;text-transform:uppercase}.form-group input{padding:12px 14px;font-family:Share Tech Mono,Courier New,monospace;font-size:14px;color:#00ff41;background:#00ff4108;border:1px solid rgba(0,255,65,.12);border-radius:1px;transition:all .3s ease;outline:none;caret-color:#00ff41}.form-group input::placeholder{color:#00ff4126;font-size:12px}.form-group input:focus{border-color:#00ff4166;background:#00ff410f;box-shadow:0 0 10px #00ff4114,inset 0 0 10px #00ff4108}.form-group input:disabled{background-color:#00ff4105;color:#00ff414d;cursor:not-allowed}.form-group input:-webkit-autofill,.form-group input:-webkit-autofill:hover,.form-group input:-webkit-autofill:focus{-webkit-text-fill-color:#00ff41;-webkit-box-shadow:0 0 0px 1000px #0a0a0a inset;border:1px solid rgba(0,255,65,.12);transition:background-color 5000s ease-in-out 0s}.error-message{background-color:#ff000014;color:#f33;padding:10px 14px;border-radius:1px;font-family:Share Tech Mono,Courier New,monospace;font-size:12px;text-align:center;border:1px solid rgba(255,0,0,.2);letter-spacing:.5px}.login-button{padding:13px;font-family:Share Tech Mono,Courier New,monospace;font-size:13px;font-weight:400;letter-spacing:3px;text-transform:uppercase;color:#0a0a0a;background:#00ff41;border:none;border-radius:1px;cursor:pointer;transition:all .3s ease;margin-top:6px;text-shadow:none}.login-button:hover:not(:disabled){background:#0c3;box-shadow:0 0 20px #00ff414d,0 0 40px #00ff411a;transform:none}.login-button:active:not(:disabled){background:#00aa2a}.login-button:disabled{opacity:.4;cursor:not-allowed;background:#00ff4180}.login-footer{margin-top:28px;padding-top:20px;border-top:1px solid rgba(0,255,65,.08);text-align:center}.login-footer p{font-family:Share Tech Mono,Courier New,monospace;font-size:11px;color:#00ff414d;margin:0;letter-spacing:1px}.success-info-box{padding:18px;background:#00ff410a;border:1px solid rgba(0,255,65,.12);border-radius:1px;margin-bottom:24px;text-align:left}.success-info-box p{font-family:Share Tech Mono,Courier New,monospace;margin:0;line-height:1.8}.success-info-box .info-label{font-size:12px;color:#00ff4180}.success-info-box .info-value{font-size:13px;color:#00ff41}.success-info-box .info-note{font-size:11px;color:#00ff4159;margin-top:12px;line-height:1.7}.login-secondary-btn{background:none!important;border:1px solid rgba(0,255,65,.2)!important;color:#00ff4199!important;cursor:pointer;font-family:Share Tech Mono,Courier New,monospace!important;font-size:12px!important;font-weight:400!important;letter-spacing:2px!important;text-transform:uppercase;padding:10px 24px!important;border-radius:1px!important;transition:all .3s ease!important;width:100%;text-decoration:none!important}.login-secondary-btn:hover{border-color:#00ff4180!important;color:#00ff41!important;background:#00ff410f!important;box-shadow:0 0 15px #00ff411a}.login-back-link{background:none!important;border:none!important;color:#00ff4159!important;cursor:pointer;font-family:Share Tech Mono,Courier New,monospace!important;font-size:11px!important;text-decoration:none!important;letter-spacing:1px;transition:color .3s ease}.login-back-link:hover{color:#00ff41b3!important}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.cursor-blink:after{content:"█";animation:blink 1s step-end infinite;color:#00ff41;font-size:14px;margin-left:2px}@media (max-width: 768px){.login-container{padding:16px}.login-box{padding:32px 24px}.login-title{font-size:18px;letter-spacing:4px}.login-subtitle{font-size:10px}.form-group input{font-size:16px;padding:14px}.login-button{padding:15px;font-size:13px}}@media (max-width: 375px){.login-box{padding:24px 20px}.login-title{font-size:16px;letter-spacing:3px}}.admin-approval-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px}.admin-approval-box{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;padding:32px;box-shadow:0 10px 40px #0003}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.admin-title{font-size:28px;font-weight:700;color:#333;margin:0}.back-button{padding:10px 20px;background-color:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.back-button:hover{background-color:#5568d3}.admin-info{padding:16px;background-color:#f8f9fa;border-radius:8px;margin-bottom:24px}.admin-info p{margin:4px 0;font-size:14px;color:#333}.loading-state{text-align:center;padding:60px 20px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px 20px;color:#666;font-size:16px}.users-list{display:flex;flex-direction:column;gap:16px}.user-card{display:flex;justify-content:space-between;align-items:center;padding:20px;border:2px solid #e0e0e0;border-radius:12px;transition:border-color .2s,box-shadow .2s}.user-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.user-info{flex:1}.user-email{font-size:16px;font-weight:600;color:#333;margin-bottom:4px}.user-date{font-size:13px;color:#999}.user-actions{display:flex;gap:12px}.approve-button,.reject-button{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap}.approve-button{background-color:#28a745;color:#fff}.approve-button:hover:not(:disabled){background-color:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.reject-button{background-color:#dc3545;color:#fff}.reject-button:hover:not(:disabled){background-color:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.approve-button:disabled,.reject-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:16px;border-radius:8px;margin-bottom:20px;text-align:center}@media (max-width: 768px){.admin-approval-container{padding:20px 16px}.admin-approval-box{padding:24px 20px}.admin-header{flex-direction:column;align-items:flex-start}.admin-title{font-size:24px}.back-button{width:100%;text-align:center}.user-card{flex-direction:column;align-items:flex-start;gap:16px}.user-actions{width:100%;flex-direction:column}.approve-button,.reject-button{width:100%;padding:12px}}@media (max-width: 375px){.admin-title{font-size:22px}.user-email{font-size:15px}}.tj-container{min-height:100vh;max-height:100vh;background:linear-gradient(135deg,#0f1320,#1a1f2e);padding:16px 16px 40px;max-width:900px;margin:0 auto;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(102,126,234,.5) rgba(255,255,255,.05)}.tj-container::-webkit-scrollbar{width:6px}.tj-container::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.tj-container::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.tj-container::-webkit-scrollbar-thumb:hover{background:#667eeab3}.tj-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.1)}.tj-back-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#ffffffb3;padding:6px 12px;border-radius:8px;font-size:13px;cursor:pointer;transition:background .15s;white-space:nowrap}.tj-back-btn:hover{background:#ffffff24;color:#fffffff2}.tj-page-title{font-size:16px;font-weight:700;color:#fffffff2;flex:1}.tj-api-cost{font-size:11px;color:#ffffff59}.tj-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.tj-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px;text-align:center}.tj-card-label{font-size:10px;color:#fff6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.tj-card-value{font-size:18px;font-weight:700;color:#ffffffe6;line-height:1.2}.tj-card-sub{font-size:11px;color:#fff6;margin-top:2px}.tj-section{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px;margin-bottom:14px}.tj-section-header{display:flex;align-items:center;gap:8px;margin-bottom:14px}.tj-section-icon{font-size:16px}.tj-section-title{font-size:14px;font-weight:700;color:#ffffffe6;flex:1}.tj-section-sub{font-size:11px;color:#ffffff59}.tj-chart-wrap{background:#0003;border-radius:8px;padding:10px 12px 8px}.tj-chart-svg{width:100%;height:60px;display:block}.tj-chart-labels{display:flex;justify-content:space-between;margin-top:4px}.tj-chart-empty{text-align:center;padding:20px;color:#ffffff4d;font-size:12px}.tj-filter-bar{display:flex;gap:6px;margin-bottom:10px;flex-wrap:wrap}.tj-filter-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffff80;padding:4px 10px;border-radius:20px;font-size:11px;cursor:pointer;transition:all .15s}.tj-filter-btn:hover{background:#ffffff1a;color:#fffc}.tj-filter-btn.active{background:#667eea33;border-color:#667eea80;color:#a5b4fc}.tj-pos-list{display:flex;flex-direction:column;gap:4px}.tj-pos-item{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:9px 12px;cursor:pointer;transition:background .15s}.tj-pos-item:hover{background:#ffffff12}.tj-pos-main{display:flex;align-items:center;gap:8px;font-size:12px;flex-wrap:wrap}.tj-dir-badge{font-size:10px;font-weight:700;padding:2px 7px;border-radius:4px;min-width:40px;text-align:center}.tj-long{background:#26a69a33;color:#26a69a}.tj-short{background:#ef535033;color:#ef5350}.tj-pos-date{color:#ffffff80;font-size:11px}.tj-pos-size{color:#fff6;font-size:11px}.tj-pos-arrow{color:#ffffff40}.tj-pos-price{color:#ffffffa6;font-size:11px}.tj-pos-pnl{font-size:12px;font-weight:700;margin-left:auto}.tj-pos-toggle{color:#ffffff4d;font-size:10px}.tj-profit{color:#26a69a}.tj-loss{color:#ef5350}.tj-pos-reason{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.06);font-size:11px;color:#ffffff8c;line-height:1.6}.tj-strategy-badge{display:inline-block;background:#63b3ed26;border:1px solid rgba(99,179,237,.3);color:#63b3ed;font-size:9px;font-weight:600;padding:2px 7px;border-radius:20px;margin-right:6px;margin-bottom:4px}.tj-week-select{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#ffffffb3;padding:4px 8px;border-radius:6px;font-size:11px;cursor:pointer;outline:none}.tj-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.tj-review-field{display:flex;flex-direction:column;gap:6px}.tj-review-label{font-size:11px;color:#ffffff80;font-weight:600}.tj-textarea{background:#00000040;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffd9;padding:10px 12px;font-size:13px;line-height:1.6;resize:vertical;min-height:80px;outline:none;transition:border-color .15s;font-family:inherit;width:100%;box-sizing:border-box}.tj-textarea:focus{border-color:#667eea80}.tj-textarea::placeholder{color:#fff3}.tj-textarea-sm{min-height:60px}.tj-textarea-lg{min-height:160px}.tj-review-footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:10px}.tj-ai-btn{background:#667eea26;border:1px solid rgba(102,126,234,.4);color:#667eeae6;padding:8px 14px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.tj-ai-btn:hover:not(:disabled){background:#667eea40;color:#fff}.tj-ai-btn:disabled{opacity:.5;cursor:not-allowed}.tj-save-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s}.tj-save-btn:hover{opacity:.85}.tj-autosave-status{font-size:11px;color:#26a69acc;margin-left:auto}.tj-empty{text-align:center;padding:20px;font-size:12px;color:#ffffff4d}.tj-loading,.tj-error{text-align:center;padding:60px 20px;font-size:14px;color:#fff6}.tj-error{color:#ef5350}@media (max-width: 600px){.tj-container{padding:12px}.tj-summary-grid{grid-template-columns:repeat(2,1fr)}.tj-review-grid{grid-template-columns:1fr}.tj-pos-main{gap:5px}.tj-card-value{font-size:15px}.tj-page-title{font-size:14px}}.app{height:100vh;background:linear-gradient(135deg,#0f1419,#1a1f2e);padding:5px 0;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){.app{height:auto;min-height:100vh;padding-bottom:120px;overflow-y:auto}}.app-header{text-align:center;margin-bottom:6px;padding:8px 10px;background:#ffffff0d;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-header h1{font-size:1.2rem;font-weight:700;margin-bottom:3px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-header p{color:#8899a6;font-size:.7rem}.app-header-compact{display:flex;align-items:center;gap:5px;margin-bottom:5px;padding:5px 0;background:#ffffff0d;border-radius:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%}.app-header-compact h1{font-size:1rem;font-weight:700;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.app-header-compact.stealth-hidden{display:none!important}.header-controls{display:flex;align-items:center;gap:5px;margin-left:auto}.loading-indicator{display:flex;align-items:center;gap:5px;padding:4px 7px;background:#667eea26;border:1px solid rgba(102,126,234,.3);border-radius:20px}.spinner-small{width:16px;height:16px;border:2px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}.loading-reason{font-size:.75rem;color:#667eea;font-weight:600;white-space:nowrap}.error-banner{background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30;padding:15px 20px;border-radius:10px;margin-bottom:20px;text-align:center;font-weight:500}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen p{color:#8899a6;font-size:1.1rem}.refresh-button,.whale-toggle-button,.settings-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:5px 8px;border-radius:8px;cursor:pointer;font-size:1.1rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.refresh-button:hover:not(:disabled),.whale-toggle-button:hover:not(:disabled),.settings-button:hover{background:#667eea33;border-color:#667eea66;transform:translateY(-1px)}.refresh-button:disabled,.whale-toggle-button:disabled{opacity:.5;cursor:not-allowed}.update-time,.countdown{font-size:.85rem;color:#8899a6;white-space:nowrap}.nasdaq-monitor{display:flex;align-items:center;gap:5px;padding:4px 8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px}.nasdaq-label{font-size:.7rem;font-weight:700;color:#667eea;letter-spacing:.5px}.nasdaq-price{font-size:.75rem;font-weight:600;color:#fff}.nasdaq-change{font-size:.75rem;font-weight:700}.nasdaq-change.positive{color:#34c759}.nasdaq-change.negative{color:#ff3b30}.status-monitor{display:flex;align-items:center;gap:5px;padding:4px;background:transparent;border:none;border-radius:20px}.status-text{display:none}.status-led{width:12px;height:12px;border-radius:50%;position:relative;box-shadow:0 0 8px currentColor}.status-led:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:currentColor;filter:brightness(1.5)}.status-led-success{background:#34c759;color:#34c759;animation:pulse-green 2s ease-in-out infinite}.status-led-loading,.status-led-partial{background:#ff9500;color:#ff9500;animation:pulse-orange 1.5s ease-in-out infinite}.status-led-error{background:#ff3b30;color:#ff3b30;animation:pulse-red 1s ease-in-out infinite}.status-text{font-size:.75rem;font-weight:600;color:#fff;white-space:nowrap}@keyframes pulse-green{0%,to{opacity:1;box-shadow:0 0 8px #34c759}50%{opacity:.6;box-shadow:0 0 16px #34c759}}@keyframes pulse-orange{0%,to{opacity:1;box-shadow:0 0 8px #ff9500}50%{opacity:.7;box-shadow:0 0 16px #ff9500}}@keyframes pulse-red{0%,to{opacity:1;box-shadow:0 0 8px #ff3b30}50%{opacity:.8;box-shadow:0 0 16px #ff3b30}}@media (max-width: 768px){.header-controls .update-time,.header-controls .countdown,.header-controls .refresh-button,.header-controls .whale-toggle-button,.header-controls .settings-button,.nasdaq-monitor{display:none}.status-monitor{padding:3px}.status-led{width:10px;height:10px}.status-led:before{width:5px;height:5px}.status-text{font-size:.65rem}.loading-indicator{padding:3px 6px}.spinner-small{width:14px;height:14px}.loading-reason{font-size:.65rem}}
