:root{font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e0e0e0;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}.password-protection{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);display:flex;align-items:center;justify-content:center;padding:2rem}.password-container{background-color:#2d2d2d;border:1px solid #404040;border-radius:12px;padding:3rem;max-width:400px;width:100%;box-shadow:0 8px 32px #0006}.password-header{text-align:center;margin-bottom:2rem}.password-header h1{font-size:1.75rem;margin:0 0 .5rem;color:#e0e0e0}.password-hint{color:#a0a0a0;font-size:.9rem;margin:0}.password-form{display:flex;flex-direction:column;gap:1rem}.password-input{width:100%;padding:.875rem 1rem;background-color:#1e1e1e;border:1px solid #404040;border-radius:6px;color:#e0e0e0;font-size:1rem;box-sizing:border-box;transition:all .2s}.password-input:focus{outline:none;border-color:#c23333;box-shadow:0 0 0 3px #c233331a}.password-error{color:#ff5252;font-size:.875rem;text-align:center;margin-top:-.5rem}.password-submit{width:100%;padding:.875rem;background:linear-gradient(135deg,#c23333,#a02828);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.password-submit:hover{background:linear-gradient(135deg,#d14444,#b03030);transform:translateY(-1px);box-shadow:0 4px 12px #c233334d}.password-submit:active{transform:translateY(0)}.password-tip{margin-top:1.5rem;text-align:center;color:#666;font-size:.75rem}.password-loading{text-align:center;color:#a0a0a0;font-size:1rem}.checklist-container{min-height:100vh;background-color:#121212;color:#e0e0e0;display:flex;align-items:center;justify-content:center;padding:1.5rem;font-family:Courier New,monospace}.checklist-lock-screen{width:100%;max-width:28rem;display:flex;flex-direction:column;align-items:center;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.checklist-header{text-align:center;margin-bottom:2rem}.checklist-icon{font-size:3rem;margin-bottom:.5rem}.checklist-title{font-size:1.5rem;font-weight:700;color:#e0e0e0;margin:0 0 .5rem}.checklist-title-accent{color:#ff9800}.checklist-subtitle{font-size:.875rem;color:#666;margin:0}.checklist-progress-wrapper{position:relative;width:8rem;height:8rem;margin-bottom:2rem}.checklist-progress-circle{width:100%;height:100%;transform:rotate(-90deg)}.checklist-progress-ring{transition:stroke-dashoffset .5s ease}.checklist-progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.25rem}.checklist-progress-percent{font-size:1.875rem;font-weight:700;color:#666;transition:color .3s}.checklist-progress-percent.completed{color:#ff9800}.checklist-progress-label{font-size:.625rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.checklist-main{width:100%;margin-bottom:2rem}.checklist-section-title{font-size:.75rem;color:#666;font-weight:700;text-transform:uppercase;text-align:center;margin-bottom:1rem;letter-spacing:.05em}.checklist-items{background-color:#1e1e1e80;border:1px solid rgba(63,63,63,.5);border-radius:.75rem;overflow:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 6px #0000004d}.checklist-item{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;transition:background-color .2s;border-bottom:1px solid rgba(63,63,63,.3)}.checklist-item:last-child{border-bottom:none}.checklist-item:hover{background-color:#3f3f3f4d}.checklist-item.checked{background-color:#1e1e1e}.checklist-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#2c2c2c;margin:0;width:1.35rem;height:1.35rem;border:2px solid #3f3f3f;border-radius:.35rem;display:grid;place-content:center;transition:all .2s;flex-shrink:0;cursor:pointer}.checklist-checkbox:before{content:"";width:.75rem;height:.75rem;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #121212;transform-origin:bottom left;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.checklist-checkbox:checked{background-color:#ff9800;border-color:#ff9800}.checklist-checkbox:checked:before{transform:scale(1)}.checklist-item-text{font-size:.875rem;color:#e0e0e0;transition:all .3s;flex:1}.checklist-item-text.checked{color:#666;text-decoration:line-through;opacity:.6}.checklist-footer{text-align:center;font-size:.75rem;color:#666}.checklist-footer-completed{color:#ff9800cc;animation:pulse 3s cubic-bezier(.4,0,.6,1) infinite}.checklist-footer-pending{color:#666}.checklist-loading{text-align:center;color:#a0a0a0;font-size:1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.app{min-height:100vh;background-color:#1a1a1a;color:#e0e0e0;display:flex;flex-direction:row;padding:0;position:relative}.sidebar{width:80px;background-color:#2d2d2d;border-right:1px solid #404040;display:flex;flex-direction:column;padding:1rem 0;gap:.5rem;position:fixed;left:0;top:0;bottom:0;z-index:100;box-shadow:2px 0 8px #0000004d}.sidebar-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem .5rem;background-color:transparent;border:none;border-left:3px solid transparent;color:#a0a0a0;cursor:pointer;transition:all .2s;width:100%;position:relative}.sidebar-btn:hover{background-color:#3d3d3d;color:#e0e0e0}.sidebar-btn.active{background-color:#c233331a;border-left-color:#c23333;color:#c23333}.sidebar-icon{font-size:1.5rem;line-height:1}.sidebar-label{font-size:.75rem;font-weight:500;text-align:center}.main-content-wrapper{flex:1;margin-left:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;width:calc(100% - 80px)}.tab-container{width:100%;max-width:450px;margin-bottom:1rem;flex-shrink:0}.tab-buttons{display:flex;gap:.5rem;background-color:#2d2d2d;padding:.5rem;border-radius:8px;border:1px solid #404040}.tab-btn{flex:1;padding:.75rem 1rem;background-color:transparent;border:none;border-radius:6px;color:#a0a0a0;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.tab-btn:hover{background-color:#3d3d3d;color:#e0e0e0}.tab-btn.active{background-color:#c23333;color:#fff}.main-content{background-color:#2d2d2d;padding:1.25rem;border-radius:12px;box-shadow:0 8px 24px #00000080;width:100%;max-width:450px;min-height:90vh;max-height:90vh;display:flex;flex-direction:column;overflow-y:hidden}.title{text-align:center;margin-bottom:1rem;font-weight:600;color:#c23333;font-size:1.25rem}.input-section{background-color:#2d2d2d;border-radius:8px;padding:.75rem;border:1px solid #404040;margin-bottom:.75rem}.input-group{margin-bottom:.75rem}.input-group.compact{margin-bottom:.5rem}.input-label{display:block;margin-bottom:.4rem;color:#a0a0a0;font-size:.85rem}.accent-text{color:#c23333}input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#c23333}.input-label input[type=checkbox]{vertical-align:middle}.input-field{width:100%;padding:.6rem;background-color:#1e1e1e;border:1px solid #404040;border-radius:6px;color:#fff;font-size:1rem;box-sizing:border-box;transition:border-color .2s}.input-field:focus{outline:none;border-color:#c23333}.input-field::placeholder{color:#6b7280}.risk-input-wrapper{display:flex;align-items:center;gap:10px}.risk-input{flex:1}.preset-buttons{display:flex;gap:.5rem}.preset-btn{padding:.5rem .75rem;background-color:#3d3d3d;border:1px solid #404040;border-radius:4px;cursor:pointer;font-size:.75rem;transition:all .2s;color:#e0e0e0;-webkit-user-select:none;user-select:none}.preset-btn:hover{background-color:#4b5563;border-color:#6b7280}.preset-btn.active{color:#fff}.preset-btn.active-green{background-color:#c23333;border-color:#c23333}.preset-btn.active-orange{background-color:#ff9800;border-color:#ff9800}.preset-btn.active-red{background-color:#ff5252;border-color:#ff5252}.price-inputs-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.2rem}.result-area{margin-top:0;padding-top:1rem;border-top:1px solid #404040;flex-shrink:0;overflow:visible}.result-area.placeholder{display:flex;align-items:center;justify-content:center;min-height:120px;flex-shrink:0}.placeholder-text{color:#666;font-size:.9rem;text-align:center}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.result-item{background:#333;padding:.6rem;border-radius:6px;text-align:center}.result-item-label{font-size:.7rem;color:#a0a0a0;margin-bottom:4px}.result-item-value{font-size:1rem;color:#c23333;font-weight:700;line-height:1.2}.result-item-subvalue{font-size:.85rem;color:#888;margin-top:2px}.danger-text{color:#ff5252}.success-text{color:#4caf50}.progress-container{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #404040}.progress-label{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;font-size:.8rem;color:#a0a0a0;line-height:1.2}.progress-label>span:first-child{line-height:1.2}.progress-label>span:last-child{line-height:1.2;height:1.2em}.progress-percent{font-weight:600!important;font-size:.8rem!important;line-height:1.2!important;height:1.2em!important;min-height:1.2em!important;max-height:1.2em!important;display:inline-block!important;vertical-align:baseline!important;background:transparent!important;padding:0!important;margin:0!important;border:none!important;box-sizing:border-box!important}.progress-percent.safe{color:#4caf50!important;font-size:.8rem!important;line-height:1.2!important;height:1.2em!important}.progress-percent.warning{color:#ff9800!important;font-size:.8rem!important;line-height:1.2!important;height:1.2em!important}.progress-percent.danger{color:#ff5252!important;font-size:.8rem!important;line-height:1.2!important;height:1.2em!important}.progress-bar{width:100%;height:10px;min-height:10px;max-height:10px;background-color:#1e1e1e;border-radius:5px;overflow:hidden;position:relative;box-sizing:border-box}.progress-fill{height:100%;min-height:10px;max-height:10px;border-radius:5px;transition:width .3s ease,background .3s ease;position:relative;box-sizing:border-box}.progress-fill-safe,.progress-fill.safe{background:linear-gradient(90deg,#4caf50,#43a047)!important;height:100%!important}.progress-fill-warning,.progress-fill.warning{background:linear-gradient(90deg,#ff9800,#f57c00)!important;height:100%!important}.progress-fill-danger,.progress-fill.danger{background:linear-gradient(90deg,#ff5252,#e53935)!important;height:100%!important}.warning{color:#ff5252;font-size:.75rem;margin-top:.5rem;text-align:center;line-height:1.3;padding:.5rem;background:#ff52521a;border-radius:4px}.hint{font-size:.75rem;color:#666;margin-top:.75rem;text-align:center;line-height:1.4;flex-shrink:0}@media (max-width: 768px){.sidebar{width:70px}.sidebar-icon{font-size:1.25rem}.sidebar-label{font-size:.625rem}.main-content-wrapper{margin-left:70px;width:calc(100% - 70px)}}@media (max-width: 640px){.main-content{padding:1.5rem;min-height:95vh;max-height:95vh}.title{font-size:1.25rem}.price-inputs-row{grid-template-columns:1fr;gap:1.2rem}.result-grid{grid-template-columns:1fr;gap:.6rem}.preset-buttons{flex-direction:column}.risk-input-wrapper{flex-direction:column;align-items:stretch}}.calculator-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid #404040;margin-bottom:.75rem}.calculator-header .title{margin:0;text-align:left;font-size:1.125rem;color:#e0e0e0}.pro-badge{font-size:.625rem;border:1px solid #ff9800;color:#ff9800;padding:.125rem .25rem;border-radius:3px;margin-left:.25rem}.header-status{display:flex;align-items:center;gap:.25rem;font-size:.625rem;color:#a0a0a0}.status-dot{width:.5rem;height:.5rem;border-radius:50%}.status-dot.green{background-color:#c23333}.status-text{font-size:.625rem}.input-section{background-color:#2d2d2d;border-radius:12px;padding:1rem;border:1px solid #404040;margin-bottom:1.25rem}.section-header{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin-bottom:.75rem;color:#a0a0a0;font-size:.75rem;font-weight:600;text-transform:uppercase}.section-dot{width:.5rem;height:.5rem;border-radius:50%}.section-dot.blue{background-color:#3b82f6}.section-dot.green{background-color:#4caf50}.section-dot.orange{background-color:#ff9800}.section-dot.red{background-color:#ff5252}.section-dot.yellow,.section-dot.gold{background-color:#ff9800}.section-title{font-size:.75rem}.input-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.price-input{font-size:1.25rem!important;color:#fff!important}.atr-input{font-size:1.25rem!important;color:#ff9800!important}.profit-display{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #404040;display:flex;align-items:center;justify-content:space-between}.profit-label{font-size:.75rem;color:#a0a0a0}.profit-value{font-weight:600;font-size:.875rem}.profit-value.profit{color:#c23333}.profit-value.loss{color:#ff5252}.strategy-section{background-color:#2d2d2d;border-radius:12px;padding:1rem;border:1px solid #404040;margin-bottom:.25rem;position:relative;overflow:hidden}.strategy-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.strategy-mode{font-size:.625rem;color:#666}.strategy-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;transition:opacity .3s}.strategy-buttons.disabled{opacity:.2;pointer-events:none}.strategy-btn{padding:.75rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .2s;border:1px solid transparent;background-color:#3d3d3d;color:#a0a0a0;cursor:pointer}.strategy-btn:hover:not(:disabled){background-color:#4b5563}.strategy-btn.active{background-color:#ff9800;color:#000}.strategy-btn:disabled{cursor:not-allowed}.strategy-btn-title{font-size:.875rem;font-weight:600}.strategy-btn-desc{font-size:.625rem;margin-top:.25rem;opacity:.8}.pullback-control{margin-top:1rem;transition:opacity .3s}.pullback-control.disabled{opacity:.2;pointer-events:none}.pullback-label{display:flex;justify-content:space-between;font-size:.75rem;margin-bottom:.25rem}.pullback-label>span:first-child{color:#a0a0a0}.pullback-value{color:#ff9800}.pullback-slider{width:100%;height:4px;background-color:#3d3d3d;border-radius:2px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.pullback-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--slider-thumb-color, #ff9800);cursor:pointer;box-shadow:0 2px 4px #0000004d;transition:background .2s}.pullback-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--slider-thumb-color, #ff9800);cursor:pointer;border:none;box-shadow:0 2px 4px #0000004d;transition:background .2s}.block-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background-color:#1a1a1ae6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem;border:1px solid rgba(255,77,79,.3);border-radius:12px;margin:.25rem}.block-icon{font-size:2.5rem;margin-bottom:.5rem}.block-title{color:#ff5252;font-weight:800;font-size:1.125rem;text-transform:uppercase;letter-spacing:.05em}.block-text{color:#a0a0a0;font-size:.75rem;margin-top:.5rem;line-height:1.5}.loss-text{color:#ff5252;font-weight:600}.block-highlight{color:#fff;font-weight:600;border-bottom:1px solid #ff4d4f}.block-hint{margin-top:1rem;font-size:.625rem;color:#666}.plan-section{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border-radius:12px;border:1px solid rgba(245,158,11,.3);overflow:hidden;margin-top:1rem;box-shadow:0 8px 24px #00000080}.plan-header{background-color:#f59e0b1a;padding:1rem;border-bottom:1px solid rgba(245,158,11,.2);display:flex;justify-content:space-between;align-items:center}.plan-header-label{font-size:.625rem;color:#fbbf24}.plan-header-price{font-size:1.5rem;font-weight:800;color:#fff}.plan-header-right{text-align:right}.plan-header-qty{font-size:1.875rem;font-weight:800;color:#ff9800}.plan-content{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.plan-row{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.plan-text{color:#a0a0a0}.plan-text.profit{color:#c23333;font-weight:600}.plan-text.loss{color:#ff5252;font-weight:600}.plan-arrow{color:#666}.plan-risk{background-color:#0003;border-radius:4px;padding:.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.625rem}.plan-risk-label{color:#a0a0a0}.plan-risk-value{color:#ff5252;font-family:monospace}.plan-cost{background-color:#0003;border-radius:4px;padding:.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.625rem;margin-top:.5rem}.plan-cost-label{color:#a0a0a0}.plan-cost-value{color:#c23333;font-family:monospace;font-weight:600}.plan-stop{background-color:#ff4d4f1a;padding:.75rem;font-size:.75rem;display:flex;justify-content:space-between;border-top:1px solid rgba(255,77,79,.2)}.plan-stop-text{color:#ff5252;font-weight:600}.plan-warning{background-color:#ff980026;border-top:1px solid rgba(255,152,0,.3);padding:.75rem;font-size:.75rem;color:#ff9800;line-height:1.4;text-align:center}.empty-state{text-align:center;color:#666;font-size:.75rem;padding:2rem 0}.flomo-logger{width:100%;max-width:450px;padding:0;display:flex;flex-direction:column;gap:0;overflow-y:auto;flex:1}.flomo-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid #404040;flex-shrink:0}.flomo-title{font-size:1.125rem;font-weight:600;color:#e0e0e0;display:flex;align-items:center;gap:.5rem;margin:0}.flomo-icon{font-size:1.5rem;color:#c23333}.flomo-config-btn{font-size:.75rem;color:#a0a0a0;background:transparent;border:none;cursor:pointer;transition:color .2s}.flomo-config-btn:hover{color:#c23333}.flomo-config-section{background-color:#2d2d2d;border-radius:12px;padding:1rem;border:1px solid #404040;flex-shrink:0}.flomo-config-label{display:block;font-size:.75rem;color:#c23333;margin-bottom:.5rem;font-weight:600}.flomo-config-input{width:100%;background-color:#1e1e1e;border:1px solid #404040;border-radius:6px;padding:.5rem;font-size:.75rem;color:#e0e0e0;word-break:break-all;box-sizing:border-box}.flomo-config-input:focus{outline:none;border-color:#c23333}.flomo-tabs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;background-color:#2d2d2d;padding:.5rem;border-radius:8px;border:1px solid #404040;margin-bottom:1rem;margin-top:0;flex-shrink:0;width:100%;max-width:450px;box-sizing:border-box}.flomo-tab-btn{padding:.5rem;font-size:.625rem;font-weight:600;border-radius:6px;transition:all .2s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;background:transparent;border:none;color:#a0a0a0;cursor:pointer}.flomo-tab-btn:hover{background-color:#3d3d3d}.flomo-tab-btn.active{background-color:#c23333;color:#fff;box-shadow:0 2px 8px #c233334d}.flomo-tab-content{display:flex;flex-direction:column;gap:1rem;flex:1;overflow-y:auto;padding:0;width:100%;max-width:450px;box-sizing:border-box;align-items:center}.flomo-date-header{text-align:center;color:#3b82f6;font-weight:600;font-size:1.125rem;border-bottom:1px solid #404040;padding-bottom:.5rem}.flomo-section{background-color:#2d2d2d;border-radius:12px;padding:1rem;border:1px solid #404040;display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:450px;box-sizing:border-box}.flomo-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.flomo-add-btn{padding:.375rem .75rem;background-color:#c23333;color:#fff;border:none;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.flomo-add-btn:hover{background-color:#a02828}.flomo-stock-plans,.flomo-future-plans{display:flex;flex-direction:column;gap:1rem}.flomo-stock-plan-item,.flomo-future-plan-item{background-color:#1e1e1e;border:1px solid #404040;border-radius:8px;padding:.75rem}.flomo-plan-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.flomo-plan-item-title{font-size:.75rem;font-weight:600;color:#a0a0a0}.flomo-remove-btn{padding:.25rem .5rem;background-color:#ff5252;color:#fff;border:none;border-radius:4px;font-size:.625rem;cursor:pointer;transition:all .2s}.flomo-remove-btn:hover{background-color:#e53935}.flomo-section-title{display:flex;align-items:center;gap:.5rem;color:#a0a0a0;font-size:.75rem;font-weight:600;text-transform:uppercase}.flomo-dot{width:.5rem;height:.5rem;border-radius:50%}.flomo-dot.blue{background-color:#3b82f6}.flomo-dot.red{background-color:#ff5252}.flomo-dot.purple{background-color:#a855f7}.flomo-form-group{display:flex;flex-direction:column;gap:.75rem}.flomo-input{width:100%;background-color:#1e1e1e;border:1px solid #404040;border-radius:6px;padding:.5rem;color:#fff;font-size:.875rem;box-sizing:border-box}.flomo-input:focus{outline:none;border-color:#c23333}.flomo-input::placeholder{color:#6b7280}.flomo-input-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.flomo-direction-buttons{display:flex;background-color:#1e1e1e;border-radius:6px;padding:.25rem;gap:.25rem}.flomo-direction-btn{padding:.25rem .75rem;font-size:.75rem;border-radius:4px;transition:all .2s;background:transparent;border:none;color:#a0a0a0;cursor:pointer}.flomo-direction-btn.active.long{background-color:#ff5252;color:#fff}.flomo-direction-btn.active.short{background-color:#4caf50;color:#fff}.flomo-strategy-buttons{display:flex;gap:.5rem;margin-bottom:.75rem}.flomo-strategy-btn{flex:1;padding:.5rem;border-radius:6px;font-size:.75rem;border:1px solid #404040;transition:all .2s;background-color:#3d3d3d;color:#a0a0a0;cursor:pointer}.flomo-strategy-btn.active{background-color:#ff9800;color:#000;border-color:#ff9800}.flomo-stop-loss-display{background-color:#0000004d;padding:.75rem;border-radius:6px;border:1px solid #404040;font-size:.75rem;font-family:monospace;display:flex;justify-content:space-between;align-items:center}.flomo-stop-loss-label{color:#a0a0a0}.flomo-stop-loss-value{font-size:1.25rem;font-weight:600;color:#ff5252}.flomo-checkbox-label{display:flex;align-items:center;gap:.75rem;padding:.5rem;background-color:#1e1e1e;border-radius:6px;border:1px solid #404040;cursor:pointer;font-size:.875rem}.flomo-checkbox-highlight{font-weight:600;color:#c23333}.flomo-checkbox-white{font-weight:600;color:#fff}.flomo-checkbox{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#c23333}.flomo-submit-btn{width:100%;padding:1rem;border-radius:12px;font-weight:600;color:#fff;box-shadow:0 4px 12px #0000004d;border:none;cursor:pointer;transition:all .2s;font-size:.875rem}.flomo-submit-btn:disabled{opacity:.6;cursor:not-allowed}.flomo-submit-record{background-color:#c23333}.flomo-submit-record:hover:not(:disabled){background-color:#a02828}.flomo-submit-plan{background-color:#3b82f6}.flomo-submit-plan:hover:not(:disabled){background-color:#2563eb}.flomo-submit-review{background-color:#a855f7}.flomo-submit-review:hover:not(:disabled){background-color:#9333ea}.flomo-etf-buttons{display:flex;gap:.5rem;margin-bottom:.75rem}.flomo-etf-btn{flex:1;padding:.5rem;border-radius:6px;font-size:.75rem;border:1px solid #404040;transition:all .2s;background-color:#1e1e1e;color:#a0a0a0;cursor:pointer}.flomo-etf-btn.active.long{background-color:#ff525233;color:#ff5252;border-color:#ff5252}.flomo-etf-btn.active.short{background-color:#4caf5033;color:#4caf50;border-color:#4caf50}.flomo-risk-display{padding:.5rem;border-radius:6px;font-size:.75rem;display:flex;align-items:center;justify-content:space-between;border:1px solid}.flomo-risk-display.safe{background-color:#4caf501a;border-color:#c23333;color:#c23333}.flomo-risk-display.danger{background-color:#ff52521a;border-color:#ff5252;color:#ff5252}.flomo-risk-value{font-weight:600}.flomo-field-label{display:block;font-size:.625rem;color:#a0a0a0;margin-bottom:.25rem}.flomo-pnl-wrapper{position:relative}.flomo-pnl-input{width:100%;background-color:#1e1e1e;border:1px solid #404040;border-radius:6px;padding:.75rem .75rem .75rem 2.5rem;font-size:1.25rem;font-weight:600;text-align:center;color:#fff;box-sizing:border-box}.flomo-pnl-input:focus{outline:none;border-color:#c23333}.flomo-pnl-input.profit{color:#ff5252}.flomo-pnl-input.loss{color:#4caf50}.flomo-pnl-badge{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:.75rem;font-weight:600}.flomo-pnl-badge.profit{color:#ff5252}.flomo-pnl-badge.loss{color:#4caf50}.flomo-audit-group{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.flomo-audit-item{background-color:#1e1e1e;padding:.5rem;border-radius:6px;border:1px solid #404040}.flomo-audit-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.flomo-audit-sub{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #404040;display:flex;align-items:center;justify-content:space-between;color:#a855f7}.flomo-yesno-buttons{display:flex;gap:.5rem;font-size:.75rem}.flomo-yesno-btn{padding:.25rem .5rem;border-radius:4px;border:1px solid #404040;transition:all .2s;background-color:#2d2d2d;color:#a0a0a0;cursor:pointer;font-size:.75rem}.flomo-yesno-btn.active.yes{background-color:#a855f7;color:#fff;border-color:#a855f7}.flomo-yesno-btn.active.no{background-color:#ff5252;color:#fff;border-color:#ff5252}.flomo-reason-group{margin-bottom:.75rem}.flomo-reason-label{font-size:.625rem;color:#ff5252;margin-bottom:.5rem}.flomo-reason-label.loss{color:#c23333}.flomo-reason-tags{display:flex;flex-wrap:wrap;gap:.5rem}.flomo-reason-tag{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;border:1px solid #404040;cursor:pointer;transition:all .2s;background-color:#1e1e1e;color:#a0a0a0}.flomo-reason-tag.active.win,.flomo-reason-tag.active.loss{background-color:#fff3;border-color:#fff;color:#fff}.flomo-tag-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.flomo-tag-btn{padding:.75rem;border-radius:8px;font-size:.75rem;transition:all .2s;border:1px solid transparent;background-color:#2d2d2d;color:#a0a0a0;cursor:pointer}.flomo-tag-btn.active.perfect{background-color:#ff9800;color:#000;font-weight:600;box-shadow:0 0 0 2px #fbbf244d}.flomo-tag-btn.active.violation{background-color:#ff5252;color:#fff;font-weight:600;box-shadow:0 0 0 2px #ff52524d}.flomo-tag-btn.active.chop{background-color:#757575;color:#fff;font-weight:600;box-shadow:0 0 0 2px #7575754d}.flomo-toast{position:fixed;top:1.25rem;left:50%;transform:translate(-50%);padding:.5rem 1rem;border-radius:6px;box-shadow:0 4px 12px #0000004d;font-size:.875rem;z-index:1000;animation:fadeIn .3s ease-out}.flomo-toast.success{background-color:#4caf50e6;color:#fff}.flomo-toast.error{background-color:#ff5252;color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 640px){.flomo-tab-btn{font-size:.625rem;padding:.4rem}.flomo-tab-btn span:first-child{font-size:.875rem}}.settings-container{width:100%;max-width:450px;padding:1rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;flex:1}.settings-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid #404040;flex-shrink:0}.settings-title{font-size:1.125rem;font-weight:600;color:#e0e0e0;display:flex;align-items:center;gap:.5rem;margin:0}.settings-icon{font-size:1.5rem;color:#c23333}.settings-content{display:flex;flex-direction:column;gap:1.5rem;flex:1}.settings-section{background-color:#2d2d2d;border-radius:12px;padding:1rem;border:1px solid #404040}.settings-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.settings-section-title{display:flex;align-items:center;gap:.5rem;color:#a0a0a0;font-size:.75rem;font-weight:600;text-transform:uppercase}.settings-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:#c23333}.settings-form-group{display:flex;flex-direction:column;gap:.75rem}.settings-label{display:block;font-size:.75rem;color:#a0a0a0;font-weight:500}.settings-input{width:100%;background-color:#1e1e1e;border:1px solid #404040;border-radius:6px;padding:.75rem;color:#e0e0e0;font-size:.875rem;box-sizing:border-box;word-break:break-all}.settings-input:focus{outline:none;border-color:#c23333}.settings-input::placeholder{color:#6b7280}.settings-hint{font-size:.75rem;color:#666;line-height:1.4}.settings-actions{display:flex;gap:.75rem;margin-top:.5rem}.settings-btn{flex:1;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.settings-btn-primary{background-color:#c23333;color:#fff}.settings-btn-primary:hover{background-color:#a02828}.settings-btn-secondary{background-color:#3d3d3d;color:#e0e0e0;border:1px solid #404040}.settings-btn-secondary:hover{background-color:#4b5563;border-color:#6b7280}.settings-about{display:flex;flex-direction:column;gap:.75rem}.settings-about-text{font-size:.875rem;color:#a0a0a0;line-height:1.6;margin:0}.settings-about-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.settings-about-list li{font-size:.875rem;color:#a0a0a0;line-height:1.6;padding-left:.5rem}.settings-toast{position:fixed;top:1.25rem;left:50%;transform:translate(-50%);padding:.5rem 1rem;border-radius:6px;box-shadow:0 4px 12px #0000004d;font-size:.875rem;z-index:1000;animation:fadeIn .3s ease-out}.settings-toast.success{background-color:#c23333;color:#fff}.settings-toast.error{background-color:#ff5252;color:#fff}
