*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a14;--bg-secondary: #0f0f1e;--bg-tertiary: #151528;--bg-card: rgba(17, 17, 34, .6);--bg-card-hover: rgba(17, 17, 34, .8);--border-primary: rgba(99, 102, 241, .15);--border-secondary: rgba(99, 102, 241, .25);--border-accent: rgba(99, 102, 241, .4);--text-primary: #ffffff;--text-secondary: #e5e7eb;--text-tertiary: #9ca3af;--text-muted: #6b7280;--accent-primary: #6366f1;--accent-secondary: #8b5cf6;--accent-light: #a5b4fc;--success: #4ade80;--success-bg: rgba(34, 197, 94, .15);--success-border: rgba(34, 197, 94, .3);--danger: #f87171;--danger-bg: rgba(239, 68, 68, .15);--danger-border: rgba(239, 68, 68, .3);--warning: #fbbf24;--warning-bg: rgba(251, 191, 36, .15);--warning-border: rgba(251, 191, 36, .3);--hedging: #c084fc;--hedging-bg: rgba(168, 85, 247, .15);--hedging-border: rgba(168, 85, 247, .3);--simple: #7dd3fc;--simple-bg: rgba(56, 189, 248, .15);--simple-border: rgba(56, 189, 248, .3);font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .15);--shadow-md: 0 4px 16px rgba(0, 0, 0, .2);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .3)}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 50%,var(--bg-tertiary) 100%);color:var(--text-secondary)}#root{min-height:100vh}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;transition:all .2s ease}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6366f180}::selection{background:#6366f14d;color:var(--text-primary)}.gradient-text{background:linear-gradient(135deg,var(--text-primary) 0%,var(--accent-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-effect{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-primary)}.evaluation-modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.evaluation-modal{background:#12121f;border:1px solid #2a2a4a;border-radius:12px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto}.evaluation-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #2a2a4a;position:sticky;top:0;background:#12121f;z-index:10}.evaluation-modal .modal-header h2{margin:0;font-size:1.25rem;color:#fff;font-weight:600}.evaluation-modal .close-btn{background:#2a2a4a;border:none;color:#888;width:32px;height:32px;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.evaluation-modal .close-btn:hover{background:#3a3a5a;color:#fff}.error-message{background:#ff17441a;border:1px solid rgba(255,23,68,.3);color:#ff1744;padding:.75rem 1rem;margin:1rem 1.5rem 0;border-radius:6px;display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.error-message button{background:none;border:none;color:#ff1744;cursor:pointer;font-size:1rem}.chart-step{padding:1.5rem}.chart-info-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #2a2a4a}.price-info{display:flex;align-items:baseline;gap:1rem}.symbol{font-size:1rem;color:#888;font-weight:500}.live-indicator{background:#00c853;color:#000;font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:3px;animation:live-pulse 2s infinite}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.7}}.chart-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#888}.chart-loading p{margin-top:1rem;font-size:.9rem}.current-price{font-size:1.75rem;color:#fff;font-weight:700;font-family:monospace}.price-change{font-size:.9rem;font-weight:600;padding:.2rem .5rem;border-radius:4px}.price-change.positive{background:#00c85326;color:#00c853}.price-change.negative{background:#ff174426;color:#ff1744}.timer{text-align:right}.timer-label{display:block;font-size:.75rem;color:#666;text-transform:uppercase}.timer-value{font-size:1.5rem;font-weight:700;font-family:monospace;color:#4fc3f7}.timer-value.warning{color:#ff1744;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chart-container{background:#1a1a2e;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.candlestick-canvas{width:100%;height:auto;display:block}.trade-info-banner{display:flex;align-items:center;gap:.75rem;background:#4fc3f71a;border:1px solid rgba(79,195,247,.3);border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;color:#4fc3f7;font-size:.9rem}.trade-info-banner .info-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#4fc3f733;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.direction-selection{text-align:center}.selection-prompt{color:#e0e0e0;font-size:1rem;margin:0 0 1.25rem}.direction-buttons{display:flex;gap:1.5rem;justify-content:center}.direction-btn{width:150px;padding:1.5rem 1rem;border:2px solid;border-radius:12px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:.5rem}.direction-btn.up{background:#00c8530d;border-color:#00c853;color:#00c853}.direction-btn.up:hover:not(:disabled){background:#00c85326;transform:translateY(-4px);box-shadow:0 4px 20px #00c8534d}.direction-btn.down{background:#ff17440d;border-color:#ff1744;color:#ff1744}.direction-btn.down:hover:not(:disabled){background:#ff174426;transform:translateY(-4px);box-shadow:0 4px 20px #ff17444d}.direction-btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important;box-shadow:none!important}.direction-btn .arrow{font-size:1.5rem;font-weight:700}.direction-btn .target{font-size:1rem;font-weight:600}.timeout-message{color:#ff1744;margin-top:1rem;font-size:.9rem}.questionnaire-step{padding:1.5rem}.selected-direction{display:flex;align-items:center;gap:1rem;padding:1rem;background:#1a1a2e;border-radius:8px;margin-bottom:1.5rem}.selected-direction>span:first-child{color:#888}.direction-badge{padding:.4rem 1rem;border-radius:6px;font-weight:600;font-size:.9rem}.direction-badge.up{background:#00c85326;color:#00c853}.direction-badge.down{background:#ff174426;color:#ff1744}.trade-type-badge{background:#4fc3f726;color:#4fc3f7;padding:.4rem 1rem;border-radius:6px;font-weight:600;font-size:.85rem;margin-left:auto}.questionnaire-form h3{color:#fff;font-size:1rem;margin:0 0 1rem;font-weight:500}.slider-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.slider-item{background:#1a1a2e;padding:.75rem 1rem;border-radius:6px}.slider-item label{display:block;color:#888;font-size:.8rem;margin-bottom:.5rem}.slider-row{display:flex;align-items:center;gap:.75rem}.slider-row input[type=range]{flex:1;height:4px;-webkit-appearance:none;background:#2a2a4a;border-radius:2px;outline:none}.slider-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#4fc3f7;border-radius:50%;cursor:pointer}.slider-value{color:#4fc3f7;font-weight:600;font-size:1rem;min-width:24px;text-align:center}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:1.5rem}.checkbox-item{display:flex;align-items:center;gap:.5rem;background:#1a1a2e;padding:.6rem .75rem;border-radius:6px;cursor:pointer;transition:background .2s}.checkbox-item:hover{background:#252540}.checkbox-item input[type=checkbox]{width:16px;height:16px;accent-color:#4fc3f7}.checkbox-item span{color:#aaa;font-size:.85rem}.questionnaire-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #2a2a4a}.btn-back{background:#2a2a4a;border:none;color:#888;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.btn-back:hover{background:#3a3a5a;color:#fff}.btn-submit{background:linear-gradient(135deg,#4fc3f7,#00bcd4);border:none;color:#000;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #4fc3f766}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.executing-step{padding:4rem 2rem;text-align:center}.loading-spinner{width:50px;height:50px;border:3px solid #2a2a4a;border-top-color:#4fc3f7;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.executing-step p{color:#e0e0e0;font-size:1.1rem;margin:0 0 .5rem}.executing-step .sub-text{color:#888;font-size:.9rem}.result-step{padding:3rem 2rem;text-align:center}.result-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1.5rem}.result-icon.success{background:#00c85326;color:#00c853;border:2px solid #00c853}.result-step h3{color:#fff;font-size:1.5rem;margin:0 0 2rem;font-weight:600}.result-details{background:#1a1a2e;border-radius:8px;padding:1.5rem;max-width:400px;margin:0 auto 1.5rem;text-align:left}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #2a2a4a}.detail-row:last-child{border-bottom:none}.detail-label{color:#888;font-size:.9rem}.detail-value{color:#fff;font-weight:600}.detail-value.up{color:#00c853}.detail-value.down{color:#ff1744}.detail-value.mono{font-family:monospace;font-size:.8rem;color:#888}.detail-value.success{color:#00c853}.detail-value.skipped{color:#ffa726}.detail-value.error{color:#ff1744}.result-note{color:#888;font-size:.9rem;max-width:400px;margin:0 auto 2rem;line-height:1.5}.btn-close{background:#2a2a4a;border:none;color:#e0e0e0;padding:.75rem 2rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.btn-close:hover{background:#3a3a5a}@media(max-width:768px){.evaluation-modal{max-height:95vh}.chart-info-bar{flex-direction:column;align-items:flex-start;gap:1rem}.timer{text-align:left}.direction-buttons{flex-direction:column;align-items:center}.direction-btn{width:100%;max-width:200px}.slider-grid{grid-template-columns:1fr}.checkbox-grid{grid-template-columns:1fr 1fr}.questionnaire-actions{flex-direction:column}.questionnaire-actions button{width:100%}}.dashboard{min-height:100vh;background:linear-gradient(135deg,#0a0a14,#0f0f1e,#151528);color:var(--text-secondary, #e5e7eb);padding:2rem}.dashboard-container{max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(99,102,241,.15)}.header-content h1{font-size:2.5rem;margin:0 0 .5rem;font-weight:700;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-subtitle{color:#6b7280;font-size:1rem;margin:0}.user-badge{background:#1129;border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:1rem 1.5rem;text-align:right;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-label{display:block;font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.badge-value{font-size:1.1rem;color:#a5b4fc;font-weight:600;font-family:SF Mono,Fira Code,monospace}.program-info{margin-bottom:2rem}.info-card{background:linear-gradient(135deg,#6366f11a,#8b5cf60d);border:1px solid rgba(99,102,241,.2);border-radius:16px;padding:1.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.info-card h3{color:#a5b4fc;font-size:1.15rem;margin:0 0 .75rem;font-weight:600}.info-card p{color:#9ca3af;margin:0;line-height:1.7}.metrics-section{margin-bottom:2.5rem}.metrics-section h2{font-size:1.35rem;color:#fff;margin:0 0 1.25rem;font-weight:600}.loading-state{text-align:center;padding:3rem;color:#6b7280;font-size:1rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.metric-card{background:#1129;border:1px solid rgba(99,102,241,.15);border-radius:12px;padding:1.25rem;display:flex;gap:1rem;align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.metric-card:hover{border-color:#6366f14d;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.metric-icon{width:44px;height:44px;background:linear-gradient(135deg,#6366f126,#8b5cf61a);border:1px solid rgba(99,102,241,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#a5b4fc;flex-shrink:0}.metric-content{display:flex;flex-direction:column;gap:.3rem}.metric-value{font-size:1.6rem;font-weight:700;color:#fff}.metric-label{font-size:.85rem;color:#9ca3af}.metric-status{font-size:.75rem;padding:.25rem .6rem;border-radius:6px;display:inline-block;width:fit-content;font-weight:600}.status-good{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.status-warning{background:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.status-danger{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.status-neutral{background:#64646426;color:#9ca3af;border:1px solid rgba(100,100,100,.3)}.progress-section{margin-bottom:2.5rem}.progress-section h2{font-size:1.35rem;color:#fff;margin:0 0 1.25rem;font-weight:600}.progress-requirements{display:flex;flex-direction:column;gap:1rem}.requirement-item{background:#1129;border:1px solid rgba(99,102,241,.15);border-radius:12px;padding:1.25rem 1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.requirement-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.requirement-label{font-size:.95rem;color:#e5e7eb;font-weight:500}.requirement-value{font-size:.85rem;color:#9ca3af;font-family:SF Mono,Fira Code,monospace}.progress-bar-container{height:8px;background:#6366f11a;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:4px;transition:width .3s ease}.progress-bar-fill.complete{background:linear-gradient(90deg,#22c55e,#4ade80)}.evaluation-section{margin-bottom:2rem}.evaluation-card{background:linear-gradient(135deg,#6366f114,#1129);border:1px solid rgba(99,102,241,.2);border-radius:16px;padding:2.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.evaluation-card h2{font-size:1.75rem;color:#fff;margin:0 0 1rem;font-weight:700}.evaluation-description{color:#9ca3af;margin:0 0 1.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7}.evaluation-steps{list-style:none;padding:0;margin:0 0 2rem;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.evaluation-steps li{color:#9ca3af;padding:.6rem 0 .6rem 1.75rem;position:relative;font-size:.95rem}.evaluation-steps li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%}.warning-message{background:#fbbf241a;border:1px solid rgba(251,191,36,.3);color:#fbbf24;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.5rem;font-size:.9rem}.info-message{background:#6366f11a;border:1px solid rgba(99,102,241,.3);color:#a5b4fc;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.5rem;font-size:.9rem}.btn-evaluation{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #6366f14d}.btn-evaluation:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 24px #6366f166}.btn-evaluation:active:not(:disabled){transform:translateY(-1px)}.btn-evaluation:disabled{background:#6366f133;color:#6b7280;cursor:not-allowed;box-shadow:none}@media(max-width:768px){.dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem}.user-badge{text-align:left;width:100%}.header-content h1{font-size:1.75rem}.metrics-grid{grid-template-columns:1fr}.evaluation-card{padding:1.5rem}.evaluation-card h2{font-size:1.35rem}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal-content{background:#fff;border-radius:12px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #ecf0f1;position:sticky;top:0;background:#fff;z-index:1}.modal-header h2{font-size:1.5rem;color:#2c3e50;margin:0}.close-btn{background:none;border:none;font-size:2rem;color:#7f8c8d;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-btn:hover{background:#ecf0f1;color:#2c3e50}.modal-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.95rem}.form-group input[type=text],.form-group input[type=number],.form-group select{width:100%;padding:.75rem;border:2px solid #ecf0f1;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3498db}.form-group-inline{display:flex;gap:2rem;margin-bottom:1.5rem}.form-group-inline label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.form-group-inline input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3498db}.iterations-section,.directions-section{margin-top:2rem;margin-bottom:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h3{font-size:1.2rem;color:#2c3e50;margin:0}.btn-add{background:#27ae60;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-add:hover{background:#229954;transform:translateY(-1px)}.iteration-card,.direction-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1rem;margin-bottom:1rem}.iteration-header,.direction-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #dee2e6}.iteration-header span,.direction-header span{font-weight:600;color:#2c3e50}.btn-remove{background:#e74c3c;color:#fff;border:none;padding:.3rem .7rem;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s}.btn-remove:hover{background:#c0392b}.iteration-fields,.direction-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.field label{display:block;font-size:.85rem;font-weight:600;color:#34495e;margin-bottom:.3rem}.field input,.field select{width:100%;padding:.5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem}.field input:focus,.field select:focus{outline:none;border-color:#3498db}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #ecf0f1}.btn-cancel,.btn-submit{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel{background:#95a5a6;color:#fff}.btn-cancel:hover{background:#7f8c8d}.btn-submit{background:#3498db;color:#fff}.btn-submit:hover{background:#2980b9;transform:translateY(-1px);box-shadow:0 4px 8px #3498db4d}@media(max-width:768px){.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-header,.modal-form{padding:1rem}.iteration-fields,.direction-fields{grid-template-columns:1fr}}.modal-large{max-width:900px}.form-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem;margin-bottom:1.5rem}.single-strategy-section,.direction-setup-section{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #ecf0f1}.single-strategy-section h3,.direction-setup-section h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1rem}.section-desc{color:#7f8c8d;font-size:.9rem;margin-bottom:1.5rem}.single-strategy-row{display:flex;align-items:flex-end;gap:2rem}.single-strategy-row .form-group{flex:1;margin-bottom:0}.reverse-checkbox-large{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:6px;cursor:pointer;white-space:nowrap}.reverse-checkbox-large input{width:18px;height:18px;accent-color:#3498db}.reverse-checkbox-large span{font-weight:500;color:#2c3e50}.direction-grid{display:flex;flex-direction:column;gap:2rem}.direction-category{background:#f8f9fa;border-radius:10px;padding:1.5rem}.direction-category h4{font-size:1.1rem;color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #3498db}.direction-row{display:grid;grid-template-columns:120px 1fr 1fr;gap:1rem;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}.direction-row:last-child{border-bottom:none}.direction-label{font-weight:600;color:#34495e;font-size:.9rem}.direction-col{display:flex;align-items:center;gap:.75rem}.col-label{font-size:.8rem;font-weight:600;color:#7f8c8d;min-width:45px}.direction-col select{flex:1;padding:.5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.85rem;min-width:0}.direction-col select:focus{outline:none;border-color:#3498db}.reverse-checkbox{display:flex;align-items:center;gap:.3rem;cursor:pointer;white-space:nowrap}.reverse-checkbox input{width:14px;height:14px;accent-color:#e74c3c}.reverse-checkbox span{font-size:.75rem;color:#6c757d}@media(max-width:768px){.form-row{grid-template-columns:1fr}.direction-row{grid-template-columns:1fr;gap:.5rem;padding:1rem 0}.direction-label{font-size:1rem;margin-bottom:.5rem}.direction-col{flex-direction:column;align-items:stretch;gap:.5rem}.col-label{display:block}.single-strategy-row{flex-direction:column;align-items:stretch}}.new-settings-page{min-height:100vh;background:linear-gradient(135deg,#0a0a14,#0f0f1e,#151528);padding:2rem}.settings-container{max-width:1400px;margin:0 auto}.page-header{text-align:center;margin-bottom:2.5rem}.page-header h1{font-size:2.5rem;margin:0 0 .5rem;font-weight:700;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-header p{color:#6b7280;font-size:1.05rem}.alert{padding:1rem 1.5rem;border-radius:10px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.alert button{background:none;border:none;font-size:1.5rem;cursor:pointer;opacity:.7;color:inherit;line-height:1}.alert button:hover{opacity:1}.alert-error{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.3)}.alert-success{background:#22c55e1a;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.tabs{display:flex;border-radius:12px 12px 0 0;overflow:hidden;background:#1129;border:1px solid rgba(99,102,241,.15);border-bottom:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tab{flex:1;padding:1.2rem;border:none;background:transparent;color:#6b7280;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;border-bottom:3px solid transparent}.tab:hover{background:#6366f10d;color:#9ca3af}.tab.active{color:#a5b4fc;border-bottom-color:#6366f1;background:#6366f11a}.tab-content{background:#1129;border-radius:0 0 16px 16px;padding:2rem;min-height:500px;border:1px solid rgba(99,102,241,.15);border-top:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(99,102,241,.15)}.tab-header h2{font-size:1.6rem;color:#fff;margin:0;font-weight:600}.tab-subtitle{font-size:.9rem;color:#6b7280;font-weight:500}.btn-create{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:.85rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 16px #6366f14d}.btn-create:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6366f166}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-state p{font-size:1.1rem}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.item-card{background:#112c;border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:1.5rem;transition:all .3s}.item-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d;border-color:#6366f166}.card-header{margin-bottom:1rem}.card-header h3{font-size:1.25rem;color:#fff;margin:0 0 .5rem}.badges{display:flex;gap:.5rem;flex-wrap:wrap}.badge{padding:.35rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge-success{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.badge-warning{background:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.badge-info{background:#6366f126;color:#a5b4fc;border:1px solid rgba(99,102,241,.3)}.card-body{margin-bottom:1rem}.info-row{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid rgba(99,102,241,.1)}.info-row:last-child{border-bottom:none}.info-row .label{color:#9ca3af;font-weight:500}.info-row .value{color:#e5e7eb;font-weight:600}.card-actions{display:flex;gap:.75rem}.btn-edit{flex:1;background:#6366f126;color:#a5b4fc;border:1px solid rgba(99,102,241,.3);padding:.7rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-edit:hover{background:#6366f140;border-color:#6366f180}.btn-delete{flex:1;background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3);padding:.7rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-delete:hover{background:#ef444440;border-color:#ef444480}.bots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.bot-card{background:#112c;border:2px solid rgba(99,102,241,.2);border-radius:12px;padding:1.5rem;transition:all .3s}.bot-card.running{border-color:#22c55e80;background:linear-gradient(135deg,#22c55e0d,#112c)}.bot-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.bot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(99,102,241,.15)}.bot-header h3{font-size:1.25rem;color:#fff;margin:0}.status-indicator{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#4ade80}.status-dot{width:10px;height:10px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #4ade8066}50%{opacity:.7;box-shadow:0 0 0 8px #4ade8000}}.bot-info{margin-bottom:1rem}.info-item{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid rgba(99,102,241,.1)}.info-item:last-child{border-bottom:none}.info-item .label{color:#9ca3af;font-weight:500}.info-item .value{color:#e5e7eb;font-weight:600}.bot-controls{margin-top:1rem}.btn-start,.btn-stop{width:100%;padding:.9rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-start{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 16px #22c55e4d}.btn-start:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #22c55e66}.btn-stop{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 16px #ef44444d}.btn-stop:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #ef444466}.btn-start:disabled,.btn-stop:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}@media(max-width:768px){.new-settings-page{padding:1rem}.page-header h1{font-size:1.75rem}.items-grid,.bots-grid{grid-template-columns:1fr}.tabs{flex-direction:column;border-radius:12px}.tab{border-bottom:1px solid rgba(99,102,241,.1);border-right:none}.tab.active{border-bottom-color:transparent;border-left:3px solid #6366f1}.tab-content{border-radius:0 0 12px 12px}}.trade-page{min-height:100vh;background:linear-gradient(135deg,#0a0a14,#0f0f1e,#151528);padding:2rem}.trade-container{max-width:1400px;margin:0 auto}.page-header{margin-bottom:2.5rem;text-align:center}.page-header h1{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-header p{color:#6b7280;font-size:1rem;margin:0}.error-banner{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:.75rem 1rem;border-radius:10px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.error-banner button{background:none;border:none;color:#f87171;cursor:pointer;font-size:1.25rem;padding:.25rem;line-height:1}.trades-section{background:#1129;border:1px solid rgba(99,102,241,.15);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(99,102,241,.15)}.section-header h2{color:#fff;font-size:1.35rem;font-weight:600;margin:0}.trade-count{background:linear-gradient(135deg,#6366f133,#8b5cf633);color:#a5b4fc;padding:.4rem .85rem;border-radius:20px;font-size:.8rem;font-weight:600;border:1px solid rgba(99,102,241,.3)}.loading-state{text-align:center;padding:3rem 1rem;color:#6b7280;font-size:.95rem}.empty-state{text-align:center;padding:3rem 1rem}.empty-state p{color:#9ca3af;font-size:1.1rem;margin:0 0 .5rem}.empty-state span{color:#6b7280;font-size:.9rem}.active-trades-comparison{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.trade-column{display:flex;flex-direction:column;gap:1rem}.column-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;border-radius:10px;margin-bottom:.5rem}.column-header.hedging{background:linear-gradient(135deg,#a855f726,#c084fc1a);border:1px solid rgba(168,85,247,.3)}.column-header.simple{background:linear-gradient(135deg,#38bdf826,#7dd3fc1a);border:1px solid rgba(56,189,248,.3)}.column-header h3{margin:0;font-size:1rem;font-weight:600;color:#fff}.column-badge{font-size:.7rem;font-weight:700;padding:.3rem .6rem;border-radius:6px;background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.no-trade-placeholder{background:#11112280;border:1px dashed rgba(99,102,241,.2);border-radius:12px;padding:2.5rem;text-align:center}.no-trade-placeholder p{color:#6b7280;margin:0;font-size:.9rem}.active-trade-card{background:#112c;border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:1.25rem;transition:all .3s ease}.active-trade-card:hover{border-color:#6366f166;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.active-trade-card.hedging{border-color:#a855f74d}.active-trade-card.hedging:hover{border-color:#a855f780;box-shadow:0 8px 24px #a855f726}.active-trade-card.simple{border-color:#38bdf84d}.active-trade-card.simple:hover{border-color:#38bdf880;box-shadow:0 8px 24px #38bdf826}.trade-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.side-badge{padding:.4rem .85rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.side-badge.buy{background:linear-gradient(135deg,#22c55e33,#4ade801a);color:#4ade80;border:1px solid rgba(34,197,94,.3)}.side-badge.sell{background:linear-gradient(135deg,#ef444433,#f871711a);color:#f87171;border:1px solid rgba(239,68,68,.3)}.side-badge.small{padding:.25rem .5rem;font-size:.7rem}.type-badge{padding:.25rem .6rem;border-radius:4px;font-size:.7rem;font-weight:600}.type-badge.hedging{background:#a855f726;color:#c084fc;border:1px solid rgba(168,85,247,.3)}.type-badge.simple{background:#38bdf826;color:#7dd3fc;border:1px solid rgba(56,189,248,.3)}.active-indicator{background:linear-gradient(135deg,#22c55e33,#4ade801a);color:#4ade80;padding:.35rem .75rem;border-radius:6px;font-size:.7rem;font-weight:700;margin-left:auto;border:1px solid rgba(34,197,94,.3);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.trade-details{display:flex;flex-direction:column;gap:.65rem}.detail-row{display:flex;justify-content:space-between;align-items:center}.detail-row .label{color:#9ca3af;font-size:.85rem}.detail-row .value{color:#e5e7eb;font-size:.9rem;font-weight:500}.detail-row .value.danger{color:#f87171}.detail-row .value.success{color:#4ade80}.trade-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(99,102,241,.15);gap:.5rem;flex-wrap:wrap}.setup-name{color:#6b7280;font-size:.8rem}.strategy-name{color:#a5b4fc;font-size:.8rem}.questionnaire-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;margin-top:1rem;background:linear-gradient(135deg,#6366f11a,#8b5cf60d);border:1px solid rgba(99,102,241,.2);border-radius:8px;color:#a5b4fc;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.questionnaire-toggle:hover{background:linear-gradient(135deg,#6366f126,#8b5cf61a);border-color:#6366f166}.questionnaire-toggle.expanded{border-color:#6366f166;background:linear-gradient(135deg,#6366f133,#8b5cf61a)}.toggle-icon{font-size:.7rem;transition:transform .2s}.loading-dot{margin-left:auto;color:#6b7280}.questionnaire-display{margin-top:1rem;padding:1rem;background:#0a0a1480;border-radius:10px;border:1px solid rgba(99,102,241,.1)}.q-section{margin-bottom:1.25rem}.q-section:last-child{margin-bottom:0}.q-section h4{color:#a5b4fc;font-size:.85rem;font-weight:600;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.q-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem}.q-metric{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.q-metric-label{color:#9ca3af;font-size:.75rem;min-width:90px}.q-metric-bar{flex:1;height:6px;background:#6366f11a;border-radius:3px;overflow:hidden}.q-metric-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:3px;transition:width .3s ease}.q-metric-fill.negative{background:linear-gradient(90deg,#ef4444,#f87171)}.q-metric-value{color:#e5e7eb;font-size:.75rem;font-weight:600;min-width:35px;text-align:right}.q-metric-value.danger{color:#f87171}.q-activities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.5rem}.q-activity{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#11112280;border-radius:6px;border:1px solid transparent}.q-activity.active{background:#22c55e1a;border-color:#22c55e33}.q-activity.active.negative{background:#ef44441a;border-color:#ef444433}.q-activity-icon{font-size:.8rem;color:#6b7280}.q-activity.active .q-activity-icon{color:#4ade80}.q-activity.active.negative .q-activity-icon{color:#f87171}.q-activity-label{color:#9ca3af;font-size:.75rem}.q-activity.active .q-activity-label{color:#e5e7eb}.history-table-container{overflow-x:auto;border-radius:10px}.history-table{width:100%;border-collapse:collapse;font-size:.9rem}.history-table th{text-align:left;padding:.85rem 1rem;color:#9ca3af;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;background:#11112280;border-bottom:1px solid rgba(99,102,241,.15)}.history-table td{padding:.85rem 1rem;color:#e5e7eb;border-bottom:1px solid rgba(99,102,241,.08)}.history-table tbody tr{transition:background .2s}.history-table tbody tr:hover{background:#6366f10d}.history-table .profit-row{background:#22c55e08}.history-table .loss-row{background:#ef444408}.profit-value{color:#4ade80;font-weight:600}.loss-value{color:#f87171;font-weight:600}.result-badge{display:inline-block;padding:.3rem .7rem;border-radius:6px;font-size:.7rem;font-weight:700}.result-badge.win{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.result-badge.loss{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.q-btn{background:#6366f11a;border:1px solid rgba(99,102,241,.2);color:#a5b4fc;width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:.7rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.q-btn:hover{background:#6366f133;border-color:#6366f166}.questionnaire-row td{padding:0!important;background:#0a0a1480}.questionnaire-row .questionnaire-display{margin:0;border:none;border-radius:0}.expanded-details-row td{padding:0!important;background:#0a0a1480}.expanded-content{padding:1rem}.expanded-content .iterations-display{margin-bottom:1rem}.expanded-content .questionnaire-display{margin:0;border:none;border-radius:0}.iterations-display{margin-top:1rem;padding:1rem;background:#0a0a1480;border-radius:10px;border:1px solid rgba(99,102,241,.1)}.no-iterations{text-align:center;color:#6b7280;font-size:.85rem;padding:1rem}.iterations-section{margin-bottom:1rem}.iterations-section:last-child{margin-bottom:0}.iterations-title{font-size:.85rem;font-weight:600;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.iterations-title.buy{color:#4ade80}.iterations-title.sell{color:#f87171}.iterations-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.iteration-item{background:#1129;border:1px solid rgba(99,102,241,.15);border-radius:8px;padding:.75rem;transition:all .2s}.iteration-item:hover{border-color:#6366f14d}.iteration-item.profit{border-color:#22c55e4d;background:linear-gradient(135deg,#22c55e0d,#1129)}.iteration-item.loss{border-color:#ef44444d;background:linear-gradient(135deg,#ef44440d,#1129)}.iteration-item.pending{border-color:#fbbf244d;background:linear-gradient(135deg,#fbbf240d,#1129)}.iter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(99,102,241,.1)}.iter-number{font-size:.8rem;font-weight:700;color:#a5b4fc}.iter-status{font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;text-transform:uppercase}.iter-status.win{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.iter-status.loss{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.iter-status.active{background:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3);animation:pulse 2s infinite}.iter-details{display:flex;flex-direction:column;gap:.25rem}.iter-row{display:flex;justify-content:space-between;align-items:center}.iter-label{color:#6b7280;font-size:.7rem;text-transform:uppercase}.iter-value{color:#e5e7eb;font-size:.8rem;font-weight:500}.iter-value.success{color:#4ade80}.iter-value.danger{color:#f87171}.summary-section{background:#1129;border:1px solid rgba(99,102,241,.15);border-radius:16px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.summary-section h2{color:#fff;font-size:1.35rem;font-weight:600;margin:0 0 1.5rem}.comparison-summary{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.summary-column{background:#11112280;border-radius:12px;padding:1.25rem;border:1px solid rgba(99,102,241,.1)}.summary-column.hedging-bg{border-color:#a855f733;background:linear-gradient(135deg,#a855f70d,#11112280)}.summary-column.simple-bg{border-color:#38bdf833;background:linear-gradient(135deg,#38bdf80d,#11112280)}.column-title{font-size:1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(99,102,241,.1)}.column-title.hedging{color:#c084fc}.column-title.simple{color:#7dd3fc}.combined-summary{background:#11112280;border-radius:12px;padding:1.25rem;border:1px solid rgba(99,102,241,.15)}.combined-summary .column-title{color:#fff}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.summary-grid.five-cols{grid-template-columns:repeat(5,1fr)}.summary-card{background:#0a0a1480;border:1px solid rgba(99,102,241,.1);border-radius:10px;padding:1rem;text-align:center}.summary-value{display:block;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.4rem}.summary-value.success{color:#4ade80}.summary-value.danger{color:#f87171}.summary-label{display:block;color:#9ca3af;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}@media(max-width:1024px){.summary-grid.five-cols{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.trade-page{padding:1rem}.page-header h1{font-size:1.75rem}.trades-section{padding:1rem}.active-trades-comparison,.comparison-summary{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(3,1fr)}.summary-grid.five-cols{grid-template-columns:repeat(2,1fr)}.history-table{font-size:.8rem}.history-table th,.history-table td{padding:.6rem .5rem}.q-metrics-grid{grid-template-columns:1fr}.q-activities-grid{grid-template-columns:repeat(2,1fr)}}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{background:linear-gradient(135deg,#2c3e50,#34495e);box-shadow:0 2px 8px #00000026;position:sticky;top:0;z-index:1000}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-brand h1{font-size:1.5rem;color:#fff;margin:0;font-weight:700;letter-spacing:.5px}.nav-links{display:flex;gap:2rem}.nav-link{color:#ffffffe6;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s}.nav-link:hover{background:#ffffff1a;color:#fff}.main-content{flex:1}@media(max-width:768px){.nav-container{padding:0 1rem}.nav-brand h1{font-size:1.2rem}.nav-links{gap:1rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}}
