@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;600&display=swap";:root{color:#e9f2f5;background-color:#0c1317;font-family:Inter,Segoe UI,sans-serif;font-weight:300}*{box-sizing:border-box}body{color:#e9f2f5;background:#0c1317;min-height:100vh;margin:0}h1,h2,h3,strong{font-family:Inter,Segoe UI,sans-serif;font-weight:600}#root{min-height:100vh}:root{--mint:#5be291;--mint-soft:#12261e;--deep:#112024;--paper:#0c1317;--line:#30454c;--ink:#e9f2f5;--muted:#a9bcc1;--glow:#5be29133}.page-shell{flex-direction:column;justify-content:flex-start;gap:.75rem;width:min(1240px,100%);min-height:100dvh;margin:0 auto;padding:5.2rem 1.2rem 1.2rem;display:flex;position:relative}html,body,#root{overflow-y:auto}.top-left-logo{align-content:center;width:fit-content;height:66px;display:grid}.top-left-logo-wrap{position:absolute;top:.9rem;left:1.2rem}.calculator-grid{grid-template-columns:1.15fr 1fr;gap:1rem;display:grid}.calculator-grid>*{min-width:0}.page-shell .branding-footer.site-footer{margin-top:auto}.branding{gap:0;display:grid}.branding__name{letter-spacing:-.04em;white-space:nowrap;margin:0;font-size:clamp(.82rem,1.45vw,1.3rem);font-weight:600;line-height:.95}.branding__tagline{letter-spacing:-.02em;white-space:nowrap;margin:.13rem 0 0;font-size:clamp(.5rem,.72vw,.66rem);font-weight:600;line-height:.95}.branding__pimento{color:#5be291;text-decoration:none}.branding__pimento:hover{text-decoration:underline}.branding--dark .branding__name,.branding--dark .branding__tagline{color:#eef8fb}.branding--light .branding__name,.branding--light .branding__tagline{color:#0d2027}.branding--light .branding__tagline{opacity:.95}.branding-footer{margin-top:1.25rem;padding:.8rem 0;font-size:.9rem}.branding-footer a{font-weight:600;text-decoration:none}.branding-footer a:hover{text-decoration:underline}.branding-footer--dark{color:#a9bcc1}.branding-footer--dark a{color:#5be291}.branding-footer--light{color:#5e7178}.branding-footer--light a{color:#24b36a}.panel{border:1px solid var(--line);background:#112024ad;border-radius:1.1rem;padding:1.25rem}.panel h2{align-items:center;gap:.55rem;margin:0 0 1rem;font-size:1rem;display:flex}.select-field{color:var(--muted);gap:.34rem;font-size:.82rem;font-weight:600;display:grid}.mode-switch{scrollbar-width:none;flex-wrap:nowrap;gap:.5rem;margin-bottom:.85rem;display:flex;overflow-x:auto}.mode-switch::-webkit-scrollbar{display:none}.payload-field{color:var(--muted);gap:.38rem;margin:0 0 1rem;font-size:.82rem;font-weight:600;display:grid}.payload-field textarea{font:inherit;color:#eff7f9;resize:vertical;background:#ffffff08;border:1px solid #3f5a60;border-radius:.7rem;width:100%;padding:.7rem .74rem}.payload-field textarea:focus-visible{outline:2px solid var(--mint);border-color:var(--mint)}.section-title{color:var(--muted);align-items:center;gap:.35rem;margin:0 0 .8rem;font-size:.82rem;font-weight:600;display:inline-flex}.field-section+.field-section{margin-top:1rem}.preset-switch{flex-wrap:wrap;gap:.45rem;margin-bottom:.8rem;display:flex}.subsection-title{color:var(--muted);align-items:center;gap:.35rem;margin:0 0 .65rem;font-size:.82rem;font-weight:600;display:inline-flex}.toggle-wrap{width:100%;margin:0 0 .7rem;display:block}.toggle-row{color:var(--ink);cursor:pointer;align-items:center;gap:.5rem;margin:0;font-size:.88rem;font-weight:600;display:inline-flex}.toggle-row input{opacity:0;pointer-events:none;position:absolute}.checkbox-mark{background:#ffffff0a;border:1px solid #6f8b93;border-radius:.25rem;justify-content:center;align-items:center;width:1rem;height:1rem;transition:all .16s;display:inline-flex}.toggle-row input:checked+.checkbox-mark{border-color:var(--mint);background:var(--mint)}.toggle-row input:checked+.checkbox-mark:after{content:"";border:solid var(--deep);border-width:0 2px 2px 0;width:.34rem;height:.62rem;margin-top:-.08rem;transform:rotate(45deg)}.toggle-row input:focus-visible+.checkbox-mark{outline:2px solid var(--mint);outline-offset:2px}.chip{border:1px solid var(--line);color:#e7f0f2;font:inherit;cursor:pointer;white-space:nowrap;background:#ffffff05;border-radius:999px;justify-content:center;align-items:center;gap:.32rem;padding:.44rem .78rem;transition:all .16s;display:inline-flex}.chip:hover{border-color:#5f7b83}.chip:disabled{cursor:not-allowed;opacity:.5}.chip.active{background:var(--mint);color:var(--deep);box-shadow:0 0 0 2px var(--glow);border-color:#0000}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-bottom:.85rem;display:grid}.field-grid label{color:var(--ink);gap:.4rem;min-width:0;font-size:.9rem;font-weight:600;display:grid}.field-grid input,.field-grid select{font:inherit;color:#eff7f9;background:#ffffff08;border:1px solid #3f5a60;border-radius:.7rem;width:100%;min-width:0;min-height:3.05rem;padding:.64rem .74rem;line-height:1.2}.field-grid select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%23e7f0f2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m3 5 4 4 4-4'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;background-size:.92rem;padding-right:2.4rem}.field-grid input:focus-visible,.field-grid select:focus-visible{outline:2px solid var(--mint);border-color:var(--mint)}.mode-chip{flex:none}.output-panel{color:#f2f6f7;flex-direction:column;display:flex}.output-content{flex-direction:column;flex:1;justify-content:flex-start;padding-top:.2rem;display:flex}.preview-block{background:#11202473;border:1px solid #e9f2f526;border-radius:.9rem;flex-direction:column;padding:.85rem;display:flex}.preview-block+.preview-block{margin-top:.9rem}.preview-head{justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.7rem;display:flex}.preview-head h3{align-items:center;gap:.4rem;margin:0;font-size:.95rem;display:inline-flex}.preview-actions{align-items:center;gap:.45rem;display:inline-flex}.preview-actions .icon-chip{min-height:calc(1.2em + .88rem);padding-inline:.62rem}.preview-frame{background:#030c0f8c;border:1px dashed #e9f2f533;border-radius:.7rem;place-items:center;min-height:clamp(240px,44vh,520px);padding:1.15rem;display:grid;overflow:auto}.preview-frame svg{max-width:100%;height:auto}.qr-preview-frame svg{width:min(100%,460px);height:auto;margin:0 auto;display:block}.barcode-preview-frame svg{width:min(100%,1000px);height:auto;display:block}.code-wrap{justify-items:center;gap:.5rem;display:grid}.code-caption{max-width:min(100%,460px);color:var(--muted);text-align:center;word-break:break-word;margin:0;font-size:.82rem;font-weight:600}.hint{color:#b8c9ce;margin:.9rem 0 0;font-size:.86rem}@media (width<=900px){.calculator-grid{grid-template-columns:1fr}.page-shell{justify-content:flex-start;padding:5.2rem 1rem 1rem}.top-left-logo-wrap{top:.95rem;left:1rem}.top-left-logo{height:56px}.branding-footer{margin-top:1rem;padding-bottom:.2rem}}@media (prefers-color-scheme:light){:root{--mint:#5be291;--mint-soft:#e9faf0;--deep:#112024;--paper:#f4f7f8;--line:#c9d6da;--ink:#1b2f35;--muted:#5e7178;--glow:#2fc77233;color:#1b2f35;background-color:#f4f7f8}body{color:#1b2f35;background:#f4f7f8}}@media (width<=900px){.info-panel{margin-bottom:1rem;padding:0}.info-panel h3{font-size:1.25rem}.info-panel p{font-size:.95rem;line-height:1.65}.field-grid{grid-template-columns:1fr}.preview-head{flex-direction:column;align-items:flex-start}}@media (prefers-color-scheme:light){.panel{background:#f8fbfc}.chip{color:#1e3136;background:#fff}.field-grid input,.field-grid select,.payload-field textarea{color:#163036;background:#fff;border-color:#bfd0d5}.field-grid select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%23163036' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m3 5 4 4 4-4'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;background-size:.92rem}.output-panel{color:#163036}.hint{color:#53666d}.result-card{background:#eef4f6;border-color:#c7d7dc}.result-accent,.result-success{background:#e4f7eb;border-color:#60cf93}.info-panel h3{color:#1b2f35}.info-panel p{color:#445a61}.preview-block{background:#f3f8f9;border-color:#c8d8dc}.preview-frame{background:#fff;border-color:#bfd2d7}}
