@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{font-family:'DM Sans',sans-serif;color:#383838;background:#f8f7f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
*{box-sizing:border-box}
body{margin:0;min-width:320px}
button,input{font:inherit}
button{cursor:pointer}
.page-shell{width:min(1240px,calc(100% - 80px));margin:0 auto}
.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4e1e2}
.brand{display:inline-flex;align-items:center;text-decoration:none}
.brand-logo{display:block;width:200px;height:auto}
.header-note{display:flex;align-items:center;gap:9px;font-size:13px;color:#696969}.status-dot{width:8px;height:8px;border-radius:50%;background:#a50021;box-shadow:0 0 0 4px #f6e7ea}
.header-right{display:flex;align-items:center;gap:22px}.language-switch{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid #e5e0e1;border-radius:9px;background:#fff}.language-button{width:35px;height:28px;display:grid;place-items:center;border:0;border-radius:5px;background:transparent;opacity:.55;transition:background .2s,opacity .2s}.language-button:hover,.language-button.is-active{background:#f7eff1;opacity:1}.language-button svg{display:block;width:22px;height:14px;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.hero{text-align:center;padding:88px 20px 58px}
.section-kicker,.download-label{font-size:11px;font-weight:800;letter-spacing:2px;color:#8f001d}
h1,h2,p{margin-top:0}
h1{font-family:Manrope,sans-serif;font-size:clamp(43px,5.8vw,72px);line-height:1.14;letter-spacing:-4.2px;margin:0 auto 22px;max-width:900px;font-weight:800}
h1 em{font-style:normal;color:#a50021}.hero-arrow{display:inline-block;color:#a50021;font-weight:500;letter-spacing:-6px}
.hero-copy{font-size:17px;line-height:1.75;color:#666666;max-width:590px;margin:0 auto}
.generator{display:grid;grid-template-columns:1fr 1fr;min-height:486px;border:1px solid #e5e0e1;border-radius:19px;overflow:hidden;background:#fff;box-shadow:0 24px 65px rgba(78,42,48,.055)}
.form-panel{padding:52px clamp(34px,4.3vw,70px) 36px}
.section-kicker{display:inline-flex;align-items:center;gap:12px}.step-number{width:29px;height:29px;border:1px solid #ddabb5;border-radius:50%;display:inline-grid;place-items:center;font-size:10px;letter-spacing:0;color:#8f001d}
h2{font-family:Manrope,sans-serif;font-size:31px;letter-spacing:-1.4px;line-height:1.25;margin:28px 0 10px}.panel-copy{font-size:14px;color:#777777;margin-bottom:37px}
label{display:block;font-size:13px;font-weight:700;margin-bottom:11px}.input-wrap{height:58px;border:1px solid #e0d7d9;border-radius:9px;display:flex;align-items:center;gap:12px;padding:0 17px;transition:border-color .2s,box-shadow .2s}.input-wrap:focus-within{border-color:#b65a6d;box-shadow:0 0 0 4px #f8e8ec}.input-icon{display:flex;color:#907e82}.input-icon svg{width:20px;height:20px}input{width:100%;border:0;outline:0;color:#a50021;background:transparent;font-size:15px;min-width:0}input::placeholder{color:#aaaaaa}.input-wrap:has(input[aria-invalid="true"]){border-color:#b84b5f}.input-hint{font-size:12px;color:#999999;margin:10px 0 0}.form-message{min-height:22px;margin:13px 0 2px;color:#8f001d;font-size:12px}.form-message.is-error{color:#a50021}
.color-editor{border:0;padding:0;margin:14px 0 20px;width:100%;min-width:0}.color-editor legend{padding:0;margin-bottom:12px;color:#8f001d;font-size:10px;font-weight:800;letter-spacing:2px}.color-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.color-control{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;margin:0;padding:10px 12px;border:1px solid #e0d7d9;border-radius:9px;color:#666666;font-size:12px;cursor:pointer}.color-control:focus-within{border-color:#b65a6d;box-shadow:0 0 0 3px #f8e8ec}.color-choice{display:flex;align-items:center;gap:7px;min-width:0}.color-choice input[type=color]{width:28px;min-width:28px;height:28px;padding:0;border:0;border-radius:5px;background:transparent;cursor:pointer}.color-choice input[type=color]::-webkit-color-swatch-wrapper{padding:0}.color-choice input[type=color]::-webkit-color-swatch{border:1px solid #d8cdd0;border-radius:5px}.color-choice input[type=color]::-moz-color-swatch{border:1px solid #d8cdd0;border-radius:5px}.color-value{color:#777777;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.color-hint{min-height:16px;margin:9px 0 0;color:#999999;font-size:11px}.color-hint.is-warning{color:#a50021}
.generate-button{height:58px;width:100%;display:flex;align-items:center;justify-content:center;gap:13px;background:#a50021;color:#fff;border:0;border-radius:9px;font-weight:700;font-size:14px;transition:background .2s,transform .2s}.generate-button:hover{background:#87001b;transform:translateY(-1px)}.generate-button:active{transform:translateY(0)}.generate-button svg{width:18px;height:18px}
button:focus-visible,a:focus-visible{outline:3px solid #b7415a;outline-offset:3px}
.privacy-note{border-top:1px solid #ede8e9;margin-top:34px;padding-top:20px;display:flex;align-items:center;gap:10px;color:#888888;font-size:12px}.privacy-note svg{width:16px;height:16px;flex:none;color:#a6848b}
.result-panel{background:#f8f5f6;padding:31px 40px 29px;display:flex;flex-direction:column}.result-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.result-badge{border:1px solid #e2d9db;border-radius:100px;padding:8px 11px;color:#999999;font-size:9px;letter-spacing:1.3px;font-weight:800}.result-badge.is-ready{color:#8f001d;background:#f7e8ec;border-color:#e6bec7}
.preview{flex:1;display:grid;place-items:center;min-height:288px}.preview>svg{display:block;width:min(100%,245px);height:auto;background:var(--qr-background,#fff);padding:12px;border-radius:12px;box-shadow:0 10px 30px rgba(78,42,48,.10)}.empty-state{text-align:center;color:#999999;font-size:12px}.empty-state p{margin:14px 0 0}.empty-qr{width:116px;height:116px;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:15px;border:1px dashed #d9c7ca;border-radius:10px;margin:auto;transform:rotate(-5deg)}.empty-qr i{display:block;background:#e9dfe1;border-radius:2px}.empty-qr i:nth-child(3n){background:#e1d6d8}.empty-qr i:nth-child(2),.empty-qr i:nth-child(8),.empty-qr i:nth-child(12),.empty-qr i:nth-child(19),.empty-qr i:nth-child(23){opacity:0}
.result-actions{border-top:1px solid #e4dadd;padding-top:20px}.download-label{font-size:10px;margin-bottom:12px}.download-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.download-button{height:45px;background:#fff;border:1px solid #dfcbd0;border-radius:8px;display:flex;justify-content:center;align-items:center;gap:12px;color:#8f001d;font-weight:800;font-size:13px;transition:border-color .2s,background .2s}.download-button svg{width:16px;height:16px}.download-button:not(:disabled):hover{border-color:#ba6375;background:#fffafa}.download-button:disabled{opacity:.48;cursor:not-allowed}.format-note{text-align:center;color:#999999;font-size:11px;margin:11px 0 0}
.copy-button{width:100%;height:43px;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #e6bec7;border-radius:8px;background:#f7e8ec;color:#8f001d;font-size:13px;font-weight:700;transition:border-color .2s,background .2s}.copy-button svg{width:17px;height:17px}.copy-button:not(:disabled):hover{border-color:#ba6375;background:#f3dce2}.copy-button:disabled{opacity:.48;cursor:not-allowed}.copy-message{min-height:16px;margin:7px 0 0;text-align:center;color:#8f001d;font-size:11px}.copy-message.is-error{color:#a50021}
.site-footer{border-top:1px solid #e4e1e2;min-height:75px;display:flex;align-items:center;justify-content:space-between;color:#999999;font-size:12px}
.generator{margin-bottom:100px}
.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{text-decoration:underline}
@media(max-width:850px){.page-shell{width:min(680px,calc(100% - 40px))}.site-header{height:78px}.hero{padding:65px 10px 48px}h1{letter-spacing:-2.6px}.generator{grid-template-columns:1fr;margin-bottom:80px}.form-panel{padding:42px 38px 32px}.result-panel{min-height:500px;padding:30px 38px}.preview{min-height:300px}}
@media(max-width:480px){.page-shell{width:calc(100% - 28px)}.site-header{height:70px}.brand-logo{width:165px}.header-note{font-size:10px}.hero{padding:56px 6px 40px}h1{font-size:40px;letter-spacing:-2.8px;margin:0 auto 17px}.hero-copy{font-size:14px}.form-panel{padding:32px 24px 26px}h2{font-size:26px;margin-top:24px}.panel-copy{margin-bottom:28px}.privacy-note{margin-top:26px}.result-panel{padding:25px 24px;min-height:430px}.preview{min-height:255px}.format-note{font-size:10px}.site-footer{gap:12px;font-size:10px}}
@media(max-width:480px){.header-note{display:none}.header-right{gap:0}}
@media(max-width:480px){.color-control{align-items:flex-start;flex-direction:column;padding:9px}.color-choice{width:100%}}
