*{box-sizing:border-box;margin:0;padding:0}body{background:#0f172a;color:#e2e8f0;font-family:Segoe UI,system-ui,sans-serif;min-height:100vh}.app{max-width:1400px;margin:0 auto;padding:1.5rem}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-box{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:2.5rem;text-align:center;max-width:400px;width:100%;display:flex;flex-direction:column;gap:1rem}.login-box h1{font-size:2rem;color:#f1f5f9}.login-box p{font-size:.88rem;color:#e2e8f0;line-height:1.6}.auth-loading{font-size:.82rem;color:#e2e8f0}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.app-header h1{font-size:1.4rem;font-weight:700;color:#f1f5f9}.header-right{display:flex;align-items:center;gap:.75rem}.btn-login{font-size:.9rem;padding:.55rem 1.25rem;border-radius:8px;border:1px solid #3b82f6;background:#1d4ed8;color:#fff;cursor:pointer;font-weight:600;transition:background .15s}.btn-login:hover{background:#2563eb}.user-info{display:flex;align-items:center;gap:.6rem}.user-name{font-size:.82rem;color:#e2e8f0}.btn-logout{font-size:.78rem;padding:.3rem .7rem;border-radius:6px;border:1px solid #334155;background:transparent;color:#e2e8f0;cursor:pointer}.btn-logout:hover{background:#334155;color:#f1f5f9}.tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;border-bottom:1px solid #1e293b;padding-bottom:.5rem}.tab{font-size:.88rem;padding:.45rem 1.1rem;border-radius:8px;border:1px solid transparent;background:transparent;color:#e2e8f0;cursor:pointer;font-weight:600;transition:all .15s}.tab:hover{color:#e2e8f0}.tab-active{background:#1e293b;border-color:#334155;color:#f1f5f9}.btn-manage{font-size:.82rem;padding:.4rem .9rem;border-radius:8px;border:1px solid #334155;background:#1e293b;color:#e2e8f0;cursor:pointer;font-weight:600;transition:all .15s}.btn-manage:hover{border-color:#3b82f6;color:#60a5fa}.btn-retry{font-size:.78rem;padding:.3rem .75rem;border-radius:6px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;cursor:pointer;margin-top:.25rem}.btn-retry:hover{border-color:#60a5fa;color:#60a5fa}.empty-state{grid-column:1 / -1;text-align:center;padding:4rem;color:#e2e8f0;font-size:.9rem}.portfolio-main{padding:.25rem 0}.portfolio-summary{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.summary-card{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:.75rem 1.25rem;display:flex;flex-direction:column;gap:.2rem;min-width:140px}.summary-card span{font-size:.72rem;color:#e2e8f0;text-transform:uppercase;letter-spacing:.04em}.summary-card strong{font-size:1.1rem;color:#f1f5f9;font-variant-numeric:tabular-nums}.summary-card.pnl-pos strong{color:#34d399}.summary-card.pnl-neg strong{color:#f87171}.btn-export{margin-left:auto;background:#1e293b;border:1px solid #334155;color:#e2e8f0;border-radius:8px;padding:.5rem 1rem;font-size:.82rem;cursor:pointer;transition:border-color .15s,color .15s}.btn-export:hover{border-color:#3b82f6;color:#60a5fa}.portfolio-charts{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.portfolio-charts .rebalance-chart-box{flex:1;min-width:280px}.rebalance-top-group{margin-bottom:2rem}.rebalance-top-group-title{font-size:1rem;font-weight:700;color:#f1f5f9;padding:.4rem .75rem;margin-bottom:.75rem;border-left:3px solid #6366f1;background:#6366f114;border-radius:0 6px 6px 0}.rebalance-group-input{width:100%;padding:.2rem .5rem;border-radius:5px;border:1px dashed #334155;background:transparent;color:#94a3b8;font-size:.75rem;outline:none;margin:.15rem 0}.rebalance-group-input:focus{border-color:#6366f1;color:#e2e8f0}.rebalance-group-input::placeholder{color:#475569}.port-group{margin-bottom:1.75rem}.port-group-title{font-size:.72rem;font-weight:700;color:#e2e8f0;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid #1e293b}.port-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}.port-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;transition:border-color .15s}.port-card:hover{border-color:#e2e8f0}.port-card-top{display:flex;align-items:center;justify-content:space-between}.port-card-identity{display:flex;align-items:center;gap:.4rem}.port-code{font-size:1rem;font-weight:700;color:#f1f5f9}.badge-div{font-size:.6rem;font-weight:700;background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3);border-radius:4px;padding:.1rem .35rem;letter-spacing:.03em}.port-card-actions{display:flex;gap:.25rem}.btn-icon{background:transparent;border:none;font-size:.85rem;cursor:pointer;padding:.2rem .3rem;border-radius:4px;color:#94a3b8;transition:color .15s}.btn-icon:hover{color:#e2e8f0}.btn-icon-del{color:#64748b}.btn-icon-del:hover{color:#f87171}.port-name{font-size:.72rem;color:#e2e8f0;line-height:1.35}.port-card-nav{display:flex;align-items:baseline;gap:.5rem}.port-nav-val{font-size:1.05rem;font-weight:600;color:#60a5fa;font-variant-numeric:tabular-nums}.port-card-stats{display:grid;grid-template-columns:1fr 1fr;gap:.4rem .75rem;margin-top:.25rem;padding-top:.5rem;border-top:1px solid #334155}.port-stat{display:flex;flex-direction:column;gap:.1rem}.port-stat span:first-child{font-size:.65rem;color:#e2e8f0;text-transform:uppercase;letter-spacing:.04em}.port-stat span:last-child{font-size:.82rem;color:#f1f5f9;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.port-stat em{font-style:normal;font-size:.72rem;margin-left:.25rem}.port-stat.pnl-pos span:last-child{color:#34d399}.port-stat.pnl-neg span:last-child{color:#f87171}.port-stat.pnl-pos em{color:#34d399}.port-stat.pnl-neg em{color:#f87171}.rebalance-tag-row{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center;margin:.15rem 0}.rebalance-tag-row .tag-input{min-width:60px;font-size:.75rem;color:#94a3b8}.rebalance-tag-row .tag-input::placeholder{color:#475569}.tag-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.4rem;padding:.4rem;border:1px solid #334155;border-radius:8px;background:#0f172a;min-height:2.5rem;align-items:center}.tag-chip{display:flex;align-items:center;gap:.25rem;padding:.15rem .5rem;border-radius:99px;background:#6366f126;border:1px solid rgba(99,102,241,.35);color:#a5b4fc;font-size:.78rem}.tag-chip-del{background:none;border:none;color:#6366f1;cursor:pointer;font-size:1rem;line-height:1;padding:0}.tag-chip-del:hover{color:#f87171}.tag-input{border:none;background:transparent;color:#e2e8f0;font-size:.82rem;outline:none;flex:1;min-width:120px}.export-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:#f1f5f9;cursor:pointer;margin-bottom:.5rem}.export-preview{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:.75rem 1rem;font-size:.82rem;color:#e2e8f0;font-family:monospace;white-space:pre;overflow-x:auto;margin:.5rem 0;min-height:60px}.pnl-pos{color:#34d399!important}.pnl-neg{color:#f87171!important}.portfolio-input{width:90px;padding:.3rem .5rem;border-radius:6px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:.82rem;text-align:right;font-variant-numeric:tabular-nums;outline:none}.portfolio-input:focus{border-color:#3b82f6}.portfolio-input::placeholder{color:#e2e8f0}.manager-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;display:flex;align-items:flex-start;justify-content:flex-end}.manager-panel{background:#0f172a;border-left:1px solid #334155;width:100%;max-width:520px;height:100vh;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.manager-header{display:flex;justify-content:space-between;align-items:center}.manager-header h2{font-size:1.1rem;color:#f1f5f9}.btn-close{background:transparent;border:none;color:#e2e8f0;font-size:1.2rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px}.btn-close:hover{background:#1e293b;color:#f1f5f9}.fund-list{display:flex;flex-direction:column;gap:.5rem}.empty-hint{font-size:.82rem;color:#e2e8f0}.fund-row{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem}.fund-row-info{display:flex;flex-direction:column;gap:.1rem;min-width:120px}.fund-row-info strong{font-size:.88rem;color:#f1f5f9}.fund-row-info span{font-size:.75rem;color:#e2e8f0}.fund-row-portfolio{display:flex;gap:.5rem;flex:1}.fund-row-portfolio label{display:flex;flex-direction:column;gap:.2rem;font-size:.72rem;color:#e2e8f0;flex:1}.fund-row-portfolio input{padding:.35rem .6rem;border-radius:6px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:.82rem;width:100%;outline:none}.fund-row-portfolio input:focus{border-color:#3b82f6}.btn-remove{background:transparent;border:none;color:#e2e8f0;font-size:1rem;cursor:pointer;padding:.3rem;border-radius:4px;flex-shrink:0}.btn-remove:hover{color:#f87171}.badge-dividend{display:inline-block;font-size:.65rem;font-weight:600;background:#1d4ed8;color:#bfdbfe;border-radius:4px;padding:.1rem .4rem;margin-left:.4rem;vertical-align:middle}.btn-edit-portfolio{background:transparent;border:none;color:#e2e8f0;font-size:.9rem;cursor:pointer;padding:.3rem .5rem;border-radius:4px}.btn-edit-portfolio:hover{color:#93c5fd}.portfolio-nav-cell{display:flex;flex-direction:column;gap:.1rem}.edit-portfolio-panel{max-width:360px}.add-fund-form{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.add-fund-form h3{font-size:.9rem;color:#e2e8f0}.search-hint{font-size:.8rem;color:#e2e8f0;padding:.25rem 0}.search-results{display:flex;flex-direction:column;gap:.25rem;max-height:280px;overflow-y:auto}.search-result-item{display:flex;align-items:center;gap:.5rem;background:#0f172a;border:1px solid #334155;border-radius:6px;padding:.5rem .75rem;cursor:pointer;text-align:left;color:#e2e8f0;transition:border-color .15s}.search-result-item:hover{border-color:#3b82f6;background:#1e3a5f}.result-code{font-weight:700;font-size:.85rem;flex-shrink:0}.result-name{font-size:.78rem;color:#e2e8f0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-label{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;color:#e2e8f0;font-weight:500}.form-input{padding:.5rem .75rem;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:.88rem;outline:none;transition:border-color .15s}.form-input:focus{border-color:#3b82f6}.form-select{cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.form-optional{font-size:.72rem;color:#e2e8f0;font-weight:400}.form-error{font-size:.8rem;color:#f87171}.btn-add{font-size:.85rem;padding:.5rem 1rem;border-radius:8px;border:1px solid #3b82f6;background:#1d4ed8;color:#fff;cursor:pointer;font-weight:600;align-self:flex-start;transition:background .15s}.btn-add:hover{background:#2563eb}.last-updated{font-size:.8rem;color:#e2e8f0;margin-top:.25rem}.fund-selector{background:#1e293b;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem}.selector-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.selector-header h2{font-size:.9rem;font-weight:600;color:#e2e8f0;text-transform:uppercase;letter-spacing:.05em}.btn-toggle-all{font-size:.75rem;padding:.25rem .75rem;border-radius:6px;border:1px solid #334155;background:transparent;color:#e2e8f0;cursor:pointer;transition:all .15s}.btn-toggle-all:hover{background:#334155;color:#f1f5f9}.fund-chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{font-size:.78rem;padding:.3rem .75rem;border-radius:20px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;cursor:pointer;transition:all .15s;white-space:nowrap}.chip:hover{border-color:#60a5fa;color:#60a5fa}.chip-active{background:#1d4ed8;border-color:#3b82f6;color:#fff}.selector-header-actions{display:flex;gap:.5rem;align-items:center;margin-left:auto}.btn-fetch{font-size:.75rem;padding:.25rem .85rem;border-radius:6px;border:1px solid #3b82f6;background:#1d4ed8;color:#fff;cursor:pointer;transition:all .15s;font-weight:600}.btn-fetch:hover:not(:disabled){background:#2563eb}.btn-fetch:disabled{opacity:.6;cursor:not-allowed}.btn-fetch-ok{background:#065f46;border-color:#10b981}.btn-fetch-loading{opacity:.7}.fetch-error{font-size:.78rem;color:#f87171;margin-bottom:.5rem}.chip-custom{display:inline-flex;align-items:center;padding:0;gap:0}.chip-label{background:transparent;border:none;color:inherit;cursor:pointer;font-size:.78rem;padding:.3rem .4rem .3rem .75rem}.chip-remove{background:transparent;border:none;color:#e2e8f0;cursor:pointer;font-size:1rem;padding:.3rem .6rem .3rem .2rem;line-height:1}.chip-remove:hover{color:#f87171}.fund-search-item-added{opacity:.85;cursor:default}.item-badge{margin-left:.5rem;font-size:.7rem;color:#e2e8f0;background:#1e293b;border-radius:4px;padding:.1rem .4rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;width:100%;max-width:420px;display:flex;flex-direction:column;gap:.85rem}.modal h3{font-size:1rem;font-weight:700;color:#f1f5f9}.modal-desc{font-size:.8rem;color:#e2e8f0;line-height:1.6}.modal-desc code{background:#0f172a;padding:.1rem .4rem;border-radius:4px;font-size:.78rem;color:#60a5fa}.modal-input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:.85rem;outline:none}.modal-input:focus{border-color:#3b82f6}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.btn-modal-cancel{font-size:.82rem;padding:.4rem .9rem;border-radius:6px;border:1px solid #334155;background:transparent;color:#e2e8f0;cursor:pointer}.btn-modal-cancel:hover{background:#334155;color:#f1f5f9}.btn-modal-ok{font-size:.82rem;padding:.4rem .9rem;border-radius:6px;border:1px solid #3b82f6;background:#1d4ed8;color:#fff;cursor:pointer;font-weight:600}.btn-modal-ok:hover{background:#2563eb}.fund-search-wrap{position:relative;margin-top:.75rem}.fund-search-input{width:100%;padding:.45rem .85rem;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:.82rem;outline:none;transition:border-color .15s}.fund-search-input:focus{border-color:#3b82f6}.fund-search-input::placeholder{color:#e2e8f0}.fund-search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#1e293b;border:1px solid #334155;border-radius:8px;max-height:220px;overflow-y:auto;z-index:100;list-style:none;padding:.25rem 0}.fund-search-item{padding:.4rem .85rem;font-size:.82rem;color:#f1f5f9;cursor:pointer;font-variant-numeric:tabular-nums}.fund-search-item:hover{background:#334155;color:#f1f5f9}.fund-search-empty{padding:.6rem .85rem;font-size:.82rem;color:#e2e8f0;background:#1e293b;border:1px solid #334155;border-radius:8px;margin-top:4px}.charts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(640px,1fr));gap:1.25rem}@media (max-width: 700px){.charts-grid{grid-template-columns:1fr}}.fund-card{background:#1e293b;border-radius:12px;padding:1rem 1.25rem;border:1px solid #1e293b}.fund-card-loading,.fund-card-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;gap:.5rem;color:#e2e8f0}.fund-card-error h3{color:#e2e8f0}.fund-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.fund-card-header h3{font-size:1rem;font-weight:700;color:#f1f5f9}.fund-name{font-size:.78rem;color:#e2e8f0}.fund-stats{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.nav-value{font-size:.9rem;font-weight:600;color:#60a5fa;font-variant-numeric:tabular-nums}.macd-values{margin-left:.75rem;font-size:.75rem;font-variant-numeric:tabular-nums;display:inline-flex;gap:.75rem}.nav-date{font-size:.72rem;color:#e2e8f0;font-variant-numeric:tabular-nums}.badge{font-size:.72rem;padding:.2rem .6rem;border-radius:6px;font-weight:600}.badge-bull{background:#064e3b;color:#34d399}.badge-bear{background:#450a0a;color:#f87171}.chart-label{font-size:.72rem;color:#e2e8f0;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;margin-top:.75rem}.tooltip{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:.6rem .9rem;font-size:.8rem;line-height:1.6}.tooltip-date{color:#e2e8f0;margin-bottom:.25rem;font-weight:600}.rebalance-main{padding:.25rem 0}.rebalance-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;margin-bottom:1.5rem}.rebalance-row{display:flex;flex-direction:column;align-items:stretch;gap:1rem;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1rem}.rebalance-row-new{border-color:#1d4ed8;background:#1d4ed814}.rebalance-fund-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.rebalance-fund-top{display:flex;align-items:center;gap:.4rem}.rebalance-nav{font-size:.8rem;color:#60a5fa;font-variant-numeric:tabular-nums}.btn-rebalance-clear{padding:.25rem .75rem;border-radius:6px;border:1px solid #475569;background:#1e293b;color:#94a3b8;font-size:.75rem;cursor:pointer;transition:all .15s}.btn-rebalance-clear:hover{border-color:#f87171;color:#f87171;background:#f8717114}.rebalance-val{font-size:.8rem;color:#e2e8f0;font-variant-numeric:tabular-nums}.rebalance-controls{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.rebalance-action-tabs{display:flex;gap:.25rem;flex-wrap:wrap}.rebalance-action-btn{flex:1;font-size:.85rem;padding:.4rem .5rem;border-radius:6px;border:1px solid #334155;background:transparent;color:#e2e8f0;cursor:pointer;transition:all .15s}.rebalance-action-btn:hover{border-color:#475569}.rebalance-action-btn.active-hold{background:#334155;border-color:#475569}.rebalance-action-btn.active-sell{background:#f8717126;border-color:#f87171;color:#f87171}.rebalance-action-btn.active-buy{background:#34d39926;border-color:#34d399;color:#34d399}.rebalance-amount-input{width:100%;padding:.35rem .6rem;border-radius:6px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:.82rem;text-align:right;font-variant-numeric:tabular-nums;outline:none}.rebalance-amount-input:focus{border-color:#3b82f6}.rebalance-nav-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.rebalance-nav-label{font-size:.72rem;color:#94a3b8}.rebalance-nav-input{width:90px;padding:.15rem .4rem;border-radius:5px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:.75rem;font-variant-numeric:tabular-nums;outline:none}.rebalance-nav-input:focus{border-color:#3b82f6}.rebalance-nav-input.nav-custom{border-color:#f59e0b;color:#fbbf24}.sell-mode-toggle{display:flex;gap:.25rem;margin-bottom:.25rem}.sell-mode-btn{padding:.2rem .6rem;border-radius:5px;border:1px solid #475569;background:#1e293b;color:#94a3b8;font-size:.75rem;cursor:pointer;transition:all .15s}.sell-mode-btn.active{background:#f8717126;border-color:#f87171;color:#f87171}.rebalance-input-wrap{display:flex;align-items:center;gap:.5rem}.sell-unit-calc{font-size:.82rem;color:#f87171;white-space:nowrap;font-variant-numeric:tabular-nums}.rebalance-after{font-size:.78rem;color:#94a3b8;display:flex;gap:1rem;flex-wrap:wrap}.badge-new{font-size:.6rem;font-weight:700;background:#1d4ed833;color:#818cf8;border:1px solid rgba(99,102,241,.3);border-radius:4px;padding:.1rem .35rem}.badge-done{font-size:.6rem;font-weight:700;background:#34d39926;color:#34d399;border:1px solid rgba(52,211,153,.3);border-radius:4px;padding:.1rem .35rem}.rebalance-row-done{opacity:.65}.btn-done-toggle{padding:.35rem .9rem;border-radius:6px;border:1px solid #475569;background:#1e293b;color:#94a3b8;font-size:.8rem;cursor:pointer;transition:all .15s;width:100%}.btn-done-toggle:hover{border-color:#34d399;color:#34d399}.btn-done-toggle.done{background:#34d3991f;border-color:#34d399;color:#34d399;font-weight:600}.rebalance-chart-box{margin:.5rem 0 1rem}.rebalance-search-box{background:#1e293b;border:1px dashed #334155;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.rebalance-search-title{font-size:.78rem;color:#e2e8f0;font-weight:600}.rebalance-search-row{display:flex;gap:.5rem;flex-wrap:wrap}.rebalance-select{flex:1;min-width:180px}.rebalance-kw{flex:1;min-width:140px}.btn-label-mgr{padding:.4rem .85rem;border-radius:8px;border:1px solid #4f46e5;background:#4f46e51f;color:#818cf8;font-size:.82rem;cursor:pointer;transition:all .15s;white-space:nowrap}.btn-label-mgr:hover{background:#4f46e538}.rebalance-summary-bar{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.label-manager-panel{max-width:520px;width:100%;max-height:80vh;overflow-y:auto;display:flex;flex-direction:column}.label-tabs{display:flex;gap:.5rem;border-bottom:1px solid #334155;margin-bottom:1rem;padding-bottom:.5rem}.label-tab{padding:.35rem 1rem;border-radius:6px 6px 0 0;border:1px solid transparent;background:transparent;color:#94a3b8;font-size:.85rem;cursor:pointer;transition:all .15s}.label-tab:hover{color:#e2e8f0}.label-tab.active{background:#1e293b;border-color:#334155;color:#e2e8f0;font-weight:600}.label-content{display:flex;flex-direction:column;gap:.75rem}.label-create-row{display:flex;gap:.5rem}.label-add-btn{white-space:nowrap}.label-group-section{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:.75rem}.label-group-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.label-group-name-input{flex:1;padding:.3rem .6rem;border-radius:6px;border:1px dashed #475569;background:#0f172a;color:#e2e8f0;font-size:.85rem;outline:none}.label-group-name-input:focus{border-color:#818cf8;border-style:solid}.label-group-name.dim{color:#64748b;font-size:.83rem}.label-fund-list{display:flex;flex-direction:column;gap:.35rem}.label-fund-row{display:flex;align-items:center;gap:.5rem}.label-fund-code{font-size:.8rem;color:#94a3b8;min-width:90px;font-variant-numeric:tabular-nums}.label-group-select{flex:1;padding:.25rem .5rem;border-radius:6px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:.8rem;outline:none}.macd-filter-bar{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.25rem}.macd-filter-toggle{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#94a3b8;cursor:pointer;-webkit-user-select:none;user-select:none}.macd-filter-toggle input{accent-color:#818cf8;cursor:pointer}.btn-refresh-nav{display:flex;align-items:center;gap:.4rem;padding:.45rem 1rem;border-radius:8px;border:1px solid rgba(99,102,241,.5);background:#6366f11f;color:#a5b4fc;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,transform .1s;white-space:nowrap}.btn-refresh-nav:hover:not(:disabled){background:#6366f140;border-color:#6366f1cc;color:#c7d2fe}.btn-refresh-nav:active:not(:disabled){transform:scale(.96)}.btn-refresh-nav:disabled{opacity:.65;cursor:not-allowed}.btn-refresh-nav--loading{animation:pulse-refresh 1.2s ease-in-out infinite}@keyframes pulse-refresh{0%,to{opacity:.7}50%{opacity:1}}.dca-backtest-main{padding:1rem 0;display:flex;flex-direction:column;gap:1.5rem}.dca-header{margin-bottom:.5rem}.dca-mode-selector{display:flex;gap:1.5rem;padding:1rem;background:#1e293b;border-radius:12px;border:1px solid #334155}.mode-radio{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#e2e8f0;cursor:pointer}.mode-radio input{accent-color:#3b82f6;cursor:pointer}.dca-config-panel{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.date-range-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.quick-date-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-quick{font-size:.8rem;padding:.4rem .8rem;border-radius:6px;border:1px solid #475569;background:#334155;color:#e2e8f0;cursor:pointer;transition:all .15s}.btn-quick:hover{background:#475569;border-color:#60a5fa;color:#60a5fa}.frequency-selector{display:flex;flex-direction:column;gap:.5rem}.frequency-options,.day-options{display:flex;gap:.75rem;flex-wrap:wrap}.freq-radio,.day-checkbox{display:flex;align-items:center;gap:.3rem;font-size:.85rem;color:#e2e8f0;cursor:pointer}.freq-radio input,.day-checkbox input{accent-color:#3b82f6;cursor:pointer}.day-selector{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#e2e8f0;cursor:pointer}.checkbox-label input{accent-color:#3b82f6;cursor:pointer}.manual-dca-manager{display:flex;flex-direction:column;gap:1rem}.manual-dca-list{max-height:300px;overflow-y:auto;border:1px solid #334155;border-radius:8px;background:#0f172a}.dca-table{width:100%;border-collapse:collapse}.dca-table thead{background:#0f172a;position:sticky;top:0;z-index:10}.dca-table th,.dca-table td{padding:.5rem .75rem;text-align:left;font-size:.85rem;border-bottom:1px solid #334155}.dca-table th{color:#94a3b8;font-weight:600;text-transform:uppercase;font-size:.75rem}.dca-table td{color:#e2e8f0}.dca-table .amount-cell{text-align:right;font-variant-numeric:tabular-nums}.dca-table .num-cell{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.empty-row{text-align:center;color:#64748b;padding:2rem!important}.manual-dca-add{display:flex;gap:.5rem;align-items:flex-end}.date-input,.amount-input{flex:1}.manual-dca-summary{padding:.75rem 1rem;background:#0f172a;border-radius:8px;font-size:.9rem;color:#e2e8f0}.manual-dca-summary strong{color:#60a5fa}.manual-dca-tools{display:flex;gap:.5rem;flex-wrap:wrap}.btn-tool{font-size:.8rem;padding:.4rem .8rem;border-radius:6px;border:1px solid #475569;background:#334155;color:#e2e8f0;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center}.btn-tool:hover{background:#475569;border-color:#60a5fa;color:#60a5fa}.dca-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.btn-run-backtest{font-size:1rem;padding:.75rem 2rem;border-radius:10px;border:1px solid #3b82f6;background:#1d4ed8;color:#fff;cursor:pointer;font-weight:600;transition:all .15s}.btn-run-backtest:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-run-backtest:disabled{opacity:.5;cursor:not-allowed}.btn-export-result{font-size:.9rem;padding:.65rem 1.5rem;border-radius:8px;border:1px solid #10b981;background:#065f46;color:#fff;cursor:pointer;font-weight:600;transition:all .15s}.btn-export-result:hover{background:#047857}.dca-error{padding:1rem;background:#f871711a;border:1px solid #f87171;border-radius:8px;color:#fca5a5;font-size:.9rem}.dca-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.dca-chart-section{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem}.dca-chart{width:100%;min-height:400px;height:400px;border-radius:8px;overflow:hidden;position:relative}.dca-chart svg{display:block;width:100%;height:100%}.dca-chart canvas{display:block;width:100%!important;height:100%!important}.dca-transactions{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem}.dca-table-container{max-height:500px;overflow-y:auto;overflow-x:auto;border:1px solid #334155;border-radius:8px;margin-top:1rem}.tx-initial{background:#6366f10d}@media (max-width: 768px){.dca-summary,.date-range-row{grid-template-columns:1fr}.manual-dca-add{flex-direction:column}.dca-mode-selector{flex-direction:column;gap:.75rem}}.settings-panel{padding-bottom:3rem}.settings-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1rem}.settings-section-title{font-size:.95rem;font-weight:700;color:#e2e8f0;margin:0 0 1rem;letter-spacing:.03em}.settings-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem}.settings-label{font-size:.85rem;color:#94a3b8;flex:1}.settings-input{width:90px;padding:.4rem .65rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff12;color:#e2e8f0;font-size:.9rem;text-align:center;outline:none}.settings-input:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa33}.settings-hint{font-size:.78rem;color:#64748b;margin:.5rem 0 0}.settings-toggle-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.65rem;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-switch{position:relative;width:42px;height:22px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#374151;border-radius:22px;transition:background .25s;cursor:pointer}.toggle-slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .25s}.toggle-switch input:checked+.toggle-slider{background:#3b82f6}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-label{font-size:.87rem;color:#cbd5e1}.macd-filter-left{display:flex;align-items:center;gap:1rem}.macd-timeframe-select{background:#1f2937;color:#fff;border:1px solid #374151;border-radius:4px;padding:4px 8px;font-size:14px}.macd-custom-dates{display:flex;align-items:center;gap:.5rem}.macd-date-input{background:#1f2937;color:#fff;border:1px solid #374151;border-radius:4px;padding:4px;font-size:13px;color-scheme:dark}.btn-view-toggle{display:flex;align-items:center;gap:.4rem;padding:.45rem 1rem;border-radius:8px;border:1px solid rgba(99,102,241,.5);background:#6366f11f;color:#a5b4fc;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,transform .1s,color .2s;white-space:nowrap}.btn-view-toggle:hover:not(:disabled){background:#6366f140;border-color:#6366f1cc;color:#c7d2fe}.btn-view-toggle.active{background:#6366f159;border-color:#6366f1;color:#fff}.btn-view-toggle:active:not(:disabled){transform:scale(.96)}.btn-view-toggle:disabled{opacity:.65;cursor:not-allowed}.btn-view-toggle--loading{animation:pulse-refresh 1.2s ease-in-out infinite}
