:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--secondary-color: #64748b;--success-color: #059669;--error-color: #dc2626;--warning-color: #d97706;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--border-color: #e2e8f0;--border-radius: 8px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*{box-sizing:border-box}html{font-family:Inter,Noto Sans SC,Noto Sans TC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{margin:0;padding:0;background-color:var(--bg-secondary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{margin:.25rem 0}a{color:#fff;text-decoration:underline;text-decoration-style:dotted;text-decoration-color:#ffffff80;transition:text-decoration-style .2s ease,text-decoration-color .2s ease}a:hover{text-decoration-style:solid;text-decoration-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.card{background:var(--bg-primary);border-radius:var(--border-radius);box-shadow:var(--shadow-md);overflow:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:var(--border-radius);font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;min-height:44px}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{background:var(--secondary-color);cursor:not-allowed}.btn-secondary{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-secondary);color:var(--text-primary)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary);font-size:.875rem}.form-control{display:block;width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:1rem;transition:border-color .2s ease;background:var(--bg-primary);color:var(--text-primary)}.form-control:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-control:disabled{background:var(--bg-tertiary);color:var(--text-muted);cursor:not-allowed}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.radio-group{display:flex;gap:1rem;flex-wrap:wrap}.radio-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:var(--border-radius);transition:background-color .2s ease}.radio-item:hover{background:var(--bg-tertiary)}.radio-item input[type=radio]{margin:0}.result-card{color:#fff;padding:1.5rem;border-radius:var(--border-radius);margin-top:1.5rem}.result-price{font-size:2rem;font-weight:600;margin-bottom:.5rem}.result-details{opacity:.9;font-size:.875rem}.error-message{color:var(--error-color);font-size:.875rem;margin-top:.25rem}.language-switcher{display:flex;gap:.5rem}.lang-btn{padding:.5rem 1rem;font-size:.75rem;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);border-radius:var(--border-radius);cursor:pointer;transition:all .2s ease}.lang-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.lang-btn:hover:not(.active){background:var(--bg-tertiary)}@media(max-width:640px){.container{padding:0 .75rem}.radio-group{flex-direction:column;gap:.5rem}.language-switcher{flex-wrap:wrap}}.header{display:flex;justify-content:space-between;align-items:center;padding:2rem 0 1rem}.header-title{margin:0;font-size:2rem;font-weight:700;color:var(--text-primary)}.header-controls{display:flex;gap:1rem;align-items:center}.footer{text-align:center;padding:1rem 0;color:var(--text-muted);font-size:.875rem}.footer-paragraph{margin-top:.5rem}.footer-link{color:var(--text-muted);text-decoration:underline;text-decoration-style:dotted;text-decoration-color:#94a3b880}.footer-link:hover{text-decoration-style:solid;text-decoration-color:var(--text-muted)}.card-content{padding:1.5rem}.fieldset-reset{border:none;margin:0;padding:0}[data-theme=dark]{--bg-primary: #1e293b;--bg-secondary: #0f172a;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #64748b;--border-color: #475569}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--border-color: #e2e8f0}.theme-btn.svelte-u8uo5a{padding:.5rem;font-size:1rem;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);border-radius:var(--border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px}.theme-btn.svelte-u8uo5a:hover{background:var(--bg-tertiary)}.theme-btn.svelte-u8uo5a:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}optgroup.svelte-1gjdjjn{font-weight:600;color:var(--text-primary)}option.svelte-1gjdjjn{font-weight:400;padding:.5rem}.region-row.svelte-1y2zy89{display:flex;gap:1rem;margin-bottom:1rem}.region-col.svelte-1y2zy89{flex:1}.mail-type-weight-row.svelte-1y2zy89{display:flex;gap:1rem;margin-bottom:1rem}.mail-type-col.svelte-1y2zy89,.weight-col.svelte-1y2zy89{flex:1}.rate-rule-link.svelte-1y2zy89{color:#fff;font-size:inherit;text-decoration:underline;text-decoration-style:dotted;text-decoration-color:#ffffff80}.rate-rule-link.svelte-1y2zy89:hover{color:#fff;text-decoration-style:solid;text-decoration-color:#fff}.calculation-details.svelte-1y2zy89{margin-top:.75rem;padding:.5rem;background:#ffffff1a;border-radius:.25rem;font-size:.875rem;color:#ffffffe6;line-height:1.4}.checkbox-group.svelte-1y2zy89{display:flex;gap:1rem;flex-wrap:wrap}.checkbox-item.svelte-1y2zy89{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:var(--border-radius);transition:background-color .2s ease}.checkbox-item.svelte-1y2zy89:hover{background:var(--bg-tertiary)}@media(max-width:768px){.region-row.svelte-1y2zy89,.mail-type-weight-row.svelte-1y2zy89{flex-direction:column;gap:0}}main.svelte-1n46o8q{min-height:100vh;padding:0}@media(max-width:480px){.header.svelte-1n46o8q{flex-direction:column;gap:1rem;align-items:flex-start!important}.header-controls.svelte-1n46o8q{align-self:stretch;justify-content:space-between}}
