:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.qr-animate{animation:qrFadeIn .7s cubic-bezier(.4,0,.2,1)}@keyframes qrFadeIn{0%{opacity:0;transform:scale(.8) rotate(-8deg)}to{opacity:1;transform:scale(1) rotate(0)}}body{background:linear-gradient(135deg,#18181b,#312e81);min-height:100vh;font-family:Inter,Segoe UI,Arial,sans-serif;transition:background .3s ease}body[data-theme=light]{background:linear-gradient(135deg,#f8fafc,#e0e7ff)}#root{max-width:980px;margin:0 auto;padding:2.5rem 1rem;text-align:center;background:#232136;border-radius:1.5rem;box-shadow:0 4px 32px #18181b80;margin-top:3rem;transition:background .3s ease,box-shadow .3s ease}.layout{display:flex;gap:2.5rem;align-items:flex-start;justify-content:center}.layout-main{flex:1;min-width:0}.layout-main .app-container{max-width:420px;margin:0 auto}.layout-sidebar{width:340px;text-align:left;padding-left:1.75rem;border-left:1px solid #312e81}[data-theme=light] .layout-sidebar{border-left-color:#e0e7ff}.promo-title{margin:0 0 .5rem;font-size:1.35rem;font-weight:700;color:#a5b4fc}[data-theme=light] .promo-title{color:#4f46e5}.promo-sub{margin:0 0 1.25rem;color:#94a3b8;font-size:1rem}.promo-body{margin:.35rem 0;color:#f1f5f9;font-size:1rem}[data-theme=light] .promo-body{color:#1e293b}.promo-long{margin:1rem 0 0;color:#94a3b8;font-size:.98rem;line-height:1.55}[data-theme=light] .promo-long{color:#64748b}.promo-cta{display:inline-block;margin-top:1.25rem;background:linear-gradient(90deg,#6366f1,#818cf8);color:#fff;border:none;border-radius:.7rem;padding:.85rem 1.2rem;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #18181b60;text-decoration:none;transition:background .2s,transform .1s}.promo-cta:hover{background:linear-gradient(90deg,#4f46e5,#6366f1);transform:translateY(-2px) scale(1.02)}@media(max-width:900px){#root{max-width:420px}.layout{flex-direction:column;gap:2rem}.layout-sidebar{width:100%;padding-left:0;border-left:none;border-top:1px solid #312e81;padding-top:1.75rem;text-align:center}[data-theme=light] .layout-sidebar{border-top-color:#e0e7ff}}[data-theme=light] #root{background:#fff;box-shadow:0 4px 32px #6366f126}.container h1{font-size:2.2rem;font-weight:700;color:#a5b4fc;margin-bottom:2rem;transition:color .3s ease}[data-theme=light] .container h1{color:#4f46e5}.app-container h1{text-align:center;margin-left:auto;margin-right:auto}.input{width:100%;padding:.9rem 1.1rem;border:1.5px solid #6366f1;border-radius:.7rem;font-size:1.1rem;margin-bottom:1.5rem;outline:none;transition:border .2s,background .3s,color .3s;background:#18181b;color:#f1f5f9;text-align:center;box-sizing:border-box;display:flex;align-items:center;justify-content:center}[data-theme=light] .input{background:#f8fafc;color:#1e293b;border-color:#a5b4fc}.input::placeholder{color:#a5b4fc;opacity:1;text-align:center}[data-theme=light] .input::placeholder{color:#94a3b8}.input:focus{border-color:#6366f1}.preview{background:#18181b;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;width:100%;max-width:340px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #18181b60;margin-left:auto;margin-right:auto}@media(max-width:480px){.preview{max-width:95vw;padding:.5rem}}.preview p{color:#64748b;font-size:1.1rem}.actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:0 auto;max-width:95vw}.actions button{background:linear-gradient(90deg,#6366f1,#818cf8);color:#fff;border:none;border-radius:.7rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #18181b60;transition:background .2s,transform .1s;min-width:120px;margin-bottom:.5rem}.actions button:disabled{background:#312e81;color:#fff;cursor:not-allowed}.actions button:not(:disabled):hover{background:linear-gradient(90deg,#4f46e5,#6366f1);transform:translateY(-2px) scale(1.04)}.error{color:#f87171;background:#232136;border-radius:.5rem;padding:.5rem 1rem;margin-bottom:1rem;font-size:1rem;transition:background .3s ease}[data-theme=light] .error{background:#fee2e2;color:#dc2626}.success{color:#4ade80;background:#232136;border-radius:.5rem;padding:.5rem 1rem;margin-bottom:1rem;font-size:1rem;transition:background .3s ease}[data-theme=light] .success{background:#dcfce7;color:#16a34a}.footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #312e81;transition:border-color .3s ease}[data-theme=light] .footer{border-top-color:#e0e7ff}.footer-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-text{color:#94a3b8;font-size:.875rem;margin:0;transition:color .3s ease}[data-theme=light] .footer-text{color:#64748b}.footer-text strong{color:#a5b4fc;font-weight:600}[data-theme=light] .footer-text strong{color:#6366f1}.footer-links{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.footer-link{color:#818cf8;text-decoration:none;font-size:.875rem;display:flex;align-items:center;gap:.375rem;transition:color .2s ease,transform .2s ease}.footer-link:hover{color:#a5b4fc;transform:translateY(-1px)}[data-theme=light] .footer-link{color:#6366f1}[data-theme=light] .footer-link:hover{color:#4f46e5}.footer-separator{color:#475569;font-size:.875rem}[data-theme=light] .footer-separator{color:#cbd5e1}.footer-version{color:#64748b;font-size:.875rem;font-family:Courier New,monospace}[data-theme=light] .footer-version{color:#94a3b8}
