:root{--eb-navy-dark:#0a1a3d;--eb-navy-mid:#12285c;--eb-navy-light:#1e3a8a;--eb-gold:#c5a059;--eb-gold-light:#ffd700;--eb-gold-dark:#92400e;--eb-bg-light:#f8fafc;--eb-card-bg:#ffffff;--eb-text-dark:#0f172a;--eb-text-muted:#64748b;--eb-border:#e2e8f0;--eb-green:#059669}.eb-planner-container{max-width:980px!important;margin:20px auto 60px!important;padding:0 16px!important;font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;color:var(--eb-text-dark)}.eb-planner-hero{background:linear-gradient(135deg,#0a1a3d 0%,#172554 50%,#1e3a8a 100%)!important;border-radius:16px!important;padding:34px 30px!important;margin-bottom:24px!important;box-shadow:0 12px 32px -8px rgb(10 26 61 / .35)!important;border:1px solid rgb(255 255 255 / .15)!important}.eb-planner-hero-badge{display:inline-block!important;background:rgb(212 175 55 / .25)!important;color:#ffd700!important;-webkit-text-fill-color:#ffd700!important;border:1px solid rgb(212 175 55 / .6)!important;padding:4px 12px!important;border-radius:20px!important;font-size:0.78rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:0.06em!important;margin-bottom:12px!important}.eb-planner-hero h1{font-family:'Poppins','Inter',sans-serif!important;font-size:2.1rem!important;font-weight:800!important;line-height:1.25!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:0 2px 8px rgb(0 0 0 / .5)!important;margin:0 0 10px 0!important}.eb-planner-hero p{font-size:1.02rem!important;line-height:1.6!important;color:#f1f5f9!important;-webkit-text-fill-color:#f1f5f9!important;margin:0!important;max-width:780px!important}.eb-progress-wrap{margin-bottom:24px;background:#fff;border:1px solid var(--eb-border);border-radius:14px;padding:16px 20px;box-shadow:0 2px 8px rgb(0 0 0 / .03)}.eb-step-indicators{display:flex;align-items:center;justify-content:space-between}.eb-step-node{display:flex;align-items:center;gap:8px;cursor:default;opacity:.5;transition:all 0.2s}.eb-step-node.active{opacity:1}.eb-step-node.completed{opacity:.9}.eb-node-num{width:32px;height:32px;border-radius:50%;background:#e2e8f0;color:var(--eb-text-muted);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.eb-step-node.active .eb-node-num{background:var(--eb-navy-dark);color:#fff;box-shadow:0 0 0 3px rgb(10 26 61 / .15)}.eb-step-node.completed .eb-node-num{background:var(--eb-green);color:#fff}.eb-node-text{font-size:.88rem;font-weight:700;color:var(--eb-navy-dark)}.eb-step-line{flex:1;height:2px;background:#e2e8f0;margin:0 12px}.eb-planner-card{background:linear-gradient(135deg,#07132e 0%,#0a1a3d 100%)!important;border:1px solid rgb(197 160 89 / .4)!important;border-radius:16px!important;padding:30px!important;box-shadow:0 10px 30px rgb(0 0 0 / .4)!important;color:#ffffff!important}.eb-step-header{margin-bottom:24px}.eb-step-tag{font-size:0.78rem!important;font-weight:800!important;text-transform:uppercase!important;color:#07132e!important;background:linear-gradient(135deg,#ffd700,#c5a059)!important;padding:4px 12px!important;border-radius:12px!important;display:inline-block!important;margin-bottom:10px!important}.eb-step-header h2{font-size:1.55rem!important;font-weight:800!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;margin:0 0 6px 0!important}.eb-step-header p{font-size:0.95rem!important;color:#cbd5e1!important;margin:0!important}.eb-field-label,.eb-sub-field-label{display:block!important;font-weight:800!important;font-size:1rem!important;color:#ffd700!important;margin-bottom:12px!important}.eb-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.eb-option-card{background:#0d1e45!important;border:2px solid rgb(255 255 255 / .12)!important;border-radius:12px!important;padding:16px!important;cursor:pointer!important;transition:all 0.2s ease!important;text-align:left!important;position:relative!important}.eb-option-card:hover{border-color:#c5a059!important;background:#12285c!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px rgb(0 0 0 / .3)!important}.eb-option-card.selected{border-color:#ffd700!important;background:#172a5e!important;box-shadow:0 6px 18px rgb(197 160 89 / .25)!important}.eb-option-card.selected::after{content:'✓';position:absolute;top:10px;right:12px;background:#c5a059;color:#07132e;font-weight:800;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.eb-opt-title{font-weight:800!important;font-size:1.05rem!important;color:#ffffff!important;margin:6px 0 4px!important}.eb-opt-desc{font-size:0.82rem!important;color:#cbd5e1!important;line-height:1.35!important}.eb-opt-icon{font-size:26px;display:block;margin-bottom:8px}.eb-opt-title{font-weight:700;font-size:.95rem;color:var(--eb-navy-dark);margin-bottom:4px}.eb-opt-desc{font-size:.8rem;color:var(--eb-text-muted);line-height:1.4}.eb-step-actions{display:flex;justify-content:space-between;align-items:center;margin-top:30px;padding-top:20px;border-top:1px solid #f1f5f9}.eb-btn-next,.eb-btn-calculate{background:var(--eb-navy-dark);color:#fff;border:none;padding:12px 24px;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all 0.2s;display:inline-flex;align-items:center;gap:8px}.eb-btn-next:hover,.eb-btn-calculate:hover{background:var(--eb-navy-light);transform:translateY(-1px)}.eb-btn-calculate{background:var(--eb-gold);color:var(--eb-navy-dark)!important}.eb-btn-calculate:hover{background:#d4af37}.eb-btn-prev{background:#fff0;border:1px solid var(--eb-border);color:var(--eb-text-muted);padding:10px 18px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all 0.15s}.eb-btn-prev:hover{background:#f8fafc;color:var(--eb-navy-dark)}.eb-results-dashboard{margin-top:24px}.eb-results-hero{background:linear-gradient(135deg,#0a1a3d 0%,#1e3a8a 100%);border-radius:16px;padding:28px 24px;color:#fff;text-align:center;margin-bottom:24px;box-shadow:0 8px 24px rgb(10 26 61 / .2)}.eb-hero-match-badge{display:inline-block;background:rgb(212 175 55 / .25);color:gold;border:1px solid rgb(212 175 55 / .6);padding:4px 14px;border-radius:20px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.eb-results-hero h2{font-size:1.7rem;font-weight:800;color:#ffffff!important;margin:0 0 8px 0}.eb-results-hero p{font-size:.96rem;color:#e2e8f0!important;margin:0 auto;max-width:650px;line-height:1.5}.eb-match-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px}.eb-match-card{background:#fff;border:2px solid var(--eb-border);border-radius:14px;padding:20px;box-shadow:0 4px 14px rgb(0 0 0 / .03);display:flex;flex-direction:column;position:relative;transition:all 0.2s}.eb-match-card.rank-1{border-color:var(--eb-gold);box-shadow:0 8px 24px rgb(197 160 89 / .2)}.eb-rank-badge{position:absolute;top:-12px;left:20px;background:var(--eb-navy-dark);color:#fff;font-size:.75rem;font-weight:800;padding:3px 10px;border-radius:12px;border:1px solid var(--eb-border)}.eb-match-card.rank-1 .eb-rank-badge{background:var(--eb-gold);color:var(--eb-navy-dark)}.eb-match-card-top{display:flex;justify-content:space-between;align-items:center;margin-top:6px;margin-bottom:12px}.eb-country-flag-title{display:flex;align-items:center;gap:8px}.eb-country-flag{font-size:28px}.eb-country-name{font-size:1.15rem;font-weight:800;color:var(--eb-navy-dark);margin:0}.eb-match-score-pill{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;padding:4px 10px;border-radius:20px;font-size:.85rem;font-weight:800}.eb-visa-route-tag{font-size:.82rem;font-weight:700;color:#1d4ed8;background:#eff6ff;padding:3px 8px;border-radius:6px;margin-bottom:10px;display:inline-block}.eb-match-specs-list{list-style:none;padding:0;margin:0 0 16px 0;display:flex;flex-direction:column;gap:6px;font-size:.82rem;color:#334155}.eb-match-specs-list li{display:flex;justify-content:space-between;border-bottom:1px dashed #f1f5f9;padding-bottom:4px}.eb-spec-key{color:var(--eb-text-muted)}.eb-spec-val{font-weight:700;color:var(--eb-navy-dark)}.eb-deep-dive-card{background:#fff;border:1px solid var(--eb-border);border-radius:16px;padding:26px;margin-bottom:24px;box-shadow:0 4px 16px rgb(0 0 0 / .04)}.eb-deep-dive-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f1f5f9;padding-bottom:16px;margin-bottom:18px;flex-wrap:wrap;gap:12px}.eb-deep-dive-header h3{font-size:1.35rem;font-weight:800;color:var(--eb-navy-dark);margin:0 0 4px 0}.eb-deep-dive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.eb-deep-stat-box{background:#f8fafc;border:1px solid var(--eb-border);border-radius:10px;padding:14px}.eb-deep-stat-title{font-size:.78rem;font-weight:700;text-transform:uppercase;color:var(--eb-text-muted);margin-bottom:4px}.eb-deep-stat-val{font-size:1rem;font-weight:800;color:var(--eb-navy-dark)}.eb-deep-stat-sub{font-size:.78rem;color:#475569;margin-top:2px}.eb-simulator-card{background:#fff;border:1px solid var(--eb-border);border-radius:16px;padding:26px;margin-bottom:24px;box-shadow:0 4px 16px rgb(0 0 0 / .04)}.eb-sim-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;flex-wrap:wrap;gap:10px}.eb-sim-tag{font-size:.72rem;font-weight:800;text-transform:uppercase;color:#047857;background:#ecfdf5;padding:2px 8px;border-radius:8px;display:inline-block;margin-bottom:4px}.eb-sim-title-group h3{font-size:1.25rem;font-weight:800;color:var(--eb-navy-dark);margin:0}.eb-sim-savings-pill{background:#fef3c7;color:#92400e;border:1px solid #fde68a;padding:6px 14px;border-radius:20px;font-size:.88rem;font-weight:800}.eb-sim-sub{font-size:.9rem;color:var(--eb-text-muted);margin:0 0 16px 0}.eb-slider-box{margin-bottom:20px}.eb-slider-labels{display:flex;justify-content:space-between;font-size:.82rem;font-weight:700;color:var(--eb-text-muted);margin-bottom:8px}#eb-slider-current-label{color:var(--eb-navy-dark);font-weight:800}#eb-lifestyle-slider{width:100%;accent-color:var(--eb-navy-dark);cursor:pointer}.eb-budget-breakdown-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px}.eb-budget-box{background:#f8fafc;border:1px solid var(--eb-border);border-radius:10px;padding:12px;text-align:center}.eb-budget-box.total{background:var(--eb-navy-dark);color:#fff}.eb-budget-box.total .eb-budget-label{color:#cbd5e1}.eb-budget-box.total .eb-budget-amount{color:gold}.eb-budget-icon{font-size:20px;margin-bottom:4px}.eb-budget-label{font-size:.75rem;font-weight:600;color:var(--eb-text-muted);margin-bottom:2px}.eb-budget-amount{font-size:1.05rem;font-weight:800;color:var(--eb-navy-dark)}.eb-checklist-card{background:#fff;border:1px solid var(--eb-border);border-radius:16px;padding:26px;margin-bottom:24px;box-shadow:0 4px 16px rgb(0 0 0 / .04)}.eb-checklist-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;flex-wrap:wrap;gap:12px}.eb-checklist-header h3{font-size:1.25rem;font-weight:800;color:var(--eb-navy-dark);margin:4px 0 4px 0}.eb-checklist-header p{font-size:.88rem;color:var(--eb-text-muted);margin:0}.eb-btn-print-roadmap{background:#f1f5f9;border:1px solid var(--eb-border);padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:700;color:var(--eb-navy-dark);cursor:pointer;transition:all 0.15s}.eb-btn-print-roadmap:hover{background:#e2e8f0}.eb-timeline-phases{display:flex;flex-direction:column;gap:18px}.eb-phase-block{border-left:3px solid var(--eb-navy-dark);padding-left:16px}.eb-phase-title{font-size:.95rem;font-weight:800;color:var(--eb-navy-dark);margin-bottom:10px;display:flex;align-items:center;gap:8px}.eb-phase-badge{font-size:.72rem;font-weight:700;background:#f1f5f9;color:var(--eb-text-muted);padding:2px 8px;border-radius:10px}.eb-tasks-list{display:flex;flex-direction:column;gap:8px}.eb-task-item{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:#334155;background:#f8fafc;padding:8px 12px;border-radius:8px}.eb-task-item input[type="checkbox"]{margin-top:3px;cursor:pointer;accent-color:var(--eb-navy-dark)}.eb-task-item.checked{text-decoration:line-through;opacity:.6}.eb-partner-toolkit-section{margin-bottom:24px}.eb-partner-toolkit-section h3{font-size:1.2rem;font-weight:800;color:var(--eb-navy-dark);margin:0 0 4px 0}.eb-partner-toolkit-section p{font-size:.88rem;color:var(--eb-text-muted);margin:0 0 16px 0}.eb-toolkit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.eb-toolkit-card{background:#fff;border:1px solid var(--eb-border);border-radius:14px;padding:20px;box-shadow:0 4px 12px rgb(0 0 0 / .03);display:flex;flex-direction:column}.eb-tool-icon{font-size:32px;margin-bottom:10px}.eb-toolkit-card h4{font-size:1rem;font-weight:800;color:var(--eb-navy-dark);margin:0 0 6px 0}.eb-toolkit-card p{font-size:.84rem;color:#475569;line-height:1.5;margin:0 0 14px 0;flex:1}.eb-tool-link{background:#f1f5f9;color:var(--eb-navy-dark)!important;text-align:center;padding:8px 12px;border-radius:8px;font-size:.85rem;font-weight:700;text-decoration:none!important;transition:all 0.15s}.eb-tool-link:hover{background:var(--eb-navy-dark);color:#ffffff!important}.eb-planner-advisory-card{background:linear-gradient(135deg,#0a1a3d 0%,#1e3a8a 100%);border-radius:16px;padding:28px;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 24px rgb(10 26 61 / .2);flex-wrap:wrap;gap:18px;margin-bottom:24px}.eb-advisory-text{max-width:580px}.eb-escalation-badge{display:inline-block;background:rgb(212 175 55 / .25);color:gold;padding:3px 10px;border-radius:12px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.eb-advisory-text h3{font-size:1.25rem;font-weight:800;color:#ffffff!important;margin:0 0 6px 0}.eb-advisory-text p{font-size:.9rem;color:#e2e8f0!important;line-height:1.5;margin:0}.eb-advisory-btn-group{display:flex;gap:10px;flex-wrap:wrap}.eb-btn-gold-action{background:var(--eb-gold);color:var(--eb-navy-dark)!important;padding:12px 20px;border-radius:8px;font-size:.9rem;font-weight:800;text-decoration:none!important;transition:all 0.15s}.eb-btn-gold-action:hover{background:#d4af37;transform:translateY(-1px)}.eb-btn-subtle-action{background:rgb(255 255 255 / .1);color:#ffffff!important;padding:12px 18px;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none!important;border:1px solid rgb(255 255 255 / .2)}.eb-reset-row{text-align:center;margin-top:20px}.eb-btn-restart{background:#fff0;border:none;color:var(--eb-text-muted);font-size:.9rem;font-weight:600;cursor:pointer;padding:8px 16px;text-decoration:underline}.eb-btn-restart:hover{color:var(--eb-navy-dark)}.eb-spinner{width:20px;height:20px;border:2px solid rgb(255 255 255 / .3);border-radius:50%;border-top-color:#fff;animation:spin 0.8s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.eb-match-cards-grid{grid-template-columns:1fr}.eb-planner-hero h1{font-size:1.6rem!important}.eb-planner-card{padding:20px}.eb-step-indicators{overflow-x:auto}.eb-node-text{display:none}.eb-planner-advisory-card{flex-direction:column;align-items:flex-start}.eb-advisory-btn-group{width:100%}.eb-btn-gold-action,.eb-btn-subtle-action{width:100%;text-align:center}}@media print{body *{visibility:hidden}#eb-results-dashboard,#eb-results-dashboard *{visibility:visible}#eb-results-dashboard{position:absolute;left:0;top:0;width:100%}.eb-btn-print-roadmap,.eb-reset-row,.eb-advisory-btn-group{display:none!important}}.eb-planner-container h1,.eb-planner-container h2,.eb-planner-container h3,.eb-planner-container h4,.eb-planner-container h5,.eb-planner-container h6,.eb-planner-container .eb-step-header h2,.eb-planner-container .eb-results-hero h2,.eb-planner-container .eb-planner-hero h1{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none!important;-webkit-text-stroke:0 transparent!important;font-weight:800!important}.eb-custom-income-wrapper{background:#07132e;border:2px solid rgb(197 160 89 / .4);border-radius:12px;padding:16px 20px;margin-bottom:16px;box-shadow:0 4px 16px rgb(0 0 0 / .15)}.eb-income-input-group{display:flex;align-items:center;gap:8px}.eb-currency-symbol{font-size:24px;font-weight:800;color:gold}.eb-custom-income-field,#eb-custom-income-input{flex:1!important;background:#0d1e45!important;border:2px solid #c5a059!important;border-radius:8px!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;font-size:26px!important;font-weight:800!important;padding:6px 14px!important;outline:none!important;opacity:1!important;box-shadow:0 2px 8px rgb(0 0 0 / .25) inset!important}.eb-custom-income-field::placeholder,#eb-custom-income-input::placeholder{color:#94a3b8!important;-webkit-text-fill-color:#94a3b8!important;opacity:0.8!important}.eb-custom-income-field:focus,#eb-custom-income-input:focus{border-color:#ffd700!important;box-shadow:0 0 0 3px rgb(212 175 55 / .35)!important}.eb-per-month-tag{font-size:15px;color:#94a3b8;font-weight:600}.eb-income-live-feedback{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.eb-feedback-pill{background:rgb(5 150 105 / .2);border:1px solid #10b981;color:#34d399;font-size:12px;font-weight:700;padding:3px 10px;border-radius:20px}.eb-sub-field-label{display:block;font-size:13px;font-weight:600;color:#64748b;margin:12px 0 8px}.eb-custom-location-search-box{background:#07132e;border:1px solid rgb(255 255 255 / .12);border-radius:12px;padding:16px}.eb-search-input-wrap{display:flex;align-items:center;background:#0d1b3e;border:1px solid rgb(197 160 89 / .5);border-radius:8px;padding:8px 12px;gap:8px}.eb-search-icon{font-size:20px}.eb-destination-input-field{flex:1;background:#fff0;border:none;color:#ffffff!important;font-size:15px;font-weight:600;outline:none}.eb-popular-cities-pills{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px}.eb-city-pill{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);color:#e2e8f0;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all 0.2s}.eb-city-pill:hover{background:#c5a059;color:#0a1a3d;border-color:#c5a059}.eb-studio-portal-card{background:#fff;border:1px solid var(--eb-border);border-radius:16px;padding:26px;margin-bottom:24px;box-shadow:0 4px 16px rgb(0 0 0 / .04)}.eb-studio-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f1f5f9;padding-bottom:16px;margin-bottom:18px;flex-wrap:wrap;gap:12px}.eb-studio-header h3{font-size:1.3rem;font-weight:800;color:var(--eb-navy-dark);margin:4px 0 0 0}.eb-studio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:18px}.eb-studio-item-card{background:#f8fafc;border:1px solid var(--eb-border);border-radius:12px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;transition:all 0.2s ease}.eb-studio-item-card:hover{border-color:#c5a059;box-shadow:0 6px 18px rgb(197 160 89 / .12);transform:translateY(-2px)}.eb-studio-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.eb-studio-title{font-size:.96rem;font-weight:800;color:var(--eb-navy-dark)}.eb-studio-hood{font-size:.78rem;color:#64748b;margin-top:2px}.eb-studio-price-box{text-align:right}.eb-studio-local-price{font-size:1.1rem;font-weight:900;color:var(--eb-navy-dark)}.eb-studio-usd-badge{display:inline-block;font-size:.75rem;font-weight:800;color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;padding:2px 6px;border-radius:4px;margin-top:2px}.eb-studio-amenities{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 16px 0}.eb-amenity-tag{font-size:.72rem;font-weight:600;background:#fff;border:1px solid #e2e8f0;color:#475569;padding:2px 8px;border-radius:6px}.eb-studio-portal-actions{display:flex;gap:8px;flex-wrap:wrap}.eb-portal-link-btn{flex:1;text-align:center;background:var(--eb-navy-dark);color:#ffffff!important;text-decoration:none!important;padding:8px 12px;border-radius:8px;font-size:.8rem;font-weight:700;transition:all 0.2s;display:inline-flex;align-items:center;justify-content:center;gap:6px}.eb-portal-link-btn:hover{background:#c5a059;color:#0a1a3d!important}.eb-portal-link-btn.secondary{background:#fff;border:1px solid #cbd5e1;color:var(--eb-navy-dark)!important}.eb-portal-link-btn.secondary:hover{background:#f1f5f9;border-color:#94a3b8}.eb-currency-converter-card{background:linear-gradient(135deg,#07132e 0%,#0a1a3d 100%);border:1px solid rgb(197 160 89 / .4);border-radius:16px;padding:26px;margin-bottom:24px;box-shadow:0 8px 24px rgb(10 26 61 / .3)}.eb-converter-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgb(255 255 255 / .1);padding-bottom:14px;margin-bottom:18px;flex-wrap:wrap;gap:10px}.eb-converter-header h3{font-size:1.25rem;font-weight:800;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;margin:0}.eb-converter-rate-badge{background:rgb(255 215 0 / .15);border:1px solid #c5a059;color:#ffd700!important;-webkit-text-fill-color:#ffd700!important;padding:4px 12px;border-radius:20px;font-size:.82rem;font-weight:800}.eb-converter-body{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}@media (max-width:768px){.eb-converter-body{grid-template-columns:1fr}}.eb-converter-inputs{display:flex;flex-direction:column;gap:12px}.eb-converter-row{display:flex;gap:10px}.eb-curr-select{background:#0d1e45;border:1px solid rgb(197 160 89 / .5);color:#fff;padding:10px 14px;border-radius:8px;font-size:.95rem;font-weight:700;outline:none;cursor:pointer}.eb-curr-amount-field{flex:1;background:#0d1e45;border:1px solid rgb(197 160 89 / .5);color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;padding:10px 14px;border-radius:8px;font-size:1.1rem;font-weight:800;outline:none}.eb-converter-presets{display:flex;flex-wrap:wrap;gap:6px}.eb-conv-preset-btn{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);color:#e2e8f0;padding:4px 10px;border-radius:6px;font-size:.76rem;font-weight:700;cursor:pointer;transition:all 0.2s}.eb-conv-preset-btn:hover{background:gold;color:#07132e;border-color:gold}.eb-converter-result-box{background:rgb(255 255 255 / .05);border:1px solid rgb(197 160 89 / .3);border-radius:12px;padding:18px;text-align:center}.eb-conv-usd-val{font-size:2.2rem;font-weight:900;color:#ffd700!important;-webkit-text-fill-color:#ffd700!important;margin:4px 0}.eb-conv-usd-sub{font-size:.82rem;color:#94a3b8}.eb-conv-runway-impact{margin-top:10px;padding-top:10px;border-top:1px solid rgb(255 255 255 / .08);font-size:.85rem;font-weight:700;color:#fff}