.calculator-container.svelte-17h2oft{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 5rem}.calculator-header.svelte-17h2oft{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.back-btn.svelte-17h2oft{color:var(--text);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.5rem;padding:0;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.back-btn.svelte-17h2oft:hover{color:var(--accent);transform:translate(-4px)}.back-btn.svelte-17h2oft svg:where(.svelte-17h2oft){width:1.25rem;height:1.25rem}.title-group.svelte-17h2oft h1:where(.svelte-17h2oft){color:var(--text-h);margin:0 0 .5rem;font-size:2.25rem;font-weight:800}.title-group.svelte-17h2oft p:where(.svelte-17h2oft){color:var(--text);margin:0;font-size:1.05rem}.calculator-layout.svelte-17h2oft{grid-template-columns:450px 1fr;align-items:start;gap:2rem;display:grid}.card.svelte-17h2oft{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1.25rem;padding:2rem}.panel-title.svelte-17h2oft{color:var(--text-h);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700;display:flex}.data-version.svelte-17h2oft{color:var(--text);opacity:.7;font-size:.75rem;font-weight:500}.warning-text.svelte-17h2oft{color:#f59e0b;margin-top:.5rem;font-size:.8rem;line-height:1.45}.control-group.svelte-17h2oft{margin-bottom:1.75rem}.control-label.svelte-17h2oft{color:var(--text-h);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:flex}.value-display.svelte-17h2oft{color:var(--accent);font-family:var(--mono);font-weight:700}.slider.svelte-17h2oft{appearance:none;background:var(--border);border-radius:9999px;outline:none;width:100%;height:6px;margin:.5rem 0}.slider.svelte-17h2oft::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border:2px solid var(--bg);border-radius:50%;width:18px;height:18px;transition:transform .1s,background-color .2s;box-shadow:0 2px 6px #00000026}.slider.svelte-17h2oft::-webkit-slider-thumb:hover{background:var(--accent-light,#c084fc);transform:scale(1.15)}.slider.svelte-17h2oft::-moz-range-thumb{background:var(--accent);cursor:pointer;border:2px solid var(--bg);border-radius:50%;width:18px;height:18px;transition:transform .1s,background-color .2s;box-shadow:0 2px 6px #00000026}.slider.svelte-17h2oft::-moz-range-thumb:hover{background:var(--accent-light,#c084fc);transform:scale(1.15)}.slider-ticks.svelte-17h2oft{color:var(--text);opacity:.8;justify-content:space-between;margin-top:.25rem;font-size:.75rem;display:flex}.input-wrapper.svelte-17h2oft{align-items:center;display:flex;position:relative}.input-prefix.svelte-17h2oft{color:var(--text);opacity:.7;font-size:1.1rem;font-weight:600;position:absolute;left:1rem}.num-input.svelte-17h2oft{background:var(--code-bg);border:1px solid var(--border);width:100%;color:var(--text-h);font-size:1.1rem;font-weight:700;font-family:var(--mono);box-sizing:border-box;border-radius:.75rem;padding:.75rem 1rem .75rem 2.25rem;transition:border-color .2s,box-shadow .2s}.num-input.svelte-17h2oft:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.quick-salary-btns.svelte-17h2oft{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.5rem;display:grid}.quick-salary-btns.svelte-17h2oft button:where(.svelte-17h2oft){background:var(--social-bg);border:1px solid var(--border);color:var(--text-h);cursor:pointer;border-radius:.5rem;padding:.4rem;font-size:.8rem;font-weight:600;transition:all .2s}.quick-salary-btns.svelte-17h2oft button:where(.svelte-17h2oft):hover{background:var(--accent-bg);border-color:var(--accent-border);color:var(--accent)}.contribution-presets.svelte-17h2oft{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.preset-btn.svelte-17h2oft{background:var(--social-bg);border:1px solid var(--border);color:var(--text-h);cursor:pointer;border-radius:.6rem;padding:.6rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1)}.preset-btn.active.svelte-17h2oft{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 4px 12px var(--accent-glow)}.preset-btn.svelte-17h2oft:hover:not(.active){background:var(--accent-bg);border-color:var(--accent-border);color:var(--accent)}.helper-text.svelte-17h2oft{color:var(--text);opacity:.85;margin:.5rem 0 0;font-size:.8rem}.reset-btn.svelte-17h2oft{border:1px dashed var(--border);width:100%;color:var(--text);cursor:pointer;background:0 0;border-radius:.75rem;margin-top:1rem;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.reset-btn.svelte-17h2oft:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-bg)}.panel-tabs.svelte-17h2oft{background:var(--code-bg);border:1px solid var(--border);border-radius:.75rem;gap:.5rem;margin-bottom:2rem;padding:.35rem;display:flex}.tab-link.svelte-17h2oft{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex:1;padding:.6rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s}.tab-link.active.svelte-17h2oft{background:var(--card-bg);color:var(--text-h);box-shadow:var(--shadow-sm)}.large-stats.svelte-17h2oft{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.stat-card.svelte-17h2oft{border-radius:1rem;flex-direction:column;gap:.4rem;padding:1.75rem;display:flex}.stat-card.primary.svelte-17h2oft{background:linear-gradient(135deg,#8b5cf61f 0%,#a855f70a 100%);border:1px solid #8b5cf640}.stat-card.accent.svelte-17h2oft{background:linear-gradient(135deg,#06b6d41f 0%,#3b82f60a 100%);border:1px solid #06b6d440}.stat-label.svelte-17h2oft{color:var(--text);font-size:.9rem;font-weight:600}.stat-value.svelte-17h2oft{font-size:1.85rem;font-weight:800;font-family:var(--mono);color:var(--text-h);line-height:1.2}.stat-card.primary.svelte-17h2oft .stat-value:where(.svelte-17h2oft){color:var(--accent)}.stat-card.accent.svelte-17h2oft .stat-value:where(.svelte-17h2oft){color:#06b6d4}.stat-meta.svelte-17h2oft{color:var(--text);opacity:.85;font-size:.75rem}.breakdown-section.svelte-17h2oft{background:var(--social-bg);border:1px solid var(--border);border-radius:1rem;margin-bottom:2.5rem;padding:1.5rem}.section-title.svelte-17h2oft{color:var(--text-h);margin:0 0 1rem;font-size:1.05rem;font-weight:700}.progress-bar-container.svelte-17h2oft{background:var(--border);border-radius:9999px;height:14px;margin-bottom:1.25rem;display:flex;overflow:hidden}.progress-segment.svelte-17h2oft{height:100%;transition:width .5s cubic-bezier(.16,1,.3,1)}.progress-segment.self.svelte-17h2oft{background:var(--accent)}.progress-segment.return.svelte-17h2oft{background:#06b6d4}.breakdown-legends.svelte-17h2oft{flex-direction:column;gap:.5rem;display:flex}.legend-item.svelte-17h2oft{align-items:center;font-size:.9rem;display:flex}.legend-dot.svelte-17h2oft{border-radius:50%;width:10px;height:10px;margin-right:.75rem}.legend-dot.self.svelte-17h2oft{background:var(--accent)}.legend-dot.return.svelte-17h2oft{background:#06b6d4}.legend-name.svelte-17h2oft{color:var(--text);width:80px}.legend-value.svelte-17h2oft{font-weight:700;font-family:var(--mono);color:var(--text-h);margin-right:.5rem}.legend-pct.svelte-17h2oft{color:var(--text);opacity:.8;font-size:.8rem}.advice-box.svelte-17h2oft{border-left:4px solid var(--accent);margin-top:1.5rem;padding-left:1.25rem}.advice-box.svelte-17h2oft h4:where(.svelte-17h2oft){color:var(--text-h);margin:0 0 .5rem;font-size:1rem;font-weight:700}.advice-box.svelte-17h2oft ul:where(.svelte-17h2oft){color:var(--text);margin:0;padding-left:1.2rem;font-size:.9rem;line-height:1.5}.advice-box.svelte-17h2oft li:where(.svelte-17h2oft){margin-bottom:.5rem}.table-wrapper.svelte-17h2oft{border:1px solid var(--border);border-radius:.75rem;max-height:500px;overflow:auto}.detail-table.svelte-17h2oft{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.detail-table.svelte-17h2oft th:where(.svelte-17h2oft),.detail-table.svelte-17h2oft td:where(.svelte-17h2oft){border-bottom:1px solid var(--border);padding:.85rem 1rem}.detail-table.svelte-17h2oft th:where(.svelte-17h2oft){background:var(--code-bg);color:var(--text-h);z-index:2;font-weight:700;position:sticky;top:0}.detail-table.svelte-17h2oft tr:where(.svelte-17h2oft):hover{background:var(--accent-bg)}.detail-table.svelte-17h2oft td.highlight:where(.svelte-17h2oft){color:var(--accent);font-weight:700}.font-mono.svelte-17h2oft{font-family:var(--mono)}.error-state.svelte-17h2oft{text-align:center;color:#ef4444;padding:3rem;font-weight:600}.fade-in.svelte-17h2oft{animation:.4s ease-out svelte-17h2oft-fadeInEffect}@keyframes svelte-17h2oft-fadeInEffect{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.calculator-layout.svelte-17h2oft,.large-stats.svelte-17h2oft{grid-template-columns:1fr}}.sources-panel.svelte-17h2oft{margin-top:2.5rem}.sources-grid.svelte-17h2oft{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem;display:grid}@media (width<=768px){.sources-grid.svelte-17h2oft{grid-template-columns:1fr;gap:1.5rem}}.source-item.svelte-17h2oft{flex-direction:column;gap:.5rem;display:flex}.source-item.svelte-17h2oft h4:where(.svelte-17h2oft){color:var(--text-h);align-items:center;gap:.5rem;margin:0;font-size:1.05rem;font-weight:700;display:flex}.source-item.svelte-17h2oft p:where(.svelte-17h2oft){color:var(--text);opacity:.9;flex-grow:1;margin:0;font-size:.9rem;line-height:1.6}.source-link.svelte-17h2oft{color:var(--accent);align-self:flex-start;align-items:center;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.source-link.svelte-17h2oft:hover{color:var(--accent-light,#c084fc);text-decoration:underline}.disclaimer-text.svelte-17h2oft{border-top:1px solid var(--border);color:var(--text);opacity:.95;margin-top:1.25rem;padding-top:1.25rem;font-size:.85rem;line-height:1.6}.disclaimer-text.svelte-17h2oft a:where(.svelte-17h2oft){color:var(--accent);font-weight:600;text-decoration:none}.disclaimer-text.svelte-17h2oft a:where(.svelte-17h2oft):hover{text-decoration:underline}.pension-guide.svelte-17h2oft{margin-top:2rem}.pension-guide.svelte-17h2oft h2:where(.svelte-17h2oft){color:var(--text-h);border-bottom:1px solid var(--border);margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:800}.guide-section.svelte-17h2oft{margin-bottom:2rem}.guide-section.svelte-17h2oft:last-of-type{margin-bottom:0}.guide-section.svelte-17h2oft h3:where(.svelte-17h2oft){color:var(--text-h);margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.guide-section.svelte-17h2oft p:where(.svelte-17h2oft){color:var(--text);opacity:.9;margin:0 0 1rem;font-size:.95rem;line-height:1.7}.guide-section.svelte-17h2oft p:where(.svelte-17h2oft):last-of-type{margin-bottom:0}.guide-section.svelte-17h2oft ul:where(.svelte-17h2oft){color:var(--text);margin:0 0 1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.7}.guide-section.svelte-17h2oft li:where(.svelte-17h2oft){margin-bottom:.5rem}.faq-item.svelte-17h2oft{border-bottom:1px dashed var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem}.faq-item.svelte-17h2oft:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-item.svelte-17h2oft h4:where(.svelte-17h2oft){color:var(--text-h);margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.faq-item.svelte-17h2oft p:where(.svelte-17h2oft){color:var(--text);opacity:.9;margin:0;font-size:.95rem;line-height:1.7}
