*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);line-height:1.4}:root{color-scheme:light dark;--accent:#ff2e63;--bg:#0e0e11;--fg:#f5f5f7;--panel:#1b1b22;--panel-border:#2c2c34;--panel-alt:#ffffff;--fg-dark:#222}@media (prefers-color-scheme: light){:root{--bg:#f8f8fa;--fg:#222;--panel:#ffffff;--panel-border:#dcdce3}}.layout{max-width:1000px;margin:0 auto;padding:1.5rem}.hero{text-align:center;padding:1rem 0 2rem}.logo{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4))}.tagline{font-size:1.1rem;margin-top:.5rem}.store-link{display:inline-block;margin-top:1rem;background:var(--accent);color:#fff;padding:.75rem 1.25rem;border-radius:999px;text-decoration:none;font-weight:600;box-shadow:0 4px 12px #0000004d}.store-link:hover{filter:brightness(1.05)}.store-link:focus{outline:2px solid #fff;outline-offset:2px}.converter h2{margin-top:0}.panes{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 840px){.panes{grid-template-columns:1fr}}.pane{background:var(--panel);border:1px solid var(--panel-border);padding:1rem;border-radius:.75rem;display:flex;flex-direction:column;gap:.5rem}textarea{width:100%;min-height:200px;resize:vertical;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.95rem;line-height:1.35;padding:.75rem;border-radius:.5rem;border:1px solid var(--panel-border);background:#00000026;color:inherit}textarea:focus{outline:2px solid var(--accent);outline-offset:2px}.buttons-row{display:flex;align-items:center;gap:.75rem}button{cursor:pointer;background:var(--accent);color:#fff;border:none;padding:.6rem 1rem;border-radius:.55rem;font-weight:600;font-size:.9rem;box-shadow:0 2px 6px #00000059}button:hover{filter:brightness(1.05)}button:active{transform:translateY(1px)}.status{font-size:.8rem;opacity:.8;min-height:1em}.footer{text-align:center;margin-top:3rem;font-size:.75rem;opacity:.7}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
