@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.strategies-body{--bg-light:#fff;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--border-color-dark:#cbd5e1;--accent-color:#0284c7;--accent-light:#e0f2fe;--green-positive:#10b981;--red-negative:#ef4444;-webkit-font-smoothing:antialiased;width:100%;min-height:100vh;margin:0;padding:0;font-family:Inter,Noto Sans HK,sans-serif;line-height:1.6;position:relative;background-color:var(--bg-light)!important;color:var(--text-main)!important}.strategies-body .text-green{color:var(--green-positive)}.strategies-body .text-red{color:var(--red-negative)}.strategies-body .navbar{z-index:100;background:var(--bg-light);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;display:flex;position:relative;top:0}.strategies-body .logo{letter-spacing:1px;color:var(--text-main);font-size:1.4rem;font-weight:800}.strategies-body .lang-btn{color:var(--text-main);border:1px solid var(--border-color-dark);cursor:pointer;background:0 0;border-radius:0;padding:.4rem 1rem;font-family:inherit;font-weight:600;transition:all .2s}.strategies-body .lang-btn:hover,.strategies-body .lang-btn.active{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.strategies-body .hero{text-align:left;border-bottom:1px solid var(--border-color);justify-content:flex-start;align-items:center;min-height:40vh;padding:4rem 5%;display:flex}.strategies-body .hero-content{max-width:900px}.strategies-body .main-title{letter-spacing:-.03em;color:var(--text-main);margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.05}.strategies-body .hero-subtitle{color:var(--text-muted);max-width:700px;font-size:1.35rem;font-weight:400}.strategies-body .key-message-section{border-bottom:1px solid var(--border-color);background:#f8fafc;padding:4rem 5%}.strategies-body .key-message-box{max-width:1000px}.strategies-body .key-message-box h2{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.2rem;font-weight:800}.strategies-body .highlight-text{color:var(--accent-color);margin-bottom:2rem;font-size:1.2rem;font-weight:700}.strategies-body .features-list{border-left:3px solid var(--accent-color);flex-direction:column;gap:1.5rem;padding-left:2rem;list-style:none;display:flex}.strategies-body .features-list li{color:var(--text-main);font-size:1.1rem;font-weight:500}.strategies-body .strategies-section{padding:5rem 5%}.strategies-body .section-title{letter-spacing:-.02em;margin-bottom:3rem;font-size:2.2rem;font-weight:800}.strategies-body .grid-container{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.strategies-body .strategy-card{border:1px solid var(--border-color);cursor:pointer;background:#fff;flex-direction:column;padding:2.5rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.strategies-body .strategy-card:before{content:"";background:0 0;width:100%;height:4px;transition:background .2s;position:absolute;top:0;left:0}.strategies-body .strategy-card:hover{border-color:var(--accent-color);transform:translateY(-2px);box-shadow:0 10px 30px #0284c714}.strategies-body .strategy-card:hover:before{background:var(--accent-color)}.strategies-body .card-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:1.5rem;display:flex}.strategies-body .card-header h3{letter-spacing:-.01em;color:var(--text-main);font-size:1.4rem;font-weight:800}.strategies-body .badge{background:var(--accent-light);color:var(--accent-color);text-transform:uppercase;letter-spacing:1px;white-space:nowrap;padding:.3rem .8rem;font-size:.72rem;font-weight:700}.strategies-body .characteristics{flex-grow:1;margin-bottom:2.5rem}.strategies-body .characteristics p{color:var(--text-muted);font-size:1rem;line-height:1.7}.strategies-body .card-action{border-top:1px solid var(--border-color);text-align:left;margin-top:auto;padding-top:1.5rem}.strategies-body .action-text{text-transform:uppercase;letter-spacing:1px;color:var(--accent-color);font-size:.85rem;font-weight:700}.strategies-body .modal-overlay{z-index:1000;background:#fffffff2;width:100vw;height:100vh;animation:.2s ease-out fadeIn;position:fixed;top:0;left:0}.strategies-body .dashboard-modal{z-index:1001;background:#fff;width:100vw;height:100vh;padding:6rem 5% 4rem;animation:.3s ease-out fadeInUp;position:fixed;top:0;left:0;overflow-y:auto}.strategies-body .close-btn{color:var(--text-main);cursor:pointer;z-index:1002;background:0 0;border:none;font-size:3rem;font-weight:300;transition:color .2s;position:fixed;top:20px;right:5%}.strategies-body .close-btn:hover{color:var(--accent-color)}.strategies-body .dashboard-header{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;padding-bottom:1rem;display:flex}.strategies-body .dashboard-header h2{letter-spacing:-.03em;color:var(--text-main);margin:0;font-size:2.5rem;font-weight:800}.strategies-body .time-filters button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:0;margin-left:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:700;transition:all .2s}.strategies-body .time-filters button.active,.strategies-body .time-filters button:hover{color:var(--accent-color);border-color:var(--accent-color)}.strategies-body .dashboard-grid{flex-direction:column;gap:3rem;max-width:1400px;margin:0 auto;display:flex}.strategies-body .track-record-panel{width:100%}.strategies-body .dash-panel{border-bottom:1px solid var(--border-color);padding-bottom:3rem}.strategies-body .dash-panel:last-child{border-bottom:none}.strategies-body .panel-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.strategies-body .dash-panel h3{letter-spacing:-.02em;color:var(--text-main);margin:0;font-size:1.4rem;font-weight:800}.strategies-body .view-all{color:var(--accent-color);cursor:pointer;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #0000;font-size:.85rem;font-weight:700}.strategies-body .view-all:hover{border-color:var(--accent-color)}.strategies-body .kpi-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.strategies-body .kpi-item{border-left:2px solid var(--border-color);flex-direction:column;padding-left:1.5rem;display:flex}.strategies-body .kpi-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.82rem;font-weight:700}.strategies-body .kpi-value{letter-spacing:-.02em;color:var(--text-main);font-size:2.2rem;font-weight:800}.strategies-body .chart-wrapper{width:100%;height:350px;position:relative}.strategies-body .holdings-panel{width:100%}.strategies-body .holdings-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.strategies-body .holding-card{border:1px solid var(--border-color);background:#fff;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .2s;display:flex}.strategies-body .holding-card:hover{border-color:var(--accent-color);box-shadow:0 4px 15px #0284c70d}.strategies-body .hc-info{text-align:left;flex-direction:column;display:flex}.strategies-body .hc-ticker{color:var(--text-main);font-size:1.2rem;font-weight:800}.strategies-body .hc-name{color:var(--text-muted);margin-top:.2rem;font-size:.85rem}.strategies-body .hc-stats{text-align:right}.strategies-body .hc-val{color:var(--text-main);font-size:1.2rem;font-weight:800}.strategies-body .hc-qty{color:var(--text-muted);margin-top:.2rem;font-size:.8rem}.strategies-body .hc-pnl{margin-top:.4rem;font-size:.85rem;font-weight:700}.strategies-body .side-panels{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.strategies-body .donut-wrapper{height:300px}.strategies-body .transactions-list{border-top:1px solid var(--border-color);flex-direction:column;gap:0;display:flex}.strategies-body .tx-item{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.2rem 0;display:flex}.strategies-body .tx-left{align-items:center;gap:1.5rem;display:flex}.strategies-body .tx-type{text-align:center;width:60px;color:var(--text-muted);background:#f1f5f9;border:1px solid #0000;padding:.3rem .8rem;font-size:.75rem;font-weight:800}.strategies-body .tx-type.buy{color:var(--green-positive);background:#d1fae5}.strategies-body .tx-type.sell{color:var(--red-negative);background:#fee2e2}.strategies-body .tx-ticker{color:var(--text-main);font-size:1.1rem;font-weight:800}.strategies-body .tx-date{color:var(--text-muted);font-size:.9rem;font-weight:500}.strategies-body .tx-right{text-align:right}.strategies-body .footer{border-top:1px solid var(--border-color);background:#f8fafc;padding:5rem 5%}.strategies-body .disclaimer-box{max-width:1000px;color:var(--text-muted);font-size:.82rem;line-height:1.7}.strategies-body .disclaimer-box h4{color:var(--text-main);letter-spacing:1px;margin-bottom:1.5rem;font-weight:800}.strategies-body .disclaimer-box p{text-align:justify;margin-bottom:1.5rem}.strategies-body .dashboard-controls{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.strategies-body .benchmark-toggle-container{align-items:center;gap:.5rem;display:flex}.strategies-body .toggle-label{color:var(--text-muted);font-size:.85rem;font-weight:700}.strategies-body .switch{width:44px;height:24px;display:inline-block;position:relative}.strategies-body .switch input{opacity:0;width:0;height:0}.strategies-body .slider{cursor:pointer;background-color:#cbd5e1;border-radius:24px;transition:all .2s;position:absolute;inset:0}.strategies-body .slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;bottom:4px;left:4px}.strategies-body input:checked+.slider{background-color:var(--accent-color)}.strategies-body input:checked+.slider:before{transform:translate(20px)}.strategies-body .custom-date-container{border:1px solid var(--border-color);background:#f8fafc;border-radius:6px;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;animation:.25s ease-out fadeIn;display:flex}.strategies-body .date-pickers{flex-wrap:wrap;align-items:flex-end;gap:1.5rem;display:flex}.strategies-body .date-input-group{text-align:left;flex-direction:column;gap:.4rem;display:flex}.strategies-body .date-input-group label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:700}.strategies-body .date-input-group input[type=date]{border:1px solid var(--border-color-dark);color:var(--text-main);background:#fff;border-radius:4px;outline:none;padding:.5rem .8rem;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s}.strategies-body .date-input-group input[type=date]:focus{border-color:var(--accent-color)}.strategies-body #apply-custom-date{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.55rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:background .2s}.strategies-body #apply-custom-date:hover{background:#0369a1}.strategies-body .slider-container{background:#f1f5f9;border-radius:4px;justify-content:space-between;align-items:center;gap:1rem;height:40px;padding:0 1rem;display:flex;position:relative}.strategies-body .slider-val-label{color:var(--text-muted);min-width:90px;font-family:monospace;font-size:.85rem;font-weight:600}.strategies-body .date-range-slider{appearance:none;background:var(--border-color-dark);border-radius:3px;outline:none;flex-grow:1;height:6px;margin:0}.strategies-body .date-range-slider::-webkit-slider-thumb{appearance:none;background:var(--accent-color);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;transition:transform .1s;box-shadow:0 1px 4px #0003}.strategies-body .date-range-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.pwd-overlay{color:#f8fafc;background-color:#0a0f1c;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex}.pwd-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#141f3666;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 20px 40px #00000080}.pwd-title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.pwd-subtitle{color:#fff9;margin-bottom:1.5rem;font-size:.875rem}.pwd-input{color:#fff;text-align:center;background:#0003;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;margin-bottom:1rem;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.pwd-input:focus{border-color:#d4af37}.pwd-btn{color:#000;cursor:pointer;background:#d4af37;border:none;border-radius:12px;width:100%;padding:.75rem;font-weight:700;transition:opacity .2s}.pwd-btn:hover{opacity:.9}.pwd-error{color:#ef4444;margin-top:.5rem;font-size:.82rem;font-weight:600}.warrants-dark-container{color:#f1f5f9;background:#090d16;border:1px solid #ffffff0d;border-radius:12px;margin-top:1rem;padding:2rem;animation:.4s ease-out fadeIn;box-shadow:0 20px 40px #0006}.warrants-meta-bar{border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.warrants-sync-indicator{align-items:center;gap:.75rem;display:flex}.led-dot{background-color:#10b981;border-radius:50%;width:10px;height:10px;animation:2s infinite alternate led-pulse;box-shadow:0 0 8px #10b981}@keyframes led-pulse{0%{opacity:.4;box-shadow:0 0 2px #10b981}to{opacity:1;box-shadow:0 0 12px #10b981}}.sync-text{color:#94a3b8;font-size:.9rem;font-weight:600}.warrants-count-tag{color:#38bdf8;background:#0284c733;border:1px solid #0284c766;border-radius:6px;padding:.3rem .8rem;font-size:.85rem;font-weight:700}.warrants-table-wrapper{background:#0d142399;border:1px solid #ffffff0d;border-radius:8px;overflow-x:auto}.warrants-table{border-collapse:collapse;text-align:left;white-space:nowrap;width:100%;font-size:.9rem}.warrants-table th{color:#94a3b8;background:#142037cc;border-bottom:2px solid #ffffff14;padding:1rem 1.25rem;font-weight:700}.warrants-table td{color:#cbd5e1;vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:1rem 1.25rem}.warrants-table tbody tr{transition:background-color .15s}.warrants-table tbody tr:hover{background-color:#ffffff05}.warrants-table tbody tr:last-child td{border-bottom:none}.warrants-badge{text-align:center;border-radius:4px;padding:.25rem .6rem;font-size:.75rem;font-weight:800;display:inline-block}.warrants-badge.dir-long{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.warrants-badge.dir-short{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.warrants-code{color:#e2e8f0;font-family:monospace;font-weight:600}.warrants-na-text{color:#64748b;font-size:.85rem;font-style:italic}.warrants-empty-cell{text-align:center;color:#64748b;font-style:italic;padding:3rem!important}
