:root{--accent: #f4a261;--accent-hover: #e8956b;--bg-primary: #111827;--bg-secondary: #1f2937;--bg-tertiary: #374151;--text-primary: #ffffff;--text-secondary: #d1d5db;--text-muted: #9ca3af;--success: #10b981;--error: #ef4444}.page-container[data-astro-cid-m4fjosbb]{background-color:var(--bg-primary);min-height:100vh;padding-top:5rem}.container[data-astro-cid-m4fjosbb]{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero[data-astro-cid-m4fjosbb]{text-align:center;padding:3rem 1.5rem;background:linear-gradient(to bottom,rgba(244,162,97,.05),transparent)}.hero-icon[data-astro-cid-m4fjosbb]{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:linear-gradient(135deg,var(--accent),var(--accent-hover));border-radius:1rem;margin-bottom:1.5rem;box-shadow:0 8px 24px #f4a2614d}.hero-icon[data-astro-cid-m4fjosbb] .icon-large[data-astro-cid-m4fjosbb]{width:2rem;height:2rem;color:#fff}.hero[data-astro-cid-m4fjosbb] h1[data-astro-cid-m4fjosbb]{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.hero-subtitle[data-astro-cid-m4fjosbb]{font-size:1.125rem;color:var(--text-secondary)}.icon-small[data-astro-cid-m4fjosbb]{width:1rem;height:1rem}.icon-medium[data-astro-cid-m4fjosbb]{width:1.25rem;height:1.25rem}.icon-large[data-astro-cid-m4fjosbb]{width:2rem;height:2rem}.tabs-container[data-astro-cid-m4fjosbb]{display:flex;gap:.5rem;justify-content:center;background-color:var(--bg-secondary);padding:.5rem;border-radius:1rem;max-width:500px;margin:0 auto 2rem}.tab-active[data-astro-cid-m4fjosbb],.tab-inactive[data-astro-cid-m4fjosbb]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .2s}.tab-active[data-astro-cid-m4fjosbb]{background:linear-gradient(135deg,var(--accent),var(--accent-hover));color:#fff;box-shadow:0 4px 12px #f4a26140}.tab-inactive[data-astro-cid-m4fjosbb]{background:transparent;color:var(--text-muted)}.tab-inactive[data-astro-cid-m4fjosbb]:hover{background:#f4a2611a;color:var(--accent)}.tab-content[data-astro-cid-m4fjosbb]{display:none}.tab-content[data-astro-cid-m4fjosbb].active{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tool-grid[data-astro-cid-m4fjosbb]{display:grid;grid-template-columns:1fr 1.5fr;gap:1.5rem}@media(max-width:768px){.tool-grid[data-astro-cid-m4fjosbb]{grid-template-columns:1fr}}.tool-container[data-astro-cid-m4fjosbb]{background:linear-gradient(135deg,var(--bg-secondary),var(--bg-primary));border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem}.section-header[data-astro-cid-m4fjosbb]{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.section-icon[data-astro-cid-m4fjosbb]{width:2.5rem;height:2.5rem;background:#f4a26133;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:var(--accent)}.section-header[data-astro-cid-m4fjosbb] h3[data-astro-cid-m4fjosbb]{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.input-group[data-astro-cid-m4fjosbb]{margin-bottom:1rem}.label-row[data-astro-cid-m4fjosbb]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.input-label[data-astro-cid-m4fjosbb]{display:block;color:var(--text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.mini-label[data-astro-cid-m4fjosbb]{display:block;color:var(--text-muted);font-size:.75rem;margin-bottom:.25rem}.time-input[data-astro-cid-m4fjosbb],.number-input[data-astro-cid-m4fjosbb]{width:100%;background-color:var(--bg-primary);border:2px solid var(--bg-tertiary);color:var(--text-primary);padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;transition:all .2s}.time-input[data-astro-cid-m4fjosbb]:focus,.number-input[data-astro-cid-m4fjosbb]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #f4a2611a}.number-input[data-astro-cid-m4fjosbb]{text-align:center;padding:.625rem}.date-picker-row[data-astro-cid-m4fjosbb]{display:flex;gap:.5rem;margin-bottom:.5rem}.date-select[data-astro-cid-m4fjosbb]{flex:1;background-color:var(--bg-primary);border:2px solid var(--bg-tertiary);color:var(--text-primary);padding:.65rem .5rem;border-radius:.5rem;font-size:.85rem;font-family:inherit;transition:all .2s;cursor:pointer;appearance:auto;-webkit-appearance:auto}.date-select[data-astro-cid-m4fjosbb]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #f4a2611a}.date-select[data-astro-cid-m4fjosbb] option[data-astro-cid-m4fjosbb]{background-color:var(--bg-secondary);color:var(--text-primary)}.year-input[data-astro-cid-m4fjosbb]{max-width:90px;text-align:center;-moz-appearance:textfield}.year-input[data-astro-cid-m4fjosbb]::-webkit-outer-spin-button,.year-input[data-astro-cid-m4fjosbb]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.time-picker-row[data-astro-cid-m4fjosbb]{display:flex;gap:.25rem;align-items:center}.time-picker-row[data-astro-cid-m4fjosbb] .date-select[data-astro-cid-m4fjosbb]{flex:1}.time-colon[data-astro-cid-m4fjosbb]{color:var(--text-muted);font-size:1.25rem;font-weight:700;padding:0 .25rem}.duration-grid[data-astro-cid-m4fjosbb]{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.btn-primary[data-astro-cid-m4fjosbb]{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--accent),var(--accent-hover));color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #f4a26133}.btn-primary[data-astro-cid-m4fjosbb]:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f4a2614d}.btn-link[data-astro-cid-m4fjosbb]{background:none;border:none;color:var(--accent);font-size:.75rem;cursor:pointer;transition:color .2s}.btn-link[data-astro-cid-m4fjosbb]:hover{color:var(--accent-hover)}.preset-grid[data-astro-cid-m4fjosbb]{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.btn-preset[data-astro-cid-m4fjosbb]{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--text-muted);padding:.5rem;border-radius:.5rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-preset[data-astro-cid-m4fjosbb]:hover{background-color:#f4a26126;border-color:#f4a2614d;color:var(--accent)}.radio-group[data-astro-cid-m4fjosbb]{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.radio-option[data-astro-cid-m4fjosbb]{cursor:pointer}.radio-option[data-astro-cid-m4fjosbb] input[data-astro-cid-m4fjosbb]{display:none}.radio-label[data-astro-cid-m4fjosbb]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem;background-color:var(--bg-primary);border:2px solid var(--bg-tertiary);border-radius:.5rem;color:var(--text-secondary);font-size:.875rem;font-weight:500;transition:all .2s}.radio-option[data-astro-cid-m4fjosbb] input[data-astro-cid-m4fjosbb]:checked+.radio-label[data-astro-cid-m4fjosbb]{background-color:#f4a26133;border-color:var(--accent);color:var(--accent)}.results-section[data-astro-cid-m4fjosbb]{display:flex;flex-direction:column;gap:1rem}.empty-state[data-astro-cid-m4fjosbb]{background:linear-gradient(135deg,#1f293780,#1118274d);border:2px dashed var(--bg-tertiary);border-radius:1rem;padding:3rem;text-align:center}.empty-icon[data-astro-cid-m4fjosbb]{width:4rem;height:4rem;background-color:#6b728033;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#6b7280}.empty-title[data-astro-cid-m4fjosbb]{color:var(--text-secondary);font-weight:500;margin-bottom:.25rem}.empty-subtitle[data-astro-cid-m4fjosbb]{color:#6b7280;font-size:.875rem}.result-card[data-astro-cid-m4fjosbb]{background:linear-gradient(135deg,#1f293799,#111827cc);border:1px solid rgba(244,162,97,.15);border-radius:1rem;padding:1.25rem;transition:all .3s}.result-card[data-astro-cid-m4fjosbb]:hover{border-color:#f4a2614d;transform:translateY(-2px);box-shadow:0 8px 16px #0003}.result-icon[data-astro-cid-m4fjosbb]{font-size:1.5rem;margin-bottom:.5rem}.result-title[data-astro-cid-m4fjosbb]{color:var(--text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.result-value[data-astro-cid-m4fjosbb]{color:var(--accent);font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.result-subtitle[data-astro-cid-m4fjosbb]{color:var(--text-secondary);font-size:.875rem;margin-top:.25rem}.breakdown-row[data-astro-cid-m4fjosbb]{display:flex;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.breakdown-row[data-astro-cid-m4fjosbb]:last-child{border-bottom:none}.breakdown-label[data-astro-cid-m4fjosbb]{color:var(--text-muted)}.breakdown-value[data-astro-cid-m4fjosbb]{color:var(--text-primary);font-weight:600}.context-item[data-astro-cid-m4fjosbb]{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);margin-bottom:.375rem}.context-dot[data-astro-cid-m4fjosbb]{width:6px;height:6px;background-color:var(--accent);border-radius:50%}.error-message[data-astro-cid-m4fjosbb]{background-color:#7f1d1d;color:#fee2e2;padding:.75rem 1rem;border-radius:.5rem;border-left:4px solid var(--error);display:flex;align-items:center;gap:.5rem}.hidden[data-astro-cid-m4fjosbb]{display:none!important}.content-section[data-astro-cid-m4fjosbb]{padding:3rem 0}.content-section[data-astro-cid-m4fjosbb] h2[data-astro-cid-m4fjosbb]{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.content-section[data-astro-cid-m4fjosbb] h2[data-astro-cid-m4fjosbb] .icon-medium[data-astro-cid-m4fjosbb]{color:var(--accent)}.info-card[data-astro-cid-m4fjosbb]{background-color:var(--bg-secondary);border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:1.5rem}.steps-list[data-astro-cid-m4fjosbb]{list-style:none;padding:0;margin:0}.steps-list[data-astro-cid-m4fjosbb] li[data-astro-cid-m4fjosbb]{display:flex;align-items:flex-start;gap:.75rem;color:var(--text-secondary);margin-bottom:1rem}.steps-list[data-astro-cid-m4fjosbb] li[data-astro-cid-m4fjosbb]:last-child{margin-bottom:0}.step-number[data-astro-cid-m4fjosbb]{flex-shrink:0;width:1.5rem;height:1.5rem;background-color:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.steps-list[data-astro-cid-m4fjosbb] strong[data-astro-cid-m4fjosbb]{color:var(--text-primary)}.grid-3[data-astro-cid-m4fjosbb]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:768px){.grid-3[data-astro-cid-m4fjosbb]{grid-template-columns:1fr}}.feature-card[data-astro-cid-m4fjosbb]{background-color:var(--bg-secondary);border:1px solid rgba(255,255,255,.05);border-radius:.75rem;padding:1.25rem}.feature-icon[data-astro-cid-m4fjosbb]{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.feature-icon[data-astro-cid-m4fjosbb].blue{background:#3b82f633;color:#60a5fa}.feature-icon[data-astro-cid-m4fjosbb].green{background:#10b98133;color:#34d399}.feature-icon[data-astro-cid-m4fjosbb].purple{background:#8b5cf633;color:#a78bfa}.feature-card[data-astro-cid-m4fjosbb] h4[data-astro-cid-m4fjosbb]{color:var(--text-primary);font-weight:600;margin-bottom:.25rem}.feature-card[data-astro-cid-m4fjosbb] p[data-astro-cid-m4fjosbb]{color:var(--text-muted);font-size:.875rem}.faq-list[data-astro-cid-m4fjosbb]{display:flex;flex-direction:column;gap:.75rem}.faq-item[data-astro-cid-m4fjosbb]{background-color:var(--bg-secondary);border:1px solid rgba(255,255,255,.05);border-radius:.75rem;overflow:hidden}.faq-item[data-astro-cid-m4fjosbb] summary[data-astro-cid-m4fjosbb]{padding:1rem 1.25rem;color:var(--text-primary);font-weight:500;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item[data-astro-cid-m4fjosbb] summary[data-astro-cid-m4fjosbb]::-webkit-details-marker{display:none}.faq-item[data-astro-cid-m4fjosbb][open] summary[data-astro-cid-m4fjosbb]{border-bottom:1px solid rgba(255,255,255,.05)}.faq-item[data-astro-cid-m4fjosbb] p[data-astro-cid-m4fjosbb]{padding:1rem 1.25rem;color:var(--text-secondary);font-size:.875rem;margin:0}.mt-2[data-astro-cid-m4fjosbb]{margin-top:.5rem}.edu-section[data-astro-cid-m4fjosbb]{padding:4rem 0}.edu-section[data-astro-cid-m4fjosbb].alt-bg{background:linear-gradient(180deg,#111827,#1f293780)}.edu-container[data-astro-cid-m4fjosbb]{max-width:72rem;margin:0 auto;padding:0 1rem}.edu-header[data-astro-cid-m4fjosbb]{text-align:center;margin-bottom:3rem}.edu-icon-wrapper[data-astro-cid-m4fjosbb]{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:1rem;background:linear-gradient(135deg,#f4a261,#e76f51);margin-bottom:1rem}.edu-icon-wrapper[data-astro-cid-m4fjosbb] svg[data-astro-cid-m4fjosbb],.edu-icon-wrapper[data-astro-cid-m4fjosbb] i[data-astro-cid-m4fjosbb]{width:1.75rem;height:1.75rem;color:#fff}.edu-header[data-astro-cid-m4fjosbb] h2[data-astro-cid-m4fjosbb]{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:768px){.edu-header[data-astro-cid-m4fjosbb] h2[data-astro-cid-m4fjosbb]{font-size:2.25rem}}.edu-header[data-astro-cid-m4fjosbb] p[data-astro-cid-m4fjosbb]{color:#9ca3af;font-size:1.125rem;max-width:42rem;margin:0 auto}.edu-header[data-astro-cid-m4fjosbb] strong[data-astro-cid-m4fjosbb]{color:#f4a261}.calc-grid[data-astro-cid-m4fjosbb]{display:grid;gap:1.5rem}@media(min-width:768px){.calc-grid[data-astro-cid-m4fjosbb]{grid-template-columns:repeat(3,1fr)}}.calc-card[data-astro-cid-m4fjosbb]{position:relative;background:linear-gradient(135deg,#1f2937,#111827);border-radius:1rem;padding:1.5rem;border:1px solid #374151;transition:all .3s ease;overflow:hidden}.calc-card[data-astro-cid-m4fjosbb]:hover{border-color:#f4a26180;box-shadow:0 20px 40px #f4a2611a}.calc-card-glow[data-astro-cid-m4fjosbb]{position:absolute;top:0;right:0;width:6rem;height:6rem;background:linear-gradient(225deg,rgba(244,162,97,.1) 0%,transparent 100%);border-radius:1rem}.calc-card-content[data-astro-cid-m4fjosbb]{position:relative}.calc-card-header[data-astro-cid-m4fjosbb]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.calc-card-icon[data-astro-cid-m4fjosbb]{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.calc-card-icon[data-astro-cid-m4fjosbb].green{background:#10b98133}.calc-card-icon[data-astro-cid-m4fjosbb].green svg[data-astro-cid-m4fjosbb],.calc-card-icon[data-astro-cid-m4fjosbb].green i[data-astro-cid-m4fjosbb]{color:#34d399}.calc-card-icon[data-astro-cid-m4fjosbb].red{background:#ef444433}.calc-card-icon[data-astro-cid-m4fjosbb].red svg[data-astro-cid-m4fjosbb],.calc-card-icon[data-astro-cid-m4fjosbb].red i[data-astro-cid-m4fjosbb]{color:#f87171}.calc-card-icon[data-astro-cid-m4fjosbb].purple{background:#8b5cf633}.calc-card-icon[data-astro-cid-m4fjosbb].purple svg[data-astro-cid-m4fjosbb],.calc-card-icon[data-astro-cid-m4fjosbb].purple i[data-astro-cid-m4fjosbb]{color:#a78bfa}.calc-card-icon[data-astro-cid-m4fjosbb].blue{background:#3b82f633}.calc-card-icon[data-astro-cid-m4fjosbb].blue svg[data-astro-cid-m4fjosbb],.calc-card-icon[data-astro-cid-m4fjosbb].blue i[data-astro-cid-m4fjosbb]{color:#60a5fa}.calc-card-icon[data-astro-cid-m4fjosbb].yellow{background:#f59e0b33}.calc-card-icon[data-astro-cid-m4fjosbb].yellow svg[data-astro-cid-m4fjosbb],.calc-card-icon[data-astro-cid-m4fjosbb].yellow i[data-astro-cid-m4fjosbb]{color:#fbbf24}.calc-card[data-astro-cid-m4fjosbb] h3[data-astro-cid-m4fjosbb]{font-size:1.25rem;font-weight:700;color:#fff}.calc-card-desc[data-astro-cid-m4fjosbb]{color:#9ca3af;font-size:.875rem;margin-bottom:1rem}.code-box[data-astro-cid-m4fjosbb]{background:#0d1117;border-radius:.75rem;padding:1rem;border:1px solid #374151}.code-box-label[data-astro-cid-m4fjosbb]{font-size:.75rem;color:#f4a261;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.code-line[data-astro-cid-m4fjosbb]{display:flex;align-items:center;gap:.5rem;font-family:monospace;font-size:.875rem;color:#d1d5db;margin-bottom:.25rem}.code-line[data-astro-cid-m4fjosbb] .dot-blue[data-astro-cid-m4fjosbb]{color:#60a5fa}.code-line[data-astro-cid-m4fjosbb] .dot-yellow[data-astro-cid-m4fjosbb]{color:#fbbf24}.code-result[data-astro-cid-m4fjosbb]{display:flex;align-items:center;gap:.5rem;font-family:monospace;font-size:.875rem;color:#34d399;font-weight:700;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #374151}.steps-grid[data-astro-cid-m4fjosbb]{display:grid;gap:1.5rem;margin-bottom:2rem}@media(min-width:768px){.steps-grid[data-astro-cid-m4fjosbb]{grid-template-columns:repeat(3,1fr)}}.step-card[data-astro-cid-m4fjosbb]{position:relative;padding-top:1rem}.step-number-badge[data-astro-cid-m4fjosbb]{position:absolute;left:50%;transform:translate(-50%);top:0;width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#f4a261,#e76f51);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;box-shadow:0 4px 12px #f4a2614d;z-index:10}.step-card-content[data-astro-cid-m4fjosbb]{background:linear-gradient(135deg,#1f2937,#111827);border-radius:1rem;padding:2rem 1.5rem 1.5rem;border:1px solid #374151;height:100%;text-align:center}.step-card[data-astro-cid-m4fjosbb] h3[data-astro-cid-m4fjosbb]{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.75rem}.step-card[data-astro-cid-m4fjosbb] p[data-astro-cid-m4fjosbb]{color:#9ca3af;font-size:.875rem}.step-example[data-astro-cid-m4fjosbb]{margin-top:1rem;background:#0d1117;border-radius:.5rem;padding:.75rem}.step-example[data-astro-cid-m4fjosbb] code[data-astro-cid-m4fjosbb]{color:#f4a261;font-size:.875rem;font-family:monospace}.tip-box[data-astro-cid-m4fjosbb]{background:linear-gradient(90deg,#f4a2611a,#e76f511a);border-radius:1rem;padding:1.5rem;border:1px solid rgba(244,162,97,.3);display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.tip-box[data-astro-cid-m4fjosbb]{flex-direction:row}}.tip-icon[data-astro-cid-m4fjosbb]{width:3rem;height:3rem;border-radius:.75rem;background:#f4a26133;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tip-icon[data-astro-cid-m4fjosbb] svg[data-astro-cid-m4fjosbb],.tip-icon[data-astro-cid-m4fjosbb] i[data-astro-cid-m4fjosbb]{width:1.5rem;height:1.5rem;color:#f4a261}.tip-content[data-astro-cid-m4fjosbb] h4[data-astro-cid-m4fjosbb]{color:#fff;font-weight:700;font-size:1.125rem;margin-bottom:.25rem}.tip-content[data-astro-cid-m4fjosbb] p[data-astro-cid-m4fjosbb]{color:#d1d5db}.tip-content[data-astro-cid-m4fjosbb] code[data-astro-cid-m4fjosbb]{background:#0d1117;padding:.25rem .5rem;border-radius:.25rem;color:#f4a261;font-family:monospace}.conversion-grid[data-astro-cid-m4fjosbb]{display:grid;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.conversion-grid[data-astro-cid-m4fjosbb]{grid-template-columns:repeat(2,1fr)}}.conversion-card[data-astro-cid-m4fjosbb]{background:linear-gradient(135deg,#1f2937,#111827);border-radius:1rem;padding:1.5rem;border:1px solid #374151}.conversion-card-header[data-astro-cid-m4fjosbb]{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.conversion-card[data-astro-cid-m4fjosbb] h3[data-astro-cid-m4fjosbb]{font-size:1.25rem;font-weight:700;color:#fff}.conversion-list[data-astro-cid-m4fjosbb]{display:flex;flex-direction:column;gap:.75rem}.conversion-item[data-astro-cid-m4fjosbb]{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#0d1117;border-radius:.5rem}.conversion-item[data-astro-cid-m4fjosbb] span[data-astro-cid-m4fjosbb]:first-child{color:#d1d5db;font-family:monospace}.conversion-item[data-astro-cid-m4fjosbb] span[data-astro-cid-m4fjosbb]:last-child{color:#f4a261;font-weight:700}.warning-box[data-astro-cid-m4fjosbb]{background:linear-gradient(90deg,#f59e0b1a,#ea580c1a);border-radius:1rem;padding:1.5rem;border:1px solid rgba(245,158,11,.3);display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media(min-width:768px){.warning-box[data-astro-cid-m4fjosbb]{flex-direction:row}}.warning-icon[data-astro-cid-m4fjosbb]{width:3rem;height:3rem;border-radius:.75rem;background:#f59e0b33;display:flex;align-items:center;justify-content:center;flex-shrink:0}.warning-icon[data-astro-cid-m4fjosbb] svg[data-astro-cid-m4fjosbb],.warning-icon[data-astro-cid-m4fjosbb] i[data-astro-cid-m4fjosbb]{width:1.5rem;height:1.5rem;color:#fbbf24}.warning-content[data-astro-cid-m4fjosbb] h4[data-astro-cid-m4fjosbb]{color:#fff;font-weight:700;font-size:1.125rem;margin-bottom:.5rem}.warning-content[data-astro-cid-m4fjosbb] p[data-astro-cid-m4fjosbb]{color:#d1d5db}.warning-content[data-astro-cid-m4fjosbb] strong[data-astro-cid-m4fjosbb]{color:#f4a261}.warning-content[data-astro-cid-m4fjosbb] .strikethrough[data-astro-cid-m4fjosbb]{color:#f87171;text-decoration:line-through}.scenario-grid[data-astro-cid-m4fjosbb]{display:grid;gap:1rem}@media(min-width:640px){.scenario-grid[data-astro-cid-m4fjosbb]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.scenario-grid[data-astro-cid-m4fjosbb]{grid-template-columns:repeat(5,1fr)}}.scenario-card[data-astro-cid-m4fjosbb]{background:linear-gradient(135deg,#1f2937,#111827);border-radius:1rem;padding:1.25rem;border:1px solid #374151;transition:all .3s ease}.scenario-card[data-astro-cid-m4fjosbb]:hover{border-color:#60a5fa80}.scenario-card[data-astro-cid-m4fjosbb].hover-green:hover{border-color:#34d39980}.scenario-card[data-astro-cid-m4fjosbb].hover-purple:hover{border-color:#a78bfa80}.scenario-card[data-astro-cid-m4fjosbb].hover-red:hover{border-color:#f8717180}.scenario-card[data-astro-cid-m4fjosbb].hover-yellow:hover{border-color:#fbbf2480}.scenario-icon[data-astro-cid-m4fjosbb]{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .3s ease}.scenario-card[data-astro-cid-m4fjosbb]:hover .scenario-icon[data-astro-cid-m4fjosbb]{transform:scale(1.1)}.scenario-icon[data-astro-cid-m4fjosbb].blue-bg{background:#3b82f633}.scenario-icon[data-astro-cid-m4fjosbb].blue-bg i[data-astro-cid-m4fjosbb]{color:#60a5fa}.scenario-icon[data-astro-cid-m4fjosbb].green-bg{background:#10b98133}.scenario-icon[data-astro-cid-m4fjosbb].green-bg i[data-astro-cid-m4fjosbb]{color:#34d399}.scenario-icon[data-astro-cid-m4fjosbb].purple-bg{background:#8b5cf633}.scenario-icon[data-astro-cid-m4fjosbb].purple-bg i[data-astro-cid-m4fjosbb]{color:#a78bfa}.scenario-icon[data-astro-cid-m4fjosbb].red-bg{background:#ef444433}.scenario-icon[data-astro-cid-m4fjosbb].red-bg i[data-astro-cid-m4fjosbb]{color:#f87171}.scenario-icon[data-astro-cid-m4fjosbb].yellow-bg{background:#f59e0b33}.scenario-icon[data-astro-cid-m4fjosbb].yellow-bg i[data-astro-cid-m4fjosbb]{color:#fbbf24}.scenario-card[data-astro-cid-m4fjosbb] h3[data-astro-cid-m4fjosbb]{color:#fff;font-weight:700;margin-bottom:.75rem}.scenario-label[data-astro-cid-m4fjosbb]{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.scenario-value[data-astro-cid-m4fjosbb]{background:#0d1117;border-radius:.5rem;padding:.5rem;text-align:center;margin-top:.5rem}.scenario-value[data-astro-cid-m4fjosbb] span[data-astro-cid-m4fjosbb]{display:block;color:#d1d5db;font-size:.875rem}.scenario-value[data-astro-cid-m4fjosbb] .result[data-astro-cid-m4fjosbb]{color:#f4a261;font-weight:700;margin-top:.25rem}.tool-link[data-astro-cid-m4fjosbb]{color:#f4a261;font-size:.875rem;margin-top:.5rem;display:block;transition:color .2s ease}.tool-link[data-astro-cid-m4fjosbb]:hover{color:#e8956b}.feature-card[data-astro-cid-m4fjosbb] a[data-astro-cid-m4fjosbb],a[data-astro-cid-m4fjosbb].feature-card{text-decoration:none}.feature-card[data-astro-cid-m4fjosbb] .tool-link[data-astro-cid-m4fjosbb],.text-brand-accent[data-astro-cid-m4fjosbb]{color:#f4a261;font-size:.875rem;margin-top:.5rem;display:block}@media(max-width:640px){.hero[data-astro-cid-m4fjosbb] h1[data-astro-cid-m4fjosbb]{font-size:2rem}.tabs-container[data-astro-cid-m4fjosbb]{flex-direction:column}.duration-grid[data-astro-cid-m4fjosbb],.preset-grid[data-astro-cid-m4fjosbb]{grid-template-columns:repeat(2,1fr)}}
