:root{color-scheme:light dark;--surface:#fff;--surface-muted:#f2f2f2;--text:#1a1a1a;--text-muted:#555;--accent:#a1477e;--border:#e2e2e2}@media (prefers-color-scheme:dark){:root{--surface:#16161a;--surface-muted:#221f24;--text:#f2f0f3;--text-muted:#b7b2bb;--border:#333}}*{box-sizing:border-box}body{background:var(--surface);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.skip-link{top:0;clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;inset-inline-start:0;overflow:hidden}.skip-link:focus{clip-path:none;white-space:normal;background:var(--accent);color:#fff;z-index:100;width:auto;height:auto;padding:.5rem 1rem}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.site-header{border-block-end:1px solid var(--border)}.site-nav{flex-wrap:wrap;align-items:center;gap:1rem;max-width:960px;margin-inline:auto;padding:.75rem 1rem;display:flex}.site-nav .brand{color:var(--accent);margin-inline-end:auto;font-weight:700;text-decoration:none}.site-nav a{color:var(--text);text-decoration:none}.lang-switcher-form{min-inline-size:0;margin-inline-start:auto}.lang-switcher{min-inline-size:0;max-width:140px}main{max-width:960px;min-height:60vh;margin-inline:auto;padding:1rem}.site-footer{border-block-start:1px solid var(--border);max-width:960px;color:var(--text-muted);gap:1rem;margin-inline:auto;padding:1rem;font-size:.875rem;display:flex}.tool-card{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;padding:1rem}.tool-controls{flex-wrap:wrap;gap:1rem;display:flex}.tool-controls label{flex-direction:column;flex:140px;gap:.25rem;display:flex}.tool-label{color:var(--text-muted);font-size:.8rem}.tool-input,.tool-select{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:4px;padding:.5rem;font-size:1rem}.tool-result{border-block-start:1px dashed var(--border);margin-block-start:1rem;padding-block-start:1rem}.tool-result-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.tool-result-header h3{margin:0}.tool-result-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin:.75rem 0 0;display:grid}.tool-result-grid dt{color:var(--text-muted);font-size:.8rem}.tool-result-grid dd{color:var(--accent);margin:0;font-size:1.5rem;font-weight:700}.tool-result-single{font-size:1.5rem;font-weight:600}.tool-error{color:#b3261e}.tool-note{color:var(--text-muted);margin-block-start:.75rem;font-size:.85rem}@keyframes tool-result-reveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tool-result-in{animation:.25s ease-out tool-result-reveal}@media (prefers-reduced-motion:reduce){.tool-result-in{animation:none}}.remembered-notice{color:var(--text-muted);margin-block-end:.75rem;font-size:.8rem}.link-button{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.copy-button{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;padding:.35rem .75rem;font-size:.8rem}.copy-button:hover{border-color:var(--accent);color:var(--accent)}.calibration{margin-block-start:1.25rem}.calibration-start{border:1px dashed var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:999px;min-height:44px;padding:.6rem 1rem;font-size:.9rem;font-weight:600}.calibration-redo{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.85rem;text-decoration:underline}.calibration-overlay{z-index:1000;background:var(--surface);-webkit-overflow-scrolling:touch;position:fixed;inset:0;overflow-y:auto}.calibration-sheet{max-width:720px;margin-inline:auto;padding:16px}.calibration-sheet h2{margin:0 0 .5rem;font-size:1.2rem}.calibration-instructions{margin:0 0 .35rem;font-size:.95rem;font-weight:600}.calibration-hint{color:var(--text-muted);margin:0 0 .75rem;font-size:.8rem}.calibration-controls{align-items:center;gap:.5rem;display:flex}.calibration-slider{flex:1;min-width:0;height:32px}.calibration-step{border:1px solid var(--border);background:var(--surface-muted);width:44px;height:44px;color:var(--text);cursor:pointer;touch-action:manipulation;border-radius:50%;flex:none;font-size:1.4rem;line-height:1}.calibration-actions{justify-content:flex-end;gap:.5rem;margin-block:.75rem 1rem;display:flex}.calibration-cancel{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;min-height:44px;padding:.6rem 1.1rem}.calibration-confirm{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;min-height:44px;padding:.6rem 1.25rem;font-weight:600}.calibration-card{border:2px solid var(--accent);background:repeating-linear-gradient(135deg,#0000 0 8px,#a1477e1f 8px 16px);border-radius:3.5mm;flex:none}.actual-size-wrap{text-align:center;margin-block-start:1rem}.actual-size-svg{max-width:none;color:var(--accent);display:inline-block;overflow:visible}.actual-size-bleed{text-align:center;width:max-content;margin-block-start:1rem;position:relative;left:50%;transform:translate(-50%)}.actual-size-label{color:var(--text-muted);margin:.5rem 0 0;font-size:.8rem}.actual-size-toolong{margin-block-start:1rem;font-size:.9rem}.actual-size-toolong a{color:var(--accent);font-weight:600}.print-only{display:none}@media screen{svg.print-mm{max-width:100%;height:auto}}@media print{.site-header,.site-footer,.consent-gate,.no-print{display:none!important}.print-only{display:block}main{max-width:none;padding:0}}.consent-gate{background:var(--surface);border-block-start:1px solid var(--border);z-index:50;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex;position:fixed;inset-block-end:0;inset-inline:0}.consent-actions{gap:.5rem;display:flex}.consent-actions button{border:1px solid var(--border);cursor:pointer;border-radius:4px;padding:.5rem 1rem}.consent-actions button:not(.consent-decline){background:var(--accent);color:#fff;border-color:var(--accent)}
