:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;justify-content:center;align-items:center;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #f4f4f4;--text: #1a1a1a}@media (prefers-color-scheme: dark){:root{--bg: #1a1a1a;--text: #f4f4f4}}body{background:#222;color:#eee;font-family:sans-serif;margin:1;padding:0 .5rem}.app-container{min-height:100vh;padding:0;margin:0}.inner-container{width:100%;max-width:500px;margin:0 auto;padding:0}h1{font-size:2rem;margin-bottom:1rem;margin-top:.5rem;text-align:center}.counts-row{display:flex;gap:1rem}.counts-field{flex:1;display:flex;flex-direction:column}.pair-row{display:flex;gap:1rem}.pair-field{flex:1;display:flex;flex-direction:column}.form-row{display:flex;gap:1rem;margin-bottom:.18rem;align-items:flex-end}@media (max-width: 325px){.form-row{flex-direction:column;gap:.5rem;align-items:stretch}}.instructions-container{margin-bottom:0;background:var(--card-background);color:var(--card-foreground);border-radius:6px;padding:0;transition:background .3s,color .3s}.instructions-toggle{background:var(--background);color:var(--foreground);border:none;padding:.5em 1em;font-weight:700;border-radius:4px;cursor:pointer;margin-bottom:.5em;transition:background .3s,color .3s}.instructions-content{margin-top:.5em}form.form-card{background:#262626;padding:1.25rem;border-radius:1rem;box-shadow:0 1px 8px #00000026;display:flex;flex-direction:column;gap:.18rem}.form-card label{display:block;margin-bottom:.35rem}.form-card input[type=text],.form-card input[type=number],.form-card input[type=date],.form-card select,.form-card textarea{width:100%;padding:.5rem;border-radius:.5rem;border:1px solid #444;background:#181818;color:#eee;font-size:1rem;box-sizing:border-box}.form-card textarea{min-height:60px;resize:vertical}.form-card .checkbox-row{display:flex;align-items:center}.form-card input[type=checkbox]{margin-right:.5rem;width:1.25em;height:1.25em}.form-card button[type=submit]{width:100%;padding:1rem;background:#111;color:#fff;border-radius:.5rem;border:none;font-size:1.1rem;font-weight:700;margin-top:.5rem;cursor:pointer}.copied-toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#222;color:#fff;padding:1rem 2rem;border-radius:.5rem;box-shadow:0 0 10px #0000004d;z-index:999;font-size:1.2rem}.output-pre{white-space:pre-wrap;background-color:#181818;color:#eee;padding:1rem;margin:1.5rem 0 0;border-radius:.7rem;font-family:monospace;border:1px solid #444;font-size:1rem;overflow-x:auto;word-break:break-word;overflow-wrap:anywhere;word-wrap:break-word}.header-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.header-container h1{margin:0;padding-top:1rem;width:100%;text-align:center;padding-left:1rem;padding-right:1rem}.return-btn{display:inline-flex;align-items:center;background:#111;color:#fff;border-radius:.5rem;border:none;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 1px 5px #0000001f;margin:.5em 0 0;text-decoration:none;overflow:hidden;transition:width .25s cubic-bezier(.4,0,.2,1),padding .25s cubic-bezier(.4,0,.2,1);width:.5em;padding:.2em .4em;white-space:nowrap;position:absolute;left:0;top:50%;transform:translateY(-50%)}.return-btn .arrow,.return-btn .return-text{opacity:0;width:0;margin:0;transition:opacity .2s,width .2s,margin .2s;overflow:hidden;display:inline-flex}.return-btn:hover,.return-btn:focus{width:7em;padding:.2em 1em}.return-btn:hover .arrow,.return-btn:focus .arrow,.return-btn:hover .return-text,.return-btn:focus .return-text{opacity:1;width:auto;margin-left:.5em}.return-btn .dots{opacity:1;transition:opacity .2s;font-size:1.2em;line-height:1;margin-right:.1em}.return-btn:hover .dots,.return-btn:focus .dots{opacity:0}.return-btn.expanded{width:11.5em;padding:.2em 1em}.return-btn.expanded .arrow,.return-btn.expanded .return-text{opacity:1;width:auto;margin-left:.5em}.return-btn.expanded .dots{opacity:0}footer{margin-top:2rem;text-align:center;font-size:1rem;color:#888}footer a{color:#888;text-decoration:underline}
