@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Outfit:wght@300;400;500;600;700&display=swap";:root{font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a2206;background:#f5f1e8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--cream: #f5f1e8;--cream-strong: #fffaf0;--olive: #6b8520;--olive-dark: #1a2206;--jaen-green: #007a3d;--gold: #8b6914;--line: rgba(26, 34, 6, .16);--muted: rgba(26, 34, 6, .62);--shadow: 0 24px 70px rgba(26, 34, 6, .12)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(#f5f1e8f0,#f5f1e8f0),url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.22'/%3E%3C/svg%3E")}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}button:focus-visible,input:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.app-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;min-height:74px;padding:16px clamp(20px,4vw,56px);background:#f5f1e8c7;border-bottom:1px solid rgba(26,34,6,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;min-width:160px}.brand img{width:clamp(154px,19vw,220px);height:auto;display:block}.header-title{display:flex;flex-direction:column;align-items:flex-end;gap:2px;color:var(--olive-dark)}.header-title span{color:var(--gold);font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.header-title strong{font-size:.95rem;font-weight:500}.app-main{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:58px 0 72px}.intro{max-width:760px;margin-bottom:30px}.eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:18px;color:#4a5e18;font-size:.68rem;font-weight:500;letter-spacing:.32em;text-transform:uppercase}.eyebrow span{display:inline-block;width:38px;height:1px;background:var(--olive)}h1,h2,p{margin:0}h1{max-width:760px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.6rem,7vw,5.6rem);font-weight:300;line-height:.94;color:var(--olive-dark)}.workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);gap:18px;align-items:start}.controls-panel,.preview-panel,.history-section{border:1px solid var(--line);border-radius:8px;background:#fffaf0b8;box-shadow:var(--shadow)}.controls-panel{display:grid;gap:24px;padding:clamp(20px,3vw,34px)}.field-group{display:grid;gap:10px}.field-group>label,.color-control>label{color:#1a2206c2;font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.url-input{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:10px;min-height:58px;padding:0 16px;border:1px solid var(--line);border-radius:8px;background:#fffdf7;color:var(--olive);transition:border-color .16s ease,box-shadow .16s ease}.url-input:focus-within{border-color:#6b852094;box-shadow:0 0 0 4px #6b85201a}.url-input.has-error{border-color:#962d217a}.url-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--olive-dark);font-size:1.03rem}.url-input input::placeholder{color:#1a220657}.field-hint,.field-error,.status-message{min-height:1.4em;color:var(--muted);font-size:.9rem;line-height:1.5;overflow-wrap:anywhere}.field-error{color:#963423}.control-section{display:grid;gap:16px}.section-title,.history-heading{display:flex;align-items:center;gap:10px}.section-title{color:var(--gold)}.section-title h2{color:var(--olive-dark);font-size:1rem;font-weight:600}.color-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.color-control{display:grid;gap:10px}.color-input-row{display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px}.color-input-row input[type=color]{width:48px;height:44px;padding:3px;border:1px solid var(--line);border-radius:8px;background:#fffdf7}.color-input-row input[type=text]{min-width:0;height:44px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fffdf7;color:var(--olive-dark);text-transform:uppercase}.swatches{display:flex;flex-wrap:wrap;gap:8px}.swatches button{width:32px;height:32px;border:2px solid rgba(255,250,240,.9);border-radius:999px;box-shadow:inset 0 0 0 1px #1a22062e,0 2px 8px #1a22061f}.swatches button.is-selected{outline:2px solid var(--gold);outline-offset:2px}.logo-actions,.actions{display:flex;flex-wrap:wrap;gap:10px}.primary-button,.secondary-button,.download-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:8px;border:1px solid transparent;font-weight:600;transition:transform .16s ease,border-color .16s ease,background .16s ease}.primary-button:hover:not(:disabled),.secondary-button:hover:not(:disabled),.download-button:hover:not(:disabled),.icon-button:hover:not(:disabled){transform:translateY(-1px)}.primary-button{min-width:150px;padding:0 18px;background:var(--olive-dark);color:#fffaf0}.secondary-button,.download-button,.icon-button{background:#fffdf7;color:var(--olive-dark);border-color:var(--line)}.secondary-button,.download-button{padding:0 14px}.download-button{min-width:86px}.icon-button{width:42px;padding:0}.logo-chip{display:inline-grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;width:fit-content;max-width:100%;padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:#fffdf7c2}.logo-chip img{width:42px;height:30px;object-fit:contain}.logo-chip span{min-width:0;color:var(--muted);font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-panel{position:sticky;top:96px;display:grid;gap:18px;padding:clamp(18px,2.6vw,28px)}.preview-meta{display:flex;align-items:center;justify-content:space-between;gap:14px}.preview-meta div:first-child{display:grid;gap:4px}.preview-meta span,.history-heading span{color:var(--gold);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.preview-meta strong{color:var(--olive-dark);font-size:1.05rem}.status-dot{width:12px;height:12px;border-radius:999px;background:#1a22063d}.status-dot.is-ready{background:var(--jaen-green);box-shadow:0 0 0 5px #007a3d1f}.qr-stage{display:grid;place-items:center;aspect-ratio:1;width:100%;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fffdf7}.qr-stage canvas{width:min(100%,520px);height:auto;display:block}.empty-preview{display:grid;place-items:center;gap:12px;color:#1a220675;text-align:center}.empty-preview span{font-weight:600}.history-section{margin-top:18px;padding:clamp(18px,2.6vw,28px)}.history-heading{justify-content:space-between;margin-bottom:16px}.history-list{display:grid;gap:10px}.history-item{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:10px;align-items:stretch}.history-main{display:grid;gap:4px;min-width:0;min-height:54px;padding:10px 14px;border:1px solid var(--line);border-radius:8px;background:#fffdf7;color:var(--olive-dark);text-align:left}.history-main:hover{border-color:#6b852070}.history-url{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.history-date{color:var(--muted);font-size:.82rem}.history-empty{display:flex;align-items:center;gap:10px;min-height:58px;color:var(--muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:920px){.workspace{grid-template-columns:1fr}.preview-panel{position:static;order:-1}}@media(max-width:680px){.site-header{align-items:flex-start;min-height:88px;padding:14px 18px}.brand img{width:146px}.header-title strong{font-size:.86rem}.app-main{width:min(100% - 24px,1180px);padding:34px 0 46px}.intro{margin-bottom:22px}.eyebrow{gap:10px;font-size:.62rem;letter-spacing:.22em}.eyebrow span{width:28px}.color-grid{grid-template-columns:1fr}.actions>button{flex:1 1 128px}.primary-button{min-width:100%}}
