.qr-studio{--paper:#f7f7f4;--surface:#fff;--panel:#fafaf7;--ink:#16161a;--graphite:#6b6b73;--hairline:#e6e6e0;--hairline-strong:#d6d6ce;--accent:#3b49df;--accent-deep:#2c37b8;--accent-soft:#eef0fd;--error:#d6453a;--font-display:"Space Grotesk", "Instrument Sans", system-ui, sans-serif;--font-body:"Instrument Sans", -apple-system, system-ui, sans-serif;--font-mono:"Space Mono", ui-monospace, "SF Mono", monospace;--radius:10px;--radius-sm:8px;--shadow-card:0 1px 2px #16161a0a, 0 10px 30px #16161a12}.qr-studio,.qr-studio *,.qr-studio :before,.qr-studio :after{box-sizing:border-box}.qr-studio{background:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:14px;line-height:1.5}.qr-studio h1,.qr-studio h2,.qr-studio h3,.qr-studio p,.qr-studio ul{margin:0}.qr-studio button,.qr-studio input,.qr-studio select,.qr-studio textarea{font:inherit;color:inherit}.qr-studio :focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.qr-studio ::selection{background:var(--accent);color:#fff}.qr-studio .icon{vertical-align:-.18em;flex-shrink:0;display:inline-block}.qr-studio .btn{border:1px solid var(--hairline-strong);background:var(--surface);color:var(--ink);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:border-color .15s,background .15s,transform .15s;display:inline-flex}.qr-studio .btn:hover:not(:disabled){border-color:var(--ink)}.qr-studio .btn:active:not(:disabled){transform:translateY(1px)}.qr-studio .btn:disabled{opacity:.4;cursor:not-allowed}.qr-studio .btn-sm{height:30px;padding:0 10px;font-size:13px}.qr-studio .btn-md{height:38px;padding:0 16px;font-size:14px}.qr-studio .btn-lg{height:46px;padding:0 20px;font-size:15px}.qr-studio .btn-primary{background:var(--ink);border-color:var(--ink);color:#fff}.qr-studio .btn-primary:hover:not(:disabled){background:#2b2b33;border-color:#2b2b33}.qr-studio .btn-text{background:0 0;border-color:#0000}.qr-studio .btn-text:hover:not(:disabled){background:#1414160f;border-color:#0000}.qr-studio .btn-danger-text{color:var(--error);background:0 0;border-color:#0000}.qr-studio .btn-danger-text:hover:not(:disabled){background:#d6453a14;border-color:#0000}.qr-studio .btn-block{width:100%}.qr-studio .input{border:1px solid var(--hairline-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;height:38px;padding:0 12px;transition:border-color .15s,box-shadow .15s}.qr-studio .input::placeholder{color:#a3a3a9}.qr-studio .input:hover{border-color:#b9b9b0}.qr-studio .input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #3b49df21}.qr-studio .input-lg{height:46px;font-size:15px}.qr-studio .input-sm{height:30px;padding:0 8px;font-size:13px}.qr-studio .textarea{resize:vertical;height:auto;min-height:38px;padding:10px 12px}.qr-studio .ta-wrap{display:block;position:relative}.qr-studio .ta-count{font-family:var(--font-mono);color:var(--graphite);pointer-events:none;font-size:10.5px;position:absolute;bottom:6px;right:8px}.qr-studio .pw-wrap{display:block;position:relative}.qr-studio .pw-wrap .input{padding-right:38px}.qr-studio .pw-toggle{width:30px;height:30px;color:var(--graphite);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.qr-studio .pw-toggle:hover{color:var(--ink)}.qr-studio .select-wrap{width:100%;display:block;position:relative}.qr-studio .select{border:1px solid var(--hairline-strong);border-radius:var(--radius-sm);background:var(--surface);appearance:none;cursor:pointer;width:100%;height:38px;padding:0 32px 0 12px;transition:border-color .15s}.qr-studio .select:hover{border-color:#b9b9b0}.qr-studio .select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #3b49df21}.qr-studio .select-chevron{pointer-events:none;color:var(--graphite);position:absolute;top:50%;right:10px;transform:translateY(-50%)}.qr-studio .select-compact{width:132px}.qr-studio .select-compact .select{height:30px;padding-left:8px;font-size:13px}.qr-studio .range{appearance:none;cursor:pointer;background:0 0;width:100%;height:22px;margin:0}.qr-studio .range::-webkit-slider-runnable-track{background:var(--hairline-strong);border-radius:2px;height:4px}.qr-studio .range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--ink);width:16px;height:16px;box-shadow:0 0 0 1px var(--ink);border:2.5px solid #fff;border-radius:50%;margin-top:-6px}.qr-studio .range::-moz-range-track{background:var(--hairline-strong);border-radius:2px;height:4px}.qr-studio .range::-moz-range-thumb{background:var(--ink);width:11px;height:11px;box-shadow:0 0 0 1px var(--ink);border:2.5px solid #fff;border-radius:50%}.qr-studio .range:focus-visible{outline-offset:0}.qr-studio .switch{background:var(--hairline-strong);cursor:pointer;border:none;border-radius:11px;flex-shrink:0;width:40px;height:22px;padding:0;transition:background .15s;position:relative}.qr-studio .switch.on{background:var(--accent)}.qr-studio .switch-knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0003}.qr-studio .switch.on .switch-knob{transform:translate(18px)}.qr-studio .seg{border-radius:var(--radius-sm);background:#efefea;gap:2px;max-width:100%;padding:2px;display:inline-flex}.qr-studio .seg-item{cursor:pointer;color:var(--graphite);white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:5px 12px;font-size:13px;font-weight:500;transition:background .15s,color .15s}.qr-studio .seg-item:hover{color:var(--ink)}.qr-studio .seg-item.on{background:var(--ink);color:#fff}.qr-studio .seg-sm .seg-item{padding:3px 9px;font-size:12px}.qr-studio .finetune{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden}.qr-studio .acc+.acc{border-top:1px solid var(--hairline)}.qr-studio .acc-head{cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent;align-items:center;gap:12px;min-height:58px;padding:10px 16px;font-size:14px;font-weight:600;list-style:none;transition:background .15s;display:flex}.qr-studio .acc-head::-webkit-details-marker{display:none}@media (hover:hover){.qr-studio .acc-head:hover{background:var(--panel)}.qr-studio .acc-head:hover .acc-chev{color:var(--ink)}}.qr-studio .acc-icon{background:var(--panel);border:1px solid var(--hairline);width:32px;height:32px;color:var(--graphite);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.qr-studio .acc[open]>.acc-head .acc-icon{background:var(--accent-soft);color:var(--accent);border-color:#0000}.qr-studio .acc-title{flex-shrink:0}.qr-studio .acc-meta{min-width:0;font-family:var(--font-mono);letter-spacing:.02em;color:var(--graphite);white-space:nowrap;text-overflow:ellipsis;align-items:center;margin-left:auto;font-size:11px;font-weight:400;transition:opacity .15s;display:inline-flex;overflow:hidden}.qr-studio .acc[open]>.acc-head .acc-meta{opacity:0}.qr-studio .acc-swatches{padding:1px 0;display:inline-flex}.qr-studio .acc-swatch{border:2px solid var(--surface);width:16px;height:16px;box-shadow:0 0 0 1px var(--hairline-strong);border-radius:50%}.qr-studio .acc-swatch+.acc-swatch{margin-left:-5px}.qr-studio .acc-chev{color:var(--graphite);flex-shrink:0;transition:transform .25s,color .15s}.qr-studio .acc[open]>.acc-head .acc-chev{transform:rotate(180deg)}.qr-studio .acc-body{background:var(--panel);border-top:1px solid var(--hairline);padding:18px 16px 20px}.qr-studio .acc[open] .acc-body{animation:.28s acc-body-in}@keyframes acc-body-in{0%{opacity:0;transform:translateY(-4px)}}.qr-studio .acc::details-content{block-size:0;transition:content-visibility .3s allow-discrete, block-size .3s cubic-bezier(.33, 1, .68, 1);overflow-y:clip}.qr-studio .acc[open]::details-content{block-size:auto}@supports (interpolate-size:allow-keywords){.qr-studio .finetune{interpolate-size:allow-keywords}}@media (width<=560px){.qr-studio .acc-head{gap:10px;min-height:60px;padding:10px 14px}.qr-studio .acc-meta{max-width:45%}.qr-studio .acc-body{padding:16px 14px 20px}}.toast-stack{z-index:200;pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%)}.toast{color:#fff;background:#16161a;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:500;animation:.25s toast-in;box-shadow:0 4px 16px #14141640}.toast-error{background:#d6453a}.toast-out{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(-6px)}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.qr-studio [data-tip]{position:relative}.qr-studio [data-tip]:hover:after,.qr-studio [data-tip]:focus-visible:after{content:attr(data-tip);background:var(--ink);color:#fff;font-size:11.5px;font-weight:500;font-family:var(--font-body);white-space:nowrap;z-index:30;pointer-events:none;white-space:normal;text-align:center;border-radius:6px;width:max-content;max-width:260px;padding:4px 9px;position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%)}.qr-studio .spinner{border:2.5px solid var(--hairline);border-top-color:var(--ink);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.qr-studio .form-loading{justify-content:center;padding:32px;display:flex}.qr-studio.app{flex-direction:column;min-height:100vh;display:flex}.qr-studio .topbar{z-index:50;backdrop-filter:blur(12px);border-bottom:1px solid var(--hairline);background:#f7f7f4e0;justify-content:space-between;align-items:center;gap:16px;height:60px;padding:0 clamp(20px,4vw,48px);display:flex;position:sticky;top:0}.qr-studio .brand{font-family:var(--font-display);letter-spacing:-.02em;color:inherit;align-items:center;gap:10px;font-size:19px;font-weight:700;text-decoration:none;display:flex}.qr-studio .brand svg{display:block}.qr-studio .topbar-right{align-items:center;gap:clamp(16px,3vw,28px);display:flex}.qr-studio .topbar-nav{align-items:center;gap:clamp(14px,2.5vw,24px);display:flex}.qr-studio .topbar-nav a{font-family:var(--font-display);color:var(--graphite);font-size:14px;font-weight:600;text-decoration:none;transition:color .15s}.qr-studio .topbar-nav a:hover{color:var(--ink,#16161a)}.qr-studio .topbar-note{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--graphite);white-space:nowrap;font-size:11px}.qr-studio .workspace{flex:1;grid-template:"intro proof""editor proof"1fr/minmax(0,1fr) 400px;align-items:start;column-gap:clamp(28px,4vw,56px);width:100%;max-width:1240px;margin:0 auto;padding:clamp(24px,4vw,48px) clamp(20px,4vw,48px) 96px;display:grid}.qr-studio .editor-intro{grid-area:intro}.qr-studio .editor{grid-area:editor;min-width:0}.qr-studio .proof{grid-area:proof}.qr-studio .editor-intro{max-width:52ch;margin-bottom:36px}.qr-studio .editor-intro h1{font-family:var(--font-display);letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(26px,3.4vw,34px);font-weight:700;line-height:1.12}.qr-studio .editor-intro p{color:var(--graphite);font-size:15px;line-height:1.55}.qr-studio .step{margin-bottom:40px}.qr-studio .step-head{align-items:baseline;gap:12px;margin-bottom:18px;display:flex}.qr-studio .step-num{font-family:var(--font-mono);color:var(--accent);letter-spacing:.05em;font-size:12px;font-weight:700}.qr-studio .step-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:18px;font-weight:600}.qr-studio .step-head:after{content:"";background:var(--hairline);flex:1;align-self:center;height:1px}.qr-studio .step-hint{color:var(--graphite);margin:-10px 0 16px;font-size:13px}.qr-studio .type-grid{grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:8px;margin-bottom:20px;display:grid}.qr-studio .type-chip{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;flex-direction:column;align-items:flex-start;gap:6px;padding:12px 12px 10px;font-size:13px;font-weight:500;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex}.qr-studio .type-chip .icon{color:var(--graphite);transition:color .15s}.qr-studio .type-chip:hover{border-color:var(--hairline-strong);transform:translateY(-1px)}.qr-studio .type-chip[aria-pressed=true]{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:var(--accent-soft)}.qr-studio .type-chip[aria-pressed=true] .icon{color:var(--accent)}.qr-studio .content-form{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);padding:20px}.qr-studio .field{margin-bottom:16px}.qr-studio .field:last-child{margin-bottom:0}.qr-studio .field-label{margin-bottom:6px;font-size:13px;font-weight:600;display:block}.qr-studio .field-error,.qr-studio .field-help{margin-top:5px;font-size:12px;line-height:1.4;display:block}.qr-studio .field-error{color:var(--error)}.qr-studio .field-help{color:var(--graphite)}.qr-studio .has-error .input{border-color:var(--error)}.qr-studio .field-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.qr-studio .field-row .field{margin-bottom:16px}.qr-studio .switch-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.qr-studio .switch-row .field-label{margin-bottom:0}@media (width<=560px){.qr-studio .field-row{grid-template-columns:1fr;gap:0}}.qr-studio .colorctl{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius-sm);padding:10px 12px 12px}.qr-studio .colorctl-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.qr-studio .colorctl-head .field-label{margin-bottom:0}.qr-studio .colorctl-label{align-items:center;gap:6px;min-width:0;display:inline-flex}.qr-studio .part-glyph{opacity:.85;flex:none}.qr-studio .colorctl-row{align-items:center;gap:8px;display:flex}.qr-studio .colorctl-row+.colorctl-row{margin-top:10px}.qr-studio .colorctl-row .seg{width:100%}.qr-studio .colorctl-row .seg-item{flex:1}.qr-studio .colorctl-head .seg{flex-shrink:0;width:auto}.qr-studio .swatch{appearance:none;border:1px solid var(--hairline-strong);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;width:34px;height:34px;padding:0}.qr-studio .swatch::-webkit-color-swatch-wrapper{padding:3px}.qr-studio .swatch::-webkit-color-swatch{border:none;border-radius:5px}.qr-studio .swatch::-moz-color-swatch{border:none;border-radius:5px}.qr-studio .hexfield{font-family:var(--font-mono);flex:1;height:34px;font-size:12.5px}.qr-studio .grad-preview{border:1px solid var(--hairline);border-radius:6px;flex:1;height:12px}.qr-studio .mono-val{font-family:var(--font-mono);color:var(--graphite);text-align:right;min-width:34px;font-size:11.5px}.qr-studio .preset-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:10px;margin-bottom:20px;display:grid}.qr-studio .preset-card{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;align-items:center;gap:8px;padding:10px 8px;transition:border-color .15s,transform .15s;display:flex}.qr-studio .preset-card:hover{border-color:var(--hairline-strong);transform:translateY(-1px)}.qr-studio .preset-card[aria-pressed=true]{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:var(--accent-soft)}.qr-studio .preset-card svg{border-radius:6px;display:block}.qr-studio .preset-name{color:var(--ink);font-size:12px;font-weight:500}.qr-studio .module-shape-grid{grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:8px;display:grid}.qr-studio .module-shape-chip{border:1px solid var(--hairline);border-radius:var(--radius-sm);background:var(--surface);min-width:0;min-height:72px;color:var(--graphite);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:9px 5px 7px;transition:border-color .15s,background .15s,color .15s,transform .15s;display:flex;position:relative}.qr-studio .module-shape-chip svg{fill:currentColor;width:27px;height:27px;display:block;overflow:visible}.qr-studio .module-shape-grid.is-frame .module-shape-chip svg{fill:none;stroke:currentColor;stroke-width:.14px}.qr-studio .shape-scan-note{margin-top:4px}.qr-studio .module-shape-chip span{text-align:center;font-size:11.5px;font-weight:600;line-height:1.1}.qr-studio .module-shape-chip:hover{color:var(--ink);border-color:var(--hairline-strong);transform:translateY(-1px)}.qr-studio .module-shape-chip[aria-checked=true]{color:var(--accent);border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:var(--accent-soft)}.qr-studio .module-shape-chip.is-creative:after{content:"";background:var(--accent);opacity:.7;border-radius:50%;width:4px;height:4px;position:absolute;top:6px;right:6px}.qr-studio .frame-grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px;display:grid}.qr-studio .frame-chip{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;flex-direction:column;align-items:center;gap:2px;padding:8px 4px 7px;font-size:12px;font-weight:500;transition:border-color .15s,transform .15s,background .15s;display:flex}.qr-studio .frame-chip svg{color:var(--graphite);transition:color .15s}.qr-studio .frame-chip:hover{border-color:var(--hairline-strong);transform:translateY(-1px)}.qr-studio .frame-chip[aria-pressed=true]{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:var(--accent-soft)}.qr-studio .frame-chip[aria-pressed=true] svg{color:var(--accent)}.qr-studio .logo-grid{grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:6px;display:grid}.qr-studio .logo-chip{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius-sm);height:40px;color:var(--graphite);cursor:pointer;justify-content:center;align-items:center;transition:border-color .15s,color .15s,transform .15s,background .15s;display:flex}.qr-studio .logo-chip:hover{border-color:var(--hairline-strong);color:var(--ink);transform:translateY(-1px)}.qr-studio .logo-chip[aria-pressed=true]{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:var(--accent-soft);color:var(--accent)}.qr-studio .mystyle-row{align-items:center;gap:8px;margin-bottom:20px;display:flex}.qr-studio .mystyle-row .select-wrap,.qr-studio .mystyle-row .input{flex:1}.qr-studio .location-form .coords-toggle{margin:-6px 0 12px;padding-left:0}.qr-studio .ac-wrap{position:relative}.qr-studio .ac-list{z-index:40;background:var(--surface);border:1px solid var(--hairline-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);max-height:240px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.qr-studio .ac-list li button{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:8px 10px;font-size:13px;line-height:1.35;display:block}.qr-studio .ac-list li button:hover{background:var(--panel)}.qr-studio .map-frame{border-radius:var(--radius-sm);border:1px solid var(--hairline);height:320px;margin-top:4px;overflow:hidden}.qr-studio .leaflet-container{font-family:var(--font-body)}.qr-studio .proof{position:sticky;top:84px}.qr-studio .proof-card{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:20px}.qr-studio .proof-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.qr-studio .proof-eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink);align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}.qr-studio .live-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.qr-studio .history-btns{gap:4px;display:flex}.qr-studio .history-btns .btn{width:30px;padding:0}.qr-studio .stage{justify-content:center;align-items:center;margin:0 6px;padding:28px;display:flex;position:relative}.qr-studio .stage-qr{justify-content:center;align-items:center;width:100%;transition:opacity .15s;display:flex}.qr-studio .stage-qr.is-loading{opacity:.35}.qr-studio .stage-qr svg,.qr-studio .stage-qr canvas{width:100%;max-width:264px;height:auto;display:block}.qr-studio .framewrap{flex-direction:column;align-items:center;gap:10px;width:100%;max-width:264px;transition:padding .2s,background .2s,border-color .2s;display:flex}.qr-studio .framewrap .stage-qr{width:100%}.qr-studio .fs-border{border:3px solid var(--frame-color);border-radius:18px;padding:12px}.qr-studio .fs-label,.qr-studio .fs-label-top{background:var(--frame-color);border-radius:18px;padding:13px 13px 12px}.qr-studio .fs-label-top{padding:12px 13px 13px}.qr-studio .fs-brackets{padding:13px;position:relative}.qr-studio .bmark{border:0 solid var(--frame-color);pointer-events:none;width:30px;height:30px;position:absolute}.qr-studio .bmark.tl{border-top-width:4px;border-left-width:4px;border-top-left-radius:10px;top:0;left:0}.qr-studio .bmark.tr{border-top-width:4px;border-right-width:4px;border-top-right-radius:10px;top:0;right:0}.qr-studio .bmark.bl{border-bottom-width:4px;border-left-width:4px;border-bottom-left-radius:10px;bottom:0;left:0}.qr-studio .bmark.br{border-bottom-width:4px;border-right-width:4px;border-bottom-right-radius:10px;bottom:0;right:0}.qr-studio .fs-badge{border:3px solid var(--frame-color);border-radius:18px;margin-bottom:15px;padding:12px;position:relative}.qr-studio .fs-pill{gap:11px}.qr-studio .frame-label{font-family:var(--font-display);letter-spacing:.18em;color:var(--frame-label-color);white-space:nowrap;text-overflow:ellipsis;max-width:100%;padding:2px 4px;font-size:14px;font-weight:700;line-height:1;overflow:hidden}.qr-studio .fs-badge .frame-label,.qr-studio .fs-pill .frame-label{background:var(--frame-color);border-radius:999px;padding:7px 16px;font-size:12px}.qr-studio .fs-badge .frame-label{max-width:88%;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.qr-studio .crop{border:0 solid var(--hairline-strong);pointer-events:none;width:18px;height:18px;position:absolute}.qr-studio .crop.tl{border-top-width:1.5px;border-left-width:1.5px;top:0;left:0}.qr-studio .crop.tr{border-top-width:1.5px;border-right-width:1.5px;top:0;right:0}.qr-studio .crop.bl{border-bottom-width:1.5px;border-left-width:1.5px;bottom:0;left:0}.qr-studio .crop.br{border-bottom-width:1.5px;border-right-width:1.5px;bottom:0;right:0}.qr-studio .spec-strip{font-family:var(--font-mono);color:var(--graphite);letter-spacing:.02em;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:14px 0 4px;font-size:11.5px;display:flex}.qr-studio .spec-strip b{color:var(--ink);font-weight:700}.qr-studio .scan-meter{background:var(--panel);border:1px solid var(--hairline);border-radius:var(--radius-sm);align-items:center;gap:10px;margin-top:12px;padding:10px 12px;display:flex}.qr-studio .meter-blocks{gap:3px;display:flex}.qr-studio .meter-blocks span{background:var(--hairline);border-radius:2px;width:14px;height:8px}.qr-studio .meter-blocks span.on{background:var(--ink)}.qr-studio .scan-meter.is-poor .meter-blocks span.on{background:var(--error)}.qr-studio .meter-text{flex:1;min-width:0}.qr-studio .meter-label{font-size:12.5px;font-weight:600;line-height:1.3;display:block}.qr-studio .meter-help{vertical-align:middle;border:1px solid var(--hairline);width:15px;height:15px;color:var(--graphite);cursor:help;background:0 0;border-radius:50%;place-items:center;margin-left:5px;font-size:10px;font-weight:700;line-height:1;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-grid}.qr-studio .meter-help:hover,.qr-studio .meter-help:focus-visible{background:var(--ink);border-color:var(--ink);color:#fff}.qr-studio .meter-hint{color:var(--graphite);margin-top:1px;font-size:12px;line-height:1.35;display:block}.qr-studio .export-block{border-top:1px solid var(--hairline);flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;display:flex}.qr-studio .export-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.qr-studio .export-label{font-size:13px;font-weight:600}.qr-studio .export-label-info{cursor:help;align-items:center;gap:4px;display:inline-flex}.qr-studio .export-label-info .icon{color:var(--graphite)}.qr-studio .export-size-value{font-family:var(--font-mono);color:var(--graphite);font-size:12px}.qr-studio .download-row{gap:8px;display:flex}.qr-studio .print-size{align-items:center;gap:6px;display:flex}.qr-studio .print-size-input{text-align:right;width:64px;font-family:var(--font-mono)}.qr-studio .download-row .btn-primary{flex:1}.qr-studio .error-fallback{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;display:flex}.qr-studio .mobilebar{display:none}@media (width<=1023px){.qr-studio .workspace{grid-template:"intro""proof""editor"/1fr;padding-bottom:120px}.qr-studio .proof{margin-bottom:36px;position:static}.qr-studio .editor-intro{margin-bottom:24px}.qr-studio .stage{padding:20px}.qr-studio .stage-qr svg,.qr-studio .stage-qr canvas,.qr-studio .framewrap{max-width:248px}.qr-studio .mobilebar{z-index:60;padding:10px 16px calc(10px + env(safe-area-inset-bottom));backdrop-filter:blur(12px);border-top:1px solid var(--hairline);background:#fffffff0;justify-content:space-between;align-items:center;gap:12px;display:flex;position:fixed;bottom:0;left:0;right:0}.qr-studio .mobilebar-spec{font-family:var(--font-mono);color:var(--graphite);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;margin-right:auto;font-size:11px;display:inline-flex;overflow:hidden}.qr-studio .scan-dot{background:#2e9e5b;border-radius:50%;flex-shrink:0;width:7px;height:7px}.qr-studio .scan-dot.is-poor{background:var(--error)}.qr-studio .mini-proof{background:var(--surface);border:1.5px solid var(--hairline-strong);cursor:pointer;border-radius:12px;flex-shrink:0;width:52px;height:52px;padding:3px;display:none}.qr-studio .mini-proof.show{animation:.25s mini-in;display:block}.qr-studio .mini-qr{border-radius:8px;width:100%;height:100%;display:block;overflow:hidden}.qr-studio .mini-qr svg,.qr-studio .mini-qr canvas{width:100%;height:100%;display:block}@keyframes mini-in{0%{opacity:0;transform:translateY(10px)scale(.85)}to{opacity:1;transform:none}}}@media (width<=560px){.qr-studio .topbar-note{display:none}}.qr-studio.is-embedded{min-height:0}.qr-studio.is-embedded .workspace{padding-top:clamp(20px,3vw,36px)}@media (width>=1024px){.qr-studio.is-embedded .workspace{padding-bottom:64px}}.qr-studio .mobilebar.is-off{display:none}@media (prefers-reduced-motion:reduce){.qr-studio,.qr-studio *,.qr-studio :before,.qr-studio :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.qr-studio .workspace.no-aside{grid-template-columns:minmax(0,1fr);grid-template-areas:"intro""editor";max-width:860px}
