@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap";:root{font-family:Noto Sans SC,sans-serif;color:#171714;background:#f2efe7;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 75% 12%,rgba(225,255,87,.18),transparent 24%),#f2efe7}button,textarea{font:inherit}button{color:inherit}.app-shell{width:min(1160px,calc(100% - 48px));min-height:100vh;margin:auto;display:flex;flex-direction:column}.topbar{height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d5d1c7}.topbar p{font:500 12px DM Mono,monospace;color:#757269;letter-spacing:.08em}.topbar-right{display:flex;align-items:center;gap:16px}.lang-btn{font:700 12px DM Mono,monospace;letter-spacing:.08em;padding:6px 12px;border:2px solid #171714;background:transparent;border-radius:6px;cursor:pointer}.lang-btn:hover{background:#dfff4f}.brand{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none;font-weight:800;letter-spacing:-.03em}.brand-mark{width:28px;height:28px;display:grid;grid-template:1fr 1fr / 1fr 1fr;gap:3px}.brand-mark i{background:#171714;border-radius:2px}.brand-mark i:last-child{background:#dfff4f;border:2px solid #171714}.hero{flex:1;display:grid;grid-template-columns:1fr 480px;gap:clamp(60px,8vw,120px);align-items:center;padding:74px 0}.intro{max-width:570px}.eyebrow{font:500 12px DM Mono,monospace;letter-spacing:.16em;display:flex;align-items:center;gap:10px;margin:0 0 25px}.eyebrow span{width:30px;height:2px;background:#171714}h1{font-size:clamp(48px,5vw,72px);line-height:1.09;letter-spacing:-.065em;margin:0;font-weight:800}h1 em{font-style:normal;position:relative;z-index:0}h1 em:after{content:"";position:absolute;left:-3px;right:-7px;bottom:5px;height:17px;background:#dfff4f;z-index:-1;transform:rotate(-1deg)}.lede{max-width:510px;font-size:16px;line-height:1.8;color:#67645d;margin:28px 0 40px}label{font:600 13px DM Mono,monospace;display:block;margin-bottom:10px}.input-wrap{position:relative;display:flex;background:#fff;border:1.5px solid #b9b6ae;border-radius:4px;box-shadow:4px 4px #171714;transition:border .2s,transform .2s}.input-wrap:focus-within{border-color:#171714;transform:translate(-1px,-1px)}.input-wrap.error{border-color:#c33;box-shadow:4px 4px #c33}.link-icon{padding:17px 0 0 17px;font-family:DM Mono;font-weight:700}textarea{width:100%;min-height:94px;resize:vertical;border:0;outline:0;padding:16px 42px 16px 12px;line-height:1.55;background:transparent}textarea::placeholder{color:#aaa79f}.clear-btn{position:absolute;right:10px;top:10px;width:28px;height:28px;border:0;background:transparent;font-size:22px;cursor:pointer;opacity:0;pointer-events:none}.clear-btn.visible{opacity:1;pointer-events:auto}.input-meta{display:flex;justify-content:space-between;color:#858178;font:400 11px DM Mono;margin:10px 0 18px}.error-text{color:#b32e2e}.generate-btn{width:100%;height:58px;padding:0 21px;display:flex;justify-content:space-between;align-items:center;border:1.5px solid #171714;border-radius:4px;background:#171714;color:#fff;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.generate-btn:hover{transform:translateY(-2px);box-shadow:0 5px #dfff4f}.generate-btn span:last-child{font-size:24px}.result-card{background:#fbfaf6;border:1.5px solid #171714;border-radius:6px;padding:21px;box-shadow:9px 9px #171714}.card-head{display:flex;justify-content:space-between;align-items:center;font:500 11px DM Mono;letter-spacing:.08em;margin-bottom:18px}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#dfff4f;border:1px solid #171714;margin-right:8px}.privacy-badge{background:#e8e4dc;padding:5px 8px;border-radius:3px}.qr-stage{aspect-ratio:1;background-color:#f0eee8;background-image:linear-gradient(#e2dfd7 1px,transparent 1px),linear-gradient(90deg,#e2dfd7 1px,transparent 1px);background-size:18px 18px;display:grid;place-items:center;border-radius:3px;overflow:hidden}.qr-output{display:none;width:100%;height:100%;background:#fff}.qr-output.visible{display:block}.qr-output svg{display:block;width:100%;height:100%;shape-rendering:crispEdges}.empty-state{text-align:center;color:#89867e;font-size:12px}.empty-state[hidden]{display:none}.empty-glyph{width:70px;height:70px;display:grid;grid-template:1fr 1fr / 1fr 1fr;gap:8px;opacity:.25;margin:0 auto 14px}.empty-glyph i{border:6px solid #171714}.empty-glyph i:last-child{border:0;background:#171714;width:11px;height:11px;align-self:end;justify-self:end}.quality-row{display:flex;justify-content:space-between;gap:10px;margin:12px 1px 0;color:#77736b;font:500 10px DM Mono}.quality-row[hidden]{display:none}.quality-row [data-tone=good]{color:#3d7121}.quality-row [data-tone=medium]{color:#8b6414}.quality-row [data-tone=warning]{color:#b13a27}.url-preview{margin:12px 0 13px;padding:12px;background:#efede7;border-radius:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#77736b;font:400 11px DM Mono}.actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.actions button{height:43px;background:#fff;border:1px solid #aaa69d;border-radius:3px;cursor:pointer;font-size:12px;font-weight:600}.actions button:hover:not(:disabled){border-color:#171714;background:#dfff4f}.actions button:disabled{opacity:.42;cursor:not-allowed}.actions button span{margin-right:5px;font-size:16px}.actions .enlarge-btn{grid-column:1 / -1;background:#171714;color:#fff;border-color:#171714}.actions .enlarge-btn:hover:not(:disabled){color:#171714}.scan-tip{font-size:10px;color:#858178;text-align:center;margin:15px 0 0}.scan-tip span{color:#171714}.scan-dialog{width:min(94vw,900px);max-width:none;max-height:96vh;padding:0;border:0;border-radius:8px;background:#fff;box-shadow:0 28px 90px #00000059;overflow:visible}.scan-dialog::backdrop{background:#0f0f0ddb;backdrop-filter:blur(5px)}.dialog-close{position:absolute;z-index:2;right:-12px;top:-12px;width:40px;height:40px;border:2px solid #171714;border-radius:50%;background:#dfff4f;font-size:25px;line-height:1;cursor:pointer}.fullscreen-qr{width:min(82vw,78vh,780px);aspect-ratio:1;margin:0 auto;background:#fff}.fullscreen-qr svg{display:block;width:100%;height:100%;shape-rendering:crispEdges}.dialog-copy{display:flex;justify-content:center;align-items:baseline;gap:14px;padding:0 20px 20px}.dialog-copy strong{font-size:14px}.dialog-copy span{color:#77736b;font-size:11px}footer{border-top:1px solid #d5d1c7;min-height:70px;display:flex;justify-content:space-between;align-items:center;color:#858178;font:400 10px DM Mono}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,20px);background:#171714;color:#fff;padding:11px 18px;border-radius:3px;font-size:12px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%)}@media (max-width: 900px){.hero{grid-template-columns:1fr;padding:55px 0 75px}.intro{max-width:100%}.result-card{width:min(100%,520px);justify-self:center}}@media (max-width: 540px){.app-shell{width:min(100% - 28px,1160px)}.topbar{height:72px}.topbar p{display:none}.hero{padding-top:42px;gap:52px}h1{font-size:44px}.lede{margin:22px 0 32px}.result-card{padding:14px;box-shadow:6px 6px #171714}.actions{grid-template-columns:1fr}.actions .enlarge-btn{grid-column:auto}.quality-row{flex-direction:column;gap:3px}.dialog-copy{flex-direction:column;align-items:center;gap:3px}footer{flex-direction:column;justify-content:center;gap:6px}}@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;transition:none!important}}.type-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem}.type-tabs a{padding:.4rem .9rem;border:1px solid rgba(0,0,0,.15);border-radius:999px;text-decoration:none;color:inherit;font-size:.9rem}.type-tabs a[aria-current=page]{background:#111;color:#fff;border-color:#111}#qr-form fieldset{border:0;padding:0;margin:0 0 .75rem;display:grid;gap:.4rem}#qr-form input:not([type=checkbox]):not([type=color]):not([type=file]),#qr-form select,#qr-form textarea{width:100%;padding:.6rem .8rem;border:1px solid rgba(0,0,0,.2);border-radius:.6rem;font:inherit;background:#fff}#qr-form .check{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.style-panel{margin:1rem 0;border:1px solid rgba(0,0,0,.12);border-radius:.8rem;padding:.6rem .9rem}.style-panel summary{cursor:pointer;font-weight:600}.style-grid{display:grid;grid-template-columns:auto 1fr;gap:.6rem 1rem;align-items:center;margin-top:.8rem}.style-grid .check{grid-column:2}.seo-copy{max-width:46rem;margin:3rem auto 0}.seo-copy h3{margin:1.2rem 0 .3rem}.footer-links{display:flex;flex-wrap:wrap;gap:.4rem 1rem;margin-bottom:.8rem;font-size:.85rem}.footer-links a{color:inherit}
