@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&display=swap";:root{--primary-color:#4f46e5;--primary-hover:#4338ca;--bg-color:#f8fafc;--card-bg:#ffffffe6;--text-primary:#1e293b;--text-secondary:#64748b;--border-color:#0000001a;--radius-lg:8px;--radius-md:6px;--shadow-glow:0 0 20px #4f46e54d;--preview-max-height:67vh}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);background-image:radial-gradient(circle at 15%,#4f46e50d,#0000 25%),radial-gradient(circle at 85% 30%,#ec48990d,#0000 25%);background-attachment:fixed;flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.container{flex-direction:column;flex:1;gap:clamp(1rem,4vw,2rem);width:100%;max-width:1024px;margin:0 auto;padding:clamp(1rem,2vw,2rem);display:flex}header{animation:.8s ease-out fadeInDown}h1{background:linear-gradient(135deg,#00e1ff,#ff2db4,#6441eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:.75rem;font-size:clamp(1.5rem,5vw,1.5rem);font-weight:800;display:inline-flex}.header-logo{width:auto;height:1.5em}.subtitle{color:var(--text-secondary);font-size:.8rem}.tabs-nav{justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.tab-pane{animation:.4s ease-out fadeIn;display:none;position:relative}.tab-pane.active{display:block}.glass-panel{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:0 10px 30px #0000000d}.upload-area{border:2px dashed var(--border-color);border-radius:var(--radius-lg);text-align:center;cursor:pointer;background:#fff9;flex-direction:column;justify-content:center;align-items:center;padding:clamp(2rem,8vw,4rem) 1rem;transition:all .2s;animation:2.5s ease-in-out infinite emptyPulse;display:flex;position:relative}@keyframes emptyPulse{0%,to{box-shadow:inset 0 0 #00e1ff00,0 0 #00e1ff00}50%{border-color:#00e1ff99;box-shadow:inset 0 0 20px #00e1ff26,0 0 30px #00e1ff40}}.upload-area:hover,.upload-area.dragover{background:#00e1ff0d;border-color:#00e1ff99}.upload-icon{color:var(--text-secondary);opacity:.8;margin-bottom:1rem;font-size:4rem}.upload-text{margin-bottom:.5rem;font-size:1.25rem;font-weight:500}.upload-subtext{color:var(--text-secondary);font-size:.9rem}#file{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.preview-container{border-radius:var(--radius-md);background:#fff;min-height:406px;display:none;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}#canvas-wrapper{max-width:100%;position:relative}#canvas-wrapper canvas{max-width:100%;max-height:var(--preview-max-height);object-fit:contain;margin:0 auto;display:block}@media (width>=599px){.upload-area{max-width:480px;margin:4rem auto}}.status-indicator{text-align:left;color:var(--text-secondary);justify-content:flex-start;padding:.75rem 1rem;font-size:.85rem;font-weight:600;animation:1.5s infinite pulse;display:none}.preview-container.processing+.status-indicator{display:flex}.loading-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:20;border-radius:var(--radius-md);background:#ffffffd9;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:none;position:absolute;inset:0}.loading-overlay.active{display:flex}#loading-text{color:var(--text-secondary);font-size:.95rem;font-weight:600}.loading-spinner{width:60px;height:60px;position:relative}.spinner-ring{border:3px solid #0000;border-top-color:var(--primary-color);border-right-color:#ff2db4;border-radius:50%;width:100%;height:100%;animation:1.2s linear infinite spin;position:absolute}.spinner-ring:nth-child(2){border-top-color:#6441eb;border-right-color:#0000;width:75%;height:75%;animation:1.5s linear infinite spin-reverse;top:12.5%;left:12.5%}.spinner-ring:nth-child(3){border-top-color:#00e1ff;width:50%;height:50%;animation:1.8s linear infinite spin;top:25%;left:25%}.result-toolbar{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg) var(--radius-lg) 0 0;z-index:10;background:#ffffffeb;border-bottom:1px solid #00000012;align-items:center;gap:.5rem;padding:.5rem .625rem;display:flex;position:sticky;top:0}.result-toolbar .toolbar-select,.result-toolbar .toolbar-btn--ghost{margin-right:auto}.toolbar-select{border-radius:var(--radius-md);appearance:none;height:32px;color:var(--primary-color);cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%234f46e5' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") right .5rem center no-repeat;border:1.5px solid #4f46e540;padding:0 2rem 0 .625rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .15s,box-shadow .15s}.toolbar-select:hover{border-color:var(--primary-color)}.toolbar-select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #4f46e51f}.toolbar-btn{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.375rem;height:32px;padding:0 .75rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s,box-shadow .15s,transform .1s;display:inline-flex}.toolbar-btn img{flex-shrink:0}.toolbar-btn--primary{background:var(--primary-color);color:#fff;box-shadow:0 1px 3px #4f46e559,inset 0 1px #ffffff26}.toolbar-btn--primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 3px 8px #4f46e566}.toolbar-btn--primary:active{transform:translateY(0);box-shadow:0 1px 2px #4f46e54d}.toolbar-btn--ghost{color:var(--text-secondary);background:0 0;border:1.5px solid #0000001f}.toolbar-btn--ghost:hover{color:var(--text-primary);background:#0000000a;border-color:#0003}.toolbar-btn--icon{color:var(--text-secondary);background:0 0;border:1.5px solid #0000001f;justify-content:center;width:32px;padding:0}.toolbar-btn--icon:hover{color:var(--text-primary);background:#0000000a;border-color:#0003}.toolbar-btn--icon[aria-expanded=true]{color:var(--primary-color);background:#4f46e514;border-color:#4f46e54d}.toolbar-downloads{align-items:center;gap:0;display:flex}.toolbar-downloads .toolbar-btn--primary{border-radius:var(--radius-md) 0 0 var(--radius-md)}.toolbar-more{position:relative}.toolbar-more .toolbar-btn--icon{border-radius:0 var(--radius-md) var(--radius-md) 0;background:var(--primary-color);color:#ffffffd9;border-left:1px solid #ffffff40;box-shadow:0 1px 3px #4f46e559}.toolbar-more .toolbar-btn--icon:hover,.toolbar-more .toolbar-btn--icon[aria-expanded=true]{background:var(--primary-hover);color:#fff;border-color:#ffffff40}.toolbar-dropdown{border-radius:var(--radius-md);z-index:100;background:#fff;border:1px solid #0000001a;min-width:180px;padding:.25rem;animation:.12s ease-out dropdownIn;display:none;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f}.toolbar-dropdown.open{display:block}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{border-radius:calc(var(--radius-md) - 2px);width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .625rem;font-family:inherit;font-size:.83rem;font-weight:500;transition:background .1s;display:flex}.dropdown-item:hover{color:var(--primary-color);background:#4f46e512}.dropdown-item+.dropdown-divider,.dropdown-divider{background:#00000012;height:1px;margin:.25rem 0}.btn{background:var(--primary-color);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #4f46e526}.btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px #4f46e540}.btn.btn-outline{color:var(--primary-color);border:2px solid var(--primary-color);background:0 0}.btn.btn-outline:hover{background:#4f46e50d}.palette{border-radius:var(--radius-md);background:#00000008;flex-wrap:wrap;justify-content:center;gap:.25rem;padding:.75rem;display:flex}.color-swatch{color:#fff;text-shadow:0 1px 3px #000c;cursor:help;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.65rem;font-weight:700;display:flex;box-shadow:0 2px 5px #0000001a}#svgContainer{border-radius:var(--radius-md);max-height:var(--preview-max-height);background:#fff;justify-content:center;padding:0;display:flex;overflow:auto;box-shadow:inset 0 0 10px #0000000d}#svgContainer svg{max-width:100%;height:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.promo-banner{color:inherit;background-clip:padding-box;border:2px solid #0000;margin-top:1rem;padding:0;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;overflow:hidden}.promo-banner:hover{border-color:#ff2db44d;transform:translateY(-4px);box-shadow:0 15px 35px #ff2db426}.promo-content{background:linear-gradient(135deg,#ffffffb3,#fffffff2);align-items:stretch;display:flex}.promo-text{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:2.5rem 2rem;display:flex}.promo-text h3{background:linear-gradient(135deg,#ff2db4,#6441eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.75rem;font-size:1.5rem}.promo-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.promo-btn{background:linear-gradient(135deg,#ff2db4,#6441eb);border:none;padding:.6rem 1.25rem;font-size:.95rem;box-shadow:0 4px 15px #ff2db433}.promo-btn:hover{background:linear-gradient(135deg,#ff6eff,#3c0fb4);box-shadow:0 6px 20px #ff2db44d}.promo-products{flex-wrap:wrap;gap:1.25rem;margin-top:2rem;display:flex}.promo-product{flex-direction:column;align-items:center;gap:.4rem;transition:transform .2s;display:flex}@media (width<=600px){.promo-products{gap:.25rem}}.promo-product img{object-fit:cover;border:2px solid #fff;border-radius:12px;width:54px;height:54px;box-shadow:0 4px 12px #0000001a}.promo-product span{color:var(--text-primary);font-size:.75rem;font-weight:600}.promo-image{background:#000;width:40%;position:relative}.promo-image img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.info-card{padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s}.info-card h2{color:var(--primary-color);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.info-card h2.centered-title{background:linear-gradient(135deg, var(--primary-color) 0%, #818cf8 100%);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;justify-content:center;margin-top:.5rem;margin-bottom:2rem;padding-bottom:.75rem;font-size:1.75rem;font-weight:800;position:relative}.info-card h2.centered-title:after{content:"";background:linear-gradient(90deg, var(--primary-color), #818cf8);border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.tips-list{flex-wrap:wrap;gap:2rem;padding:0;list-style:none;display:flex}.tips-list li{align-items:start;gap:1rem;width:calc(50% - 1rem);font-size:.95rem;line-height:1.5;display:flex}@media (width<=600px){.tips-list li{width:100%}}.tips-list li img{border-radius:10px;max-width:96px;height:auto}.suggestions-list{flex-direction:column;gap:1.5rem;padding:0;list-style:none;display:flex}.suggestions-list li{align-items:center;gap:1rem;font-size:.95rem;line-height:1.5;display:flex}.suggestions-list li .suggestion-icon-wrapper{width:96px;height:96px;color:var(--primary-color);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001a}.suggestions-list li .suggestion-text{flex:1}.how-it-works-list{flex-direction:column;gap:1.25rem;padding:0;list-style:none;display:flex}.how-it-works-list li{align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.how-it-works-list .step-number{background-color:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 2px 5px #4f46e533}.how-it-works-list .step-content{flex:1}.face p{margin-bottom:1rem}.face ul{margin-left:2rem}.face-list{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem;list-style:none;display:flex}.face-list img{border:2px solid #fff;border-radius:7px;max-width:64px;height:auto;display:block;box-shadow:0 4px 12px #0003}.feature-list{padding:0;list-style:none}.feature-list li{margin-bottom:1rem;font-size:.95rem;line-height:1.5}.feature-list li strong{color:var(--text-primary);margin-bottom:.25rem;font-size:1.05rem;display:inline-block}.how-to-prepare{text-align:center}.how-to-prepare h3{margin-bottom:1.5rem}.how-to-prepare h4 span{color:var(--primary-color)}.how-to-prepare h4 span:after{content:":"}.how-to-prepare p{text-align:left}.how-to-prepare .tips-list{flex-wrap:wrap}.how-to-prepare .tips-list li{flex:1;width:33%;display:block}.how-to-prepare figure{margin-bottom:1rem;display:block}.how-to-prepare img{border-radius:7px;width:100%;max-width:420px;height:auto;box-shadow:0 4px 30px #0003}.site-footer{text-align:center;border-top:1px solid var(--border-color);color:var(--text-secondary);padding-top:1rem;padding-bottom:1rem;font-size:.85rem}@media (width<=600px){.result-toolbar{gap:.375rem;padding:.4rem .5rem}.toolbar-btn span{display:none}.toolbar-btn{justify-content:center;width:32px;padding:0 .5rem}.toolbar-btn--ghost{width:auto;padding:0 .5rem}.toolbar-btn--ghost span{display:inline}.upload-icon{margin-bottom:.5rem;font-size:3rem}.upload-text{font-size:1.1rem}.info-grid{grid-template-columns:1fr}.promo-content{flex-direction:column}.promo-image{width:100%;height:250px}.promo-image img{position:static}.promo-text{text-align:center;align-items:center;padding:1.5rem}.promo-products{justify-content:center}}#history-section{display:none}.history-heading{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.history-title{color:var(--text-primary);-webkit-text-fill-color:unset;background:0 0;align-items:center;gap:.4rem;font-size:1rem;font-weight:700;display:inline-flex}.history-clear-btn{cursor:pointer;color:var(--text-secondary);border-radius:var(--radius-md);background:0 0;border:none;padding:.25rem .5rem;font-family:inherit;font-size:.8rem;transition:color .15s,background .15s}.history-clear-btn:hover{color:#dc2626;background:#dc262612}#history-gallery{flex-wrap:wrap;gap:12px;padding-bottom:10px;display:flex}#history-gallery::-webkit-scrollbar{height:4px}#history-gallery::-webkit-scrollbar-track{background:0 0}#history-gallery::-webkit-scrollbar-thumb{background:#00000026;border-radius:99px}.history-thumb{scroll-snap-align:start;cursor:pointer;border-radius:12px;outline:2px solid #0000;flex-shrink:0;width:120px;height:120px;transition:border-color .15s,transform .15s,box-shadow .15s;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.history-thumb:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000026}.history-thumb:focus-visible{outline-color:var(--primary-color)}.history-thumb.active{outline-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color), 0 0 16px #4f46e54d}.history-thumb>img{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.history-thumb__overlay{opacity:0;background:linear-gradient(#0000 35%,#000000c7 100%);flex-direction:column;justify-content:flex-end;gap:2px;padding:12px;transition:opacity .2s;display:flex;position:absolute;inset:0}.history-thumb:hover .history-thumb__overlay{opacity:1}.history-thumb__filename{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:600;line-height:1.3;overflow:hidden}.history-thumb__date{color:#ffffffb8;font-size:.68rem;line-height:1.2}.history-thumb__badge{background:var(--primary-color);color:#fff;letter-spacing:.02em;pointer-events:none;border-radius:99px;padding:2px 7px;font-size:.65rem;font-weight:700;line-height:1.5;position:absolute;top:8px;left:8px}.history-thumb__delete{color:#fff;cursor:pointer;opacity:0;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;line-height:1;transition:opacity .2s,background .15s;display:flex;position:absolute;top:8px;right:8px}.history-thumb:hover .history-thumb__delete{opacity:1}.history-thumb__delete:hover{background:#dc2626}@media (width<=600px){.history-thumb{width:80px;height:80px}.how-to-prepare .tips-list{display:block}.how-to-prepare .tips-list li{width:100%;margin-bottom:1.5rem}}
