*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f172a;background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}h1{margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}h2{margin-bottom:1.5rem;font-size:1.875rem;font-weight:700;line-height:1.3}h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}p{margin-bottom:1rem}a{color:#2563eb;text-decoration:none;transition:color .2s}a:hover{color:#1d4ed8;text-decoration:underline}button{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}button:hover{background-color:#1d4ed8;transform:translateY(-2px)}button:active{transform:translateY(0)}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{border:1px solid #cbd5e1;border-radius:.5rem;width:100%;margin-bottom:1rem;padding:.75rem;font-family:inherit;font-size:1rem;transition:all .2s}input:focus,select:focus,textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}textarea{resize:vertical;min-height:100px}input[type=color]{cursor:pointer;height:40px}input[type=range]{-webkit-appearance:none;background:#e2e8f0;border-radius:4px;outline:none;width:100%;height:8px}input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#2563eb;border-radius:50%;width:20px;height:20px;transition:background .2s}input[type=range]::-webkit-slider-thumb:hover{background:#1d4ed8}input[type=range]::-moz-range-thumb{cursor:pointer;background:#2563eb;border:none;border-radius:50%;width:20px;height:20px;transition:background .2s}input[type=range]::-moz-range-thumb:hover{background:#1d4ed8}canvas{max-width:100%;image-rendering:pixelated;image-rendering:crisp-edges;border:1px solid #cbd5e1;border-radius:.5rem}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.grid{gap:2rem;display:grid}@media (min-width:1024px){.grid{grid-template-columns:1fr 1fr}}header{z-index:50;background-color:#fff;padding:1rem 0;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}header nav{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 1rem;display:flex}header a{font-weight:600;transition:color .2s}header a:first-child{color:#2563eb;font-size:1.5rem;font-weight:700}header nav>div{gap:2rem;display:flex}footer{color:#fff;text-align:center;background-color:#1e293b;margin-top:3rem;padding:2rem 1rem}footer a{color:#60a5fa}footer a:hover{color:#93c5fd}section{padding:2rem 0}.section-hero{background:linear-gradient(135deg,#f0f4ff 0%,#f0f9ff 100%);padding:3rem 1rem}.section-hero h1{text-align:center;margin-bottom:1rem}.section-hero p{text-align:center;max-width:600px;margin:0 auto 2rem;font-size:1.125rem}.button-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.button-secondary{color:#2563eb;background-color:#fff;border:2px solid #2563eb}.button-secondary:hover{background-color:#f0f4ff}.card{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:all .2s}.card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.features-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.form-section{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.form-group{margin-bottom:1.5rem}.form-label{color:#0f172a;margin-bottom:.5rem;font-weight:600;display:block}.preview-box{background-color:#fff;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex;box-shadow:0 4px 6px #0000001a}.color-picker-group{align-items:center;gap:1rem;display:flex}.color-picker-group input[type=color]{width:60px;height:40px;margin-bottom:0}.color-picker-group input[type=text]{flex:1}.download-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}.button-group{flex-direction:column}button{width:100%}.grid{grid-template-columns:1fr}header nav>div{flex-direction:column;gap:1rem}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.max-width-md{max-width:600px}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}
