@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600&display=swap";:root{--bg-color:oklch(98.5% .015 285);--surface:oklch(100% 0 0);--surface-hover:oklch(97% .01 285);--primary:oklch(65% .22 305);--primary-hover:oklch(60% .22 305);--primary-light:oklch(95% .05 305);--accent-1:oklch(75% .18 55);--accent-2:oklch(70% .15 200);--text-main:oklch(25% .03 285);--text-muted:oklch(55% .02 285);--border:oklch(90% .02 285);--radius-xl:32px;--radius-lg:20px;--radius-md:12px;--radius-sm:8px;--shadow-sm:0 4px 12px -2px oklch(0% 0 0/.04), 0 2px 4px -2px oklch(0% 0 0/.04);--shadow-lg:0 24px 40px -8px oklch(40% .1 285/.08), 0 12px 16px -8px oklch(40% .1 285/.06);--shadow-focus:0 0 0 4px var(--primary-light);--font-display:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--space-xs:clamp(.5rem, 1vw, .75rem);--space-sm:clamp(.75rem, 1.5vw, 1rem);--space-md:clamp(1rem, 2vw, 1.5rem);--space-lg:clamp(1.5rem, 3vw, 2.5rem);--space-xl:clamp(2.5rem, 5vw, 4rem);--space-2xl:clamp(4rem, 8vw, 6rem)}*{box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;margin:0;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-main);letter-spacing:-.02em;margin:0;line-height:1.1}h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800}h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}p{color:var(--text-muted);margin:0;line-height:1.6}button{font-family:var(--font-display);cursor:pointer;background:0 0;border:none;outline:none;font-weight:600}input[type=text],input[type=url]{font-family:var(--font-body);border-radius:var(--radius-md);border:2px solid var(--border);background:var(--surface);color:var(--text-main);outline:none;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .2s ease-out}input[type=text]:focus,input[type=url]:focus{border-color:var(--primary);box-shadow:var(--shadow-focus)}input[type=text]::placeholder,input[type=url]::placeholder{color:var(--text-muted);opacity:.6}input[type=color]{appearance:none;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:0;width:40px;height:40px;padding:0;overflow:hidden}input[type=color]::-webkit-color-swatch-wrapper{padding:0}input[type=color]::-webkit-color-swatch{border:2px solid var(--border);border-radius:var(--radius-sm)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.generator-layout{gap:var(--space-xl);grid-template-columns:1fr;align-items:start;max-width:1100px;margin:0 auto;display:grid}@media (width>=860px){.generator-layout{grid-template-columns:1fr 1fr}}.panel{background:var(--surface);border-radius:var(--radius-xl);padding:var(--space-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:box-shadow .4s cubic-bezier(.16,1,.3,1)}.panel:hover{box-shadow:var(--shadow-lg)}.input-section{gap:var(--space-md);flex-direction:column;display:flex}.input-group{flex-direction:column;gap:8px;display:flex}.input-group label{font-family:var(--font-display);color:var(--text-main);font-size:1.1rem;font-weight:600}.color-picker-row{align-items:center;gap:var(--space-sm);display:flex}.color-hex{font-family:var(--font-body);font-variant-numeric:tabular-nums;background:var(--bg-color);border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text-muted);padding:.5rem .75rem;font-size:.9rem}.file-upload-wrapper{background:var(--bg-color);border:1px dashed var(--border);border-radius:var(--radius-md);cursor:pointer;color:var(--primary);align-items:center;gap:8px;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.file-upload-wrapper:hover{border-color:var(--primary);background:var(--surface-hover)}.file-upload-wrapper input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.remove-logo-btn{color:#ef4444;border-radius:4px;margin-left:auto;padding:4px 8px;font-size:.9rem}.remove-logo-btn:hover{background:#fef2f2}.preview-container{background:repeating-linear-gradient(-45deg, var(--bg-color), var(--bg-color) 12px, var(--surface-hover) 12px, var(--surface-hover) 24px);border-radius:var(--radius-xl);padding:var(--space-xl) var(--space-md);border:2px dashed var(--border);flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.qr-wrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#fff;justify-content:center;align-items:center;padding:24px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.qr-wrapper:hover{transform:scale(1.02)translateY(-4px)}.actions-row{gap:var(--space-sm);margin-top:var(--space-xl);grid-template-columns:1fr 1fr;width:100%;display:grid}.btn{font-family:var(--font-display);border-radius:var(--radius-lg);outline:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.btn-primary{background:var(--primary);color:#fff;border:2px solid var(--primary)}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.btn-secondary{background:var(--surface);color:var(--text-main);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.app-container{min-height:100vh;padding:var(--space-md);flex-direction:column;width:100%;max-width:1400px;margin:0 auto;display:flex}.hero{text-align:center;margin-bottom:var(--space-xl);margin-top:var(--space-lg)}.highlight{color:var(--primary);display:inline-block;position:relative}.highlight:after{content:"";background:var(--accent-1);opacity:.2;z-index:-1;border-radius:4px;width:100%;height:20%;position:absolute;bottom:10%;left:0;transform:rotate(-2deg)}.main-content{flex:1}.file-upload-wrapper{display:inline-block;position:relative;overflow:hidden}.file-upload-wrapper input[type=file]{opacity:0;cursor:pointer;font-size:100px;position:absolute;top:0;left:0}
