.withdrawal-strategy-builder{padding:2rem;max-width:1200px;margin:0 auto}.strategy-builder-header{text-align:center;margin-bottom:2rem}.strategy-builder-header h2{margin:0 0 .5rem;font-size:28px;color:#1e293b}.strategy-subtitle{margin:0;font-size:16px;color:#64748b}.preset-strategies{margin-bottom:3rem}.preset-strategies h3{font-size:20px;margin-bottom:1rem;color:#1e293b}.preset-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.preset-card{padding:1.25rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;background:white}.preset-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.15);transform:translateY(-2px)}.preset-card.selected{border-color:#10b981;background:#ecfdf5;box-shadow:0 4px 12px rgba(16,185,129,.2)}.preset-name{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:.5rem}.preset-description{font-size:13px;color:#64748b;margin-bottom:.75rem;line-height:1.5}.preset-order{font-size:18px;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.preset-bucket-icon{font-size:20px}.custom-strategy-section{margin-bottom:3rem}.custom-strategy-section h3{font-size:20px;margin-bottom:.5rem;color:#1e293b}.custom-hint{font-size:14px;color:#64748b;margin:0 0 1.5rem;padding:12px;background:#f1f5f9;border-radius:6px;border-left:4px solid #3b82f6}.bucket-list{display:flex;flex-direction:column;gap:1rem}.bucket-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:white;border:2px solid #e5e7eb;border-left:6px solid #3b82f6;border-radius:12px;cursor:-webkit-grab;cursor:grab;transition:all .2s ease}.bucket-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateX(4px)}.bucket-card.dragging{opacity:.5;cursor:-webkit-grabbing;cursor:grabbing}.bucket-order-number{font-size:24px;font-weight:700;color:#94a3b8;min-width:36px;text-align:center}.bucket-icon{font-size:36px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:white}.bucket-info{flex:1 1}.bucket-name{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:.5rem}.bucket-description{font-size:14px;color:#64748b;margin-bottom:.75rem;line-height:1.5}.bucket-tax-rate{font-size:13px;color:#64748b;margin-bottom:.75rem}.bucket-pros-cons{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:.75rem}.cons,.pros{font-size:12px}.pros strong{color:#10b981}.cons strong{color:#ef4444}.cons ul,.pros ul{margin:.25rem 0 0;padding-left:1.25rem}.cons li,.pros li{margin:.25rem 0;color:#64748b}.bucket-drag-handle{font-size:24px;color:#cbd5e1;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bucket-card:active .bucket-drag-handle{cursor:-webkit-grabbing;cursor:grabbing}.strategy-actions{display:flex;align-items:center;gap:1rem;justify-content:center;margin-bottom:2rem}.btn-save-strategy{padding:14px 32px;background:#3b82f6;color:white;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-save-strategy:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.btn-save-strategy:disabled{background:#cbd5e1;cursor:not-allowed}.strategy-saved-indicator{font-size:14px;color:#10b981;font-weight:500}.tax-impact-summary{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #3b82f6;border-radius:12px;padding:1.5rem}.tax-impact-summary h3{margin:0 0 1rem;font-size:18px;color:#1e293b}.impact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.impact-card{background:white;padding:1.25rem;border-radius:8px;border:1px solid #bfdbfe}.impact-label{font-size:12px;text-transform:uppercase;font-weight:600;color:#64748b;letter-spacing:.5px;margin-bottom:.5rem}.impact-value{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:.25rem}.impact-detail{font-size:13px;color:#64748b}@media (max-width:768px){.withdrawal-strategy-builder{padding:1rem}.bucket-pros-cons,.preset-grid{grid-template-columns:1fr}.bucket-card{flex-direction:column}.bucket-drag-handle{align-self:center}}